

.zero-size{
  font-size: 0px;
}

body{
 font-family: Lato, sans-serif;




}

/*offer strip css */
header{
   background-color: #b38703;
   min-height: 50px;
   display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
      }
      
      .offer-strip{
   font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

/*css for logo section*/
 .logo-size{
 	width: 7%;
 	text-align: center;
 }
 .logo-style{
  background-color: #0f5646;
 }

/*css for hero section*/
.hero-section{
	position: relative;
	background-image: url("../../assets/images/hero-banner-backup.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	background-blend-mode: multiply;
    background-position:50% 50%;
     display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section::after{
content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
  z-index: 0;
}

.hero-content{
	position: relative;
  z-index: 2; /* Place content above the overlay */
	justify-content: center;
	text-align: center;
    width: 100%;
    align-items: center;
}
.hero-section h1{
	font-family: Lato, sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    padding: 5px;
    padding: 10px 0px 10px 0px;
}
.hero-section p{
    font-family: Lato, sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}

.custom-button-1
{

   color: #fff;
    background-color:#b38703;
   border-radius: 4px;
   border:none;
    font-size: 26px;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
   font-family: Lato, sans-serif;
    font-weight: 500;
  width: 20%;
}


/*css for footer*/

footer{
	background-color: #000;
	padding: 12px;
}
.footer-link{
	display: flex;
	justify-content: center;
}
footer .footer-link a {
	font-family: Lato, sans-serif;
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width:768px){
    .hero-section{
   align-items: start;
    justify-content: center;
    padding-top: 30%;
     background-position:50% 50%;
}

  .number{
  flex-wrap: wrap;

}
.logo-size {
    width: 35%;
    text-align: center;
}
.first, .second{
width: 100%;
padding: 20px;
  
}
.hero-section h1 {
    
    font-size: 44px;
}
.hero-section p {
   font-size: 35px;
}
.custom-button-1 {
    
    width: 80%;}
  }