@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@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://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css');

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a, a:hover{
    text-decoration: none !important;
    color: inherit !important;
}
img{
    width: 100%;
}
.logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Custom scrollbar styles */
    ::-webkit-scrollbar {
        width: 9px; /* Width of the scrollbar */
    }

    ::-webkit-scrollbar-track {
        background: transparent;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    }

    ::-webkit-scrollbar-thumb {
        background: repeating-linear-gradient(45deg, #3cb371 0%, #3cb371 25%, #63c28d 25%, #63c28d 50%, #3cb371 50%, #3cb371 75%, #63c28d 75%, #63c28d 100%);
    background-size: 20px 20px; /* Adjust the size of each square */
    }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }

.login-offcanvas {
      background: linear-gradient(135deg, #28a745, #218838);
      color: white;
    }
    .login-offcanvas .form-control {
      border-radius: 50px;
      background: white;
      color: #333;
      padding: 0.8rem;
      font-size: 1.1rem;
    }
     .login-offcanvas .btn-custom {
      background: white;
      color: #28a745;
      border: 1px solid white;
      border-radius: 50px;
      padding: 0.8rem;
      font-size: 1.1rem;
    }
    .login-offcanvas .btn-custom:hover {
      background: #218838;
      color: white;
    }
    .login-offcanvas .form-container {
      padding: 20px;
    }
    .login-offcanvas .hidden-section {
      display: none;
    }
    
.hero-wrapper{
    background: url(img/hero_bg.jpg);
    height: 85vh;
    position: relative;
}
.sticky-wrapper {
    background-color: rgba(22, 25, 33, 0.1);
}

.form-control {
    box-shadow : none;
}

.main-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #2ba557 !important;
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  border: none !important;
  padding: 0.5rem 2rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.main-section .nav-link {
  background-color: #f1f1f1 !important;
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  border: none !important;
  padding: 0.5rem 2rem !important;
  color: #111 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.custom_form .input-group {
    background: #fff;
    padding: 0.1rem;
}
.custom_form .form-control{
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  /*margin-bottom: 1rem;*/
}
.custom_form .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  /*margin-bottom: 1rem;*/
}
.custom-btn{
  background: #ffffff !important;
  padding: 0.5rem 1rem !important;
  color: #111 !important;
  font-weight: bolder !important;
  text-transform: uppercase !important;
}
.exchange-icon{
  color: #ffffff;
}
.bg-green{
    background-color: #2BA557;
}

.search-sec{
    background-color: #F5F5F5;
    background-image: url(img/searchbg.png);
    background-repeat: repeat;
    background-size: auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 153px 0px 50px 0px;
}

    /*background-color: #F5F5F5;*/
    /*background: url(img/searchbg.png);*/
    /*background-size: cover;*/

.flyinput{
    width: 20%;
}
.fly-date{
    width: 15%;
}
.flytravel{
    width: 18%;
}
.flysubmit{
    width: 10%;
}




.header-links{
    color: #fff;
    background-color: #3cb371;
    padding: 11px 0;
    padding-left: 23%;
}

.header-links li:not(:last-child) {
    padding: 0 10px 0 0;
    margin: 0;
}

.header-logo {
    position: relative;
    z-index: 3;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 227px;
    height: 64px;
}

.hero-wrapper .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 241px;
    width: 23%;
    background-size: 100% 100%;
}
.hero-wrapper .hero-title2 {
    font-size: 84px;
    text-transform: capitalize;
    font-family: "Playfair", serif;
    font-weight: bolder;
    margin-top: -0.3em;
}
.hero-wrapper .hero-content {
    padding: 100px 0;
}
.hero-wrapper .text-theme {
    font-style: italic;
    color: #3cb371;
}
.hero-wrapper .hero-img {
    position: absolute;
    right: 2%;
    max-width: 35%;
    bottom: 0;
}

.hero-wrapper .main-navs a {
    color: #111;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.4s;
}

.hero-wrapper .main-navs a:hover{
    color: #3cb371 !important;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #3cb371;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 29px;
  min-width: 160px;
  border-radius: 5px;
}

.ot-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: #1b4d31;
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  animation: animateButton 5s ease infinite;
}

@keyframes animateButton {
  0% {
    height: 0%;
  }
  50% {
    height: 560%;
  }
  100% {
    height: 0%;
  }
}

.ot-btn:hover, .ot-btn.active {
  color: #fff !important;
}

.social-icons {
      display: flex;
      justify-content: center;
      gap: 15px; /* Spacing between icons */
    }

    .social-icons a {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; /* Makes it round */
      background: linear-gradient(to right, #3cb371, #2e8b57); /* Green gradient */
      color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
      transition: all 0.3s ease;
      text-decoration: none;
      font-size: 15px; /* Icon size */
      border: 1px solid #fff;
    }

    .social-icons a:hover {
      background: linear-gradient(to right, #2e8b57, #1b4d31); /* Darker green gradient on hover */
      transform: translateY(-5px); /* Lift on hover */
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
    }
 
 .sub-title {
	 font-size: 20px;
	 font-weight: 700;
	 color: #3cb371;
	 font-family: 'Dancing Script', cursive;
	 text-transform: capitalize;
	 margin-top: -0.2em;
	 margin-bottom: 10px;
	 position: relative;
	 display: flex;
	 align-items: center;
	 gap: 15px;
}
 .sub-title .dots {
	 display: inline-block;
	 width: 8px;
	 height: 2px;
	 background-color: inherit;
	 border-radius: 99px;
	 position: absolute;
	 top: 0;
}
 .sub-title .dots:before {
	 content: "";
	 height: inherit;
	 width: inherit;
	 background-color: inherit;
	 border-radius: inherit;
	 display: inline-block;
	 position: absolute;
	 top: 0;
}
 .sub-title .shape {
	 display: inline-block;
	 height: 2px;
	 width: 40px;
	 background-color: #3cb371;
	 border-radius: 99px;
	 position: relative;
}
 .sub-title .shape.left .dots {
	 left: -12px;
}
 .sub-title .shape.left .dots:before {
	 left: inherit;
}
 .sub-title .shape.right .dots {
	 right: -12px;
}
 .sub-title .shape.right .dots:before {
	 right: inherit;
}

.sec-title{
    font-family: "Playfair Display", serif;
    font-size: 44px;
    line-height: 1.227;
    margin-top: -0.27em;
    font-weight: bold;
}
p {
    font-family: "Roboto", sans-serif;
    margin: 0 0 18px 0;
    color: #687179;
    line-height: 1.75;
}

.icon{
    margin-right: 0.8rem;
    font-size: 2.5rem;
    color: #3cb371;
}

.services-container {
    position: relative;
    width: 400px;
    height: 400px;
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(45deg, #28a745, #85e085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.center-text img{
    width: 30rem;
}

.rotating-images {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Positions for images */
.img1 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img2 {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.img3 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.img4 {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Rotation animation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hover effects */
.services-container:hover .rotating-images {
    animation-play-state: paused;
}

.services-container:hover .circle-img {
    /*transform: scale(1.2);*/
}

.imgserviceDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ofrDivSection{
    margin-top: 0px;
    margin-bottom: -153px;
    z-index: 3;
}
.offer-card {
    background-position: left center;
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
}
.offer-card__offer {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    margin-top: -0.26em;
    margin-bottom: 10px;
    color: #ffffff;
}
.offer-card__text {
    color: #ffffff;
    max-width: 274px;
    margin-bottom: 35px;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-weight: 700;
    font-family:"Playfair Display", serif;
}
.offer-card .ot-btn {
    background-color: #ffffff;
    color: #3cb371 !important;
}


.partner_sec{
    background-color: #F5F5F5;
    background-image: url(img/pattern_block_1-1.svg);
    background-repeat: repeat;
    background-size: auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 153px 0px 50px 0px;
}
.partner-display{
    display: flex;
    gap: 0.8rem;
}
.partner-section{
    width: 19.5%;
}

   	.partnercard-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotating-border-container {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden; /* Ensures the border stays outside the image */
}

.partner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 50%;*/
    position: relative;
    z-index: 1; /* Keeps the image on top */
    padding: 1.5rem;
}

.rotating-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px dotted #28a745; /* Green dotted border */
    border-radius: 50%; /* Circular border */
    animation: rotate-border 5s linear infinite;
    z-index: 0; /* Keeps the border behind the image */
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hover effect */
.partner-section:hover .rotating-border {
    animation-play-state: paused;
}

.testi-grid__name {
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.417;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.testi-grid__content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px rgba(22, 25, 33, 0.02);
    box-shadow: 0px 5px 5px rgba(22, 25, 33, 0.02);
    border-radius: 6px;
    padding: 40px 30px;
    position: relative;
}
.testi-grid__content .left-icon {
    top: -10px;
    left: 35px;
}
.testi-grid__content .right-icon {
    right: 35px;
    bottom: -18px;
}
.testi-grid__content .left-icon, .testi-grid__content .right-icon {
    position: absolute;
    color: #3cb371;
    font-size: 30px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.testi-grid__text {
    margin-bottom: -0.5em;
    font-family: "Roboto", sans-serif;
    margin: 0 0 18px 0;
    color: #687179;
    line-height: 1.75;
}
.testi-grid__content p{
    margin-bottom: 0;
}

.feature-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.feature-media__icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    background-color: #f5f5f5;
    border: 5px solid #3cb371;
    border-radius: 50%;
    font-size: 30px;
    color: #3cb371;
    text-align: center;
}
.feature-media__title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -0.3em;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}
.feature-media__text {
    margin-bottom: -0.5em;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 18px 0;
    color: #687179;
    line-height: 1.75;
    margin-bottom: 0;
}


.counter-list {
     background-image: url(img/counter_list_bg.png);
	 background-color: #ebfff4;
	 border-radius: 5px;
	 background-size: 100% auto;
	 background-position: bottom center;
	 text-align: center;
	 padding: 40px 10px;
	 border: 2px dashed transparent;
	 transition: 0.3s ease-in-out;
	 animation: tilt-animation 4s infinite ease-in-out;
}
/* Keyframe tilt animation */
@keyframes tilt-animation {
    0% {
        transform: rotateX(10deg) rotateY(-10deg);
    }
    25% {
        transform: rotateX(-10deg) rotateY(-10deg);
    }
    50% {
        transform: rotateX(-10deg) rotateY(10deg);
    }
    75% {
        transform: rotateX(10deg) rotateY(10deg);
    }
    100% {
        transform: rotateX(10deg) rotateY(-10deg);
    }
}
 .counter-list-wrap:nth-child(even) {
	 margin-top: 40px;
}
.counter-list .box-icon {
    background-image: url(img/counter_icon_bg.png);
    width: 150px;
    height: 150px;
    padding: 2rem;
    margin: 0 auto 8px auto;
}
.counter-list .box-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    color: #3cb371;
}
 .counter-list:hover {
	 border-color: #3cb371;
}
 .counter-list:hover .box-icon img {
	 transform: rotateY(180deg);
}
 

.footer {
    background-color: #F5F5F5;
    background-image: url(img/widget_area_bg-1.png);
    border-radius: 0px 0px 20px 20px;
    padding: 131px 0px 60px 0px;
}
.foot-logo img{
    width: 200px;
}
.footer .widget_title {
    color: #161921;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    line-height: 1em;
    padding-bottom: 20px;
}
.widget_title:before, .widget_title:after {
    content: "";
    height: 2px;
    width: 60px;
    background-color: #3cb371;
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after {
    left: 65px;
    width: 10px;
}
.main-navs-foot a{
    color: #687179 !important;
}
.main-navs-foot a:hover{
    color: #3cb371 !important;
}
.ot-widget-contact {
    max-width: 260px;
}
.info-box {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}
.info-box_icon {
    font-size: 16px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #3cb371;
    font-size: 10px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    align-items: center;
}
.info-box_text {
    display: block;
    color: #687179;
}
.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    max-width: 308px;
}
.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.copyright-wrap{
    padding: 20px 0;
    background: #3cb371;
    color: #fff;
    font-weight: bold;
}

.joining-button {
      position: relative;
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      color: white;
      background: linear-gradient(135deg, #28a745, #218838);
      border: none;
      border-radius: 5px;
      cursor: pointer;
      overflow: hidden;
      text-decoration: none;
      text-align: center;
      margin-top: -1rem;
    }
    .joining-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      transform: skewX(-45deg);
      transition: none;
      animation: shine 5s infinite;
    }
    .joining-button:hover::before {
      animation-play-state: paused;
    }
    @keyframes shine {
      0% {
        left: -100%;
      }
      50% {
        left: 50%;
      }
      100% {
        left: 200%;
      }
    }
.pan_service {
    background-image: linear-gradient(90deg, #B4EABB 0%, #B2E3C8 17.06%, #B2DDE0 38.29%, rgba(178, 240, 244, 0.85) 52.45%, rgba(170, 236, 250, 0.7) 64.97%, rgba(172, 229, 240, 0.6) 77.13%, rgba(173, 226, 236, 0.440266) 88.14%, rgba(176, 216, 223, 0) 100%);
    border-radius: 5rem 0 5rem 0;
    padding: 1rem;
    border: 2px solid #2BA557;
    animation: borderAnimation 10s infinite;
}

.pan_service:hover {
  background: #fff;
  animation-play-state: paused;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@keyframes borderAnimation {
  0%, 100% {
    border-radius: 5rem 0 5rem 0;
  }
  50% {
    border-radius: 1rem;
  }
}
.pan_service h5{
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


.why-feature {
	 background-color: #fff;
	 box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
	 border-radius: 5px;
	 text-align: center;
	 padding: 40px 30px;
	 position: relative;
	 z-index: 2;
}
 .why-feature-wrap {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 30px;
	 margin-bottom: 30px;
}
 .why-feature:nth-child(even) {
	 transform: translateY(30px);
}
 .why-feature__icon {
	 margin-bottom: 30px;
	 width: 60px;
	 height: 60px;
	 margin-left: auto;
	 margin-right: auto;
}
 .why-feature__text {
	 margin-bottom: -0.5em;
}

.mob-show{
    display: none;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper .logo-bg, .header-top, .sticky-wrapper, .rotating-images {
      display: none;
  }
  .mob-hide{
      display: none;
  }
  .mob-show{
    display: block;
   }
   .header-logo {
    position: relative;
    z-index: 3;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 127px;
    height: 44px;
   }
  .hero-wrapper {
     height: 50vh; 
   }
  .hero-wrapper .hero-title2 {
    font-size: 44px;
  }
  .hero-wrapper .hero-content {
    padding: 50px 0;
  }
  .partner-display {
      display: block;
  }
  .partner-section{
      width: 100%;
  }
  .counter-list {
    padding: 10px;
  }
  .counter-list .box-text {
    font-size: 0.8rem;
    line-height: 1;
  }
  .counter-list .box-icon {
    background-image: unset;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 auto 8px auto;
  }
  .sec-title {
    font-size: 24px;
  }
  .center-text img{
    width: 20rem;
  }
  .box-title {
    font-size: 14px;
    font-weight: 400;
  }
  .why-feature {
    padding: 20px 10px;
  }
  .ot-btn {
    padding: 10px;
    min-width: 100px;
  }
  .offer-card {
    padding: 30px;
  }
  .offer-card__offer {
    font-size: 38px;
  }
  .footer {
    padding: 60px 0px 60px 0px;
  }
  .copyright-wrap{
      text-align: center;
  }
  .copyright-wrap .px-5{
      padding: 0 !important;
  }
  .copyright-wrap .d-flex {
      display: block !important;
  }
  .header-links {
     padding-left: unset; 
  }
}
 









