@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&family=Bebas+Neue&family=Buenard:wght@400;700&family=Bungee+Tint&family=Fredoka:wght@300..700&family=Great+Vibes&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Doodle+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Pacifico&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&family=Bebas+Neue&family=Buenard:wght@400;700&family=Bungee+Tint&family=Fredoka:wght@300..700&family=Great+Vibes&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Doodle+Shadow&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Include padding and border in element's total width and height */
}


body {
    font-family: Arial, sans-serif;
    background: #2c7da0;
    background-position: bottom;


}

.error-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    color: white;
    padding: 12px 25px;
    width: 403px;
    border-radius: 10px;
    position: absolute;
    top: 246px;
    height: 59px;
    font-size: 26px;
}

.header {
    background: white;
    box-shadow: 8px -52px 17px 46px #010101;
}

.navbar {
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navlist {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    left: 711px; */
}

/* ul li{
    background: #ff4880;
    width: 108px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    
} */

ul li a {
    text-decoration: none;
    margin: 0px 5px;

    color: black;
    font-weight: 700;
    /* color: white; */
    padding: 5px 11px;
    border-radius: 4px;
    text-align: center;

    text-align: center;
    width: 103px;
    height: 35px;
    transition: all 300ms linear 0ms !important;



}

ul li a:hover {

    background-color: #ff4880;
    color: white;


}

.logout {
    background: #ffb239;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -2px black;
}

.logout:hover {
    background: #d38100;
    transition: all 0.2s ease-out;
}


.logout a {
    color: white;
}

.burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px
}

.line {
    width: 33px;
    background-color: black;
    height: 4px;
    margin: 5px 3px;
}

/* Footer Styles */
/* Footer Styles */
footer {
    background-color: #271344;
    color: white;
    padding: 20px 0;
    text-align: center;
    /* position: relative;
    top: 161px; */
    width: 100%;
    position: absolute;
    bottom: 0;
  }
footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

footer .socials {
    list-style: none;
    padding: 0;
}

footer .socials li {
    display: inline;
    margin: 0 10px;
}

footer .socials li a img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
}

footer .socials li a img:hover {
    opacity: 0.7;
}



/* Responsive styles for smaller screens */











.btn-close {
    position: relative;
    right: -10px;
    top: -10px;
    color: inherit;
}

.fa {
    border: navajowhite;
    background: none;
    position: relative;
    left: 318px;
    top: -1px;
}

.alert {
    position: fixed;
    top: 162px;
    background: #7bf0c5;
    width: 401px;
    text-align: center;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

/* Style form elements */
.user {
    background: linear-gradient(#01497c 19%, rgb(255, 255, 255) 17%);
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 9px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 445px;
    border-radius: 15px;
    margin: 133px auto;

}

.user h3 {
    position: relative;
    top: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: white;
    text-transform: uppercase;
}

.user label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.user select,
.user input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    /* Light gray border */
    border-radius: 4px;
    box-sizing: border-box;
    /* Include padding and border in element's total width and height */
}

.user select:hover,
.user input[type="text"]:hover {
    background: #91c3ff8f;
    transition: background-color 0.3s ease;
    /* Add transition effect */
}

textarea:hover {
    background: #91c3ff8f;
    transition: background-color 0.3s ease;
}

.user button[type="submit"] {
    background-color: #007bff;
    /* Blue submit button */
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.btn {
    width: 359px;
    height: 54px;
    margin: auto;
    background: #01497c;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    transition: .5s ease;
    font-size: 18px;
    position: relative;
    top: 50px;
    cursor: pointer;
}

.btn:hover {
    background: #2c7da0;
    color: #ffffff;
}



s .error-alert {
    color: white;
    width: 251px;
    height: 31px;
    align-items: center;
    border-radius: 3px;
    padding: 0 10px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    top: -67px;


}

.col-sm-6 input {
    height: 67px;
    width: 359px;
    padding: 7px;
    border: none;
    border-bottom: 2px solid rgb(187, 187, 187);
    background: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    margin: 15px 0;
    position: relative;
    top: 25px;

}

.col-sm-6 input:focus {
    border: none;
    outline: none;
    background: rgba(214, 214, 214, 0.534);
   border-radius: 5px;

}


















@media (max-width: 492px) {
    .containor {
        flex-direction: column;
    }


}

/* Responsive styles for smaller screens */
@media (max-width: 1557px) {


    .user {
        margin: auto;
        margin-top: 306px;
        margin-bottom: 241px;
    }

    .burger {
        display: block;
    }
}

/* Responsive styles */
@media (max-width: 1776px) {}

@media (max-width: 1557px) {
    .bird {
        right: 861px;
        top: -180px;
    }

    .slider img {

        left: 933px;
    }

    .slider {
        background-position: -309px;
    }

    .logo {
        margin-left: 0px;
    }

   

   


}



@media (max-width: 1280px) {
    .slider {
        background-position: -649px;
    }

    .slider img {
        left: 526px;
        width: 53%;
    }

    .bird {
        right: 512px;
        top: -239px;
        width: 213px;
    }
}

@media (max-width: 912px) {
    .slider {
        background-position: -1010px;
    }

    .slider img {
        left: 176px;
        width: 73%;
    }

    .bird {
        right: 162px;
        top: -239px;
        width: 153px;
    }
}



@media (max-width: 817px) {
    .containor {
        flex-direction: column;
    }

    .user {
        margin: auto;
      
        margin-top: 45px;
        margin-bottom: 191px;
    }

    .admin {
        margin: 25px 0px;
    }

    .lines {

        top: -32px;
        left: 15px;
    }

    .lines2 {

        top: -32px;
        left: 15px;
    }

    .lines3 {

        top: -32px;
        left: 15px;
    }

    .regis {
        margin: 25px 0px;
    }

}

@media (max-width: 492px) {
    .containor {
        flex-direction: column;
    }


}

@media (max-width: 512px) {
    .slider {
        background-position: -1181px;
    }

    .slider img {
        left: 126px;
    }

    .bird {
        right: 102px;
        top: -159px;
        width: 133px;
    }
}
@media (max-width:406px) {
.col-sm-6 input {
    height: 67px;
    width: 309px;
}
.btn {
    width: 289px;}
    .user {
      
        max-width: 340px;}
}
@media (max-width: 1560px) {

    .row {
        margin: 12px 4px;
    }

    .row2 {
        margin: 6px 4px;
    }

    .row3 {
        margin: 14px 65px;
        color: white;
    }

    .row4 {
        margin: 15px 65px;
        color: white;
    }

    .dragon {
        display: none;
    }

    .main {
        overflow: hidden;
        height: 193vh;
        flex-direction: column;
        justify-content: center;
        justify-content: center;
        align-items: center;
    }
}