:root {
    --primary-color: #0071ce;
    --purple: #a383cd;
    --light-purple: #a5b0d9;
    --dark-purple: #28abe2;
    --light-blue: #81b9dd;
    --sky-blue: #28abe2;
    --white: #ffffff;
    --black: #000000;
    --text-color: #939598;
    --light-black: #414042;
}

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

@font-face {
    font-family: DIN-Condensed-Bold;
    src: url(../fonts/DIN-Condensed-Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: DINPro-CondensedBold;
    src: url(../fonts/DINPro-CondensedBold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: DINPro-CondensedRegular;
    src: url(../fonts/DINPro-CondensedRegular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Helvetica-Regular;
    src: url(../fonts/Helvetica-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url(../fonts/ProximaNova-Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: ProximaNova-Black;
    src: url(../fonts/ProximaNova-Black.ttf);
    font-weight: normal;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.error-msg {
    font-family: Helvetica-Regular;
    display: block;
    color: #f6a5ff !important;
    font-size: 12px;
    font-weight: unset !important;
    text-align: left;
    letter-spacing: 0.5px;
}

/* body {

    width: 100%;
    min-height: 100%;
    font-size: 14px;
    font-family: GothamMedium;
    position: relative;
    background: var(--white);
    color: var(--secondary-color)

} */

/* h1, */

.auto-container {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

@media (max-width: 991px) {
    .auto-container {
        width: 100%;
        padding: 0 80px;
    }
}

@media (max-width: 600px) {
    .auto-container {
        width: 100%;
        padding: 0 30px;
    }
}

.product-main {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1550px) {
    .product-main {
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--sky-blue) #ddd;
    }
}

@media (max-width: 991px) {
    .product-main {
        background-image: url("../images/bg-mobile.png");
        min-height: 100vh;
    }
}

.product-main.form-layout {
    padding: 130px 0;
}

@media (max-width: 1800px) {
    .product-main.form-layout {
        padding: 130px 0;
    }
}

@media (max-width: 1750px) {
    .product-main.form-layout {
        padding: 120px 0;
    }
}

@media (max-width: 1550px) {
    .product-main.form-layout {
        padding: 110px 0;
    }
}

@media (max-width: 1480px) {
    .product-main.form-layout {
        padding: 100px 0;
    }
}

@media (max-width: 1370px) {
    .product-main.form-layout {
        padding: 90px 0;
    }
}

@media (max-width: 1280px) {
    .product-main.form-layout {
        padding: 75px 0;
    }
}

@media (max-width: 991px) {
    .product-main.form-layout {
        height: auto;
        padding-top: 140px;
        padding-bottom: 80px;
        display: block;
    }
}

@media (max-width: 600px) {
    .product-main.form-layout {
        padding-top: 120px;
    }
}

@media (max-width: 480px) {
    .product-main.form-layout {
        padding-top: 100px;
        padding-bottom: 60px;
        overflow: unset;
    }
}

.product-main.spin-layout {
    padding-top: 90px;
    padding-bottom: 60px;
    overflow-y: auto;
}

@media (max-width: 1550px) {
    .product-main.spin-layout {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .product-main.spin-layout {
        padding-top: 120px;
    }
}

@media (max-width: 600px) {
    .product-main.spin-layout {
        padding-top: 100px;
    }
}

.product-main.spin-layout .auto-container {
    overflow: hidden;
}

.product-main.thankyou-layout {
    padding: 80px 0;
}

.product-main.fail-layout {
    padding: 80px 0;
}

.product-main .element-1 {
    content: "";
    position: fixed;
    left: 0;
    top: 40px;
    width: 1172px;
    height: calc(100% - 40px);
    z-index: -1;
    background-image: url(../images/elements/element-1.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1550px) {
    .product-main .element-1 {
        width: 900px;
    }
}

@media (max-width: 1370px) {
    .product-main .element-1 {
        width: 850px;
    }
}

@media (max-width: 1280px) {
    .product-main .element-1 {
        width: 800px;
        top: unset;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .product-main .element-1 {
        width: 90%;
        height: 50%;
        bottom: 0;
        background-image: url(../images/elements/element-1-mobile.png);
    }
}

@media (max-width: 480px) {
    .product-main .element-1 {
        width: 80%;
        height: 40%;
    }
}

.product-main .element-2 {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 499px;
    height: 521px;
    z-index: -1;
    background-image: url(../images/elements/element-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1550px) {
    .product-main .element-2 {
        width: 350px;
        height: 380px;
    }
}

@media (max-width: 991px) {
    .product-main .element-2 {
        width: 320px;
        height: 340px;
    }
}

@media (max-width: 480px) {
    .product-main .element-2 {
        width: 270px;
    }
}

.product-main .element-3 {
    content: "";
    position: fixed;
    right: 80px;
    bottom: 120px;
    width: 145px;
    height: 166px;
    z-index: -1;
    background-image: url(../images/elements/element-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1550px) {
    .product-main .element-3 {
        width: 120px;
        height: 130px;
    }
}

@media (max-width: 991px) {
    .product-main .element-3 {
        width: 90px;
        height: 95px;
        right: 15px;
        top: 42%;
        bottom: unset;
    }
}

@media (max-width: 600px) {
    .product-main .element-3 {
        width: 70px;
        height: 75px;
        top: 35%;
    }
}

.product-main .element-4 {
    content: "";
    position: fixed;
    right: 46%;
    bottom: 35px;
    width: 77px;
    height: 87px;
    z-index: -1;
    background-image: url(../images/elements/element-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1550px) {
    .product-main .element-4 {
        width: 67px;
        height: 77px;
    }
}

@media (max-width: 991px) {
    .product-main .element-4 {
        bottom: 35%;
        left: 20%;
    }
}

@media (max-width: 600px) {
    .product-main .element-4 {
        bottom: 35%;
        left: 18%;
        width: 50px;
        height: 65px;
    }
}

.product-main .element-5 {
    content: "";
    position: fixed;
    left: 0;
    top: calc(50% + 40px);
    width: 93px;
    height: 211px;
    z-index: -1;
    background-image: url(../images/elements/element-5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

@media (max-width: 1550px) {
    .product-main .element-5 {
        width: 70px;
        height: 155px;
    }
}

@media (max-width: 1370px) {
    .product-main .element-5 {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .product-main .element-5 {
        width: 55px;
    }
}

@media (max-width: 600px) {
    .product-main .element-5 {
        width: 40px;
    }
}

.product-main .element-6 {
    content: "";
    position: fixed;
    left: 36%;
    top: 0;
    width: 220px;
    height: 460px;
    z-index: -1;
    background-image: url(../images/elements/element-6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-main .element-6.second {
    display: none;
}

@media (max-width: 1750px) {
    .product-main .element-6 {
        width: 190px;
        height: 400px;
    }
}

@media (max-width: 1550px) {
    .product-main .element-6 {
        width: 170px;
        height: 365px;
    }
}

@media (max-width: 1480px) {
    .product-main .element-6 {
        width: 150px;
        height: 315px;
        left: 34%;
    }
}

@media (max-width: 1199px) {
    .product-main .element-6 {
        left: 41%;
        width: 130px;
        height: 265px;
    }
}

@media (max-width: 991px) {
    .product-main .element-6 {
        left: 20%;
    }

    .product-main .element-6.second {
        display: block;
        left: 0;
    }
}

@media (max-width: 768px) {
    .product-main .element-6 {
        left: 15px;
    }

    .product-main .element-6.second {
        left: 15px;
    }
}

@media (max-width: 480px) {
    .product-main .element-6 {
        left: 1%;
        width: 100px;
    }
    .product-main .element-6.second {
        left: 1%;
    }
}

@media (max-width: 420px) {
    .product-main .element-6.second {
        width: 80px;
    }
}

.product-main .element-7 {
    content: "";
    position: fixed;
    right: 11%;
    top: 0;
    width: 220px;
    height: 460px;
    z-index: -1;
    background-image: url(../images/elements/element-7.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-main .element-7.second {
    display: none;
}

@media (max-width: 1850px) {
    .product-main .element-7 {
        right: 9%;
    }
}

@media (max-width: 1750px) {
    .product-main .element-7 {
        width: 190px;
        height: 400px;
        right: 10%;
    }
}

@media (max-width: 1550px) {
    .product-main .element-7 {
        width: 170px;
        height: 365px;
    }
}

@media (max-width: 1480px) {
    .product-main .element-7 {
        width: 150px;
        height: 315px;
    }
}

@media (max-width: 1370px) {
    .product-main .element-7 {
        right: 12%;
    }
}

@media (max-width: 1199px) {
    .product-main .element-7 {
        right: 8%;
        width: 130px;
        height: 265px;
    }
}

@media (max-width: 1050px) {
    .product-main .element-7 {
        right: 6%;
    }
}

@media (max-width: 991px) {
    .product-main .element-7 {
        right: 20%;
    }

    .product-main .element-7.second {
        display: block;
    }
}

@media (max-width: 768px) {
    .product-main .element-7 {
        right: 15px;
    }
    .product-main .element-7.second {
        right: 15px;
    }
}

@media (max-width: 480px) {
    .product-main .element-7 {
        right: 1%;
        width: 100px;
    }
    .product-main .element-7.second {
        right: 1%;
    }
}

@media (max-width: 420px) {
    .product-main .element-7.second {
        width: 80px;
    }
}

.product-main .element-8 {
    content: "";
    position: fixed;
    left: 44%;
    top: 0;
    width: 180px;
    height: 370px;
    z-index: -1;
    background-image: url(../images/elements/element-6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1750px) {
    .product-main .element-8 {
        width: 170px;
        height: 360px;
    }
}

@media (max-width: 1550px) {
    .product-main .element-8 {
        width: 160px;
        height: 350px;
    }
}

@media (max-width: 1480px) {
    .product-main .element-8 {
        width: 150px;
        height: 315px;
    }
}

@media (max-width: 1199px) {
    .product-main .element-8 {
        left: 47%;
        width: 130px;
        height: 265px;
    }
}

@media (max-width: 991px) {
    .product-main .element-8 {
        left: 20%;
    }
}

@media (max-width: 768px) {
    .product-main .element-8 {
        left: 0;
    }
}

@media (max-width: 480px) {
    .product-main .element-8 {
        left: 1%;
        width: 100px;
    }
}

@media (max-width: 420px) {
    .product-main .element-8 {
        width: 80px;
    }
}

.product-main .element-9 {
    content: "";
    position: fixed;
    right: 4%;
    top: 0;
    width: 180px;
    height: 370px;
    z-index: -1;
    background-image: url(../images/elements/element-7.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1850px) {
    .product-main .element-9 {
        right: 3%;
    }
}

@media (max-width: 1750px) {
    .product-main .element-9 {
        width: 170px;
        height: 360px;
        right: 4%;
    }
}

@media (max-width: 1550px) {
    .product-main .element-9 {
        width: 160px;
        height: 350px;
        /* right: 2%; */
    }
}

@media (max-width: 1480px) {
    .product-main .element-9 {
        width: 150px;
        height: 315px;
    }
}

@media (max-width: 1199px) {
    .product-main .element-9 {
        width: 130px;
        height: 265px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .product-main .element-9 {
        right: 20%;
    }
}

@media (max-width: 768px) {
    .product-main .element-9 {
        right: 0;
    }
}

@media (max-width: 480px) {
    .product-main .element-9 {
        right: 1%;
        width: 100px;
    }
}

@media (max-width: 420px) {
    .product-main .element-9 {
        width: 80px;
    }
}

.product-main .element-10 {
    content: "";
    position: fixed;
    left: 20%;
    top: 0;
    width: 240px;
    height: 650px;
    z-index: -1;
    background-image: url(../images/elements/element-10.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1750px) {
    .product-main .element-10 {
        width: 220px;
        height: 600px;
        left: 18%;
    }
}

@media (max-width: 1550px) {
    .product-main .element-10 {
        width: 200px;
        height: 540px;
        left: 16%;
    }
}

@media (max-width: 1480px) {
    .product-main .element-10 {
        width: 180px;
        height: 500px;
    }
}

@media (max-width: 1199px) {
    .product-main .element-10 {
        /* left: 3%; */
        width: 160px;
    }
}

@media (max-width: 991px) {
    .product-main .element-10 {
        left: 16%;
        width: 140px;
        height: 390px;
    }
}

@media (max-width: 480px) {
    .product-main .element-10 {
        width: 80px;
    }
}

.product-main .element-11 {
    content: "";
    position: fixed;
    right: 23%;
    top: 0;
    width: 200px;
    height: 500px;
    z-index: -1;
    background-image: url(../images/elements/element-11.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1750px) {
    .product-main .element-11 {
        width: 190px;
        height: 400px;
        right: 20%;
    }
}

@media (max-width: 1550px) {
    .product-main .element-11 {
        width: 170px;
        height: 365px;
        right: 18%;
    }
}

@media (max-width: 1480px) {
    .product-main .element-11 {
        width: 150px;
        height: 315px;
    }
}

@media (max-width: 1199px) {
    .product-main .element-11 {
        /* right: 3%; */
        width: 130px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .product-main .element-11 {
        right: 16%;
    }
}

@media (max-width: 480px) {
    .product-main .element-11 {
        width: 70px;
    }
}

.product-main .product-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .product-main.spin-layout .product-content {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .product-main .product-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .product-main.spin-layout .product-content {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.product-main .img-content {
    width: 46%;
    text-align: right;
    padding-right: 60px;
    padding-top: 30px;
}

@media (max-width: 1199px) {
    .product-main .img-content {
        width: 48%;
        padding-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .product-main .img-content {
        display: none;
    }
}

.product-main .img-content img {
    max-height: calc(100vh - 300px);
    object-fit: contain;
}

@media (max-width: 1550px) {
    .product-main .img-content img {
        max-height: calc(100vh - 250px);
    }
}

@media (max-width: 1370px) {
    .product-main .img-content img {
        width: 80%;
        height: auto;
        max-height: unset;
    }
}

@media (max-width: 1280px) {
    .product-main .img-content img {
        width: 85%;
        /* max-height: calc(100vh - 200px); */
    }
}

@media (max-width: 1199px) {
    .product-main .img-content img {
        width: 90%;
        height: auto;
        max-height: 100%;
    }
}

.product-main .img-content__mobile {
    display: none;
    padding-top: 10px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .product-main .img-content__mobile {
        display: block;
    }
}

.product-main .img-content__mobile img {
    width: 50%;
    height: auto;
    margin-right: -10%;
}

@media (max-width: 600px) {
    .product-main .img-content__mobile img {
        width: 55%;
    }
}

.product-main .spin-content {
    position: relative;
    width: 46%;
    padding: 10px;
}

@media (max-width: 1370px) {
    .product-main .spin-content {
        width: 48%;
    }
}

@media (max-width: 991px) {
    .product-main .spin-content {
        width: 100%;
        padding: 0;
    }
}

.product-main .spin__desktop {
    display: block;
}

.product-main .spin__mobile {
    display: none;
}

@media (max-width: 991px) {
    .product-main .spin__desktop {
        display: none;
    }

    .product-main .spin__mobile {
        display: block;
    }
}

.product-main .step1-box {
    width: 54%;
    padding-right: 180px;
    padding-top: 10px;
}

@media (max-width: 1750px) {
    .product-main .step1-box {
        padding-right: 170px;
    }
}

@media (max-width: 1550px) {
    .product-main .step1-box {
        padding-right: 120px;
    }
}

@media (max-width: 1370px) {
    .product-main .step1-box {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    .product-main .step1-box {
        padding-right: 0;
        width: 48%;
    }
}

@media (max-width: 991px) {
    .product-main .step1-box {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .product-main .step1-box {
        width: 100%;
    }
}

.product-main .step2-box {
    width: 46%;
    padding-right: 60px;
}

@media (max-width: 1550px) {
    .product-main .step2-box {
        padding-right: 40px;
    }
}

@media (max-width: 1370px) {
    .product-main .step2-box {
        width: 44%;
    }
}

@media (max-width: 1199px) {
    .product-main .step2-box {
        padding-right: 0;
        width: 40%;
    }
}

@media (max-width: 991px) {
    .product-main .step2-box {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .product-main .step2-box {
        margin-top: 20px;
        width: 100%;
    }
}

.product-main .spin-wrap {
    position: relative;
    width: 670px;
    height: 670px;
    z-index: 1;
}

.product-main .spin-inn {
    position: relative;
    width: 670px;
    height: 670px;
    background-color: var(--primary-color);
    border: 4px solid var(--white);
    outline: 10px solid var(--light-purple);
    border-radius: 50%;
    transition: 5s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
}

@media (max-width: 1750px) {
    .product-main .spin-wrap {
        width: 620px;
        height: 620px;
    }

    .product-main .spin-inn {
        width: 620px;
        height: 620px;
    }
}

@media (max-width: 1550px) {
    .product-main .spin-wrap {
        width: 580px;
        height: 580px;
    }

    .product-main .spin-inn {
        width: 580px;
        height: 580px;
    }
}

@media (max-width: 1480px) {
    .product-main .spin-wrap {
        width: 550px;
        height: 550px;
    }

    .product-main .spin-inn {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1370px) {
    .product-main .spin-wrap {
        width: 530px;
        height: 530px;
    }

    .product-main .spin-inn {
        width: 530px;
        height: 530px;
    }
}

@media (max-width: 1199px) {
    .product-main .spin-wrap {
        width: 500px;
        height: 500px;
    }

    .product-main .spin-inn {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1100px) {
    .product-main .spin-wrap {
        width: 480px;
        height: 480px;
    }

    .product-main .spin-inn {
        width: 480px;
        height: 480px;
    }
}

@media (max-width: 1024px) {
    .product-main .spin-wrap {
        width: 470px;
        height: 470px;
    }

    .product-main .spin-inn {
        width: 470px;
        height: 470px;
    }
}

@media (max-width: 991px) {
    .product-main .spin-wrap {
        width: 500px;
        height: 500px;
        margin: 10px auto 25px auto;
    }

    .product-main .spin-inn {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 768px) {
    .product-main .spin-wrap {
        width: 460px;
        height: 460px;
    }

    .product-main .spin-inn {
        width: 460px;
        height: 460px;
    }
}

@media (max-width: 650px) {
    .product-main .spin-wrap {
        width: 440px;
        height: 440px;
    }

    .product-main .spin-inn {
        width: 440px;
        height: 440px;
    }
}

@media (max-width: 600px) {
    .product-main .spin-wrap {
        width: 400px;
        height: 400px;
    }

    .product-main .spin-inn {
        width: 400px;
        height: 400px;
        outline: 4px solid var(--light-purple);
    }
}

@media (max-width: 480px) {
    .product-main .spin-wrap {
        width: 350px;
        height: 350px;
    }

    .product-main .spin-inn {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 420px) {
    .product-main .spin-wrap {
        width: 300px;
        height: 300px;
        margin: 5px auto 40px auto;
    }

    .product-main .spin-inn {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 370px) {
    .product-main .spin-wrap {
        width: 270px;
        height: 270px;
    }

    .product-main .spin-inn {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 340px) {
    .product-main .spin-wrap {
        width: 250px;
        height: 250px;
    }

    .product-main .spin-inn {
        width: 250px;
        height: 250px;
    }
}

.product-main .spin-arrow {
    display: block;
    position: absolute;
    right: -11%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center center;
    z-index: 10;
    transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-main .spin-arrow img {
    width: 100px;
    height: auto;
}

@media (max-width: 1750px) {
    .product-main .spin-arrow img {
        width: 90px;
    }
}

@media (max-width: 1550px) {
    .product-main .spin-arrow {
        right: -9%;
    }

    .product-main .spin-arrow img {
        width: 80px;
    }
}

@media (max-width: 1480px) {
    .product-main .spin-arrow img {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .product-main .spin-arrow {
        right: -7%;
    }

    .product-main .spin-arrow img {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .product-main .spin-arrow {
        right: -10%;
    }
}

@media (max-width: 1199px) {
    .product-main .spin-arrow {
        right: -8%;
    }

    .product-main .spin-arrow img {
        width: 50px;
    }
}

@media (max-width: 370px) {
    .product-main .spin-arrow {
        right: -9%;
    }

    .product-main .spin-arrow img {
        width: 40px;
    }
}

.product-main .spin-inn .spin-box {
    font-family: DIN-Condensed-Bold;
    height: 50%;
    width: 50%;
    position: absolute;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    transform: translateX(-50%);
    transform-origin: bottom;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: 1px;
    color: var(--white);
    left: 50%;
}

@media (max-width: 1750px) {
    .product-main .spin-inn .spin-box {
        font-size: 24px;
    }
}

@media (max-width: 1550px) {
    .product-main .spin-inn .spin-box {
        font-size: 22px;
    }
}

@media (max-width: 1480px) {
    .product-main .spin-inn .spin-box {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .product-main .spin-inn .spin-box {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .product-main .spin-inn .spin-box {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 480px) {
    .product-main .spin-inn .spin-box {
        font-size: 14px;
        line-height: 0.95;
    }
}

@media (max-width: 440px) {
    .product-main .spin-inn .spin-box {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .product-main .spin-inn .spin-box {
        font-size: 11px;
    }
}

.product-main .spin-inn .spin-box span {
    display: block;
    transform: rotate(-90deg);
    padding-left: 25%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 8px;
}

@media (max-width: 1480px) {
    .product-main .spin-inn .spin-box span {
        padding-left: 22%;
    }
}

@media (max-width: 600px) {
    .product-main .spin-inn .spin-box span {
        padding-left: 20%;
    }
}

@media (max-width: 480px) {
    .product-main .spin-inn .spin-box span {
        padding-left: 16%;
        width: 75%;
        text-align: left;
        margin-right: 3px;
    }
}

@media (max-width: 420px) {
    .product-main .spin-inn .spin-box span {
        margin: 0;
    }
}

.product-main .spin-inn .one {
    background-color: var(--light-blue);
    transform: translateX(-50%) rotate(0deg);
}

.product-main .spin-inn .two {
    background-color: var(--sky-blue);
    transform: translateX(-50%) rotate(45deg);
}

.product-main .spin-inn .three {
    background-color: var(--light-purple);
    transform: translateX(-50%) rotate(90deg);
}

.product-main .spin-inn .four {
    background-color: var(--purple);
    transform: translateX(-50%) rotate(135deg);
}

.product-main .spin-inn .five {
    background-color: var(--light-blue);
    transform: translateX(-50%) rotate(180deg);
}

.product-main .spin-inn .six {
    background-color: var(--sky-blue);
    transform: translateX(-50%) rotate(225deg);
}

.product-main .spin-inn .seven {
    background-color: var(--light-purple);
    transform: translateX(-50%) rotate(270deg);
}

.product-main .spin-inn .eight {
    background-color: var(--purple);
    transform: translateX(-50%) rotate(315deg);
}

.product-main .spin-inn .two::before,
.product-main .spin-inn .four::before,
.product-main .spin-inn .six::before,
.product-main .spin-inn .eight::before {
    content: "";
    position: absolute;
    background-image: url("../images/elements/spin-element-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 180px;
    left: 23%;
    bottom: 28%;
    transform: rotate(-26deg);
}

@media (max-width: 1480px) {

    .product-main .spin-inn .two::before,
    .product-main .spin-inn .four::before,
    .product-main .spin-inn .six::before,
    .product-main .spin-inn .eight::before {
        left: 20%;
    }
}

@media (max-width: 1199px) {

    .product-main .spin-inn .two::before,
    .product-main .spin-inn .four::before,
    .product-main .spin-inn .six::before,
    .product-main .spin-inn .eight::before {
        width: 120px;
        height: 140px;
    }
}

@media (max-width: 480px) {

    .product-main .spin-inn .two::before,
    .product-main .spin-inn .four::before,
    .product-main .spin-inn .six::before,
    .product-main .spin-inn .eight::before {
        width: 90px;
        height: 100px;
    }
}

.product-main .spin-circle {
    text-align: left;
    font-family: DIN-Condensed-Bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    font-size: 30px;
    line-height: 0.85;
    background-color: var(--light-black);
    text-transform: uppercase;
    border: 4px solid var(--white);
    font-weight: bold;
    color: var(--white);
    border-radius: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1750px) {
    .product-main .spin-circle {
        width: 110px;
        height: 110px;
        font-size: 26px;
    }
}

@media (max-width: 1550px) {
    .product-main .spin-circle {
        width: 100px;
        height: 100px;
        font-size: 26px;
    }
}

@media (max-width: 1480px) {
    .product-main .spin-circle {
        font-size: 24px;
    }
}

@media (max-width: 1370px) {
    .product-main .spin-circle {
        font-size: 22px;
    }
}

@media (max-width: 1280px) {
    .product-main .spin-circle {
        font-size: 20px;
        padding: 12px;
    }
}

@media (max-width: 1199px) {
    .product-main .spin-circle {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .product-main .spin-circle {
        padding: 8px;
    }
}

@media (max-width: 600px) {
    .product-main .spin-circle {
        width: 80px;
        height: 80px;
        font-size: 18px;
        padding: 6px;
    }
}

@media (max-width: 480px) {
    .product-main .spin-circle {
        width: 60px;
        height: 60px;
        font-size: 14px;
        border: 3px solid var(--white);
    }
}

@media (max-width: 420px) {
    .product-main .spin-circle {
        width: 55px;
        height: 55px;
        font-size: 12px;
    }
}

/*  */

.product-main .section-title {
    text-align: left;
}

@media (max-width: 991px) {
    .product-main .section-title {
        text-align: center;
        margin: 0 20%;
    }
}

@media (max-width: 768px) {
    .product-main .section-title {
        text-align: center;
        margin: 0 10%;
    }
}

@media (max-width: 600px) {
    .product-main .section-title {
        margin: 0;
    }
}

.product-main .text-content .title {
    font-family: DIN-Condensed-Bold;
    font-size: 104px;
    line-height: 0.85;
    color: var(--white);
    margin-bottom: 25px;
}

.product-main .text-content .title span {
    display: block;
}

@media (max-width: 1800px) {
    .product-main .text-content .title {
        font-size: 94px;
    }
}

@media (max-width: 1750px) {
    .product-main .text-content .title {
        font-size: 90px;
    }
}

@media (max-width: 1600px) {
    .product-main .text-content .title {
        font-size: 86px;
    }
}

@media (max-width: 1550px) {
    .product-main .text-content .title {
        font-size: 80px;
    }
}

@media (max-width: 1480px) {
    .product-main .text-content .title {
        font-size: 75px;
    }
}

@media (max-width: 1420px) {
    .product-main .text-content .title {
        font-size: 70px;
    }
}

@media (max-width: 1370px) {
    .product-main .text-content .title {
        font-size: 65px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1280px) {
    .product-main .text-content .title {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .product-main .text-content .title {
        font-size: 55px;
    }
}

@media (max-width: 1024px) {
    .product-main .text-content .title {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .product-main .text-content .title {
        font-size: 45px;
        line-height: 0.9;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .product-main .text-content .title {
        max-width: 270px;
        line-height: 0.95;
    }
    .product-main.spin-layout .text-content .title {
        max-width: 290px;
    }
}

@media (max-width: 480px) {
    .product-main .text-content .title {
        font-size: 44px;
    }
}

@media (max-width: 380px) {
    .product-main .text-content .title span {
        display: inline;
    }
}

.product-main .text-content .list {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.1;
    list-style: none;
    margin: 0;
    color: var(--white);
    padding-top: 5px;
    margin-bottom: 30px;
}

@media (max-width: 1750px) {
    .product-main .text-content .list {
        font-size: 32px;
    }
}

@media (max-width: 1550px) {
    .product-main .text-content .list {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1480px) {
    .product-main .text-content .list {
        font-size: 28px;
    }
}

@media (max-width: 1370px) {
    .product-main .text-content .list {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .product-main .text-content .list {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .product-main .text-content .list {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .product-main .text-content .list {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .product-main .text-content .list {
        display: inline-block;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .product-main .text-content .list {
        font-size: 20px;
    }
}

.product-main .text-content .list li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 4px;
}

@media (max-width: 991px) {
    .product-main .text-content .list li {
        padding-left: 24px;
        padding-bottom: 8px;
        text-align: left;
    }
}

.product-main .text-content .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 10px;
    height: 10px;
    background-color: var(--sky-blue);
    border-radius: 50%;
}

@media (max-width: 1550px) {
    .product-main .text-content .list li::before {
        top: 16px;
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 1199px) {
    .product-main .text-content .list li::before {
        top: 13px;
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 991px) {
    .product-main .text-content .list li::before {
        top: 11px;
    }
}

.product-main .text-content .subtitle {
    font-family: DINPro-CondensedRegular;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    color: var(--white);
    margin-bottom: 40px;
}

@media (max-width: 1800px) {
    .product-main .text-content .subtitle {
        font-size: 72px;
    }
}

@media (max-width: 1750px) {
    .product-main .text-content .subtitle {
        font-size: 42px;
    }
}

@media (max-width: 1550px) {
    .product-main .text-content .subtitle {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1480px) {
    .product-main .text-content .subtitle {
        font-size: 38px;
    }
}

@media (max-width: 1370px) {
    .product-main .text-content .subtitle {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .product-main .text-content .subtitle {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .product-main .text-content .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .product-main .text-content .subtitle {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .product-main .text-content .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .product-main .text-content .subtitle {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .product-main .text-content .subtitle {
        font-size: 26px;
    }
}

@media (max-width: 380px) {
    .product-main .text-content .subtitle {
        font-size: 24px;
    }
}

.product-main .text-content .subtitle span {
    font-family: DINPro-CondensedBold;
}

.product-main .note {
    font-family: DINPro-CondensedRegular;
    font-size: 25px;
    font-weight: normal;
    display: block;
    color: var(--white);
    margin-bottom: 40px;
}

@media (max-width: 1370px) {
    .product-main .note {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .product-main .note {
        font-size: 22px;
    }
}

.product-main .form-content {
    padding-right: 20px;
}

@media (max-width: 1750px) {
    .product-main .form-content {
        padding-right: 60px;
    }
}

@media (max-width: 1550px) {
    .product-main .form-content {
        padding-right: 100px;
    }
}

@media (max-width: 1280px) {
    .product-main .form-content {
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    .product-main .form-content {
        padding-right: 0;
        text-align: center;
    }
}

.product-main .form-group {
    margin-bottom: 20px;
}

@media (max-width: 1550px) {
    .product-main .form-group {
        margin-bottom: 18px;
    }
}

@media (max-width: 1370px) {
    .product-main .form-group {
        margin-bottom: 16px;
    }
}

.product-main .form-control {
    width: 100%;
    height: 50px;
    font-family: Helvetica-Regular;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid var(--light-purple);
    background-color: var(--white);
    color: var(--light-black);
    padding: 5px 20px;
    border-radius: 8px;
    letter-spacing: 1px;
}

@media (max-width: 1750px) {
    .product-main .form-control {
        height: 48px;
    }
}

@media (max-width: 991px) {
    .product-main .form-control {
        height: 50px;
    }
}

@media (max-width: 600px) {
    .product-main .form-control {
        height: 48px;
    }
}

.product-main input::placeholder {
    font-size: 16px;
    color: var(--text-color);
}

.product-main .terms-group {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 991px) {
    .product-main .terms-group {
        width: 100%;
        justify-content: flex-start;
    }
}

.product-main .terms-group label {
    font-family: Helvetica-Regular;
    font-size: 16px;
    font-weight: normal;
    color: var(--white);
}

.product-main .terms-group input {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.product-main .terms-group label a {
    color: var(--sky-blue);
    text-decoration: underline;
}

.product-main .btn-group {
    margin-top: 40px;
}

@media (max-width: 1550px) {
    .product-main .btn-group {
        margin-top: 35px;
    }
}

@media (max-width: 1370px) {
    .product-main .btn-group {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .product-main .btn-group {
        display: flex;
        justify-content: center;
    }
}

.product-main .btn-group .btn {
    font-family: Helvetica-Regular;
    font-weight: normal;
    font-size: 18px;
    padding: 8px 34px;
    background-color: var(--sky-blue);
    color: var(--white);
    border: 0;
    border-radius: 16px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.product-main .btn-group .btn:hover {
    background-color: var(--primary-color);
}

.product-main .play-icon {
    width: 85px;
    cursor: pointer;
    margin-bottom: 25px;
}

.product-main .play-icon img {
    width: 85px;
    height: auto;
}

@media (max-width: 1550px) {

    .product-main .play-icon,
    .product-main .play-icon img {
        width: 80px;
    }
}

@media (max-width: 1370px) {

    .product-main .play-icon,
    .product-main .play-icon img {
        width: 75px;
    }
}

@media (max-width: 1280px) {

    .product-main .play-icon,
    .product-main .play-icon img {
        width: 70px;
    }
}

@media (max-width: 991px) {

    .product-main .play-icon,
    .product-main .play-icon img {
        width: 65px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 380px) {

    .product-main .play-icon,
    .product-main .play-icon img {
        width: 55px;
    }
}

.product-main .thankyou-content {
    text-align: center;
}

.product-main .thankyou-content .title {
    font-family: DIN-Condensed-Bold;
    font-size: 105px;
    line-height: 0.9;
    color: var(--white);
    margin-bottom: 80px;
}

@media (max-width: 1800px) {
    .product-main .thankyou-content .title {
        font-size: 100px;
    }
}

@media (max-width: 1750px) {
    .product-main .thankyou-content .title {
        font-size: 95px;
    }
}

@media (max-width: 1550px) {
    .product-main .thankyou-content .title {
        font-size: 90px;
    }
}

@media (max-width: 1480px) {
    .product-main .thankyou-content .title {
        font-size: 85px;
    }
}

@media (max-width: 1420px) {
    .product-main .thankyou-content .title {
        font-size: 80px;
    }
}

@media (max-width: 1370px) {
    .product-main .thankyou-content .title {
        font-size: 70px;
    }
}

@media (max-width: 1280px) {
    .product-main .thankyou-content .title {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .product-main .thankyou-content .title {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .product-main .thankyou-content .title {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .product-main .thankyou-content .title {
        margin-bottom: 70px;
    }
}

@media (max-width: 600px) {
    .product-main .thankyou-content .title {
        font-size: 50px;
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .product-main .thankyou-content .title {
        font-size: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 420px) {
    .product-main .thankyou-content .title {
        font-size: 40px;
        margin-bottom: 45px;
    }
}

.product-main .thankyou-content .title span {
    display: block;
    font-family: ProximaNova-Black;
    color: var(--light-purple);
    margin-top: 0px;
    font-size: 72px
}

@media (max-width: 1280px) {
    .product-main .thankyou-content .title span {
        font-size: 72px;
        margin-top: 0px;
        line-height: 1.1;
    }
}

@media (max-width: 600px) {
    .product-main .thankyou-content .title span {
          font-size: 32px;
        line-height: 1;
    }
}

.product-main .thankyou-content .subtitle {
    font-family: DINPro-CondensedBold;
    font-size: 45px;
    line-height: 0.85;
    color: var(--white);
}

@media (max-width: 1550px) {
    .product-main .thankyou-content .subtitle {
        font-size: 44px;
    }
}

@media (max-width: 1480px) {
    .product-main .thankyou-content .subtitle {
        font-size: 42px;
    }
}

@media (max-width: 1370px) {
    .product-main .thankyou-content .subtitle {
        font-size: 40px;
    }
}

@media (max-width: 1280px) {
    .product-main .thankyou-content .subtitle {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .product-main .thankyou-content .subtitle {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .product-main .thankyou-content .subtitle {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .product-main .thankyou-content .subtitle {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .product-main .thankyou-content .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 380px) {
    .product-main .thankyou-content .subtitle {
        font-size: 28px;
    }
}

.product-main .fail-content {
    text-align: center;
}

.product-main .fail-content img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 2px;
}

@media (max-width: 1550px) {
    .product-main .fail-content img {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 1370px) {
    .product-main .fail-content img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 1280px) {
    .product-main .fail-content img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .product-main .fail-content img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 480px) {
    .product-main .fail-content img {
        width: 120px;
        height: 120px;
    }
}

.product-main .fail-content .sublabel {
    display: block;
    font-family: DIN-Condensed-Bold;
    font-size: 75px;
    line-height: 1;
    color: var(--white);
    margin-bottom: 50px;
}

@media (max-width: 1550px) {
    .product-main .fail-content .sublabel {
        font-size: 75px;
           margin-top: 10px;
    }
}

@media (max-width: 1370px) {
    .product-main .fail-content .sublabel {
        font-size: 65px;
        margin-bottom: 45px;
           margin-top: 10px;
    }
}

@media (max-width: 1280px) {
    .product-main .fail-content .sublabel {
          margin-top: 10px;
        font-size: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .product-main .fail-content .sublabel {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .product-main .fail-content .sublabel {
            margin-top: 10px;
        font-size: 45px;
    }
}

@media (max-width: 600px) {
    .product-main .fail-content .sublabel {
           margin-top: 10px;
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .product-main .fail-content .sublabel {
          margin-top: 10px;
        font-size: 38px;
    }
}

.product-main .fail-content .title {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .product-main .fail-content .title {
        margin-bottom: 10px;
    }
}

.product-main .fail-content .subtitle {
    font-size: 56px;
}

@media (max-width: 1550px) {
    .product-main .fail-content .subtitle {
        font-size: 52px;
    }
}

@media (max-width: 1480px) {
    .product-main .fail-content .subtitle {
        font-size: 48px;
    }
}

@media (max-width: 1370px) {
    .product-main .fail-content .subtitle {
        font-size: 46px;
    }
}

@media (max-width: 1280px) {
    .product-main .fail-content .subtitle {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .product-main .fail-content .subtitle {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .product-main .fail-content .subtitle {
        font-size: 38px;
    }
}

@media (max-width: 600px) {
    .product-main .fail-content .subtitle {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .product-main .fail-content .subtitle {
        font-size: 32px;
    }
}

@media (max-width: 380px) {
    .product-main .fail-content .subtitle {
        font-size: 28px;
    }
}