/* font-family: 'Archivo', sans-serif; */

* {
  box-sizing: border-box;
  margin: 0;

} 

body {
  font-family: "Open Sans", sans-serif !important;
  /* background: #F2F6FF; */
  color: #000;
}
  :root {
  --theme-color: #;
  --accent-color: #006FCF;
  --blue-color: #0178d0;
  --theme-font: "Open Sans", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --dark-color: #050d12;
  --lightDark-color: #0b0b0b;
  --light-text-color: #a9a9a9;
  --border-color: #ffffff24;
  --hover-card-color: #494949;
  --spinner-active-color: var(--accent-color);
  --spinner-text-color: var(--light-text-color);
  --spinner-opacity-low: 0.65;
  --spinner-opacity-mid: 0.85;
  --spinner-scale-small: 0.75;
  --spinner-scale-mid: 0.9;
  --spinner-scale-active: 1.05;
  --spinner-font-size: 1.5rem;
  --spinner-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  --spinner-transition-transform: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}


/* fonts */

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-18 {
  font-size: 18px;
}

.w-80{
  width: 80%;
}

.container-fluid:before{
    display: none;
    content: " ";
} 
.container-fluid:after{
    display: none !important;
    content: " ";
}
.navbar:after, .navbar:before{
    display: none !important;
    content: " ";
}
.services-section{
    /* background-color: var(--white-color); */
    margin: 20px 0px;
    padding: 0px 0px 60px 0px;
    .heading {
        text-align: start;
        h2{
            color: #000;
            font-size: 42px;
            font-style: normal;
            font-weight: 700;
            margin: 0px;
        }
        span{
          color: var(--accent-color);
        }
        p{
          color: var(--accent-color);
          font-size: 20px;
          /* letter-spacing: 5px; */
          font-weight: 600;
        }
    }
    .card-services{
        border-radius: 30px;
        position: relative;
        background-color: #fff;
        height: 390px;
        place-content: center;
        padding: 0px 25px !important;
        overflow: hidden;
        padding-bottom: 12px;
        transition: all 0.7s;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        /* &:before{
          content: '';
            position: absolute;
            top: -63%;
            z-index: 1;
            background-color: var(--accent-color);
            left: 0;
            width: 100%;
            height: 100%;
            right: 0;
            transition: all 0.9s;
        } */
        .inner-card{
          text-align: center;
          position: relative;
          z-index: 2;
          height: 200px;
        h3{
              /* clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
              border-bottom: 1px solid #000;
              background: #0078d7; 
              color: white;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
              position: relative;
              clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
              box-shadow: inset 0 -1px 0 white; thin white line bottom angle */
              position: relative;
              &::after{
                    content: '';
                    /* width: 100%;
                    border-bottom: 2px solid #000;
                    position: absolute;
                    bottom: -3px;
                    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
                    left: 50%;
                    transform: translateX(-50%); */
              }
        }
        }
        /* &:hover{
          &::before{
            top: 0px;
            transition: all 0.9s;
          }
          transition: all 0.5s;
          h3{
            color: var(--white-color);
            transition: all 0.5s;
          }
          p{
            color: var(--white-color);
            transition: all 0.5s;
          }
          .card-img {
              transform: scale(1.1);
              transition: all 0.5s;
        }
        } */
        /* &::before{
            content: '';
            height: 350px;
            width: 0.8px;
            background: #003869;
            background: linear-gradient(0deg, rgb(0 56 105 / 32%) 0%, rgba(255, 255, 255, 1) 100%);
            position: absolute;
            right: 0;
            top: 0;
        } */
        .card-img{
            text-align: left;
            position: relative;
            z-index: 2;
            img{
                width: 55px;
                margin: auto;
              
            }
        }
        /* .active{
            color: var(--accent-color);
        } */
        h3{
            color: var(--dark-color);
            font-size: 22px;
            font-style: normal;
            margin: 5px 0px 0px 0px;
            font-weight: 600;
            line-height: normal;
            position: relative;
            height: 70px;
            /* &::before{
              content: '';
              width: 100%;
              background-image: url(./img/home/before-line.png);
              height: 45px;
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
            } */
        }
        p{
            color: var(--dark-color);
            line-height: 26px;
            font-size: 16px;
        }
        .icon{
            width: 50px;
        }
    }
    .card-services2{
        padding: 35px 20px;
        .icon{
            width: 50px;
        }
    }
    .slick-prev, .slick-next{
        top: -50px;
        width: 45px;
        right: 5px;
        margin: 0px 5px;
        background-color: #fff;
        border: 1px solid var(--accent-color);
        height: 45px;
        border-radius: 60px;

    }
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
      background: #0e70cb;
      &::before{
      color: #fff !important;
      }
  }
    .slick-prev {
      right: 70px !important;
      left: auto;
    }
    .slick-prev:before{
      content: '\f104'; /* Font Awesome left arrow */
      font-family: 'Font Awesome 5 Free'!important;
      font-weight: 900;
      font-size: 21px !important;
      color: var(--accent-color) !important;
    }
    .slick-next:before {
      content: "\f054";
      font-family: 'Font Awesome 5 Free'!important;
      font-weight: 900;
      color: var(--accent-color) !important;
    }
    .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 19px;
    line-height: 1;
    opacity: .75;
    color: var(--accent-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}
.main-section{
    position: relative;
    /* background-image: url(./img/bg-shape-img.png); */
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: top;
    /* margin-top: 10px; */
    /* margin-right: 5px;
    margin-left: 5px; */
    border-radius: 0px 0px 20px 20px;
    /* height: 600px; */
    .hero {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 65px 0px;
        position: relative;
        z-index: 2;
        margin-top: 100px;
        }
        /* .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0px;
        border-radius: 0 0 30px 30px;
        } */
      
        .bg-shape{
            position: absolute;
            bottom: 0;
            z-index: 0;
            /* width: 955px;
            left: 50%;
            transform: translateX(-50%); */
            img{
                width: 100%;
            }
        }
    

}
.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    /* height:100vh; */
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #c5dffb9e;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*************************************quickLinks start  */
.quickLinks-wrap {
      position: fixed;
      top: 250px;
      right: 0;
      height: auto;
      z-index: 102;
      width: 105px;
      pointer-events: none;
      display: flex !important;
      transform: translateY(-50%);
  .quickLinks {
  width: 105px;
  z-index: 102;
  right: 0;
  pointer-events: auto;
  transform: translateY(0) !important;
  .row.no-gutters {
    display: block;
    .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
    min-height: 80px;
    gap: 6px;
      background-color: var(--accent-color);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 14px;
    text-transform: capitalize;
    transition: background-color 0.3s;
}
    .col:nth-child(1) > .link {
    background-color: var(--accent-color);
    border-bottom: 2px solid #ffffff54;
    border-radius: 20px 0px 0px 0px;
}
    .col:nth-child(2) > .link {
      border-radius: 0px 0px 0px 20px;
}
}

}
}
.link-drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    color: #424242;
    padding: 30px;
    border: 2px solid var(--accent-color);
    border-radius: 10px;
    top: 100%;
    left: 0;
    width: 390px;
    max-width: 100vw;
    transform: translateY(-20px);
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    pointer-events: none;
    text-align: left;
    text-transform: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    z-index: 999999999999;
    overflow: hidden;
}
.quickLinks:not(.stuck) .col:nth-last-child(1) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop {
    top: 0;
    bottom: auto;
    transform: translateY(-20px);
}
.quickLinks:not(.stuck) .link-drop {
    left: -390px !important;
    top: 0;
    right: auto !important;
    transform: translateY(20px);
}
.quickLinks .col:hover .link-drop, body.touch .col.hovered .link-drop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0) !important;
    transition-delay: 0s, 0s, 0s, .3s;
    pointer-events: auto;
}
.link-drop-title {
    font-size: 25px;
    line-height: 1em;
    color: #001d51;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-weight: 800;
}
.quickLinks .link-drop .row-table {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #212121;
}
.quickLinks .link-drop .row-table tr:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.quickLinks .link-drop .row-table td {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}
ul.icn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}
.quickLinks ul.icn-list li {
    padding-left: 10px;
}
/* .quickLinks ul.icn-list li span{
    padding-left: 10px;
} */
.quickLinks ul.icn-list li a{
    padding-left: 10px;
    text-decoration: none;
}
.quickLinks ul.icn-list li>[class*=fa] {
    top: 6px;
    font-size: 14px;
    color: #5c6895;
}


/*************************************quickLinks end  */


.update-section{
    position: relative;
    .heading{
        h2{
          span{
            color: var(--dark-color);
          }
            color: var(--accent-color);
            font-size: 42px;
            font-style: normal;
            font-weight: 700;
            line-height: 100px;
            margin-bottom: 0px;
            /* text-align: center; */
        }
        
    }
    .update-img{
        img{
            /* width: 100%; */
        }
    }
    .online-bk{
        position: absolute;
        bottom: -65px;
        left: 42%;
        transform: translateX(-50%);
    .content{
            width: 95px;
            position: absolute;
            top: 48%;
            transform: translate(-50%, -36px);
            left: 51%;
            text-align: center;
            a{
                text-decoration: none;
                  color: #DA811A;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 1;
                letter-spacing: normal;
        }
        .icon{
           width: 50px;
        }
    }
        img{
            width: 110px;
        }
    }
    .airfares-content{
        position: absolute;
        right: 12%;
        display: flex;
        bottom: 2px;
        align-items: center;
        gap: 23px;
        p{
            color: #001D51;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            /* line-height: 101px; */
        }
    }
    .upadate-content{
      .heading{
        p{
          color: var(--accent-color);
               font-size: 22px;
                margin-bottom: 2px;
                /* letter-spacing: 5px; */
                font-weight: 700;
        }
        h3{
              margin: 0px;
              font-size: 42px;
              line-height: 46px;
              width: 100%;
              font-weight: 700;

        }
      }
      .peragraph{
           color: #000;
            font-size: 18px;
            line-height: 24px;
            width: 90%;
            padding: 20px 0px;
      }
      .cards {
      display: grid;
      grid-template-columns: repeat(2, 60%);
      gap: 20px;
      .card{
        /* background-color: transparent; */
        text-align: center;
        border-radius: 15px;
        height: 120px;
        place-content: center;
        h4{
          color: #0056A0;
          font-size: 42px;
          font-weight: 600;
        }
        p{
          color: #000;
          font-size: 18px;
        }
      }
  }
    }
    .update-img{
      left: 0px;
        position: absolute;
        top: 0px;
          img{
            width: 90%;
        }
    }
}

.why-bool-us{
    margin-top: 60px;
    background-color: var(--white-color);
    .heading{
    
        padding: 10px 0px;
        border-radius: 30px;
        h3{
            color:  var(--dark-color);
            font-size: 42px;
            font-style: normal;
            font-weight: 700;
            margin-bottom: 0px;
            margin-top: 0px;
          span{
              color:  var(--accent-color);
          }
        }
    }
    .active{
        border-radius: 30px;
        background: #F0F8FF;
    }
    .inner-section{
        margin-top: 15px;
        padding: 0px 0px;
        .why-card{
                /* text-align: center; */
                transition: all 0.5s;
                height: 300px;
                border-radius: 20px !important;
                border-radius: 30px;
                background: var(--white-color);
                /* border: 1px solid var(--dark-color); */
                box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
                transition: all 0.5s;
                overflow: hidden;
                img{
                    width: 100%;
                }
                h2{
                    color: var(--accent-color);
                    font-size: 22px;
                    text-align: left;
                    height: 45px;
                    font-weight: 600;
                    padding: 0px 8px;
                }
                p{
                    color: #000;
                    line-height: 22px;
                      padding: 0px 8px;
                }
                &:hover{
                  h2{
                    color: #fff;
                      transition: all 0.5s;
                  }
                  p{
                      color: #fff;
                        transition: all 0.2s;
                  }
                }
            }
    }
    
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.amsterdam-card {
 position: relative;
  display: flex;
  /* background: #e7efff; */
  font-family: sans-serif;
  /* max-width: 1000px; */
  margin: auto;
  overflow: auto;
  /* border-radius: 200px; */
}

.left-content {
    background: var(--white-color);
    color: var(--accent-color);
    height: 350px;
    width: 40%;
    text-align: end;
}

.left-content h2 {
    font-size: 102px;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    z-index: 2;
    color: #DA811A;
    left: 31%;
}
.left-content h2 span {
    color: transparent;
    font-weight: 600;
    -webkit-text-stroke: 1px #fff;
}

.left-content p {
    font-size: 14px;
    margin: 2px 20px;
    color: #DA811A;
}
.left-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #DA811A;
}
.left-content i {
  margin-right: 10px;
}


.right-content {
    position: relative;
    width: 60%;
    height: 350px;
    overflow: clip;
}

.main-image {
  position: relative;
  height: 100%;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.circle-thumb {
     position: absolute;
    bottom: -40px;
    right: 14%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.circle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.nav-links a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.nav-links .active {
  color: #0070f3;
  font-weight: bold;
}

.auth-buttons .btn {
  margin-left: 15px;
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  a{
    text-decoration: none;
    color: #fff;
  }
}



.auth-buttons{
.btn.secondary {
  /* background-color: var(--accent-color); */
  color:  var(--white-color);
  border: 1px solid var(--white-color);
  a{
    color:  var(--white-color);
  }
  &:hover{
      background-color: var(--accent-color);
      border: 1px solid var(--white-color);
      a{
      color:  var(--white-color);
    }
  }
}
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
    span{
        font-weight: 700;
        color: #0e70cb;
        .highlight{
          color: #0e70cb12;
          -webkit-text-stroke: 1px #0e70cb;
          font-weight: 700;
        }
    }
}

.hero-text .highlight {
  color: #0070f3;
}

.hero-text p {
    margin: 0px 0px 20px 0px;
    color: #000;
    font-size: 20px;
    line-height: 1.7;
    /* max-width: 536px; */
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  .news-btn a{
    color: var(--accent-color);
  }
}
.yeras-section{
  background-image: url(./img/home/years_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  p{
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
}
.our-t-btn {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color) !important;
  color: white;
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 30px !important;
  border: none;
  a{
    text-decoration: none;
    color: var(--white-color);
    &:hover{
        color: var(--accent-color);
    }
    &:active{
      color: var(--accent-color) !important;
  }
  }
  &:hover{
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
  }
  &:active{
      color: var(--accent-color);
  }
}
.news-btn{
  border: 1px solid var(--accent-color) !important;
  border-radius: 30px !important;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 16px;
    a{
    text-decoration: none;
  }
}
.explore-btn{
  background-color: #fff !important;
  border-radius: 30px !important;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  i{
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
}
.our-t-btn:hover a{
  color: var(--accent-color);
}
.our-t-btn,.btn:first-child:active {
  background-color: var(--accent-color);
}
.btn.link {
  background: none;
  border: none;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  cursor: pointer;
}
.footer-section .footer-widget ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 6px;
    position: absolute;
    left: 0;
    top: 8px;
}
.footer-section .footer-widget ul li{
  position: relative;
  a{
    padding-left: 15px;
  }
}
.footer-section{
  background: #d8ebff;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* background: linear-gradient(90deg,rgba(49, 158, 205, 1) 30%, rgba(0, 104, 194, 1) 76%);  */
    ul {
    margin: 0px;
    padding: 0px;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo-design{
        margin-top: 0px;
        height: 121px;
        /* background-color: #fff; */
        position: relative;
        z-index: 2;
        /* &::after{
          content: '';
            position: absolute;
            left: -60%;
            top: 0px;
            border-radius: 0px 0px 74px 0px;
            background-color: #fff;
            width: 400px;
            height: 110px;
            box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        } */
.footer-logo img {
        max-width: 170px;
        position: relative;
        left: 0px;
        top: 1px;
        z-index: 3;
}
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: var(--white-color);
  color: var(--dark-color);
  border: 1px solid #898989;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget{
    color: #000;
}
.footer-widget-heading h3 {
  color: var(--black-color);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  /* color: #ff5e14; */
  text-decoration: none;
  /* border-bottom: 1px solid #fff; */
}
.footer-widget ul li a {
  color: #000;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
}
.land-services-tools{
    h2{
        color: var(--accent-color);
        font-weight: 500;
        font-size: 20px;
        span{
            font-size: 32px;
        }
    }
    .slick-arrow{
        display: none !important;
    }
}






.logo_mask {
       display: flex;
    width: 100%;
    height: 490px;
    right: 0px;
    background-color: red;
    top: -50px;
    z-index: 999;
    position: absolute;
    overflow: hidden;
    -webkit-mask-image: url('./img/home/skkkk.webp');
    mask-image: url('./img/home/skkkk.webp');
    background-image: url('./img/home/skkkk.webp');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: left;
    -webkit-mask-size: contain;
    /* mask-size: contain; */
}

.logo_mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-tools{
    background-color: #EDF7FF;
}
  .marqueSlider {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #EDF7FF;
    marquee {
      font-size: 24px;
      white-space: nowrap;
      position: relative;
      z-index: 2;
      cursor: pointer;

      span {
        font-weight: 600;
        display: inline-block;
        margin-right: 80px;
        color: var(--accent-color);
      }
    }

    .marquee-fade {
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      z-index: 3;
      pointer-events: none;

      &.marquee-fade-left {
        left: 0;
        /* background: linear-gradient(to right, var(--black-color), transparent); */
      }

      &.marquee-fade-right {
        right: 0;
        /* background: linear-gradient(to left, var(--black-color), transparent); */
      }
    }
  }

  .section {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
    }

    .section-slides {
      overflow: hidden;
    }

    .slides {
      display: flex;
    }

    .slide {
      flex-shrink: 0;
      width: 400px;
      height: calc(100% + 4px);
      max-height: calc(100% + 4px);
      margin-right: 30px;
      position: relative;
    }

    .slide img {
      width: auto;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }

    .slide figcaption {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      width: 100%;
      text-align: center;
      padding: 10px;
      border-radius: 0 0 8px 8px;
    }

    .section h1 {
      font-size: 2rem;
    }

    .section span {
      text-decoration: underline;
    }
    .pin-spacer{
      padding: 0px 0px 0px !important;
      transition-property: transform, -webkit-transform;
      /* height: 100vh !important;
      position: fixed; */
}

/* about page css */


.main-section{
  .hero-about{
    padding: 20px 0px;
  }
  .bg-shape_1 {
    position: absolute;
    top: 0;
    left: 10%;
    opacity: 0.6;
}
  .bg-shape_2 {
    position: absolute;
    bottom: 50px;
    left: 10%;
    opacity: 0.6;
}
}
.color-box{
  background-color: #EDF7FF;
  padding: 35px;
}
.tarvel-port{
  background-color: #FFFFFF;
  .heading{
     h2{
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 25px;
      span{
        color: var(--accent-color)
      }
     }
     h4{
            font-size: 20px;
            margin-bottom: 25px;
            font-weight: 600;
            color: #001D51;
     }
     h5{
            font-size: 18px;
            line-height: 1.5;
            font-weight: 600;
     }
     p{
            font-size: 16px;
            line-height: 1.8;
            text-align: justify;
     }
  }
}
.team-section{
    background-color: #FFFFFF;
  .team{
    text-align: center;
    h5{
            margin-bottom: 8px;
            font-size: 24px;
            font-weight: 600;
    }
    p{
      margin-bottom: 4px;
    }
  }
}
.meet-team-section{
  .slick-prev:before, .slick-next:before {
    color: #0e70cb;
  }
     h2{
          font-size: 56px;
          font-weight: 600;
          margin-bottom: 50px;
      span{
        color: var(--accent-color)
      }
     }
       .team{
    text-align: center;
    h5{
            margin-bottom: 4px;
            font-size: 20px;
            font-weight: 600;
    }
    p{
      margin-bottom: 4px;
    }
    .person{
      width: 200px;
      height: 200px;
      margin: auto;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
      img{
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
    }
  }
    .slick-prev, .slick-next{
        /* top: -50px; */
        width: 45px;
        /* right: 5px; */
        margin: 0px 5px;
        background-color: #fff;
        border: 1px solid var(--accent-color);
        height: 45px;
        border-radius: 60px;

    }
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
      background: #0e70cb;
      &::before{
      color: #fff !important;
      }
  }
    /* .slick-prev {
      right: 70px !important;
      left: auto;
    } */
    .slick-prev:before{
      content: '\f104'; /* Font Awesome left arrow */
      font-family: 'Font Awesome 5 Free'!important;
      font-weight: 900;
      font-size: 21px !important;
      color: var(--accent-color) !important;
    }
    .slick-next:before {
      content: "\f054";
      font-family: 'Font Awesome 5 Free'!important;
      font-weight: 900;
      color: var(--accent-color) !important;
    }
    .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 19px;
    line-height: 1;
    opacity: .75;
    color: var(--accent-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}


/* Faq page css */
.main-faq{
  height: 100%;
}
.main-section{
.bg-shape-faq{
        position: absolute;
        bottom: 0;
        z-index: 0;
        width: 600px;
        left: 50%;
        transform: translateX(-50%);
}
}
.faq-accodion{
  .accordion-header{
    margin-top: 15px;
  }
  .accordion-item{
    border: none;
    border-bottom: 2px solid #00000029;
    background-color: transparent;
  
    .accordion-button{
       background-color: transparent;
       font-size: 20px;
       color: #001D51;
       font-weight: 600;
       border: none;
       box-shadow: none;
       &:focus{
        box-shadow: none;
       }
           &:after {
              background-image: none !important;
            }
    }
  }
    .accordion-body{
      color: #001D51;
    }
    .accordion-button .icon::before {
      content: '+';
      font-weight: bold;
      font-size: 18px;
      position: absolute;
      left: 10px;
      top: 10px;
      padding: 4px;
      border-radius: 55px;
      background-color: #E7E8E8;
    }
    .accordion-button:not(.collapsed) .icon::before {
      content: '−';
      height: 60px;
      background-color: #DBEEFF;
      padding: 4px;
      border-radius: 55px;
      /* minus symbol */
    }
}

/* award page css */
.award-card-list{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  .award-card{
        width: 250px;
        height: 117px;
        background-color: #fffffffc;
        border-radius: 10px;
        border: 1px solid #006fcf4d;
        place-content: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    img{
      width: 100%;
      opacity: 1;
      height: 80px;
      object-fit: contain;
      transition: all 300ms;
      margin: 0 auto;
      display: block;
      transform: translateZ(0);
      transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    }
  }
}

.partnersInfo ul {
    padding: 0 !important;
    margin-bottom: 0;
    float: right;
    list-style: none;
}
.partnersInfo img {
    width: 40px;
}
.sol_card_top_3{
  position: relative;
  &::before{
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 590px;
    z-index: 1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
  }
  .hover_color_bubble {
    position: absolute;
    background: var(--accent-color);
    width: 100rem;
    height: 120rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.5s;
}
}
.sol_card_top_3:hover .hover_color_bubble {
    top: 0rem;
      transition: all 0.5s;
}
 .sol_card_top_3:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

/* responsive design */
  .card-country{
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 240px;
    border-radius: 30px;
    overflow: hidden;
        h3{
          color: var(--accent-color);
          font-weight: 700;
          text-align: center;
          margin: 0px;
          font-size: 28px;
          margin-top: -10px;
        }
    }
    .booking-section{
    .heading{
      text-align: center;
        & h3{
            font-size: 42px !important;
            font-weight: 700;
            span {
                color: var(--accent-color);
            }
        }
    }
}
@media (max-width:1300px) {
    .update-section {
          .update-img{
        left: 0px;
        position: absolute;
        top: 0px;
          img{
            width: 80%;
        }
    }
    }
}
@media (max-width:1024px) {
  /* rewards page css */
.award-card-list {
    display: grid;
    grid-template-columns: auto auto auto;
    .award-card {
        width: 300px;
    }
}

  .update-section {
        & .update-img {
                top: 50px;
            img {
                width: 65%;
            }
        }
        .upadate-content {
        .cards {
            display: grid;
            grid-template-columns: repeat(2, 50%);
            gap: 20px;
        }
    }
    }
  .update-section {
    & .upadate-content {
      .heading {
            h3 {
                margin: 0px;
                font-size: 32px;
                line-height: 36px;
                width: 100%;
                font-weight: 100;
            }
        }
        & .cards {
            & .card {
                h4 {
                    color: #0056A0;
                    font-size: 26px;
                    font-weight: 600;
                }
                p {
                    color: #000;
                    font-size: 14px;
                }
            }
        }
    }
}
  .hero-text{
    padding: 0px 15px;
    h1{
      font-size: 35px;
    }
     p {
      margin: 10px 0;
      font-size: 14px;
    }
  }
  .yeras-section{
    /* text-align: center; */
  }
  .update-section {
    & .heading {
        & h2 {
            font-size: 36px;
            line-height: 70px;
        }
    }
}
.why-bool-us {
    & .heading {
        h3 {
            font-size: 35px;
            line-height: 65px;
        }
    }
}
.why-bool-us {
    & .inner-section {
        .why-card {
            height: 390px;
            margin-bottom: 18px;
        }
    }
}
.autoplay{
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 25px;
  }
}
.copyrightInfo{
  .copyrightPara{
    /* text-align: center; */
  }
}
.partnersInfo ul {
    padding: 8px 0px !important;
    float: left;
    width: 100%;
    justify-content: end;
}
.footer-section {
    & .footer-logo-design {
        &::after {
            content: '';
            position: absolute;
            left: -10%;
        }
        .footer-logo{
          margin-left: 15px;
          img{
            width: 145px;
          }
        }
    }
}
}
@media (max-width:768px) {
.services-section {
    .card-services {
        p{
          font-size: 14px;
        }
    }
}
  .card-country {
    height: 170px;
    border-radius: 20px;
    h3{
      margin-bottom: 0px;
    }
}
      .update-section {
        & .upadate-content {
            .cards {
                display: grid;
                grid-template-columns: repeat(2, 45%);
                gap: 20px;
            }
        }
                & .update-img {
                  top: 90px;
            img {
                width: 53%;
            }
        }
    }
  .hero-text{
    padding: 0px 15px;
    h1{
      font-size: 35px;
    }
     p {
      margin: 10px 0;
      font-size: 14px;
    }
  }
  .yeras-section{
    /* text-align: center; */
  }
  .update-section {
    & .heading {
        & h2 {
            font-size: 36px;
            line-height: 70px;
        }
    }
}
.why-bool-us {
    & .heading {
        h3 {
            font-size: 35px;
            line-height: 65px;
        }
    }
}
.why-bool-us {
    & .inner-section {
        .why-card {
            height: 330px;
            margin-bottom: 18px;
        }
    }
}
.autoplay{
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 25px;
  }
}
.copyrightInfo{
  .copyrightPara{
    /* text-align: center; */
  }
}
.partnersInfo ul {
    padding: 8px 0px !important;
    float: left;
}
.footer-section {
    & .footer-logo-design {
        &::after {
            content: '';
            position: absolute;
            left: -10%;
        }
        .footer-logo{
          margin-left: 15px;
          img{
            width: 145px;
          }
        }
    }
}

/* rewards page css */
.award-card-list {
    display: grid;
    grid-template-columns: auto auto auto;
    .award-card {
        width: 220px;
    }
}
}
@media (max-width:576px) {
      .card-country {
        height: 210px;
        border-radius: 20px;
    }
  .line-shape {
    img {
        width: 100px;
    }
}
  .row {
    margin-right: 0;
    margin-left: 0;
}
  .quickLinks-wrap {
    & .quickLinks {
        & .row.no-gutters {
            .link {
              position: relative;
              z-index: 5;
            }}}}
.quickLinks:not(.stuck) .link-drop {
        left: auto !important;
        top: auto !important;
        right: 0px !important;
    transform: translateY(20px);
}
  .faq-accodion {
    & .accordion-item {
        .accordion-button {
            background-color: transparent;
            font-size: 16px;
            color: #001D51;
            font-weight: 600;
            border: none;
            box-shadow: none;
        }
    }
}
    /* rewards page css */
.award-card-list {
    display: grid;
    grid-template-columns: auto auto;
    .award-card {
        width: 100%;
    }
}
  .update-section {
        & .heading {
            & h2 {
                font-size: 32px;
                line-height: 70px;
                text-align: center;
            }
        }
    }

  .why-bool-us {
    & .heading {
        h3 {
            font-size: 32px;
            line-height: 35px;
        }
    }
    .book-why-img{
      text-align: center;
      img{
        width: 75%;
        margin: 12px auto;
      }
    }
}
  .booking-section {
    & .heading {
        & h3 {
            font-size: 32px !important;
            font-weight: 700;
        }
    }
}
  .card-country {
    margin-bottom: 15px;
}
      .update-section {
        .update-img {
            left: 0px;
            position: relative;
            top: 0px;
            img {
                width: 70%;
                margin: 20px 0px 0px 0px;
            }
        }
    }

  .main-right-shadow {
    top: 60% !important;
}
  .circle2 {
     display: none;
  }
  .services-section {
    .heading {
        text-align: center;
      h2 {
            font-size: 32px;
        }
    }
    .card-services {
        border: 1px solid #eeee;
        background-color: #efefef3d;
        p{
          font-size: 14px;
        }
    }
}
  .hero-text{
    padding: 0px 15px;
    h1{
      font-size: 35px;
    }
     p {
      margin: 10px 0;
      font-size: 14px;
    }
  }
  .yeras-section{
    text-align: center;
    .yearsimg{
      img{
          width: 70%;
          margin: 15px auto;
      }
    }
  }
  .update-section {
    .upadate-content{
      .heading {
        text-align: center;
        margin-top: 15px;
            h3{
                  font-size: 32px;
                  line-height: 35px;
                  width: 100%;
              }
          }
      .peragraph {
            font-size: 18px;
            line-height: 20px;
            text-align: center;
            width: 100%;
            padding: 10px 0px;
        }
      .cards {
            grid-template-columns: repeat(2, 50%);
            gap: 10px;
        }
    }
  
}
.why-bool-us {
    & .heading {
      text-align: center;
        h3 {
            font-size: 32px;
            line-height: 35px;
        }
    }
    .peragraph {
        width: 100% !important;
        text-align: center;
    }
}
.why-bool-us {
    & .inner-section {
        .why-card {
            height: 320px;
            text-align: center;
            margin-bottom: 18px;
        }
    }
}
.booking-section {
    .line-shape {
        top: auto !important;
        bottom: 100px;
    }
  
}
.autoplay{
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 25px;
  }
}
.copyrightInfo{
  .copyrightPara{
    text-align: center;
  }
}
.partnersInfo ul {
    padding: 8px 0px !important;
    float: left;
    justify-content: center;
    width: 100%;
}
.footer-section {
    & .footer-logo-design {
        &::after {
            content: '';
            position: absolute;
            left: -10%;
        }
        .footer-logo{
          margin-left: 15px;
          img{
            width: 145px;
          }
        }
    }
}

/* about us responsive css */

.tarvel-port {
    & .heading {
        h2 {
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 10px;
        }
                h4 {
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: 600;
            color: #001D51;
        }
                h5 {
            font-size: 17px;
            line-height: 1.1;
            font-weight: 600;
        }
                p {
            font-size: 14px;
            line-height: 1.6;
            text-align: justify;
        }
    }
}
.team-section {
  
    .team{
      margin-bottom: 20px;
            h5 {
            margin-bottom: 0px;
            font-size: 18px;
            font-weight: 600;
        }
    }
}
.meet-team-section {
    h2 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 50px;
    }
    .team{
      img{
        /* width: 50% !important; */
      }
      
    }
}

}