@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.navbar-nav a {
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Forum", serif;
    font-weight: 600;
    color: #353535;
    border-bottom: 1px solid transparent;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #000000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-96\ \(11\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
    border-bottom: 1px solid white;
    font-weight: 600;
  }
  .navbar-nav .nav-link:hover{
      transform: scale(1.15);
  }
  .img-logoo{
    display: none;
  }
  .line-inff{
    border-bottom: 1px solid rgba(0, 0, 0, 0.068) !important;
}
.line-inff img{
width: 25px !important;
}
:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --eleven: 'Marcellus', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}
:root {
    --theme-color-light: #fff;
    --theme-color-dark: #000;
    --theme-color1: #bfa888;
    --theme-color1-dark: #af997c;
    --theme-color2: #011425;
    --theme-color3: #f4efec;
    --review-color: #fdc009;
    --theme-color1-rgb: 191, 168, 136;
    --theme-color2-rgb: 1, 20, 37;
    --theme-color3-rgb: 244, 239, 236;
    --text-color: #54595f;
    --headings-color: #000;
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --text-font: "Poppins", sans-serif;
    --title-font: "Playfair Display", serif;
    --style-font: "Allison", cursive;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 75px;
    --h2-font-size: 48px;
    --h3-font-size: 32px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 30px;
    --sec-title-color: var(--theme-color-dark);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: 400;
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1310px;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
}
.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.658);
    background-color: #011425;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.1);
  }
  
  .btn2:hover:before {
    left: 100%;
  }




  .btn1 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(2, 2, 2, 0.658);
    background-color: #011425;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn1:hover {
    transform: scale(1.1);
  }
  
  .btn1:hover:before {
    left: 100%;
  }


  h1 {
    font-size: 2.75rem;
    font-weight: 400;
    color: var(--text-white);
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    
    font-size: 17px;
}
  section {
    padding: 120px 0;
    position: relative;
}


footer{
   background-color: #181818;
   background: url('../img/ksamil.jpg') rgba(0, 0, 0, 0.699);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
  font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
  }
  .footer-title{
      font-family: 'Courier New', Courier, monospace;
      color: white;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  @media(max-width:1000px){
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    
    .socials a{
      text-decoration: none !important;
      color: white;
    }
    .socials a:hover h4 {
      color:  #A9D1DB;
    }
    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0;
    }
    .copyright{
      display: flex;
    justify-content: right;
    text-align: right ;
    align-items: end ;
    }
  }
  
.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #272535; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #8BACB3;
    border: .0625rem solid #8BACB3;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 2.2rem;
    font-weight: 500;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h5{
    font-size:28px;
    letter-spacing: 7px;
    color: white !important;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 60px 0;
        
}
.banner_wrapper .swiper-slide h1{
    font-size:100px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 50px 0;
    text-transform: uppercase;
}
/* @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04); 
    }
    100% {
        transform: scale(1); 
    }
} */

.swiper-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: zoomInOut 5s ease-in-out infinite;
    transition-duration: 0.5s; /* Adjust the duration as needed */
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}
.line-inff{
    border-bottom: 1px solid rgba(255, 255, 255, 0.158);
}
.line-inff img{
width: 30px;
}
.ABOUT-text p{
    color:#8b8a8a;
    line-height: 28px;
    font-size: 17px !important;
}
.Slogan{
    background: url('../img/img1.jpg') rgba(0, 0, 0, 0.397);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}



/* 
aboutt */
.features-section {
    position: relative;
    padding: 120px 0;
}
.feature-bg{
    position: absolute;
    background: url('../img/img1.jpg') rgba(0, 0, 0, 0);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}
.features-section .bg-image {
    height: 935px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .features-section .content-column {
        margin-bottom:50px;
    }
}

/* .features-section .content-column .inner-column {
    text-align: center;
} */

.features-section .content-column .inner-column .author-box .inner .author-info {
    margin-top: 37px;
}

.features-section .content-column .inner-column .author-box .inner .name {
    color: var(--theme-color2);
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.features-section .content-column .inner-column .author-box .inner .designation {
    font-size: 12px;
    line-height: 1.2em;
}

.features-column .inner-column {
    padding-bottom: 15px;
    position: relative;
}

.features-column .inner-column:before {
    border-left: 1px solid #ebebeb;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 1px;
}

.feature-block:first-child .inner-box {
    padding: 26px 20px 43px 50px;
}

@media (max-width: 575.98px) {
    .feature-block:first-child .inner-box {
        padding:30px 20px 50px;
    }
}

.feature-block:last-child .inner-box {
    border-bottom: none;
}

.feature-block .inner-box {
    align-items: center;
    border-bottom: 1px solid #dadada;
    position: relative;
    display: flex;
    padding: 47px 20px 43px 50px;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box {
        flex-direction:column;
    }
}

.feature-block .inner-box:hover .box-number {
    color: var(--theme-color2);
}

.feature-block .inner-box:hover .icon-box .icon {
    transform: scaleX(-1);
}

.feature-block .inner-box:hover .content-box .bg-image {
    opacity: 1;
    left: 100%;
    transform: rotate(16deg);
}

.feature-block .inner-box .box-number {
    color: #e1e1e1;
    font-size: 60px;
    letter-spacing: -.01em;
    min-width: 70px;
    margin-right: 40px;
    transition: all .3s ease;
}

@media (max-width: 1199.98px) {
    .feature-block .inner-box .box-number {
        font-size:58px;
    }
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .box-number {
        margin-right:0;
        margin-bottom: 50px;
    }
}

.feature-block .inner-box .icon-box {
    min-width: 80px;
    margin-right: 40px;
    position: relative;
    top: 13px;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .icon-box {
        margin-right:0;
        margin-bottom: 10px;
        top: 0;
        left: 5px;
    }
}

.feature-block .inner-box .icon-box .icon {
    color: #bfa888;
    display: inline-block;
    font-size: 70px;
    transition: all .3s ease;
}

.feature-block .inner-box .content-box {
    position: relative;
}

.feature-block .inner-box .content-box .title {
    position: relative;
    letter-spacing: -.01em;
    margin-bottom: 2px;
    color: #000000d2;
    font-size: 18px;
    font-weight: 600;
    z-index: 3;
}

.feature-block .inner-box .content-box .read-more {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    transition: all .3s ease;
}

.feature-block .inner-box .content-box .read-more:before {
    background-color:#00000049;
    content: "";
    height: 1px;
    position: absolute;
    top: calc(50% - 0px);
    right: -37px;
    bottom: 0;
    width: 32px;
}

.feature-block .inner-box .content-box .read-more:after {
    background-color: var(--theme-color2);
    content: "";
    height: 1px;
    position: absolute;
    top: calc(50% - 0px);
    right: -5px;
    bottom: 0;
    width: 0;
    transition: all .3s ease;
}

.feature-block .inner-box .content-box .read-more:hover {
    color: var(--theme-color2)
}

.feature-block .inner-box .content-box .read-more:hover:after {
    right: -37px;
    width: 32px
}

.feature-block .inner-box .content-box .bg-image {
    margin: 0;
    position: absolute;
    top: -20px;
    left: calc(100% + 10px);
    width: 144px;
    height: 110px;
    transform: rotate(20deg);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background-size: cover;
    transition: all .3s ease;
}
.sub-title {
    color: #363535;
    opacity: 50%;
    font-family: var(--style-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px
}
.features-section .bg-image {
    height: 935px;
    z-index: -1;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

/* About Section */

.about-section {
    position: relative;
    padding: 0 0 120px;
    z-index: 2
}

.about-section .sec-title {
    margin-bottom: 20px
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (max-width: 575.98px) {
    .about-section .sec-title h2 {
        font-size:30px
    }
}
.about-section .content-column .inner-column .inner .icon-wheel-1 {
    position: absolute;
    top: -28px;
    left: -242px;
    animation: fa-spin 70s infinite;
    z-index: -1;
}
.icon-wheel-1 {
    width: 144px;
    height: 163px;
    background-image: url('../img/icon-wheel-1.75bbb941.png');
}
.about-section .content-column {
    margin-bottom: 0;
    z-index: 1
}


.about-section .content-column .inner-column .inner .icon-big-boat-1 {
    position: absolute;
    bottom: 1px;
    right: calc(100% + 105px);
    z-index: -2;
}
@keyframes bounce-x {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(40px)
    }

    to {
        transform: translateX(0)
    }
}
.bounce-x {
    animation: bounce-x 4s linear infinite;
}
.icon-big-boat-1 {
    width: 800px;
    height: auto;
    background-image: url('../img/dc00458.png');
    background-repeat: no-repeat;
    top: 45%;
    bottom: 0 !important;
}
.about-section .content-column .inner-column {
    background-color: #f4efec;
    padding: 85px 100px 89px 399px;
    position: relative;
    outline: 1px solid #bfa888;
    outline-offset: -18px
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        padding:85px 100px 89px 290px
    }
}

@media (max-width: 991.98px) {
    .about-section .content-column .inner-column {
        padding:85px 100px 89px
    }
}

@media (max-width: 767.98px) {
    .about-section .content-column .inner-column {
        padding:50px 50px 60px
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column {
        padding:30px;
    }
}

.about-section .content-column .inner-column .inner {
    position: relative;
    z-index: 1;
}

.about-section .content-column .inner-column .inner .icon-wheel-1 {
    position: absolute;
    top: -28px;
    left: -242px;
    animation: fa-spin 70s infinite;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about-section .content-column .inner-column .inner .icon-wheel-1 {
        opacity:.1;
    }
}

.about-section .content-column .inner-column .inner .icon-big-boat-1 {
    position: absolute;
    bottom: 1px;
    right: calc(100% + 105px);
    z-index: -2;
}

@media (max-width: 991.98px) {
    .about-section .content-column .inner-column .inner .icon-big-boat-1 {
        opacity:.1;
        right: -41px;
        bottom: -60px;
    }
}

@media (max-width: 767.98px) {
    .about-section .content-column .inner-column .inner .icon-big-boat-1 {
        right:100px;
        bottom: -60px;
    }
}

.about-section .content-column .inner-column .since-box {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.about-section .content-column .inner-column .since-box .inner {
    display: flex;
}

.about-section .content-column .inner-column .since-box .inner .since-info {
    margin-top: 10px;
}

.about-section .content-column .inner-column .since-box .inner .image {
    margin-bottom: 0;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .since-box .inner .image {
        margin-right:15px;
    }
}

.about-section .content-column .inner-column .since-box .inner .since-title {
    font-weight: 400;
    margin-bottom: 5px
}

.about-section .content-column .inner-column .since-box .inner .since-year {
    color: #c1c1c1;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-section .content-column .inner-column .since-box .inner .since-year {
        font-size:52px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .since-box .inner .since-year {
        font-size:40px;
    }
}

.about-section-two {
    position: relative;
    padding: 0 0 120px;
    z-index: 2;
}

.about-section-two .icon-big-boat-2 {
    position: absolute;
    right: 6px;
    bottom: 3px;
    z-index: -1;
    pointer-events: none;
}




.marquee-section {
    position: relative;
    padding: 32px 0 21px;
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: var(--gap);
}
@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}
.marquee .marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}
.marquee .text {
    position: relative;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px rgba(84,89,95,.2);
    font-size: 120px;
    line-height: 1.3;
    padding-left: 70px;
    margin-left: 70px;
    font-family: var(--text-font);
}

@media (max-width: 991.98px) {
    .marquee .text {
        font-size:80px;
    }
}

.marquee .text:after {
    background-color: var(--theme-color2);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 9px;
    width: 9px;
    transition: all .3s ease;
}

.marquee .text:hover:after {
    background-color: var(--theme-color1);
}

.marquee .text:before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 70px;
    -webkit-text-fill-color: var(--theme-color1);
    width: 0;
    transition: all .3s ease;
    overflow: hidden;
    padding-top: 35px;
    display: flex;
    height: calc(100% + 55px);
}

.marquee .text:hover:before {
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .marquee .marquee-group {
        animation-play-state: play;
    }
}

.marquee.slide-right,.marquee.slide-right .text {
    transform: scaleX(-1);
}



.slogan{
    background: url('../img/bg-carousel.webp') rgba(0, 0, 0, 0.397);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 250px 0 !important;
}


.services-section {
    position: relative;
    padding: 0 0 55px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .services-section {
        padding:0;
    }
}

.services-section .auto-container {
    padding: 0;
}

@media (max-width: 991.98px) {
    .services-section .auto-container {
        padding:0 15px;
    }
}

.services-section .bg {
    background-size: auto;
    background-position: -7% -24%;
}

.services-section .outer-box {
    background-color: var(--theme-color-light);
    margin-top: -115px;
    padding: 110px 67px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .services-section .outer-box {
        padding:110px 15px 0;
        margin-top: 0;
    }
}

.services-section .outer-box .bg-two {
    position: absolute;
    right: -22.7%;
    top: 7px;
    height: 507px;
    width: 987px;
    background-repeat: no-repeat;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block .inner-box {
    border: 1px solid var(--theme-color1);
    position: relative;
    padding: 17px 23px 36px;
    transition: all .3s ease;
}

.service-block .inner-box:after {
    background-image: url('../img/pattern1-2.cd88bf4c.png');
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
    opacity: 0;
    transition: all .3s ease;
}

.service-block .inner-box:hover {
    border-color: var(--theme-color2) !important;
}


.service-block .inner-box:hover:after {
    height: 100%;
    opacity: 1;
    z-index: -1;
}

.service-block .inner-box:hover .image-box .image img {
    transform: scale(1.15);
}

.service-block .inner-box:hover .content-box .title {
    color: var(--theme-color-light);
}

.service-block .inner-box:hover .content-box .title:hover {
    color: var(--theme-color1);
}

.service-block .inner-box:hover .content-box .service-list li,.service-block .inner-box:hover .content-box .text {
    color: var(--theme-color-light);
}

.service-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-block .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    transition: all .4s ease;
}

.service-block .inner-box .content-box .info-box {
    position: relative;
    margin-bottom: 17px;
}

.service-block .inner-box .content-box .title {
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -.01em;
    z-index: 2;
    transition: all .3s ease;
}

.service-block .inner-box .content-box .title:hover {
    color: var(--theme-color1);
}

.service-block .inner-box .content-box .text {
    font-size: 14px;
    line-height: 25px;
    transition: all .3s ease;
}

.service-block .inner-box .content-box .service-list {
    position: relative;
}

.service-block .inner-box .content-box .service-list li {
    align-items: center;
    color: var(--headings-color);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    transition: all .3s ease;
}

.service-block .inner-box .content-box .service-list li:last-child {
    margin-bottom: 0;
}

.service-block .inner-box .content-box .service-list .icon {
    font-size: 20px;
    margin-right: 15px
}
.title a {
    color: inherit;
}





.testimonial-section {
    position: relative;
   
}
.testimonial-section .icon-wheel-2 {
    position: absolute;
    top: 187px;
    left: 59px;
    animation: fa-spin 70s infinite;
    z-index: -1;
}

.icon-wheel-2 {
    width: 144px;
    height: 163px;
    background-image: url('../img/icon-wheel-1.75bbb941.png');
}
.testimonial-section .icon-big-boat-2 {
    position: absolute;
    right: 6px;
    bottom: 3px;
    z-index: -1;
}
@keyframes bounce-y {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(0)
    }
}
.testimonial-section .icon-big-boat-2 {
    position: absolute;
    right: 6px;
    bottom: 3px;
    z-index: -1;
}
.icon-big-boat-2 {
    width: 229px;
    height: 739px;
    background-image: url('../img/icon-big-boat-2.3b24e781.png');
}
.bounce-y {
    animation: bounce-y 4s linear infinite;
}

@media (max-width: 1399.98px) {
    .testimonial-section .icon-big-boat-2 {
        display:none;
    }
}

.testimonial-section .icon-wheel-2 {
    position: absolute;
    top: 187px;
    left: 59px;
    animation: fa-spin 70s infinite;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .testimonial-section .icon-wheel-2 {
        display:none;
    }
}

.testimonial-section .testimonial-carousel .swiper-pagination {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #989898;
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    .testimonial-section .testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
        width:8px;
    }
}

.testimonial-section .testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.testimonial-block {
    position: relative;
    margin-bottom: 25px;
    height: auto !important;
}

.testimonial-block .inner-box {
    position: relative;
    margin-top: 21px;
    padding: 67px 50px 39px 47px;
}

.testimonial-block .inner-box:before {
    left: 0;
    top: 0;
    width: calc(100% - 17px);
}

.testimonial-block .inner-box:after,.testimonial-block .inner-box:before {
    position: absolute;
    height: 100%;
    border: 1px solid var(--theme-color1);
    content: "";
    z-index: -1;
}

.testimonial-block .inner-box:after {
    left: 15px;
    top: 13px;
    width: calc(100% - 15px);
}

.testimonial-block .inner-box:hover .thumb img {
    transform: scale(1.1);
}

.testimonial-block .inner-box:hover .info-box .name {
    color: var(--theme-color1);
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .info-box {
    align-items: center;
    display: flex;
}

.testimonial-block .inner-box .info-box .thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 0;
    text-align: center;
}

.testimonial-block .inner-box .info-box .thumb img {
    object-fit: cover;
    transition: all .3s ease;
}

.testimonial-block .inner-box .info-box .info-box-content {
    margin-left: 14px;
}

.testimonial-block .inner-box .info-box .name {
    color: var(--theme-color-dark);
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 7px;
    transition: all .3s ease;
}

.testimonial-block .inner-box .info-box .designation {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #7a7a7a;
    margin-bottom: 0;
    transition: all .3s ease;
}

.testimonial-block .inner-box .icon-quote {
    position: absolute;
    top: -18px;
    left: 45px;
}


.title-head{
    padding: 90px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-family: "Forum", serif;
  }
.About-head{
    background: url('../img/5350fbbe-123a-4cec-8497-44d11acd1a94.jfif')rgba(0, 0, 0, 0.425);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  .Tour-head{
    background: url('../img/bg-carousel.webp')rgba(0, 0, 0, 0.425);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }



  .about-section-three {
    position: relative;
    padding: 210px 0 100px 0;
}
.about-section-three .inner-column .icon-wheel-5 {
    position: absolute;
    top: -79px;
    left: -62px;
    animation: fa-spin 70s infinite;
}
.icon-wheel-5 {
    width: 144px;
    height: 163px;
    background-image: url('../img/icon-wheel-5.e49053bf.png');
}
@media (max-width: 991.98px) {
    .about-section-three {
        padding:80px 0 60px
    }
}
.about-section-three .icon-sailboat-line-3 {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 200px;
    z-index: -1;
}
.bounce-y {
    animation: bounce-y 10s linear infinite;
}
.icon-sailboat-line-3 {
    width: 242px;
    height: 250px;
    background-image: url('../img/icon-sailboat-line-3.4d680156.png');
}
.about-section-three .bg {
    background-size: auto;
    background-position: 0 100%;
    bottom: -36%;
    pointer-events: none;
    top: auto;
    left: -7%;
    z-index: -1
}

.about-section-three .bg.bg-image2 {
    background-position: 100% 0;
    left: auto;
    right: 0;
    top: 0
}

.about-section-three .icon-sailboat-line-3 {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 200px;
    z-index: -1
}

@media (max-width: 991.98px) {
    .about-section-three .icon-sailboat-line-3 {
        display:none
    }
}

.about-section-three .inner-column {
    position: relative
}

.about-section-three .inner-column .icon-wheel-5 {
    position: absolute;
    top: -79px;
    left: -62px;
    animation: fa-spin 70s infinite
}

@media (max-width: 991.98px) {
    .about-section-three .inner-column .icon-wheel-5 {
        display:none
    }
}

.about-section-three .inner-column .sec-title {
    position: absolute;
    right: 33px;
    top: -101px
}

@media (max-width: 991.98px) {
    .about-section-three .inner-column .sec-title {
        right:auto;
        top: 0;
        left: 0;
        position: relative;
        margin-bottom: 30px
    }
}

.about-section-three .inner-column .sec-title h2 {
    line-height: 54px
}

.about-section-three .inner-column .image {
    z-index: -1
}

@media (max-width: 991.98px) {
    .about-section-three .inner-column .image {
        width:100%;
        height: 500px;
        display: none
    }
}

.about-section-three .content-column-two .inner-column .top-box .text-box {
    padding: 0 82px 50px 102px
}

@media (max-width: 1199.98px) {
    .about-section-three .content-column-two .inner-column .top-box .text-box {
        padding:0 40px 50px 50px
    }
}

@media (max-width: 991.98px) {
    .about-section-three .content-column-two .inner-column .top-box .text-box {
        padding:26px 0 36px
    }
}

@media (max-width: 575.98px) {
    .about-section-three .content-column-two .inner-column .top-box .text-box {
        padding:20px 0 32px
    }

    .about-section-three .content-column-two .inner-column .top-box .text-box .text {
        font-size: 14px
    }
}

.about-section-three .content-column-two .inner-column .top-box .text-box .text-one {
    margin-bottom: 34px
}

@media (max-width: 991.98px) {
    .about-section-three .content-column-two .inner-column .top-box .text-box .text-one {
        margin-bottom:20px
    }
}

.about-section-three .content-column-two .inner-column .bottom-box {
    background-color: var(--theme-color1);
    position: relative;
    /* margin-left: -191px; */
    padding: 57px 98px;
}

@media (max-width: 1199.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box {
        padding:57px 50px
    }
}

@media (max-width: 991.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box {
        position:relative;
        padding: 57px 41px;
        margin-left: 0
    }
}

@media (max-width: 575.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box {
        padding:38px 22px 0
    }
}

.about-section-three .content-column-two .inner-column .bottom-box .icon-dots-5 {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 575.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box {
        margin-bottom:40px
    }
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .image-box .image {
    border: 6px solid var(--theme-color-light);
    overflow: hidden;
    margin-bottom: 31px
}

@media (max-width: 991.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .image-box .image {
        width:auto;
        height: auto
    }
}

@media (max-width: 575.98px) {
    .about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .image-box .image {
        margin-bottom:20px
    }
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .image-box .image a img {
    width: 100%;
    transition: all .3s ease
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .image-box .image a img:hover {
    transform: scale(1.15)
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .content-box .title {
    color: var(--theme-color-light)
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .content-box .title:hover {
    color: var(--theme-color2)
}

.about-section-three .content-column-two .inner-column .bottom-box .about-block .inner-box .content-box .text {
    color: #f3efe9;
    font-size: 14px;
    line-height: 23px
}




.why-choose-us-two {
    position: relative;
    background-color: #fff;
    padding: 150px 0;
    position: relative;
    z-index: 2
}

@media (max-width: 1199.98px) {
    .why-choose-us-two {
        padding:100px 0
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-two {
        padding:100px 0 80px
    }
}

.why-choose-us-two .sec-title .text {
    margin-top: 16px;
}

.why-choose-us-two .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 56%;
    z-index: -1
}

.why-choose-us-two .content-column {
    position: relative
}

.why-choose-us-two .content-column:before {
    content: "";
    position: absolute;
    max-height: 621px;
    width: 100px;
    background-color: var(--theme-color1);
    left: -28px;
    top: -45px;
    height: 116.7%
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column:before {
        max-height:690px
    }
}

.why-choose-us-two .content-column .inner-column {
    background-color: #fff;
    padding: 64px 133px 80px 61px;
    position: relative;
    z-index: 1
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column {
        padding:60px 60px 60px 50px
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column {
        padding:60px 30px
    }
}

.why-choose-us-two .inner-column .text-box text {
    font-size: 200px;
    font-family: Allison
}

.why-choose-us-two .icon-big-boat-2 {
    position: absolute;
    left: -45px;
    bottom: 3px;
    z-index: -1
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .icon-big-boat-2 {
        display:none
    }
}

.why-choose-us-two .content-column-two {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .why-choose-us-two .content-column-two {
        display:none
    }
}

.why-choose-us-two .content-column-two .text {
    color: #fff;
    font-size: 250px;
    font-family: Allison;
    text-align: end;
    letter-spacing: 10px;
    position: relative;
    left: 100px;
    top: -100px;
    opacity: .5
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column-two .text {
        font-size:150px;
        left: -70px
    }
}



/* WHY CHOOSE US 22 */
.why-choose-us-two2 {
    position: relative;
    background-color: #fff;
    padding: 150px 0;
    position: relative;
    z-index: 2
}

@media (max-width: 1199.98px) {
    .why-choose-us-two2 {
        padding:100px 0
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-two2 {
        padding:100px 0 80px
    }
}

.why-choose-us-two2 .sec-title .text {
    margin-top: 16px;
}

.why-choose-us-two2 .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    left: auto;
    height: 100%;
    width: 56%;
    z-index: -1
}

.why-choose-us-two2 .content-column {
    position: relative
}

.why-choose-us-two2 .content-column:before {
    content: "";
    position: absolute;
    max-height: 621px;
    width: 100px;
    background-color: var(--theme-color1);
    left: -28px;
    top: -45px;
    height: 116.7%
}

@media (max-width: 1199.98px) {
    .why-choose-us-two2 .content-column:before {
        max-height:690px
    }
}

.why-choose-us-two2 .content-column .inner-column {
    background-color: #fff;
    padding: 64px 133px 80px 61px;
    position: relative;
    z-index: 1
}

@media (max-width: 1199.98px) {
    .why-choose-us-two2 .content-column .inner-column {
        padding:60px 60px 60px 50px
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-two2 .content-column .inner-column {
        padding:60px 30px
    }
}

.why-choose-us-two2 .inner-column .text-box text {
    font-size: 200px;
    font-family: Allison
}

.why-choose-us-two2 .icon-big-boat-2 {
    position: absolute;
    right: -45px;
    bottom: 3px;
    z-index: -1
}

@media (max-width: 1199.98px) {
    .why-choose-us-two2 .icon-big-boat-2 {
        display:none
    }
}

.why-choose-us-two2 .content-column-two {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .why-choose-us-two2 .content-column-two {
        display:none
    }
}

.why-choose-us-two2 .content-column-two .text {
    color: #fff;
    font-size: 250px;
    font-family: Allison;
    text-align: end;
    letter-spacing: 10px;
    position: relative;
    left: 100px;
    top: -100px;
    opacity: .5
}

@media (max-width: 1199.98px) {
    .why-choose-us-two2 .content-column-two .text {
        font-size:150px;
        left: -70px
    }
}


.Gallery-head{
    background: url('../img/1321680-popular-hd-wave-wallpaper-2560x1600.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
     transition: all 0.5s;
}

.Contact-head{
    background: url('../img/ksamil.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
  .icons-inff{
    border: #00000052 1px solid;
    padding: 15px 0;
}
.icons-inff img{
width: 40px;
}
.icons-inff h6{
    color: #000000ad;
    font-size: 20px;
}

@media (max-width: 1399px){
    .navbar-nav a {
        margin-left: 20px;
        margin-right: 20px;
        text-decoration: none;
        padding: 10px;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Forum", serif;
        font-weight: 600;
        color: #353535;
        border-bottom: 1px solid transparent;
    }
    .line-inff{
        display: none;
    }
}
@media (max-width: 1199px){
    .navbar-nav a {
        margin-left: 8px;
        margin-right: 8px;
        text-decoration: none;
        padding: 10px;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Forum", serif;
        font-weight: 600;
        color: #353535;
        border-bottom: 1px solid transparent;
    }
    .banner_wrapper .swiper-slide h1{
        font-size:70px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        margin: 50px 0;
        text-transform: uppercase;
    }
}
@media (max-width: 991px){
    .img-logo22 {
        display: none;
    }
    .img-logoo{
        display: block;
        width: 100px !important;
    }
}
.about-section-three .outer-box .row .cool{
        margin-left: 70px!important;
    }
@media (max-width: 757px){
    .about-section-three .outer-box .row .cool{
        margin-left: 10px !important;
    }
}

@media (max-width: 430px){
    .banner_wrapper .swiper-slide h1{
        font-size:50px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        margin: 50px 0;
        text-transform: uppercase;
    }
    .title-head{
        padding: 90px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:50px;
        font-style: italic;
        letter-spacing: 6px;
        font-weight: 300 !important;
        font-family: "Forum", serif;
      }
      .slogan{
        background: url('../img/bg-carousel.webp') rgba(0, 0, 0, 0.397);
        background-position: center 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 250px 0 !important;
    }
    .About-head{
        background: url('../img/5350fbbe-123a-4cec-8497-44d11acd1a94.jfif')rgba(0, 0, 0, 0.425);
        background-position: center 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
      .Tour-head{
        background: url('../img/bg-carousel.webp')rgba(0, 0, 0, 0.425);
        background-position: center 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
      .Gallery-head{
        background: url('../img/1321680-popular-hd-wave-wallpaper-2560x1600.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .Contact-head{
        background: url('../img/bg-packages1.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 70%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    footer{
        background-color: #181818;
        background: url('../img/ksamil.jpg') rgba(0, 0, 0, 0.699);
         background-position: center 80%;
         background-repeat: no-repeat;
         background-size: cover;
         background-blend-mode: multiply;
         background-attachment: none;
         padding-top: 60px;
         padding-bottom: 0px;
         padding-left: 20px;
         padding-right: 20px;
       }
}

/* animation */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }




  /* About section highlight box styling */
.about-highlight-box {
    background: rgba(255,255,255,0.85);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 48px 32px 36px 32px;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-highlight-box .text-one {
    font-size: 2.1rem;
    font-weight: 800;
    color: #363535;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
  }
  .about-highlight-box .text {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 0;
    margin-top: 0;
  }
  .about-highlight-divider {
    width: 180px;
    height: 16px;
    background: linear-gradient(90deg, #89d4e7 0%, #fff 100%);
    border-radius: 8px;
    margin: 36px auto 0 auto;
    opacity: 0.7;
  }
  @media (max-width: 991.98px) {
    .about-highlight-box {
      padding: 28px 8px 22px 8px;
    }
    .about-highlight-box .text-one {
      font-size: 1.3rem;
    }
    .about-highlight-box .text {
      font-size: 1rem;
    }
    .about-highlight-divider {
      width: 50px;
      height: 4px;
      margin: 22px auto 0 auto;
    }
  }
  
.gallery-img-box {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
}
.gallery-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
  