* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-x: hidden
}

:root {
    --primary-color: #1e2a2e;
    --secondary-color: #fad171;
    --subtitle-color: #a8abae;
    --error: #c58079;
    --success: #a2c5bc;
    --info: #9cbfce;
    --white: #fff;
    --gray: #cbd2dc;
    --violet: #1d051e;
    --light-violet: #765df3;
    --error-form: #f44336
}

:root[data-theme=light] {
    --primary-text-color: #1e2a2e;
    --secondary-text-color: #535e62;
    --secondary-text-light-color: #8e9296;
    --secondary-text-dark-color: #747e8b;
    --stroke-line-color: #ebedef;
    --background: #fff;
    --background-light: #f4f5f6;
    --background-dark: #747e8b;
    --background-dark-gray: #253034;
    --background-light-gray: #293538
}

:root[data-theme=lightNew] {
    --primary-text-color: #1e2a2e;
    --secondary-text-color: #535e62;
    --secondary-text-light-color: #8e9296;
    --secondary-text-dark-color: #747e8b;
    --stroke-line-color: #ebedef;
    --background: #f7f7f7;
    --background-light: #f4f5f6;
    --background-dark: #747e8b;
    --background-dark-gray: #253034;
    --background-light-gray: #293538
}

:root[data-theme=dark] {
    --primary-text-color: #fff;
    --secondary-text-color: #747e8b;
    --secondary-text-light-color: #535e62;
    --secondary-text-dark-color: #7e898d;
    --stroke-line-color: #38434a;
    --background: #1e2a2e;
    --background-light: #293538;
    --background-dark: #253034
}

body {
    font-family: Segoe UI, -apple-system, Ubuntu, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary-text-color);
    overflow-x: hidden;
    background-color: var(--background)
}

button {
    font-family: var(--rubik-font)
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

ul {
    list-style: none;
    margin: 0
}

li {
    margin-bottom: 10px
}

p {
    margin: 0 0 20px
}

.header-menu__logo-link img {
    width: 150px;
}

.footer-contacts__logo-link img {
    width: 150px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: var(--primary-text-color)
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

.h0 {
    font-size: 32px;
    line-height: 42px
}

.h0, .h1 {
    font-family: var(--font-clash-display);
    letter-spacing: 1px;
    font-weight: 700
}

.h1 {
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase
}

.h2 {
    font-family: var(--font-clash-display);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px
}

.h2, .h3 {
    font-weight: 700
}

.h3 {
    font-size: 20px;
    line-height: 26px
}

.h4, .h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px
}

.h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.btn-primary-text {
    font-weight: 700
}

.btn-primary-text, .btn-secondary-text {
    font-family: var(--font-clash-display);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .5px
}

.btn-secondary-text {
    font-weight: 400
}

.link, .text {
    font-size: 16px;
    line-height: 24px
}

.text {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.privacy-link {
    text-decoration: underline;
    color: inherit
}

.wrapper {
    width: 100%;
    padding: 0 20px
}

section {
    width: 100%;
    padding: 50px 0
}

.desktop-only, .tablet-only {
    display: none
}

.mobile-only {
    display: initial
}

.hide {
    visibility: hidden
}

@media only screen and (min-width:768px) {
    .h0 {
        font-size: 54px;
        line-height: 66px
    }

    .h0, .h1, .h2 {
        letter-spacing: 2px
    }

    .h1, .h2 {
        font-size: 40px;
        line-height: 52px
    }

    .h3 {
        font-size: 24px;
        line-height: 32px
    }

    .wrapper {
        padding: 0 30px
    }

    section {
        padding: 100px 0
    }

    .mobile-only {
        display: none
    }

    .tablet-only {
        display: initial
    }
}

@media only screen and (min-width:1279px) {
    .h0 {
        font-size: 90px;
        line-height: 110px;
        letter-spacing: 3px
    }

    .h1 {
        font-size: 60px;
        line-height: 78px;
        letter-spacing: 2px
    }

    .h4 {
        font-size: 20px;
        line-height: 26px
    }

    .wrapper {
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto
    }

    section {
        padding: 100px 0
    }

    section.dark {
        padding: 100px 0
    }

    .tablet-only {
        display: none
    }

    .desktop-only {
        display: initial
    }
}

@font-face {
    font-family: ClashDisplayBold;
    src: url(../fonts/fonts/ClashDisplay-Bold.otf);
    format: ("opentype");
    font-weight: 700
}

@font-face {
    font-family: VampiroOne;
    src: url(../fonts/fonts/VampiroOne-Regular.ttf);
    format: ("opentype");
    font-weight: 400
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/fonts/Rubik-Bold.ttf);
    format: ("opentype");
    font-weight: 700
}

@font-face {
    font-family: PoppinsSemiBold;
    src: url(../fonts/fonts/Poppins-SemiBold.ttf);
    format: ("opentype");
    font-weight: 600
}

@font-face {
    font-family: PoppinsRegular;
    src: url(../fonts/fonts/Poppins-Regular.ttf);
    format: ("opentype");
    font-weight: 400
}

/* @font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/356abdd51b933898-s.woff2) format("woff2");
    unicode-range: U+06??, U+0750-077f, U+0870-088e, U+0890-0891, U+0897-08e1, U+08e3-08ff, U+200c-200e, U+2010-2011, U+204f, U+2e41, U+fb50-fdff, U+fe70-fe74, U+fe76-fefc, U+102e0-102fb, U+10e60-10e7e, U+10ec2-10ec4, U+10efc-10eff, U+1ee00-1ee03, U+1ee05-1ee1f, U+1ee21-1ee22, U+1ee24, U+1ee27, U+1ee29-1ee32, U+1ee34-1ee37, U+1ee39, U+1ee3b, U+1ee42, U+1ee47, U+1ee49, U+1ee4b, U+1ee4d-1ee4f, U+1ee51-1ee52, U+1ee54, U+1ee57, U+1ee59, U+1ee5b, U+1ee5d, U+1ee5f, U+1ee61-1ee62, U+1ee64, U+1ee67-1ee6a, U+1ee6c-1ee72, U+1ee74-1ee77, U+1ee79-1ee7c, U+1ee7e, U+1ee80-1ee89, U+1ee8b-1ee9b, U+1eea1-1eea3, U+1eea5-1eea9, U+1eeab-1eebb, U+1eef0-1eef1
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/1a4dd1d7cd3232ea-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/341baa6ce7a16e81-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/d70c23d6fe66d464-s.woff2) format("woff2");
    unicode-range: U+0307-0308, U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/0596140cb8d9223a-s.woff2) format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/c22ccc5eb58b83e1-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/356abdd51b933898-s.woff2) format("woff2");
    unicode-range: U+06??, U+0750-077f, U+0870-088e, U+0890-0891, U+0897-08e1, U+08e3-08ff, U+200c-200e, U+2010-2011, U+204f, U+2e41, U+fb50-fdff, U+fe70-fe74, U+fe76-fefc, U+102e0-102fb, U+10e60-10e7e, U+10ec2-10ec4, U+10efc-10eff, U+1ee00-1ee03, U+1ee05-1ee1f, U+1ee21-1ee22, U+1ee24, U+1ee27, U+1ee29-1ee32, U+1ee34-1ee37, U+1ee39, U+1ee3b, U+1ee42, U+1ee47, U+1ee49, U+1ee4b, U+1ee4d-1ee4f, U+1ee51-1ee52, U+1ee54, U+1ee57, U+1ee59, U+1ee5b, U+1ee5d, U+1ee5f, U+1ee61-1ee62, U+1ee64, U+1ee67-1ee6a, U+1ee6c-1ee72, U+1ee74-1ee77, U+1ee79-1ee7c, U+1ee7e, U+1ee80-1ee89, U+1ee8b-1ee9b, U+1eea1-1eea3, U+1eea5-1eea9, U+1eeab-1eebb, U+1eef0-1eef1
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/1a4dd1d7cd3232ea-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/341baa6ce7a16e81-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/d70c23d6fe66d464-s.woff2) format("woff2");
    unicode-range: U+0307-0308, U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/0596140cb8d9223a-s.woff2) format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/c22ccc5eb58b83e1-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/356abdd51b933898-s.woff2) format("woff2");
    unicode-range: U+06??, U+0750-077f, U+0870-088e, U+0890-0891, U+0897-08e1, U+08e3-08ff, U+200c-200e, U+2010-2011, U+204f, U+2e41, U+fb50-fdff, U+fe70-fe74, U+fe76-fefc, U+102e0-102fb, U+10e60-10e7e, U+10ec2-10ec4, U+10efc-10eff, U+1ee00-1ee03, U+1ee05-1ee1f, U+1ee21-1ee22, U+1ee24, U+1ee27, U+1ee29-1ee32, U+1ee34-1ee37, U+1ee39, U+1ee3b, U+1ee42, U+1ee47, U+1ee49, U+1ee4b, U+1ee4d-1ee4f, U+1ee51-1ee52, U+1ee54, U+1ee57, U+1ee59, U+1ee5b, U+1ee5d, U+1ee5f, U+1ee61-1ee62, U+1ee64, U+1ee67-1ee6a, U+1ee6c-1ee72, U+1ee74-1ee77, U+1ee79-1ee7c, U+1ee7e, U+1ee80-1ee89, U+1ee8b-1ee9b, U+1eea1-1eea3, U+1eea5-1eea9, U+1eeab-1eebb, U+1eef0-1eef1
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/1a4dd1d7cd3232ea-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/341baa6ce7a16e81-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/d70c23d6fe66d464-s.woff2) format("woff2");
    unicode-range: U+0307-0308, U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/0596140cb8d9223a-s.woff2) format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/c22ccc5eb58b83e1-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/356abdd51b933898-s.woff2) format("woff2");
    unicode-range: U+06??, U+0750-077f, U+0870-088e, U+0890-0891, U+0897-08e1, U+08e3-08ff, U+200c-200e, U+2010-2011, U+204f, U+2e41, U+fb50-fdff, U+fe70-fe74, U+fe76-fefc, U+102e0-102fb, U+10e60-10e7e, U+10ec2-10ec4, U+10efc-10eff, U+1ee00-1ee03, U+1ee05-1ee1f, U+1ee21-1ee22, U+1ee24, U+1ee27, U+1ee29-1ee32, U+1ee34-1ee37, U+1ee39, U+1ee3b, U+1ee42, U+1ee47, U+1ee49, U+1ee4b, U+1ee4d-1ee4f, U+1ee51-1ee52, U+1ee54, U+1ee57, U+1ee59, U+1ee5b, U+1ee5d, U+1ee5f, U+1ee61-1ee62, U+1ee64, U+1ee67-1ee6a, U+1ee6c-1ee72, U+1ee74-1ee77, U+1ee79-1ee7c, U+1ee7e, U+1ee80-1ee89, U+1ee8b-1ee9b, U+1eea1-1eea3, U+1eea5-1eea9, U+1eeab-1eebb, U+1eef0-1eef1
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/1a4dd1d7cd3232ea-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/341baa6ce7a16e81-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/d70c23d6fe66d464-s.woff2) format("woff2");
    unicode-range: U+0307-0308, U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/0596140cb8d9223a-s.woff2) format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Rubik_784dfb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../media/c22ccc5eb58b83e1-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
} */

@font-face {
    font-family: __Rubik_Fallback_784dfb;
    src: local("Arial");
    ascent-override: 88.38%;
    descent-override: 23.63%;
    line-gap-override: 0.00%;
    size-adjust: 105.79%
}

.__className_784dfb {
    font-family: __Rubik_784dfb, __Rubik_Fallback_784dfb;
    font-style: normal
}

.__variable_784dfb {
    --rubik-font: "__Rubik_784dfb", "__Rubik_Fallback_784dfb"
}

/* @font-face {
    font-family: __Montserrat_afec43;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/b56940d80fddaebf-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Montserrat_afec43;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/f2b5b57939015ea4-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Montserrat_afec43;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/692f97053c97ad82-s.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Montserrat_afec43;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/2a72e34cb7eaec0a-s.woff2) format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Montserrat_afec43;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../media/c0d4d818724e2828-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Montserrat_Fallback_afec43;
    src: local("Arial");
    ascent-override: 84.97%;
    descent-override: 22.03%;
    line-gap-override: 0.00%;
    size-adjust: 113.92%
}

.__className_afec43 {
    font-family: __Montserrat_afec43, __Montserrat_Fallback_afec43;
    font-weight: 400;
    font-style: normal
}

.__variable_afec43 {
    --montserrat-font: "__Montserrat_afec43", "__Montserrat_Fallback_afec43"
}

@font-face {
    font-family: __clashDisplay_dfdf97;
    src: url(../media/7152a0cfc14ee062-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: __clashDisplay_dfdf97;
    src: url(../media/a69f8631362c5b65-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: __clashDisplay_dfdf97;
    src: url(../media/d60c2bc883099b54-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 400
} */

@font-face {
    font-family: __clashDisplay_Fallback_dfdf97;
    src: local("Arial");
    ascent-override: 83.42%;
    descent-override: 23.43%;
    line-gap-override: 8.44%;
    size-adjust: 106.69%
}

.__className_dfdf97 {
    font-family: __clashDisplay_dfdf97, __clashDisplay_Fallback_dfdf97
}

.__variable_dfdf97 {
    --font-clash-display: "__clashDisplay_dfdf97", "__clashDisplay_Fallback_dfdf97"
}



/* 
.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
    align-items: flex-start;
}

.form-section {
    flex: 1 1 55%;
    min-width: 320px;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.form-section p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #bbbbbb;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex: 1 1 100%;
}

label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #dcdcdc;
}

input, textarea {
    background: transparent;
    border: 1px solid #3a3d40;
    padding: 12px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s;
}

input:focus, textarea:focus {
    border-color: #ffc85c;
    outline: none;
    box-shadow: 0 0 5px #ffc85c88;
}

input::placeholder, textarea::placeholder {
    color: #777;
}

.attach-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}

.attach-button:hover {
    background: #ffffff;
    color: #1c1f21;
}

.attach-button svg {
    width: 18px;
    height: 18px;
}

.submit-button {
    margin-top: 20px;
    padding: 15px 40px;
    background: #ffc85c;
    border: none;
    border-radius: 35px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #e6b64c;
}

.privacy-text {
    font-size: 13px;
    margin-top: 10px;
    color: #999;
}

.privacy-text a {
    color: #ffffff;
    text-decoration: underline;
}

.testimonial-section {
    flex: 1 1 40%;
    min-width: 320px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2a2d30;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-section .quote {
    font-size: 48px;
    color: #ffc85c;
    margin-bottom: 20px;
    line-height: 0.8;
}

.testimonial-text {
    font-size: 17px;
    color: #cccccc;
    margin-bottom: 30px;
    line-height: 1.6;
}

.rating {
    font-size: 20px;
    color: #ffc85c;
    margin-bottom: 25px;
    font-weight: bold;
}

.user-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
    border: 2px solid #ffc85c;
}

.user-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-title {
    font-size: 14px;
    color: #aaaaaa;
} */


.humburger {
    margin: 0;
    line-height: 0;
    padding: 0;
    display: none;
}

.humburger img {
    width: 40px;
    margin-left: 40px;
}



.humburger-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px;
    z-index: 9999;
    animation: humOpen 0.2s ease-in forwards;
    display: none;
}

@keyframes humOpen {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.swiper-pagination-bullet {
    display: none !important;
}

.humburger-closed{
    display: none;
}

.humburger-close {
    position: fixed;
    top: 0;
    left: 0; /* Important: stay at left 0 */
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px;
    z-index: 9999;
    animation: humClose 0.22s ease-in forwards; /* speed matching */
    display: none;
}

@keyframes humClose {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

  

.menu-overlay {}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
    /* adjust based on your logo */
}

.close-btn {
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    color: #1c2628;
}

.menu-nav {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
}

.menu-nav a {
    text-decoration: none;
    font-size: 48px;
    font-weight: 900;
    color: #1c2628;
}

.menu-nav a:hover {
    opacity: 0.7;
}



@media (max-width: 1279px) {
    .container {
        display: block;
        margin: 0rem 2.5rem;
    }

    .testimonial-section {
        display: none;
    }

    .submit-button {
        margin-top: 70px;
    }

    .humburger {
        display: block;
    }

    .humburger-open {
        display: block;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    form {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .menu-nav a {
        text-decoration: none;
        font-size: 35px;
        font-weight: 800;
        color: #1c2628;
    }

    .menu-nav {
        gap: 25px;
    }

    .swiper-wrapper {
        padding-bottom: 30px;
    }
}

@media (max-width: 766px) {
    .humburger {
        display: block;
    }
}


@media (max-width: 425px) {
    .container {
        display: block;
        margin: 0rem 0rem;
    }

    .form-section {
        flex: unset;
        min-width: unset;
        margin: 0rem 1.5rem
    }

    .form-section h2 {
        font-size: 30px;
    }

    .submit-button {
        margin-top: 30px;
        width: 100%;
    }

    section {
        width: unset;
        padding: 50px 0
    }

    .humburger img {
        width: 35px;
        margin-left: 40px;
    }

}





/* about */

/* Adjust the width of badge container */
/* .new-awards__badge-container {
    width: 110px !important;
  }
   */
  /* Ensure swiper-slide has auto height */
  .swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto !important;
  }
  
  /* Optionally, flex the swiper-slide content */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  
  .custom-form-container {
    background: #fff;
    padding: 40px; /* Slightly bigger padding */
    border: 2px dashed #ccc;
    position: relative;
    max-width: 700px; /* Slightly wider */
    margin: 0 auto;
  }
  
  .custom-form-container::before,
  .custom-form-container::after {
    content: '';
    position: absolute;
    width: 14px; /* Bigger squares */
    height: 14px;
    background-color: #ffd86a;
    border: 2px solid #000;
  }
  
  .custom-form-container::before {
    top: -10px;
    left: -10px;
  }
  
  .custom-form-container::after {
    bottom: -10px;
    right: -10px;
  }
  
  .custom-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px; /* More gap between sections */
  }
  
  .custom-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* More gap between fields */
    align-items: end;
  }
  
  .custom-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .custom-full-width {
    flex: 2;
  }
  
  .custom-attach-cv {
    display: flex;
    align-items: flex-end;
  }
  
  label {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px; /* Bigger label text */
  }
  
  input[type="text"],
  input[type="email"] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 14px 8px; /* Bigger padding */
    font-size: 18px; /* Bigger input text */
    color: #666;
  }
  
  input[type="text"]::placeholder,
  input[type="email"]::placeholder {
    color: #aaa;
  }
  
  .custom-attach-btn {
    border: 1px solid #333;
    border-radius: 35px;
    padding: 7px 28px;
    background: #fff;
    cursor: pointer;
    font-size: 18px; /* Bigger attach button text */
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .custom-attach-btn:hover {
    background-color: #f0f0f0;
  }
  
  .custom-privacy-text {
    font-size: 16px; /* Bigger privacy text */
    color: #555;
  }
  
  .custom-privacy-text a {
    color: #333;
    text-decoration: underline;
  }
  
  .custom-send-btn {
    background: #ffd86a;
    border: none;
    padding: 18px 36px; /* Bigger send button */
    font-size: 20px; /* Bigger send text */
    font-weight: bold;
    border-radius: 35px;
    cursor: pointer;
    width: fit-content;
  }
  
  .custom-send-btn:hover {
    background: #ffcb4a;
  }
  
  

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
    align-items: flex-start;
}

.form-section {
    flex: 1 1 55%;
    min-width: 320px;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.form-section p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #bbbbbb;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex: 1 1 100%;
}

label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #000000;
}

input, textarea {
    background: transparent;
    border: 1px solid #3a3d40;
    padding: 12px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s;
}

input:focus, textarea:focus {
    border-color: #ffc85c;
    outline: none;
    box-shadow: 0 0 5px #ffc85c88;
}

input::placeholder, textarea::placeholder {
    color: #777;
}

.attach-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 30px;
    background: transparent;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}

.attach-button:hover {
    background: #ffffff;
    color: #1c1f21;
}

.attach-button svg {
    width: 18px;
    height: 18px;
}

.submit-button {
    margin-top: 20px;
    padding: 15px 40px;
    background: #ffc85c;
    border: none;
    border-radius: 35px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #e6b64c;
}

.privacy-text {
    font-size: 13px;
    margin-top: 10px;
    color: #999;
}

.privacy-text a {
    color: #ffffff;
    text-decoration: underline;
}

.testimonial-section {
    flex: 1 1 40%;
    min-width: 320px;
    padding: 40px 30px;
    background-color: rgb(35, 42, 35);
    /* border: 1px solid #2a2d30; */
    border-radius: 20px;
    backdrop-filter: blur(8px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-section .quote {
    font-size: 48px;
    color: #ffc85c;
    margin-bottom: 20px;
    line-height: 0.8;
}

.testimonial-text {
    font-size: 17px;
    color: #cccccc;
    margin-bottom: 30px;
    line-height: 1.6;
}

.rating {
    font-size: 20px;
    color: #ffc85c;
    margin-bottom: 25px;
    font-weight: bold;
}

.user-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
    border: 2px solid #ffc85c;
}

.user-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* .user-title {
    font-size: 14px;
    color: #aaaaaa;
} */


.humburger {
    margin: 0;
    line-height: 0;
    padding: 0;
    display: none;
}

.humburger img {
    width: 40px;
    margin-left: 40px;
}



.humburger-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px;
    z-index: 9999;
    animation: humOpen 0.2s ease-in forwards;
    display: none;
}

@keyframes humOpen {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.swiper-pagination-bullet {
    display: none !important;
}

.humburger-closed{
    display: none;
}

.humburger-close {
    position: fixed;
    top: 0;
    left: 0; /* Important: stay at left 0 */
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px;
    z-index: 9999;
    animation: humClose 0.22s ease-in forwards; /* speed matching */
    display: none;
}

@keyframes humClose {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

  

.menu-overlay {}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
    /* adjust based on your logo */
}

.close-btn {
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    color: #1c2628;
}

.menu-nav {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
}

.menu-nav a {
    text-decoration: none;
    font-size: 48px;
    font-weight: 900;
    color: #1c2628;
}

.menu-nav a:hover {
    opacity: 0.7;
}

.size-range-graph__canvas{
    column-gap: 72px;
}
  
.size-range-graph-descriptions{
    column-gap: 72px;
}
.cursor-noraml{
    display: none;
}


@media (max-width: 1279px) {
    .container {
        display: block;
        margin: 0rem 2.5rem;
    }

    .testimonial-section {
        display: none;
    }

    .submit-button {
        margin-top: 70px;
    }

    .humburger {
        display: block;
    }

    .humburger-open {
        display: block;
    }

    .size-range-graph__canvas{
        column-gap: 42px;
    }

    .size-range-graph-descriptions{
        column-gap: 42px;
    }
      
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    form {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .menu-nav a {
        text-decoration: none;
        font-size: 35px;
        font-weight: 800;
        color: #1c2628;
    }

    .menu-nav {
        gap: 25px;
    }

    .swiper-wrapper {
        padding-bottom: 30px;
    }

    .size-range-graph__canvas{
        column-gap: 8px;
    }

    .size-range-graph-descriptions{
        column-gap: 8px;
    }

    .cursor-moment{
    display: none;
    }

    .cursor-noraml{
        display: block;
    }
}

@media (max-width: 766px) {
    .humburger {
        display: block;
    }
}


@media (max-width: 425px) {
    .container {
        display: block;
        margin: 0rem 0rem;
    }

    .form-section {
        flex: unset;
        min-width: unset;
        margin: 0rem 1.5rem
    }

    .form-section h2 {
        font-size: 30px;
    }

    .submit-button {
        margin-top: 30px;
        width: 100%;
    }

    /* section {
        width: unset;
        padding: 50px 0
    } */

    .humburger img {
        width: 35px;
        margin-left: 40px;
    }

}




@media (max-width:767px){
    .custom-form-row {
        display: block;
        flex-wrap: wrap;
        gap: 25px;
        align-items: end;
    }
    .custom-attach-btn {
margin-top: 15px;
    }
}

@media (max-width:375px){

.custom-form-container {
    background: #fff;
    padding: 20px;
}

.custom-send-btn {
    background: #ffd86a;
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 35px;
    cursor: pointer;
    width: fit-content;
}
}

@media (max-width:359px){
    .custom-form-container {
        padding: 10px;
    }
    }



    