 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}



/* nav start */
  header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0px;
  z-index: 999;
}
@media screen and (min-width:320px) and (max-width:768px){
  header{
    display: none !important;
  }
  .mobile-nav{
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9;
    border-bottom:  1px solid rgb(228, 228, 228);
  }
  .hamber-btn {
    padding-right: 0 !important;
  }
  .mob-section{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 100%;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offcanvas-body .five-point {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offcanvas-body .five-point a {
    font-size: 16px;
    font-weight: 600;
  }
   .offcanvas-body .main-page {
    color: #07ABBE !important;
  }
}
.mobile-nav{
  display: none;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
  

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img {
  height: 65px;
}
.logo p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}


.five-point {
  display: flex;
  gap: 25px;
}
.five-point a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: gray;
}
.main-page {
  color: #07ABBE !important;
}

  
.header-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-buttons .signup-btn {
  padding: 6px 16px 6px;
  border-radius: 24px;
  font-size: 14px;
  text-decoration: none;
  background-color: #007ab3;
  color: white;
  border: 1px solid #007bff;
}
.header-buttons .login-btn {
  padding: 6px 16px 6px;
  border-radius: 24px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #007bff;
}



.header-mob-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header-mob-buttons .login-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #007bff;
  text-align: center;
  width: 50%;
}
.header-mob-buttons .signup-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  background-color: #007ab3;
  color: white;
  border: 1px solid #007bff;
  text-align: center;
  width: 50%;
}


.reccomended-you {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recommended-head {
  margin-bottom: 0;
}
.recommended {
  text-decoration: none;
  color: black;
  padding-left: 12px;
}
/* nav end */



/* child 1 start */
.child-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  width: 100%;
}
.child-1 p {
  margin-bottom: 0;
}
.sub-child-1 {
  display: flex;
  flex-direction: column;
  width: 90%;
   margin-top: 20px;
  margin-bottom: 20px;
}
.head-1 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
  color: gray;
}
.head-2 {
  width: 45%;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
  color: #07ABBE;
}
.head-3 {
  font-size: 15px;
  margin-bottom: 0;
  color:black;
  width: 45%;
}




.child-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.child-2 p {
  margin-bottom: 0;
}
.three-card {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
}
.sub-three-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  gap: 10px;
}
.date-head {
  font-size: 18px;
  color: gold;
}
.card-ques {
  font-size: 16px;
} 
.card-ans {
  display: flex;
  flex-direction: column;
} 
.testi-name {
  font-size: 18px;
  font-weight: 700;
}
.testi-date {
  font-size: 16px;
  color: gray;
}
.beginner-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  background-color: white;
  color: #07ABBE;
  border: 1px solid #07ABBE;
  outline: none;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
}



.main-page {
  color: black !important;
  font-weight: 700;
}
/* child 1 end */





/* footer start */
footer {
    background-color:#f8f8f8;
    color: black;
    padding: 20px 20px;
    width: 100%;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.footer-section {
    flex: 1 1 200px;
    margin: 15px;
}
.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin: 8px 0;
    font-size: 14px;
}
.footer-section ul li a {
    text-decoration: none;
    color: gray !important;
}
.footer-section ul li a span {
    font-weight: 600;
}
.form-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section input {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    padding: 6px;
}
.footer-section button {
    padding: 4px;
    outline: none;
    border: none;
    background-color: #f39c12;
    color: white;
    font-weight: 600;
    border-radius: 18px;
}
.main-link {
    color: black !important;
}
.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.copy-right p {
    font-weight: 600;
    color: gray;
    margin-bottom: 0;
}
.sub-copy {
    display: flex;
    gap: 20px;
}
.sub-copy a {
    text-decoration: none;
    color: gray;
    font-size: 14px;
}
/* footer end */



@media screen and (min-width : 320px) and (max-width: 1099px) 
{

  .child-1 {
    padding: 20px;
    margin-top: 75px;
  }
  .head-1 {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .head-2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .head-3 {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .date-1 {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
 
  .three-card {
    grid-template-columns: auto;
    margin-top: 0;
  }
  .sub-three-card {
    padding: 10px;
  }
  .card-ques {
    font-size: 15px;
  }
  .testi-name, .testi-date  {
    font-size: 14px;
  }



  /* footer */
  .copy-right {
      flex-direction: column;
  }
  .sub-copy {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      gap: 30px;
  }

}