
/* Start Of Navbar*/

header{
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

.search-form{
    width: 100%;
    background-color:rgb(65, 184, 184);
    padding: 15px;
    display:none;
}

.search-form .col-3{
    padding-left:0;
}
.search-form form{
    width: 100% !important;
}
.search-form form input{
    width: 100% !important;
    float: left;
}
.search-form form button{
    float:right;
    width: 40px;
    height: 40px;
}
.search-form form button[type='button']{
  margin-left: 5px;
}

.mainNavbar{
    background-color: white;
}

.navbar{
    padding: 0px;
}

.navbar-brand span:nth-child(1){
    color: rgb(65, 184, 184);
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
}

.navbar-brand span:nth-child(2){
    color: #252C38;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.navbar-toggler{
    margin-right:60px;
}

#navbararea{
    padding-right: 90px;
}

.navbar-nav{
    margin-right: 20px;
}
.navbar-nav .nav-item::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: rgb(65, 184, 184);
    transition: width .3s;
}
.navbar-nav .nav-item:hover::after{
    width: 100%;
}
.navbar-nav .nav-item.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(65, 184, 184);
    transition: width .3s;
}

.navbar-nav .nav-item .nav-link{
    font-size: 18px;
    color: #000000 !important;
}

#navbararea .search-icon button{
    color: rgb(54, 153, 153);
}
#navbararea .search-icon button:focus{
    box-shadow: none;
}
.loginContainer{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.loginArea {
    position: absolute;
    top:0;
    right: 0;
    transform: translateX(100%) translateX(-50px);
    height: 100%;
    transition: transform 0.3s;
    cursor: pointer;
    text-decoration: none!important;
    color: black;
    pointer-events: all;
}
.loginArea-bg{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0.0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

.loginArea .spacingline{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 280px;
    border-left:2px solid rgb(65, 184, 184);
    border-right:2px solid rgb(65, 184, 184);
    background-color: white;
    transform: skew(-23deg);
    height: 100%;
}

.loginArea .login{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 15px;

}

.loginArea .login .login-icon{
    border: 1px solid black;
    border-radius: 3px;
    width: 25px;
    width: 25px;
    font-size: 19px;
    text-align: center;
    margin-right: 25px;
}
.loginArea:hover{
    transform: translateX(100%) translateX(-190px);
    text-decoration: none!important;
    color: black;
}
.loginArea:hover .spacingline{
    transition:all 0.5s linear;
}
  
/* End Of Navbar*/


/* Start Of Slider */
#slider{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#HomeSlider{
    min-height: 600px;
}
#HomeSlider:hover
    #nextprevbtn{
        visibility: visible;
        opacity: 1; 
        transition:opacity 0.3s linear;
    }

#HomeSlider .carousel-inner,
#HomeSlider .carousel-item,
#HomeSlider .carousel-item img{
    height: 100%;
}
.slidecontent{
    position:absolute;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:1;
    transform: translate(-50%, -50%);
}
.slidecontent h4{
    margin-bottom:20px;
    font-size: 38px;
    font-weight: 400;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 4px;
    color: rgb(241, 241, 228);
}
.slidecontent h2{
    font-size: 48px;
    margin-bottom:40px;
    letter-spacing: 3px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    color: rgb(241, 241, 228);
}
.slidecontent #disBtn{
    
    padding: 10px 30px;
    margin: auto;
    color: white;
    background-color: rgba(71, 71, 71, 0.6);
    border: 2px solid rgb(65, 184, 184);
    font-size: 20px;
    border-radius: 10px;
    
}

.slidecontent #disBtn:hover{
    background-color: rgb(65, 184, 184);
    transition:0.5s;
}

.carousel-indicators{
    margin: 0;
    display: flex !important;
    top: 0;
    align-items: center !important;
    z-index: 1;
}
.carousel-indicators .prev,
.carousel-indicators .next{
    position: absolute;
    width: 80px;
    height: 80px;
    border: 0;
    margin: 0;
    border-radius: 50%;
    background:no-repeat 50%/100% 100%;
    opacity: 1;
    
} 
.carousel-indicators .prev{
    left: 20px;
    background-image: url(../images/3.jpg);
}
.carousel-indicators .next{
    right: 20px;
    background-image: url(../images/Slide2.jpg);
}

#nextprevbtn{
    visibility: hidden;
    opacity: 0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
#nextprevbtn .prevbtn,
#nextprevbtn .nextbtn{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center ;
}
#nextprevbtn .prevbtn{
    left: 20px;
}
#nextprevbtn .nextbtn{
   right: 20px;
}

#nextprevbtn .prevbtn-icon,
#nextprevbtn .nextbtn-icon{
    display:block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background:no-repeat 50%/100% 100%;
}


#nextprevbtn .prevbtn-icon{
    background-image: url(../images/Slide7.jpg);
}

#nextprevbtn .nextbtn-icon{
    background-image: url(../images/Slide4.jpg);
}

.mask{
    position: absolute;
    top:0;
    right: 0;    
    background-color: rgba(71, 71, 71, 0.5);
    height: 100%;
    width: 100%;
}
/* End Of Slider */



/* Start Of About us */

#aboutUs{
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}

#aboutUs .aboutus-area {
    position: relative;
    z-index: 1;
    padding:50px 0px;
}
#aboutUs .aboutus-area .heading{
    margin-bottom: 20px;
}
#aboutUs .aboutus-area .heading h6{
    color: rgb(65, 184, 184);
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
#aboutUs .aboutus-area .heading h1{
    font-size: 40px;
}

#aboutUs .aboutus-area .about-us-content{
    position: relative;
    margin-top: 20px;
}
#aboutUs .aboutus-area .about-us-content p{
    font-size: 20px;
    font-weight: 400;
    color: #636a76;
    line-height: 1.8;
}

#aboutUs .aboutus-area .about-us-images .col-6{
    padding:5px;
}
#aboutUs .aboutus-area .about-us-images .item-image:first-child{
    margin-bottom: 10px;
}
#aboutUs .aboutus-area .about-us-images .item-image img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

#aboutUs .service-area{
    position: relative;
    z-index: 1;
    padding:50px 0px;
}
#aboutUs .service-area .services-title,
#aboutUs .service-area .services-items{
    padding:40px 0px;
    text-align: center;
}
#aboutUs .service-area .services-title h2{
    font-size: 30px;
}
#aboutUs .service-area .services-title h2::after{
    content: '';
    display: block;
    width: 200px;
    margin:5px auto;
    height: 2px;
    background-color: rgb(65, 184, 184);
}
#aboutUs .service-area .services-items .services-item{
    margin: 10px;
    transform: translateY(0px);
    transition: transform 0.2s linear;
}
#aboutUs .service-area .services-items .services-item:hover{
    transform: translateY(-10px);
    transition: transform 0.2s linear;
}
#aboutUs .service-area .services-items .services-item:hover .service-h{
    color:rgb(65, 184, 184);
    transition: color 0.3s linear;
}

#aboutUs .service-area .services-items .services-item .service-image{
    width: 100%;
    height: 80%;
} 
#aboutUs .service-area .services-items .services-item .service-image img{
    width: 100%;
    border-radius: 10px;
}
#aboutUs .service-area .services-items .services-item .service-h{
    color: #212529;
    transition: color 0.3s linear;
    width: 100%;
    height: 20%;
}
/* End Of About us */



/* Start Of Counters */
#counters{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding:50px;
    background-color: #0E2737;
    color: white;
    text-align: center;
}
#counters .counter{
    padding:20px;
    margin:10px;
}
#counters .counter h3{
    font-size: 45px;
    font-weight: bold;
}
#counters .counter span{
    font-size: 20px;
    text-align: center;
    color: #47CEC0;
}
/* End Of Counters */



/* Start Of Destinations */
#destinations .container{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0px;
}
#destinations .dest-heading h2{
    font-size: 30px;
    text-align: center;
    margin-bottom:60px
}
#destinations .dest-heading h2::after{
    content: '';
    display: block;
    width: 100px;
    margin:5px auto;
    height: 2px;
    background-color: rgb(65, 184, 184);
}

#destinations .place-item{
    position: relative;
    margin:10px;
    height: 450px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.2);
    transition: all 0.3s linear;
}
#destinations .place-item .place-image{
    height: 300px;
}
#destinations .place-item img{
    width: 100%;
    height: 100%;
}

#destinations .place-item .place-content{
    position: relative;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    height: 150px;
}

#destinations .place-item .place-content .price{
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 8px;
    background-color: rgb(65, 184, 184);
    border-radius: 40px;
    font-size: 18px;
    color: white;
    transition: all 0.3s linear;
}

#destinations .place-item .place-content .days{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #999999;
}

#destinations .place-item .place-content h3{
    display: flex;
    align-items: center;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
}


#destinations .place-item .place-content .time{
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #999999;
}

#destinations .place-item .place-content .icon {
    display: inline-block;
    width: 25px;
    text-align: center;
    color: rgb(65, 184, 184);
    font-size: 16px;
}

#destinations .place-item:hover{
    box-shadow: 0 2px 14px 5px rgba(90, 84, 84, 0.8);
}

#destinations .place-item:hover .price{
    background-color: #0E2737;
    
}

.modal-header{
    display: block !important;
    text-align: center;
}
.modal-header button{
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-body .tour-image img{
    width: 100%;
    border-radius: 10px;
}
.modal-body .tour-description{
    margin: 40px 0px;
}
.modal-body .tour-description h4{
    display: flex;
    align-items: center;
}
.modal-body .tour-description .icon {
    display: inline-block;
    width: 25px;
    text-align: center;
    color: rgb(65, 184, 184);
    font-size: 16px;
}
.modal-body .tour-description p{
    margin-left: 25px;
}
.modal-body .tour-book-now{
    height: 100px;
    display: flex;
    align-items: center;
}
.modal-body .tour-book-now h5{
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
}

.modal-body .tour-book-now a{
    color: #FFF;
}
.modal-body .tour-map iframe{
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 50px;
}

/* End Of Destinations */



/* Start Of Testimonials */
#testimonials {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/client-testimonial.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 550px;
    padding: 100px 0px;
}
#TestimonialsSlide{
    min-height: 350px;
}

#TestimonialsSlide .carousel-inner,
#TestimonialsSlide .carousel-item{
    height: 100%;
}

#TestimonialsSlide .carousel-item img{
    margin:0 auto;
    border: 6px solid rgb(54, 153, 153);
}

#TestimonialsSlide .client-cont{
    width: 70%;
    margin: 20px auto;
    text-align: center;
    color: rgb(241, 241, 228);
}

#TestimonialsSlide .client-cont h2{
    color: #47CEC0;
}

#TestimonialsSlide .carousel-indicators{
    top: auto;
}

#TestimonialsSlide .carousel-indicators li{
    width: 15px;
    height: 15px;
    transform: skew(-25deg);
}
#TestimonialsSlide .carousel-indicators li.active{
    background-color: #47CEC0;
}
/* End Of Testimonials */


/* Start Of Contact */
#contact{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 50px 0px;
}

#contact .container{
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 0;
}

#contact .bg-mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px 50px;
}

#contact h2{
    color: rgb(241, 241, 228);
}

#contact h6{
    font-size: 18px;
    color: rgb(65, 184, 184) !important;
}

#contact h6 span{
    margin-left: 10px;
    color: #FFF;
}

#contact .col-md-5{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

#contact a{
    font-size: 20px;
}

#contact a:focus{
    box-shadow: none;
}

/* End Of Contact */


/* Start Of Footer */
footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #0E2737;
    height: 60px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
}
footer p{
    color:#74808D;
    margin: 0 auto;
}

footer p span{
    color: rgb(65, 184, 184);
    cursor: pointer;
}
/* End Of Footer */


#scl-up{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000000;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: rgb(65, 184, 184);
    color: #FFF;
}

#scl-up:active{
    background-color: #000;
}







.container-fluid{
    padding: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    #nextprevbtn .prevbtn,
    #nextprevbtn .nextbtn{
    position: absolute;
    width: 40px;
    height: 40px;
    }   
    .slidecontent h4{
        font-size: 20px;
    }
    .slidecontent h2{
        font-size: 30px;
    }

    .slidecontent #disBtn{
        padding: 5px 15px;
        font-size: 18px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    #nextprevbtn .prevbtn,
    #nextprevbtn .nextbtn{
    position: absolute;
    width: 50px;
    height: 50px;
    }  

    .slidecontent h4{
        font-size: 22px;
    }
    .slidecontent h2{
        font-size: 32px;
    }
    
    .slidecontent #disBtn{
        padding: 8px 20px;
        font-size: 19px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    #nextprevbtn .prevbtn,
    #nextprevbtn .nextbtn{
    position: absolute;
    width: 60px;
    height: 60px;
    } 
    .slidecontent h4{
        font-size: 28px;
    }
    .slidecontent h2{
        font-size: 38px;
    }

    .slidecontent #disBtn{
        padding: 10px 25px;
        font-size: 19px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}


@keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-delay: 3s;
    animation-name: fadeOutLeft;
    animation-duration: 2s;
    opacity:1;
}

@keyframes fadeOutDown{
    0%{
        opacity: 1;
        transform: translateY(0);
    }
    100%{
        opacity: 0;
        transform: translateY(100px);
    }
}
.fadeOutDown{
    animation-name: fadeOutDown;
    animation-delay: 3s;
    animation-duration: 2s;
    opacity: 1;
}


::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    background: rgb(0, 0, 0); 
}
   
  /* Handle */
::-webkit-scrollbar-thumb {    
    background: rgb(65, 184, 184); 
    border-radius: 50px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #47CEC0; 
}