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

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.container {
    width: 520px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

/* Kids Page */

.kids {
    width: 100%;
    max-width: 520px;
    height: 100vh;
    margin: 0 auto;
    background-color: #FADDA2;
    background-image: url('../assets/img/Background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.kids-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

.kids-svg {
    max-width: 80%;
    height: auto;
    display: block;
}


.kids-pictures {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    gap: 20px;
    bottom: 20px;
    position: relative;
}

/* Kids Page */


/* Home Page  */

/* avatar baby */

.overflow-auto {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.overflow-auto::-webkit-scrollbar {
    display: none;
}

.avatar-wrapper {
    position: relative;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.avatar-green {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: #28a745;
    border: 2px solid white;
    border-radius: 50%;
}

.avatar-border {
    width: 66px;
    height: 66px;
    padding: 2px;
    background-color: white;
    border: 3px solid #dc3545;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(61, 53, 28, 0.4);
}

.div-boygirl {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    width: 100%;
}

.boygirl {
    position: absolute;
    left: 210px;
    width: 272px;
    height: 216px;
    margin-top: -220px;
}

.img-back-girl {
    object-fit: cover;
}

/* avatar baby */


/* button Promokod */

.llp {
    padding: 30px;
    background-color: #f9f6ea;
}

.button-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px;
    bottom: 120px;
}

.shadow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 84px;
    background: linear-gradient(to right, #D48C5B, #855023);
    border-radius: 30px 20px 20px 30px;
    z-index: 0;
    transform: translate(14px, 13px);
}

.promokod-btn {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #327fa3, #007bff);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 24px;
    left: 3px;
    font-weight: bold;
    padding: 9px 22px;
    width: 170px;
    height: 70px;
    box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.4),
    inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.promokod-btn::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2;
}

.promokod-btn:focus {
    outline: none;
    box-shadow: none;
}


/* button Promokod */

.card-container {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 16px 0;
    position: relative;
    bottom: 110px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.card-container::-webkit-scrollbar {
    display: none;
}

.card {
    flex-shrink: 0;
    width: 169px;
    height: 79px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to bottom, #8B3DFF, #00C4CC);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}




/* gifts */

.back-img-gift {
    background-image: url('../assets/img/boyBackground.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.giftContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    overflow: visible;
    /*justify-content: center;*/
    padding: 10px;
    padding-top: 20px;
    position: relative;
    bottom: 100px;
}

.gifts {
    width: 181px;
    height: 178px;
    border-radius: 20px;
    background-color: #FFF0AB;
    position: relative;
}

.gift-card {
    bottom: 20px;
}

.gift-img {
    bottom: 160px;
    position: relative;
    border-radius: 14px;
}

.star {
    bottom: 200px;
    position: relative;
    left: 120px;
}

.gift-teg {
    color: #363332;
    font-size: 16px;
    font-weight: 700;
    bottom: 170px;
    position: relative;
    text-align: center;
}

/* footer */

.lop {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.footer-inner {
    max-width: 100%;
}

.footer-item {
    flex: 1;
}

.footer-label {
    font-size: 12px;
    color: #87837B;
    margin-top: -3px;
}

.footer-label:hover {
    color: #251504;
}

.bubble-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.bubble-icon:hover {
    background: radial-gradient(circle at 30% 30%, #ff7933, #ff5200, #c14277);
    box-shadow: 0 4px 0 #8c2d00;
}

.bubble-icon.active {
    background: radial-gradient(circle at 30% 30%, #ff7933, #ff5200, #c14277);
    box-shadow: 0 4px 0 #8c2d00;
}

.bubble-icon.active .footer-iconsss {
    color: white;
}

.footer-iconsss {
    color: black;
    transition: color 0.3s ease;
}

.footer-iconsss:hover {
    color: white;
}

.icon-inside {
    font-size: 20px;
    color: white;
}

.icon-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.profile-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50% / 60%;
    background-color: #fff;
    border: 3px solid #ffc107;
    box-shadow: 0 5px 0 #7b3f00;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.avatar-img2 {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-footer-teg {
    margin-top: 10px;
}

/* footer */

/* /* Home Page  */


/* Sovg'alar sari olg'a */

.bg-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 356px;
    height: 492px;
    z-index: 0;
    object-fit: cover;
    margin-top: 40px;
}

.boy-image {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin-top: 40px;
    object-fit: contain;
    z-index: 0;
    margin-left: 75px;
    margin-top: 100px;

}

.sovgalar-wrapper {
    background-color: #fcfbf3;
    padding: 40px;
    /* height: 970px; */
}

.sovgalar-teg {
    font-weight: bold;
    color: #7D480F;
    font-size: 74px;
    font-family: 'Montserrat', sans-serif;
    line-height: 68px;
}

.description-p {
    color: #87837B;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
}

/* button Oldinga */

.sovgalar-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
}

.boy-wrap-button {
    max-width: 400px;
    width: 100%;
}

.button-wrapper-oldinga {
    position: relative;
    width: 313px;
    height: 77px;
    margin-top: 40px;
}

.shadow-bg-oldinga {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 94px;
    background: linear-gradient(to right, #D58D5B, #814B1F);
    border-radius: 20px;
    z-index: 0;
    transform: translate(14px, 13px);
    box-shadow:
        4px 4px 10px rgba(0, 0, 0, 0.3),
        -2px -2px 6px rgba(255, 255, 255, 0.4);
}

.promokod-btn-oldinga {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #229BE6, #164D80);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 352px;
    height: 73px;
    margin: 8px auto;
    left: 28px;
    top: 23px;
    display: block;
    box-shadow:
        inset -5px -5px 10px rgba(255, 255, 255, 0.4),
        inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.promokod-btn-oldinga::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2;
}

.promokod-btn-oldinga:focus {
    outline: none;
    box-shadow: none;
}


/* button Oldinga */

/* Sovg'alar sari olg'a */


/* Telefon raqamingizni
kiriting. */

.phone-wrapper-oldinga {
    background-color: #fcfbf3;
    max-width: 520px;
}

.phone-wrapper-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    overflow: hidden;
    flex-direction: column;
}

.phone-images {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.phone-right {
    position: relative;
    right: 168px;
}

.phone-content {
    position: relative;
    z-index: 2;
    text-align: center;
    bottom: 25px;
}

.phone-teg {
    color: #7D480F;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.phone-image-bottom {
    text-align: center;
    background-color: #fcfbf3;
}

.phone-image-bottom img {
    width: 293px;
    height: 293px;
}

/* button Oldinga */

.button-wrapper-oldinga-boy {
    position: relative;
    width: 313px;
    height: 77px;
    margin: 0 90px;
    bottom: 100px;
}

.shadow-bg-oldinga-boy {
    position: absolute;
    left: 0;
    top: 0;
    width: 313px;
    height: 77px;
    background: linear-gradient(to right, #D58D5B, #814B1F);
    border-radius: 20px;
    z-index: 0;
    transform: translate(14px, 13px);
    box-shadow:
        4px 4px 10px rgba(0, 0, 0, 0.3),
        -2px -2px 6px rgba(255, 255, 255, 0.4);
}

.promokod-btn-oldinga-boy {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #229BE6, #164D80);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 290px;
    height: 60px;
    margin: 8px auto;
    left: 14px;
    top: 20px;
    display: block;
    box-shadow:
        inset -5px -5px 10px rgba(255, 255, 255, 0.4),
        inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.promokod-btn-oldinga-boy::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2;
}

.promokod-btn-oldinga-boy:focus {
    outline: none;
    box-shadow: none;
}

.phone-number-input {
    width: 327px;
    height: 49px;
    position: relative;
    bottom: 10px;
    border-radius: 16px;
    background-color: #ffffffca;
    color: #512F0FCC;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    border: none;
    outline: none;
    line-height: 49px;
    display: block;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25),
    0px -2px 2px rgba(0, 0, 0, 0.15);
}

/* button Oldinga */



/* Nomeringizni yuborilgan smsni kiriting Page */

.phone-teg-sms {
    color: #7D480F;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.phone-teg-sms:hover {
    color: #9d5202;
}

.sms-wrapper-1 {
    background-color: #fcfbf3;
    padding-top: 40px;
    height: 700px;
    max-width: 520px;
    background-repeat: no-repeat;
    background-position: 120px;
    background-image: url('../assets/img/liner.png');
}


.phone-images-sms {
    position: absolute;
    top: 35%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.phone-right-sms {
    position: relative;
    right: 202px;
}

.sms-wrapper h1 {
    padding: 14px;
}

/* buttons 5 3 2 1 */

.bubble-btn-sms {
    width: 72px;
    height: 72px;
    background: radial-gradient(circle at top left, #ff6a00, #d13f7b);
    border-radius: 100% 100% 70% 70%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #ECC8BF;
    position: relative;
    border: none;
    z-index: 1;
    border: solid 2px #a74906;
}

.bubble-btn-sms:hover {
    color: white;
}

.bubble-btn-sms::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 12px;
    width: 8px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 80% 10%;
    z-index: 1;
}

.wrap-btn-sms {
    display: flex;
    gap: 30px;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

.background-img-btn {
    background-image: url('../assets/img/btn.png');
    height: 176px;
    position: relative;
    top: 30px;
}

/* buttons 5 3 2 1 */

.sms-a-teg {
    position: relative;
    z-index: 2;
    bottom: 25px;
    text-align: center;
    right: 145px;
}

.sms-a-teg a {
    color: #7D480F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* button davom etish */

.bubble-input-sms {
    width: 72px;
    height: 72px;
    background: radial-gradient(circle at top left, #ff6a00, #d13f7b);
    border-radius: 100% 100% 70% 70%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ECC8BF;
    border: solid 2px #a74906;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
}

.bubble-input-sms::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.bubble-input-sms::-webkit-inner-spin-button,
.bubble-input-sms::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bubble-input-sms:focus {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.bubble-input-sms::selection {
    background: rgba(255, 255, 255, 0.2);
}

/* button davom etish */


/* Iltimos ma‘lumotLARNI TO‘LDIRING!! side */


.information-wrapper {
    background-color: #fcfbf3;
    padding-top: 40px;
    height: 820px;
    background-repeat: no-repeat;
    background-position: 120px;
    background-image: url('../assets/img/liner.png');
}

.phone-teg-info {
    color: #7D480F;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.phone-teg-info:hover {
    color: #9d5202;
}

.shadow-bg-oldinga-sms {
    position: absolute;
    left: 0;
    top: 6px;
    width: 313px;
    height: 77px;
    background: linear-gradient(to right, #D58D5B, #814B1F);
    border-radius: 20px;
    z-index: 0;
    transform: translate(14px, 13px);
    box-shadow:
        4px 4px 10px rgba(0, 0, 0, 0.3),
        -2px -2px 6px rgba(255, 255, 255, 0.4);
}

.promokod-btn-oldinga-sms {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #229BE6, #164D80);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 290px;
    height: 60px;
    margin: 8px auto;
    left: 14px;
    top: 20px;
    display: block;
    box-shadow:
        inset -5px -5px 10px rgba(255, 255, 255, 0.4),
        inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.promokod-btn-oldinga-sms::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2;
}

.promokod-btn-oldinga-sms:focus {
    outline: none;
    box-shadow: none;
}

.davomEtish {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.button-wrapper-oldinga-sms {
    width: 313px;
    height: 77px;
    position: relative;
}

.parol-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.button-wrapper-oldinga-sms-1 {
    width: 313px;
    height: 77px;
    position: relative;
    top: 0;
}

.shadow-bg-oldinga-sms-1 {
    position: absolute;
    left: 0;
    top: 6px;
    width: 313px;
    height: 77px;
    background: linear-gradient(to right, #D58D5B, #814B1F);
    border-radius: 20px;
    z-index: 0;
    transform: translate(14px, 13px);
    box-shadow:
        4px 4px 10px rgba(0, 0, 0, 0.3),
        -2px -2px 6px rgba(255, 255, 255, 0.4);
}

.promokod-btn-oldinga-sms-1 {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #229BE6, #164D80);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 290px;
    height: 60px;
    margin: 8px auto;
    left: 14px;
    top: 20px;
    display: block;
    box-shadow:
        inset -5px -5px 10px rgba(255, 255, 255, 0.4),
        inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.promokod-btn-oldinga-sms-1::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2;
}

.promokod-btn-oldinga-sms-1:focus {
    outline: none;
    box-shadow: none;
}


/* Iltimos ma‘lumotLARNI TO‘LDIRING!! side */


.card-custom {
    margin: 30px auto;
    background-image: url('../assets/img/Vector.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 25px;
    min-height: 400px;
    border-radius: 20px;
    position: relative;
}

.form-control-name {
    background-color: #fff7e8;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #512F0F;
    padding: 15px;
    width: 480px;
    height: 49px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25),
    0px -2px 2px rgba(0, 0, 0, 0.15);
}

.form-control {
    background-color: #fff7e8;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #512F0F;
    padding: 15px;
    width: 150px;
    height: 33px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25),
    0px -2px 2px rgba(0, 0, 0, 0.15);
}

.label-info {
    font-size: 14px;
    color: #6c5a3c;
    margin-bottom: 8px;
    display: block;
}



/* REELS HTML */
.reels-video {
    /* height: 769px; */
    height: 88vh;
    padding: 20px 30px;
    background-image: url('../assets/img/baby12.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.reels-h1 {
    color: white;
    font-weight: 600;
    font-size: 26px;
}

.reels-icons {
    position: absolute;
    right: 20px;
    bottom: 220px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    gap: 20px;
}

.reels-icons i {
    font-size: 22px;
    cursor: pointer;
}

.heart-active {
    color: red;
}

.reels-icons p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

/* REELS HTML */

.img-back-girl {
    width: 100%;
    height: auto;
    display: block;
}

/* responsive */

/* 520 */
@media (max-width: 520px) {

    .llp {
        width: 520px;
    }

    .btns-wrap {
        width: 520px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 18px;
    }

    .card-custom {
        margin: 30px auto;
        background-image: url('../assets/img/Vector.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        padding: 60px 25px;
        min-height: 400px;
        border-radius: 20px;
        position: relative;
    }

    .label-info {
        font-size: 14px;
        color: #6c5a3c;
        margin-bottom: 8px;
        display: block;
    }

    /* SecondPage */

    .btn-boy {
        margin-left: 84px;
    }

    .btn-boy-1 {
        width: 300px;
    }

    .btn-boy-2 {
        width: 280px;
        margin-left: -5px;
    }

    /* SecondPage */

    /* Nomeringizni yunorilgan smsni kiriting */

    /* button davom etish */
    .button-wrapper-oldinga-boy {
        position: relative;
        width: 313px;
        height: 77px;
        margin: 0 100px;
        bottom: 100px;
    }

    .promokod-btn-oldinga-boy {
        position: relative;
        left: 30px;
    }

    .phone-teg-sms {
        font-size: 24px;
        width: 92%;
        margin: auto;
    }

    .phone-wrapper-oldinga {
        width: 520px;
    }


    /* button davom etish */

    /* Nomeringizni yunorilgan smsni kiriting */
}

/* 520 */

/* 515 */

@media (max-width:515px) {

    .llp {
        width: 515px;
    }

    .phone-wrapper-oldinga {
        width: 515px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 2px;
    }

    .btns-wrap {
        width: 515px;
    }

    .btn-wrapper-forth {
        width: 515px;
    }

    .info-wrap-madina {
        width: 515px;
    }

    .form-control-name {
        width: 450px;
    }
}

/* 515 */

/* 510 */
@media (max-width:510px) {

    .llp {
        width: 510px;
    }

    .phone-wrapper-oldinga {
        width: 510px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 6px;
    }

    .btns-wrap {
        width: 510px;
    }

    .info-wrap-madina {
        width: 514px;
    }

    .reels-icons {
        right: 30px;
    }

    .footer-inner {
        width: 510px;
        position: relative;
    }
}

/* 510 */


/* 500 */

@media (max-width:500px) {

    .llp {
        width: 500px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 200px;
        width: 262px;
        height: 196px;
        margin-top: -210px;
    }

    .shadow-bg {
        height: 80px;
        width: 180px;
    }

    .promokod-btn {
        height: 62px;
        width: 160px;
    }

    .phone-wrapper-oldinga {
        width: 500px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 12px;
    }

    .btns-wrap {
        width: 500px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 22px;
    }

    .reels-icons {
        right: 40px;
    }

    .info-wrap-madina {
        width: 500px;
    }

    /* kids */
    .kids {
        width: 100%;
        max-width: 520px;
        height: 100vh;
        margin: 0 auto;
        background-color: #FADDA2;
        background-image: url('../assets/img/Background.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .kids-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        overflow: hidden;
    }

    .kids-svg {
        max-width: 80%;
        height: auto;
        display: block;
    }


    .kids-pictures {
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center;
        gap: 20px;
        bottom: 20px;
        position: relative;
    }

    .footer-inner {
        width: 500px;
        position: relative;
    }

    /* kids */

    .sovgalar-wrapper {
        position: relative;
        right: 10px;
    }
}

/* 500 */

/* 490 */

@media (max-width:490px) {

    .llp {
        width: 490px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 200px;
        width: 262px;
        height: 196px;
        margin-top: -210px;
    }

    .gifts {
        width: 180px;
    }



    .phone-wrapper-oldinga {
        width: 490px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 16px;
    }

    .btns-wrap {
        width: 490px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 28px;
    }

    /* kids */

    .kids-pictures {
        right: 20px;
    }

    /* kids */

    .reels-icons {
        right: 50px;
    }

    .footer-inner {
        width: 490px;
        position: relative;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 15px;
    }

    .info-wrap-madina {
        width: 490px;
    }

    .form-control-name {
        width: 440px;
    }
}

/* 490 */


/* 480 */

@media (max-width:480px) {

    .llp {
        width: 480px;
    }

    .boygirl {
        position: absolute;
        left: 180px;
        width: 262px;
        height: 196px;
        margin-top: -210px;
    }

    .gifts {
        width: 175px;
    }

    .star {
        bottom: 195px;
        position: relative;
        left: 115px;
    }

    .gift-teg {
        color: #363332;
        font-size: 15px;
        font-weight: 700;
        bottom: 170px;
        position: relative;
        text-align: center;
    }

    .phone-wrapper-oldinga {
        width: 480px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 20px;
    }

    .btns-wrap {
        width: 480px;
    }


    .btn-wrapper-forth {
        position: relative;
        right: 30px;
    }

    .info-wrap-madina {
        width: 480px;
    }

    .form-control-name {
        width: 430px;
    }

    /* kids */

    .sovgalar-wrapper {
        position: relative;
        right: 20px;
    }

    .kids-pictures {
        right: 20px;
    }

    /* kids */

    .reels-icons {
        right: 60px;
    }

    .footer-inner {
        width: 480px;
        position: relative;
    }
}

/* 480 */


/* 470 */

@media (max-width:470px) {

    .llp {
        width: 470px;
    }

    .boygirl {
        left: 170px;
        margin-top: -200px;
    }

    .gifts {
        width: 170px;
    }

    .card-container {
        bottom: 90px;
    }

    .giftContainer {
        bottom: 80px;
    }

    .shadow-bg {
        height: 70px;
        width: 170px;
    }

    .promokod-btn {
        height: 52px;
        width: 150px;
    }

    .phone-wrapper-oldinga {
        width: 470px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 26px;
    }

    .btns-wrap {
        width: 470px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 37px;
    }

    .info-wrap-madina {
        width: 470px;
    }

    .form-control-name {
        width: 420px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 30px;
    }

    .footer-inner {
        width: 470px;
        position: relative;
    }

    .reels-icons {
        right: 70px;
    }

    /* kids */

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        margin-right: 16px;
    }

    .kids-svg {
        max-width: 60%;
        position: relative;
        right: 35px;
    }

    /* kids */
}

/* 470 */

/* 460 */

@media (max-width:460px) {

    .llp {
        width: 460px;
    }

    .boygirl {
        left: 185px;
        width: 222px;
        height: 196px;
        margin-top: -200px;
    }

    .gifts {
        width: 164px;
    }

    .phone-wrapper-oldinga {
        width: 460px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 30px;
    }

    .btns-wrap {
        width: 460px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 40px;
    }

    .info-wrap-madina {
        width: 460px;
    }

    .form-control-name {
        width: 410px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 32px;
    }

    .footer-inner {
        width: 460px;
        position: relative;
    }

    .reels-icons {
        right: 80px;
    }

    /* kids */

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        margin-right: 16px;
    }

    .kids-svg {
        max-width: 60%;
        position: relative;
        right: 35px;
    }

    /* kids */
}

/* 460 */

/* 450 */

@media (max-width:450px) {
    .llp {
        width: 450px;
    }

    .boygirl {
        position: absolute;
        left: 185px;
        width: 222px;
        height: 196px;
        margin-top: -200px;
    }

    .gifts {
        width: 160px;
    }

    .phone-wrapper-oldinga {
        width: 450px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 34px;
    }

    .btns-wrap {
        width: 450px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 45px;
    }

    .info-wrap-madina {
        width: 450px;
    }

    .form-control-name {
        width: 400px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 35px;
    }

    .footer-inner {
        width: 450px;
        position: relative;
    }

    .reels-icons {
        right: 90px;
    }

    /* kids */

    .kids-pictures {
        right: 32px;
    }

    .kids-pictures img {
        margin-right: -10px;
        width: 120px;
        height: 50px;
    }

    .kids-svg {
        max-width: 60%;
        position: relative;
        right: 35px;
    }

    /* kids */

    .gift-teg {
        color: #363332;
        font-size: 13px;
        font-weight: 700;
        bottom: 170px;
        position: relative;
        text-align: center;
    }
}

/* 450 */


/* 440 */

@media (max-width:440px) {
    .llp {
        width: 440px;
    }

    .boygirl {
        position: absolute;
        left: 165px;
        width: 222px;
        height: 196px;
        margin-top: -200px;
    }

    .gifts {
        width: 154px;
    }

    .button-wrapper {
        bottom: 100px;
    }

    .shadow-bg {
        height: 70px;
        width: 160px;
    }

    .promokod-btn {
        height: 52px;
        width: 145px;
    }

    .phone-wrapper-oldinga {
        width: 440px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 38px;
    }

    .btns-wrap {
        width: 440px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 50px;
    }

    .info-wrap-madina {
        width: 440px;
    }

    .form-control-name {
        width: 390px;
    }

    .footer-inner {
        width: 440px;
        position: relative;
    }

    .reels-icons {
        right: 100px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 40px;
    }



}

/* 440 */


/* 430 */

@media (max-width:430px) {
    .llp {
        width: 430px;
    }

    .boygirl {
        position: absolute;
        left: 155px;
        width: 222px;
        height: 196px;
        margin-top: -190px;
    }

    .gifts {
        width: 150px;
    }

    .phone-wrapper-oldinga {
        width: 430px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 42px;
    }

    .btns-wrap {
        width: 430px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 55px;
    }

    .info-wrap-madina {
        width: 430px;
    }

    .form-control-name {
        width: 380px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 46px;
    }

    .footer-inner {
        width: 430px;
        position: relative;
    }

    .reels-icons {
        right: 110px;
    }

    /* kids */

    .kids-pictures {
        right: 42px;
    }

    .kids-pictures img {
        margin-right: -16px;
        width: 120px;
        height: 50px;
    }

    .kids-svg {
        max-width: 60%;
        position: relative;
        right: 40px;
    }

    /* kids */
}

/* 430 */


/* 420 */

@media (max-width:420px) {

    .button-wrapper {
        bottom: 100px;
    }

    .shadow-bg {
        height: 70px;
        width: 145px;
    }

    .promokod-btn {
        height: 52px;
        width: 125px;
        font-size: 20px;
    }

    .llp {
        width: 420px;
    }

    .boygirl {
        position: absolute;
        left: 145px;
        width: 222px;
        height: 196px;
        margin-top: -190px;
    }

    .gifts {
        width: 145px;
    }

    .phone-wrapper-oldinga {
        width: 420px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 48px;
    }

    .btns-wrap {
        width: 420px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 60px;
    }

    .info-wrap-madina {
        width: 420px;
    }

    .form-control-name {
        width: 370px;
    }

    .footer-inner {
        width: 420px;
        position: relative;
    }

    .reels-icons {
        right: 120px;
        bottom: 190px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 52px;
    }

    /* kids */

    .kids-pictures {
        right: 50px;
    }

    .kids-pictures img {
        margin-right: -16px;
        width: 120px;
        height: 50px;
    }

    .kids-svg {
        max-width: 50%;
        position: relative;
        right: 60px;
    }

    /* kids */
}

/* 420 */


/* 410 */

@media (max-width:410px) {

    .llp {
        width: 410px;
    }

    .button-wrapper {
        position: relative;
        bottom: 125px;
    }

    .card-container {
        position: relative;
        bottom: 120px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .div-boygirl {
        position: relative;
        bottom: 25px;
    }

    .boygirl {
        position: absolute;
        left: 140px;
        width: 222px;
        height: 166px;
        margin-top: -170px;
    }

    .giftContainer {
        bottom: 100px;
    }

    .img-card-2 {
        position: relative;
        top: 10px;
    }

    .img-card-1 img {
        width: 110px;
    }

    .img-card-2 img {
        width: 100px;
    }

    .gifts {
        width: 140px;
        height: 140px;
    }

    .star {
        bottom: 190px;
        position: relative;
        left: 100px;
    }

    .phone-wrapper-oldinga {
        width: 410px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 54px;
    }

    .btns-wrap {
        width: 410px;
    }

    .bubble-input-sms {
        width: 65px;
        height: 65px;
    }

    .sms-a-teg {
        position: relative;
        right: 125px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 64px;
    }

    .info-wrap-madina {
        width: 410px;
    }

    .form-control-name {
        width: 360px;
    }

    .back-img-gift {
        width: 80%;
        position: relative;
        right: 10px;
    }

    .boy-image {
        width: 290px;
    }

    .boy-wrap-button h1 {
        font-size: 60px;
    }

    .boy-wrap-button p {
        width: 90%;
        left: 20px;
        position: relative;
    }

    .shadow-bg-oldinga {
        width: 300px;
        height: 94px;
    }

    .promokod-btn-oldinga {
        width: 280px;
        height: 74px;
        margin-left: -5px;
    }

    .button-wrapper-oldinga {
        position: relative;
        left: 36px;
    }

    .footer-inner {
        width: 410px;
        position: relative;
    }

    .reels-icons {
        right: 130px;
    }

    /* kids */

    .kids-pictures {
        right: 50px;
    }

    .kids-pictures img {
        margin-right: -10px;
        width: 100px;
        height: 50px;
    }

    .kids-svg {
        max-width: 50%;
        position: relative;
        right: 66px;
    }

    /* kids */


    .gift-teg {
        font-size: 13px;
        bottom: 150px;
    }
}

/* 410 */


/* 400 */
@media (max-width:400px) {

    .gift-teg {
        font-size: 12px;
        bottom: 155px;
    }

    .llp {
        width: 400px;
    }

    .boygirl {
        position: absolute;
        left: 155px;
        width: 202px;
        height: 150px;
        margin-top: -160px;
    }

    .img-card-2 {
        position: relative;
        top: 10px;
    }

    .img-card-1 img {
        width: 110px;
    }

    .img-card-2 img {
        width: 100px;
    }

    .gifts {
        width: 135px;
    }

    .phone-wrapper-oldinga {
        width: 400px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 60px;
        top: 20px;
    }

    .phone-image-bottom {
        position: relative;
        top: 20px;
    }

    .info-wrap-madina {
        width: 400px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 70px;
    }

    .info-wrap-madina {
        width: 400px;
    }

    .form-control-name {
        width: 350px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 60px;
    }

    .footer-inner {
        width: 400px;
        position: relative;
    }

    .reels-icons {
        right: 140px;
        bottom: 170px;
    }

    /* kids */

    .kids-pictures {
        right: 60px;
    }

    .kids-pictures img {
        margin-right: -10px;
        width: 100px;
        height: 50px;
    }

    .kids-svg {
        max-width: 50%;
        position: relative;
        right: 66px;
    }

    /* kids */
}

/* 400 */


/* 390 */
@media (max-width:390px) {

    .llp {
        width: 390px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 145px;
        width: 202px;
        height: 150px;
        margin-top: -160px;
    }

    .img-card-2 {
        position: relative;
        top: 10px;
    }

    .img-card-1 img {
        width: 110px;
    }

    .img-card-2 img {
        width: 100px;
    }

    .gifts {
        width: 130px;
        height: 140px;
    }

    .star {
        bottom: 190px;
        position: relative;
        left: 100px;
    }

    .phone-wrapper-oldinga {
        width: 390px;
    }

    .phone-teg {
        font-size: 30px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 68px;
    }

    .info-wrap-madina {
        width: 390px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 12px;
        position: relative;
        right: 10px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 75px;
    }

    .kichikichi {
        position: relative;
        bottom: 20px;
    }

    .form-control-name {
        width: 340px;
    }

    .reels-icons {
        right: 150px;
    }

    .footer-inner {
        width: 390px;
        position: relative;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 64px;
    }

}

/* 390 */


/* 380 */
@media (max-width:380px) {

    .llp {
        width: 380px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 140px;
        width: 187px;
        height: 176px;
        margin-top: -165px;
    }

    .button-wrapper {
        bottom: 115px;
    }

    .shadow-bg {
        height: 60px;
        width: 135px;
    }

    .promokod-btn {
        height: 46px;
        width: 115px;
        font-size: 16px;
    }

    .img-card-2 {
        position: relative;
        top: 10px;
    }

    .img-card-1 img {
        width: 100px;
    }

    .img-card-2 img {
        border-radius: 14px;
        width: 90px;
        margin-top: 20px;
    }

    .gifts {
        width: 125px;
        height: 140px;
    }

    .star {
        bottom: 180px;
        position: relative;
        left: 90px;
    }


    .phone-wrapper-oldinga {
        width: 380px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 72px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 15px;
    }

    .info-wrap-madina {
        width: 380px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 12px;
        position: relative;
        right: 13px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 80px;
    }

    .info-wrap-madina {
        width: 380px;
    }

    .form-control-name {
        width: 330px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 70px;
    }

    .reels-icons {
        right: 160px;
        bottom: 150px;
    }

    .footer-inner {
        width: 380px;
        position: relative;
    }

    /* kids */

    .kids-pictures {
        right: 68px;
    }

    .kids-pictures img {
        margin-right: -10px;
        width: 100px;
        height: 50px;
    }

    .kids-svg {
        max-width: 50%;
        position: relative;
        right: 70px;
    }

    /* kids */
}

/* 380 */


/* 375 */
@media (max-width:375px) {


    .phone-wrapper-oldinga {
        width: 375px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 74px;
    }

    .phone-content h1 {
        font-size: 28px;
        position: relative;
        top: 12px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 18px;
    }

    .info-wrap-madina {
        width: 375px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 15px;
        position: relative;
        right: 15px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 85px;
    }

    .info-wrap-madina {
        width: 375px;
    }

    .form-control-name {
        width: 325px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 72px;
    }

    .footer-inner {
        width: 375px;
        position: relative;
    }

    .reels-icons {
        right: 160px;
    }

    .button-wrapper-oldinga-boy {
        position: relative;
        width: 313px;
        height: 77px;
        left: 42px;
        bottom: 100px;
    }

    .phone-number-input {
        width: 327px;
        height: 49px;
        position: relative;
        bottom: 1px;
    }

    .phone-image-bottom {
        position: relative;
        bottom: 31px;
    }

    .wrap-buttooonnn {
        position: relative;
        bottom: 31px;
    }

    /* SecondPage */

    .phone-teg {
        font-size: 25px;
    }

    .phone-number {
        width: 250px;
        font-size: 25px;
    }

    .btn-boy {
        margin-left: 56px;
    }

    .phone-image-bottom {
        margin-top: 40px;
    }

    /* SecondPage */


    /* kids */

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 100px;
        height: 40px;
        position: relative;
        right: 52px;
        margin-right: -16px;
    }

    .kids-svg {
        max-width: 50%;
        position: relative;
        right: 80px;
    }

    /* kids */

}

/* 375 */


/* 370 */

@media (max-width:370px) {


    .phone-wrapper-oldinga {
        width: 370px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 76px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 20px;
    }

    .info-wrap-madina {
        width: 370px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 12px;
        position: relative;
        right: 22px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 50px;
        bottom: 90px;
    }

    .shadow-bg-oldinga-sms {
        width: 240px;
    }

    .promokod-btn-oldinga-sms {
        width: 218px;
        position: relative;
        left: -22px;
        font-size: 26px;
    }

    .info-wrap-madina {
        width: 370px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 75px;
    }

    .boy-image {
        width: 265px;
    }

    .back-img-gift {
        width: 66%;
    }

    .footer-inner {
        width: 370px;
        position: relative;
    }

    .sms-a-teg {
        position: relative;
        right: 130px;
    }
}

/* 370 */

/* 365 */
@media (max-width:365px) {

    .llp {
        width: 365px;
    }

    .giftContainer {
        gap: 35px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 134px;
        width: 180px;
        height: 176px;
        margin-top: -160px;
    }

    .phone-wrapper-oldinga {
        width: 365px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 80px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 22px;
    }

    .info-wrap-madina {
        width: 365px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 20px;
        position: relative;
        right: 24px;
    }

    .footer-inner {
        width: 365px;
        position: relative;
    }

    .info-wrap-madina {
        width: 365px;
    }

    .form-control-name {
        width: 320px;
    }
}

/* 365 */

/* 360 */

@media (max-width:360px) {

    .phone-wrapper-oldinga {
        width: 360px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 83px;
    }

    .phone-number-input {
        width: 290px;
        font-size: 28px;
        position: relative;
        top: 5px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 24px;
    }

    .info-wrap-madina {
        width: 360px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 12px;
        position: relative;
        right: 26px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 56px;
    }

    .info-wrap-madina {
        width: 360px;
    }

    .form-control-name {
        width: 310px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 78px;
    }

    .boy-wrap-button p {
        width: 72%;
        left: 50px;
        position: relative;
    }

    .footer-inner {
        width: 360px;
        position: relative;
    }

    .reels-icons {
        right: 180px;
    }

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 100px;
        height: 40px;
        position: relative;
        right: 62px;
        margin-right: -16px;
    }

    .kids-svg {
        max-width: 47%;
        position: relative;
        right: 90px;
    }

    .sms-a-teg {
        position: relative;
        right: 135px;
    }
}


/* 360 */


/* 350 */

@media (max-width:350px) {

    .llp {
        width: 350px;
    }

    .giftContainer {
        gap: 20px;
        bottom: 130px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 126px;
        width: 170px;
        height: 156px;
        margin-top: -150px;
    }

    .button-wrapper {
        bottom: 110px;
    }

    .shadow-bg {
        height: 60px;
        width: 120px;
    }

    .promokod-btn {
        height: 46px;
        width: 105px;
        font-size: 13px;
    }

    .img-card-2 {
        position: relative;
        top: 10px;
    }

    .img-card-1 img {
        width: 100px;
    }

    .img-card-2 img {
        border-radius: 14px;
        width: 90px;
        margin-top: 20px;
    }

    .gifts {
        width: 125px;
        height: 140px;
        margin-top: 20px;
    }

    .star {
        bottom: 180px;
        position: relative;
        left: 90px;
    }

    .phone-wrapper-oldinga {
        width: 350px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 86px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 30px;
    }

    .info-wrap-madina {
        width: 350px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 15px;
        position: relative;
        right: 30px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 60px;
    }

    .kichikichi {
        position: relative;
        bottom: 30px;
    }

    .info-wrap-madina {
        width: 350px;
    }

    .form-control-name {
        width: 300px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 84px;
    }

    .footer-inner {
        width: 350px;
        position: relative;
    }

    .reels-icons {
        right: 190px;
    }

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 100px;
        height: 40px;
        position: relative;
        right: 65px;
        margin-right: -16px;
    }
}


/* 350 */


/* 340 */

@media (max-width:340px) {

    .llp {
        width: 340px;
    }

    .giftContainer {
        gap: 20px;
        bottom: 150px;
    }

    .img-back-girl {
        width: 98%;
        height: auto;
        display: block;
    }

    .boygirl {
        position: absolute;
        left: 120px;
        width: 170px;
        height: 156px;
        margin-top: -145px;
    }

    .button-wrapper {
        bottom: 110px;
    }

    .shadow-bg {
        height: 60px;
        width: 120px;
    }

    .gifts {
        width: 120px;
        height: 140px;
        margin-top: 30px;
    }


    .phone-wrapper-oldinga {
        width: 340px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 92px;
    }

    .phone-content h1 {
        font-size: 25px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 32px;
    }

    .info-wrap-madina {
        width: 340px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 15px;
        position: relative;
        right: 38px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 64px;
    }

    .shadow-bg-oldinga-sms {
        width: 240px;
    }

    .promokod-btn-oldinga-sms {
        width: 218px;
        position: relative;
        left: -22px;
        font-size: 26px;
    }

    .info-wrap-madina {
        width: 340px;
    }

    .form-control-name {
        width: 290px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 90px;
    }

    .reels-icons {
        right: 200px;
    }

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 100px;
        height: 40px;
        position: relative;
        right: 70px;
        margin-right: -16px;
    }

    .kids-svg {
        max-width: 47%;
        position: relative;
        right: 94px;
    }

    .footer-inner {
        width: 340px;
        position: relative;
    }
}

/* 340 */

/* 330 */

@media (max-width:330px) {
    .llp {
        width: 330px;
    }

    .giftContainer {
        gap: 10px;
    }

    .boygirl {
        position: absolute;
        left: 113px;
        width: 170px;
        height: 126px;
        margin-top: -130px;
    }

    .phone-wrapper-oldinga {
        width: 330px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 62px;
    }

    .shadow-bg-oldinga-boy {
        width: 230px;
    }

    .promokod-btn-oldinga-boy {
        width: 210px;
    }

    .sms-wrapper h1 {
        position: relative;
        right: 32px;
    }

    .info-wrap-madina {
        width: 330px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 13px;
        position: relative;
        right: 40px;
    }

    .btn-wrapper-forth {
        position: relative;
        right: 70px;
    }

    .info-wrap-madina {
        width: 330px;
    }

    .form-control-name {
        width: 280px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 96px;
    }

    .footer-inner {
        width: 330px;
        position: relative;
    }

    .reels-icons {
        right: 210px;
    }

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 90px;
        height: 40px;
        position: relative;
        right: 76x;
        margin-right: -16px;
    }

    .kids-svg {
        max-width: 40%;
        position: relative;
        right: 100px;
    }
}

/* 330 */


/* 320 */
@media (max-width: 320px) {

    .phone-wrapper-oldinga {
        width: 320px;
    }

    .wrap-buttooonnn {
        position: relative;
        right: 67px;
    }


    .sms-wrapper h1 {
        position: relative;
        right: 42px;
    }

    .info-wrap-madina {
        width: 330px;
    }

    .wrap-btn-sms {
        display: flex;
        gap: 12px;
        position: relative;
        right: 47px;
    }


    .btn-wrapper-forth {
        position: relative;
        right: 74px;
    }

    .info-wrap-madina {
        width: 320px;
    }

    .form-control-name {
        width: 270px;
    }

    .shadow-bg-oldinga {
        width: 270px;
        height: 84px;
    }

    .promokod-btn-oldinga {
        width: 250px;
        height: 64px;
        margin-left: -5px;
    }

    .button-wrapper-oldinga {
        position: relative;
        left: 50px;
    }

    .boy-wrap-button h1 {
        font-size: 54px;
        width: 90%;
        position: relative;
        left: 18px;
    }

    .back-img-gift {
        width: 63%;
    }

    .boy-image {
        width: 240px;
    }

    .sovgalar-wrapper {
        position: relative;
        right: 100px;
    }

    .footer-inner {
        width: 320px;
        position: relative;
    }

    .reels-icons {
        right: 220px;
    }

    .kids-pictures {
        right: 22px;
    }

    .kids-pictures img {
        width: 100px;
        height: 40px;
        position: relative;
        right: 78px;
        margin-right: -16px;
    }

    .kids-svg {
        max-width: 40%;
        position: relative;
        right: 100px;
    }
}

/* 320 */


/* 320 */


/* 320 */
/* @media (max-width:320px) {


} */

/* 320 */

/* responsive */

/* Iltimos ma‘lumotLARNI TO‘LDIRING!!
 */
