@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');

* {
  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:#81BFDA ;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;


}

.error-alert {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: white;
  padding: 12px 25px;
  width: 215px;
  border-radius: 10px;
}




/* ul li{
    background: #ff4880;
    width: 108px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    
} */


/* Footer Styles */
/* Footer Styles */
footer {
  background-color: #271344;
  color: white;
  padding: 20px 0;
  text-align: center;
  position: relative;
  /* top: 161px; */
  width: 100%;
}

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;
}

.logo {
  margin-left: 20px;
  display: flex;
  align-items: center;

}

.logo img {
  height: 56px;
  /* Adjust the height of the logo */
  width: auto;
  /* Maintain aspect ratio */
  margin: 0 62px;
}

.user {
  margin: 16px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive styles for smaller screens */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Include padding and border in element's total width and height */
}



.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 */


/* Subtle shadow */


.user label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}





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;
}





.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;


}

/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Include padding and border in element's total width and height */
}

.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(#2781a7 8%, rgb(255, 255, 255) -28%);
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background-color: #ffffff;
  /* White background */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 16px auto;
}




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: 155px;
  height: 42px;
  margin: auto;
  background: #2781a7;
  border: none;
  border-radius: 5px;
  color: #e6fafc;
  font-weight: 800;
  text-transform: uppercase;
  transition: .5s ease;
  font-size: 18px;
}

.btn:hover {
  background: #81BFDA;
  color: #141414;
}




.success-alert,
.error-alert {
  color: white;
  width: 251px;
  height: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  position: absolute;
  top: -47px;
  left: 76px;
  padding: 0 10px;
}

.success-alert {
  background: green;
}

.error-alert {
  background: rgb(255, 0, 0);
}

.close-btn {
  cursor: pointer;
}




.logout {
  background: #ffb239;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 5px -2px black;
}




.option {
  display: flex;
  align-items: center;
}

.option1 {
  display: flex;
  align-items: center;
}

.option2 {
  display: flex;
  align-items: center;
}

.option2 {
  display: flex;
  align-items: center;
}

.option3 {
  display: flex;
  align-items: center;
}

.option4 {
  display: flex;
  align-items: center;
}

.option5 {
  display: flex;
  align-items: center;
}

.option6 {
  display: flex;
  align-items: center;
}

.option7 {
  display: flex;
  align-items: center;
}

.option8 {
  display: flex;
  align-items: center;
}

.option9 {
  display: flex;
  align-items: center;
}

.option p {
  margin: 0 21px;
}

.option1 p {
  margin: 0 21px;
}

.option2 p {
  margin: 0 21px;
}

.option3 p {
  margin: 0 21px;
}

.option4 p {
  margin: 0 21px;
}

.option5 p {
  margin: 0 21px;
}

.option6 p {
  margin: 0 21px;
}

.option7 p {
  margin: 0 21px;
}

.option8 p {
  margin: 0 21px;
}

.option9 p {
  margin: 0 21px;
}


.main {
  display: flex;
}

.separate {
  display: flex;
}

.password-container {
  position: relative;
}


.input_user input {
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 2px solid rgb(187, 187, 187);
  margin-bottom: 12px;
  height: 41px;
  /* transition: all 0.5s ease-in; */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
}



.input_user input:focus {
  border: none;
  outline: none;
  background: rgba(214, 214, 214, 0.534);
  border-radius: 5px;
}



.user h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  padding-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  position: relative;
  top: -4px;
}

.toggle-password {
  color: #333;
  position: relative;
  left: 318px;
  top: -47px;
}

@media (max-width: 492px) {
  .containor {
    flex-direction: column;
  }


}

/* Responsive styles for smaller screens */
@media (max-width: 1557px) {


  .user {
    background: linear-gradient(#2781a7 6.9%, rgb(255, 255, 255) -28%);
    margin: 16px auto;
  }


}

/* Responsive styles */





@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: 16px auto;
  }

  .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: 368px) {
  .toggle-password {
   
    left: 278px;
    top: -43px;}


}


@media (max-width: 512px) {
  .slider {
    background-position: -1181px;
  }

  .slider img {
    left: 126px;
  }

  .bird {
    right: 102px;
    top: -159px;
    width: 133px;
  }
}


@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 {}
}