/* global */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap");

:root {
  --mainColor: #c99c2a;
  --secondColor: #000;
  --textColorActive: #101a2e;

  --font-family: "Roboto", sans-serif;
  --shadow: rgba(145, 158, 171, 0.2) 0px 4px 5px -1px,
    rgba(145, 158, 171, 0.14) 0px 4px 5px 0px,
    rgba(145, 158, 171, 0.12) 0px 4px 5px 0px;
}
body,
html {
  font-family: var(--font-family);
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
figcaption.bg-dark.text-white.d-flex.justify-content-around.p-2.mx-4.rounded-3.mb-3 {
    BACKGROUND-COLOR: #010244!important;
    margin: 0px !important;
    height: 44px;
}
input.form-control.text-center.border-0.ps-0.text-body.text-capitalize {
    background-color: #ffffff36!important;
}
.bgColorActive {
    background-color: #0f1f40 !important;
}
figcaption.bgColorActive.text-white.d-flex.justify-content-around.p-2.mx-4.rounded-3.mb-3 {
    margin: 0px !important;
}
 @media screen  and (min-width:992px) {
    #information .asideBar{
      position: sticky;
      top: 200px;
    }

  }
.specialFont {
  font-family: "Just Another Hand", cursive;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgb(250, 244, 244);
}

::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 20px;
}

.shadow {
  box-shadow: var(--shadow);
}
/* .mainColor, */
.textMainColor {
  color: var(--mainColor);
}
.textSecondColor {
  color: var(--secondColor);
}
.textColorActive {
  color: var(--textColorActive);
}

.bgMainColor {
  background-color: var(--mainColor);
}
.bgSecondColor {
  background-color: var(--secondColor);
}
.bgColorActive {
  background-color: var(--textColorActive);
}

.bgEEE {
  background-color: #eee;
}
a,
a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.8s all;
}
.w-fit {
  width: fit-content;
}
.w300 {
  width: 300px;
}
::selection {
  background-color: var(--mainColor);
  color: #fff;
}
.font-lg {
  font-size: 60px;
}
.font-sm {
  font-size: 12px;
}
.cPointer {
  cursor: pointer;
}

.iconBox,
.icon {
  --Dimensions: 4rem;
  width: var(--Dimensions);
  height: var(--Dimensions);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}

.iconBox {
  width: 7rem;
  height: 5rem;
  background-color: #fff;
  color: var(--mainColor);
  border: #00000060 1px solid;
}
.h205{
    height: 205px;
}

.iconBox:hover,
.icon:hover {
  color: #fff;
  transform: scale(1.17);
}

.icon {
  background-color: var(--mainColor);
  color: #fff;
  padding: 15px;
}

.mainBtn,
.secBtn {
  border: 0;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: all 1s;
}
.mainBtn,
.secBtn::after {
  background-color: var(--mainColor);
}
.secBtn,
.mainBtn::after {
  background-color: var(--secondColor);
}
.mainBtn::after,
.secBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(-120%);
  z-index: -1;
  transition: all 1s;
}

.mainBtn:hover,
.secBtn:hover {
  color: #fff;

  &::after {
    transform: translateY(0%);
    /* z-index: -1; */
    width: 100%;
  }
}

.title h2 {
  font-size: 50px;
}

.form-control:focus {
  color: var(--mainColor);
  border-color: var(--mainColor);
  box-shadow: 0 0 0 0.1rem #21484287;
}

.slick-dots li button:before {
    font-size: 13px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--mainColor);
}

.fixedWhats{
  background-color: #026952;
  padding: 15px 20px ;
  animation: myAnim 4s ease 0s infinite normal forwards;

}

/* end global style */

figcaption .content {
  bottom: -15px;
  width: fit-content;
  transform: translate(-50%);
  transition: all 1s;
}

.tourDetails{
    #information{
        .mainImgSlider img{height: 500px;}
    }
  .imgSlider .col-3{
    height: 120px;
  }
  .slick-prev, .slick-next{
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    z-index: 9;
    background-size: cover;

  }
  .slick-prev{
    background: url('../image/left-arrow.svg') center no-repeat;
    left: 5%;
  }
  .slick-next{
    background: url('../image/right-arrow.svg') center no-repeat;
    right: 5%;
  }
  .slick-prev:before, .slick-next:before{
    color: var(--mainColor);
    font-size: 40px;
    content: '';

  }
}

/* navbar */
nav {
  .navbar {
    z-index: 99999999999911;
  }
  .navbar-brand figure {
    width: 250px;
  }
  .nav-item,
  .nav-link {
    transition: all 1s;
    color: var(--textColorActive);
  }
  .nav-item:not(.mb-2) {
    font-size: 17px;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      width: 0;
      height: 3px;
      background-color: var(--mainColor);
      transition: all 1s;
    }
  }

  .nav-item:hover {
    transform: scale(1.1);

    &::after {
      width: 65%;
    }
  }

  .navbar-toggler:focus {
    box-shadow: 0px 0px 5px 0px rgba(255, 170, 23, 0.5);
  }
  .navbar-toggler-icon {
    background-image: none;
    transition: all 1s;
  }
  .navbar-toggler-icon:hover {
    transform: scale(1.1);
  }

  .nav-link:focus,
  .nav-link:hover {
    color: var(--mainColor);
  }
  .navbar-nav .nav-item .nav-link.active {
    color: var(--mainColor);
  }
  .navbar-collapse form button {
    right: 45px;
  }
  .dropdown-menu.tourStyle{height: 50vh; overflow-y: scroll;}

  .dropdown-item {
    color: #fff;
  }
}
.needHelp, .needHelpDesc{
  transition: all 1s;
  figure img{
    width: 60px;
    height: 60px;
  }
  a:hover div{
    color: var(--mainColor);
    background-color: azure;
  }
}
.needHelp{
  bottom: 50px;
  right: -2px;
}
.needHelpDesc,.callbackDesc{
    transition: all 1s;
  top: 100px;
  right: -150%;
  width: 400px;

}
.tours{
    .all figure img{height: 205px;}
}
main {
    max-height: 75vh;
    iframe{height: 80vh; object-fit: cover; }

  .caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  @media(min-width:993px) {
    .caption{
        top: 35%;
    }
}

  #typed {
    font-size: 60px;
  }
  /* Cursor */
  .typed-cursor {
    color: var(--mainColor);
    font-size: 60px;
    margin-left: 5px;
  }

  .formLayer{
    position: absolute;
    top: 80%;
    left: 15%;
    right: 15%;
  }
  .follow{
    bottom: 10%;
    font-size: 1.25rem;
    font-weight: 300;
    .content:hover .followIcon{transform: rotate(13deg) scale(1.4); color: var(--mainColor);}
    .followIcon{
      width: 50px;
      height: 40px;
      /* border: 1px solid #fff; */
      transition: all 1s;
    }
  }
}
/* 1000  <  screen width */
@media (min-width: 993px) {
    main .caption{top:45%}
    main .formLayer{top: 60%;}
    .followMain{display: none; }

}
@keyframes myAnim {
  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

.followMain,
.destinations {
  padding-top: 50px;
  background: url(../img/bottom-shape2.webp);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;

  .row div:hover .iconBox {
    animation: myAnim 4s ease 0s infinite normal forwards;
  }
  .imageBox {
    height: 500px;
  }
  .imageBox .figLayer {
    transform: scale(0);
    transition: 1s all;
  }
  .imageBox .figLayer2 {
    transform: scale(0);
    transition: 1s 0.5s all;
  }
  .imageBox:hover .figLayer,
  .imageBox:hover .figLayer2 {
    transform: scale(1);
  }

  .imageBox img {
    transition: 1s all;
  }
  .imageBox:hover img {
    transform: scale(1.2);
  }
}

.shortLife figure.imageBox {
  animation: myAnim 8s ease 0s infinite normal forwards;
}

.exploration {
  .cartLayer {
    position: absolute;
    inset: 0;
    background-color: var(--mainColor);
    opacity: 0;
    transform: translateY(-100%);
    transition: 1s all;
  }

  .cart img {
    height: 220px;
    transition: 1s all;
  }
  .cart:hover img {
    transform: rotate(5deg) scale(1.1);
  }
  .cart:hover .cartLayer {
    transform: translateY(0);
    opacity: 0.3;
  }
  .cart:hover {
    border-color: var(--mainColor);
  }
  .cart figcaption.bg-dark{
    height: 60px;
  }
}

.startJourney {
  .row.x{
    height: 280px;
  }
  .desc {
    background: url("../img/wc-bg2.webp") center center no-repeat;
    background-size: cover;
  }
  .layer {
    width: 350px;
    top: 34%;
    left: 40%;
  }
}

.specialOffer {
  background: url("../img/dis-bg.webp") center center no-repeat;
  background-size: cover;
  h3 {
    font-size: 150px;
    font-weight: bolder;
  }
  .layer {
    animation: myAnim 6s ease 0s infinite normal forwards;
    width: 200px;
    top: -20%;
    bottom: -20%;
    left: 40%;
    transform: translate(-50%, 0);
  }
}


.review {
  .carousel-indicators {
    right: -100px;
    bottom: -10px;
    left: 250px;
  }
  .carousel-indicators button {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
  }
  .carousel-indicators .active {
    opacity: 1;
    border: 5px solid red;
    transform: scale(1.1);
  }
}

.favVideos {
  background: url("../img/exp-bg.webp") center center no-repeat;
  background-size: cover;

  .videoLayer {
    width: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s all;
  }
  .imageBox .figLayer {
    transform: scale(0);
    transition: 1s all;
  }
  .imageBox .figLayer2 {
    transform: scale(0);
    transition: 1s 0.5s all;
  }
  .imageBox:hover .figLayer,
  .imageBox:hover .figLayer2 {
    transform: scale(1);
  }

  .imageBox img {
    transition: 1s all;
  }
  .imageBox:hover img {
    transform: scale(1.2);
  }
  .imageBox:hover .videoLayer {
    opacity: 1;
  }
}

.favTour{
    min-height: 100vh;
    & .x{
      background: url('../img/fv-bg.webp') center center no-repeat;
      background-size: cover;
      padding-top: 70px;
    }
    & .y{
      background: url('../img/fv-img1.webp');
      background-size: cover;
      background-attachment: fixed;
      padding-top: 70px;
    }
}

/* end */

/* popular destination */

.destinationCard:hover .destinationLayer {
  transform: translateY(0%);
}

.destinationLayer {
  inset: 0;
  background-color: #00000060;
  transform: translateY(100%);
  transition: all 1s;
}

/* trending destinations*/

.trending {
  .card {
    transition: all 1s;
  }
  .card:hover {
    transform: translateY(-20px);
    border: 1px solid var(--secondColor);
  }
}

/* sign up newsletter */

.newsletter .content {
  .form-control::placeholder {
    color: #fff;
  }

  width: 97%;
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* footer */
footer {
  .socialLinks a {
    color: #fff;
    transition: all 1s;
  }
  .socialLinks a:hover {
    color: var(--mainColor);
    transform: scale(1.1);
  }

  & .contactLink a {
    width: fit-content;
    position: relative;
    font-size: 18px;
    z-index: 0;
    color: #fff;
  }
  & .contactLink a::after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--mainColor);
    transition: all 0.8s;
  }
  i {
    transition: all 0.5s;
    color: var(--mainColor);
  }
  & .contactLink a:hover {
    color: var(--mainColor);
    i {
      transform: rotate(45deg);
    }
    &::after {
      width: 100%;
    }
  }
}

.specialInquire{
    display: none;
  }

  .modal{
    z-index: 999999999999999;
  }


/* media query */

@media (max-width: 992px) {
  .follow{display: none;}
  .startJourney .col-lg-5 {
    display: none;
  }
  .startJourney .layer {
    top: 50%;
    left: 50%;
  }
  .specialOffer .pic {
    display: none;
  }

  .review .carousel-indicators {
    right: 0px;
    bottom: -100px;
    left: 0px;
  }
}

/* 767  <  screen width */
@media (min-width: 767px) {
  .destinationSlider {
    display: none;
  }
}

/* 767 >  screen width */
@media (max-width: 767px) {
  .startJourney .layer {
    display: none;
  }
  main #typed {
    font-size: 35px;
  }
}

/* 767 >  screen width */
@media (max-width: 650px) {

  main .caption {
  width: 100%;
  }

  .specialInquire{
    display: unset;
  }

  .destinations {
    .imageBox{height: 400px;}
    .row>div{
      width: 70%;
    }
  }
  form.row > div{
      width: 48%;
    }

}

@media (max-width: 550px) {
  .needHelpDesc{
    width: 350px;
  }
  main{
    background-color: #000000d5;
  }
  .title h2 {
    font-size: 30px;
  }
  .review .carousel-indicators {
    bottom: -80px;
  }
  .review .carousel-indicators button {
    width: 60px;
    height: 60px;
  }
}
span.mx-2.bg-dark.text-white.p-1.rounded-2 {
    display: none;
}

.slick-prev{
    left: 7%;
  }
  .slick-next{
    right: 7%;
  }
