@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;
}


#Contact{
	color: #F6CB3E;	
}

.header{
	background-image:url( "../Images/Contact page/Header img.jpg");
	background-position: top;
	background-size: cover;
	height: 100vh;
	position: relative;
	background-attachment: fixed;
}

.header_content{
	width: 357px;
	height: 177px;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);	


}

@media (max-width: 400px) {
    
.header_content{
    width:100%;
} 
}
.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: center;
}

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: 400px) {
    
h1{
	font-size: 44px;
	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;
}


h3{

	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;
}



@media (max-width: 1200px) {


section{
	margin: 70px 55px; 
		
	}
}

@media (max-width: 768px) {


section{
	margin: 70px 30px; 
		
	}
}



.contact-form{
	background-image:url( "../Images/Contact page/contact form.png");
	background-position:top;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 37px;
	
}

.contact-info{
	width: 530px;
	height: 718px;
	padding: 46px 70px;
	background: rgba(244,244,244,0.60);
	border-radius: 37px;
}

.contact-info h2{
	font-size: 24px;
}
.bold{
	font-weight: 600;
}

.social-icon2{
	width: 220px;
	height: 67px;
	flex-direction: row;
	justify-content: space-between;
	display: flex;

}

.fb{
	transition: transform 0.3s ease;
}

.fb:hover{
	transform: scale(1.1)
}

.insta{
	transition: transform 0.3s ease;
}

.insta:hover{
	transform: scale(1.1)
}

.wsapp{
	transition: transform 0.3s ease;
}

.wsapp:hover{
	transform: scale(1.1)
}

.form{
	width: 660px;
	height: 654px;
	position: relative;
	margin-right: 80px;
}

.form-title{
	color:#333333;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
}

.form-input{
	width: 100%;
	height: 68px;
	border: 2px solid #020181;
	background: transparent;
	border-radius: 37px;
	padding: 0px 20px;
}

.form-input2{
	width: 100%;
	height: 110px;
	border: 2px solid #020181;
	background: transparent;
	border-radius: 37px;
	padding: 20px 20px;
	
}

.response-message {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    min-height: 100px;
    background-color: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
    border-radius: 20px;
    padding: 20px 40px 20px 20px;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
	font-weight: 400;
    font-size: 18px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}


.close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}


/* SmallButton */

.btn6 {
	width: 166px; 
	height: 64px;
	cursor: pointer;
	position: absolute; 
	right: 0;
	bottom: 20px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	border: none;
	background: none; 
	text-decoration: none;
	padding: 0; 
	z-index: 10;
        }


.s-line {
	width: 108px;
	height: 2px;
	background: #0804A3;
	display: flex;
	transition:0.3s ease;
	z-index: 1;
        }

.s-circle {
	width: 60px;
	height: 60px;
	border: 2px solid #0804A3;
	border-radius: 100%;
	position: absolute;
	display: flex;
  	align-items: center;
	justify-content: center;
	right: 0; 
	z-index: 2;
	transition: border-color 0.3s ease; 
        }


.s-circle2 {
	width: 50px;
	height: 50px;
	border: 2px solid #0804A3; 
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, border-color 0.3s ease; 
	color: #F4F4F4; 
	font-size: 1.0rem; 
	font-weight: bold; 
	line-height: 1; 
        }

.s-circle2 span {
	color: #0804A3;
	font-size: 20px;
	transition: color 0.3s ease; 
        }


.btn6:hover {
	transform: translateY(-50%) scale(1.05);
        }



.btn6:hover .s-line {
	z-index: 3;
	width: 138px;
	transform: scale(1.03);
	background: #0804A3;
        }


.btn6:hover .s-circle2 {
	background: #F6CB3E; 

        }

.btn6:hover .news-circle{
	border-color: #0804A3;
}

.btn6:hover .news-circle2 span {
	color: #0804A3;
        }
/* SmallButton */



@media (max-width: 768px) {
    
.contact-form{
    width: 100%;
    height: auto;
	flex-direction: column;
	border-radius: 37px;
	gap: 40px;
	align-items: center;
	
}    

.contact-info{
    order: 2;
    width: 100%;
    height: auto;
}

.form{
    order: 1;
    width: 80%;
    height: 100%;
    gap: 40px;
	margin-right: 0px;
	margin: 50px 0;
}


.form-input{
	width: 100%;

}

.form-input2{
	width: 100%;

}

.btn6{
	right: 0;
	bottom: 0px;
	transform: translateY(110%);
	
}


    
}



.container{
	width: 100%;
	height: 2060px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.location-box{
	width: 1380px;
	height: 460px;
	background:#F4F4F4;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	border-radius: 37px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.location-info{
	width: 376px;
	height: 225px;
	margin:0 36px;
	
}

.location-img{
	width: 920px;
	height: 460px;
	border-radius: 37px;
	background: rgba(96,175,215,1.00);
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);

}

.map1 {
	width: 920px;
	height: 460px;
	border-radius: 37px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.branch-img {
	opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.location-img:hover {
	transform: scale(1.01);
	box-shadow: 6px 6px 20px rgba(0,0,0,0.3);
}

.location-img:hover .branch-img {
	opacity: 0;
	
}

.location-img:hover .map1 {
	opacity: 1;
	transform: scale(1.02); 
}


@media (max-width: 768px) {
    
.container{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.location-box{
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	margin:30px 0;
}    
    
.location-info{
    order: 2;
	width:85%;
	height: 100%;
	margin:60px 0px;
}

.location-img{
    order: 1;
	width: 100%; 
	height: 300px;
	top: 0;
	left: 0;
  } 
  
  
 .map1{ 
  order: 1;
  width: 100%; 
  height: 300px;
}

.branch-img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 37px;
  
}

.branch-img img{
    object-fit: cover;
  width: 100%; 

}


}


@media (max-width: 460px) {
    
 .location-info p{
font-size:12px;
}   
}