@media screen and (min-width:1024px) and (max-width:1200px) {
  .sec-two-div1 .left2 h3 {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 50px;
    padding-bottom: 40px;
}
.sec-two-div2 {
  padding: 0px 20px 40px 20px;
}
}
@media screen and (max-width:992px){
    /* header */
    body{
        background-color: rgb(252, 251, 250);
        overflow-x: hidden;
        
    }
    .nav{
        justify-content: space-between;
        padding: 30px 0;

    }
    .logo{
        width: 50px;
        height: 30px;
        
    }
    .social-icons{
      display: flex; 
      justify-content: space-between;
      gap: 25px;
      padding-left: 45px;
       
  }
    .social-icons{
        display: flex; 
        margin-top: 5px;
        
         
    }

    .social{
        width: 20px;
        height: 20px;
        
    }
    .social-insta{
        width: 18px;
        height: 18px;
    }
    /* section-1 */
.section-1 {
    justify-content: center; 
}

.section-1 h3{
     font-size: 10px; 
     letter-spacing: 5px;
     color: black;
     font-weight: 500;
     display: flex;
     justify-content: center; 
     padding-bottom: 40px;
   
}
.section-1 h2{
    padding-top: 50px;
    font-size: 34px; 
    letter-spacing: 0px;
    color: black;
    font-weight: 800;
    display: flex;
    justify-content: center; 
}
.section-1-h1{
  padding-top: 50px;
    font-size: 34px; 
    letter-spacing: 0px;
    color: black;
    font-weight: 800;
    display: flex;
    justify-content: center; 
}
/* left */
/* section-2 */
.sec-two-div1{
    text-align: center;
    padding: 0px 5px 0px 5px;
}
.sec-two-div1-img{
    width:100%;
    height: auto;

   
}
.sec-two-div1 h5{
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    
}
.sec-two-div1 h2{
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -1.5px;
    line-height: 30px;
    padding: 5px  0px;
}
.sec-two-div1 h3{
    font-weight: 300;
    font-size: 12px;
    padding: 5px 20px;
    line-height: 15px;
    text-align: center;
}
.sec-two-div1 .left2 {
  padding: 15px 0px; 
}
.sec-two-div1 .left2 h5{
    padding-left: 50px;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    line-height: 1px;
}
.sec-two-div1 .left2 h3{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
}
.sec-two-div1 .left2 h6{
  text-align: left;
  font-size: 12px;
  padding-left: 50px;
  font-weight: 400;
  line-height: 1px;
  color: rgb(66, 65, 65);
  padding-bottom: 60px;
  padding-top: 20px;
}
.sec-two-div1 .left2 img{
  width: 100%;
  height: auto;
}
/* sec-two-div2   right side */
.sec-two-div2 {
    padding: 0px 20px 0px 20px;
}
.sec-two-div2 img{

    width: 100%;
    height: 100%;
    padding-top: 0px;
    margin-right: 0px;
    
}
.sec-two-div2 h4{
    font-size: 34px;
    font-weight: 600;
    text-align: justify;
    text-align: center;
    
}
.separator {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between the lines */
  }
  
  .separator-line {
    flex: 1;
    margin: 0 350px;
    height: 0.3px;
    background-color: #ccc; /* Adjust color as needed */
  }
  .sec-two-div2 p{
    display: flex;
    font-weight: 300;
    font-size: 15px;
    padding: 0px 10px  40px 10px;
    line-height: 20px;

}
.button-box {
    display: flex;
    text-align: center;
    justify-content: center; /* Centers the button */
    align-items: center;
    padding: 3px 3px; /* Adjust as needed for spacing around the button */
    background-color: rgb(252, 251, 250); /* White background for the box */
    border: 1px solid black; /* Optional: Light border for definition */
    border-radius: 1px; /* Rounded corners for the box */
    margin: 0 100px;
  }
  
  /* Button styling */
  .button-link {
    text-align: center;
    display: inline-block;
    text-decoration: none; /* Removes underline */
    color: black; /* Text color */
     /* Button background color */
    padding: 10px 10px; /* Adjust padding for button size */
    border-radius: 5px ; /* Rounded corners */
    font-size: 16px; /* Font size */
    font-family: Arial, sans-serif; /* Font family */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth effects */
  }
  
  /* Button hover effect */
  .button-link:hover {
    
    transform: scale(1.05); /* Slightly enlarges button on hover */
  }
  
  /* Button text */
  .button-text {
    display: inline-block;
  }
 .h4{
    margin-top: 40px;
 }
 .social-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
  }
  .social-icon a {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0;
    width: 100%;
  }
  .social-icon i{
    font-size: 20px;
  }
  .icon-wrap {
    margin-right: 10px;
    font-size: 20px;
  }
 
  .iconslabel {
    text-transform: uppercase;
  }
  .promo-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
  }
  
  .promo-grid-item {
    width: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    overflow: hidden;

  }
  
  .services-link {
    text-decoration: none;
    color: inherit;
  }
  
  .bg-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    object-fit: cover;
    /* transition: transform 0.5s ease; Smooth zoom effect */
  }
  
  .overlay {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    
    z-index: 1; /* Keeps the text above the image */
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
  }
  
  .bg-image:hover {
    /* transform: scale(1.2); Zoom in effect on hover */
    object-fit: contain;
    
  }
  
  .promoheading {
    font-size: 27px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -1px;
  }
  .ad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .ad-container .ad-image {
    width: 100%;
    height: auto;
    display: flex;
    border: none;
    /* transition: transform 0.3s ease-in-out; Smooth scaling effect */
    margin-left:0px;
  }
  
  /*section 3  */
  .follow-section {
    text-align: center;
    padding: 100px 5px;
    background-color: black;
  }
  
  .follow-heading .follow-title {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    letter-spacing: 6px;
  }
  
  .follow-heading .username {
    display: block;
    font-size: 40px;
    letter-spacing: -2px;
    font-style: italic;
    color: #fff;
  }
  
  .follow-heading .description {
    font-size: 10px;
    color: white;
    justify-content: center;
    
    padding: 10px 0px 10px 0px;
  }
  
  /* Social Links */
  .social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .social-item {
    text-align: center;
  }
  .social-item a:hover{
    color: white;
  }
  
  .social-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  .social-link li {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .social-link p {
    font-size: 10px;
    color: white;
    font-weight:600;
  }
  /* footer-sec */
  .footer-sec{
    background-color:#F4F2F0; 
    color: rgb(171, 165, 165);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
  }
  .copyright{
    display: flex;
    justify-content: center;
    color: black;
  }
  .footer-logo{
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .logo-size{
    width: 60px;
    height: 30px;
  }
  
  
  .footer-icons{
    gap: 20px;
    justify-content: center;
    display: flex;
    
  }
  .footer-icons a{
    color: black;
    text-decoration: none;
    padding-top: 3px
  }
 
  .footer-iconsize{
    width: 18px;
    height: 18px;
  }
  /* detail page */

.detail .section-2{
  padding:10px 0px;
  display: flex;
  flex-direction: column;
  margin: 0 0px;
}

.left-detail{
   width: 100%;
   text-align: center;
}
.detail-h3{
  padding-top: 10px;
  display: flex;
  font-size: 12px;
  letter-spacing:-1px ;
  justify-content: center;
  
}
.detail-h1{
  display: flex;
  font-size: 45px;
  font-weight: 100;
  letter-spacing:-3px ;
  line-height: 50px;
  padding: 10px 0px 30px 0px;
}
.detail-p{
  padding: 0 10px;
  text-align: left;
}
.right-detail{
  width: 100%;
}
.right-detail img{
  width:100% ;
  height:807px ;
  padding: 0 0 0 0px;
  object-fit: cover;
  
}

}
    
