/* Home Page */
.homeBanner{
    margin-top: 100px;
}
.homeBanner .container-fluid:before{
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .34;
}
.homeBanner .container{
    z-index: 2;
    padding: 181px 0 167px;
}
.homeBanner .row .col-6{
    width: 45.5%;
}
.homeBanner .homeImg{
    row-gap: 23.74px;
}
.homeBanner .imgBox{
   width: 47%;
   height: 267px;
   border-radius: 10px;
   border: 4px solid #FFF;
}
.homeBanner h1{
    color: #FFF;
    text-align: center;
    font-size: 78px;
    line-height: 78px;
    text-transform: uppercase;
}
.homeBanner h2{
    color: #FFF;
    text-align: center;
    font-size: 34px;
    line-height: 35px;
    margin: 7px 0 16px;
}
.homeBanner p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    max-width: 760px;
    margin: auto;
}
.homeBanner form{
    z-index: 2;
    margin-top: 30px;
}
.homeBanner select{
    border-radius: 90px 0 0 90px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #BAC1CC;
    padding: 0 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #092145;
    font-size: 17px;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px ) 50%;
    background-size: 8px 6px;
}
.homeBanner select:focus-visible{
    outline: none;
}
.homeBanner input{
    color: #000;
    font-size: 17px;
    background: #FFF;
    border: 0;
}
.homeBanner input[type="text"]{
    width: 430px;
    padding-left: 36px;
}
.homeBanner input[type="submit"]{
    padding: 22px 38px 23px 28px;
    background-color: #F00000;
    color: #fff;
    cursor: pointer;
    border-radius: 0 90px 90px 0;
    font-size: 19px;
}
.homeBanner input[type="submit"]:hover{
    background-color: #092145;
;
}
.homeBanner input::placeholder{
    color: #888888;
}
.homeSec h2{
    margin-bottom: 43px;
}
.homeSec .container-fluid{
    background-position: calc( 100% - 49px ) 90px;
    background-size: 30%;
    background-repeat: no-repeat;
}
.destinations{
    column-gap: 2.5%;
    row-gap: 27px;
}
.destinations .imgBox{
    width: 31.66%;
    border-radius: 5px;
    overflow: hidden;
}
.destinations .imgBox .mainImg{
    height: 317px;
}
.destinations .imgBox:first-child{
    width: 65.82%;
}
.destinations a{
    background-color: #092145;
}
.destinations .imgBox a:first-child{
    width: 100%;
}
.destinations a:hover img{
    opacity: .7;
}
.destinations .imgTitle{
    color: #FFF;
    font-size: 25px;
    left: 26px;
    top: auto;
    bottom: 24px;
    column-gap: 11px;
}
.destinations .imgTitle span{
    width: 26px;
    height: 17px;
}
.destinations .tours{
    color: #FFF;
    font-size: 13px;
    background: #5CC3A9;
    padding: 8px 13px;
    top: 16px;
    left: 26px;
}
.destinations .shareButton{
    top: 20px;
    left: auto;
    right: 20px;
    background-color: transparent;
}
.grayBG{
    background-color: #F9F9F9;
}
.videoSlider{
    margin-top: 7px;
}
.videoSlider .slick-slide{
    margin: 0 7px;
}
.videoSlider .slick-slide.slick-current .videoBox{
    border: 3px solid #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    height: 92px;
}
.videoSlider .videoBox{
    height: 98px;
}
.videoDisplay .videoBox{
    height: 520px;
    border-radius: 10px;
    cursor: pointer;
}
.videoDisplay .videoBox .contentBox{
    display: none;
    flex-direction: column;
    left: auto;
    right: 0;
    max-width: 100%;
    width: 290px;
    height: calc( 100% - 65px );
    background: rgba(9, 33, 69, 0.50);
    padding: 32px 18px 33px 25px;
    cursor: auto;
}
.videoDisplay .videoBox .contentBox h3{
    color: #FFF;
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff33;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.videoDisplay .videoBox .contentBox p{
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}
.videoDisplay .videoBox .contentBox a{
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #44D7B6;
    width: fit-content;
    margin-top: auto;
}
.videoDisplay .videoBox:hover .contentBox{
    display: flex;
}
.videoSlider .videoBox{
    border-radius: 7px;
    cursor: pointer;
}
.videoSlider .slick-list{
    margin: 0 -6px;
    padding: 10px 0;
}
.videoSlider .slick-arrow{
    object-fit: contain;
}
.videoSlider .slick-prev{
    left: -33px;
}
.videoSlider .slick-next{
    transform: rotate(180deg);
    top: calc( 50% - 10px );
    right: -33px;
}
.videoBox.playButton:before{
    content: "";
    position: absolute;
    top: calc( 50% - 45.25px );
    left: calc( 50% - 45.25px );
    background-image: url('../img/playButton.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
}
.videoSlider .videoBox:before{
    content: "";
    position: absolute;
    top: calc( 50% - 9.5px );
    left: calc( 50% - 9.5px );
    background-image: url('../img/playButton.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}
.activities{
    column-gap: 2%;
    row-gap: 33.57px;
}
.activities .eachAct{
    width: 23.5%;
}
.activities h5{
    font-size: 19px;
    line-height: 23.52px;
    color: #000;
    margin: 15px 0 8px;
}
.activities .eachAct:hover h5{
    color: #F00000;
}
.activities .tourAct{
    font-size: 16px;
    line-height: 19.41px;
    color: #666;
}
.gallery .eachImg{
    border-radius: 5px;
}
.gallery .eachImg img{
    height: 233px;
}
.gallery .slick-dots{
    bottom: 30px !important;
}
.gallery .slick-dots li{
    margin: 0 2.6px;
    width: fit-content !important;
    height: fit-content !important;
}
.gallery .slick-dots button{
    width: 7.8px !important;
    height: 7.8px !important;
    border-radius: 50px;
    background: #fff !important;
    opacity: .4 !important;
}
.gallery .slick-dots .slick-active button{
    opacity: 1 !important;
}
.topTours .tabs{
    column-gap: 50px;
    margin-bottom: 54px;
}
.topTours .eachtab{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border-width: 0 0 2px 0px;
    border-style: solid;
    border-color: transparent;
}
.topTours .eachtab:hover{
    border-color: #44D7B6;
    color: #44D7B6;
}
.topTours .eachtab.active{
    border-color: #44D7B6;
    color: #44D7B6;
}
.topTours .tabContents .slick-list{
    margin: 0 -12.5px;
}
.topTours .tabContents .slick-slide{
    margin: 0 12.5px;
}
.topTours .tabContent .slick-list{
    height: 0;
    overflow: hidden;
}
.topTours .tabContent .slick-arrow{
    height: 0;
    overflow: hidden;
    width: 35px;
}
.topTours .tabContent .slick-prev{
    left: -65px;
}
.topTours .tabContent .slick-next{
    right: -65px;
    transform: rotate(180deg);
    top: calc( 50% - 17px );
}
.topTours .tabContent.active .slick-list{
    height: auto;
}
.topTours .tabContent.active .slick-arrow{
    height: 35px;
}
.topTours .eachTabContent{
    border-radius: 10px;
}
.topTours .eachTabContent:hover h3{
    color: #F00000 !important;
}
.topTours .eachTabContent .imgBox .mainImg{
    height: 210px;
}
.topTours .eachTabContent .trusted{
    top: 20.5px;
    left: 21px;
    padding: 5px 7px;
    border-radius: 5px;
    background-color: #fff;
    column-gap: 6px;
    color: #092145;
    font-size: 14px;
}
.topTours .eachTabContent .trusted img{
    width: 16px;
    height: 16px;
}
.topTours .eachTabContent .like{
    background-color: #fff;
    border-radius: 50%;
    top: 24px;
    left: calc( 100% - 45px );
    width: 26px;
    height: 26px;
}
.topTours .eachTabContent .like img{
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.topTours .eachTabContent .assoCon{
    padding: 7px 14px 6px 15px;
    background-color: #fff;
    border-radius: 0 10px 0 0;
    top: auto;
    bottom: 0;
}
.topTours .eachTabContent .assoCon img:first-child{
    width: 36px;
    margin-right: 15px;
}
.topTours .eachTabContent .assoCon img:last-child{
    width: 33px;
    padding-left: 18px;
    border-left: 1px solid #D1D1D1;
}
.topTours .eachTabContent .contentBox{
    background-color: #fff;
    padding: 23.3px 27.2px 31px;
}
.topTours .eachTabContent .contentBox .loc{
    color: #666;
    font-size: 14px;
}
.topTours .eachTabContent .contentBox .loc img{
    width: 14.44px;
    margin-right: 7.2px;filter: grayscale(1);
}
.topTours .eachTabContent .contentBox h3{
    color: #092145;
    font-size: 17px;
    margin: 10px 0;
}
.topTours .eachTabContent .contentBox p{
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 19px;
}
.topTours .eachTabContent .contentBox .rating{
    column-gap: 14px;
    color: #666;
    font-size: 13px;
}
.topTours .eachTabContent .contentBox .stars{
    column-gap: 4px;
}
.homeSec .container-fluid.staySec{
    background-position: 50% 200%;
    background-size: 95%;
}
.stayWhere .slick-slide{
    margin: 0 12.5px;
}
.stayWhere .slick-list{
    margin: 0 -12.5px;
}
.stayWhere .gallery .slick-slide{
    margin: 0;
}
.stayWhere .slick-list{
    margin: 0;
}
.stayWhere .eachStay{
    background-color: #fff;
    border-radius: 10.6px;
    display: flex !important;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
}
.stayWhere .gallery img{
    height: 219px;
}
.stayWhere .contentBox{
    padding: 19px 16px 23px 22px;
}
.stayWhere .contentBox h5{
    color: #092145;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.stayWhere .contentBox .loc{
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    padding-left: 25px;
}
.stayWhere .contentBox .loc img{
    height: 18px;
    width: 18px;
    margin-right: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.stayWhere .contentBox p{
    margin: 12px 0 20px;
    color: #666;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
.stayWhere .contentBox .includes img{
    width: 19px;
    object-fit: contain;
}
.stayWhere .contentBox .includes{
    column-gap: 14px;
}
.stayWhere .contentBox .despInfo{
    row-gap: 20px;
}
.stayWhere .contentBox .despInfo a{
    color: #FFF;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 5.342px;
    background: #F00000;
    padding: 7px 10px 8px 9px;
    margin-left: auto;
}
.stayWhere .contentBox .despInfo a:hover{
    background: #092145;
}
.stayWhere .slick-list{
    padding: 0 0 15px;
}
.stayWhere .slick-arrow{
    height: 35px;
    width: 35px;
}
.stayWhere .slick-prev {
    left: -65px;
}
.stayWhere .slick-next {
    right: -65px;
    transform: rotate(180deg);
    top: calc( 50% - 17px );
}
.partnerLogos{
    margin-top: 90px;
    overflow: hidden;
}
.partnerLogos .slick-list{
    margin: 0 -27.5px;
}
.partnerLogos .slick-slide{
    margin: 0 27.5px;
}
.testiSec .testimonials{
    max-width: 90%;
}
.testiSec .container{
    background-position: calc( 100% - 49px ) 90px;
    background-size: 30%;
    background-repeat: no-repeat;
}
.testiSec .testimonials .slick-dots{
    bottom: -55px;
    display: flex;
    position: relative;
    margin-top: 29px;
    bottom: 0;
}
.testiSec .testimonials .slick-dots button{
    width: 6.5px;
    height: 6.5px;
    background-color: #8F9298;
    border-radius: 50%;
}
.testiSec .testimonials .slick-dots .slick-active button{
    background-color: #092145;
}
.testiSec .testimonials .slick-dots .slick-active button::before{
    content: "" !important;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1.3px solid #092145;
    margin: -4.5px;
}
.testiSec .container-fluid{
    z-index: 2;
}
.testiSec .greenTitle{
    font-size: 50px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: -15px;
}
.testiSec h2{
    color: #092145;
    font-size: 35px;
    margin-bottom: 0;
}
.testiSec .rating{
    column-gap: 8px;
    margin: 17px 0 14px;
}
.testiSec p{
    color: #092145;
    font-size: 19px;
    line-height: 26px;
}
.testiSec .name{
    color: #092145;
    font-size: 19px;
    margin: 10px 0 6px;
}
.testiSec .placeDate{
    color: #7B7B7B;
    font-size: 16px;
}
.testiSec .imgBox img{
    max-width: 321px;
    filter: grayscale(1);
}
.footerGallery{
    margin: 8px 4px;
    row-gap: 8px;
}
.footerGallery .imgBox{
    cursor: pointer;
    height: 313px;
    margin: 0 4px;
    width: calc( 25% - 8px );
}
.stayWhere .slick-list{
    margin: 0 -12.5px;
}
.stayWhere .slick-list .gallery .slick-list{
    margin: 0px;
}