@font-face {
    font-family: 'Sohne Breit';
    src: url('../font/SohneBreit-Buch.eot');
    src: url('../font/SohneBreit-Buch.eot?#iefix') format('embedded-opentype'),
        url('../font/SohneBreit-Buch.woff2') format('woff2'),
        url('../font/SohneBreit-Buch.woff') format('woff'),
        url('../font/SohneBreit-Buch.ttf') format('truetype');
    font-weight: 400l;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit';
    src: url('../font/SohneBreit-Kraftig.eot');
    src: url('../font/SohneBreit-Kraftig.eot?#iefix') format('embedded-opentype'),
        url('../font/SohneBreit-Kraftig.woff2') format('woff2'),
        url('../font/SohneBreit-Kraftig.woff') format('woff'),
        url('../font/SohneBreit-Kraftig.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit';
    src: url('../font/SohneBreit-Halbfett.eot');
    src: url('../font/SohneBreit-Halbfett.eot?#iefix') format('embedded-opentype'),
        url('../font/SohneBreit-Halbfett.woff2') format('woff2'),
        url('../font/SohneBreit-Halbfett.woff') format('woff'),
        url('../font/SohneBreit-Halbfett.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sohne Breit', sans-serif;
    color: #000000;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
    height: auto;
}

.page-wrap {
    background: #000;
    /* padding: 50px; */
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100vh;
}



.page-bg {
    background: url('../images/splash-new.jpg') no-repeat left bottom;
    background-size: cover;
    padding: 50px;
    overflow: hidden;
    transition: 0.4s background ease;
    height: 100%;
}

.page-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-bg.option_2 {
    background: url("../images/bg-latest.jpg") no-repeat center center, linear-gradient(152.65deg,
            rgba(225, 184, 111, 1) 5.062159150838852%,
            rgba(139, 114, 60, 1) 96.36455178260803%);
    background-size: cover;
}


.container {
    max-width: calc(1800px + 6%);
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
}


.coming-soon {
    margin-bottom: 50px;
}

.coming-soon h1 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header h2 {
    margin-top: 50px;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 13px;
    line-height: 1;
}



.img_wrap {
    position: relative;
}

.header {
    /* padding-top: 100px; */
    padding-top: 70px;
}

.content h3 {
    display: none;
}

.content-text-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.content-text {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    padding: 5px 0;
}

.content-text-list li:nth-child(5n+1) p {
    text-align: left;
}

.content-text-list li:nth-child(5n) p {
    text-align: right;
}


.content-text-list+.content-text-list {
    border-top: 10px solid #000000;
}


.launching {
    margin-top: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.launching p {
    font-size: 68px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.notify {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.notify a {
    width: auto;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #050505;
    text-align: center;
    font-weight: 500;
    border: 2px solid #000000;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

.fancybox__content {
    background-color: transparent !important;
    padding: 0 !important;
    width: 100%;
    max-width: 810px;
}

#notify-form .fancy-form {
    position: relative;
    background-image: url(../images/form-bg.jpg);
    background-size: cover;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 40px 40px 40px 50px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    font-family: 'Montserrat', Arial, sans-serif;
}

#notify-form h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #050505;
}

.fancy-fields {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 200px;
}

.fancy-fields div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fancy-fields label {
    font-size: 0.85rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-weight: 600;
}

.fancy-fields input,
.mc-field-group input {
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    background: transparent;
    padding: 8px 0 !important;
    font-weight: 600;
    font-size: 16px !important;
    outline: none !important;
    color: #050505;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    border-radius: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0 !important;
    margin-top: 6px !important;
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup .mc-field-group input {
    text-indent: 0 !important;
}

#mc_embed_signup .button {
    float: right;
    background: none;
    border: 2px solid #050505 !important;
    background-color: transparent !important;
    color: #050505 !important;
    border-radius: 20px !important;
    width: 142px !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.fancy-fields input:focus,
.fancy-fields input:active,
.mc-field-group input:focus,
.mc-field-group input:active {
    outline: none !important;
}

.fancy-fields input::placeholder,
.mc-field-group input::placeholder {
    color: #050505;
}

#mc_embed_signup .mc-field-group {
    width: 48.5% !important;
}

.mc-field-group-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 180px;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup .foot {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
}

.fancy-send {
    float: right;
    background: none;
    border: 2px solid #050505;
    color: #050505;
    border-radius: 20px;
    width: 142px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.fancy-send:hover {
    background: #050505;
    color: #fff;
}


.fancybox__content>.carousel__button.is-close {

    top: 21px !important;
    right: 15px !important;
    color: #000000 !important;
}

.carousel__button {
    background-image: url(../images/close.svg) !important;
    width: 40px !important;
    height: 40px !important;
    background-position: center !important;
    font-size: 0 !important;
    background-repeat: no-repeat !important;
}

.carousel__button svg {
    display: none !important;
}


.tank-you {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tank-you p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}


#mc_embed_signup {
    background-color: transparent !important;
}

#mc_embed_signup {
    width: 100% !important;
}

.indicates-required {
    display: none !important;
}

.content-text-list li:nth-of-type(2) {
    margin-left: -65px;
}

.content-text-list li:nth-of-type(4) {
    margin-right: -65px;
}

/* Responsive */
@media only screen and (max-width:1450px),
(min-width: 1400px) and (-webkit-device-pixel-ratio: 1.25) {
    .header {
        padding-top: 80px;
    }

}

/* ------------------Dec 19 Changes---------------- */
@media (min-width:1366px) and (max-width:1440px) {
    .header h2 {
        font-size: 33px;
    }

    .content-text {
        font-size: 24px;
    }

    .notify a {
        font-size: 20px;
    }

    .section_heading {
        font-size: 34px;
    }

    .para {
        font-size: 28px;
    }
}

/* ------------------Dec 19 Changes End --------------- */


@media (max-width: 1280px) {


    .header {
        padding-top: 80px;
    }

    .content-text {
        font-size: 22px;
    }

    .launching {
        margin-top: 240px;
    }

    .launching p {
        font-size: 58px;
    }

    /* .content-wrap {
        margin-top: 20px;
    } */

    .content-text-list+.content-text-list {
        border-top: 7px solid #000000;
    }

    .content-text-list li:nth-of-type(2) {
        margin-left: -50px;
    }

    .content-text-list li:nth-of-type(4) {
        margin-right: -50px;
    }

}

@media (max-width: 1024px) {
    .page-wrap {
        padding: 25px;
    }

    .page-bg {
        background: url('../images/splash-mob.jpg') no-repeat center;
        background-size: cover;
        padding: 50px 25px;
    }

    .content-text {
        padding: 0px;
        font-weight: bold;
    }

    .launching {
        margin-top: 200px;
    }

    .launching p {
        font-size: 42px;
    }

    .container {
        padding: 0 40px;
    }

    .content-wrap {
        display: flex;
    }

    .content-text-list {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        padding: 0px 20px;
    }

    .content-text-list li {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .content-text-list+.content-text-list {
        border-left: 5px solid #000000;
        border-top: 0px;
    }

    .content-text-list:nth-of-type(2) li {
        justify-content: flex-start;
    }

    .content h3 {
        display: block;
        font-size: 26px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }

    .coming-soon {
        display: none;
    }

    .header {
        padding-top: 250px;
    }

    .header h2 {
        margin-top: 20px;
        font-size: 30px;
    }

    .content-text-list li:nth-of-type(2) {
        margin-left: 0px;
    }

    .content-text-list li:nth-of-type(4) {
        margin-right: 0px;
    }

}

@media (max-width: 991px) {
    .launching p {
        font-size: 36px;
    }

    .fancy-fields {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .fancy-fields div {
        flex: 0 0 100%;
    }

    .fancy-fields {
        margin-top: 90px;
    }

    #notify-form .fancy-form {
        padding: 35px 35px 35px 40px;
    }

    .notify a {
        font-size: 18px;
    }

    #mc_embed_signup .mc-field-group {
        width: 100% !important;
    }

    .fancy-fields input,
    .mc-field-group input {
        font-size: 14px !important;
    }

    .mc-field-group-main {
        margin-top: 110px;
        row-gap: 10px;
    }

    #mc_embed_signup .button {
        width: 130px !important;
        height: 40px !important;
        line-height: 38px !important;
        font-size: 15px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 700px) {


    .content-text.color {
        color: #2C2E35;
    }

    .launching {
        margin-top: 100px;
    }

    .launching p {
        font-size: 28px;
    }


}

@media (max-width: 600px) {
    .content-text {
        font-size: 18px;
    }

    .content-text-list {
        padding: 0px 15px;
    }

    .content h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }


    .launching {
        margin-top: 80px;
    }

    .launching.less-margin {
        margin-top: 120px;
    }

    .launching p {
        font-size: 17px;
    }

    .content-text+.content-text {
        border-top: 4px solid transparent;
    }

    .notify {
        margin-top: 30px;
    }

    .notify a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .launching {
        flex-wrap: wrap;
    }

    .launching p {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    #notify-form .fancy-form {
        padding: 30px 20px 30px 20px;
    }

    .fancy-fields input {
        font-size: 15px;
    }

    #notify-form h2 {
        font-size: 20px;
    }

    .carousel__button {
        width: 30px !important;
        height: 30px !important;
    }

    .fancy-send {
        width: 115px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .page-wrap {
        padding: 15px;
    }

    .page-bg {
        padding: 50px 15px;
    }

    .content-text {
        font-size: 16px;
    }

    .header h2 {
        margin-top: 15px;
        font-size: 22px;
        letter-spacing: 10px;
        line-height: 1;
    }

    .header {
        padding-top: 200px;
    }

    .page-wrap {
        height: 93vh;
    }

}

@media (max-width: 400px) {

    .content-text {
        font-size: 15px;
    }

    .launching p {
        font-size: 15px;
    }

    .fancy-fields input {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .content-text {
        font-size: 12px;
    }

    .content-text-list {
        padding: 0px 5px;
    }
}


#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
}

#mc_embed_signup div.response {
    margin: 0 0 20px !important;
    padding: 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    color: #000 !important;
    z-index: 1;
    width: 100% !important;
    margin-bottom: 30px;
}

#mc_embed_signup div#mce-responses {
    margin: 0 !important;
}

input:focus {
    background-color: transparent !important;
    /* Remove any background color */
    outline: none !important;
    /* Remove the default focus outline */
}

#mc_embed_signup .mc-field-group input:focus,
#mc_embed_signup .mc-field-group input::selection,
#mc_embed_signup .mc-field-group input:active {
    background-color: transparent !important;
    /* Remove any background color */
    outline: none !important;
    /* Remove the default focus outline */
}

input:-webkit-autofill {
    background-color: transparent !important;
    /* Set to transparent or any color you prefer */
    color: inherit !important;
    /* Keeps the text color */
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
    /* Transparent background */
    color: inherit !important;
    /* Keeps the text color */
}

/* common classes */
.pt_100 {
    padding-top: 100px;
}

.pb_100 {
    padding-bottom: 100px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mt_25 {
    margin-top: 25px;
}

.para {
    font-family: 'Sohne Breit', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.section_heading {
    font-family: 'Sohne Breit', sans-serif;
    font-weight: 500;
    font-size: 36px;
}

@media (max-width: 768px) {
    .para {
        font-size: 15px;
        line-height: 1.2;
    }

    .section_heading {
        font-size: 22px;
    }

    .pt_100 {
        padding-top: 40px;
    }

    .pb_100 {
        padding-bottom: 40px;
    }

    .mt_100 {
        margin-top: 40px;
    }

    .mb_100 {
        margin-bottom: 40px;
    }


    .mb_30 {
        margin-bottom: 15px;
    }

    .mt_30 {
        margin-top: 15px;
    }

    .mb_25 {
        margin-bottom: 15px;
    }

    .mt_25 {
        margin-top: 15px;
    }

}


/* --- OUR STORY Section Styles --- */
.story_section {
    text-align: center;
    border-bottom: 2px solid #000;
}

.story_content {
    max-width: calc(1128px + 6%);
    margin: 0 auto;
    padding: 0 3%;
}

.story_heading {
    text-transform: uppercase;
    letter-spacing: 5%;
    color: #000000;
}









/* --- MEET THE TEAM Section Styles --- */

.team_header {
    text-align: center;
    max-width: calc(1266px + 6%);
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 auto;
}

.team-title {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 5%;
}

.team-member-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 500px;
    /* Set a minimum height for the rows on desktop */
}

.member-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    /* Padding for text box */
}

.member-name {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 5%;
}

.member-image-wrap {
    flex: 1;
    position: relative;
    height: auto;
    overflow: hidden;
}

.member-image-wrap img {
    transition: all 0.3s ease;
}

/* ----------dec 16 changes---------- */
.member-image-wrap:hover img {

    transform: scale(1.05);
}

@media (min-width: 1600px) {
    .member-image-wrap {
        height: 1080px;

    }
}

.member-image-wrap img {
    height: 100%;
    object-fit: cover;
}

.member-row-2 {
    flex-direction: row-reverse;
}

/* Hide mobile text overlay on desktop */
.member-text-mobile {
    display: none;
}

.team-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 0;
    margin: 30px 0;
}

.mob_show {
    display: none;
}

.mob_hide {
    display: block;
}


/* ----dec 16 changes---------- */
@media (min-width: 1400px) and (max-width:1480px) {
    .page-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header {
        /* padding-top: 100px; */
        padding-top: 70px;
    }

    .notify {
        margin-top: 35px;
    }

    .page-bg .content {
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .team-member-row {
        flex-direction: column;
        /* Stack columns on mobile/tablet */
        min-height: auto;
    }

    .member-info {
        display: none;
        /* Hide desktop text block on mobile/tablet */
    }

    .member-image-wrap {
        width: 100%;
        height: auto;
        /* min-height: 435px;
        max-height: 450px; */
        height: 435px;
        display: flex;
        align-items: flex-end;
        padding: 0 3%;
        margin-bottom: 20px;
    }

    .member-image-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    /* Mobile Text Overlay - Position Absolute */
    .member-text-mobile {
        display: block;
        position: relative;
        z-index: 2;
        padding: 20px;
        color: #ffffff;
        text-align: left;
        line-height: 1.2;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }

    /* Remove the divider line on mobile as images are stacked */
    .team-divider {
        display: none;
    }

    /* Ensure no flex-row-reverse on stacked mobile view */
    .member-row-2 {
        flex-direction: column;
    }

    .mob_hide {
        display: none;
    }

    .mob_show {
        display: block;
    }

    .member-image-wrap {
        min-height: 435px;
    }
}