html {
    --scrollbarBG: white;
    --thumbBG:  #4583ad;
    
  }
  body::-webkit-scrollbar {
    width: 13px;

  }
  body {
    scrollbar-width: thin;
    scrollbar-color: #4583ad;
    
  }
  body::-webkit-scrollbar-track {
    background:  whitesmoke;


  }
  body::-webkit-scrollbar-thumb {
    background-color: #4583ad ;
    border-color:  #4583ad;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #4583ad;
    border-color: #458fad;

  }


 
/*  HEADER */

.collapse ul li a {
    text-decoration: none;
    padding: 10px;
    transition: color 0.5s;
    color: white;
    font-family: 'Poppins', sans-serif;


}

.collapse ul li .underline {
    height: 4px;
    background-color: transparent;
    width: 0%;
    transition: width 0.3s, background-color 0.3s ease-in-out;


}

.collapse ul li.active-link a {

    color: #4583ad;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color:#458fad;

}

.collapse ul li:hover .underline {
    background-color: #458fad;
    width: 100%;
    

}

.collapse ul li:hover a {

    color: #458fad;
}






::selection {
    background-color: lightblue;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;

}

@media screen and (max-width: 300px) {
    .navbar-nav {
        gap: 10px;
      
    
    }
    
  }

  
@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }

.navbar {
    background-color:#313131;

}

.navbar-toggler{
    border-color: #458fad !important;
    background-color: #458fad; 
    color: #458fad !important;
}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #458fad!important;
    background-color: #458fad; 
    color: #458fad !important;
 

}
  

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}

/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

#button {
  background: none;
  border: 3px solid #458fad !important;
  border-radius: 5px;
  color: #458fad !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
}

#button::before,
#button::after {
  background:#458fad !important;
  content: '';
  position: absolute;
  z-index: -1;
}

#button:hover {
  color: white !important;
}

/* BUTTON 3 */
.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
  }
  
  .btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  
/** FOOTER **/

.footer {
    background: #313131;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom: #458fad solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
list-style: none;
}


ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #458fad;
}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
}

ul.link_menu li a:hover {
    color: #458fad;
}

.bottom_form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.bottom_form h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: whitesmoke;
    padding-top: 12px;
    margin-right: 93px;
    text-transform: uppercase;
    border: inherit;
}



ul.social_icon {
    padding-top: 24px;
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: whitesmoke;
    border: #458fad solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 25px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #458fad;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color: #458fad;
}

.footer .footer-widget ul li a:hover span {
    color:#458fad;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    margin: 0 5px 0 0;
    display: inline-block;
}

.footer .social_icon li a {
    height: 40px;
    width: 40px;
    display: block;
    color: #458fad;
    border-radius: 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.05); 
}

.footer .social_icon li .inst,
.footer .social_icon li .fb  {
transition: 0.3s;}

.footer .social_icon li .inst:hover  {
    background: #458FAD;
}

.footer .social_icon li .fb:hover  {
    background:#458FAD;
}
.footer .social_icon  li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#logo  img {
    width: 15%;
}

@media screen and (max-width: 1300px) {
    #logo  img {
        width: 40%;
    }
}

@media screen and (max-width: 780px) {

    #logo {
        text-align: center;
    }
    .move-btn{
        margin-left:40px!important;
        border:4px solid white;
    }
    .about-us-area{
        margin-top:-180px!important;
    }
}


@media only screen and (max-width: 1300px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h3{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li a{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

/** end footer **/


/* CAROUSEL */
.carousel-caption {
    top: 30%;

}

.c-item {
    height: 95vh;
}

.c-img {
    height: 95vh;
    object-fit: cover;
    filter: brightness(0.7);
}


.carousel-caption h1{
    font-family: 'Archivo Black', sans-serif;
}

.carousel-caption h4{
    font-family: 'Merriweather Sans', sans-serif;
    color: #D7D7D7;
}


.carousel-item .button{
    background: none;
    border: 3px solid whitesmoke !important;
    border-radius: 2px;
    color: whitesmoke !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 2px;
    transition: 0.3s;

}

.carousel-item .button:hover{
background-color: whitesmoke;
color: #313131 !important;

}



/*ABOUT US*/

.about-thumbnail {
    position: relative;
    z-index: 1;
    &.homepage {
        .first-img {
            position: relative;
            width: 50%;
            margin-left: auto;
            background-color: transparent;
        }
        .second-img {
            position: relative;
            z-index: 1;
            width: 55%;
            margin-top: -50%;
            background-color: transparent;


        }

    }
}

.about-thumbnail .second-img img,.about-thumbnail .first-img img {
    border:10px solid rgb(226, 225, 225);
    border-radius: 10px;

}

.about-us-area h2{
    font-family: 'Questrial', sans-serif;
    color:#6c7171;
    font-weight: 600;
}

.about-us-area h4{
   font-family: 'Questrial', sans-serif;}

    .about-us-area h5{
letter-spacing: 2px;
font-weight: bold;    
color:#458fad;
font-family: 'Montserrat', sans-serif;
}

.about-us-area p{
    font-family: 'Open Sans', sans-serif;
    color:#494d4d;
    font-weight: 600;


}


.read-btn{
    background: none;
    border:0;
    border-radius: 5px;
    color: black !important;
    font-size: 15px;
    margin: 0 auto;
    padding:0;
    position: relative;
    text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: 0.3s;
}

.read-btn:hover{
color:#458fad !important;
fill: #458fad !important;

}

.g-5, .gy-5 {
    --bs-gutter-y: 6rem;
}


/*DESTINATIONS*/

.destinations h2,.mintitle{
    font-family: 'Questrial', sans-serif;
    color:#6c7171;
    font-weight: 600;
}

.destinations h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    .destinations h5{
font-weight: bold;    
color:#458fad;
font-family: 'Montserrat', sans-serif;
}

.destinations .dest{
transition: 0.5s;    }

.destinations .dest img{
    border:5px solid #458fad;  
 }

.destinations .dest:hover{
transform: translateY(10px);
}



/*GALLERY*/




.swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    justify-content: center;
    align-items: center;
    width:50%;
    height:50%;
  }
  
  .swiper-slide img {
      width: 100%;
      height: 50vh;
      margin: 0 auto;
      object-fit: cover;
      transition: all .3s ease-in-out;
  }
  
  .swiper-slide {
    width: 80%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  
  .swiper-pagination > .swiper-pagination-bullet {
      opacity: 1;
      border: white solid 1px;
      background-color: transparent;
  }
  
  .swiper-pagination >.swiper-pagination-bullet-active {
      background-color: white;
  }


  .gallery .button{
    background: none;
    border: 3px solid whitesmoke !important;
    border-radius: 2px;
    color: whitesmoke !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 2px;
    transition: 0.3s;

}

.gallery .button:hover{
background-color: whitesmoke;
color: #313131 !important;

}


.gallery svg{
    fill:white;
}
  
/*TESTIMONIALS*/
.testimonials{
    background-color: #fafaee;

}
.testimonials h2{
    font-family: 'Questrial', sans-serif;
    color:#6c7171;
    font-weight: 600;
}

.testimonials h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.testimonials .review{
    background-color:white;
    padding: 30px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;

}

.testimonials p{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    color:#6c7171;
    font-size: 20px;
}

.testimonials svg{
    fill:#458fad;
}
  


/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}



/*************************************************************** GALLERY **************************************************/

img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;

}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb{
overflow: hidden;
}

/*BACKGROUND*/

#gallery-head {
    background: url('images/gallery-head.jpeg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Archivo Black', sans-serif;

}

#gallery-head h1{
    font-weight: 800;

}

/*************************************************************** CONTACT US **************************************************/



/*BACKGROUND*/

#contact-head {
    background: url(images/contact-main.jpeg) rgba(0, 0, 0, 0.3);
    background-size: cover!important;
    background-repeat: no-repeat;
    
    background-blend-mode: multiply;
    height: 1200px;
    color: white;
    display:flex;
    align-items:center;
    font-family: 'Archivo Black', sans-serif;

}

#contact-head h1{
    font-weight: 800;

}

.contacts h3, .contacts p{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.contact-info{
    background-color: whitesmoke;
    padding-top: 50px;
    padding-bottom: 50px;

}

@media only screen and (max-width: 700px) {
   .contacts iframe{
    height: 500px;
   }
   .c-item {
    height: 64vh;
    
}

#contact-head{
     background: url(images/contact-main.jpeg) rgba(0, 0, 0, 0.3);
    background-size: contain;
    background-repeat: no-repeat;
    height:fit-content!important;
    
    
}

.c-img {
    height: 64vh;
    
    filter: brightness(0.8);
}
   .c-img{
       object-fit:contain!important;
       
   }
   .about-us-area{
       margin-top:-120px!important;
   }
  
   .carousel-caption h1,.carousel-caption h4{
   
       font-size:22px!important;
       
   }
   .carousel-caption button,.carousel-caption h4{
       display:none!important;
   }
   .carousel-caption{
       top:25%;
   }
   
  }

  .contacts svg{
    fill:#458fad;
  }

  
.contacts h2{
    font-family: 'Questrial', sans-serif;
    color:#6c7171;
    font-weight: 600;
}

.contacts h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    .contacts h5{
font-weight: bold;    
color:#458fad;
font-family: 'Montserrat', sans-serif;
}

/*************************************************************** ABOUT US **************************************************/



/*BACKGROUND*/

#about-head {
    background: url(images/custom_resized_fcfee3f2-f0fd-4892-bbfd-d29beb274634.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Archivo Black', sans-serif;

}

#about-head h1{
    font-weight: 800;
}


.about_us h2{
    font-family: 'Questrial', sans-serif;
    color:#6c7171;
    font-weight: 600;
}

.about_us h4{
    font-family: 'Allura', cursive;}

    .about_us h5{
letter-spacing: 2px;
font-weight: bold;    
color:#458fad;
font-family: 'Montserrat', sans-serif;
}

.about_us p{
    font-family: 'Open Sans', sans-serif;
    color:#494d4d;
    font-weight: 600;


}

.about_us .img_1, .about_us .img_2{
overflow: hidden;
border-radius: 5px;



}

.about_us .img_1 img, .about_us .img_2 img{
    border-radius: 5px;
    transition: 0.5s;


}


.about_us .img_1 img:hover, .about_us .img_2 img:hover{
transform: scale(1.1);    
}

.about_us .img_2{
margin-left: 30px;

}


/*JUMBOTRON*/
.jumbotron{
    background: url(images/Untitled-design-4.png) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}

.jumbotron h3{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.jumbotron .button{
    background: none;
    border: 3px solid whitesmoke !important;
    border-radius: 2px;
    color: whitesmoke !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 2px;
    transition: 0.3s;

}
.jumbotron .button:hover{
    background-color: whitesmoke;
color: #313131 !important;
}

