@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

a:not([class]):hover {
    text-decoration-line: underline;
}

a {
    text-decoration: none;
}

.wrap {
    word-wrap: break-word;
}

/* Make images easier to work with */
img,
picture {
    width: -webkit-fill-available;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wobble {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-1deg);
    }
    50% {
        transform: rotate(1deg);
    }
    75% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes jump {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(0);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* ===================Font=========== */

.number-list {
    color: #333;
    font-size: 20px;
}

.number-list ol {
    margin: 0;
    padding-left: 30px;
}

.с-list {
    color: #333;
    font-size: 20px;
}

.с-list ul {
    margin: 0;
    padding-left: 30px;
}

:root {
    --font-family: "Montserrat", sans-serif;
    --color-text: #1E1E1E;
    --color-background: #1E1E1E;
    --color-hover: #393939;
    --color-text-gray: #6C6A6A;
    --color-bg-silver: #F5F5F5;
    --color-primary: #73A262;
}

.palette-one {
    --color-primary: #73A262 !important;
}

.icy-black-aura {
    --color-primary: #6400D0 !important;
}

.palette-three {
    --color-primary: #76004B !important;
}

.palette-four {
    --color-primary: #009D95 !important;
}

.palette-five {
    --color-primary: #B4840A !important;
}

.palette-six {
    --color-primary: #0600AC !important;
}

body {
    font-family: var(--font-family);
    color: var(--color-text);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    width: 100%;
    overflow-x: hidden;
    line-height: normal;
    background-color: #FFF;
}

.dusty-rose {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.fawn-brown {
    position: relative;
}

/* ================== HERO START ================== */

.gilded-brown-sheen {

}

.papayawhip-white {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 35px;
    border-radius: 50px;
    height: 675px;
    margin: 38px 0 70px 0;
    overflow: hidden;
}

.papayawhip-white img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* щоб картинка була позаду контенту */
    border-radius: 50px;
}

.neon-cyan-light {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 1000px;
    border-radius: 52px;
    background: #FFF;
    width: 100%;
    padding: 4px;
    max-height: 80px;
}

.icy-gray-light {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(65% + 20px);
    width: 100%;
}

.yellowgreen-green {
    color: var(--color-text);
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 500;
}

.prism-purple-aura {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 70px;
    border-radius: 52px;
    background: var(--color-background);
    transition: all 0.3s ease;
}

.prism-purple-aura:hover {
    background: var(--color-hover);
}

@media (max-width: 768px) {

    .neon-cyan-light {
        max-height: 60px;
    }

    .papayawhip-white {
        height: 500px;
    }

    .yellowgreen-green {
        font-size: 20px;
    }

    .icy-gray-light {
        max-width: calc(70% + 20px);
    }

    .prism-purple-aura {
        width: 90px;
        height: 55px;
    }
}

@media (max-width: 568px) {
    .papayawhip-white {
        margin: 19px 0px 25px 0px;
        padding: 14px;
        height: 300px;
        border-radius: 30px;
    }

    .neon-cyan-light {
        max-height: 44px;
    }

    .icy-gray-light {
        max-width: calc(65% + 20px);
    }

    .yellowgreen-green {
        font-size: 14px;
    }

    .prism-purple-aura {
        height: 40px;
        width: 68px;
        min-width: 68px;
    }

    .prism-purple-aura svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 440px) {
    .icy-gray-light {
        max-width: 75%;
        gap: 15px;
    }
}

@media (max-width: 380px) {
    .icy-gray-light {
        max-width: 85%;
    }
}

@media (max-width: 350px) {
    .icy-gray-light {
        max-width: 100%;
    }
}

/* ================== HERO END ================== */


/* ================== CARDS START ================== */

.alice-blue {
}

.magenta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding: 70px 0px;
}

.mulberry-purple {
    color: var(--color-text);
    font-family: var(--font-family);
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

.velvet-brown-glow {
    padding: 81px 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
    border-radius: 30px;
    background: var(--color-bg-silver);
}

.velvet-brown-glow p {
    text-align: center;
    color: var(--color-text-gray);
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 500;
    max-width: 377px;
}

.turquoise-blue {
    display: flex;
    justify-content: left;
    max-width: 100%;
    width: 100%;
}

.turquoise-blue span {
    height: 2px;
    width: 50%;
    background-color: var(--color-background);
}

.shadow-blue-wave {
    display: flex;
    justify-content: right;
    max-width: 100%;
    width: 100%;
}

.shadow-blue-wave span {
    height: 2px;
    width: 50%;
    background-color: var(--color-background);
}

@media (max-width: 768px) {

    .magenta {
        gap: 25px;
        padding: 25px 0px 20px 0px;
    }

    .mulberry-purple {
        font-size: 30px;
    }

    .velvet-brown-glow {
        padding: 33px 19px;
    }

}

@media (max-width: 568px) {

    .mulberry-purple {
        text-align: left;
    }

    .velvet-brown-glow p {
        text-align: left;
        max-width: 100%;
        font-size: 14px;
    }

}

/* ================== CARDS END ================== */


/* ================== GREEN START ================== */

.frozen-purple-mist {
}

.frozen-brown-aura {
    padding: 70px 0px;
}

.forest-green {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 19px;
    border-radius: 30px;
    background: var(--color-primary);
    width: 100%;
}

.forest-green p {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 991px;
}

@media (max-width: 768px) {

    .frozen-brown-aura {
        padding: 25px 0px;
    }

    .forest-green {
        padding: 24px 19px;
    }

    .forest-green p {
        font-size: 18px;
    }

}

@media (max-width: 568px) {

    .forest-green p {
        font-size: 14px;
    }

}

/* ================== GREEN END ================== */


.periwinkle-violet {
}

.pecan-brown {
    display: flex;
    gap: 119px;
    padding: 70px 0px;
}

.cosmic-white-flare {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 50%;
}

.marble-red-aura {
    color: var(--color-text);
    font-family: var(--font-family);
    font-size: 45px;
    font-weight: 500;
}

.gilded-red-mist {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 50%;
}

.gilded-red-mist::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88px;
    height: 88px;
    background: url('/./wp-content/uploads/images/koma.svg');
}

.volcano-orange-light {
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    overflow: hidden;
}

.lunar-white-shine {
    color: var(--color-primary);
}

.gilded-red-flare p {
    text-align: left;
}

@media (max-width: 767px) {
    .pecan-brown {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 25px 0px;
    }

    .cosmic-white-flare {
        justify-content: center;
        align-items: center;
        gap: 25px;
        width: 100%;
    }

    .marble-red-aura {
        font-size: 30px;
    }

    .gilded-red-mist {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 14px;
        max-width: 540px;
        width: 100%;
    }

    .gilded-red-mist::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 88px;
        height: 88px;
        background: url('././wp-content/uploads/images/koma.svg');
        background-size: cover;
    }

    .gilded-yellow-glow {
        flex-direction: column-reverse;
    }


}

@media (max-width: 568px) {
    .gilded-red-mist::after {
        width: 80px;
        height: 80px;
    }

    .volcano-orange-light {
        border-radius: 30px;
    }

    .lunar-white-shine svg {
        width: 155px;
    }
}


.coffee-brown {
}

.fern-green {
    display: flex;
    gap: 120px;
    padding: 70px 0px;
}

.twilight-white-shade {
    border-radius: 30px;
    border: 1px solid var(--color-primary);
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.volcano-yellow-glow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    width: 50%;
}

.twilight-blue-glow {
    color: var(--color-text);
    font-family: var(--font-family);
    font-size: 45px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .fern-green {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 25px 0px;
    }

    .volcano-yellow-glow {
        justify-content: center;
        align-items: center;
        gap: 25px;
        width: 100%;
    }

    .twilight-blue-glow {
        font-size: 30px;
    }

    .twilight-white-shade {
        max-width: 540px;
        width: 100%;
    }

    .shadow-black-shade {
        flex-direction: column-reverse;
    }
}


/* ================== FORM START ================== */

.desert-red-shade {
}

.solar-brown-shade {
    padding: 70px 0px;
}

.mauve-pink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 68px;
    border-radius: 30px;
    background: var(--color-primary);
}

.gold-leaf {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: calc(50% + 40px);
    margin-left: auto;
}

.mauve-pink input, button {
    border: none;
    outline: none;
    color: var(--color-text);
    text-align: center;
    font-family: var(--font-family);
    font-size: 25px;
    border-radius: 52px;
    background: #FFF;
    max-width: 1000px;
    width: 100%;
    padding: 25px 15px;
}

.mauve-pink button {
    padding: 4px;
}

shark-icon-container {
    display: none;
}

@media (max-width: 768px) {

    .solar-brown-shade {
        padding: 25px 0px;
    }

    .mauve-pink input {
        padding: 17px 15px;
    }

    .gold-leaf {
        max-width: calc(50% + 40px);
    }
}

@media (max-width: 568px) {

    .mauve-pink {
        gap: 25px;
        padding: 36px 14px;
    }

    .gold-leaf {
        gap: 15px;
    }

    .mauve-pink input, button {
        font-size: 14px;
        padding: 12px 15px;
    }

    .mauve-pink button {
        padding: 4px;
    }

    .gold-leaf {
        max-width: calc(50% + 20px);
    }
}

/* ================== FORM END ================== */


.obsidian-black-sheen {
    border-top: 2px solid var(--color-text);
}

.corn-yellow {
    display: flex;
    flex-direction: column;
    padding: 70px 40px;
    color: #6C6A6A;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 500;
}

.corn-yellow a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .corn-yellow {
        padding: 25px 31px;
        color: #6C6A6A;
        font-size: 14px;
    }
}

#hbgBDAgqmW-cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
    font-size: 15px;
    color: #fff;
}

#hbgBDAgqmW-cookie.show {
    display: block;
}

#hbgBDAgqmW-cookie div {
    display: inline-block;
}

#hbgBDAgqmW-cookie button {
    float: right;
    border-radius: 8px;
    background: var(--btn-gradient);
    color: var(--color-black);
    font-family: var(--font-family);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
    width: auto;
    padding: 5px;
    font-size: 14px;
}

.marble-pink-shade, .frozen-white-aura, .emerald-green, .sunset-blue-light {
    margin: 20px 30px;
}