@font-face {
  font-family: Dana;
  src: url('./Font/Dana-Medium.ttf');
}
@font-face {
  font-family: DanaDemi;
  src: url('./Font/Dana-DemiBold.ttf');
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Dana', sans-serif;
}

:root {
  --bg-img: #000;
  --text: #fff;
}

html {
  font: 62.5% / normal var(--g-typography-regular);
  word-wrap: break-word;
  overflow-x: hidden;
  font-weight: 400;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Dana", sans-serif;

}

body {
  background:
    var(--bg-img) center/cover no-repeat fixed;

  color: var(--text);
  line-height: 1.45;
}
.login{
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
      line-height: 1.75rem;
}
/* Menu */
.menu {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1vw, 1.5rem);
  list-style: none;
  justify-content: center;
  list-style: none;
  margin-right: 1rem;
  /* کنار لوگو سمت راست */
  flex: 1
  /* وسط قرار بگیره */
}





.menu a {
  text-decoration: none;
  padding: .5rem .75rem;
  font-size: clamp(0.9rem, 0.9vw, 1.05rem);
  font-weight: 500;
  color: var(--text);
  transition: .2s;
}

.menu a:hover,
.active {
  text-shadow: 0 0 20px #00ff48;
}






/* NAVBAR */
.nav {

  position: sticky;
  top: 0;
  background: rgb(0, 0, 0);
  padding: clamp(0.5rem, 1vw + 0.2rem, 1rem) clamp(1rem, 2vw + 0.5rem, 3rem);
  backdrop-filter: blur(12px);
  z-index: 100;
}

.nav-inner {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  gap: 2rem;
  /* فاصله بین لوگو و منو */
}
/* Button */
.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0eff1ed6, #ffffff);
  border: none;
  outline: none;
  padding: 1rem 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(98, 255, 106, 0.567);

  border-radius: 99.99rem;
  width: 70px;
  height: 30px;
  position: relative;

}
.nav-btn .btn-exit {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding: 20px;
}
/* Brand */
.brand {
  font-family: 'Cinema';
  display: flex;
  align-items: center;
  word-spacing: 5px;
  gap: clamp(0.5rem, 1vw, 0.5rem);
  color: #04ff00;
  text-decoration: none;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 500;
  margin-left: 2rem;
  /* فاصله از منو */

}

.logo-img {
  width: clamp(40px, 4vw, 48px);
  height: clamp(40px, 4vw, 48px);
  transition: sca 0.3s;

}
.nav-btn:hover {
  background: linear-gradient(135deg, #fff, #b6c0c9);
  transform: translateY(-3px);
}

.nav-btn:active {
  transform: scale(0.97);
  box-shadow: 0 0 8px rgb(30, 62, 22);
}










.form-container{
  margin-top: 1%;
  display: flex;
  width: 1000px;
  height: 600px;
  border: 1px solid #000;
  background-color: rgb(238, 238, 238);
  border-radius: 30px;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.col-1{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55%;
  background: rgb(30, 62, 22);
  backdrop-filter: blur(30px);
  border-radius: 0 30% 20% 0;
  transition: border-radius .3s;
  
}
/*
    ================================
        Best Viewed In Full Page
https://codepen.io/AbubakerSaeed/pen/QWjYYmB
    ================================
*/

/* Change slides by clicking on those grayish lines using mouse, can use keyboard arrows too :) */

/* It's not responsive, so check it out in big/large screen */

/* FONT */
/* ========================================================================== */


.c {
  min-width: 475px;
  width: 475px;
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  
  padding-bottom: 15px;
  

  display: flex;
  align-items: flex-end;
  justify-content: center;

  position: relative;
  overflow: hidden;

  box-sizing: border-box;
}

.ci {
  position: absolute;
  top: 0;
  left: 0;

  width: inherit;
  height: inherit;
  transform-origin: left 50%;

  background: inherit;
   
  z-index: var(--z);
  transition: .3s ease-out;
}

.ci img {
  -moz-user-select: none;
  user-select: none;
}
.Titr{
  font-size: x-large;
          line-height: 120%;
        letter-spacing: -0.48px;
        color: #fff;
        text-align: center;
            margin-bottom: 4.8rem;
                margin-top: 0px;
                    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;

}
.ch {
  position: absolute;
  top: 85%;
  left: 8%;
  text-align: right;
  transform: translateY(-100%);
  animation: fadein 1s ease;

  font-size: 1rem;
  color: hsla(var(--h) var(--s) var(--l) / .8);
  text-shadow: 0 2px 10px hsla(var(--h) var(--s) 10% / .3);
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.input-ch {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
}

label {

  height: 8px;
  display: inline-block;
  left: 0;
  width: 8px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
      top: 15px;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  background: hsla(0 0% 90% / .3);
  cursor: pointer;


}

label:last-child {
  margin-right: 0;
}

input:checked+label {
  background: linear-gradient(to right,
    hsla(var(--hue) 80% 70% / .7),
    hsla(calc(var(--hue) + 30) 85% 50% / .7));
}

input:not(:checked)+label+.ci {
  transform: translateX(-100%);
  opacity: 0;
}

input:checked+label+.ci~.ci {
  transform: translateX(100%);
}

input:not(:checked)+label+.ci {
  transition: 0;
}

.image-slide{
  width: 100%;
  
  height: auto;
  background-position: center;
  background-size: cover;
  border-radius: 10px;

}

.form-image-main{
  width: 400px;
}




.col-2{
  position: relative;
  width: 45%;
  padding: 20px;
  background-color: rgb(238, 238, 238);
}
.btn-box{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn{
  font-weight:500 ;
  padding: 5px 30px;
  border: none;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .2s;
}
.btn-1{
  background: rgba(30, 62, 22, 0.819);
}
.btn:hover{
  opacity: 0.85;
  color: rgb(26, 255, 0);
}
.login-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:  100%;
  padding: 0 4vw;
  transition: .3s;
}
.form-title{
  margin: 40px 0 5px 0;
  color: #000;
  font-size: x-large;
  
  font-weight: bold;
  text-align: center;
}
.reg-link p{
   font-size: 14.5px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}
.reg-link  a{
  font-family: 'DanaDemi',sans-serif;
  color: rgb(30, 62, 22);
  font-weight: 600;
  text-decoration: none;
}

.form-inputs{
  width: 100%;
}
.input-box{
  position: relative;
}
.input-field{
  width: 100%;
  height: 55px;
  padding: 0 15px;
  margin: 10px 0;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  backdrop-filter: blur(20px);
  direction: rtl;
      border-radius: 0.8rem;
    border: .1rem solid rgb(30, 62, 22);
    transition: border 0.2s;
    
}
::placeholder{
  color: #000;
  font-size: 15px;
}

.input-box .icon{
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #000;
}


.reg-phone{
  display: flex;
  justify-content: space-between;
      font-size:small;
      font-weight: 500;
    }
.reg-phone .link1{
  text-decoration: none;
        color: rgb(30, 62, 22);

}

.forgot-password ,a{
  color: rgb(30, 62, 22);
}

.submit{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  margin: 10px 0;
  color: #eeee;
  background: rgb(30, 62, 22);
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .3s;
}
.submit:hover{
  gap: 15px;
}
.social-login{
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-size: 22px;
}
.social-login i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #000;
    box-shadow:  rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: .2s;
}
.social-login i:hover{
  transform: scale(0.9);
}

@media (max-width: 892px){
  .form-container{
    width: 400px;
  }
  .col-1{
    display: none;
  }
  .col-2{
    width: 100%;
  }
}