body {
  font-family: "Figtree", sans-serif;
}
.navbar{
    z-index: 1000;
    border-bottom: 5px solid rgba(178, 21, 4, 1) ;
}
/* font-sizes  */
.text-80{
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -0.05em;
  }
  .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-40{
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
  }
  .text-32{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.05em;
  }
  .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  */
  #home{
    color: rgba(178, 21, 4, 1);
  }
  .navbar{
    z-index: 1000;
  }
  .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) ;
    }
  }
  .btn-brown-con{
    color: white;
  &:hover{
    color:  rgba(178, 21, 4, 1) ;
    border: 2px solid rgba(28, 3, 1, 1);
  }
  }

  
.arrow-icon {
  color: rgba(28, 3, 1, 1);
   padding:10px;
   font-size:20px;
   border-radius:50%;
   background-color: white;
}

.arrow-icon:hover {
  color: white;
  background-color: rgba(178, 21, 4, 1); /* Change background and text color on hover */
}

 /* Flexbox and layout settings for desktop (unchanged) */
.row1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start; /* Align the items to the top */
}

.img1 {
  padding-top: 150px;
  padding-bottom: 50px;
}

.img-2 {
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 50px;
}

.mockup-section {
  background-image: url('./assets/blog page/Astro About bg img.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 140vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Responsive settings for tablet and smaller devices */
@media (max-width: 768px) {
  .row1 {
      flex-direction: column; /* Stack the mockups vertically */
      align-items: center; /* Center the stacked items */
  }

  .img1, .img-2 {
      padding-top: 30px; /* Reduce padding for smaller screens */
      padding-bottom: 30px;
      margin: 0; /* Remove horizontal margin */
  }

  .img-2 {
      padding-bottom: 20px;
  }

  .mockup-section {
      height: auto; /* Adjust height to content */
      padding: 20px 0; /* Add padding for smaller screens */
  }
}

/* Mobile-specific adjustments */
@media screen and (max-width: 480px) {
  .img1, .img-2 {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .img-fluid {
      max-width: 90%; /* Reduce image size for mobile */
  }

  .mockup-section {
      padding: 20px 0;
  }
}
@media screen and (min-width: 375px) {
  #fifth-section{
    padding-top: 50px !important;
  }
  .navigation-btn{
    display: none;
  }
}



  /* first section */
  #first_section {
    background: radial-gradient(53.74% 62.32% at 44.5% 47.63%, #B21504 0%, #4C0902 70.08%);
    height: 705px;
    padding: 20px; /* Adds padding to create some space */
  }
  #hero-img{
    padding-top: 208px;
  }
  
  
  /* second section  */
  #google-play{
    background: linear-gradient(56.02deg, #E94555 4.25%, #FAC411 34.43%, #59BB6A 68.59%, #3EC3F0 93.75%);
  }
  #app-store{
    background: linear-gradient(236.02deg, #1C0301 21.09%, #535251 100%);
  }

  /* fourth section  */
  .mx-auto{
    text-align: center;
  }
  .navigation-btn{
    margin-top: -25%;
  }

  /* fifth section  */
  #fifth-section{
    padding-top: 200px !important;
  }
  #lhr{
    margin-top: 120px;
    margin-bottom: 50px;
  }