:root{
    --body-background-color: #000000;
    --text-color: #fff;
    --hover-color: #0066E1;
}
body:not(.show-site) main {
  display: none;
}
body{
    overflow: hidden;
    font-family: Urbanist, sans-serif;
    padding: 2% 6% 2% 6%;
    background-color: var(--body-background-color);
}
a{
    text-decoration: none;
    color: var(--text-color);
    transition: 0.3s;
    padding-bottom: 3px;
}
.bold{
    font-weight: bold;
}
.lighter{
    font-weight: 400;
    opacity: 50%;
}
nav{
    top: 3vw;
}
#myButton {
  transition: transform 0.3s ease-out;
}
/*------------------------------------------------------------------------*/
.spline{
width: 100%;
    height: 800px;
}
.img{
    position: absolute;
    width: 150%;
    z-index: -100;
    bottom: -2vw;
    left: -25vw;
}
.logo{
    transition: 0.4s;
}

nav{
    color: var(--text-color);
    position: absolute;
    z-index: 10;
}
.intro{
    color: var(--text-color);
    font-size: 13.5px;
    position: absolute;
    left: 20vw;
}
.mail{
    color: var(--body-background-color);
    background-color: var(--text-color);
    padding: 40%;
    border-radius: 50px;
    left: 75vw;
    transition: 0.4s;
}

.intro-2{
    left: 50vw;
}
.navbar{
    font-weight: 400;
    position: relative;
    z-index: 10;
    margin-left: 6vw;
    font-size: 1.1vw;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16vw;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1vw 1vw 1vw 1vw;
}
    .loader-wrapper {
        position: absolute;
      top: 45%;
      left: 35.5%;
      background-color: #2A2725;
      border-radius: 55px;
      overflow: hidden;
      width: 30%;
      height: 9.5vw;
      /*position: relative;*/
    }

    .loader-fill {
      background: linear-gradient(to right, #ffffff, #ffffff);
      width: 0%;
      height: 100%;
      animation: fillAnim 11s forwards;
    }

    .loader-text {
      letter-spacing: 1px;
      position: absolute;
      top: 50%;
      left: 52%;
        font-style: normal;
        font-weight: 600;
      transform: translate(-50%, -50%);
      font-size: 2.2vw;
      color: #ffffff;
      z-index: 1;
      mix-blend-mode: difference;
    }
.®{
    margin-left: 2px;
    font-weight: 100;
    font-size: 3vw;
}
    @keyframes fillAnim {
      0% {
        width: 0%;
      }
      100% {
        width: 100%;
      }
    }
 .subtitle {
     position: absolute;
     bottom: 1vw;
      font-size: 0.9rem;
      color: #aaa;
    }
 .service-\&-footer{
     font-weight: 600;
     color: var(--text-color);
     position: absolute;
      bottom: 7vw
 }
.service-1{
    padding-bottom: 1vw;
}
.line{
    width: 240%;
    border-bottom: 1px solid #888;
}
.servie-2-\&-footer{
    margin-top: 1vw;
}
.Slogan{
    font-size: 92%;
    font-weight: 400;
    margin-left: 30vw;
}
.copy{
    margin-left: 50vw;
}
.contact-h{
    color: var(--text-color);
    font-weight: 700;
}
.Iran{
    letter-spacing: 0.5px;
    font-weight: 500;
}
    .custom-tooltip {
      backdrop-filter: blur( 17.5px );
      -webkit-backdrop-filter: blur( 17.5px );
      position: fixed;
      color: #fff;
      padding: 10px 16px;
      border-radius: 60px;
      pointer-events: none;
      white-space: nowrap;
      opacity: 0;
      transition: opacity 0.3s ease;
      font-size: 14px;
      z-index: 9999;
    }
