@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0;
}

:root {
    --brown: rgba(161, 86, 62, 1);
    --tan: rgba(216,204,140,1);
    --pale-green: rgba(98,94,34,1);
    --olive: rgba(159,151,79,1);
    --white: rgba(199,193,163,1);
    --purple: rgba(94,44,44,1);
    --color-1: rgba(0, 0, 0, 0.95);
    --color-2: rgba(104, 102, 102, 0.45);
    --color-3:#ffffff;
    --color-4: rgba(255, 255, 255, 0.428);
    --color-5:#af5f30;
    --color-6:black;
    --color-7:#af5f30;
    --font-black:rgb(87, 85, 85);
    --hover-color:#af5f30;
    --red:rgb(255, 0, 0);
   }

body {
    background-color: black;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
        
.number {
    text-align: right;
    padding: .5rem;
    color: var(--font-black);
    background-color: white;
}
        
.number a {
    padding: .2rem .4rem;
}
        
.social {
    display: inline-block;
}
        
.ph-num,
.fb,
.insta {
    text-decoration: none; 
    color: var(--font-black);
}

/* Mobile navbar */
        
.mobile-nav {
    z-index: 101;
    background: rgba(0, 0, 0, 0.85);
    height: 100vh;
    border-right:3px solid black; 
    width: 60%; 
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%) ;
    transition: transform 250ms ease-in-out;
}

.mobile-nav__items {
    width: 85%;
    height: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
}
          
.mobile-nav__item {
    margin: 1rem 0;
}
        
.mobile-nav__item a,
.sub-nav-items a {
    font-size: 1.8rem;
    color:var(--color-3);
    text-shadow: 1px 1px black;
 
}
        
.mobile-nav__item a:hover {
    color: var(--hover-color);
    border-bottom: 2px solid black;
} 

.open {
    transform: translateX(0%);
    display: block !important;
    opacity: 1 !important;
}

/* mobile navbar end */
        
/* mobile toggle bar */
.toggle-bg {
    align-items: center;
    justify-content: space-between;
    /* background-color: var(--color-1); */
    z-index: 100;
    height: 15vh;
    width: 100%;
    background: transparent;
}

.logo-container-2 {
    left: 3%;
}
         
.logo-2 {
    max-height: 9vh;
    width: auto;
    padding: .5rem;
    margin: .5rem;
}

/* toggle button start ******************/
        
.toggle-button {
    width: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    margin-left: 1rem;
}

.toggle-button:focus {
    outline: none;
}
          
.toggle-button__bar {
    width: 60%;
    height: 0.2rem;
    background: white;
    display: block;
    margin: 0.6rem 0;
}
        
.toggle-button__bar-sw {
    width: 100%;
}
        
.does {
    width: 80%;
}
        
.trace {
    width: 100%;
}
        
.trace-sw {
    width: 60%;
}
        
.switch {
    background: var(--hover-color);
}
           
/* toggle button end */ 
        
/* Toggle media start****************** */
@media (min-width:59rem) {
    .toggle-bg {
        display: none;
    }
    
    .logo-container{
        width: auto;
    }
}
       
@media (max-width:59rem) {
    .number,
    .nav-bar {
        display: none;
    }
} 

/* Toggle media end****************** */
     

/* desk top navigation *********************** */
.nav-bar {
    background: transparent;
    justify-content: space-between;
}
    
/* logo image start************************************ */
.logo-holder {
    width: 18vw;
    max-height: 18vh;
   
}

.logo {
    max-height: 13vh;
    width: auto;
    padding: 1.5rem;
    margin: 1rem;
}

/* logo image end************************************ */
            
.nav-container-1 {
    margin-right: 2rem;
}

.nav-list-items {
    margin: 1.2rem;
}

.nav-list-items a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
}

.nav-list-items a:hover,
.dropdown span:hover { 

    color: var(--hover-color);
    text-decoration: underline;
}

/* drop down nav menu start *******************************/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown span {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(59, 56, 56, 0.6);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(95, 93, 93, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
  
.dropdown-content ul {
    list-style: none;
}

.dropdown-content ul li {
    padding: .5rem 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* drop down nav menu end *******************************/


.hero{
    height: 80vh;
    /* background-image: url(../images/fall\ lake.jpg); */
    background-image: url(../images/fall_woods.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: auto;
}
        
.hero-bx {
     /*height: 140px; */
    text-align: center;
    /* animation-name: slider; */
    animation-delay: .5s;
    animation-duration: 4s;
    transform: translateY(-50px);
    text-shadow: rgb(0, 0, 0) 2px 2px 4px;
}

.hero-bx h1 {
    color: white;
    font-size: 5rem;
    margin-bottom: 1em;
}

/* hero CTA start */
.hero_cta {
  font-weight: bolder;
  font-size: 2rem;
  color: white;
  border-radius: 10px;
  border: 3px solid white;
  padding: 1rem;
  text-decoration: none;
  transform: translateY(110px);
}

@media (orientation: landscape) {
  .hero_cta{
    transform: translateY(20px);
  }
}
/* hero CTA end */


.slider {
    animation-name: slider;
}

@keyframes slider {
    0%   {transform: translateY(500%); opacity:0;}
    100% {transform: translateY(-50px); opacity:1;}
}

.hero-bx img {
    height: 100%;
    width: auto;
}

@media (min-width:40rem) {
    .hero-bx {
       transform: translateY(0);
   } 
  
   @keyframes slider {
       0%   {transform: translateY(500%); opacity:0;}
       100% {transform: translateY(0); opacity:1;}
   }
} 
      
/* section 2 start********************************* */
.two {
    background-color: white;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    padding: 4rem;
    text-align: left;
    color: var(--font-black);
}

/* .sec-2 {
    text-align: center;
} */
.sec-2-text {
    padding: 0;
    width: 90vw;
}

.sec-2 p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
/* ******************added tulips*********** */
.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}
  
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* *************tulip end***************** */

.guide_link {
    font-style: oblique;
}

.two-container {
    width: 90vw;
    margin-top: 3rem;
}

.two-container section p a {
    text-decoration: none;
    color: inherit;
}
    
.sec-two {
    padding: .5rem;
    font-size: 42px;
}
    

      
.two h1 {
    font-size: 2rem;
    
    padding-bottom: 1rem;
    flex-direction: column;
}

       
.two-hr {
    width: 15vw;
    border-top:1px solid var(--font-black) ;
    margin-top: 1rem;
}

.two h2 {
    font-size: 2rem;
    margin: 3rem 1rem 3rem;
}

.two p {
    font-size: 1.2rem;
    margin: 1.5rem 1rem;
    text-justify: auto;
}

.two p:nth-child(4){
    margin-bottom: 3rem;
}

.reveal {
    position: relative;
    transform: translateY(350px);
    opacity: 0;
    transition: all 1s;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

@media (min-width:40rem) {
    .sec-2 {
        text-align: center;
    }

    .sec-2-text {
        width: 70vw;
    }
    .two-container {
        width: 70vw;
    }
    
    .two h1{
        font-size: 3rem;
        margin: 3rem 4rem .5rem;
        padding-bottom: .5rem;
        flex-direction: column;
    }

    .two h2 {
        font-size: 2rem;
        margin: 1rem 4rem 3rem;
    }

    .two p {
        font-size: 1.2rem;
        margin: 3rem 4rem;
        text-justify: auto;
    }
}



/* CTA Button */
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap'); */

#btn{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background-color: #af5f30;
    padding: 10px 30px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 40px;
    transition : 1000ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

   /* section 2 end******************************* */

   /* Trip links start ************************* */
.tripLinks {
    height: 150vh;
    background-image: url(../images/207k9-bg-map.png);
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-around;
    padding: 1.5rem 0;

}

.package {
    /* width: 50vw; */
    color: gray;
    flex-direction: column;
    cursor: pointer;
}

.package:hover {
    transform: scale(1.1);
}

.trip-img {
    width: 100%;
    height: auto;
    border-radius: .5rem;
}

@media (min-width:58rem) {
    .tripLinks {
        flex-direction: row;
        background-image: url(../images/207bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* height: 90vh; */
        height: 100vh;
        background-attachment: fixed;
    }
    
    .package {
        width: 25vw;
        height: 14vw; 
    }
}
/* Trip links end ************************* */

.filler {
    width: 100%;
    height: 20vh;
    background-color: #ffffff;
}

/* footer start ******************** */
.bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
    color: rgb(193, 192, 192);
    background-color: black;
}

.btm-1 {
    font-size: 0.5rem;
}

.btm-1 a {
    text-decoration: none;
    color: rgb(193, 192, 192)
}
.btm-1 img {
    height: 100%;
    width: auto;
}
.btm-2 {
    height: 40px;
    width: auto;
}

.btm-2 a {
    color: rgb(193, 192, 192);
    margin: 0rem 1rem 0rem 1rem;
}
/* footer end ******************** */

/* Back to top button start******************* */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 15px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: rgba(87, 85, 85, 0.501); Set a background color */
    background: transparent;
    color: var(--pale-green); /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 2.5rem; /*Increase font size */
}
  
#myBtn:hover {
    background-color:var(--hover-color); /* Add a  background on hover */
}

/* adjust buttin from right based on screen size */
@media (min-width:59rem) {
    #myBtn {
        right: 30px;
    }
}
@media (max-width:18rem) {
    #myBtn {
        right: 5px;
    }
}

/* Back to top button end******************* */
            
/* carousel start */
.box {
    height: 98vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(/images/207k9-bg-map.png); */
    background-size: cover;
}
    
.carousel-container {
    /* max-width: 80%; */
    overflow: hidden;
    width: 80vw;
    height: auto;
}

@media screen and (min-width: 48rem) {
    .carousel-container {
        overflow: hidden;
        width: 50vw;
        /* width: 80vw; */
        height: auto;
    }
} 
  
@media screen and (min-width: 50rem) {
    .carousel-container {
        overflow: hidden;
        width: 33vw;
        height: auto;
    }
} 

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
         
.carousel-item {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
           
.carousel-item img {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: .5rem;
}          
/* carosual end*************** */



/* book start ******************************* */
.book {
    background-color: var(--font-black);
    color: white;
    height: 60vh;
    flex-direction: column;
    justify-content: space-around;
}
    
.book img {
    height:auto; 
    width: 40%;
}

.book h1 {
    max-width: 50%;
    text-align: center;
}
     
.wht_btn {
    background-color: white;
    padding: 1rem 2rem;
    margin: 1.5rem;
    border-radius: .2rem;
    text-decoration: none;
    color: var(--font-black);
    font-weight: bold;
    font-size: 1.25rem;
    transition: all .5s;
}

.fab:hover,
.fab:active,
.wht_btn:hover,
.wht_btn:active {
    color: var(--hover-color);
}

@media (min-width: 40rem) {
.book img {
    width: 15%;
    }
}
/* book end ******************************* */
       
/* footer option 2************** */
footer {
    background-color: var(--color-6);
    color: white;
    overflow: hidden;
}
    
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.fter-column-1,
.fter-column-2 {
    flex-grow: 1;
    min-width: 150px;
    text-align: center;
    line-height: 2rem;
    margin: 1rem 3rem;
    padding: 1rem;
}
  
.fter-column-1 {
    line-height: 3rem;
}
  
.ftr-link {
    text-decoration: none;
    color: var(--color-3);
    margin: .5rem;
    padding: .5rem;
    transition: color 1s;
    cursor: pointer;
    transition: font-size .6s ease-in-out, letter-spacing .6s ease-in-out, text-decoration .6s ease-in-out;
}
         
.footer-btm {
    margin: 2rem 3rem 4rem 3rem;
    padding: 2rem;
    text-align: center;
    margin-top: 0;
    font-size: .5rem;
}
    
.footer-btm span {
    padding-top: 3rem;
}
  
.copyright {
    margin-top: 1rem;
}
  
@media (min-width:45rem) {
   
    .footer-container {
        flex-direction: row;
        margin-left: 5rem;
        margin-right: 5rem;
    }
       
    .fter-column-1,
    .fter-column-2 {
        margin: 1rem 3rem 4rem 3rem;
    }
  
    .ftr-link:hover,
    .ftr-lnk:active {
        font-size: 1.3rem;
        letter-spacing: .1rem;
        text-decoration: underline;
    }
  
    .footer-btm {
        margin-left: auto;
        margin-right: auto;
        width: 60vw;
        border-top: 1px solid var(--color-3);
    }
}
  
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
    .tripLinks {
        height: 450vh;
    }
    .book {
        height: 90vh;
    }
} 
  /* Footer option 2 end ****************** */       
            




    




