body {
    background-color: white;
    text-rendering: optimizeLegibility;
    font-family: "Poppins", sans-serif;
    width: 100vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

a,
a:hover {
    color: inherit;
    text-decoration: none !important;
}

a:active,
a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
}

.button:focus {
    outline: none !important;
    -moz-outline-style: none !important;
}

*:focus:not(.focus-visible) {
    outline: none;
}

.background-img {
    background-image: url("../images/bg.jpg");
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    background-size: 0 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.background-img::before {
    content: "";
    z-index: -1;
    position: inherit;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(100px);
    transform: scale(1.2);
    will-change: filter;
}

.specific-cont {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    border-radius: 24px;
    width: 720px;
    height: fit-content;
    margin-bottom: 72px;
    margin-top: 72px;
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.sub-specific {
    width: 560px;
    margin: auto;
    text-align: center;
}

.resized {
    margin-top: 80px;
    border-radius: 16px;
    position: relative;
    background-image: url("../images/resized.jpg");
    width: 420px;
    /*height: 520px;*/
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.imgs-titles {
    position: relative;
}

.titlesx {
    bottom: -15px;
    position: absolute;
    width: 100%;
    height: 92px;
    z-index: 10;
}

.textus {
    color: rgb(0, 156, 224);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
    display: inline;
}

.bbadge {
    display: inline-flex;
    background-color: #fff;
    border-radius: 10000px;
    margin: 0 0px;
}

@keyframes shake_small_infinite2 {

    0%,
    to {
        transform: translateZ(0)
    }

    50%,
    to {
        transform: translateZ(0)
    }

    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translate3d(-1px, 0, 0)
    }

    60%,
    70%,
    80%,
    90% {
        transform: translate3d(1px, 0, 0)
    }

    100% {
        transform: translateZ(0)
    }
}

.shake_small_infinite2 {
    animation-name: shake_small_infinite2;
    transform-origin: center;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

@keyframes shake_small_infinite {

    0%,
    to {
        transform: translateZ(0)
    }

    5%,
    15%,
    25%,
    35%,
    45% {
        transform: translate3d(-5px, 0, 0)
    }

    10%,
    20%,
    30%,
    40% {
        transform: translate3d(5px, 0, 0)
    }

    50% {
        transform: translateZ(0)
    }
}

.shake_small_infinite {
    animation-name: shake_small_infinite;
    transform-origin: center;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.foggy {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 7rem;
    bottom: 0px;
    position: absolute;
}

.foggy2 {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 6rem;
    bottom: 0px;
    position: absolute;
}

.minor-title {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.012em;
    color: #1bb0eb;
}

.modik {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0em;
    margin-top: 4px;
}

.timerx {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    margin-top: 6px;
}

.thespano {
    color: #39b3fe;
    font-weight: 500;
    /*background-color: #39b3fe;*/
    /*padding: 3px;*/
    /*border-radius: 8px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);*/
    display: inline-block;
}

.diaonmi {
    font-weight: 700;
    background-color: #fff;
    border-radius: 100px;
    text-shadow: 1px 0px 1px rgb(255, 255, 255);
    padding-left: 6px;
    padding-right: 6px;
    padding-top: .5px;
    padding-bottom: .5px;
}

#countax {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

#countaxx {
    font-family: "Courier New", Courier, "Lucida Console", "Roboto Mono", monospace !important;
        font-weight: 600;
        margin-left:3px;
}

.onemonox {
        font-family: "Courier New", Courier, "Lucida Console", "Roboto Mono", monospace !important;
        font-weight: 600;
}

.sdwdxw {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.cacaxaef {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.mt-cz {
    margin-top: 1.5rem;
}

.mt-cz2 {
    margin-top: 2.5rem;
}

.separator {
    background-image: url(../images/separator.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5px;
    height: 15px;
    margin-left: 5px;
}

.clock {
    content: '';
    background-image: url(../images/clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
}

.respond-time {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #8a96a3;
}

.point-grn {
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
    border-radius: 1000px;
    background: #35d063;
    /*border: 1px solid white;*/
    margin-bottom: 1px;
}

.txt-grey {
    font-size: 11px;
    line-height: 16px;
    color: #8a96a3;
    font-family: 'Roboto', sans-serif;
}

.avail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-speka {
    border-radius: 36px;
    background-color: rgb(27, 176, 235);
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    text-transform: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 0px, rgb(27, 176, 235) 0px 8px 0px;
    font-size: 16px;
    min-height: 65px;
    padding: 8px;
    margin: 16px 0px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    pointer-events: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    cursor: pointer;
    user-select: none;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.75;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
}

/*November new changes*/
.modaxy {
    width: 100%;
    height: 930px;
    z-index: 10000;
    position: absolute;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.whitenen {
    color: white !important;
}

.nobrdrds {
    border-radius: 0px;
}

.fgy1 {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(27, 176, 235) 100%);
}

.fgy2 {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(27, 176, 235) 100%);
}

.blackan {
    color: white;
}

.othclr {
    border: 1px solid #fefefe;
}

.ngrclr {
    color: white;
}

.clockblk {
    content: '';
    background-image: url(../images/clockblk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
}

.sepax {
    background-image: url(../images/sepax.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5px;
    height: 15px;
    margin-left: 5px;
}

.button-speka-x2 {
    border-radius: 36px;
    background-color: rgb(255, 57, 183);
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    text-transform: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 0px, rgb(255, 57, 183) 0px 8px 0px;
    font-size: 18px;
    min-height: 65px;
    padding: 8px;
    margin: 16px 0px;
    border: 2px solid rgb(255, 157, 220);
    display: flex;
    pointer-events: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    cursor: pointer;
    user-select: none;
    appearance: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.75;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
}

.diaonmi-x2 {
    font-weight: 800;
    background-color: #fff;
    /*border-radius: 5px;*/
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
}

.decresex {
    width: 95%;
    margin: auto;
    margin-top: auto;
    background-color: #1bb0eb;
    margin-top: 2rem;
    height: fit-content;
    padding-bottom: 10px;
    position: relative;
}

.modaxy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% opacity */
    z-index: -1;
    /* Place it behind the content */
}

.close-buttonxax {
    position: absolute;
    color: #d5d5d5;
    top: 4px;
    /* Adjusted to fit your design */
    right: 4px;
    width: 26px;
    /* Same height and width for a perfect circle */
    height: 26px;
    z-index: 1000;
    display: flex;
    /* Flexbox for centering */
    justify-content: center;
    /* Horizontally center content */
    align-items: center;
    /* Vertically center content */
    font-size: 18px;
    /* Adjust font size so the X fits inside */
    background-color: #00000087;
    border-radius: 50%;
    /* Ensures it's always circular */
    font-weight: 400;
    /* Adjust weight for better appearance */
    cursor: pointer;
    line-height: 1;
    /* Prevents extra spacing */
    padding: 0;
    /* Ensure no internal padding disturbs alignment */
    margin: 0;
    /* Remove any default margins */
    box-sizing: border-box;
    /* Ensures size calculations include padding and border */
    animation: fadeInButton 1s ease-in forwards;
    animation-delay: 1s;
    /* Wait for 2 seconds before animation starts */
    opacity: 0;
}

@keyframes fadeInButton {
    0% {
        opacity: 0;
        /* Start fully transparent */
    }

    100% {
        opacity: 1;
        /* Fully visible */
    }
}

@keyframes bubbleDisappear {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes opadisp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes dispcosax {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.sexoremage {
    background-image: url("../images/IMG_5914.jpg") !important;
}

/*November new end changes*/


.text-small {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: -0.012em;
    margin-top: 0px;
    opacity: 0.9;
}

.logo-left {
    position: absolute;
    left: 0;
    margin-left: 1rem;
    top: 3px;
}

.d-btns {
    display: flex;
    margin-top: 1rem;
}

.hexa-bg {
    width: 274px;
    height: 274px;
    background-color: #39b3fe;
    border-radius: 36px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.me--czax {
    margin-right: 12px;
}

.cntgfns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.onlyk {
    font-size: 72px;
    letter-spacing: 5px;
    font-weight: 300;
    color: white;
    margin-top: -3rem;
}

.fauam {
    margin-top: -1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    color: white;
}

.ctaxar {
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    border: 3px solid white;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.dkjadoa {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.onlyk2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin-top: -2rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.65);
}

.fauam2 {
    margin-top: -0.4rem;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.fauam3 {
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    font-weight: 500;
}

.overly-svg {
    position: absolute;
    width: 150px;
    margin-bottom: 2.2rem;
    right: 0;
    margin-right: 1.1rem;
    pointer-events: none;
}

.point {
    background-color: rgb(0, 156, 224);
    border-radius: 9999px;
    width: 0.75rem;
    height: 0.75rem;
}

.maxa2 {
    margin-left: 8px;
    margin-right: 8px;
}

.threepoints {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.batanas {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    cursor: pointer;
    user-select: none;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.75;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
    border-radius: 36px;
    background-color: rgb(27, 176, 235);
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    text-transform: none;
    box-shadow: none;
    font-size: 15px;
    min-height: 65px;
    padding: 8px;
    margin: 8px 0px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
}

.svg-batam {
    position: absolute;
    left: 0;
    margin-left: 1rem;
}

@keyframes tada_small_infinite2 {
    0% {
        transform: scaleZ(1);
    }

    50% {
        transform: scaleZ(1);
    }

    55%,
    60% {
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -1.5deg);
    }

    65%,
    75%,
    85%,
    95% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 1.5deg);
    }

    70%,
    80%,
    90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -1.5deg);
    }

    100% {
        transform: scaleZ(1);
    }
}

.tada_small_infinite2 {
    animation-name: tada_small_infinite2;
    transform-origin: center;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes tada_small_infinite {
    0% {
        transform: scaleZ(1);
    }

    5%,
    10% {
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -1.5deg);
    }

    15%,
    25%,
    35%,
    45% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 1.5deg);
    }

    20%,
    30%,
    40% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -1.5deg);
    }

    50% {
        transform: scaleZ(1);
    }
}

.tada_small_infinite {
    animation-name: tada_small_infinite;
    transform-origin: center;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce_small_infinite2 {

    50%,
    60%,
    76.5%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }

    70%,
    71.5% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }

    85% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }

    92.5% {
        transform: translate3d(0, -2px, 0);
    }
}

.bounce_small_infinite2 {
    animation-name: bounce_small_infinite2;
    transform-origin: center bottom;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce_small_infinite {

    0%,
    10%,
    26.5%,
    40%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }

    20%,
    21.5% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }

    35% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }

    42.5% {
        transform: translate3d(0, -2px, 0);
    }
}

.bounce_small_infinite {
    animation-name: bounce_small_infinite;
    transform-origin: center bottom;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.wrapper:hover {
    transform: scale(1.02);
    /* Scale the element on hover */
}

.wrapper-3:hover {
    transform: scale(1.02);
    /* Scale the element on hover */
}

.light {
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.wrapper-2 {
    overflow: hidden;
    /* width: 650px; */
    width: 100%;
}

.s560 {
    width: 560px;
    margin: auto;
}

.nomtxx {
    margin-bottom: 8px;
}

.wrapper {
    overflow: hidden;
}

.mb190 {
    margin-bottom: 190px;
}

@media screen and (min-width: 299px) {
    .littlemixar {
        /*width: 250px;*/
  margin-left: auto;
  margin-right: auto;
    }
    .littlemixary {
        margin-top: 0px;
    }
    .haxay{
        display:block;
    }
    .haxay2{
        display:none;
    }
    .haxay3{
        display:none;
    }
    .size-topper {
        height: 0px;
    }

    .background-img {
        display: none;
    }

    .specific-cont {
        margin-top: 0px;
        width: 100%;
    }

    .sub-specific {
        width: 100%;
    }

    .resized {
        margin-top: 0px;
        border-radius: 0px;
        width: 100%;
        background-position: center;
    }

    .s560 {
        width: 100%;
    }

    .wrapper-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .alignaxs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thesize {
        width: 50px;
    }

    .d-btns {
        display: flex;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
    }

    .wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    .no-pdax {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .onlyk2 {
        font-size: 6vw;
        margin-top: 0.1rem;
    }

    .fauam2 {
        font-size: 3.4vw;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        margin-top: -2px;
    }

    .fauam3 {
        font-size: 2.5vw;
        margin-top: 2px;
    }

    .ctaxar {
        font-size: 70%;
        border: 2px solid white;
    }

    .overly-svg {
        width: 22vw;
        margin-top: 1rem;
        margin-right: 0.7rem;
    }

    .dkjadoa {
        bottom: 15px;
    }

    .ctaxar {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 3.2vw;
    }

    .onlyk {
        font-size: 11vw;
        margin-top: -30px;
    }

    .fauam {
        margin-top: -9px;
        letter-spacing: 2.2px;
        font-size: 2.1vw;
    }

    .wrapper-x {
        width: 100%;
    }

    .wrapper-3 {
        width: 100%;
    }

    .hexa-bg {
        width: 95%;
        height: 44vw;
    }

    .wrapper-hexa {
        width: 100%;
    }

    .marginas-lft {
        margin-left: 5px;
    }

    .resized {
        background-size: cover;
        /*height: 480px;*/
        height: 460px;
    }

    .timerx {
        font-size: 10px;
    }

    .diaonmi {
        padding-left: 3px;
        padding-right: 3px;
    }

    .mb190 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 330px) {
    .wrapper-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .d-btns {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 350px) {
    .overly-svg {
        margin-right: 0.9rem;
    }

    .ctaxar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fauam {
        margin-top: -11px;
        letter-spacing: 2.2px;
        font-size: 2.3vw;
    }
}

@media screen and (min-width: 385px) {
    
        .haxay{
        display:none;
    }
    .haxay2{
        display:block;
    }
    .haxay3{
        display:none;
    }

}



@media screen and (min-width: 400px) {
    .hexa-bg {
        width: 98%;
        height: 46.5vw;
    }

    .overly-svg {
        margin-right: 1.2rem;
    }

    .fauam {
        margin-top: -11px;
    }
         .littlemixar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
    .littlemixary {
    margin-top: inherit;
  }
}

@media screen and (min-width: 420px) {
.raryaa {
    width:390px;
    margin-left:auto;
    margin-right:auto;
}
}

@media screen and (min-width: 410px) {
    
        .haxay{
        display:none;
    }
    .haxay2{
        display:none;
    }
    .haxay3{
        display:block;
    }

}


@media screen and (min-width: 450px) {

    .decresex {
        margin-top: 4rem;
    }
    .adaonapadain {
        padding-top: 0.5px;
    }

    .background-img {
        display: block;
    }

    .size-topper {
        height: 72px;
    }

    .modaxy {
        height: 1131px;
        margin-top: -72px;
    }

    .resized {
        margin-top: 80px;
        border-radius: 16px;
        width: 420px;
        /*height: 520px;*/
        height: 500px;
    }

    .thesize {
        width: 60px;
    }

    .fauam {
        margin-top: -15px;
        font-size: 2.5vw;
    }

    .ctaxar {
        padding-left: 1rem;
        padding-right: 1rem;
        border: 3px solid white;
        font-size: 3.4vw;
    }

    .dkjadoa {
        bottom: 22px;
    }

    .fauam3 {
        font-size: 2.1vw;
        margin-top: -1px;
    }
}

@media screen and (min-width: 470px) {
    .timerx {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 500px) {
    .overly-svg {
        margin-right: 3vw;
        margin-top: -0.3rem;
    }

    .onlyk {
        font-size: 72px;
        margin-top: -4rem;
    }

    .fauam {
        margin-top: -20px;
        font-size: 15px;
        letter-spacing: 3px;
    }

    .ctaxar {
        font-size: 20px;
    }

    .onlyk2 {
        font-size: 34px;
        margin-top: -2rem;
    }

    .fauam2 {
        font-size: 18px;
        margin-top: -10px;
    }

    .fauam3 {
        font-size: 12px;
    }

    .timerx {
        font-size: 15px !important;
        margin-right: 15px;
    }

    .diaonmi {
        padding-left: 7px;
        padding-right: 7px;
    }

    .mb190 {
        margin-bottom: 110px;
    }
}

@media screen and (min-width: 520px) {
    .overly-svg {
        margin-right: 4vw;
        margin-top: -0.3rem;
    }
}

@media screen and (min-width: 550px) {
    .dkjadoa {
        bottom: 29px;
    }

    .overly-svg {
        margin-right: 5vw;
        margin-top: 0.1rem;
        width: 120px;
    }
}

@media screen and (min-width: 590px) {
    .overly-svg {
        margin-right: 1.1rem;
        margin-top: 1.1rem;
        width: 150px;
    }

    .sub-specific {
        width: 560px;
    }

    .wrapper-2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .s560 {
        width: 560px !important;
    }

    .d-btns {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hexa-bg {
        width: 274px;
        height: 274px;
    }

    .onlyk2 {
        font-size: 38px;
    }

    .fauam2 {
        font-size: 20px;
    }
}

@media screen and (min-width: 720px) {
    .specific-cont {
        width: 720px;
    }

    .decresex {
        width: 720px;
    }
}

/* // overlay css */
.fadeOutx {
    animation: fadeOutx 0.5s ease-in-out forwards;
}

@keyframes fadeOutx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.changeover {
    text-align: center;
    background-color: white;
    padding: 50px;
    width: 560px !important;
    /*border-radius: 0.5em;*/
    animation: bumpEffect 0.5s ease-in-out;
}

@keyframes bumpEffect {
    0% {
        transition: opacity ease 0.2s;
        opacity: 0;
        transform: scale(0);
        -ms-transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    70% {
        opacity: 1;
        transform: scale(0.95);
        -ms-transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

/* Close animation class */
.close-animation {
    animation: closeEffect 0.5s ease-in-out !important;
}

/* Keyframe animation for the close effect */
@keyframes closeEffect {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
    }

    25% {
        transform: scale(0.95);
        -ms-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.07);
        -ms-transform: scale(1.07);
    }

    100% {
        opacity: 0;
        transform: scale(0.2);
        -ms-transform: scale(0.2);
    }
}

@media screen and (min-width: 299px) {
    .changeover {
        width: 90% !important;
        padding: 20px;
        /*margin-top: -6rem;*/
    }

    .ageverif {
        font-size: 26px;
        font-weight: bold;
    }

    .spacebt {
        height: 3px;
    }

    .over18text {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.5;
        display: block;
    }

    .marginsx {
        display: inline-flex;
    }

    .yesanswer {
        border: 0 none;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        font-weight: 700;
        border-radius: 50px;
        background-color: rgb(0, 156, 224);
        color: white;
        padding-right: 27px;
        padding-left: 27px;
        cursor: pointer;
        margin-right: 0.6rem;
        font-size: 13px;
        display: block;
        padding-top: 8px;
        padding-bottom: 4px;
        line-height: 1.2;
    }

    .hidebr {
        display: block;
    }

    .noanswer {
        border: 0 none;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        font-weight: 500;
        border-radius: 50px;
        color: #000000;
        background-color: #f2f2f2;
        padding: 4px;
        padding-right: 27px;
        padding-left: 27px;
        cursor: pointer;
        margin-right: 0.6rem;
        font-size: 13px;
        display: block;
        padding-top: 8px;
        padding-bottom: 4px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 349px) {
    .yesanswer {
        padding-right: 17px;
        padding-left: 17px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: inherit;
    }

    .hidebr {
        display: none;
    }

    .noanswer {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: inherit;
    }

    .timerx {
        font-size: 11px;
    }

    .diaonmi {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 399px) {
    .timerx {
        font-size: 13px;
    }
}

@media screen and (min-width: 409px) {
    .changeover {
        width: 90% !important;
        padding: 20px;
    }

    .ageverif {
        font-size: 26px;
        font-weight: bold;
    }

    .spacebt {
        height: 3px;
    }

    .over18text {
        font-size: 14px;
        font-weight: 300;
    }

    .yesanswer {
        font-weight: 700;
        padding: 15px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 14px;
    }

    .noanswer {
        padding: 15px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 14px;
    }
}

@media screen and (min-width: 430px) {
    .over18text {
        width: 350px;
        margin: auto;
    }
}

@media screen and (min-width: 449px) {
    .changeover {
        width: 92% !important;
        padding: 20px;
    }

    .diaonmi {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 641px) {
    .changeover {
        width: 556px !important;
        padding: 47px;
    }

    .ageverif {
        font-size: 32px;
        font-weight: bold;
    }

    .spacebt {
        height: 8px;
    }

    .marginsx {
        margin-top: 1rem;
    }

    .yesanswer {
        padding: 17px;
        font-size: 16px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .noanswer {
        padding-right: 17px;
        padding-left: 17px;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 16px;
    }
}

@media screen and (min-width: 959px) {
    .over18text {
        font-size: 16px;
        width: 380px;
        font-weight: 300;
    }
}

@media screen and (min-width: 1000px) {
    .changeover {
        margin-top: 0rem;
    }
}