body {
    font-family: Arial, sans-serif;
    margin: 0;
}


.banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
h1{
    text-align: center;
    color: saddlebrown;
    font-size: 50px;
}

@media (max-width: 768px) {
    .h1{
        font-size: 30px;
    }
}
.aboutbg{
    background-image: url(./assets/aboutbg05.png);
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    height: 500px;
    display: flex;
    justify-content: justify;
   
 

}
@media (max-width: 1440px) {
    .aboutbg{
        height: 400px;
    }
}
@media (max-width: 1024px) {
    .aboutbg{
        height: 500px;
    }
}

@media (max-width: 768px) {
    .aboutbg{
        height: 500px;
      
    }
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color:#9F7350;
    height: 80px;
}
.header>img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: 20px;

}
@media (max-width: 1440px) {
    .header>img{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1024px) {
    .header>img{
        width: 100px;
        height: 100px;
    }
}
.about-text{
    width: 50%; 
    /* border:2px solid black;  */
    border-radius: 10px;
    padding: 20px;
    color:saddlebrown;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: white;
}
@media (max-width: 1440px) {
    .about-text{
        width: 70%;
        padding: 10px
    }
}
@media (max-width: 1024px) {
    .about-text{
        width: 70%;
        padding: 10px
    }
}
@media (max-width: 768px) {
    .about-text{
        width: 70%;
        padding: 10px
    }
}
.about-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contect-bg {
    background-image: url(./assets/contect-bg.png);
    background-repeat: no-repeat;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .contect-title {
    font-size: 90px;
    font-weight: bold;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .contect-title {
      font-size: 50px;
      font-weight: bold;
    }
  }
  
  @media (max-width: 425px) {
      .contect-title {
        font-size: 35px;
        font-weight: bold;
      }
    }
  @media (max-width: 375px) {
    .contect-title {
      font-size: 35px;
      font-weight: bold;
    }
  }
  
  @media (max-width: 320px) {
      .contect-title {
        font-size: 35px;
        font-weight: bold;
      }
    }
    .map {
      height: 250px;
      width: 600px;
    }
    
    @media (max-width: 768px) {
      .map {
        height: 250px;
        width: 450px;
      }
    }
    
    @media (max-width: 425px) {
        .map {
          height: 250px;
          width: 300px;
        }
      }
    
    @media (max-width: 375px) {
      .map {
        height: 250px;
        width: 300px;
      }
    }
    @media (max-width: 320px) {
        .map {
          height: 250px;
          width: 260px;
        }
      }
  .contect-logo {
    height: 400px;
    width: 400px;
  }
  @media (max-width: 1440px) {
    .contect-logo {
      height: 350px;
      width: 350px;
    }
  }
  @media (max-width: 1024px) {
    .contect-logo {
      height: 300px;
      width: 300px;
    }
  }
  @media (max-width: 768px) {
    .contect-logo {
      height: 300px;
      width: 300px;
    }
  }
  @media (max-width: 425px) {
      .contect-logo {
        height: 200px;
        width: 200px;
      }
    }
  
  @media (max-width: 375px) {
    .contect-logo {
      height: 200px;
      width: 200px;
    }
  }
  @media (max-width: 320px) {
      .contect-logo {
        height: 200px;
        width: 200px;
      }
    }
  
  .contect-details {
    font-size: 20px;
  }
  
  @media (max-width: 768px) {
      .contect-details{
          font-size: 16px;
      }
  }
  
  @media (max-width: 375px) {
      .contect-details{
          font-size: 14px;
      }
  }
  
  @media (max-width: 320px) {
      .contect-details{
          font-size: 14px;
      }
  }