/* html, body {
    min-height: 100vh;
    width: 100vw;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: linear-gradient(135deg, #ff3131, #ffcbbf);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    /*background: repeating-linear-gradient(135deg, #ff3131, #ffcbbf);*/
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
    /*background-repeat: no-repeat;
    background-attachment: scroll;*/
    overflow-y: auto;
    }

/*#background {
    background: linear-gradient(135deg, #ff3131, #ffcbbf);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: -1;
    margin: 0;
}*/

#navitate {
    position: relative;
    width: auto;
}

.ora-button {
    transition: all 0.3s ease;
    opacity: 1;
}
.ora-button:hover {
    opacity: 0.7;
}
.about-site#inner-content {
    color: #f5f3f0;
    font-size: 25px;
}

.about-site p {
    font-size: 22px;
}
.terms-site {
    margin:30px;
    box-sizing: border-box; 
}

#content {
    max-width: 100%;
}

#verif-code {
    width: 110px !important;
}

@media (max-width: 360px) {
    body {
        background: #ff615d;
    }
}
  

@media (max-width: 1099px) {
    #navitate {
        height: 52px;
        display: inline;
        margin-left: 6vw;
    }
    #header-bar {
        padding-top: 20px;
    }
    .header.header-link {
        height: 5px;
        width: 40px;
        display: none;
    }
    #menu-button {
        width: 40px;
        height: 40px;
        float: right;
        margin: 6px 5vw;
        padding: 6px 0;
        border-radius: 20px;
        transition: all 0.4s ease;
    }
    #menu-button div {
        background-color: #f5f3f0;
        height: 2px;
        width: 20px;
        margin: 5px auto;
    }
    #menu-button:hover {
        background-color: rgba(80,80,80,0.3);
    }
    #home-login-btn {
        display: none;
    }
    #home-account-btn {
        display: none;
    }
    #menu-bar {
        background-color: #f5f3f0;
        height: 46px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        transition: height 0.4s ease;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        white-space: nowrap;
    }
    .hidden#menu-bar {
        height: 0;
        overflow-y: hidden;
    }
    #menu-bar::-webkit-scrollbar {
      display: none; 
    }
    .menu-link {
        letter-spacing: 2px;
        text-decoration: none;
        font-size: 17px;
        margin: 0 30px;
        line-height: 46px;
        text-align: center;
        color: #252525;
        font-weight: 600;
    }
    #menu-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 96px;
        height: 38px;
        border-radius: 25px;
        border: none;
        margin-top: 6px;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        line-height: 38px;
        color: #f5f3f0;
        font-size: 16px;
    }
    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }
    .login #login-div {
        width: 300px;
        height: 286px;
        margin: auto;
        padding: 12px 20px;
        background-color: #f5f3f0;
        color: #252525;
        border-radius: 16px;
    }
    #login-form .typing-field {
        font-size: 16px;
        width: fill-content;
        height: 32px;
        padding: 0 7px;
        border: 2px solid #909090;
        border-radius: 5px;
        margin: 5px 0;
    }
    #login-form label {
        color: #252525;
        margin: 3px 0;
    }
    #login-form #submit-button {
        color: #252525;
        border-radius: 5px;
        width: 40px;
        text-align: center;
        width: 110px;
        height: 40px;
        border-radius: 25px;
        border: none;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        color: #f5f3f0;
        letter-spacing: 1px;
        font-size: 18px;
        margin-right: 10px;
        float: right;
        cursor: pointer;
    }
    #login-form #login-failed-message{
        color: #ee3f3f;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }
    
    .login #login-text {
        color: #404040;
        margin-bottom: 20px;
        margin-bottom: 10px;
    }
    .create-acc-form {
        height: 464px !important;
    }

    #home-account-btn {
        display: none;
    }
    #menu-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin-top: 13px; 
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }
}



@media (min-width: 1100px) {
    #navitate {
        margin: 23px 1vw 23px 4vw;
        height: 64px;
    }
    .header {
        display: inline-block;
        color: #f5f3f0;
    }
    .header-link {
        letter-spacing: 2px;
        text-decoration: none;
        transform: translate(0,-140%);
        font-size: 18px;
        margin: 40px 30px 0 30px;
    }
    .header-link:hover {
        text-decoration: underline;
    }
    #menu-button {
        display: none;
    }
    #menu-bar {
        display: none;
    }
    #menu-login-btn {
        display: none;
    }
    #home-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 130px;
        height: 50px;
        border-radius: 25px;
        border: none;
        margin: 40px 6vw 40px 0;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        padding: 14px 0;
        opacity: 1;
        color: #f5f3f0;
    }
    #menu-account-btn {
        display: none;
    }
    #home-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin: 55px 6vw 0 0;
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }

    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }

    .login #login-div {
        width: 500px;
        height: 300px;
        margin: auto;
        padding: 12px 20px;
        background-color: #f5f3f0;
        color: #252525;
        border-radius: 20px;
    }
    .login #login-text {
        color: #404040;
        margin-bottom: 20px;
    }

    #login-form .typing-field {
        font-size: 16px;
        width: 300px;
        height: 32px;
        padding: 0 7px;
        border: 2px solid #909090;
        border-radius: 5px;
    }
    #login-form label {
        color: #252525;
    }
    #login-form #submit-button {
        border-radius: 5px;
        width: 40px;
        text-align: center;
        width: 110px;
        height: 40px;
        border-radius: 25px;
        border: none;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        color: #f5f3f0;
        letter-spacing: 1px;
        font-size: 18px;
        margin-right: 10px;
        float: right;
        cursor: pointer;
    }
    #login-form #login-failed-message{
        color: #ee3f3f;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }
    .create-acc-form {
        height: 428px !important;
    }
}