@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
input {
  font-family: "Poppins", sans-serif;
}

.bgi{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -999;
  top: 0%;
  left: 0%;
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIZkjgWRPEkqbgmSJhxkyaUu4nEr9w7V9GhnkMQyY2wDMGXTmHjRUEm7LSILMbyyon9PqpsRszxq9YobCfVoE8CQeekcJFK8DcwD4cK2IaqrDvu7vbbgxJHXi0tEpG3lxAe87gzxj-cz8urcnv9BwFNznd_N3MI_Dyb81pwm7Tf3U-o6loQ1cEUrMJ7U/s1912/0122.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

.wb_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.wb_loader::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fullscreen-btn{
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: blueviolet;
  
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
}
.fullscreen-btn i{
  color: white;
  font-size: 16px;
  padding: 0;margin: 0;width: fit-content;height: fit-content;
}
.login_screen{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}


.vector-img {
  width: 100px;
  margin-bottom: 10px;
}

.dsgn_login_container {
  position: relative;
  width: 100%;
  max-width: 1020px;
  height: 640px;
  background-color: #ffffff8c;
  border-radius: 1.3rem;
  box-shadow: 0 60px 40px -30px rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
}

.inner-box {
  position: absolute;
  width: calc(100% - 4.1rem);
  height: calc(100% - 4.1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.forms-wrap {
  position: absolute;
  height: 100%;
  width: 45%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  transition: 0.8s ease-in-out;
}

form {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  transition: opacity 0.02s 0.4s;
  align-items: center;
}

form.sign-up-form {
  opacity: 0;
  pointer-events: none;
}






.toggle {
  color: #151111;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  transition: 0.3s;
}

.toggle:hover {
  color: #8371fd;
}
.actual-form{
  width: 100%;
}
.input-wrap {
  position: relative;
  height: 37px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.input-field {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #bbb;
  padding: 0 10px;
  
  color: #151111ad;
  transition: 0.4s;
  font-weight: 600;
  font-size: 0.95rem;
}
.input-field::placeholder{
  color: #151111ad;
}




.input-field.active {
  border-bottom-color: #151111;
}

.salect_cntr{
  padding-right: 10px;
}
.input-wrap .gender_salect{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #bbb;
  padding: 0 10px;
  font-weight: 700;
  color: #151111ad;
  font-size: 0.95rem;
}

.sign-btn {
  display: inline-block;
  width: 100%;
  height: 43px;
  background: rgb(45,69,247);
background: linear-gradient(173deg, rgba(45,69,247,1) 0%, rgb(190, 52, 244) 87%);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  transition: 0.3s;
  font-weight: 700;
}

.sign-btn:hover {
  background-color: #8371fd;
}

.text {
  color: #bbb;
  font-size: 0.7rem;
}



main.sign-up-mode form.sign-in-form {
  opacity: 0;
  pointer-events: none;
}

main.sign-up-mode form.sign-up-form {
  opacity: 1;
  pointer-events: all;
}

main.sign-up-mode .forms-wrap {
  left: 55%;
}

main.sign-up-mode .carousel {
  left: 0%;
}

.carousel {
  position: absolute;
  height: 100%;
  width: 55%;
  left: 45%;
  top: 0;
  background: rgb(244,247,255);
background: linear-gradient(135deg, rgba(244,247,255,1) 0%, rgb(255, 255, 255) 100%);
  border-radius: 2rem;
  

  overflow: hidden;

  
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;

}
.carousel .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  
  padding: 0;
  margin: 0;

  justify-content:space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.carousel .slider-container .slider {
  height: 100%;
  display: -webkit-box;
  transition: transform 0.5s ease-in-out;
}
.carousel .slider-container .slider .slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  color: white;
  padding-bottom: 5rem;
}
.carousel .slider-container .slider .slide .img_cntr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
}
.carousel .slider-container .slider .slide .img_cntr img{
  width: 80%;
}
.carousel .slider-container .slider .slide h2{
  color: blue;
  padding: 0 10px;
  font-size: 26px;
  text-align: center;
  align-items: center;
}
.carousel .slider-container .bullets {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
  
}

.carousel .slider-container .bullets .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition: 1s;
}

.carousel .slider-container .bullets .bullet.active {
  width: 20px;
  border-radius: 10px;
}

@media (max-width: 850px) {
  .bgi {
    background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3ujfkEMOqLWW2ByGgTYCEEQCppJOXZPzADtSbNCb2vlr1jo6EwShG-5uW0xPDOm5RP7Um5Wl7YbfImTf-K2uSnxYTRVByw7eTt9wv_NBzo8TPSk2jHWSeznAhZdPSYEG45CS_r1699BP2-rLKlqOf7pkCktNf4HsaeOk8TfDzSxiLwN95auzCZpSAMCc/s1511/0122%282%29.gif');
  
    
  }
  #dscnt-txt-lw-wd-hd{
    display: none;
  }
  .disconnect-btn{
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .dsgn_login_container {
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    border-radius: 0%;
  }


  .inner-box {
    position: static;
    transform: none;
    width: revert;
    height: 100%;
    padding: 2rem;
    padding-top: 15vh;
    border-radius: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }

  .forms-wrap {
    position: revert;
    width: 100%;
    height: auto;
  }

  form {

    max-width: 480px;
    padding: 1.5rem 2.5rem 2rem;
    transition: transform 0.8s ease-in-out, opacity 0.45s linear;
  }

 
  form.sign-up-form {
    transform: translateX(100%);
  }

  main.sign-up-mode form.sign-in-form {
    transform: translateX(-100%);
  }

  main.sign-up-mode form.sign-up-form {
    transform: translateX(0%);
  }

  .carousel {
    position: revert;
    height: auto;
    width: 100%;
    padding:0;
    display: flex;
    border-radius: 20px;

  }
  .carousel .slider-container .slider .slide .img_cntr{
    height: 80%;
  }
  .carousel .slider-container .slider .slide .img_cntr img{
    width: auto;
    height: 100%;
    max-width: 80%;
    max-height: 100%;
  }

  .images-wrapper {
    display: none;
  }

  .text-slider {
    width: 100%;
  }
}

@media (max-width: 530px) {
  main {
    padding: 1rem;
  }
  
  

  .inner-box {
    padding: 1rem;
    padding-top: 15vh;
  }

  

  .text-wrap {
    margin-bottom: 1rem;
  }

  .text-group h2 {
    font-size: 1.2rem;
  }

  form {
    padding: 1rem 2rem 1.5rem;
  }
}

.hidden {
  display: none;
}
.show{
  display: flex;
}
