@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&display=swap');

@font-face {
  font-family: Paint Drops;
  src: url(../fonts/Paint-Drops.ttf);
}
body,html{
padding: 0;
margin:0 ;
box-sizing: border-box; 
}

.sweet-product{
  overflow: hidden;
}


*,p,h1,h2,h3,h4,h5,h6{
padding: 0;
margin: 0;	
font-family:Rubik;
}
a{
text-decoration: none;
color: #262626;
}
.zoom-in {
  cursor: zoom-in;
}
 

.class0{
	background:#d1c7b8;
    height: 3px;
}

.class1{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.class2{
	 background: #d1c7b8;
	text-align: center;
	width: 250px;
	border-radius: 25px;
}
.class2 p{
	padding: 5px;
	font-weight: 600;
}
.class2 p a:hover{
	text-decoration: none;
}
.class2 i{
	padding: 5px;
	color: #213c52;
}
.class2 p a{
	color: #213c52;
}

 
.class3 p{
	padding: 5px;
	font-weight: 600;
}
.class3 p a:hover{
	text-decoration: none;
}
.class3 i{
	padding: 5px;
	color: #213c52;
}
.class3 p a{
	color: #213c52;
}
.class4{
	/*background: #e1e1e1;*/
	width: 250px;
	padding:5px;
  height: 80px;
}
.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
} 

.about{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-row{
      grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 0.8fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.about-img{
  position: relative;
}
.about-img img{
      position: relative;
    z-index: 2;
}
.about-img::after{
  width: 300px;
  height: 300px;
 border: 5px solid #d35200;
 position: absolute;
 content: "";
 left: -40px;
 top: -40px;
}
.about-content h2{
color: #213c52;
font-family: "Impact";
font-size: 40px;
} 
.about-content h2 span{
color: #d1c7b8;
font-family: "Impact";
font-size: 35px;
}
.about-content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-button{
  display: flex;
}
.button01{
    background-color: #213c52;
    border-radius:28px;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    -ms-border-radius:28px;
    -o-border-radius:28px;
    font-size: 16px;
    color: #fff;
    min-height: 52px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #213c52;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.button01:hover{
  text-decoration: none;
  color: #213c52;
  background-color: transparent;
}



.why{
 background-image: url('../images/extra/why-choose-bg.png');
      background-repeat: no-repeat;
    background-position: 0 center; 
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.why-wrapper{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.why-head h2{
  font-size: 40px; 
color: #d1c7b8;
font-family: "Impact";
text-align: center;
position: relative;
}
.why-head h2::after{
content: "";
position: absolute;
max-width: 186px;
height: 4px;
background-color: #d1c7b8;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
}
.why .swiper {
  width: 100%;
  height: 100%; 
}

.why .swiper-slide {
  text-align: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 5px solid #d1c7b8;
  gap: 16px;
  padding: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding-bottom: 100px;
}
.why .swiper-slide h3{
  font-size: 20px; 
color: #d1c7b8;
font-family: "Impact";
}
.why .swiper-slide p{ 
color: #ffffff;
font-weight: 400;
font-family: "Rubik";
}
.button-wrapper > div{
position: absolute;
top: 50%;
width: 40px;
height: 50px;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
}
.button-wrapper .button-prev{
  left: 0px;
}
.button-wrapper .button-next{
right: 0px;
}

.our-product{
  padding: 50px 0;
}
.our-product-wrapper{
    display: flex;
  flex-direction: column;
  gap: 36px;
}
.our-product h2{
  font-size: 46px; 
color: #213c52;
font-family: "Impact";
text-align: center;
position: relative;
}
.our-product h2::after{
content: "";
position: absolute;
max-width: 186px;
height: 4px;
background-color: #d1c7b8;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
}
.our-product-grid{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.our-product-block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 450px; 
}
.our-product-block h3{
  color: #213c52;
font-family: "Impact";
font-size: 40px;
}
.our-product-block-image{
  max-width: 284px;
}
.our-product-block-inner-block{
  display: flex;
  gap: 10px;
  align-items: center;
}
.our-product-block-inner{
  display: flex;
  flex-direction: column;
  
  padding-top: 25px;
  gap: 10px;
}
.our-product-block-inner-img{
  width: 76px;
height: 72px; 
border: 4px solid #213c52;
    justify-content: center;
    align-items: center;
    display: flex;
        flex: none;
}
.our-product-block-inner-img img{
      aspect-ratio: 1 / 1;
    object-fit: contain; 
}
.our-product-block-inner-content{
max-width: 350px;
}
.our-product-block-inner-content p{
  font-size: 18px; 
color: #213c52;
font-family: "Impact";
}
.our-product-block.second h3{
  color: #681e18;
}
.our-product-block.second .our-product-block-inner-img{ 
border: 4px solid #681e18;
}
.our-product-block.second .our-product-block-inner-content p{ 
color: #681e18; 
}
.footer-top-img-wrapper{
  background-color: #d3c9bb;
  padding-top: 20px; 
}
.footer-top-img{
max-width: 800px;
margin: auto;
margin-bottom: -22px;
}


.inner-hero{
   background-image: url('../images/extra/inner-bg.png');
      background-repeat: no-repeat;
    background-position: 0 center; 
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
}
.inner-hero-wrapper h1{
  font-size: 50px; 
color: #d1c7b8;
font-family: "Impact";
text-align: center;
}

.history{
   background-image: url('../images/extra/why-choose-bg.png');
      background-repeat: no-repeat;
    background-position: 0 center; 
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 150px;
}
.history-wrapper{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.history-head h2{
  font-size: 46px; 
color: #d1c7b8;
font-family: "Impact";
text-align: center;
position: relative;
}
.history-head h2::after{
content: "";
position: absolute;
max-width: 324px;
height: 4px;
background-color: #d1c7b8;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
}
.history-content p{
  color: #fff;
}

.our-vm{
  padding: 100px 0;
}

.our-vm-wrapper{
  display: flex;
  gap: 30px;  
  justify-content: space-around;
}
.our-vm-block{
  max-width: 425px;
}
.our-vm-image{
  width: 103px;
height: 103px;
border-radius: 51px;
background-color: #213c52;
text-align: center;
padding-top: 10px;
margin: auto;
}

.our-vm-content{
  width: 100%;
min-height: 340px;
border-radius: 30px;
filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.13));
background-color: #d1c7b8;
padding: 15px;
text-align: center;
display: flex;
flex-direction: column;
gap: 24px;
margin-top: -45px;
}
.our-vm-content h2{
  font-size: 25px; 
color: #213c51;
font-weight: 700;
font-family: "Rubik";
text-align: center;
}
.our-vm-content p{
  /* max-width: 350px; */
  color: #000000;
font-weight: 400;
font-family: "Rubik";
}


.aac{
  padding-bottom: 100px;
}
.aac-wrapper{
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.aac-head h2 {
    color: #213c52;
    font-family: "Impact";
    font-size: 40px;
    position: relative;
}
.aac-head h2 span {
    color: #d1c7b8;
    font-family: "Impact";
    font-size: 35px;
}

.aac-head  h2::after {
    content: "";
    position: absolute;
    max-width: 358px;
height: 6px;
background-color: #d1c7b8;
    bottom: -5px;
    left: 0;
    right: 0; 
}
  .spec-table thead th {
    background: #24394d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
  }

  .spec-table td,
  .spec-table th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
  }

  .spec-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
  }
.aac-grid{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
 .feature-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .feature-title { 
   max-width: 284px; 
background-color: #213c52;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase; 
    font-size: 22px;
  }

  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .feature-list li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .feature-list li i {
    color: #24394d;
    margin-right: 10px;
  }

.aac-grid02{
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.acc-block{
    display: flex;
  gap: 16px;
}
.aac-content{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.aac-content h3{
font-size: 22px; 
color: #213c52;
font-weight: bold;
font-family: "Rubik";
}
.aac-content p{
color: #000000;
font-weight: 400;
font-family: "Rubik";
}
.aac-img{
  width: 118px;
height: 105px;
background-color: #213c52;
    flex: none;
}
.aac-img img{
 width: 100%; 
}

.acc-benefits{
  padding-top: 50px;
}

.compare{
  padding-bottom: 100px;
}
.compare-wrapper{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.compare-head h2 {
    color: #213c52;
    font-family: "Impact";
    font-size: 40px;
    position: relative;
}
.compare-head h2 span {
    color: #d1c7b8;
    font-family: "Impact";
    font-size: 35px;
}

.compare-head  h2::after {
    content: "";
    position: absolute;
    max-width: 358px;
height: 6px;
background-color: #d1c7b8;
    bottom: -5px;
    left: 0;
    right: 0; 
}
.compare-table thead th {
   background: #24394d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
  }

  .compare-table td,
  .compare-table th {
    border: 1px solid #dee2e6;
    vertical-align: top;
    font-size: 14px;
  }

  .compare-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }

.certificates{
  padding: 50px 0;
}

.certificates-row{
  display: flex;
  gap: 30px;
  justify-content: space-around;
}

.certificates-block{
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;

}
.certificates-block h2{
  text-align: center;
  font-size: 22px;
line-height: 46px; 
font-family: "Impact";
}

footer{
  background: #1f3368;
  padding-top: 55px;
 background-image: url('../images/extra/footer-bg.png');
      background-repeat: no-repeat;
    background-position: 0 center; 
    background-size: cover;
}
footer h3{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.footer-center{
  padding-left: 100px;
  margin-bottom: 25px;
}
.footer-center ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.footer-center ul li{

  background-image: url('../images/extra/arrow.png');
      background-repeat: no-repeat;
    background-position: 0 center;   padding: 5px;  padding-left: 25px;
}
.footer-center ul li a{
   color: #fff;
   font-size: 16px;
   font-weight: 400;
text-decoration: none;
}
.footer-right table{
    margin-top: 25px;  color: #fff;
}
.footer-right table a{
  color: #fff;
text-decoration: none;
}
.footer-right table tr td{
  padding:0 10px ;
  padding-bottom: 15px;
}
.footer-right table tr td i{
  font-size: 25px;
}
.footer-bottom{
  background: #d3c9bb;
  text-align: center;
  padding: 15px;
}
.footer-bottom p{
  color: #2b455b;
}
.footer-bottom p span,.footer-bottom p span a{
  color: #2b455b;
  text-decoration: none;
  font-weight: 700;
}





.contact-form{ 
position: relative;
padding-top: 50px; 
}
.contact-form::after{
position: absolute;
content: "";
background: #e1e1e1;
width: 100%;
height: 70%;
top: 0;
left: 0;
z-index: -1;
}

.contact-form-top{
text-align: center;
margin-bottom: 35px;
}
.contact-form-top h2{
color: #ed1c24;
font-weight: 700;
font-size: 35px;
}
.contact-form-top h3 span{
color: #3e4095;

}
.myform{
background: #fff;
border-radius: 15px;
padding: 35px 50px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
margin-bottom: 50px;
}
input[type="text"],     input[type="email"]   {
position: relative;
display: block;
width: 100%;
color: #a5a5a5;
line-height: 26px;
padding: 10px 20px;
height: 60px;
font-size: 14px;
border-radius:15px;
background: #f4f4f4;
border: 1px solid transparent;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px; 
margin-bottom: 25px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}

textarea {
position: relative;
display: block;
width: 100%;
line-height: 26px;
padding: 10px 20px;
color: #a5a5a5;
height: 200px;
font-size: 14px;
resize: none;
border-radius: 15px;
background: #f4f4f4;
border: 1px solid transparent;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px; 
margin-bottom: 25px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}
 
*:focus {
outline: none;
}

textarea:focus, input:focus{
outline: none!important;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}


/****************contact*****************/
  
.class45 h6{
	text-align: left;
    color: #f4f4f4;
    font-weight: 500; 
	margin-top: 10px;
	margin-bottom: 25px;
}
.class46 {
    background: #213c52;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	padding: 50px;
    padding-top: 25px;
    text-align: left;
    /* height: 400px; */
}
.class46 h2 {
    text-align: left;
    color: #ffffff;
    font-weight: 700; 
    border-radius: 25px;
    margin: auto;

}
.class46 h3 {
    text-align: left;
    color: #f4f4f4;
    font-weight: 700; 
    border-radius: 20px;
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.class46
p{
	font-weight: 600; 
    color: #f4f4f4;
	font-size: 14px;
}

.class46
p a{
	color: #f4f4f4;
}
.class46
p a:hover{
	color: #f4f4f4;
	text-decoration: none;
}
.class47 > div{ 
	 padding: 0 25px;
}
.class47 h2 {
    text-align: left;
    color: #ca2886;
    font-weight: 700; 
    border-radius: 25px;
    margin: auto;
}
.class47{
	background: #d1c7b8;
}
.my-c-f{ 
	padding-top: 50px;
	background: transparent!important;
} 
.my-c-f::after {
    position: absolute;
    content: "";
    background: transparent!important;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
} 
.map{
	margin-top: 50px;
	padding: 0;
	margin-bottom: 100px;
}
.footer-center ul li a,.footer-right table a{
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.footer-center ul li a:hover,.footer-right table a:hover{
  opacity: 0.7;
}