* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; 
  width: 100%;
}
.home1{
  color: rgba(148, 15, 20, 1) !important;
}
.other-links{
  color: rgba(0, 31, 81, 1) !important;
}
 /* banner and form section   */

.section1{
  background: no-repeat center/cover url(./assest/Mask\ group\ \(10\).png);
  min-height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1-row{
  gap: 167px !important;
  align-items: center;
  justify-content: center !important;
}
.section1-content{
  max-width:630px !important ;
  min-height: 334px !important ;
  /* border: 1px solid black; */
}
.section1-content>h2{
  font-size: 100px;
}
.section1-content>h2>span{
  color: rgba(208, 0, 0, 1) !important;
  font-style: italic !important;
}

.section1-content>p{
  font-size: 19px;
}
.mask-btn2{
  padding: 10px 36px !important;
  background: rgba(208, 0, 0, 1) !important;
  color: white !important;
  
}
.form1{
  max-width:468px !important;
  min-height:477px !important ;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 20px;
}
.form1a{
  max-width:410px ;
  min-height:306px ;
  /* border: 1px solid red; */
}
.form2a{
 gap: 20px;
}
.form1>p{
  text-align: center;
  font-size: 25px;
  color: rgba(0, 31, 81, 1);
  font-weight: 500;
}
.name{
  max-width: 195px;
  height: 40px;
  border: 1px solid rgba(184, 184, 184, 1);
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.phone{
  max-width: 195px;
  height: 40px;
  border: 1px solid rgba(184, 184, 184, 1);
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.gmail{
  max-width: 410px;
  height: 40px;
  border: 1px solid rgba(184, 184, 184, 1);
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.message{
  max-width:410px ;
  min-height:106px ;
   border: 1px solid rgba(184, 184, 184, 1);
  width: 100%;
  border-radius: 5px;
}
.mask-btn5{
    margin-top: 21px;
    font-size: 18px !important;
    /* background: rgba(0, 31, 81, 1) !important; */
    color: white !important;
    padding: 10px 38px !important;
    width: 100%;
    background: rgba(208, 0, 0, 1) !important;
    border-radius: 7px;
  }
/* mask section */
.section2{
  padding-top: 100px;
}
.mask1{
  /* flex-wrap: wrap !important; */
  align-items: center;
  flex-wrap: wrap;
}
.mask2>p{
  font-size: 22px;
}
.mask2>h2{
  font-size: 50px;
}
.mask-btn{
  padding: 10px 36px !important;
  background-color: rgba(0, 31, 81, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 18px !important;
}
.mask-img{
 max-width:568px;
 /* height: 537px; */
}
.mask-img>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn-ami{
    background: rgba(0, 31, 81, 1) !important;
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 7px !important;
}

  .ami{
    gap: 35px !important;
    align-items: center;
 } 
 
  /* card section  */
  .section3{
    background: rgba(243, 243, 243, 1);
    min-height: 840px;
    /* padding-top: 100px; */
    margin-top: 100px;
  }
  .section3-content{
    padding-top: 100px;
  }
  .section3-content>h2{
    font-size: 50px;
  }
  .section3-content>h2>span{
    color: brown;
  }
  .section3-content>p{
    max-width: 777px;
    /* width: 100%; */
    margin: auto;
    font-size: 21px;
    padding-top: 40px;
   
  }
  .mask-card{
    max-width: 370px;
    min-height: 412px;
     /* border: 1px solid rgba(242, 240, 255, 1);  */
    width: 100%;
     background: white;
    padding: 15px;
    border-radius: 20px;
    margin-top: 40px;
  }
  .mask-card-img{
    max-width: 340px;
  }
  .mask-card-img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mask-card>p{
    font-size:23px;
    margin-top: 22px;
    color: rgba(0, 31, 81, 1);
    font-weight: 600;
  }
  .mask-btn3{
    margin-top: 21px;
    font-size: 18px !important;
    background: rgba(0, 31, 81, 1) !important;
    color: white !important;
    padding: 10px 38px !important;
  }

 /* footer section */

 .footer1{
  background: rgba(0, 31, 81, 1) !important;
  min-height: 264px;
 }
 .footer1a>img{
  margin-top: 50px !important;
  
 }
 .footer2a>p{
  color: rgba(255, 255, 255, 1) !important;
  margin-top: 60px  !important;
  margin-bottom: 55px;
  font-size: 18px !important;
 }

@media screen and ( max-width : 1400px) {
  /* .mask1{
    flex-wrap: wrap !important;
    flex-direction: column !important;
  } */
   .mask-btn3{
    margin-bottom: 20px;
   }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media screen and ( max-width : 1200px ) {
    .ami{
    gap: 15px !important;
    /* align-items: center; */
  }  
  .form1 {
        margin-bottom: 10px;
    }
}
@media screen and ( max-width : 1024px) {
  .mask2>p {
    font-size: 16px;
}
}
@media screen and ( max-width : 500px) {
  .mask2>p {
    font-size: 14px;
 }
}
@media screen and ( max-width : 768px ) {
  .mask-img>img{
    width: 100%;
    object-fit: contain;
    height: auto;
 }
 .section3-content>p {
   
    padding-top: 10px;
 }  
 .section3-content {
    padding-top: 15px;
 }
}

@media screen and ( max-width : 700px) {
  .footer1a>img{
  width: 200px;
  object-fit: contain;
  margin-top: 20px !important;
  
 }
 .mask-card {
   
    margin-top: 10px;
}
 .footer1a>p{
  
  margin-top: 20px  !important;
 
 }
}
@media screen and ( max-width : 426px ) {
  .footer1{
    min-height: 200px;
  }
  .mask2>h2 {
    font-size: 30px;
 }
 .footer2a>p {
   
    font-size: 13px !important;
 }
 .section1-content>h2 {
    font-size: 52px;
 }
 .section2 {
    padding-top: 30px;
 }
 .section3 {
    
    margin-top: 30px;
 }
 .section1-row {
    gap: 30px !important;
    
 }
 .form1>p {
    
    font-size: 18px;
    
 }
 .form1 {
    
    min-height: 405px !important;
    
}
}

@media screen and ( max-width : 400px ) {
   .mask2>p {
    font-size: 12px;
 }
 .footer2a>p {
    
    font-size: 10px !important;
 }
}
@media screen and ( max-width : 350px ) {
   .mask2>p {
    font-size: 10px;
 }
 .mask-card {
    
    min-height: 350px;
    
}
}