@font-face {
  font-family: salma;
  src: url(/Fonts/salmapromediumnarrow-vg5v6-webfont.woff);
}
@font-face {
  font-family: time__burn;
  src: url(/Fonts/timeburnerbold-pegr-webfont.woff);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: salma;
  scroll-behavior: smooth;
  }

  @media (min-width: 320px) and (max-width: 999px) {

    /* optimized for mobile */

    /* home section */
    .home {
      background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
      padding: 25px 0;
    }
    
    .home__container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto;
      height: auto;
      text-align: center;
      padding: 15px;
      margin-top: 20px;
      z-index: 2;
    }
    
    .home__header {
      background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: time__burn;
    }
    
    .home__heading {
      color: #ffffff;
      font-size: 25px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 15px;
      text-transform: uppercase;
    }
    
    .home__description {
      font-size: 15px;
      color: rgb(255, 255, 255);
    }
    
    .home__descExt {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 50px;
    }
    
    .home__desc2 {
      font-size: 15px;
      color: rgb(255, 255, 255);
    }
    
    .desc__arrow {
      color: #a17724;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 15px;
      height: 100%;
      transition: all 0.3s ease;
    }
    
  
  }
  
  @media (min-width: 1000px) { /* pc and laptop devices*/
  
    /* home section */
  .home {
    background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); 
    padding: 25px 0; 
  }
  .home__container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto;
      height: 750px;
      text-align: center;
      padding: 30px;
      margin-top: 65px;
      z-index: 2;
  }
  .home__header {
    background: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: time__burn;
  }
  .home__heading {
      color: #ffffff;
      font-size: 60px;
      font-weight: bold;
      margin-top: 40px;
      margin-bottom: 25px;
      text-transform: uppercase;
  }
  .home__description {
      font-size: 35px;
      color: rgb(255, 255, 255);
  }
  .home__descExt {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 70px;
  }
  .home__desc2 {
      font-size: 35px;
      color: rgb(255, 255, 255);
  }
  .desc__arrow {
      color: #a17724;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 25px;
      height: 100%;
      transition: all 0.3s ease;
  }
  
  }

  