/********** Template CSS **********/
:root {
    --primary: #06b3d1;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

     

       
    
 /*** check in button ***/



/*** check in button  ***/

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
/*** Navbar ***/
.navbar .navbar-brand .text{

    color:#fafbfc;

}

.navbar .navbar-brand .text i{

    color:#fafbfc;

}


.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .text{
    color: var(--light);
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--light) !important;
}

.sticky-top.navbar-light{
    background-color: var(--light);
    background-color: #FFFFFF;
}

 /* .text{
    color: #fffeff;
}  */

.btn{
    background:var(--primary);
    color: #F5F5F5;
} 

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
} */

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
    display: none;
   
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px;
    display: inline;
}



@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background:var(--light);
        color: var(--dark);
    }

    


    .navbar .navbar-brand .text{
        color: var(--dark);
    } 

    .navbar .navbar-brand .text i{

        color:var(--dark);
    
    }

    .sticky-top.navbar-light .text{
        color: var(--light);
    }

    /* .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #0a0808;
    } */

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 100px;
        display: inline;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

     /* .navbar-collapse .collapse-show{
        color: var(--dark);
    } */

    
    .sticky-top.navbar-light {
        position: fixed;
        background: #0c0b0b;
        color: var(--light);
    }

    
   

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}




/*** Hero Header ***/
.hero-header {
    /* background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg); */
    background: url(../img/home1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

/* .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}  */


/*** Section Title ***/
.para {
    position: relative;
    display: inline-block;
    /* text-transform: uppercase; */
  border-bottom: 2px solid #FE8800; 
    /* margin-left: 60px;  */
}

/* .w-45{
    margin-left: 20px;
}

.form-control{
    height:45px; 
    width: 100px;
     margin-left: 10px;
}

.w-78{
    margin-left:10px;
}

.btn{
    margin-left:10px;
}


@media (max-width:600px)
{
    
    .w-45{
        width: 100%;
    height: auto; 
    margin-top: 20px;
    align-items: center;
    margin-left: 0%;
 }


#adult{
   width: 220.55%;
   height:32px; 
   margin-top: 10px;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.btn{
    margin-top: 20px;
    align-items: center;
    margin-left:30px;
}

}

@media (max-width:450px){
    #adult{
        width: 242.55%;
        height:32px; 
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
     }
     .btn{
        margin-top: 20px;
        align-items: center;
        margin-left:50px;
    }
    
}

@media (max-width:390px){
    #adult{
        width: 227.55%;
        height:32px; 
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
     }
     .btn{
        margin-top: 20px;
        align-items: center;
        margin-left:40px;
    }
    
}

@media (max-width:375px){
    #adult{
        width: 215.55%;
        height:32px; 
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
     }
     .btn{
        margin-top: 20px;
        align-items: center;
        margin-left:30px;
    }
    
}

@media (max-width:360px){
    #adult{
        width: 210.55%;
        height:32px; 
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
     }

     .btn{
        margin-top: 20px;
        align-items: center;
        margin-left:30px;
    }
    
} */

/* .section-title::before { */
    /* position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1; */
/* } */

/* .section-title::after { */
    /* position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1; */
/* } */

/* .section-title.text-start::before { */
    /* width: calc(100% + 40px);
    left: 0; */
/* } */

/* .section-title.text-start::after { */
    /* width: calc(100% + 60px);
    left: 0; */
/* } */


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.dip{
    display: flex;
    justify-content:center;
     align-items:center; 
   
}



#carouselHero {
    height: 300px;
    width: 500px;
    /* overflow:hidden ; */
    margin-left: 20px;
    border-radius: 15px;
    
    
   
  
}  


#carouselHero .carousel-item img {  
    object-fit: cover;
    object-position: center;
    overflow:hidden ;
    height:300px;
    justify-content:center;
    align-items:center;
     border-radius: 15px; 
  }
  
  #carouselHero .carousel-item:before {
    content: "";
    background-image:
      linear-gradient(
        to bottom,
        transparent, rgba(0,0,0,0.5)
      );
    display: block;
    position: absolute;
    top: 0;
    /* width: 100vw;
    height: 100vh; */
  }

  .text-block{
    color:red;
     width:100px;
     font-weight:bold;
     border-radius:10px;
  }

   @media (max-width: 992px) {

    .dip{
        flex-direction: column;
        justify-content: center;
         align-items: center; 
     }
         
        #carouselHero {
            height: 300px;
            width: 600px;
        margin-left: 0px;
          margin-top: 60px; 
        
         align-items: center;
         justify-content: center;
        align-items: center;
       
     } 
     
     
  } 

 .south{
    border-bottom: 2px solid #FE8800; 
    text-align: center;
    width: 150px;
    cursor: pointer;
    color: var(--primary);
    /* transform: scaleX(0);   */
  
}

.south:hover {width: 500px;   color: var(--primary); }




  @media (max-width:600px){
    .dip{
       flex-direction: column;
       justify-content: center;
       align-items: center;
       height: max-content;
      
    }
        
       #carouselHero {
        height: 350px;
        width: 350px;
       margin-left: 0px;
        margin-top: 80px;
       align-items: center;
        justify-content: center;
       align-items: center;

      
    } 
    
    #carouselHero .carousel-item img {  
        object-fit: cover;
        object-position: center;
        overflow:hidden ;
        height:350px; 
        border-radius: 20px;
      }


      .text-block{
        color:red;
         width:100px;
         font-weight:bold;
         border-radius:10px;
      }
    

      .south{
        border-bottom: 2px solid #FE8800; 
        text-align: center;
        width: 200px;
        cursor: pointer;
        color: var(--primary);
        
        /* transform: scaleX(0);   */
      
    }


    .para {
     
       
        /* text-transform: uppercase; */
      border-bottom: 2px solid #FE8800; 
        text-align: center; 
        margin-bottom: 50px;
        width: 250px; 
       margin-left: 0px;
       
    }
   

  

   

    
}
   











    

/*** Destination ***/






/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/about.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/* contact */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #f3f3f7;
    padding: 30px;
  }
  
  .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color:var(--primary);
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--primary);
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background:var(--primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: var(--primary);
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  







/*** Footer ***/
.footer .foot.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .foot.btn-social:hover {
    color: var(--primary);
}

.footer .foot.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .foot.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--light);
    background-color: none;
}

.footer .foot.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}


.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--light);
    background-color: none;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

