@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&display=swap');
@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 {
    max-width: 100%;
    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;
    --font-family-2: "Koh Santepheap", sans-serif;
    --color-primary: #79A746;
    --color-red: #FF4F4F;
    --color-white: #FFF;
    --color-footer: #999696;
}

.solar-red-mist {
    --color-primary: #79A746;
}

.palette-two {
    --color-primary: #4946A7;
}

.palette-three {
    --color-primary: #8746A7;
}

.palette-four {
    --color-primary: #D99100;
}

.palette-five {
    --color-primary: #3F9BB2;
}


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

.cosmic-pink-flare {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.sunset-yellow-glow {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.marble-green-sheen {
    position: relative;
}

/* ================== HEADER START ================== */

.stormy-purple-shine {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FEF1E1;
}

.arctic-black-light {
    max-width: 1432px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.shadow-yellow-mist {
    position: absolute;
    top: -967px;
    left: -311px;
    width: 1107px;
    height: 1107px;
    z-index: -1;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--color-primary);
}

.beige {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 17px 0px;
    height: 100px;

}

.lemonchiffon-white {
    z-index: 20;
}

.dusty-pink-shade {
    border-radius: 5px;
    margin-right: 5px;
    display: block;
}

.neon-cyan-shine {
    display: none;
}

.arctic-gray-wave {
    display: flex;
    font-size: 43px;
    font-weight: 800;
    color: #FEF1E1;
}

.moccasin-white {
    max-width: 800px;
    z-index: 20;
}

.marble-brown-shine {
    display: flex;
    align-items: center;
}

.magenta {
    display: flex;
    justify-content: center;
    padding: 13px 17px;
    transition: all 0.3s ease;
}

.magenta:hover {
    padding: 13px 17px;
    border-radius: 10px;
    background-color: var(--color-primary);
    color: var(--color-white);
}

.magenta:hover .velvet-purple-mist {
    color: var(--color-white);
}

.velvet-purple-mist {
    color: #000;
    text-align: center;
    font-family: var(--font-family);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    transition: all 0.3s ease;
}

.lunar-gray-wave {
    display: none;
}

.header__back-burger {
    display: none;
}

@media (max-width: 1360px) {

    .moccasin-white {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #FEF1E1;
        transition: right 0.5s ease;
        margin-top: 0px;
        padding-top: 80px;
        z-index: 10;
    }

    .marble-brown-shine {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }

    .velvet-purple-mist {
        font-size: 21px;
        font-weight: 700;
    }

    .moccasin-white.active {
        right: 0;
    }

    .marble-brown-shine {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lunar-gray-wave {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

    .lunar-gray-wave span {
        display: block;
        width: 30px;
        height: 5px;
        background-color: var(--color-red);
        border-radius: 5px;
    }

    .header__back-burger {
        display: none;
        max-width: 30px;
        max-height: 30px;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: var(--color-red);
        overflow: hidden;
        cursor: pointer;
        z-index: 20;
    }
}

@media (max-width: 768px) {

    .beige {
        height: 50px;
        padding: 8px 0px;
    }

    .dusty-pink-shade {
        display: none;
    }

    .neon-cyan-shine {
        display: block;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        margin: 5px;
    }

    .arctic-gray-wave {
        font-size: 25px;
    }

    .arctic-gray-wave span {
        margin-top: 8px;
    }

    .shadow-yellow-mist {
        top: -530px;
        left: -179px;
        width: 600px;
        height: 600px;
        z-index: 20;
    }

    .moccasin-white {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #FEF1E1;
        transition: right 0.5s ease;
        margin-top: 50px;
        padding-top: 30px;
        z-index: 10;
    }

    .marble-brown-shine {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }

    .velvet-purple-mist {
        font-size: 21px;
        font-weight: 700;
    }

    .moccasin-white.active {
        right: 0;
    }

    .marble-brown-shine {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lunar-gray-wave {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

    .lunar-gray-wave span {
        display: block;
        width: 30px;
        height: 5px;
        background-color: var(--color-red);
        border-radius: 5px;
    }

    .header__back-burger {
        display: none;
        max-width: 30px;
        max-height: 30px;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: var(--color-red);
        overflow: hidden;
        cursor: pointer;
    }
}

@media (max-width: 568px) {

    .shadow-yellow-mist {
        top: -240px;
        left: -79px;
        width: 300px;
        height: 300px;
    }

}

/* ================== HEADER END ================== */

/* ================== SERVICES START ================== */

.solar-pink-sheen {
    padding: 50px 0px 0px 0px;
}

.volcano-orange-wave {
    position: relative;
    overflow: hidden;
    height: 476px;
}

.sandstone-beige {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1145px;
    margin: 0 25px;
    overflow: hidden;
}

.sandstone-beige img:nth-child(2) {
    display: block;
    max-height: 476px;
    max-width: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.slider__button-prev {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-51%);
    z-index: 10;
}

.slider__button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
}

.slider__button-prev svg circle,
.slider__button-next svg circle {
    fill: var(--color-white);
    transition: fill 0.3s ease;
}

.slider__button-prev svg path,
.slider__button-next svg path {
    stroke: black;
    transition: stroke 0.3s ease;
}

.slider__button-prev:hover svg circle,
.slider__button-next:hover svg circle {
    fill: var(--color-primary);
}

.slider__button-prev:hover svg path,
.slider__button-next:hover svg path {
    stroke: var(--color-white);
}


.slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 820px;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slides {
    display: flex;
    gap: 100px;
    transition: transform 0.45s ease;
    will-change: transform;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    border-radius: 10px;
    background: var(--color-primary);
    padding: 0px 20px 25px 20px;
    flex: 0 0 auto;
    margin-top: 112px;
    box-sizing: border-box;
}

.cosmic-pink-aura {
    max-width: 224px;
    max-height: 224px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--color-primary);
    margin-top: -112px;
}

.cosmic-pink-aura img {
    border-radius: 50%;
    overflow: hidden;
}

.icy-black-light {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 400;
    line-height: 80%;
    transition: all 0.3s ease;
}

.icy-black-light:hover {
    color: var(--color-red);
}

.lunar-orange-sheen {
    color: var(--color-red);
    text-align: center;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 400;
    line-height: 80%;
    padding: 20px 46px;
    border-radius: 50px;
    background: var(--color-white);
    transition: all 0.3s ease;
    width: 100%;
}

.lunar-orange-sheen:hover {
    color: var(--color-white);
    background-color: var(--color-red);
}

@media (max-width: 1120px) {
    .slider {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 620px) {

    .volcano-orange-wave {
        height: 260px;
    }

    .sandstone-beige {
        margin: 0 19px;
    }

    .slider {
        max-width: 192px;
    }

    .slide {
        gap: 10px;
        padding: 0px 11px 11px 11px;
        margin-top: 88px;
        max-width: 192px !important;
        flex: 0 0 192px !important;
    }

    .cosmic-pink-aura {
        max-width: 120px;
        max-height: 120px;
        margin-top: -60px;
    }

    .icy-black-light {
        font-size: 14px;
    }

    .lunar-orange-sheen {
        font-size: 14px;
        padding: 11px 22px;
    }

    .slider__button-prev {
        top: 51.5%;
        transform: translateY(-51.5%);
    }

    .slider__button-next {
        top: 49.5%;
        transform: translateY(-49.5%) rotate(180deg);
    }

    .slider__button-prev svg {
        width: 47px;
        height: 47px;
    }

    .slider__button-next svg {
        width: 47px;
        height: 47px;
    }

    .sandstone-beige img {
        max-height: 260px;
    }

    .sandstone-beige img:nth-child(2) {
        max-height: 260px;
    }

}

@media (max-width: 360px) {

    .slider {
        max-width: 150px;
    }

    .slide {
        max-width: 150px !important;
        flex: 0 0 150px !important;
    }
}

/* ================== SERVICES END ================== */


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

.marble-green-sheen {
    padding: 100px 0px 0px 0px;
}

.twilight-red-shine {
}

.hero__container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
}

.fuchsia {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 90px 0px 0px 0px;
}

.fuchsia::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    width: 345px;
    height: 521px;
    z-index: 1;
    background: url('/./wp-content/uploads/images/hero-after-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.gilded-cyan-mist {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.neon-gray-wave {
    color: #000;
    font-family: var(--font-family-2);
    font-size: 70px;
    font-weight: 400;
}

.violet-red {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
}

.violet-red::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 510px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('/./wp-content/uploads/images/hero-before-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.velvet-gray-light {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 834px;
    width: 100%;
}

.velvet-gray-light img {
    position: relative;
    z-index: 2;
}

.velvet-gray-light::before {
    content: '';
    position: absolute;
    bottom: -417px;
    right: 0;
    width: 834px;
    height: 834px;
    z-index: -1;
    border-radius: 50%;
    background: var(--color-primary);
}

@media (max-width: 870px) {

    .fuchsia {
        padding: 48px 0px 0px 0px;
    }

    .gilded-cyan-mist {
        gap: 30px;
    }

    .neon-gray-wave {
        font-size: 56px;
    }

    .violet-red {
        justify-content: center;
        align-items: center;
    }

    .velvet-gray-light {
        max-width: 500px;
    }

    .velvet-gray-light::before {
        bottom: -300px;
        right: 50%;
        transform: translateX(50%);
        width: 600px;
        height: 600px;
    }

}

@media (max-width: 768px) {

    .marble-green-sheen {
        padding: 50px 0px 0px 0px;
    }

}

@media (max-width: 568px) {

    .fuchsia {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding: 28px 0px 0px 0px;
    }

    .fuchsia::before {
        top: 0px;
        right: 0px;
        width: 116px;
        height: 200px;
        z-index: 1;
        background: url('/./wp-content/uploads/images/hero-after-mobile.png');
    }

    .gilded-cyan-mist {
        gap: 10px;
    }

    .neon-gray-wave {
        font-size: 23px;
    }

    .violet-red::before {
        top: 0px;
        left: 0px;
        width: 130px;
        height: 220px;
        z-index: 1;
        background: url('/./wp-content/uploads/images/hero-before-mobile.png');
    }

    .velvet-gray-light {
        max-width: 290px;
    }

    .velvet-gray-light img {
        padding-top: 30px;
    }

    .velvet-gray-light::before {
        bottom: -216px;
        width: 432px;
        height: 432px;
    }

}

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


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

.gilded-yellow-sheen {
    padding: 50px 0px 0px 0px;
}

.violet-blue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.volcano-pink-light {
    color: #000;
    font-family: var(--font-family);
    font-size: 38px;
    font-weight: 700;
}

.arctic-white-glow {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.moss-green {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    overflow: hidden;
    gap: 120px;
    align-items: stretch;
}

.moss-green {
    scroll-margin-top: 150px;
}

@media (max-width: 768px) {
    .moss-green {
        scroll-margin-top: 100px;
    }
}

.frozen-cyan-glow {
    position: relative;
    display: flex;
    flex: 1 1 50%;
    max-height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.frozen-cyan-glow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.marble-pink-wave {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
    width: 50%;
    padding: 34px;
}

.seashell-white {
    color: var(--White, #FFF);
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 400;
    line-height: 90%;
}

.icy-pink-aura {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.icy-pink-aura p {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 111%;
}

.aquamarine {
    padding: 50px 0px;
}

@media (max-width: 1012px) {

    .moss-green {
        gap: 60px;
    }

}

@media (max-width: 768px) {

    .volcano-pink-light {
        font-size: 30px;
    }

    .moss-green {
        flex-direction: column;
        gap: 0px;
    }

    .frozen-cyan-glow {
        max-height: 300px;
    }

    .marble-pink-wave {
        gap: 16px;
        width: 100%;
        padding: 16px 27px;
    }

    .icy-pink-aura {
        gap: 16px;
    }

    .seashell-white {
        font-size: 22px;
    }

    .icy-pink-aura p {
        font-size: 16px;
    }

}

@media (max-width: 568px) {

    .volcano-pink-light {
        font-size: 22px;
    }

    .frozen-cyan-glow {
        max-height: 250px;
    }

    .seashell-white {
        font-size: 18px;
    }

    .icy-pink-aura p {
        font-size: 14px;
    }

}

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


/* ================== CONTACT START ================== */

.lilac {
    padding-top: 50px;
}

.desert-pink-mist {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.slateblue-blue {
    color: #000;
    text-align: center;
    font-family: var(--font-family);
    font-size: 38px;
    font-weight: 700;
}

.ginger-ale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 9.364px -2.809px rgba(0, 0, 0, 0.25);
    padding: 67px 61px 45px 89px;
}

.dusty-gray-aura {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 437px;
    border-radius: 10px;
    background: var(--color-primary);
    padding: 0px 25px 25px 25px;
    margin-top: 112px;
    width: 100%;
}

.dusty-yellow-tone {
    max-width: 224px;
    max-height: 224px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -112px;
    border: 1px solid var(--color-primary);
}

.dusty-yellow-tone img {
    border-radius: 50%;
    overflow: hidden;
}

.dark-green {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 400;
    line-height: 90%;
    max-width: 298px;
}

.neon-pink-glow {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 111%;
    max-width: 298px;
}

.marble-blue-mist {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 437px;
    max-height: 425px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {

    .dusty-brown-wave {
        flex-direction: column-reverse;
    }

    .slateblue-blue {
        font-size: 30px;
    }

    .ginger-ale {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 20px;
        padding: 21px 16px 21px 16px;
    }

    .dusty-gray-aura {
        gap: 16px;
    }

    .dark-green {
        font-size: 25px;
        max-width: 100%;
    }

    .neon-pink-glow {
        font-size: 18px;
        max-width: 100%;
    }

}

@media (max-width: 568px) {

    .slateblue-blue {
        font-size: 22px;
    }

    .ginger-ale {
        gap: 16px;
    }

    .dusty-gray-aura {
        gap: 6px;
        margin-top: 60px;
    }

    .dusty-yellow-tone {
        max-width: 120px;
        max-height: 120px;
        margin-top: -60px;
    }

    .dark-green {
        font-size: 18px;
        text-align: left;
    }

    .neon-pink-glow {
        font-size: 14px;
    }

    .marble-blue-mist {
        max-height: 176px;
    }

}

/* ================== CONTACT END ================== */


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

.volcano-gray-light {
    padding: 50px 0px;
}

.opal-white {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 10px;
    background: var(--color-primary);
    padding: 44px 20px 66px 20px;
}

.dusty-green-glow {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mulberry-purple {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 38px;
    font-weight: 700;
}

.velvet-pink-glow {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 111%;
}

.marble-brown-mist {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 25px;
    max-width: 960px;
    width: 100%;
}

.marble-cyan-tone {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.marble-cyan-tone label {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 400;
    line-height: 80%;
}

.marble-cyan-tone input,
.marble-cyan-tone textarea {
    border: none;
    outline: none;
    background-color: #FFF;
    border-radius: 30px;
    padding: 18px 20px;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
}

.marble-cyan-tone textarea {
    min-height: 120px;
}

.marble-brown-mist button {
    border: none;
    outline: none;
    background-color: var(--color-red);
    border-radius: 30px;
    padding: 19px 20px;
    font-family: var(--font-family);
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    color: #FFF;
}

.marble-brown-mist button:hover {
    cursor: pointer;
    color: var(--color-red);
    background-color: var(--color-white);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {

    .opal-white {
        padding: 28px 16px 33px 16px;
        gap: 25px;
    }

    .dusty-green-glow {
        gap: 20px;
    }

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

    .velvet-pink-glow {
        text-align: left;
        font-size: 16px;
    }

    .marble-brown-mist {
        gap: 20px;
    }

    .marble-cyan-tone {
        gap: 11px;
    }

    .marble-cyan-tone label {
        font-size: 20px;
    }

    .marble-cyan-tone input,
    .marble-cyan-tone textarea {
        padding: 12px 20px;
        font-size: 18px;
    }

    .marble-brown-mist button {
        padding: 12px 20px;
        font-size: 18px;
    }

}

@media (max-width: 568px) {

    .dusty-green-glow {
        gap: 16px;
    }

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

    .velvet-pink-glow {
        font-size: 14px;
    }

    .marble-brown-mist {
        gap: 16px;
    }

    .marble-cyan-tone {
        gap: 6px;
    }

    .marble-cyan-tone label {
        font-size: 14px;
    }

    .marble-cyan-tone input,
    .marble-cyan-tone textarea {
        padding: 9px 15px;
        font-size: 14px;
    }

    .marble-cyan-tone textarea {
        min-height: 60px;
    }

    .marble-brown-mist button {
        padding: 10.5px 20px;
        font-size: 14px;
        line-height: 143%;
    }

}


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


/* ================== FOOTER START ================== */

.obsidian-cyan-shade {
    background-color: var(--color-footer);
}

.desert-brown-tone {
    padding: 50px 0px;
}

.desert-purple-tone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desert-purple-tone p {
    color: #fff;
    text-align: center;
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
}

@media (max-width: 568px) {

    .desert-brown-tone {
        padding: 30px 0px;
    }

    .desert-purple-tone p {
        font-size: 14px;
    }
}

/* ================== FOOTER END ================== */

.shadow-blue-wave {
    text-align: center;
}

.stormy-gray-flare, .sunset-pink-flare, .silver-gray {
    margin: 180px 30px 20px 30px;
    min-height: 85vh;
}

#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;
}