/*font import*/
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.zero-size{
  font-size: 0px;
}
body{
  font-family: 'Poppins';

}
h2{
   font-family: 'Playfair Display';
   color: #4A4A4A;


}

/*css for logo section*/
 .logo-size{
 	width: 15%;
 	text-align: center;
 }

/*css for hero section*/
.hero-section{
	position: relative;
	background-image: url("../../assets/images/hero-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	background-blend-mode: multiply;
    background-position:50% 50%;
    /*background-color: #172e48d1;*/
    
    
     display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content{
	
	justify-content: center;
	text-align: center;
    width: 100%;
    align-items: center;
}
.hero-section h1{
	font-family: "Playfair Display", Sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    padding: 5px;
    padding: 10px 0px 10px 0px;
}
.hero-section h3{
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 6.7px;
    color: #FFFFFF;
    line-height: 1;
     padding: 10px 0px 10px 0px;

}
.hero-section p{
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
     padding: 10px 0px 10px 0px;

}

.custom-button-1
{

   color: #fff;
    background-color: #7ebc87;
   border-radius: 4px;
   border:none;
    font-size: 16px;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 10px;
   font-family: "Poppins", Sans-serif;
    font-weight: 500;
  width: 20%;
}

/*css for hours section*/
.hours-section{
  background-color: #F5F5F5;
}

.hours-section h5{
    color: #565656;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    margin-top: 20px;

}
.hours-section p{
   color: #7a7a7a;
   line-height: 1.9;
   

}
.number{
  display: flex;
    gap: 50px;

}
.first{
width: 50%;
   background-color: #FFFFFF;
    padding: 40px;
}
.second{
  width: 100%;
   background-color: #FFFFFF;
    padding: 40px;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    margin-left: -8px;
    width: 100%;
    margin-bottom: 2.618em;
}
table th, table td {
  color: #7a7a7a;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}

ul, ol {
   margin:0;
    color: #7a7a7a;
    line-height: 1.9;
    padding-left: 1rem;
}
/*css for footer*/

footer{
	background-color: #7ebc87;
	padding: 12px;
}
.footer-link{
	display: flex;
	justify-content: center;
}
footer .footer-link a {
	font-family: "Poppins", Sans-serif;
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width:768px){
  .number{
  flex-wrap: wrap;

}
.first, .second{
width: 100%;
padding: 20px;
  
}
.hero-section h1 {
    
    font-size: 38px;
}
.custom-button-1 {
    
    width: 80%;}
    
.logo-size {
    width: 40% !important;
    text-align: center;
}
  }