@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 1s;
    font-family: 'DM Sans', sans-serif;
    transition: 1s;
    font-family: 'Inter', sans-serif;
    
   
}

:root {
    --color1: #FFB120;
    --color2: #07332F;
    --white:  white;
    --black:  black;
}

h1 {
  font-size: 32px;
  font-family: 'Cormorant Garamond', serif;

}

h2 {
  font-size: 28px;
  font-family: 'Cormorant Garamond', serif;
}

h3 {
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
}

h4 {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}

h5 {
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
}

h6 {
  font-size: 12px;
  font-family: 'Cormorant Garamond', serif;
}

p {
  font-size: 16px;
}

body{
  overflow-x: hidden !important;
}
 
.content-1 span{
  font-family: 'Cormorant Garamond', serif !important;

}

.service-banner {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.5)
    ),
    url(..//img/service-banner-img.avif) !important;
    background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   position: relative;
 }

/* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  align-items: center;
  text-align: center;
}

.service-border{
  background-color: var(--color1);
  height: 60px;
  width: 8px;
   
 }

 .service-text h3{
padding: 0 5px; 
 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
  line-height: 30px;
  
}
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
  padding: 0px 0;
}

.services-img{
  width: 40%;
  height: 350px;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 47%;
  height: auto;
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */


/* ==============media query start============= */

@media screen and (max-width:320px) {

/* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  align-items: center;
  text-align: center;
}

.service-border{
  background-color: var(--color1);
  height: 75px;
  width: 8px;

   
 }

 .service-text h3{
padding: 0 5px; 
font-size: 23px;

 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
 }
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
   padding: 0 0;
   flex-direction: column;
   box-shadow:none;
   justify-content: center;
   align-items: center;

}

.services-img{
  width: 80%;
  height: 300px;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 80%;
  height: auto;
  margin-top: 10%;
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */


 
}


@media screen and (min-width:321px) and (max-width:475px) {

/* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  align-items: center;
  text-align: center;
}

.service-border{
  background-color: var(--color1);
  height: 60px;
  width: 8px;
   
 }

 .service-text h3{
padding: 0 5px; 
font-size: 23px;
 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
 }
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
   padding: 0 0;
   flex-direction: column;
   box-shadow:none;
   justify-content: center;
   align-items: center;

}

.services-img{
  width: 80%;
  height: 300px;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 80%;
  height: auto;
  margin-top: 10%;
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */


}

 

@media screen and (min-width:476px) and (max-width:600px) {
  /* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  }

.service-border{
  background-color: var(--color1);
  height: 66px;
  width: 8px;
   
 }

 .service-text h3{
padding: 0 5px; 
 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
 }
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
   padding: 0 0;
   flex-direction: column;
   box-shadow:none;
   justify-content: center;
   align-items: center;

}

.services-img{
  width: 80%;
  height: 300px;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 80%;
  height: auto;
  margin-top: 10%;
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */




}

@media screen and (min-width:601px) and (max-width:800px) {
  
/* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  align-items: center;
  text-align: center;
}

.service-border{
  background-color: var(--color1);
  height: 72px;
  width: 8px;
   
 }

 .service-text h3{
padding: 0 5px; 
 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
 }
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
   padding: 0 0;
   flex-direction: column;
   box-shadow:none;
   justify-content: center;
   align-items: center;

}

.services-img{
  width: 80%;
  height: 300px;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 80%;
  height: auto;
  margin-top: 10%;
  
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */


}

@media screen and (min-width:801px) and (max-width:1000px) {
 
.content-1 span{
  font-family: 'Cormorant Garamond', serif !important;

}

.service-banner {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.5)
    ),
    url(..//img/service-banner-img.avif) !important;
    background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   position: relative;
 }

/* /////////////service section start//////////////// */

.boreders-1{
  display: flex;
  align-items: center;
  text-align: center;
}

.service-border{
  background-color: var(--color1);
  height: 60px;
  width: 8px;
   
 }

 .service-text h3{
padding: 0 5px; 
 }

 .services-content p{
  margin-top: 3%;
  text-align: justify;
  line-height: 30px;
  
}
.services-section-start{
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.services-item-start{
  width: 100%;
  height:auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
  padding: 0px 0;
}

.services-img{
  width: 40%;
  height: auto;
 }

  

.services-img img{
  height: 100%;
  width: 100%;
  }

.services-content{
  width: 47%;
  height: auto;
 }

 
.footer-section{
  margin-top: 5%;
}
/* /////////////service section end//////////////// */
  
}

@media screen and (min-width:1001px) and (max-width:1200px) {
  .content-1 span{
    font-family: 'Cormorant Garamond', serif !important;
  
  }
  
  .service-banner {
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(
      rgba(0,0,0,0.5),
      rgba(0,0,0,0.5)
      ),
      url(..//img/service-banner-img.avif) !important;
      background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
   }
  
  /* /////////////service section start//////////////// */
  
  .boreders-1{
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .service-border{
    background-color: var(--color1);
    height: 60px;
    width: 8px;
     
   }
  
   .service-text h3{
  padding: 0 5px; 
   }
  
   .services-content p{
    margin-top: 3%;
    text-align: justify;
    line-height: 30px;
    
  }
  .services-section-start{
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }
  
  .services-item-start{
    width: 100%;
    height:auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    padding: 0px 0;
  }
  
  .services-img{
    width: 40%;
    height: auto;
   }
  
    
  
  .services-img img{
    height: 100%;
    width: 100%;
    }
  
  .services-content{
    width: 47%;
    height: auto;
   }
  
   
  .footer-section{
    margin-top: 5%;
  }
  /* /////////////service section end//////////////// */
    
}

 
 