
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a,
li {
  text-decoration: none;
  list-style-type: disc;
}

[type="reset"],
[type="submit"],
button,
html [type="button"]{
  outline: none;
}

button {
  border: none;
  outline: none;
}

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* bg-background */

.primary-color{
  color:rgb(14, 170, 251);;
}
.bg-secondary-color{
background-color: #efefef;
}

/*  */
.main-wrapper-section{
  padding: 40px 0px 20px;
}

.main-wrapper-section .top-body-content h1{
  font-size: 44px;
  font-weight: 600;
}

/* btn-body-content */
.main-wrapper-section .btn-body-content h2{
  font-weight: 600;
}
.main-wrapper-section .btn-body-content .check-btn{
  background-color: rgb(52, 152, 219);
  color: #FFFFFF;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-wrap: nowrap;
  padding: 18px 0px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  box-shadow: 0px 2px 10px 1px #000;
}
.testimonials-body-content p{
  font-size: 20px;
  font-weight: 500;
}

/* footer-section */
.footer-section{
    padding: 50px 0;
    font-size: 14px;
}
.footer-section a{
    font-size: 16px;
    color: black;
    text-decoration: underline;
}
.main-privacy-section{
  font-family: "Inter", sans-serif;
}
.main-terms-section{
  font-family: "Inter", sans-serif;
}


@media only screen and (max-width:768px){
  /*  */
  .main-wrapper-section{
    padding: 25px 0px 10px;
  }

  .main-wrapper-section .top-body-content h1{
    font-size: 26px;
    line-height: 40px;
  }
  
  /* btn-body-content */
  .main-wrapper-section .btn-body-content h2{
    font-weight: 500;
    font-size: 23px;
  }
  .testimonials-body-content p{
    font-size: 15px;
    font-weight: 400;
  }
  
  
  /* footer-section */
  .footer-section{
      padding: 15px 0;
      font-size: 14px;
  }
  .footer-section a{
      font-size: 14px;
  }
  
}



  
  

