body {
  font-family: "Figtree", sans-serif;
}
/* font-sizes  */
.text-64{
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: -0.04em;
    }
    .text-55{
      font-size: 55px;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: -0.04em;
    }
    .text-48{
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: -0.04em;
    }
    .text-32{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.05em;
    }
    .text-80{
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -0.05em;
    }
    .text-40{
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    }
    .text-28{
    font-size: 28px;
    font-weight: 400;
    line-height: 32.2px;
    }
    .text-24{
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.04em;
    }
    .text-20{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    }
    .text-18{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    }
    
    /* color  */
    .brown-color{
      color: rgba(28, 3, 1, 1);
    }
    .grey-color{
      color: rgba(103, 103, 103, 1);
    }
    .gold-color{
      color: rgba(255, 168, 0, 1);
    }
    .red-color{
      color: rgba(178, 21, 4, 1);
    }
    .blue-color{
      color: rgba(23, 15, 73, 1);
    }
    .lb-color{
      color: rgba(111, 108, 144, 1);
    
    }
    
    /* background color  */
    .red-bg{
      background-color: rgba(178, 21, 4, 1);
    }
    .pink-bg{
      background-color: rgba(255, 168, 0, 0.1);
    }
    .brown-bg{
      background: rgba(28, 3, 1, 1);
    }
    .gold-bg{
      background-color: rgba(255, 168, 0, 1);
    }
    .blur-whitebg{
      background-color: rgba(255, 255, 255, 0.842);
    }
    
    /* nav bar  */
    .navbar{
        z-index: 1000;
        border-bottom: 5px solid rgba(178, 21, 4, 1) ;
    }
    #service{
      color: rgba(178, 21, 4, 1);
    }
    .logbtn{
      background-color:rgba(178, 21, 4, 1) ;
      color: white;
      &:hover{
        background: white;
        color: rgba(178, 21, 4, 1) ;
        border: 2px solid rgba(178, 21, 4, 1) ;
      }
    }

      /* first section  */
      .position-absolute {
        position: absolute;
        margin-top: 45%;
        margin-left: 10%;
    }

      /* second section  */
      .second-content{
        margin-top: 80px;
      }
      /* third wsection  */
      .third-content{
        padding:80px 100px 80px 100px;
      }
      @media screen and (max-width: 375px){

        .position-absolute {
            position: absolute;
            margin-top: 140px;
        }
    
        .btn {
            width: auto; /* Adjust button width */
            margin-bottom: 10px; /* Add spacing between buttons */
        }
        .second-content{
            margin-top: 30px;
        }

        .third-content{
            padding: 100px 20px 100px 20px;
        }
      }
    