/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montez&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap'); */
*{
  padding: 0;
  margin: 0;
  box-sizing:border-box;
}
html,body{
  overflow-x:hidden;
  font-family: 'Montserrat';
  position: relative;
/* 
    font-family: "Cedarville Cursive","Montez";
    font-family: "Montez"; */
  }
  .header-top {
    background-color: #05203b;
    padding: 12px 0px;
  }
  a{
   text-decoration: none;
 }
 .left-topbar ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.right-topbar {
  float: right;
}
.right-topbar ul li {
  display: inline-block;
  margin-left: 20px;
  line-height: 13px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 9px;
}
.right-topbar ul li a {
  color: #ffdd62;
}
.left-topbar ul li i {
  color: #ffdd62;
  margin-right: 8px;
}
.left-topbar ul,.right-topbar ul{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.right-topbar li a img {
  width: 15px;
}
.header-main .header-bottom {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0px;
}
.logo-header {
  margin: 0px 51px;
}
.travel-working::after {
  display: block;
  clear: both;
  content: "";
}
a.burger,
a.closebtn {
  display: none;
}
.main-headers{
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-img {
  padding: 5px 0px;
}
.header-navbar-menu {
  display: flex;
  padding: 3px 12px;
  border-radius: 20px;
  align-items: center;
}
.theme-btn {
  padding: 6px 22px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f94d1c;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 15px;;
}
.theme-btn:hover{
  color: #fff;
  background-color: #df3c0d;
}
nav.navbar.navbar-expand-lg.navbar-light {
  float: left;
  padding: 0px;
}
.navbar-collapse ul.navbar-nav.mr-auto {
  padding: 2px 10px;
}
.navbar-collapse.header-links ul.navbar-nav.mr-auto {
  margin-left: 0px !important;
  align-items: center;
  gap: 22px;
}

.nav-list .nav-item.active .nav-link {
  color: #fff;
  font-weight: 500;
  background: #223a52;
}

.nav-list .nav-item .nav-link {
  padding: 5px 15px;
  color: #000;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.nav-list .nav-item .nav-link:hover{
  color: #fff;
  font-weight: 500;
  background: #223a52;
}
.header-bottom {
  background-color: #ecf2f2;
  border-bottom: 1px solid #eeeeee57;
}
.right-menu a{
  text-decoration: none;
}
.right-menu {
  display: flex;
  margin-left: 31px;
}
/* hero */
.hero-slider {
  width: 100%;
  min-height: 85vh;
  background-image: url('../img/hero-bg.webp');
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Contactus */
.contact-us{
  padding: 100px 0px;
  position: relative;
}
.shape-info{
  position: absolute;
  bottom: -6px;
  left: 30px;
  height: 229px;
  animation: sway 8s ease-in-out infinite alternate;
}
.shape-info-1{
  position: absolute;
  bottom: -8px;
  right: 30px;
}
img.ab-plane {
  position: absolute;
  left: 146px;
  top: 76px;
  animation: flying 1.5s linear infinite;
}
@keyframes flying {
  0% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  100% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
}

@keyframes sway {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(-5deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}
.mobile-menu-info{
  display: none;
}
.contact-box {
 background-color: #e9e9e9;
 padding: 50px 50px 64px;
 width: 100%;
 max-width: 900px;
 margin-top: 90px;
 border-radius: 18px;
}
.form-group input {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #00000047;
  outline: none;
}

.recent-gallery-section {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #e8f8fa;
}

.title-box .sub-title {
  position: relative;
  display: block;
  font-size: 36px;
  font-family: "Montez";
  font-weight: 600;
  color: #0c2640;
  text-transform: capitalize;
}

.title-box .main-title {
  font-size: 42px;
  font-weight: 700;
  color: #003b3f;
  margin-bottom: 50px;
}

.gallery-wrapper {
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.gallery-wrapper .col-md-6.col-lg-2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group label{
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-group input {
  padding: 12px 20px;
}
.form-group textarea{
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #00000047;
  padding: 12px 20px;
  outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #555;
  opacity: 1;
}
.form-group input:focus ,.form-group input:active{
  border: 1px solid #223a526b;
}
.form-group textarea:focus ,.form-group textarea:active{
  border: 1px solid #223a526b;
}
.contact-us .sec-title{
  text-align: center;
}
.contact-btn{
  margin-top: 33px;
  display: flex;
  justify-content: center;
}
.contact-btn button{
  font-weight: 600;
  padding: 11px 27px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-size: 16px;
  align-items: center;
  gap: 6px;
  display: flex;
  color: #fff;
  background-color: #223a52;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-btn button span i{
 font-size: 15px;
}
.contact-btn button:hover{
  background-color: #fff;
  color: #223a52;
  border: 1px solid #223a52;
}

.hero-slider .slide-inner {
 width: 100%;
 min-height: 100%;
 background-size: cover;
 background-position: center;
 display: flex;
 justify-content: flex-end;
 flex-direction: column;
 align-items: center;
 text-align: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border:2px solid #1717177a;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}


.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #585858;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #585858;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#163049;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}


.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.slider-btn .theme-btn{
  padding: 12px 22px;
}
.slider-content{
  max-width: 730px;
  text-align: center;
  margin: auto;
}
.slider-content .theme-title {
  font-size: 49px;
  color: #fff;
  font-weight: 700;
}
.slider-content .text-link{
  color: #f94d1c;
}
.theme-description{
  font-size: 19px;
  color: #c0c0c0;
  margin-bottom: 18px;
}
.form-control:focus{
  box-shadow: none;
}

/* ===================about us========================== */
.about-us .about-content {
  position: relative;
  display: block;
  margin-top: -5px;
}
.about-content .sec-title h2{
  text-align: left;
}
.about-info-content{
  font-size: 87px;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  -webkit-animation: moving 5s 
  linear infinite;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 70px;
  margin-bottom: 10px !important;
  background-image: url('../img/animation-title-bg.jpg') !important;
}
@-webkit-keyframes moving {
 0% { background-position: right bottom; }
 100% { background-position: left top; }
}
@-moz-keyframes moving {
 0% { background-position: right bottom; }
 100% { background-position: left top; }
}
.quote-box p {
  font-size: 24px;
  color: #053d61;
  font-weight: 700;
}
.quote-box span {
  letter-spacing: 9px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-img {
 position: relative;
 text-align: center;
 padding-right: 67px;

}
.about-shape {
  position: absolute;
  right: 20px;
  bottom: 20px;
  animation: topToBottom 4000ms ease-in-out infinite;
  animation-delay: 500ms;
}
@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotating {
  0% {
   transform-origin:center center;
   transform:rotate(0deg);
 }
 50% {
   transform-origin:center center;
   transform:rotate(180deg);
 }
 100% {
   transform-origin:center center;
   transform:rotate(360deg);
 }
}
.about-img img {
  border-radius: 16px;
  margin-bottom: 30px;
  -webkit-animation: rotating 20s linear infinite;
}
.about-content:first-child p{
  margin-bottom: 10px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 36px;
  font-family: "Montez";
  font-weight: 600;
  color: #0c2640;
  text-transform: capitalize;
}

.sec-title span{
  color: #0c2640;
}
.sec-title h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 43px;
  line-height: 50px;
  color: #05203b;
  font-weight: 700;
  margin-bottom: 37px;
}
.about-us .about-content .quote-box {
  position: relative;
  display: block;
  background: #1b1e31;
  padding: 22px 30px 22px 35px;
  border-left: 5px solid #fe5924;
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 33px;
}
.about-us .about-content .quote-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.about-us .about-content .about-list {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-left: 0px;
}
.about-us .about-content .about-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 35px;
  font-size: 20px;
  color: #053d61;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.shape-1 {
  position: absolute;
  top: 60px;
  animation: topToBottom 4000ms 
  ease-in-out infinite;
  animation-delay: 500ms;
  left: 20px;
}
.about-us .row{
  align-items: end;
}
.logo-box img{
  width: 100px;
}
.about-us .about-content .about-list li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  background: #96cee2;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  left: 0px;
  top: 0px;
  font-weight: 900;
  font-size: 14px;
  color: #05203b;
  border-radius: 3px;
}
.about-us .about-content .about-list li:last-child {
  margin: 0px;
}
.about-us{
  padding: 114px 0px;
  position: relative;
}
.about-content .sec-title{
  text-align: left;
}


.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.gallery-card:hover img {
  transform: scale(1.08);
}
.gallery-overlay {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #f8f9fa;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
/* ========================gallery========================== */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem
}

.adv-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 220px
}

.adv-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease
}

.adv-card:hover img {
  transform: scale(1.08)
}

.adv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgb(0 0 0 / 74%));
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem
}

.adv-overlay h5 {
  margin: 0
}

.badge-small {
  background: rgba(255, 255, 255, 0.15);
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .8rem
}
/* ======================<!-- Leading -->============= */
.working{
  padding: 109px 0px;
  background-color: #ecf2f2;
  background-image: url('../img/team-bg.jpg');
  background-position: center;
  background-size: cover;
}
.advanced {
  padding: 100px 0px;
  position: relative;
}
.leading-area img {
  width: 100%;
}

.leading-info {
  position: relative;
  z-index: 11;
  text-align: center;
}
.leading-info h4 {
  color: #fff;
  font-size: 40px;
}
.theme-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
  color: #fff;
}
.leading-card {
  background: rgba( 255, 255, 255, 0.1 );
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
.leading-card .leading-img {
  margin-bottom: 14px;
}
.leading-card .leading-content h4 {
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 700;  
}
.leading-card .leading-content span {
  display: block;
  color: #c9c9c9;
  font-weight: 500;
}
.theme-title span{
  color: #e0c34d;
}
/* <!-- working --> */
.working .working-block {
  position: relative;
  float: left;
  width: 25%;
}
.working-block .working-info{
 position: relative;
 display: flex;
 width: 292px;
 align-items: center;
 height: 227px;
 justify-content: center;
 border-radius: 10px;
 text-align: center;
 box-shadow: 0px 1px 7px 4px #0000000f;
 background: #fff;
 border: 1px solid #22996f47;
 overflow: hidden;
}
.gallery {
  padding: 80px 0px;
  position: relative;
}
img.shape-4 {
  position: absolute;
  right: -8px;
}
img.shape-3 {
  position: absolute;
  top: 65px;
  right: 30px;
}
.working-block .working-info .working-content-info {
  position: relative;
  text-align: center;
}
/* Default header */
.header-nav-menu {
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}
button[disabled] {
  opacity: .5;
  cursor: not-allowed;
  background-color: #1e3c51!important;
  color: #fff !important;
}
/* Sticky after scroll */
.header-nav-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 28%);
  animation: smoothSticky 0.3s ease-out;
}

/* Smooth animation */
@keyframes smoothSticky {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.working-block .working-info .working-img {
  position: relative;
  display: block;
  font-size: 37px;
  margin-bottom: 22px;
}
.amimation-info{
  width: 100%;
  /* height: 104px; */
  transform: rotate(-9deg);
  background-size: contain;
  background-position: bottom;
}
.animate-riding {
  transition: all 0.9s ease-out;
  animation: ride 20s infinite linear;
  display: flex;
  gap: 0 300px;
  justify-content: space-evenly;
}
@keyframes ride {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
.translate-y-7 {
  --tw-translate-y: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-riding img {
 width: 172px;
 margin-top: 23px;
}
.footer-contact .footer-content ul li a img {
  width: 18px;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.working-block .working-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.working-block .working-info .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  align-items: center;
  background: #05203b;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  height: 100%;
  padding: 18px 14px 18px 14px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.working-img img {
  width: 42px;
}
.working-block .working-info .overlay-content h4 {
  color: #fff;
}
.working-block .working-info .overlay-content p {
  color: #e2e2e2;
}
.working-block .working-info .count-text {
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  transition: all 500ms ease;
}
.working-block .trade-info-link {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: -12px;
  z-index: 1;
}
.working-block .trade-info-link a {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 55px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
}
.working-block .working-info:hover .overlay-content {
  transform: scale(1,1);
}
.working-block .working-info:hover .count-text {
  color: #fff;
  background: #303449;
}
.gallery-card {
  margin-bottom: 15px;
}

.travel-section {
  padding: 80px 0;
  position: relative;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}
.travel-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT IMAGE AREA */
.travel-images {
  flex: 1;
}


.img-large {
  width: 100%;
  height: 450px;
  border-radius: 35px;
  overflow: hidden;
}

.img-grid {
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
.img-small.travel-images-info img {
  border-radius: 100px 0;
}
.img-small {
  width: 50%;
  border-radius: 30px;
}

.travel-images img {
  width: 100%;
  border-radius: 50px 0 0 0;
  object-fit: cover;
  margin-bottom: 21px;
}

/* RIGHT CONTENT */
.travel-content {
  flex: 1;
  padding-right: 40px;
}

.top-heading {
  font-family: "Cedarville Cursive", cursive;
  font-size: 32px;
  color: #0a6161;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #062c2c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.desc {
  color: #060505;
  margin-bottom: 40px;
  font-size: 17px;
  max-width: 500px;
}

/* FEATURES */
.feature-box {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.f-icon {
  width: 55px;
  height: 55px;
  background: #00bcd4;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box h4 {
  margin: 0;
  font-size: 25px;
  color: #00223a;
  font-weight: 700;
}
.travel-section .sec-title h2{
  text-align: left;
}
.feature-img {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.feature-box p {
  margin-top: 5px;
  font-size: 16px;
  max-width: 300px;
  color: #1f1f1f;
}

/* BUTTON */
.btn-learn {
  display: inline-block;
  margin-top: 30px;
  background: #062c2c;
  color: #fff;
  padding: 15px 40px;
  border-radius: 45px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-learn:hover {
  background: #085757;
}













/*====================== footer============================ */
.footer {
  position: relative;
  background:#ecf2f2;
  background-image: url('../img/footer-bg-shape.png');
  background-size: cover;
}
.footer-menu-info {
  position: relative;
}

.footer .footer-menu-title {
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 14px;
}

.footer h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.footer .footer-contact p {
  margin-bottom: 22px;
}
.footer p, .footer a {
  color: #a8a9b3;
  text-decoration: none;
}
.footer .footer-contact form {
  margin-bottom: 33px;
}
.footer .footer-contact form .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.footer .footer-contact form .form-group .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  border-bottom: 4px solid #fe5924;
}
.footer .footer-contact form .form-group .submit-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  border: none;
  line-height: 60px;
  background: #fe5924;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer .footer-contact .footer-content h3 {
  margin-bottom: 14px;
  color: #ffffff;
}
.footer-menu-info ul, .footer-menu-info ol {
  position: relative;
  margin: 0px;
  display: flex;
  gap: 23px;
  justify-content: center;
  padding: 0px;
}
.footer .footer-menu-info .footer-contact ul.social-links li {
  display: inline-block;
  min-width: auto;
}

.footer-menu-info ul li, .footer-menu-info ol li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  min-width: 49%;
  color: #a8a9b3;
  font-weight: 400;
}
.footer-contact .footer-content ul li a {
  border: 1px solid #ffffff2e;
  padding: 0px;
  font-size: 22px;
  color: #ffdd62;
  align-items: center;
  justify-content: center;
  width: 38px;
  border-radius: 50%;
  display: flex;
  height: 38px;
  line-height: 28px;
  background: #ffffff1f;
}
.footer .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}
.footer .assistance-profile .footer-content {
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 22px 29px 29px 29px;
  margin-top: 8px;
}
.footer h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.footer .assistance-profile .footer-content p {
  margin-bottom: 22px;
}
.footer .assistance-profile .footer-content .assistance-profile-info {
  position: relative;
  display: block;
  background: #1b1e31;
  border-radius: 5px;
  padding: 22px 20px 22px 105px;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fe5924;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/footer-profile.png');
  border-radius: 50%;
  top: 0px;
  right: -10px;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img img {
  width: 100%;
  border-radius: 50%;
}
.footer .assistance-profile .footer-content .assistance-profile-info h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
.footer-menu-info ul li a:hover{
 background: #35404b;
}
.account-footer-content a span, .account-footer-content button span {
  position: relative;
  padding-right: 27px;
}
.footer-bottom {
  position: relative;
  width: 100%;
  padding: 18px 0px;
  border-top: 1px solid #ffffff3b;
}
.footer-bottom .copyright {
  position: relative;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.footer p, .footer a {
  color: #e0e0e0;
  font-size: 17px;
}
.footer-bottom  .copyright p span {
  color: #ffdd62;
}
.footer-info{
  padding: 25px 0px;
  padding-top: 46px;
  border-bottom: 1px solid #1d5a4e69;
}
.footer-links a:hover{
  color: #fe5924;
}
.footer-contact{
  text-align: center;
}


.destination-slider-section {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.destination-slider-section::before{
  background-image: url(../img/shape-left.webp);
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 100%;
  background-position: center;
  opacity: 0.7;
}
.destination-slider-section::after {
  background-image: url(../img/shape-right.webp);
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 100%;
  opacity: 0.7;
  background-position: center;
}

.destinationSwiper {
  width: 100%;
  max-width: 1400px;
}

.destinationSwiper .swiper-slide {
  transition: 0.5s ease;
  /* opacity: 0.6; */
  filter: blur(3px);
  transform: scale(0.78);
}

.destinationSwiper .swiper-slide-active {
  opacity: 1;
  z-index: 9999999;
  filter: blur(0px);
  transform: scale(1);
}


.destinationSwiper .slide-card {
  position: relative;
  width: 450px;
  height: 600px;
  border-radius: 32px;
  z-index: 99999999;
}

.slide-card img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
}

.destinationSwiper .swiper-slide-active .slide-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 26px 26px;
  height: 60%;
  background:linear-gradient(transparent, rgb(0 0 0));
}

.slide-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  width: 293px;
  z-index: 2;
}

.slide-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.slide-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.view-btn {
  padding: 10px 30px;
  font-size: 16px;
  border: 2px solid white;
  border-radius: 40px;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: white;
  color: #000;
}























.tour-wrapper {
  text-align: center;
  padding: 99px 0 80px;
  background-image: url(../img/team-bg.jpg);
  background-position: center;
  background-size: cover;
}

.tour-title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #0b3847;
}
.tour-title h1 {
  margin-top: 10px;
  font-size: 55px;
  font-weight: 700;
  color: #012c3a;
}

.tour-wrapper .swiper {
  width: 90%;
  margin-top: 40px;
}

.tour-wrapper .swiper-slide {
  width: 330px !important;
}

/* CARD STYLE */
.tour-card {
  background: white;
  border-radius: 30px;
  padding-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.tour-card img {
  width: 100%;
  height: 260px;
  border-radius: 30px;
  object-fit: cover;
}

.tour-card h2 {
  font-size: 24px;
  margin-top: 12px;
  color: #013343;
}

.tour-card span {
  font-size: 14px;
  color: #6a6a6a;
}
.swiper-pagination {
  position: static !important; 
  text-align: center;
  transition: .3s opacity;
  transform: translate(0%, 260%) !important;
  z-index: 10;
}
.swiper, swiper-container{
  padding: 87px 0px !important;
}
/* EXACT ROTATIONS */
.rotate-1 { transform: rotate(-7deg); }
.rotate-2 { transform: rotate(-4deg); }
.rotate-0 { transform: rotate(0deg); }
.rotate-3 { transform: rotate(5deg); }

/* PAGINATION BULLETS */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #004d60;
  background: transparent !important;
  opacity: 1 !important;
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  background: #004d60 !important;
}

@media(max-width:1600px){
  .quote-box{
    top: -21%;
    left: 0;
  }
  .logo-box img {
    width: 82px;
  }
  .slider-content .theme-title{
    font-size: 46px;
  }
  .theme-description {
    font-size: 16px;
  }

  .sec-title h2 {
    font-size: 34px;
  }
  .about-content h2{
    margin-bottom: 15px !important;
  }
  .about-shape{
    width: 120px;
  }
  .shape-1{
    top: 37px;
    z-index: -1;
    left: 16px;
  }
  .hero-slider {
    min-height: 87vh;
  }
  .feature-img{
    width: 359px;
  }
  img.ab-plane{
    left: 75px;
    top: 2px;
  }
  .slide-inner.slide-bg-image img{
   width: 570px;
 }
 .shape-info-1{
  width: 460px;
}
.destinationSwiper .slide-card {
  position: relative;
  width: 410px;
  height: 469px;
}
}
@media(max-width:1400px){
  .working-block .working-info{
    width: 261px;
  }
  .sec-title h2{
    font-size: 35px;
  }
  .feature-img{
    width: 302px;
  }
  img.ab-plane{
    left: 54px;
  }
  .contact-box{
    max-width: 716px;
  }
  .shape-info-1{
    width: 451px;
  }
  .animate-riding img {
    width: 107px;
  }
}
@media(max-width:1200px){
  .working-block .working-info{
    width: 261px;
  }
  .working-block .working-info{
    width: 219px;
  }
  .shape-info-1 {
    width: 368px;
  }
  img.ab-plane{
    width: 200px;
  }
}
@media(max-width:1024px){

}
@media(max-width:991px){
  .shape-info-1, .feature-img{
    display: none;
  }
  .gallery-card img{
    margin-bottom: 11px;
  }
  .destinationSwiper .slide-card {
    position: relative;
    width: 343px;
    height: 425px;
  }
  .travel-working {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .about-shape{
    display: none;
  }
  .working .working-block {
   float: none;
   width: auto;
 }

 .working-block .working-info {
   width: 340px;
 }

 .about-us {
   padding: 24px 0px;
 }
 .slide-inner.slide-bg-image img {
  width: 317px;
}
.shape-1{
  display: none;
}
.slider-content .theme-title{
  font-size: 45px;
}
.about-img{
  padding-right: 0px;
}


.theme-description {
  font-size: 16px;
}
.hero-slider {
  min-height: auto;
  padding: 203px 0px;
}
#mob-menu {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 7px;
  display: block;
  transition: all 0.5s;
}
#mob-menu .closebtn {
  position: absolute;
  top: 2px;
  right: 14px;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}
.menu.open #mob-menu {
  width: 250px;
  margin-left: 0px;
  display: block;
  text-align: left;
  padding-top: 130px;
  left: 0px;
  background: #e9f6ff;
  transition: all 0.5s;
}
.navbar-collapse.header-links ul.navbar-nav.mr-auto{
  padding-top: 24px;
  border-top: 1px solid #1e3c5196;
}
.desk-logo .logo-box img {
  width: 104px;
}li.desk-logo {
  position: absolute;
  top: 20px;
}

.header-menu ul {
  display: block;
  margin: 0;
  padding: 0px 20px;
}

div#menu-1 {
  z-index: 99;
  position: relative;
}
.menu.open .overlay-1 {
  display: block;
}

.header-menu ul li {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #ffffff54;
  margin-bottom: 8px;
}
nav.navbar.navbar-expand-lg.navbar-light{
  width: 100%;
}
.header-navbar-menu{
  width: 100%;
}
a.burger {
  display: block;
  width: 36px;
  border-radius: 5px;
  font-size: 20px;
  height: 30px;
  color: #fff;
  background: #00223a;
  justify-content: center;
  display: flex;
  text-align: center;
}
a.burger,
a.closebtn {
  display: block;
  
}
.overlay-1 {
  display: none;
}
.overlay-1:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  right: 0;
  left: 0;
  top: 0;
}
.logo-box img {
  width: 67px;
}
.logo-header{
  margin: 0px;
}
.mobile-menu-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel-content{
  padding-right: 0px;
}

}
@media(max-width:768px){
  .slider-content .theme-title{
    font-size: 36px;
  }
  .travel-container{
    width: 100%;
    flex-direction: column;
    gap: 22px;
  }
  .travel-section {
    padding: 43px 13px;
  }
  .about-img img{
    margin-bottom: 30px;
    margin-top: 41px;
    width: 266px;
  }
  .quote-box{
    margin-bottom: 43px;
  }
  .working-block .working-info {
    width: 242px;
  }
  .col-md-2.col-lg-2.col-12 .gallery-card img {
    height: 259px;
    object-fit: cover;
    margin: 12px 0px;
  }
  .recent-gallery-section{
    padding: 47px 14px;
  }
  img.ab-plane{
    top: 5px;
  }
  .contact-box{
    padding: 27px 22px 36px;
    margin-top: 35px;
    border-radius: 9px;
  }

  .shape-info{
    height: 161px;
  }
}
@media(max-width:575px){
  .sec-title h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .sec-title h2{
    margin-bottom: 27px;
  }
  .travel-working{
    display: block;
  }
  
  .working-block .working-info {
    width: 100%;
    height: 214px;
    margin-bottom: 13px;
  }
  .destination-slider-section{
    padding: 35px 0;
  }
  .destinationSwiper .swiper-slide-active .slide-card::after{
    height: 66%;
    background: linear-gradient(transparent, rgb(0 0 0));
  }
  .slide-info h3 {
    font-size: 26px;
  }
  .slide-info p {
    font-size: 13px;
    padding-right: 14px;
  }
  .slide-info{
    bottom: 12px;
    left: 19px
  }

  .sec-title .sub-title{
    font-size: 28px
  }
  .feature-box h4{
    font-size: 21px;
  }
  .left-topbar ul, .right-topbar ul{
    gap:7px;
  }
  .recent-gallery-section{
    padding: 33px 10px;
  }
  .title-box .main-title {
    font-size: 28px;
  }
  .f-icon{
    width: 47px;
    height: 47px;
  }
  img.ab-plane {
    width: 137px;
  }
  .right-topbar ul li{
    margin-left: 7px;
  }
  .left-topbar ul li{
    margin-right: 0px;
    font-size: 12px;
  }
  .left-topbar ul, .right-topbar ul{
    padding-left: 0px;
  }
  .about-info-content {
    font-size: 68px;
  }
  .footer p, .footer a{
    font-size: 14px;
  }
  
  .quote-box span {
    letter-spacing: 6px;
    font-size: 15px;
  }
  img.ab-plane{
    left: 33px;
    top: 9px;
    width: 137px;
  }
  .contact-us {
    padding: 60px 0px;
    padding-bottom: 26px;
  }
  .footer-info {
    padding: 14px 0px;
    padding-top: 25px;
  }
  .footer-bottom{
    padding: 12px 0px;
  }
  .hero-slider{
    padding: 223px 0px;
  }
  .slider-content .theme-title {
    font-size: 27px;
  }
  .amimation-info{
    bottom: 141px;
    position: absolute;
    transform: rotate(-12deg);
  }
  .contact-box{
    padding: 29px 15px 21px;
    width: 100%;
    max-width: 900px;
    margin-top: 38px;
    border-radius: 8px;

  }
  .gallery-card img{
    margin-bottom: 0px;
  }
  .feature-box{
    gap: 14px;
    margin-bottom: 5px;
  }
  .contact-box {
    max-width: 100%;
  }
  .shape-info{
    display:none;
  }
  .swiper, swiper-container {
    padding-bottom: 61px !important;
    padding-top: 17px !important;
  }
  .swiper-pagination{
    transform: translate(0%, 171%) !important;
  }
  .travel-section{
    padding: 22px 13px;
  }
  .travel-container{
    display: block;
  }
  .travel-content {
    padding-right: 4px;
  }
  .tour-wrapper{
    padding: 38px 0 80px; 
  }
  .tour-wrapper .swiper {
    width: 100%;
    margin-top: 0px;
  }
  .working {
    padding: 32px 0px;
  }
  .destination-slider-section::before,.destination-slider-section::after{
    display: none;
  }
  .slide-info{
    width: auto;
  }
  .destinationSwiper .slide-card{
    width: 223px;
    height: 295px;
  }
}