/* Hypatia Sans Pro */
@font-face {
    font-family: 'Hypatia Sans Pro';
    src: url('../fonts/hypatia-sans-pro.eot');
    src: url('../fonts/hypatia-sans-pro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hypatia-sans-pro.woff') format('woff'),
        url('../fonts/hypatia-sans-pro.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Social Icons Font */
@font-face {
    font-family: 'SocialIcons';
    src: url('../fonts/social-icon-font.eot');
    src: url('../fonts/social-icon-font.eot?#iefix') format('embedded-opentype'),
        url('../fonts/social-icon-font.woff') format('woff'),
        url('../fonts/social-icon-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MrLeopold Pro';
    src: url('https://use.typekit.net/af/1c7c77/00000000000000007735a731/31/l?subset_id=2&fvd=n4&v=3') format('woff2'),
        url('https://use.typekit.net/af/1c7c77/00000000000000007735a731/31/d?subset_id=2&fvd=n4&v=3') format('woff'),
        url('https://use.typekit.net/af/1c7c77/00000000000000007735a731/31/a?subset_id=2&fvd=n4&v=3') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --body: #FFFFFF;
    --black: #000000;
    --white: #FFFFFF;
    --theme: #003c45;
    --theme2: #70A6B1;
    --theme3: rgba(194, 150, 67, 0.35);
    --header: #000000;
    --header1: #232323;
    --text: #ededf1;
    --text2: #888888;
    --text3: #D9D9D9;
    --text4: #555555;
    --title: #343434;
    --title2: #a1a1a1;
    --gray1: #F6F6F6;
    --border: #C3C0BD;
    --border2: #E5E5E5;
    --bg: #F4EEE5;
    --bg2: #FEFCFA;
    --bg3: #F3F3F3;
    --bg4: #E8EAEE;
    --bg5: #F6F4F2;
    --bg6: #0A111E;
    --white2: rgba(255, 255, 255, 0.84);
    --white3: rgba(255, 255, 255, 1);
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    --color-gradient-1: linear-gradient(102.27deg, #0E0E0E 0%, rgba(12, 10, 10, 0.88) 100%);
    --color-gradient-2: linear-gradient(102.27deg, #0E0E0E 0%, rgba(35, 35, 35, 0.29) 100%);
    --color-gradient-3: linear-gradient(76.78deg, #0E0E0E 2.09%, rgba(35, 35, 35, 0.29) 30.55%);
    --color-gradient-4: linear-gradient(96.78deg, #f8f7f7 2.09%, rgba(255, 255, 255, 0.29) 75.55%);
    --color-gradient-5: linear-gradient(96.78deg, #9c065b 2.09%, rgba(153, 7, 85, 0.886) 75.55%);
    --color-gradient-6: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #FF0000 100%);
    --color-gradient-7: linear-gradient(90deg, #FF9900 0%, #CC2500 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #faf8f5;
    /* background: #003c45 !important; */
    color: #4c4c4c;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
}

a {
    text-decoration: none !important;
}
/* Header */
.header {
    width: 100%;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(178deg, #003c45 0%, #00262c 100%);
    z-index: 999;
}

.logo img {
    height: 70px;
}

/* Desktop Nav */
.desktop-nav a {
    margin-left: 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: hypatia-sans-pro;
}

.desktop-nav a:hover {
    color: #a98d62;
}

/* Hamburger Icon */
.hamburger {
    width: 28px;
    cursor: pointer;
    display: none; /* hidden on desktop */
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin: 6px 0;
}

/* Mobile Fullscreen Menu */
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(178deg, #003c45 0%, #00262c 100%);
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    text-align: left;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
    z-index: 9999;
}

.mobile-nav a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 0;
    letter-spacing: 2px;
    font-family: hypatia-sans-pro;
}
.mobile-nav a:hover {
    color: #a98d62;
} 
.close-btn {
    font-size: 34px;
    cursor: pointer;
    margin-bottom: 40px;
}

/* Responsive */
@media(max-width: 768px) {
    .desktop-nav {
        display: none; /* hide desktop menu */
    }

    .hamburger {
        display: block; /* show hamburger on mobile */
    }
}

/* Active */
.mobile-nav.active {
    transform: translateX(0%);
}
/* Dropdown Desktop */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown > a {
    margin-left: 25px;
    /* font-size: 12px; */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #01343d !important;
    min-width: 150px;
    display: none;
    flex-direction: column;
    padding: 8px 0;
    border-radius: 3px;
}

.dropdown-menu a {
    color: #ffffff;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 0;
}

.dropdown-menu a:hover {
    background: #a98d62;
    color: #ffffffe1;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: flex;
}

/* MOBILE DROPDOWN */
.mobile-dropdown {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.mobile-dropdown > span {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 0;
}

.mobile-submenu {
    display: none;
    flex-direction: column;
    margin-left: 30px;
}

.mobile-submenu a {
    color: #ffffff;
    font-size: 15px;
    padding: 6px 0;
}

/* Toggle when mobile open */
.mobile-dropdown.open .mobile-submenu {
    display: flex;
}


/* HERO BASE */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 331px;
}

/* BACKGROUND IMAGE */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100%);
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}

/* HERO CONTENT */
.hero-content {
    color: #fff;
    max-width: 900px;
    padding: 0 20px;
    font-family: 'hypatia-sans-pro';
}

.hero-title {
    font-weight: 300;
    letter-spacing: .24em;
    font-size: 25px;
    font-family: 'hypatia-sans-pro';
    line-height: 1em;
    font-style: normal;
}

.hero-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
    font-family: 'Marcellus', serif;

    /* font-weight: 300; */
}

/* SEPARATOR LINES */


/* SCROLL DOWN BUTTON */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.scroll-down i {
    animation: bounce 2s infinite;
    cursor: pointer;
}

/* FADE IN */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* BOUNCE ICON */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

/* QUOTE SECTION */
.quote-section {
    padding: 60px 20px;
    text-align: center;
    background: #e3f8fb;
    /* background: linear-gradient(178deg, #003c45 0%, #012e35 100%); */
}

/* MAIN QUOTE — SCRIPT FONT */
.quote-section .quote {
    text-transform: none;
    font-weight: 400;
    letter-spacing: -.03em;
    font-size: 25px;
    font-family: 'mrleopold-pro';
    line-height: 1.3em;
    font-style: normal;
    color: #00262b;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 400;
}

/* AUTHOR */
.quote-section .author {
    margin-top: 18px;
    /* font-size: 12px;
    letter-spacing: 3px; */
    color: #999;
    /* text-transform: uppercase;
    font-weight: 400; */
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .24em;
    font-size: 11px;
    font-family: ff-meta-serif-web-pro;
    line-height: 3.6em;
    font-style: normal;
}


/* IMAGE SECTIONS */
.img-section {
    height: 205px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00313847;
}

.img-section h2 {
    position: relative;
    color: white;
    z-index: 2;
    font-weight: 300;
    letter-spacing: .24em;
    font-size: 25px;
    font-family: 'hypatia-sans-pro';
    line-height: 1em;
    font-style: normal;
}

/* TEXT BLOCK SECTION */
.text-block {
    /* background: linear-gradient(
170deg, #002227 0%, #003c45 100%); */
background: #e3f8fb;
    /* same off-white background */
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

/* INNER BOX WITH LINES */
.text-inner {
    max-width: 780px;
    margin: auto;
    padding: 40px 20px;
    position: relative;
}

/* TOP & BOTTOM THIN LINES */
.text-inner:before,
.text-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 25px 0;
}

/* TEXT STYLING */
.text-inner p {
    margin: 0 0 18px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
    color: #003138;
}

/* FOOTER */
.footer {
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(178deg, #003c45 0%, #00262c 100%);
}

 
.footer .social {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.footer .social li {
    margin: 0 10px;
}

.footer .social a {
    width: 50px;
    height: 50px;
    border: 1px solid #bea476;
    color: #bea476;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;   
    font-size: 20px;
    transition: 0.3s;
}

.footer .social a:hover {
    background: #bea476;
    color: #ffffff;
}

.footer p {
    margin-top: 25px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
    /* color: #8c8c8c; */
    color: #ffffffb3;
    margin-bottom: 0;
}
.footer  a {
    margin-top: 25px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
    /* color: #8c8c8c; */
    color: #ffffffb3;
    margin-bottom: 0;
}
.footer  a:hover{ 
    color: #bea476; 
}
/* stories */

.stories-section {
    background: #e3f8fb;
    padding: 35px 60px;
    text-align: center;
    font-family: 'hypatia-sans-pro';
}

.stories-title {
    letter-spacing: .25em;
    font-size: 18px;
    font-weight: 400;
}
.stories-subtitle {
    font-weight: 300;
    margin-top: 8px;
    color: #adadad;
    /* color: #002f36; */
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 20px;
    font-family: hypatia-sans-pro;
    line-height: 1em;
}

.stories-line {
    width: 300px;
    height: 1px;
    background: #ccc;
    margin: 25px auto 50px;
    opacity: .5;
}

/* Default (Desktop) */
.stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-content: center;
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .stories-section {
        padding: 30px;
    }

    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .story-name {
        font-size: 16px;
    }

    .story-place,
    .story-desc {
        font-size: 14px;
    }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
    .stories-section {
        padding: 20px;
    }

    .stories-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .stories-title {
        font-size: 16px;
        letter-spacing: .15em;
    }

    .stories-subtitle {
        font-size: 15px;
        line-height: 1.4em;
    }

    .story-name {
        font-size: 16px;
    }

    .story-place,
    .story-desc {
        font-size: 13px;
    }

    .story-link {
        font-size: 11px;
        letter-spacing: .15em;
    }
}

.story-card img {
    width: 100%;
    height: auto;
    display: block;
}

.story-name {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 18px;
    font-family: brandon-grotesque;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
    /* color: #e7d2a4; */
    color: #5b5548;
}

.story-place {
    margin-top: 2px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1em;
    font-style: normal;
    color: rgb(0 0 0 / 61%);
    /* color: rgb(255 255 255 / 77%); */
}

.story-desc {
    /* font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 10px;
    color: #555; */
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1em;
    font-style: normal;
    color: rgba(135, 135, 135, .5);
}

.story-link {
    display: inline-block;
    /* margin-top: 12px; */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .24em;
    font-size: 12px;
    font-family: futura-pt;
    font-style: normal;
    color: #997c3d;
    /* color: #e7d2a4; */
    transition: color .15s ease-out;
    white-space: nowrap;
}

.story-link:hover {
    text-decoration: underline;
    color: rgb(151 148 120);
}



/* photobooks */

.photobooks-section {
    /* background: #faf8f5; */
    padding: 70px 40px;
    text-align: center;
}

.photobooks-title {
    font-family: 'hypatia-sans-pro';
    letter-spacing: .25em;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.photobooks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
    justify-content: center;
}

.photo-card img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-name {
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 18px;
    font-family: brandon-grotesque;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
    color: #525252;

}

@media(max-width: 992px) {
    .photobooks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .photobooks-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-content {
        max-width: 400px;
    }
}

/* wedding-story */

.wedding-story-section {
    /* background: #003c45; */
    background: #e3f8fb;
    padding: 80px 20px;
    text-align: center;
    color: #6d6d6d;
}

/* HEADER TEXT */
.ws-header {
    margin-bottom: 40px;
}

.ws-title {

    text-transform: none;
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 20px;
    font-family: Cinzel Decorative;
    line-height: 1.1em;
    font-style: normal;
    /* color: #ffe6b3; */
    color: #c79344;
}

.ws-couple {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
    /* color: #af9b74; */
    color: #7f7e7e;
}

.ws-location {
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 3px;
}

/* MAIN IMAGE */
.ws-image-wrap {
    max-width: 1100px;
    margin: 30px auto;
}

.ws-main-image {
    width: 100%;
    height: auto;
    display: block;
}

/* DESCRIPTION */
.ws-description {
    max-width: 1092px;
    margin: 40px auto;
    line-height: 1.7;
}

.ws-description p {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    font-family: calluna;
    line-height: 1.2em;
    font-style: normal;
    /* color: #ffffff9e; */
    color: #1c1c1c9e;
    text-align: justify;
    white-space: normal !important;
    margin-bottom: 20px;
}

/* SKYLINE */
.ws-skyline img {
    max-width: 800px;
    width: 90%;
    margin: 20px auto;
}

/* AUDIO PLAYER */
.ws-audio {
    margin: 30px auto;
    max-width: 600px;
}

.ws-song-info {
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    margin-top: 6px;
    color: #666;
}


.mySwiper {
    width: 100%;
    height: 400px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photobookSwiper {
    width: 100%;
    /* height: 651px; */
    background: #f4efe6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

}

.photobookSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

}

.photobookSwiper img {
    width: 100%;
    height: 100;
    object-fit: cover;
}




.photobook-container {
    padding: 60px;
    background: #faf8f5;
}

.BlogItem-title {
    margin: 0 0 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 20px;
    font-family: Cinzel Decorative;
    line-height: 1.1em;
    font-style: normal;
    color: #525252;
    order: 2;
}

.section-title {
    letter-spacing: 3px;
    font-family: serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .24em;
    font-size: 25px;
    font-family: hypatia-sans-pro;
    line-height: 1em;
    font-style: normal;
    color: #ffffff;
}

/* Card container */
.video-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* Thumbnail */
.video-thumb {
    height: 223px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Overlay always visible */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
    pointer-events: none;
}

/* Play icon */
.play-btn {
    font-size: 52px;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

/* Title */
.video-title {
    color: white;
    font-family: Georgia, serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

/* Player */
iframe {
    width: 100%;
    height: 223px;
    border: none;
}

.dividers {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
    max-width: 891px;
    margin: auto;
}

.ws-gallery-title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -.01em;
    font-size: 17px;
    font-family: brandon-grotesque;
    line-height: .9em;
    font-style: normal;
    /* color: #ffffffc2; */
    color: #977c48;
}

.container-fluid {
    max-width: 886px;
}

.gallery-img {
    width: 100%;
    height: 203.75px;
    object-fit: cover;
    cursor: pointer;
    transition: .3s;
}

/* .gallery-img:hover {
    opacity: .85;
    transform: scale(1.02);
} */

/* Lightbox Fullscreen Fix */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Swiper inside Lightbox */
.lightSwiper {
    width: 70vw;
    height: 90vh;
}

.lightSwiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 45px;
    color: white;
    cursor: pointer;
    z-index: 100000;
}

.swiper-button-prev,
.swiper-button-next {
    color: white !important;
}

.stats-card {
background: #e3f8fb;
    padding: 20px 20px;
    color: #003138;
    border-radius: 10px;
    transition: 0.3s;
    /* box-shadow: 0 0 10px #ffffff3b; */
    border: 1px solid #e3f8fb;
}

.stats-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px #045f6d6e;

}

.stats-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.stats-card h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.label-text {
    font-size: 18px;
    font-style: italic;
    margin-top: 5px;
}

.testimonial-section {
    position: relative;
    width: 100%;
    height: auto;
}

.testimonial-section .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.45); */
}

.swiper-slide>.row {
    position: relative;
    z-index: 2;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

/* 
.services-section {
    background: #fff;
} */

.service-circle {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.service-link {
    display: block;
    text-decoration: none;
}

.service-link h5 {
    pointer-events: none;
    /* text hover issue avoid */
}

.service-circle img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-overlay h5 {
    color: #fff;
    font-family:  hypatia-sans-pro;
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
}

.line {
    position: absolute;
    border-color: #d4af37;
    transition: all 0.6s ease;
}

.line.tl {
    top: 28%;
    left: 25px;
    width: 75px;
    height: 75px;
    border-top: 6px solid #d8c192;
    border-left: 6px solid #d8c192;
}

.line.br {
    bottom: 28%;
    right: 25px;
    width: 75px;
    height: 75px;
    border-bottom: 6px solid #d8c192;
    border-right: 6px solid #d8c192;
}

.service-circle:hover .line.tl {
    width: calc(100% - 50px);
    height: calc(100% - 56%);
}

.service-circle:hover .line.br {
    width: calc(100% - 50px);
    height: calc(100% - 56%);
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.fix {
    overflow: hidden;
}

.testimonils-wrapper {
    padding: 100px 30px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 9;
    margin-top: 10px;
}

.classh3 {
    color: #c29643;
    font-weight: bold !important;
}

@media (max-width: 1199px) {
    .testimonils-wrapper {
        padding: 100px 30px;
    }
}

@media (max-width: 991px) {
    .testimonils-wrapper {
        padding: 70px 30px;
    }
}

@media (max-width: 767px) {
    .testimonils-wrapper {
        padding: 70px 30px;
    }
}

.testimonils-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to left, var(--black) 0%, var(--black) 100%);
    opacity: 0.5;
}

.testimonils-wrapper .testimonial-image-items {
    position: relative;
}

.testimonils-wrapper .testimonial-image-items .testimonial-image {
    max-width: 90%;
    height: 330px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .testimonils-wrapper .testimonial-image-items .testimonial-image {
        max-width: 90%;
        height: 330px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .testimonils-wrapper .testimonial-image-items .testimonial-image {
        max-width: 90%;
        height: 330px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .testimonils-wrapper .testimonial-image-items .testimonial-image {
        text-align: center;
        margin: 0 auto;
    }
}

.testimonils-wrapper .testimonial-content {
    margin-top: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonils-wrapper .testimonial-content .icon {
    color: var(--border);
    font-size: 36px;
}

.testimonils-wrapper .testimonial-content p {
    font-weight: 500;
    color: var(--border);
    font-size: 16px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonils-wrapper .testimonial-content p {
        font-size: 14px;
    }
}

.testimonils-wrapper .testimonial-content .client-info h5 {
    font-size: 18px;
    color: var(--border);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonils-wrapper .testimonial-content .client-info h5 {
        font-size: 16px;
    }
}

.testimonils-wrapper .array-button {
    margin-top: 60px;
}

.testimonils-section-2 {
    padding: 100px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .testimonils-section-2 {
        height: 850px;
    }
}

@media (max-width: 767px) {
    .testimonils-section-2 {
        height: 650px;
    }
}

.testimonils-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white2);
    opacity: 0.5;
}

.testimonils-section-2 .section-title {
    margin-top: 220px;
}

@media (max-width: 991px) {
    .testimonils-section-2 .section-title {
        margin-top: -8px;
    }
}

.testimonils-section-2 .section-title span {
    color: var(--header1);
    z-index: 999;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .testimonils-section-2 .section-title span {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .testimonils-section-2 .section-title h2 {
        font-size: 30px;
    }
}

.testimonils-section-2 .testimonils-items-info {
    background-color: var(--white);
    position: relative;
    margin-right: -340px;
    margin-top: 85px;
    align-items: center;
}

@media (max-width: 575px) {
    .testimonils-section-2 .testimonils-items-info {
        margin-left: -30px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items {
    gap: 10px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items {
        margin-left: -200px;
        margin: 0 auto;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonils-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonils-image img {
        display: none;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 500px;
}

@media (max-width: 991px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media (max-width: 575px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
    font-size: 52px;
    color: var(--theme);
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
        margin-bottom: 6px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
    font-weight: 400;
    font-size: 24px;
}

@media (max-width: 991px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
        font-size: 20px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--header1);
}

@media (max-width: 767px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content p {
        font-size: 14px;
        width: 450px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info {
    margin-top: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info {
        margin-top: 20px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--theme);
    left: 0;
    top: 25px;
    opacity: 0.5;
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
}

@media (max-width: 767px) {
    .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info h5 {
        font-size: 17px;
    }
}

.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info p {
    color: var(--header1);
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.testimonils-section-2 .array-button {
    left: -52%;
    top: -20%;
    position: relative;
}

@media (max-width: 991px) {
    .testimonils-section-2 .array-button {
        left: 2%;
        top: -93%;
    }
}

.testimonils-section-2 .array-button .array-prev {
    transition: all 0.4s ease-in-out;
}

.testimonils-section-2 .array-button .array-prev:hover {
    background-color: var(--header);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .testimonils-section-2 .array-button .array-prev {
        display: none;
    }
}

.testimonils-section-2 .array-button .array-next {
    transition: all 0.4s ease-in-out;
}

.testimonils-section-2 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .testimonils-section-2 .array-button .array-next {
        display: none;
    }
}

.text-blackcolor {
    color: var(--header);
}

.section-title span {
    color: var(--header1);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
    display: flex;
    align-items: center;
}

.array-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme);
    margin-right: 20px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border: none;
}

@media (max-width: 767px) {
    .array-button .array-next {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .array-button .array-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .array-button .array-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.array-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border: none;
}

@media (max-width: 575px) {
    .array-button .array-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.section-title {
    position: relative;
    z-index: 99;
    /* margin-bottom: 30px;
    margin-top: 50px; */
}

.testimonils-image {
    width: 374px;
    height: 438px;
}

.testimonils-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-title {
    font-size: 38px;
    font-family: "Playfair Display", serif;
}

.team-card {
background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0px 6px rgb(0 0 0 / 33%);
    transition: all 0.4s ease;
    height: 100%;
    border-radius: 10px;
}

.team-card:hover {
    transform: translateY(-10px);
        box-shadow: 0 0px 20px rgb(0 0 0 / 41%);
}

/* Image */
.team-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-bottom: 1px solid #000000;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.team-info {
    padding: 20px;
}

.team-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
}

.team-info span {
    font-size: 14px;
    color: #c29643;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Mobile */
@media (max-width: 575px) {
    .team-img {
        height: 280px;
    }
}