@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body h1{
  text-transform: uppercase;
}
.zoom-in {cursor: zoom-in;}

.about-head{
	margin-top: 50px; 
}
.about-head h1{
	font-family: 'rilenosansbold';
  margin-bottom: 20px;
  color: #0b2666;
}
.about-head p{
	font-family: 'rilenosansnormal';
}
.product-head {
	margin-top: 50px;
  margin-bottom: 20px;
}
.product-head h1{
  color: #0b2666;
	font-family: 'rilenosansbold';
}
.product-main{
	margin-bottom: 50px;
}  
 .product-buy{
  position: absolute;
  top: 0;
  background: #0b2666; 
 }
.product-buy
p{ 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
   font-family: 'rilenosansbold';
}

.product-buy p a{
  color: #e9bb19;
  font-weight: 600;

}
#contact{
  margin-bottom: 50px;
}
.con-form h1{
  font-family: 'rilenosansbold';
  color: #0b2666;
}
.con-det{
  margin-top: 20px;
}
.con-details h2{
  font-family: 'rilenosansbold';
  font-size: 22px;
}

.con-details
h2
i{
  color: #e9bb19;
  padding: 0 10px 0 0;
}

.con-details p{
  font-family: 'rilenosansnormal';
  color: #303030;
}
.con-details p a{
    color: #303030;
}


.inquiry-form
h1{
  font-family: 'rilenosansbold';
  color: #0b2666;
}
.inquiry-form
form{
  margin-top: 20px;
  margin-bottom: 50px;
}
.inquiry-form
form input{
  border-radius: 0;
}
.inquiry-form
form textarea{
  border-radius: 0;
}

.inquiry-form
form
button{
  background: #013f7c;
  border: none  ;
  padding: 10px 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;   transition: all 300ms linear;
}

.inquiry-form
form
button:hover{
  color: #000;
  background: #deb31e;
}


.footer{
  background-color: #0b2666;
  padding: 20px 10px 10px 10px; 
  text-align: center;
}
.footer p{
  color: #fff;
  font-family: rilenosansnormal;
}

.footer p span{
  color: #fac613;
  font-weight: 700;
}
.footer p span a{
  color: #fac613;
  font-weight: 700;
}

.thank-you{
  background: #1abc9c;
  padding: 80px;
  text-align: center;
}

.thank-you{
    font-family: 'rilenosansbold';
  color: #0b2666;
}
.thank-you
p a{
  color: #000;
  font-family: 'rilenosansbold';
  text-transform: uppercase;
}
.class502
p{
  font-family: rilenosansnormal;
  color: #303030;
  margin-top: 50px;
}



.main-det{
  background: #fff;
  height: 40px;
  padding-top: 5px;
}
.main-one p{  
  margin-left: 50px;
}
.main-one p a{
  color: #000;
   font-family: 'rilenosansbold';
}
.main-two p{  
text-align: right;
margin-right: 50px;
}
.main-two p a{
  color: #000;
   font-family: 'rilenosansbold';
}