 * {
    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%;
  padding: 80px;
}
.head-1 {
  font-size: 50px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  color: #07ABBE;
}
.date-1 {
  margin-bottom: 0;
  width: 35%;
  color: gray;
  text-align: center;
}
.request-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  background-color: #07ABBE;
  color: white;
  border: none;
  outline: none;
  text-align: center;
  margin-top: 20px;
}

.main-page {
  color: black !important;
  font-weight: 700;
}
/* child 1 end */



/* child 2 start */
.child-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 80px;
  background-color: #f8f8f8;
}
.child-2 p {
  margin-bottom: 0;
}


.heading-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.head-2 {
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  color: #07ABBE;
  width: 50%;
}
.date-2 {
  margin-bottom: 0;
  width: 35%;
  color: gray;
  text-align: center;
}



.three-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.sub-three-card {
  display: flex;
  flex-direction: column;
  width: 32%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  gap: 4px;
}
.date-head {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 8px;
}
.card-ques {
  font-size: 18px;
  font-weight: 700;
} 
.card-ans {
  font-size: 16px;
  color: rgb(83, 83, 83);
} 
.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;
}
/* child 2 end */



/* child 3 start */
.child-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 80px;
}
.child-3 p {
  margin-bottom: 0;
}


.heading-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.head-3 {
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  color: #07ABBE;
}
.date-3 {
  margin-bottom: 0;
  width: 35%;
  color: gray;
  text-align: center;
}


.faq {
    display: flex;
    width: 80%;
    border: none;
    margin-top: 30px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 12px !important;
  padding: 6px !important;
}
.accordion-button {
  font-weight: 700 !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.accordion-button:focus {
  box-shadow: unset !important;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; */
}



/* child 3 start */
.child-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  width: 100%;
}
.child-4 p {
  margin-bottom: 0;
}


.left-child-4 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 80px;
}
.head-4 {
  font-size: 45px;
  width: 90%;
  margin-bottom: 0;
  font-weight: 700;
  color: black;
}
.date-4 {
  margin-bottom: 0;
  color: #000;
}
.email {
  display: flex;
  width: 100%;
  margin-top: 25px;
  gap: 10px;
}
.email-box {
  border-radius: 10px;
  outline: none;
  padding: 12px;
  border: none;
  width: 70%;
}
.subscribe-btn {
  border-radius: 4px;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  background-color: #007bff;
  color: white;
  border: 1px solid #07ABBE;
  outline: none;
  text-align: center;
  width: fit-content;
  border-radius: 10px;
}


.right-child-4 {
  padding: 80px;
  width: 50%;
}
.right-child-4 img {
  width: 100%;
}



/* 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: 22px;
    width: 100%;
    text-align: center;
  }
  .date-1 {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .request-btn {
    font-size: 14px;
  }



  .child-2 {
    padding: 20px;
  }
  .heading-2 {
    width:100%;
    padding: 0px;
  }
  .head-2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .date-2 {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .three-card {
    flex-direction: column;
    margin-top: 15px;
    gap: 15px;
  }
  .sub-three-card {
    width: 100%;
  }
  .date-head {
    font-size: 14px;
  }
  .card-ques {
    font-size: 16px;
  }
  .card-ans {
    font-size: 14px;
  }
  .beginner-btn {
    font-size: 14px;
  }




 .child-3 {
    padding: 20px;
  }
  .heading-3 {
    width:100%;
    padding: 0px;
  }
  .head-3 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .date-3 {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .faq {
    width: 100%;
  }
  .accordion-button {
    font-size: 14px !important;
    font-weight: 500 !important;
  }





 .child-4 {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .left-child-4 {
    width: 100%;
    padding: 0;
  }
  .heading-4 {
    width:100%;
    padding: 0px;
  }
  .head-4 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .date-4 {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .email {
    justify-content: space-between;
  }
  .email-box, .subscribe-btn {
    font-size: 14px;
    padding: 8px;
  }
  
  .right-child-4 {
    width: 100%;
    padding: 0;
  }






  .accordion-button {
    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;
  }

}