* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

option {
    display: block !important;
    font-family: 'Nunito', sans-serif;
    background-color: #e9f6f8;
    height: 5rem;
    font-weight: 600;
}

body::-webkit-scrollbar {
    width: 15px; /* Ширина всего элемента навигации */
}
  
body::-webkit-scrollbar-track {
    background: #fff; /* Цвет дорожки */
}
  
body::-webkit-scrollbar-thumb {
    background-color: #53B5C5; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 0.1px solid #4fadbc; /* Оформление границ бегунка */
}

.forgot-password a {
    text-decoration: none;
    color: #53B5C5;
    font-weight: 800;
}

.forgot-password a:hover {
    color: #2f7580;
}

.sovy{
    position: relative; /* Создает контекст позиционирования для вложенных элементов */
    width: 100%;
}

#star1 {
    position: absolute;
    margin-top: 0rem;
    z-index: 10;
    left: 14rem;
    transform: translateY(-50%);
}

#star2 {
    right: 23rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 18rem;
    z-index: 10;
}

#bird1 {
    position: absolute;
    margin-top: 8rem;
    z-index: 10;
    left: 0;
    transform: translateY(-50%);
}

#bird2 {
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 15rem;
    z-index: 10;
}

.recover-form h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #53B5C5;
    font-weight: 900;
}

.recover-form input {
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    background-color: #E9F6F8;
    border: 0px solid;
    border-radius: 5px;
    width: 100%;
}

.recover-form button[type="submit"] {
    background-color: #53B5C5;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 3rem;
    margin-top: 20px;
    width: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    position: fixed;
    z-index: 900;
    width: 100%;
    margin-top: -50rem;
}

.logo img {
    height: 60px;
    margin-left: 20px;
    margin-bottom: -15px;
}
header nav {
    display: flex;
    width: 60vw;
    justify-content: flex-end;
}
header nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px;
}
header nav li{
    box-sizing: border-box;
}
header nav a {
    text-decoration: none;
    /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); */
    color: #474747;
    font-weight: 900;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 0.6rem;
    font-size: 1.2rem;
}
header nav li:hover a {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
header nav li > a.menugames:after{
    content: " ";  
    background: url(img/oui_arrow-up_black.png) no-repeat center center;
    width: 1rem;
    height: 1rem;
    display: block;
    
}

header nav li:hover{
    /*border: 5px;
    border-color: #53B5C5;
    background-color: #E5F4F7;
    border-radius: 5px;*/
}

header nav img {
    margin-left: 10px;
}

.register-btn {
    background-color: #FFF145;
    border: none;
    color: #474747;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    padding: 13px 60px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 20px;
    font-size: 1.15rem;
}

.register-btn:hover {
    background-color: #FFDA18;
}

.dropdown {
    float: left;
    overflow: hidden;
  }

.dropdown .dropbtn {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); */
    color: #474747;
    font-size: 1.2rem;
    font-weight: 900;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 1px;
    border: none;
    /* font-size: 1rem; */
    background-color: #fff;
}
  
  
.dropdown:hover .dropbtn {
    /* border: 2px solid #53B5C5; */
    display: flex;
    /* border-radius: 0.5rem; */
    /* background: #E5F4F7; */
    box-sizing: border-box;
    /* padding: calc(1rem - 4px); */
    gap: 1px;
    font-size: 1.2rem;
}

#dropdown-content-ssulkaup {
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkadown{
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#dropdown-content-ssulkaup:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkadown:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkabet{
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkabet:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0rem 0rem 0rem 0rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* border: 2px solid #53B5C5; */
    border-radius: 0.5rem;
    font-size: 1.2rem;
}
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-shadow: none;
    text-align: left;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .dropdown-content a:hover {
    background-color: #E5F4F6;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


main {
    margin-top: 12rem;
    width: 100%;
    height: 30rem;
}

.mainRegist {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    margin: 2rem auto;
}



.registration-form {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}



.registration-form h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #53B5C5;
    font-weight: 900;
}

.registration-form label {
    margin-bottom: 0px;
    font-size: 14px;
}

.registration-form input {
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    background-color: #E9F6F8;
    border: 0px solid;
    border-radius: 5px;
    width: 100%;
}

.registration-form input:focus {
    outline-color: #53B5C5;
}


.registration-form select{
    margin-bottom: 15px;
    padding: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    background-color: #E9F6F8;
    border: 0px solid;
    border-radius: 5px;
}

.registration-form select:focus{
    outline-color: #53B5C5;
}

.password {
    width: 100%;
    position: relative;
  }
#password-input {
width: 100%;
padding: 5px 5px;
line-height: 40px;
text-indent: 10px;
margin: 0 0 15px 0;
border-radius: 5px;
border: none;
font-size: 1rem;
}
.password-control {
position: absolute;
top: 0.6rem;
right: 6px;
display: inline-block;
width: 2.5rem;
height: 2rem;
background: url(img/eyes.png) 0 0 no-repeat;
}
.password-control.view {
top: 0.3rem;
right: 0.8rem;
background: url(img/eyes_close.png) 0 0 no-repeat;
}

.registration-form button[type="submit"] {
    background-color: #53B5C5;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}

.existing-account {
    text-align: center;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

.existing-account a {
    color: #53B5C5;
    text-decoration: none;
}

.existing-account a:hover {
    color: #004066;
}


.fast-register {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    margin-top: 2rem;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 0.5rem;
}

footer {
    background-color: #53B5C5;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.cloud-footer-content{
    background-color: #fff;
}

.cloud-footer-content img {
    width: 100%;
    margin-top: 0.4rem;
}

.footer-logo img {
    display: block;
    text-align: left;
    margin-left: 60px;
    margin-top: 35px;
}

footer nav ul {
    padding: 20px;
    display: flex;
    justify-content: right;
    gap: 2rem;
    list-style: none;
    margin-right: 60px;
    margin-top: -70px;
}

footer nav a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.3rem;
}

.video-logo {
    display: block;
    background-color: #53B5C5;
    color: #fff;
    width: 25%;
    font-size: 2rem;
    font-weight: 900;
    padding: 0.5rem 2.3rem;
    border-radius: 1rem 1rem 0rem 0rem;
}

footer nav li:hover a{
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff580;
}

footer nav li > a.menugames:after{
    content: " ";  
    background: url(img/oui_arrow-up_black.png) no-repeat center center;
    width: 1rem;
    height: 1rem;
    display: block;
    
}

footer p {
    margin-top: 3rem;
    color: #fff;
    text-align: center;
}

.arrow-footer img {
    display: flex;
    margin-left: 4.5rem;
    margin-top: -16px;
    margin-bottom: 30px;
}


@media (max-width: 600px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .registration-form {
        padding: 10px;
    }
}