@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body,
html {
    background-color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    /* height: 100vh; */
    /* width: 100vw; */
    /* max-width: 100vw; */
    /* max-height: 100vh; */
    font-family: "Inter", sans-serif;
    /* max-width: 412px; */
    height: full;
    margin: 0 auto;
    overflow: auto;
}

/* Main Section */
#main {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

#bg_img,
.bg_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.getYour {
    width: 250px;
    margin-bottom: -35px;
}
.viteCheck {
    width: 320px;
}

.kumarikacontainerImg {
    margin-top: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kumarikacontainerImg img {
    width: 80px;
    height: 170px;
    object-fit: cover;
    position: absolute;
}

.kumarikacontainerImg img.show {
    position: static;
    transform: none;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.kumarikalight {
    position: absolute;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
    animation: blink 2s infinite;
}
#progressContainer{
    width: calc(100% - 40px);   
    height: 2px;
    background: #ffffff25;
    position: absolute;
    bottom: 20px;               
    left: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
}
#progressBar{
    width: 0%;
    height: 100%;
    background: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
}
#secondSection {
    background: url("/assest/tarmsBG.png") center / cover no-repeat;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    display: none;
    padding: 8px;
    padding-bottom: 50px !important;
}

#secondSectionlogo {
    display: flex;
    justify-content: space-between;
}

#viveLogo {
    width: 114px;
    height: 68px;
    margin-top: 15px;
}
#megnetLogo {
    margin-top: 15px;
    width: 166px;
    height: 68px;
}

#Terms_and_Conditions {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 0.65);
    border-radius: 24px;
    text-align: left;
    margin-top: 40px;
    padding: 10px 10px 20px 10px;
}

.Terms_content {
    padding: 5px 10px;
}

.Terms_Heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.Terms_Title {
    color: white;
    margin-top: 23px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
#kumarika_list {
    font-size: 15.5px;
    margin-left: 9px;
}
#kumarika_list_span {
    margin-left: -9px;
    font-size: 16px;
}
.Terms_Descptrion {
    font-size: 15px;
    margin-top: 4px;
}

.Terms_Descptrion_lastone {
    margin-top: 30px;
    font-size: 16px;
}

.Terms_Heading2 {
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
}

.imageTextworksLike {
    margin-top: 35%;
    width: 82%;
    margin-bottom: -12%;
}

.imageTextmagnet {
    width: 80%;
    position: relative;
    margin-bottom: 1.5%;
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

#main,
#secondSection {
    transition: opacity 5s ease-in-out;
}

.main_section {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    /* margin-left: 10px; */
    /* margin-bottom: -700px; */
}

.vibetext {
    width: 114px;
    height: 51px;
}

.perfume {
    width: 100px;
    height: 9.5px;
}

.nextButtonMainSection {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 83%; */
    bottom: 5%;
    width: 100%;
    opacity: 0;
}

#next {
    padding: 0px 5px;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

#nextButtomImage {
    /* cursor: pointer; */
    width: 12px;
    height: 14px;
}

#acceptButton button {
    margin-top: 35px;
    width: 156px;
    height: 51px;
    border-radius: 50px;
    font-size: 0.95rem;
    background-color: rgba(255, 255, 255, 0.649);
    font-weight: 400;
    border: none;
}

#acceptButton {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    padding-bottom: 15%;
}

@media (max-width: 768px) {
    .kumarikacontainerImg img {
        width: 80px;
        height: 170px;
    }

    .Terms_Heading {
        color: white;
        font-size: 1.5rem;
    }

    .Terms_Descptrion {
        font-size: 15px;
    }

    #acceptButton button {
        width: 120px;
        height: 50px;
        font-weight: 400;

        font-size: 0.95rem;
    }
    #viveLogo {
        width: 114px;
        height: 68px;
        margin-top: 15px;
    }
    #megnetLogo {
        width: 166px;
        margin-top: 15px;
        height: 68px;
    }

    #secondSection {
        padding: 5px 20px;
    }
}

@media (max-width: 480px) {
    .kumarikacontainerImg img {
        width: 80px;
        height: 170px;
    }

    .Terms_Heading {
        font-size: 1.5rem;
        color: white;
    }

    .Terms_Descptrion {
        font-size: 15px;
    }

    #acceptButton button {
        width: 120px;
        height: 50px;
        font-size: 0.95rem;
        font-weight: 400;
    }

    #viveLogo {
        width: 114px;
        margin-top: 15px;
        height: 68px;
    }
    #megnetLogo {
        margin-top: 15px;
        width: 166px;
        height: 68px;
    }
}
/* Start Backgroun RGB color */
div#kumarika_bg_buttom {
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 0;
}
.Terms_Title_Service {
    font-size: 16px;
    margin-top: 20px;
    color: white;
    font-weight: 700;
}

/* Next Button and last one  */
.Terms_Title_Liability {
    font-size: 16px;
    color: white;
    margin-top: 20px;
    font-weight: 700;
}
#viveLogoTryon {
    width: 114px;
    margin-top: 15px;
    height: 68px;
}
#magnetTryon {
    margin-top: 15px;
    width: 166px;
    height: 68px;
}

/* start load on image first time load  */

#main_section_top {
    animation: fadeIn 1.5s ease-in forwards;
    animation-delay: 1.5s;
    opacity: 0;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
/* end load on image first time load  */

#tryOn_logo {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px 0px 20px;
}

.nextButtonMainSectionFadeInAnimation {
    animation: fadeIn 0.5s ease-in forwards;
    animation-delay: 1s;
    opacity: 0;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.buttonBack {
    top: 5%;
    left: 3.5%;
    width: 40px;
    height: 40px;
    fill: white;
    position: absolute;
}

/* #green_screen_bottom_section {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    background-image: url(../../assest/gradient.png);
    background-position: bottom;
    background-size: cover;
    /* background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3085609243697479) 100%); 
} 

*/

div#green_screen_bottom_section img {
    height: 100%;
    margin-right: 15px;
}
#green_screen_bottom_section {
    width: 100%;
    height: 5%;
    position: fixed;
    padding: 4px 18px;
    bottom: 0;
    justify-content: center;
    display: flex;
    background-image: url(../../assest/bottom_bg.png);
    background-position: bottom;
    background-size: cover;
}

/* Coming soon page style start */

#comingSoonContainer {
    transition: all 0.5s ease-in-out;
}

#comingSoonPage {
    width: 412px;
    height: 100%;
    background-image: url(../../assest/BG-1empty.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    flex-direction: column;
}

.fullScreen {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.comingSoonVibeImage {
    width: 100%;
    display: flex;
    justify-content: center;
}

.comingSoonVibeImage img {
    width: 70px;
    margin: 2px;
}

button#reloadButton {
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%; /* Ensure circular shape */
    font-size: 51px;
    font-weight: bold;
    color: white;
    border: 5px solid white;
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    cursor: pointer; /* Make it clear it's clickable */
    background-color: transparent; /* Optional: Add background color if needed */
}
#reloadButton img {
    width: 70%;
    height: 70%;
    filter: invert(100%) brightness(100%);
}
.comingSoonText {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    rotate: -11deg;
    margin-bottom: 36px;
}
.comingSoonTextContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
