@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

html, body {
  width: 100%;
  overflow-x: hidden;
}

#Service{
	color: #F6CB3E;	
}

.header{
	background-image:url( "../Images/Services/Header.jpg");
	background-position: top;
	background-size: cover;
	height: 100vh;
	position: relative;
	background-attachment: fixed;
	overflow-x: hidden;	
}

.header_content{
	width: 478px;
	height: 177px;
	position: absolute;
	top: 53%;
  	left: 64%;
  	transform: translate(-50%, -50%);	


}


.header_content h1{
	color:#F4F4F4;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(51, 51, 51, 1.0);
	text-align: end;
}

@media (max-width: 700px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: scroll;
    height: 100vh;
    box-sizing: border-box;
    background-position: 60% 40%;;  
  }

  .header_content {
    max-width: 458px; 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	top: 35%;
  	left: 56%;

  }
  
   .header_content h1{
      font-size:40px ;
  }
 
}

@media (max-width: 500px) {

  .header_content {
    max-width: 350px; 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	top: 37%;
  	left: 46%;
  }


  .header_content h1{
      font-size: 32px;;
  } 


}





h2{
	color:#333333;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}

h3{
	color:#333333;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}

p{
	color:#333333;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
	
}






@media (max-width: 500px) {
    
h1{
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(51, 51, 51, 0.4);
}    
    
    
h2{

font-size: 28px;
font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


h4{

	font-size: 22px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}


p{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
	
}
    
}





section{
	margin: 100px 70px;
}

#section1{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}



@media (max-width: 1200px) {


section{
	margin: 70px 55px; 
		
	}
}

@media (max-width: 768px) {


section{
	margin: 70px 30px; 
		
	}
}



.container{
    width: 100%;
	display: flex;
    flex-direction:row;


}

.container > a {
    width: 25%;
    display: block;
}

.img-btn {
    width: 100%;
    height: 640px;
    display: block;
    position: relative;
    overflow: hidden;
}


.img-btn h3{
	width: 226px;
	color: #F4F4F4;
	font-size: 32px;
	text-shadow: 2px 2px 6px rgba(51, 51, 51, 0.3);
	position: absolute;
	bottom: 65px;
	left: 30px;
	z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); 
	pointer-events: none;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.row {
  width: 100%;
  display: flex; 
  flex-direction: row;
  justify-content: space-between; 
}

.row > a {
     width: 100%;
    flex: 1; 
    display: block; 
    text-decoration: none; 

 }

.img-btn:hover .overlay{
	opacity: 0;
}


@media (max-width: 768px) {
    
    
#section1 { 
      padding: 0;
  }
  .container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .img-btn {
    width: 100%;
    height: auto;

  }
  
    .img-btn img{
      width: 100%;
  }
 .row > a {
     width: 100%;
    flex: 1; 
    display: block; 
    text-decoration: none; 

 }
  .img-btn h3 {
    font-size: 24px;
    bottom: 20px;
    left: 20px;
  }

  .overlay {
    opacity: 1;
  }
  
}


@media (max-width: 480px) {
    
    
#section1 { 
      padding: 0;
  }
  .container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .row {
    display: flex;
    flex-direction:column;
    width: 100%;
  }

  .img-btn {
    width: 100%;
    height:auto;

  }
  
  .img-btn img{
      width: 100%;
  }
 .row > a {
     width: 100%;
    flex: 1; 
    display: block; 
    text-decoration: none; 

 }
  .img-btn h3 {
    font-size: 24px;
    bottom: 20px;
    left: 20px;
  }

  .overlay {
    opacity: 1;
  }
  
}

.container2{
	width: 100%;
	overflow: hidden;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;

}

.slider-container {
	width: 100%;
	height: 520px;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.slider-wrapper {
	width: 100%;
	height: 470px;
	overflow: hidden;
	position: relative;
}

.slider {
	display: flex;
	width: max-content;
	border-radius: 40px;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.slider-container,
.slider-wrapper,
.slider {
  border-radius: 40px;
  overflow: hidden;
}

.slider img {
	width: 1380px;
	height: 100%;
	object-fit: cover;
	user-select: none;
	pointer-events: none;

}

.slider-dots {
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: #020181;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.dot.active {
	background-color: #F6CB3E;
}


@media (max-width: 768px) {

.container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-container {
  height: 370px; 

  overflow: hidden;
}

.slider-wrapper {
  height: 320px; 

  overflow: hidden;
}

.slider {
    display: flex;
    width: max-content;
  }

  .slider img {
    width: 100vw; 
    flex-shrink: 0;
  }

.slider-dots {
  margin-top: 15px;
}

.dot {
  height: 12px;
  width: 12px;
}

.flex-end{
    width: 100%;
}

.flex-start{
    width: 100%;
}

}

@media (max-width: 480px) { 
  .slider-container {
    height: 310px; 

  }
  .slider-wrapper {
    height: 270px; 

  }
  



}


.products{
	width: 100%;
	height: 442px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}


.product-box{
	width: 310px;
	height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


@media (max-width: 1100px) { 
    
.product-box{
 max-width: 310px;
 width: 100%;
}
    
.products{   
    height: 100%;
   align-items: center;
   gap: 30px;
}

.btn-ps{
    width: auto;
    height: 100%;
}
  
}

@media (max-width: 768px) { 
    
.product-box{
 max-width: 310px;
 width: 100%;
}
    
.products{   
    height: 100%;
   flex-direction: column; 
   align-items: center;
   gap: 30px;
}

.btn-ps{
    width: auto;
    height: 100%;
}
    
}

.product-box p{
	width: 100%;
	height: 115px;
}

.border{
	width: 100%;
	border-radius: 37px;
	position: relative;
	overflow: hidden;
}

.whatsapp{
	position: absolute;
	bottom: 10px;
	right: 16px;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #00FB73 0%, #00B25B 100%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp:hover {
	transform: scale(1.07);
	background: linear-gradient(to bottom, #00FF80 0%, #00C86B 100%); 
}

.whatsapp i{
	font-size: 35px;
	color: #FFFFFF;	
	transition: all 0.3s ease;
	pointer-events: none;
	
}

.flex-start{
    width: 100%;
    padding: 0 5px;
    height: auto;
}
.flex-start h2{
	text-align: start;
}

.flex-start p{
	text-align: start;
}



.flex-end{
    width: 100%;
    padding: 0 5px;
    height: auto;
}
.flex-end h2{
	text-align: end;
}

.flex-end p{
	text-align: end;
}
/* Button */

.btn-ps{
	width: 100%;
	height: 66px;
	padding-right: 5px;
	display: flex;
	justify-content: flex-end;
}

.btn{
	width: 166px;
	height: 64px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	text-decoration: none;
	
}



.line{
	width: 136px;
	height: 2px;
	background: #F6CB3E;
	display: flex;
	transition: transform 0.3s ease;
	z-index: 1;
}

.circle{	
	width: 61px;
	height: 61px;
	border: 2px solid #F6CB3E;
	background: #FFFFFF;
	border-radius: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	z-index: 2;
}

.circle2{
	width: 51px;
	height: 51px;
	border: 2px solid #0804A3;
	background: #FFFFFF;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.circle2 svg path {
	stroke: #0804A3;
	stroke-width: 3;
    stroke-miterlimit: 10; 
    fill: none;
	transition: stroke 0.3s ease;        
}

.btn:hover{
	transform: scale(1.05);
}


.btn:hover .line{
	z-index: 3;
	transform: scale(1.03);
}

.btn:hover .circle2{
	background: #0804A3;

}

.btn:hover .circle2 svg path {
	stroke: #F6CB3E;
	
}

/* Button */

