*{
  width: 100%;
  box-sizing: border-box;
  margin: 0px; padding: 0px;
}
.token{
  visibility: hidden;
}
.hero{
  background-color: #F7F9FA;
  background: url('../images/texture.png');
  background-repeat: no-repeat; 
  background-position: center;
}
.logoWrapper{
  width: 100%;
  display: flex;
}
.logo{
  margin: auto;
  width: 120px;
  height: fit-content;
  padding-top: 40px;
}
.heroContent{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
}
.heroHeading{
  max-width: 338px;
  font-weight: 500;
  font-size: 48px;
  font-family: "Libre Baskerville", serif;
}
.heroiImage{
  max-width: 500px;

}

.Notice{
  display: flex;
  padding-top: 92px;
  max-width: 1160px;
  margin: auto;
  gap: 64px;
  font-family: 'DM Sans';
}
.flex-container1 {
  display: flex;
  flex-direction: column;
}


.flex-container1 > div > p{
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding-bottom: 30px;
}
.flex-container1 > h3{
padding-bottom: 20px;
}

.flex-container2{
  max-width: 576px;
  height: fit-content;
  flex-direction: column;
  margin-top: 48px;
}

.div1,.div2,.div3,.div4{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  margin-bottom: auto;
}

.btn1,.btn2,.btn3,.btn4{
  max-width: 161px; 
  padding: 8px 0px;
  margin-left: auto;
  text-align: center;
  border: 1px solid #2D6FBC;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  color: #2D6FBC;
  background-color: white;
  text-decoration: none;
  font-family: 'DM Sans';
}
.btn1:hover,.btn2:hover,.btn3:hover,.btn4:hover   {
  background-color: #2D6FBC;
  color: white; /* Change background color on hover */
}

.txt1, .txt2, .txt3, .txt4{
  margin-right: auto;
  width: fit-content;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 10px;
}

.info1, .info2, .info3, .info4{
  display: flex;
  align-items: flex-start;
  justify-items: center;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}

.txt1 > img{
  width: 16px !important;
  height: 16px !important;
  margin-bottom: auto;
}

.txt1 > h4{
  align-content: right;
  text-align: Left;
  font-weight: bolder;
  display: inline-block;
}

.txt2 > img{
  width: 16px !important;
  height: 16px !important;
  margin-bottom: auto;
}


.txt3 > img{
  width: 16px !important;
  height: 16px !important;
  margin-bottom: auto;
}

.txt3 > h4{
  align-content: right;
  text-align: Left;
  font-weight: bolder;
  display: inline-block;
}


.txt4 > img{
  width: 16px !important;
  height: 16px !important;
  margin-bottom: auto;
}

.txt4 > h4{
  align-content: right;
  text-align: Left;
  font-weight: bolder;
  display: inline-block;
}

.flex-container3 {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  max-width: 1160px;
  height: 152px;
  margin: auto;
  padding: 24px 40px 24px 40px;
  background-color: #F7F9FA;
}

.flex-container3 > div {
  max-width: 960px;
  height: 104px;
  margin: 10px auto;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
}

.flex-container3 >  p{
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
}
.flex-container3 > h3{
padding-bottom: 20px;
font-family: 'DM Sans';
}

.container4Wrapper{
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  max-width: 960px; 
  margin: auto;padding: 0 10px;
}
.container4Image{
  max-width: 292px;
  height: 292px;
}
.container4Typo{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 493px;
  font-family: 'DM Sans';
}
.container4Heading{
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 30px;
}
.container4Para{
    font-size: 18px;
  font-weight: 400;
}



.footer{
  background-color: #F7F9FA;
  margin-top: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-image: url(/images/texture.png);
  background-repeat: repeat; 
  background-position: end;
  /* background-size: 500px 200px; */
}

  .footer >div{
    padding: 0px 120px;
    width: fit-content;
  }

  .icon > a > img{
  width: 20px;
  height: 20px;
  }


    @media only screen and (max-width: 960px) {

        section {
          padding: 40px 20px;
        }
        .heroContent{
          flex-direction: column;
          padding: 64px 0;
        }
        .heroHeading{
          font-size: 28px;
          width: fit-content;
        }

        .hero{
          background-image: url('../images/texture.png');
          background-position: cover;
        }
        .logo{
          padding-top: 0px;
        }


       .Notice{
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding-left: 20px;
        padding-top: 48px;
        padding-right: 20px;
       }
       .flex-container1 > div > p{
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 15px;
       }
        .flex-container2{
          font-size: 12px;
        }
      .txt1 img,
      .txt2 img,
      .txt3 img,
      .txt4 img
      {
        width: 12px !important;
        height: 12px !important;
        margin-bottom: auto;
      }
      
      .txt1 > h4{
        align-content: right;
        text-align: Left;
        font-weight: bolder;
        display: inline-block;
      }
      
   .btn1,.btn2,.btn3,.btn4{
    width: 80px; 
    font-size: 8px;
    font-weight: 600;
    padding: 8px 2px;
      }
      .flex-container3{
        margin-top: 40px;
        padding-left: 20px;
      }
  .flex-container3>p{
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
    .flex-container3>h3{
        padding: 5px;
}
.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-size: 500px 200px;
}

  .footer >div{
    padding: 0px 10px;
  
  }
  .paragraph{
    font-size: 12px;
  }

  .icon > a > img{
  width: 20px;
  height: 20px;

  }
  .container4Wrapper{
    flex-direction: column;
    padding-left: 20px;
}
.container4Heading{
  font-size: 18px !important;
}
.container4Para{
    font-size: 14px !important;
}


}


  


