@font-face {
    font-family: 'PP Telegraf';
    src: url('./PPTelegraf-Regular.woff2');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'MD Nichrome';
    src: url('./MDNichromeTest-Regular.woff');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'MD Nichrome';
    src: url('./MDNichromeTest-Bold.woff');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'MD Nichrome';
    src: url('./MDNichromeTest-Ultra.woff');
    font-display: swap;
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
}

:root {
    --white: #ffffff;
    --moon_white: #F2F0EC;
    --black: #262624;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MD Nichrome';
}

p {
    font-family: 'PP Telegraf';
}

img {
    max-width: 100%;
    height: auto;
}

body {
    background-color: #FF3535;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* Header CSS Start */
header {
    padding: clamp(20px, 3.735vw, 53.79px) clamp(15px, 2.778vw, 40px);
}

/* Header CSS End */


/* Hero Banner CSS Start */
.hero_banner {
    padding-top: clamp(82px, 5.096vw, 73.38px);
    padding-bottom: clamp(37px, 4.974vw, 71.62px);
}

.hero_banner h1 {
    font-weight: 700;
    font-size: clamp(73px, 9.152vw, 131.786px);
    line-height: 85%;
    color: #FFFFFF;
    text-align: center;
}

.hero_banner .timer_wrapper {
    padding-top: clamp(20px, 2.682vw, 38.62px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* Counter CSS Start */

.counter-container {
    display: flex;
    gap: 1px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 53.6559px;
}

.flip-card-container {
    position: relative;
    width: 221px;
    height: 236px;
    perspective: 1000px;
}

.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #2A2A2A;
    background: linear-gradient(#000000, #000000) padding-box,
        linear-gradient(to right,
            #080808 0%,
            #202020 9%,
            #000000 86%,
            #111111 100%) border-box;
    border: 6.81px solid transparent;
    border-radius: 48px;
    overflow: hidden;
}

.card-section {
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-top {
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(180.42% 202.33% at 50% 202.33%, #1E1E1F 0%, #232324 99.89%);
    border-top: 0.851681px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px -6.81345px 5.11009px -3.40672px rgba(0, 0, 0, 0.52);
    border-radius: 47.6941px 47.6941px 0px 0px;
}

.flip-top {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(180.42% 202.33% at 50% 202.33%, #1E1E1F 0%, #232324 99.89%);
    border-top: 0.851681px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px -6.81345px 5.11009px -3.40672px rgba(0, 0, 0, 0.52);
    border-radius: 47.6941px 47.6941px 0px 0px;
}

.card-bottom {
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #232324;
    box-shadow: inset 0px 47.6941px 6.81345px -44.2874px rgba(0, 0, 0, 0.84);
    border-radius: 0px 0px 47.6941px 47.6941px;
}

.number {
    font-size: 150px;
    font-weight: 500;
    color: #D2D2D2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'MD Nichrome';
    line-height: 1;
}

.card-top .number {
    transform: translateY(35%);
}

.card-bottom .number {
    transform: translateY(-39%);
}

/* Flip animation elements */
.flip-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    border-bottom: 5px solid rgb(0, 0, 0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(180.42% 202.33% at 50% 202.33%, #1E1E1F 0%, #232324 99.89%);
    border-top: 0.851681px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px -6.81345px 5.11009px -3.40672px rgba(0, 0, 0, 0.52);
    border-radius: 47.6941px 47.6941px 0px 0px;
}

.flip-top .number {
    transform: translateY(36%);
}

.flip-top.flipping {
    animation: flipDown .8s ease-in-out;
}

@keyframes flipDown {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(-180deg);
    }
}

.label {
    font-family: 'PP Telegraf';
    font-weight: 700;
    font-size: 18px;
    line-height: 247%;
    color: var(--moon_white);
    text-transform: uppercase;
}

/* Counter CSS End */

/* Hero Banner CSS End */

/* Email Design Start */
.email_section .email_wrapper form {
    width: min(100%, 474px);
    margin: 0 auto;
    display: flex;
}

input {
    font-family: 'PP Telegraf';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 156%;
    letter-spacing: 0.324px;
}

.email_section .email_wrapper form input[type="email"] {
    padding: 16px;
    background-color: var(--moon_white);
    border-radius: 12px 0px 0px 12px;
    border: none;
    color: #262624;
    width: 319px;
}

.email_section .email_wrapper form input[type="submit"] {
    padding: 14px 20px;
    background-color: var(--black);
    border: none;
    color: var(--moon_white);
    border-radius: 0px 12px 12px 0px;
    cursor: pointer;
}

/* Email Design End */

/* Image Section Start */
.image_section {
    height: 1070px;
    position: relative;
}

.relative {
    position: relative;
    height: 100%;
}

.image_section .top_image .top_img_box:nth-child(3),
.image_section .top_image .top_img_box:nth-child(2),
.image_section .top_image .top_img_box:nth-child(1) {
    position: absolute;
    content: "";
}

.image_section .top_image .top_img_box:nth-child(1) {
    top: 25%;
    left: 6.65%;
}

.image_section .top_image .top_img_box:nth-child(2) {
    top: 15%;
    left: 34.6%;
}

.image_section .top_image .top_img_box:nth-child(3) {
    top: -2.2%;
    right: 2%;
}

.image_section .top_image .top_img_box img,
.image_section .bottom_image .bottom_img_box img {
    display: block;
}

.image_section .bottom_image .bottom_img_box:nth-child(4),
.image_section .bottom_image .bottom_img_box:nth-child(3),
.image_section .bottom_image .bottom_img_box:nth-child(2),
.image_section .bottom_image .bottom_img_box:nth-child(1) {
    position: absolute;
    content: "";
}

.image_section .bottom_image .bottom_img_box:nth-child(1) {
    bottom: -4%;
    left: 14.3%;
}

.image_section .bottom_image .bottom_img_box:nth-child(2) {
    bottom: 21.2%;
    left: 34%;
    z-index: 1;
}

.image_section .bottom_image .bottom_img_box:nth-child(3) {
    bottom: 6%;
    left: 40.8%;
}

.image_section .bottom_image .bottom_img_box:nth-child(4) {
    bottom: -1%;
    right: 7.8%;
}

/* Image Section End */


/* Footer Section Start */
footer {
    padding-top: clamp(50px, 17.361vw, 250px);
    padding-bottom: clamp(50px, 14.444vw, 208px);
}

footer .noon_box {
    text-align: center;
}

footer .footer_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-top: clamp(20px, 5.833vw, 84px);
    max-width: 1230px;
    margin: 0 auto;
}

footer .footer_content {
    padding-left: 32px;
}

footer .footer_box .footer_content h2 {
    font-family: 'MD Nichrome';
    font-weight: 700;
    font-size: clamp(18px, 2.882vw, 41.5071px);
    color: var(--white);
    line-height: 1.02;
}

footer .footer_box .footer_content p {
    font-family: 'PP Telegraf';
    font-weight: 400;
    font-size: clamp(11px, 1.875vw, 27px);
    line-height: 159%;
    letter-spacing: 0.560346px;
    color: #F2F0EC;
}

footer .footer_link_wrapper ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

footer .footer_link_wrapper ul li {
    display: inline-flex;
}

/* Footer Section End */


/* Media Queries */
@media(max-width:1400px) {
    .container {
        max-width: 1480px;
        width: 100%;
        padding: 0 20px;
    }
}

@media(max-width: 1280px) {

    .image_section .bottom_image .bottom_img_box:nth-child(4) img,
    .image_section .bottom_image .bottom_img_box:nth-child(3) img,
    .image_section .bottom_image .bottom_img_box:nth-child(2) img,
    .image_section .bottom_image .bottom_img_box:nth-child(1) img {
        width: 80%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        bottom: 0.4%;
        left: 15.6%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) {
        bottom: 23.7%;
        left: 38.1%;
        z-index: 1;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) {
        bottom: 10.5%;
        left: 43%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        bottom: 0.9%;
        right: 5.3%;
    }
}

@media(max-width: 1200px) {

    .image_section .bottom_image .bottom_img_box:nth-child(4) img,
    .image_section .bottom_image .bottom_img_box:nth-child(3) img,
    .image_section .bottom_image .bottom_img_box:nth-child(2) img,
    .image_section .bottom_image .bottom_img_box:nth-child(1) img,
    .image_section .top_image .top_img_box:nth-child(3) img,
    .image_section .top_image .top_img_box:nth-child(2) img,
    .image_section .top_image .top_img_box:nth-child(1) img {
        width: 75%;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        top: 16%;
        left: 0;
    }

    .image_section .top_image .top_img_box:nth-child(2) {
        top: 7%;
        left: 23%;
    }

    .image_section {
        height: 800px;
    }
}

@media(max-width: 1024px) {
    .relative {
        overflow: hidden;
    }

    .image_section .top_image .top_img_box:nth-child(3),
    .image_section .top_image .top_img_box:nth-child(2),
    .image_section .top_image .top_img_box:nth-child(1) {
        left: 50%;
        transform: translateX(-50%);
        height: 420px;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        width: 400px;
        height: 500px;
    }

    .image_section .top_image .top_img_box:nth-child(2) {
        width: 320px;
    }

    .image_section .top_image .top_img_box:nth-child(3) {
        width: 400px;
    }

    .image_section .top_image .top_img_box:nth-child(1) img,
    .image_section .top_image .top_img_box:nth-child(2) img,
    .image_section .top_image .top_img_box:nth-child(3) img {
        width: 100%;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        top: 20%;
        left: 24%;
    }

    .image_section .top_image .top_img_box:nth-child(2) {
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
    }

    .image_section .top_image .top_img_box:nth-child(3) {
        top: 2%;
        right: -20%;
        transform: translateX(18%);
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) img,
    .image_section .bottom_image .bottom_img_box:nth-child(3) img,
    .image_section .bottom_image .bottom_img_box:nth-child(2) img,
    .image_section .bottom_image .bottom_img_box:nth-child(1) img {
        width: 64%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        bottom: 27px;
        left: 11.6%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) {
        bottom: 21.7%;
        left: 37.1%;
        z-index: 1;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) {
        bottom: 7.5%;
        left: 43%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        bottom: 30px;
        right: -4.7%;
    }

    footer .footer_link_wrapper ul li img {
        width: 40px;
        height: 40px;
        display: block;
        object-fit: contain;
    }

    footer .footer_link_wrapper ul {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media(max-width: 991px) {

    .flip-card-container {
        width: 211px;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        width: 300px;
        height: 370px;
    }

    .image_section .top_image .top_img_box:nth-child(2) {
        width: 256px;
        top: 11%;
    }

    .image_section .top_image .top_img_box:nth-child(3) {
        width: 330px;
        top: -1%;
        right: -20%;
        transform: translateX(15%);
    }

    .image_section {
        height: 630px;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) img,
    .image_section .bottom_image .bottom_img_box:nth-child(3) img,
    .image_section .bottom_image .bottom_img_box:nth-child(2) img,
    .image_section .bottom_image .bottom_img_box:nth-child(1) img {
        width: 50%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        bottom: 37px;
        left: 11.6%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) {
        bottom: 24.7%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) {
        bottom: 11.5%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        bottom: 27px;
        right: -8.7%;
    }

    .flip-card-container {
        width: 170px;
        height: 170px;
    }

    .number {
        font-size: 100px;
    }

    .counter-container {
        justify-content: center;
        gap: 5px;
    }

    .flip-top {
        border-radius: 30px 30px 0px 0px;
    }

    .card-bottom {
        border-radius: 0 0 30px 30px;
    }

}

@media(max-width: 820px) {
    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        bottom: 27px;
        right: -16.7%;
    }
}

@media(max-width: 767px) {

    header .logo {
        text-align: center;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        width: 230px;
        height: 270px;
        top: 24%;
        left: 30%;
    }


    .image_section .top_image .top_img_box:nth-child(2) {
        width: 200px;
        height: 270px;
        transform: translateX(-50%);
    }

    .image_section .top_image .top_img_box:nth-child(3) {
        width: 260px;
        top: 11%;
        right: -20%;
        transform: translateX(7%);
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4),
    .image_section .bottom_image .bottom_img_box:nth-child(3),
    .image_section .bottom_image .bottom_img_box:nth-child(2),
    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        left: 50%;
        transform: translateX(-19%);
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) img,
    .image_section .bottom_image .bottom_img_box:nth-child(3) img,
    .image_section .bottom_image .bottom_img_box:nth-child(2) img,
    .image_section .bottom_image .bottom_img_box:nth-child(1) img {
        width: 100%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        width: 160px;
        height: 130px;
        bottom: 10%;
        left: 30%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) {
        width: 129px;
        height: 129px;
        left: 33%;
        bottom: -7%;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) {
        width: 186px;
        height: 151px;
        bottom: -7%;
        z-index: 1;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        width: 206px;
        height: 214px;
        bottom: 0%;
    }

    footer .footer_box {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer_content {
        padding-left: 0;
        text-align: center;
    }

    footer .footer_link_wrapper ul li img {
        width: 25px;
        height: 25px;
        display: block;
        object-fit: contain;
    }

    .counter-container {
        gap: 15px;
    }

    .flip-card-container {
        width: 90px;
        height: 88px;
    }

    .number {
        font-size: 3rem;
    }

    .label {
        font-size: 0.8rem;
    }

    .card-top {
        border-radius: 15px 15px 0 0;
    }

    .flip-card {
        border-width: 2.11px;
        border-radius: 20px;
    }

    .card-bottom {
        border-radius: 0 0 15px 15px;
    }

    .flip-top {
        border-radius: unset;
    }
}

@media(max-width: 575px) {
    header {
        padding: 12px;
    }

    header .logo img {
        width: 75px;
        height: 25px;
    }

    .relative {
        overflow: hidden;
    }

    .image_section {
        height: 730px;
    }

    .image_section .top_image .top_img_box:nth-child(1) {
        width: 210px;
        height: 270px;
        top: 12%;
        left: 19%;
    }

    .image_section .top_image .top_img_box:nth-child(2) {
        width: 178px;
        height: 273px;
        transform: translateX(-48%);
        top: 8px;
    }

    .image_section .top_image .top_img_box:nth-child(3) {
        width: 231px;
        top: 7%;
        right: -20%;
        transform: translateX(4%) rotate(-8deg);
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) {
        bottom: 28%;
        left: 12%;
        rotate: 27deg;
        width: 194px;
        height: 130px;
        z-index: 9;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) {
        left: 17%;
        bottom: 11%;
        width: 146px;
        height: 129px;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) {
        bottom: 10%;
        left: 49%;
        width: 186px;
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) {
        bottom: 22.5%;
        left: 46%;
        z-index: 3;
        width: 230px;
    }

    .email_section .email_wrapper form {
        max-width: max-content;
    }

    .email_section .email_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .email_section .email_wrapper form input[type="email"] {
        width: 211px;
        flex-shrink: 0;
    }

    .counter-container {
        gap: 5px;
    }

    .flip-card-container {
        width: 90px;
        height: 97px;
    }

    .number {
        font-size: 55px;
        font-weight: 700;
    }
    .flip-top{
        border-bottom: 2px solid rgb(0, 0, 0);
    }
    .flip-top .number {
        transform: translateY(40%);
    }

    .label {
        font-size: 0.7rem;
        display: none;
    }

    .email_section .email_wrapper form input[type="submit"] {
        padding: 14px;
    }

    footer {
        padding-top: 12px;
    }

    footer .noon_box {
        margin-bottom: 50px;
    }

    footer .noon_box img {
        max-width: 358px;
        width: 100%;
    }

    footer .footer_box {
        padding-top: 7px;
        justify-content: center;
        align-items: center;
    }

    footer .container {
        padding: 0 12px;
    }

    footer .footer_box {
        flex-direction: column-reverse;
        gap: 32px;
    }

    footer .footer_link_wrapper ul {
        display: flex;
        align-items: center;
        gap: 54px;
    }

    footer .footer_link_wrapper ul li img {
        width: 28px;
        height: 28px;
        display: block;
        object-fit: contain;
    }

    footer .footer_box .footer_content p {
        margin-top: 14px;
    }
}

@media(max-width: 430px) {
    .image_section {
        height: 700px;
        padding-top: 30px;
    }

    .flip-card-container {
        width: 89px;
        height: 90px;
    }
}

@media(max-width: 380px) {
    .email_section .email_wrapper form input[type="email"] {
        width: 186px;
        flex-shrink: 0;
    }

    .flip-card-container {
        width: 82px;
        height: 90px;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate))
    }

    50% {
        transform: translate(0, calc(2*var(--drift-y))) rotate(0deg)
    }

    75% {
        transform: translate(calc(-1*var(--drift-x)), var(--drift-y)) rotate(calc(-1*var(--rotate)))
    }
}

@media (min-width:768px) {

    .top_img_box,
    .bottom_img_box {
        will-change: transform;
        animation: float 7s ease-in-out infinite;
    }

    .top_img_box:nth-child(1) {
        --drift-x: 2px;
        --drift-y: -3px;
        --rotate: 0.4deg;
        animation-duration: 6s;
        animation-delay: 0
    }

    .top_img_box:nth-child(2) {
        --drift-x: 3px;
        --drift-y: -4px;
        --rotate: 0.5deg;
        animation-duration: 8s;
        animation-delay: 1s
    }

    .top_img_box:nth-child(3) {
        --drift-x: 2.5px;
        --drift-y: -3.5px;
        --rotate: 0.45deg;
        animation-duration: 7s;
        animation-delay: 2s
    }

    .bottom_img_box:nth-child(1) {
        --drift-x: 3.5px;
        --drift-y: -4.5px;
        --rotate: 0.55deg;
        animation-duration: 6.5s;
        animation-delay: 0.5s
    }

    .bottom_img_box:nth-child(2) {
        --drift-x: 2.8px;
        --drift-y: -3.8px;
        --rotate: 0.48deg;
        animation-duration: 7.5s;
        animation-delay: 1.5s
    }

    .bottom_img_box:nth-child(3) {
        --drift-x: 3.2px;
        --drift-y: -4.2px;
        --rotate: 0.52deg;
        animation-duration: 6.8s;
        animation-delay: 2.5s
    }

    .bottom_img_box:nth-child(4) {
        --drift-x: 2.2px;
        --drift-y: -3.2px;
        --rotate: 0.42deg;
        animation-duration: 7.2s;
        animation-delay: 1s
    }
}

@media (max-width:767px) {

    .image_section .top_image .top_img_box img,
    .image_section .bottom_image .bottom_img_box img {
        will-change: transform;
        animation: float 7s ease-in-out infinite;
    }

    .image_section .top_image .top_img_box:nth-child(1) img {
        --drift-x: 1.5px;
        --drift-y: -2px;
        --rotate: 0.3deg;
        animation-duration: 6s;
        animation-delay: 0
    }

    .image_section .top_image .top_img_box:nth-child(2) img {
        --drift-x: 2px;
        --drift-y: -2.5px;
        --rotate: 0.35deg;
        animation-duration: 8s;
        animation-delay: 1s
    }

    .image_section .top_image .top_img_box:nth-child(3) img {
        --drift-x: 1.8px;
        --drift-y: -2.2px;
        --rotate: 0.32deg;
        animation-duration: 7s;
        animation-delay: 2s
    }

    .image_section .bottom_image .bottom_img_box:nth-child(1) img {
        --drift-x: 2.5px;
        --drift-y: -3px;
        --rotate: 0.4deg;
        animation-duration: 6.5s;
        animation-delay: 0.5s
    }

    .image_section .bottom_image .bottom_img_box:nth-child(2) img {
        --drift-x: 2px;
        --drift-y: -2.8px;
        --rotate: 0.38deg;
        animation-duration: 7.5s;
        animation-delay: 1.5s
    }

    .image_section .bottom_image .bottom_img_box:nth-child(3) img {
        --drift-x: 2.2px;
        --drift-y: -3.1px;
        --rotate: 0.42deg;
        animation-duration: 6.8s;
        animation-delay: 2.5s
    }

    .image_section .bottom_image .bottom_img_box:nth-child(4) img {
        --drift-x: 1.7px;
        --drift-y: -2.5px;
        --rotate: 0.36deg;
        animation-duration: 7.2s;
        animation-delay: 1s
    }
}

.email_wrapper {z-index: 9;position: relative;}
.successmsg{
    color: #fff;
    width: max-content;
    margin: 0px auto 0px auto;
    position: absolute;
    left: calc(50% - 108px);
    top: -50px;
    padding: 10px 10px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .successmsg{
        font-size: 14px;
        top: auto;
        max-width: 80%;
        left: calc(50% - 108px);
        padding: 4px;
        text-align: center;
        bottom: -32px;
    }
}

.invalidmsg{
position: fixed;
    right: 10px;
    top: 9px;
    background-color: #fff;
    padding: 16px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}