@import url(fonts.css);

* {
    box-sizing: border-box;
}

body {
    background-color: #EAD9C9;
}


p {
    color: #787878;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 25px;
}

h5 {
    font-size: 60px !important;
    color: #C3937C;
    font-family: 'Snell Roundhand';
    margin-bottom: 32px !important;
}

h4 {
    font-family: "Montserrat";
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #787878;
    letter-spacing: 4px;
    text-transform: uppercase;
}

body.locked {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: sans-serif;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

#main-content {
    display: none;
}

body.unlocked #main-content {
    display: block;
}

@media (max-width: 500px) {

    .banner {
        position: relative;
    }

    .banner .title {
        margin-top: 30px;
    }

    .banner .title h2 {
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 30px;
        color: #787878;
    }

    .banner .wrapper {
        padding-top: 219px;
    }

    .banner .wrapper h1 {
        color: #C3937C;
        font-family: 'Snell Roundhand';
        font-size: 80px;
    }

    .banner .bannerbg {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 490%;
        object-fit: cover;
        border-radius: 246.5px 0 0 0;
        margin-top: 60px;
    }

    .friends .wrapper {
        margin-top: 171px;
    }

    .friends .wrapper h4 {
        margin-bottom: 31px !important;
    }

    .invite {
        padding-top: 60px;
        position: relative;
    }

    .invite .inv {
        border-radius: 0 0 300px 0;
        width: 100%;
        height: 100%;
        margin-bottom: 50px;
    }

    .date {
        padding-top: 194px;
        position: relative;
    }

    .date .wrapper .title h4 {
        margin-bottom: 28px;
    }

    .date .wrapper .title {
        margin-bottom: 66px;
    }

    .date .wrapper .title p {
        font-weight: bold;
        font-size: 18px;
    }

    /* .date .wrapper h4 {
        font-size: 16;
    } */

    .super {
        position: relative;
    }


    .super .sv {
        border-radius: 0 0 0 300px;
        height: 100%;
        width: 100%;
        margin-top: 257px;
    }

    .super h5 {
        font-size: 40px !important;
    }

    .confirm .wrapper form .fio {
        border-radius: 32px;
        border: 1px solid #C3937C;
        width: 100%;
        padding: 16px 31px;
        margin-bottom: 32px;
    }

    .confirm .wrapper form .fio:focus-visible {
        outline: none;
    }

    .confirm .wrapper form .fio::placeholder {
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 400;
        color: #C3937C;
    }


    .radio-group {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .radio-option {
        font-family: 'Montserrat';
        font-weight: 400;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        color: #787878;
        position: relative;
    }

    .radio-option input[type="radio"] {
        display: none;
    }

    .custom-radio {
        width: 24px;
        height: 24px;
        border: 1px solid #c69c87;
        border-radius: 50%;
        margin-right: 16px;
        position: relative;
        box-sizing: border-box;
    }

    .radio-option input[type="radio"]:checked+.custom-radio::after {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #c69c87;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .bntSend {
        border: 1px solid #787878;
        padding: 12px 28.76px;
        border-radius: 50px;
        width: fit-content;
        color: #787878;
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 400;
        transition: all .3s ease;
        margin: 0 auto;
        margin-bottom: 63px;
        background-color: #fff;
    }

    .bntSend:hover {
        background-color: #C3937C;
        color: #ffffff;

    }

    .confirm h5 {
        font-size: 20px !important;
        margin-bottom: 73px !important;
    }

    footer {
        background-color: #363636;
        padding: 15px 0;
    }

    footer .develop {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    footer .develop p {
        margin-bottom: 0;
        font-family: "Snell Roundhand";
        color: #c8c8c8;
        font-size: 14px;
        font-weight: 200;
    }

    footer .develop img {
        width: 100px;
        height: 50px;
    }

    .confirm h3 {
        font-family: 'Cormorant';
        font-weight: 400;
        font-size: 20px;
        color: #787878;
        margin-top: 130px;
        margin-bottom: 38px;
        text-transform: uppercase;
    }

    /* decor */

    .banner-decor1 {
        z-index: 10;
        right: 0;
        top: 105px;
    }

    .banner-decor2 {
        top: 63px;
        z-index: 10;
        left: 0;
    }

    .banner-decor3 {
        top: 465px;
        z-index: 10;
        right: 0;
    }

    .banner-decor4 {
        bottom: -130px;
        z-index: 10;
        right: 0;
    }

    .banner-decor5 {
        bottom: -260px;
        left: 0;
    }

    .banner-decor6 {
        top: 363px;
        left: 0;
    }

    .invite-decor1 {
        top: 11px;
        left: -2px;
    }

    .invite-decor2 {
        bottom: 260px;
        right: -2px;
    }

    .invite-decor3 {
        bottom: 97px;
        left: -2px;
    }

    .date-decor1 {
        top: -162px;
        width: 100%;
    }

    .super-decor1 {
        width: 100%;
        top: 16px;
    }

    .super-decor2 {
        top: 210px;
        right: 0;
    }

    .super-decor3 {
        bottom: -73px;
    }

    main {
        overflow: hidden;
    }
}

@media (max-width: 437px) {
    .super-decor2 {
        top: 257px;
    }

    .super-decor1 {
        top: 57px;
    }
}

@media (max-width: 423px) {
    .banner-decor3 {
        top: 500px;
    }

    .banner-decor1 {
        top: 145px;
    }
}

@media (max-width: 400px) {
    .banner .wrapper h1 {
        font-size: 60px;
    }

    .banner-decor3 {
        top: 452px;
    }

}

@media (max-width: 383px) {
    .super-decor2 {
        top: 305px;
    }

    .super-decor1 {
        top: 124px;
    }

    .date-decor1 {
        top: -114px;
        width: 100%;
    }
}
