@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
}
.carousel-home,
.carousel-home .carousel-item{
    height: 100vh;
}
.navbar-main.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand{
    color: white;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    transition: all .4s ease;
}
.navbar-light .navbar-brand{
    padding: 0;
}
.navbar-main.navbar-light .navbar-nav .nav-link:hover{
    transition: all .4s ease;
    color: #049372;
}
.navbar-light .navbar-brand:hover{
    color: white;
}
.navbar-main.navbar-light .navbar-nav li:last-child a{
    padding-right: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px 0;
  }
  .dropdown-content a:hover{
      color: #049372;
  }
  .dropdown-content a {
    color: black;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
  }
  .dropdown:hover .dropdown-content {
      display: block;
    }
.navbar-main{
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 25px 0;
}
#slide-show {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
  }
  
  .slide-text {
    font-size: 20px;
    color: #fff;
  }
  
  .slide-text b {
    font-weight: 400; 
  }
  
  .slide-text h2 {
    font-size: 13vw;
    line-height: 11vw;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    opacity: 0.63;
    text-transform: uppercase;
  }

  .slide-txt2-upside{
    margin-top: -20px;
  }
  
  .slidex {
    opacity: 0;
    transition: opacity 1.3s;
    z-index: -1;
  }
  
  .activx {
    opacity: 1;
  }
  
  .slideshow-nav {
    position: absolute;
    bottom: 50%; 
    width: 100%;
    font-size: 30px;
    background: transparent;  
  }
  
  .previousx {
    float: left;
  }
  
  .nextx {
    float: right;
  }
  
.bg1, .bg2, .bg3, .bg4, .bg5, .bg6{
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s1.jpg");
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}
.bg2 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s2.jpg");
}
.bg3 { 
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s3.jpg");
}
.bg4 { 
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s4.jpg");
}
.bg5 { 
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s5.jpg");
}
.bg6 { 
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/s6.jpg");
}
.slider-center {
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    text-align: left;
    letter-spacing: 2px;
}
#slide-show .nav-link {
    transition: all 0.4s;
    padding: 15px;
    color:#fff;
    opacity: 0.2;
    font-size: 40px;  
}
#slide-show .nav-link:hover{
    opacity: 1;
}
#slide-show .arrow a {
    position: absolute;
    bottom:0;
    left: 50%;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
    font-size: 80px;
    padding: 0 0 20px 0;
    opacity: 0.2;
}
#slide-show .arrow a:hover {
    color: #999;
    font-size: 100px;
    opacity: 0.8;
}
.slide-txt1{
    font-weight: 100;
    font-size: 4vw;
    opacity: 0.5;
    line-height: 2rem;
    padding-left: 12px;
}
.slide-txt2{
    padding-left: 9px;
    font-weight: 700;
    opacity: 0.5;
    font-size: 2vw;
}
.home-intro{
    padding: 80px 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/about-bg.png);
}
.home-intro-left{
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}
.home-intro-left h2{
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
}
.icon-wrapper{
    display: flex;
}
.icon-wrapper p{
    color: #919090;
    font-weight: 300;
}
.icon-wrapper h3{
    margin-bottom: 4px;
    font-size: 20px;
}
.icon-div{
    padding-right: 20px;
}
.icon-div img{
    filter: invert(37%) sepia(12%) saturate(6910%) hue-rotate(135deg) brightness(100%) contrast(97%);
}

.hr-home{
    margin: 65px 15px;
    background-color: #bfbcbc;
}
.btn-read-more{
    background-color: #049372 ;
    border-radius: 0;
    color: white;
    padding: 6px 20px;
}
.btn-read-more:hover{
    background-color: #09765d;
    color: white;
}
.discover-txt{
    display: inline-block;
    padding: 5px 16px;
    background: #20405f;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-weight: 100;
}
.txt-sm{
    font-weight: 100;
}
.intro-col{
    display: flex;
    flex-direction: column;
    height: 580px;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
}
.no-padding{
    padding: 0;
}
.intro-col-left,
.intro-col-right{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro-col-left{
    background-image: url(../img/home-left.jpg);
}
.intro-col-right{
    background-image: url(../img/home-right.jpg);
}
.intro-col h2{
    font-size: 5vw;
    line-height: 80%;
}
.author-name{
    font-weight: 100;
    font-size: 20px;
}
.home-cta{
    padding: 40px 0 100px;
    background-image: url(../img/88.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.home-icon-text p:first-child{
    font-weight: 700;
    color: #fff;
}
.home-icon-text p:last-child{
    font-weight: 100;
    color: #fff;
}
.home-icon img{
    height: 50px;
    filter: brightness(0) invert(1);
}
.text-100{
    font-weight: 100;
}
.middle-txt{
    width: 26%;
    margin: 0 auto;
    padding: 75px 0;
    color: #fff;
}
.home-cta h3{
    font-size: 2.5vw;
    line-height: 41px;
    margin-bottom: 15px;
}
.social-media-single{
    height: 32px;
    width: 32px;
    background-color: #049372;
    color: white;
    justify-content: center;
    border-radius: 50%;
    margin: 0 4px;
    display: flex;
    justify-content: center;
}
.social-media-single:hover{
    background-color: #0c765e;
    color: white;
    cursor: pointer;
}
.social-media-single a{
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.social-media-icons{
    display: flex;
}
footer{
    padding: 78px 0 35px;
    background: #1f2328;
    color: white;
}
footer h3{
    font-size: 20px;
    margin-bottom: 42px;
    position: relative;
}
footer h3:after {
    position: absolute;
    z-index: 10;
    bottom: -14px;
    width: 42px;
    height: 1px;
    border-top-color: #049372;
    border-top-width: 3px;
    border-top-style: solid;
    content: "";
    left: 0;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.top-btn p{
    height: 25px;
    width: 25px;
    background-color: #049372;
    color: white;
    justify-content: center;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.top-btn {
    all: unset; 
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    transform:scale(1.8);
    opacity: 0;
    transition: .3s;
  }
.footer-wrapper2 a{
    padding: 0 18px;
    color: white;
    text-decoration: none;
    border-left: 1px solid #f9f6f64a;
}
.footer-wrapper2 a:hover{
    color: #049372;
}
.footer-wrapper2 a:first-child{
    border-left: 0;
}
.footer-contact ul li{
    position: relative;
    padding-left: 30px;
}
.footer-contact ul li i{
    position: absolute;
    left: 0px;
    top: 3px;
}
.footer-wrapper3{
    padding-top: 30px;
    border-top: 1px solid #dddddd2b;
    margin-top: 35px;
}
footer img{
    height: 65px;
}
.quick-links{
    padding-left: 66px;
}
.footer-ul li a{
    color: inherit;
    text-decoration: none;
}
.footer-ul li a:hover{
    transition: all .4s ease;
    color: #049372;
}
.footer-ul li{
    padding-bottom: 8px;
    color: #d9d9d9;
}
footer p{
    color: #d9d9d9;
}
.copyright{
    color: #f1f1f1;
    font-size: 14px;
}
.about,
.contact,
.tour-single{
    padding: 30px 0 65px;
}
.destinations{
    padding: 30px 0 60px;
}
.sub-page .navbar-main{
    position: unset;
    background: #09765d;
}
.breadcrumb-sub{
    padding: 25px 0 0;
    color: #fff;
}
.breadcrumb-sub hr{
    background: white;
    opacity: 0.8;
}
.breadcrumb-sub h2{
    color: #fff;
    font-size: 20px;
}
.breadcrumb-sub a{
    color: white;
    text-decoration: none;
}
.masonry {
    columns: 2;
    column-gap: 0;
  }
  .masonry .grid {
    display: inline-block;
    position: relative;
  }
  .masonry .grid:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
  }
  .masonry .grid__tag img{
      width: auto;
  }
  .masonry .grid__title {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 3.9vw;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
  }
  .masonry .grid__author {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;
  }
  .masonry .grid__link {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
  }

  .masonry .grid__body img{
    height: 27px;
    filter: brightness(0) invert(1);
    width: auto;
  }
  .mt-auto {
    margin-top: auto;
  }
  .about-wrapper{
      display: flex;
  }
  .about-col-lg-8{
    width: 60%;
    background-color: #00b894;
    color: #fff;
    padding-left: 80px;
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .about-col-lg-4{
    width: 40%;
    background-color: #218c74;
    color: #fff;
}
.about-wrapper h2{
    font-size: 7vw;
    line-height: 6vw;
    text-transform: uppercase;
}
.company-lg-txt{
    font-size: 18px;
}
.about-txt{
    padding-right: 80px;
    padding-top: 20px;
    font-weight: 300;
}
/* .about-txt p:last-child{
    font-size: 14px;
    font-weight: 300;
} */
.about-right{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 80px;
}
.about-right p{
    font-weight: 300;
}

.about-right h3{
    font-size: 2.5vw;
    line-height: 2.5vw;
}
.about-row{
    display: flex;
}
.about-col-lg-3{
    width: 25%;
    padding: 0px 8px 25px;
}
.about-main-div{
    padding: 65px 45px 40px 45px;
    background-color: white;
}
.about-main-div h3{
    font-size: 4vw;
    margin-bottom: 36px;
    color: #20405f;
}
.contact-info-lg p{
    position: relative;
}
.contact-info-lg i{
    position: absolute;
    top: 5px;
}
.contact-info-lg span{
    display: inline-block;
    padding-left: 25px;
}
.about-col-lg-3 h4{
    color: #20405f;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-ico{
    position: relative;
}
.contact-ico i{
    position: absolute;
    top: 5px;
}
.contact-ico span{
    padding-left: 25px;
    display: block;
}
.seperator-blue{
    width: 80px;
    height: 5px;
    background-image: linear-gradient(180deg, #049372, #049372);
}
.about-col-lg-3 p{
    font-weight: 300;
}
.team-row{
    margin: 0;
}
.team-row .col-lg-4{
    position: relative;
}
.team-row p{
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    left: 25px;
    top: 25px;
}
.sub-page{
    background-image: linear-gradient( 
        180deg, #3ba189 9%, #59bfa7 55%, #fff);

        background-repeat: no-repeat;
        background-attachment: fixed;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.map-wrapper{
    margin-bottom: -7px;
}
.contact-info{
    background: white;
    padding: 50px;
    border-bottom: 1px solid #ddd;
}
.contact-box{
    background-color: white;
    padding: 50px;
}
.contact-box input,
.contact-box textarea{
    background-color: #ececec;
    border: 0;
    border-radius: 0;
}
.contact-box input{
    padding: 10px 12px;
}
.contact-box input::-webkit-input-placeholder,
.contact-box textarea::-webkit-input-placeholder{
    color: rgb(160, 158, 158);
}
.tour-single-wrapper h2{
    font-size: 4vw;
    margin-bottom: 40px;
    color: #20405f;
}
.tour-single-wrapper{
    background: white;
    padding: 25px 38px;
}
.day-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(180deg, #049372, #049372);
    color: white;
    border-radius: 50%;
    margin: 0;
}
.tour-content{
    margin-top: 28px;
}
.tour-content p{
    font-weight: 300;
}
.tour-content p{
    margin-bottom: 16px;
}
.city-txt{
    color: #049372;
    font-weight: 600;
}
.tour-content p.overnight-txt{
    font-weight: 500;
}
.tour-imgs{
    overflow: hidden;
}
.tour-imgs img{
    transition:all 0.8s;
}

.tour-imgs a{
    width: 47%;
    float: left;
    overflow: hidden;
    margin: 5px;
}

.tour-imgs img{
    width: 100%;
}

.tour-imgs img:hover{
    transform: scale(1.2);
    opacity: .5;
}

.tour-imgs img.top-img{
    padding-top: 0;
}

.days-seperator{
    margin: 35px 0;
    color: inherit;
    background-color: #20405f;
}
.tour-wrapper{
    background: white;
    padding: 25px 38px;
}
.tour-wrapper h2{
    margin-bottom: 29px;
}
.tour-right .form-check{
    margin-bottom: 10px;
}
.h2-spacing{
    margin-top: 25px;
}
.contact-box-sp{
    padding: 15px 15px;
    font-size: 22px;
    margin-bottom: 5px;
    color: white;
    align-items: center;
    overflow: hidden;
}
.viber{
    background: #7c509d;  
}
.whatsapp{
    background: #29b200;  
}
.skype{
    background: #00aff0;  
}
.contact-info-lg{
    margin-bottom: 25px;
}
.contact-info-lg i{
    padding-right: 10px;
    color: #48ae96;
}
.contact-info-lg p{
    margin-bottom: 15px;
}
.contact-box-sp:hover i{
    transform: translate(317px, 0%);
}

.contact-box-sp .unlock-right{
    transform: translate(-200%,0%);
    overflow-x: hidden;
}

.contact-box-sp:hover .unlock-left{
    transform: translate(250%,0%);
}
.contact-box-sp:hover .unlock-right{
    transition: all .35s ease-in-out;
    transform: translate(-12%, 0%);
}

.contact-box-sp p{
    transition: all .35s ease-in-out;
}
.contact-box-sp i{
    transition: all .35s ease-in-out;
    font-size: 33px;
    padding-right: 9px;
}
.unlock-right{
    transform: translate(-200%,0%);
    overflow-x: hidden;
}
.unlock-left{
    position: absolute;
    top: 0;
}
.ct-wrapper{
    position: relative;
    width: 300px;
}
.form-control:focus,
.form-select:focus{
    outline: none;
    box-shadow: none;
    border-color: #09765d;
}
.skype{
    background-color: #00aff0;
}
.destination-main{
    background-color: white;
    padding: 25px 38px;
}
.destination-main h3{
    margin-bottom: 20px;
}
.destination-content{
    margin-top: 20px;
}
.destination-spacing{
    margin-top: 50px;
}
.footer-logo{
    border-bottom: 1px solid #dddddd1c;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.img-about{
    height: 100%;
    display: flex;
    align-items: center;
}
.contact-info p{
    margin-bottom: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
    border-color: #049372;
}

.tour-left .form-label{
    font-weight: 500;
}
.footer-wrapper3 a{
    text-decoration: none;
    color: #049372;
}
.team-row-main h3{
    background: white;
    border-top: 1px solid #ddd;
    padding: 25px;
    margin: 0;
    font-size: 4vw;
    color: #20405f;
    text-transform: uppercase;
}
.team-row img{
    width: 100%;
}
@media only screen and (min-width: 1500px) {
    .middle-txt {
        width: 21%;
    }
    .contact-box-sp:hover i {
        transform: translate(377px, 0%);
    }
  }
  @media only screen and (min-width: 1366px) {
    .tour-imgs a {
        width: 46%;
    }
  }

  @media only screen and (max-width: 1200px) {
    .about-col-lg-8,
    .about-col-lg-4,
    .destination-single img{
        width: 100%;
    }
    .about-wrapper{
        flex-direction: column;
    }
    .about-col-lg-8,
    .about-right,
    .about-main-div{
        padding: 75px;
    }
    .mission-txt p{
        margin-bottom: 0;
    }
    .about-txt{
        padding-right: 0;
    }
    .about-col-lg-3{
        width: 100%;
    }
    .about-row{
        flex-direction: column;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .navbar-light .navbar-toggler {
        background: white;
    }
    .navbar-main.navbar-light .navbar-nav .nav-link{
        color: #282828;
    }
    .navbar-nav{
        background: #ffffff91;
        padding: 15px;
    }
    .navbar-light .navbar-brand{
        margin-bottom: 5px;
    }
    .home-intro-left{
        padding-left: 0;
        padding-top: 30px;
    }
    .quick-links {
        padding-left: 10px;
    }
    footer h3{
        margin-top: 42px;
    }
    .tour-imgs{
        margin-top: 15px;
    }
    .tour-single-wrapper h2{
        font-size: 40px;
    }
    .tour-col-mobile{
        order: 2;
    }
    .skype{
        margin-bottom: 36px;
    }
    .count-mobile br{
        display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .slide-txt1{
        font-size: 40px;
        padding-left: 0;
        margin-bottom: 6px;
    }
    .slide-txt2{
        font-size: 25px;
        padding-left: 0;
        margin-bottom: 0;
    }
    .intro-col h2{
        font-size: 39px;
        line-height: 92%;
        margin: 3px 0;
    }
    .intro-col{
        width: 88%;
        height: 480px;
    }
    .middle-txt{
        width: 98%;
        padding: 75px 0 30px;
    }
    .home-cta h3 {
        font-size: 21px;
        line-height: 32px;
    }
    .about-right h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .about-main-div h3{
        font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .icon-wrapper{
       
        padding-bottom: 25px;
    }
    .icon-wrapper-last{
        padding-bottom: 0;
    }
    .home-intro-left h2{
        font-size: 30px;
    }
    /* .img-about img{
        margin-left: -15px;
    } */
    .tour-single-wrapper{
        padding: 25px;
    }
    .destination-main{
        padding: 25px;
    }
    .tour-wrapper{
        padding: 25px;
    }
    .contact-box-sp{
        font-size: 19px;
        padding: 10px 15px;
    }
    .contact-box-sp i{
        font-size: 27px;
    }
    .about-col-lg-8,
    .about-right,
    .about-main-div{
        padding: 55px 25px;
    }
    .contact-info,
    .contact-box{
        padding: 50px 25px;
    }
    .contact-info p{
        margin-bottom: 9px;
    }
    .contact-info h4{
        margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 576px) {
    .breadcrumb-sub .text-sm-end{
        padding-top: 8px;
    }
    .tour-imgs a{
        width: 100%;
        margin: 5px 0;
    }
    .tour-single-wrapper h2,
    .about-wrapper h2 {
        font-size: 31px;
    }
    .about-wrapper h2{
        line-height: 33px;
    }
    .map-wrapper iframe{
        height: 350px;
    }
  }
  @media only screen and (max-width: 420px) {
    .navbar-brand img {
        height: 65px;
    }
    .slidex .bg1{
        background-position: 59% 50%!important;
    }
    .slidex .bg5{
        background-position: 67% 50%!important;
    }
    .slidex .bg3{
        background-position: 62% 50%!important;
    }
  }
  @media only screen and (max-width: 420px) {
    .contact-box-sp:hover i {
        transform: translate(330px, 0%);
    }
  }

  @media only screen and (max-width: 350px) {
    .navbar-brand img {
        height: 52px;
    }
  }