@font-face{
    font-family: "vazir";
    src: url(../fonts/Vazir.eot);
    src: url(../fonts/Vazir.eot?#iefix) format("emedded-opentype");
    src: url(../fonts/Vazir.woff2) format("woff2");
    src: url(../fonts/Vazir.woff) format("woff");
    src: url(../fonts/Vazir.ttf) format("truetype");
}
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Tahoma, sans-serif;
      transition: 0.3s;
    }

    body {
      min-height: 100vh;
      background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
      position: relative;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      z-index: -1;
    }

    body.light-mode::before {
      background: rgba(255,255,255,0.45);
    }

    .main-text {
      color: white;
    }

    body.light-mode .main-text {
      color: #111;
    }

    .switch-box {
      position: fixed;
      top: 20px;
      left: 20px;
      z-index: 999;
      display: flex;
      align-items: center;
      gap: 10px;
      color: white;
      font-size: 22px;
    }

    body.light-mode .switch-box {
      color: black;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 20px;
    }

    .hero h1 {
      font-size: 55px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .hero h1 span {
      color: #0d6efd;
    }

    .hero p {
      max-width: 800px;
      line-height: 2;
      margin-bottom: 40px;
      font-size: 20px;
    }
    .header{
      padding-top: 90px;
    }
    .ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}
.text-gray{
  color: #4444 !important;
}
.dark-text-white{
  color: white !important ;
}

    .counter-box {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 40px;
    }

    .counter {
      width: 130px;
      height: 130px;
      border: 3px solid rgba(255,255,255,0.7);
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: white;
      backdrop-filter: blur(5px);
      font-size: 22px;
      font-weight: bold;
    }

    body.light-mode .counter {
      border: 3px solid rgba(0,0,0,0.5);
      color: black;
      background: rgba(255,255,255,0.2);
    }

    .subscribe-box {
      width: 100%;
      max-width: 500px;
    }

    .socials {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap: 15px;
      border-radius: 50%;
      transition: all 0.3s;
    }
    #qq:hover{
        background: #0d6efd;
        background-color: #0d6efd;
    }
    
    #aa:hover{
        background: #0d6efd;
        background-color: #0d6efd;
    }
    #zz:hover{
        background: #0d6efd;
        background-color: #0d6efd;
    }
    #cc:hover{
        background: #0d6efd;
        background-color: #0d6efd;
    }
    


    .socials a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      font-size: 20px;
    }

    body.light-mode .socials a {
      color: black;
      border-color: rgba(0,0,0,0.5);
    }

    .contact-section {
      padding: 100px 20px;
    }

    .contact-card {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(8px);
      border-top: 4px solid #0d6efd;
      padding: 30px;
      border-radius: 10px;
      height: 100%;
    }

    body.light-mode .contact-card {
      background: rgba(255,255,255,0.4);
    }

    .form-control,
    .form-control:focus {
      background: rgba(255,255,255,0.8);
      border: none;
      box-shadow: none;
    }


    .map {
      width: 100%;
      height: 250px;
      border-radius: 10px;
      overflow: hidden;
    }

    @media(max-width:768px){
      .hero h1 {
        font-size: 38px;
      }

      .counter {
        width: 100px;
        height: 100px;
      }
    }




































/* body{
    font-family: "vazir" !important;
    background: url(photoes/bg.jpg);
    background-attachment: fixed;
   
}
.dark .dark-bg-black{
    background-color: #000  !important;
}
.dark .dark-text-white{
    background-color: #fff !important;
}
.dark .dark-bg-body-dark{
    background: url(photoes/bg-dark.jpg);
    background-attachment: fixed;

}
.lh{
    line-height: 0;
}
.darkmode-switch{
    width: 2.5em !important;
    height: 1.5rem !important;
}
.dark .dark-text-white{
    color: white;
}
.header{
    padding-top:90px ;
}
.header .countdown div{
    text-align: center;
    border: 2px solid white;
    border-radius: 8px;
    margin: 10px 10px;
    width: 100px;
    padding: 15px 0;


}
@media ( max-width : 575px){
    .header .countdown div{
    
    margin: 10px 8px;
    width: 70px;
    padding: 10px 0;


}
}
.header .social-links{
    font-size: 16px;
    color: #fff;
    margin: 0 3px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    justify-content: center;
    border: 1px solid rgb(225, 225, 225, 0.5);

} */