@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
    font-family: "br-sonoma";
    src: url("assets/fonts/br-sonoma/BRSonoma-Medium-BF654c45266edd1.otf") format("opentype");
}

@font-face {
    font-family: "roobert";
    src: url("assets/fonts/roobert/RoobertMonoTRIAL-Medium-BF67243fd28915a.otf") format("opentype");
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

:root {
    --font-roobert: 'roobert';
    --font-br-sonoma: 'br-sonoma';
    --font-montserrat: 'Montserrat', sans-serif;
    --font-playfair: "Playfair Display", serif;
}


.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.parent {
    max-width: 1920px;
    margin: 0 auto;
}

.section {
    margin: 30px 0px;
}

.main-container {
    padding-left: 100px;
    padding-right: 100px;
}

.main-container-two {
    padding-left: 130px;
    padding-right: 130px;
}

#technology {
    padding: 70px 130px;
}

.b-12 {
    padding: 70px 130px;
}

.p-117 {
    padding: 117px;
}

.application {
    padding: 35px 130px;
}

.effect-summary {
    padding: 0px 130px 0px 130px;
}

.footer-custom {
    padding: 40px 0;
}

.p-about {
    padding-right: 217px;
}

/* /// PADDINGs END /// */


.header-line-vertical {
    width: 1px;
    height: 125px;
    top: -230px;
    left: 50%;
    background: #000;
}

.third-text {
    font-family: var(--font-br-sonoma);
    font-weight: normal !important;
    font-size: 18px;
    letter-spacing: 0%;
}



.text-white a {
    /* Ensure links are white against the black background */
    color: white !important;
    text-decoration: none;
    transition: color 0.2s;
}

.text-white a:hover {
    /* Underline/color change on hover */
    text-decoration: underline;
}



/* Hamburger styling */
.hamburger-icon {
    width: 35px;
    height: auto;
    cursor: pointer;
}


.nav-item a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    margin-right: 20px;
}

/* .logo {
    top: 15%;
    left: 7%;
    position: absolute;
} */

.logo {
    max-width: 138px;
}

.footer-custom {
    padding: 40px 0;
    /* Vertical padding */
}

/* ////////////////// */



#header {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-title {
    font-family: "br-sonoma";
    font-weight: 600;
    font-size: 80px;
    letter-spacing: 0px;
    color: #F5F5F5;
    margin-top: 100px;
}

.header-subtitle {
    font-family: "br-sonoma";
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFFCC;
}

.catalog-btn {
    background-color: #5b0008;
    /* dark maroon like your sample */
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.nova-catalog-btn {
    background-color: #114A9F;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.nova-catalog-btn:hover {
    background-color: #114A9F;
    color: #fff;
}

.nova-eyes-catalog-btn {
    background-color: #004749;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.nova-eyes-catalog-btn:hover {
    background-color: #004749;
    color: #fff;
}

.hilo-plus-btn {
    background-color: #47234C;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.hilo-plus-btn:hover {
    background-color: #47234C;
    color: #fff;
}

.novafill-btn {
    background-color: #E66E20;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.novafill-btn:hover {
    background-color: #E66E20;
    color: #fff;
}

.novafill-deep-btn {
    background-color: #73AFAF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.novafill-deep-btn:hover {
    background-color: #73AFAF;
    color: #fff;
}

.novafill-volume-btn {
    background-color: #8E7094;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.novafill-volume-btn:hover {
    background-color: #8E7094;
    color: #fff;
}

.catalog-btn:hover {
    background-color: #3b0006;
    color: #fff;
}

.korea-made {
    font-weight: 400;
    font-style: Italic;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 86px;
}

.button-main {
    gap: 100px;
}


/* //////////ABOUT */


.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-cover {
    background-size: cover !important;
}

h5 {
    font-family: var(--font-br-sonoma);
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
}

.styled-list li {
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    margin: 20px 0;

}

#about .styled-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #555555;
}

#about .styled-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

#about .styled-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #7b1a1a;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}

.application .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #555555;

}

.application .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.application .styled-list-two li::before {
    content: "";
    width: 20px;
    height: 20px;
/* background-image: url("../front/images/icon-img/tick.png"); */
background-image: url("../front/images/icon-img/tick.png");

    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}

#technology .styled-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #555555;

}

#technology .styled-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

#technology .styled-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #7b1a1a;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}


#about .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #555555;

}

#about .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

#about .styled-list-two li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../front/images/icon-img/tick.png");

    /* UPDATE your tick icon path */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}

#why-choose .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #555555;

}

#why-choose .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

#why-choose .styled-list-two li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../front/images/icon-img/tick.png");


    /* UPDATE your tick icon path */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}

.b-12-inner .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.b-12-inner .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: white;
}

.b-12-inner .styled-list-two li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}

.why-hilo .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.why-hilo .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.why-hilo .styled-list-two li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #01413E;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}

.why-aqua .styled-list-two {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.why-aqua .styled-list-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: white;
}

.why-aqua .styled-list-two li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #114A9F;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}

.nova-eyes .styled-list-three {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.nova-eyes .styled-list-three li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #555555;
}

.nova-eyes .styled-list-three li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #1D494A;
    /* dark red like screenshot */
    position: absolute;
    left: 0;
    top: 8px;
}

.icon-div p {
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-style: 'regular';
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    margin-top: 10px;
}

.icon-div.two span {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;

}

.technology-right h6 {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;

}

.technology-right p {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
}


.b-12-inner {
    background: linear-gradient(to right, #6E1721), #D42D3F;
    padding: 80px;
}

.b-12-inner img {
    top: -150px;
}

.why-aqua img {
    top: -274px;
}

.b-12-list-title {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0%;
    margin-top: 100px;
}

.application-title {
    font-family: var(--font-br-sonoma);
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #972A35;
    margin-bottom: 80px;
}

.application-subtitle {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0%;
    font-weight: 600;
}

.love-song {
    background-position: center;
    padding: 70px 270px;
}

.love-song-title {
    font-family: var(--font-br-sonoma);
    font-weight: 700;
    font-style: Bold;
    font-size: 80px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.text-reddish {
    color: #972A35;
}

.text-skyblue {
    color: #5FCCD2 !important;
}

.bg-skyblue {
    background-color: #5FCCD2 !important;
}

.bg-skyblue-50 {
    background-color: #8DCDCD80 !important;
}

.text-bluish {
    color: #114A9F;
}

.text-gray {
    color: #555555 !important;
}

.text-greenish {
    color: #1D494A;
}

.text-indigo {
    color: #47234C !important;
}

.text-orange {
    color: #E66E20 !important;
}

.bg-indigo {
    background-color: #47234C !important;
}

.bg-indigo-50 {
    background-color: #46234C66 !important;
}

.bg-indigo-40 {
    background-color: #F8EFF7;
    padding: 120px;
}

.bg-violet {
    background-color: #B895BF !important;
}

.bg-violet-50 {
    background-color: #B895BF80 !important;
}

.bg-greenish {
    background-color: #1D494A;
}

.bg-pinkish {
    background-color: #E0CDA2;
}

.bg-nova {
    background-color: #EDC5A2;
}

.bg-novafill-deep {
    background: linear-gradient(to right, #B8DCDA, #C3E2DD) !important;
}

.bg-novafill-volume {
    background: linear-gradient(to right, #DAC4E1, #D7BFDD) !important;
}

.bg-orange {
    background-color: #EDC5A2 !important;
}

.bg-orange-two {
    background-color: #FF6E0D !important;
}

.vitamin {
    padding-left: 220px;
}


/* /// NOVA AQUA PAGE /// */

.nova-aqua {
    background-color: #465263;
}


.why-aqua img {
    margin-top: -183px;
}

.nova-aqua-title {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-style: Bold;
    font-size: 65px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.nova-aqua-subtitle {
    font-family: var(--font-roobert);
    font-weight: 500;
    font-size: 25px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #38BFE7;
}

.nova-about-title {
    /* font-family: var(--font-roobert); */
    font-family: var(--font-br-sonoma);
    font-weight: 700;
    font-style: bold;
    font-size: 45px;
    color: #000000;

    /* Ensure consistent text rendering */
    white-space: pre-line;
    /* or normal */
    word-spacing: normal;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
}

.nova-about-right {
    background-image: url('../front/images/nova-aqua/nova-about-right-bg.png');
}


.nova-about-sub {
    /* font-family: var(--font-roobert); */
    font-family: var(--font-br-sonoma);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #555555CC;
}

.composition-title {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #114A9F;
}

.composition-sub b {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-style: 'bold';
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.composition-sub p {
    font-family: var(--font-br-sonoma);
    font-weight: 400;
    font-style: 'regular';
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;

}

.benifits h6 {
    font-family: var(--font-br-sonoma);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #37BFE7;
    margin-top: 15px;
}

.benifits p {
    font-family: var(--font-br-sonoma);
    font-weight: 400;
    font-style: 'regular';
    font-size: 22px;
    line-height: 100%;
    color: #ffffff
}

.bg-benifit-one {
    background-color: #232D66;
    width: 100%;
}

.bg-benifit-two {
    background-color: #1C397D;
    width: 100%;
}

.bg-benifit-three {
    background-color: #114A9F;
    width: 100%;
}

.indications-title {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #1a4d7d;
    font-size: clamp(35px, 6vw, 60px);
}

.indication-text {
    font-family: var(--font-playfair);
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #333;
    font-size: clamp(18px, 4vw, 25px);
}



.indication-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bottom-hero-section {
    /* background-image: url('assets/front/images/nova-aqua/aqua-bottom.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 689px;
}

.bottom-hero-text {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-style: 'bold';
    font-size: 65px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
}


/* //////   NOVA EYES 1 //////// */


.nova-eyes-title {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-style: Bold;
    font-size: 65px;
    line-height: 117%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #1D494A;
}

.nova-eyes-subtitle {
    font-family: var(--font-br-sonoma);
    font-weight: 500;
    font-size: 25px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #465263;
}

.section-title {
    font-family: var(--font-playfair);
    font-weight: 700;
    font-style: bold;
    font-size: 60px;
    line-height: 122%;
    text-transform: uppercase;
    color: #1D494A;
}

.section-subtitle {
    font-family: var(--font-br-sonoma);
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1D494A;
}

.section-text {
    font-family: var(--font-br-sonoma);
    font-weight: 500;
    font-style: medium;
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #555555CC !important;
}

/* //////   NOVA EYES 1 //////// */

#treatment-protocol {
    background-color: #004749;
    padding: 140px;
}

.stand-out {
    width: 282px;
    height: 282px;
    border-radius: 100%;
    background-color: #41284C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.stand-out-title {
    font-family: var(--font-br-sonoma);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #E0CDA3;
}

.stand-out-desc {
    font-family: var(--font-montserrat);
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #E0CDA3;
}

.aftercare-subtitle {
    font-family: var(--font-br-sonoma);
    font-weight: 700;
    font-style: bold;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #004749;
}


/* // HILO 32 // */
.hilo {
    background-color: #01413E;
}

.hilo-plus {
    background-color: #47234C;
}

.italic-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Italic;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;

}

.noncross {
    background-color: #E8F0F2 !important;
}

.hilo-32-plus-noncross {
    background-color: #D2ACD9;
}

.list-circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #135940;
}

.circle-text {
    font-family: var(--font-br-sonoma);
    color: #555555;
    font-weight: 500;
    font-style: medium;
    font-size: 22px;
    line-height: 100%;

}

.hilo-protocol {
    background-color: #01413E;
}

.w-30 {
    width: 30%;
}

.nova-text {
    font-size: 20px;
}

.protocol-text {
    font-family: var(--font-br-sonoma);
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
}

.facial-subtitle {
    font-family: var(--font-br-sonoma);
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #01413E;
}

.facial-text {
    font-family: var(--font-br-sonoma);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #555555;
}

.cohesive {
    padding: 20px;
    border-radius: 20px;
}

.cohesive:hover {
    background-color: #EDC5A240;
}

.things {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDC5A2;
    padding: 40px;
    border-radius: 15px;
}

.things-deep {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8DCDCD;
    padding: 40px;
    border-radius: 15px;
}

.things-volume {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B895BF;
    padding: 40px;
    border-radius: 15px;
}

.line {
    height: 10px;
    background-color: #EDC5A2;
    width: 50%;
    border: none;
}

.line-deep {
    height: 10px;
    background-color: #8DCDCD;
    width: 50%;
    border: none;
}

.crossing-link {
    background-color: #EFF0F3;
    padding: 100px;
}

.bdde {
    padding: 100px 0px;
}




/* Mobile */
@media (max-width: 575.98px) {
    #treatment-protocol {
        padding: 40px;
    }

    .bottom-hero-text {
        font-size: 30px;
        padding-right: 100px;
    }

    .why-aqua img {
        margin-top: 0px;
    }

    .nova-about-title {
        font-size: 22px;
    }

    .button-main {
        gap: 12px;
    }

    .nova-aqua-title {
        font-size: 22px;
    }

    .main-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-container-two {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-main {
        gap: 10px;
    }

    .logo {
        max-width: 92px;

    }

    .love-song {
        padding: 20px;
    }

    #header .header-title {
        font-size: 34px;
    }

    #header .header-subtitle {
        font-size: 16px;
    }

    #technology {
        padding: 20px !important;
        background-image: url('images/bg-technology-mobile.png') !important;
    }

    .b-12 {
        padding: 20px !important;
    }

    .b-12-inner {
        padding: 20px !important;
    }

    .application {
        padding: 20px !important;
    }

    .effect-summary {
        padding: 20px !important;
    }

    #header {
        padding: 20px !important;
    }

    h5 {
        font-size: 36px !important;
    }

    .love-song-title {
        font-size: 36px;
    }

    #about {
        padding: 20px
    }

    .application-title {
        margin-bottom: 0;
    }

    .vitamin {
        background-image: url('../front/images/vitamin-2.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 64px 53px 10px 92px;
    }

    .vitamin h6 {
        font-size: 25px;
    }

    .vitamin p {
        font-size: 16px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-container-two {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-main {
        gap: 10px;
    }

    #mainNav {
        display: none !important;
    }

    .love-song {
        padding: 70px 70px;
    }

    .love-song h6 {
        font-size: 48px;
    }
}

/* For screens from 992px up to 1920px */
@media (min-width: 992px) and (max-width: 1653px) {

    .main-container,
    .main-container-two {
        padding-left: 50px;
        padding-right: 50px;
    }

    #header {
        height: 570px;
    }

    .header-title {
        font-size: 60px;
    }

    .header-subtitle {
        font-size: 16px;
    }

    .header-line-vertical {
        width: 1px;
        height: 125px;
        top: -230px;
        left: 50%;
        background: #000;
    }

    .p-about {
        padding-right: 83px;
    }

    h5 {
        font-size: 50px;
    }

    .third-text {
        font-family: var(--font-br-sonoma);
        font-weight: normal !important;
        font-size: 18px;
        letter-spacing: 0%;
    }

    .styled-list li {
        font-size: 14px;
        list-style: none;
        padding-left: 0;
    }

    .b-12-inner img {
        top: -50px;
    }
}


