* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main_div {
  display: flex;
  gap: 10px;
}

.div1 {
  width: 30%;
}

.div2 {
  width: 28%;
}

.div3 {
  margin-top: 12px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*   Vertical */
  height: 50px;
  gap: 10px;
}

.logo_image {
  height: auto;
  width: 70px;
}

.menulogin_button {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  background-color: white;
  border-radius: 5px;
  padding: 5px 23px;
  border: 1px solid #1a212f;
}

.menusignup_button {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  background-color: #1a212f;
  color: white;
  border-radius: 5px;
  padding: 5px 23px;
  border: 1px solid #1a212f;
}

/* Hero Section */

.hero_text_main_div {
  /* border: 1px solid red; */
  text-align: left;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  /* stack paragraphs vertically */
  justify-content: center;
  /* vertical centering */
  /* align-items: center;        horizontal centering (optional) */
  height: auto;
}

.hero_image_main_div {
  /* border: 1px solid red; */
}

.hero_image {
  width: 100%;
  /* Scale width to fit container */
  height: auto;
  /* Adjust height automatically to keep aspect ratio */
  display: block;

}

.herosection_text {
  margin: 0;
  font-size: 44px;
  font-family: "Prociono", serif;
  color: #1a212f;
}

.herosection_sub_text {
  margin: 0;
  font-size: 18px;
  font-family: "Prociono", serif;
  color: #1a212f;
  padding-top: 16px;
}

.find_your_tutor_btn {
  margin-top: 30px;
  padding: 10px;
  width: 50%;
  border-radius: 10px;
  background-color: #ffa808;
  border: none;
  font-family: "Prociono", serif;
  font-size: 13px;
}

/* Small About us para  */
.small_aboutus_para {
  margin: 0;
}

.small_aboutus_para_aboutus {
  /* text-align: center; */
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  margin-bottom: 10px;
}

.small_aboutus_para_1 {
  font-size: 35px;
  font-family: "Prociono", serif;
}

.small_aboutus_para_2 {
  font-size: 35px;
  font-family: "Inter", sans-serif;
  color: green;
  font-weight: 500;
}

.small_aboutus_para_3 {
  font-size: 35px;
  font-family: "Prociono", serif;
}

.small_aboutus_para_4 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.small_aboutus_readmore {
  border: none;
  background-color: #1a212f;
  color: white;
  padding: 8px;
  border-radius: 5px;
  margin-top: 10px;
}

.small_aboutus_point_all {
  font-family: "Prociono", serif;
  font-size: 25px;
}


/* Potential Section */

.poten {
  margin-top: 25px;
}

.potential_main_para {
  text-align: center;
  font-size: 35px;
  font-family: "Prociono", serif;
}

.potential_all {
  /* border: 1px solid red; */
  box-shadow: 2px 2px 5px gray;

  padding: 20px;
}

.potential_all {
  text-align: center;
}

.pote_num_para {
  font-size: 40px;
}




/* subject carosel */
.sbucarmain {
  margin-top: 40px;
  margin-bottom: 20px;
}


.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 28%;
  height: auto;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: #202a44;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.subpara {
  /* border: 1px solid red; */
  text-align: center;
  color: white;
  font-size: 25px;
  padding: 10px 10px;
  font-family: "Prociono", serif;
}


/* ------------------------------ tutor div  ------------------------------ */

.carousel1 {
  background: #EEE;
}

.carousel-cell1 {
  width: 28%;
  height: auto;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell1;
}

.carousel-cell1.is-selected {
  background: #bae3f3;
}

/* cell number */
.carousel-cell1:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.tutor_image {
  height: auto;
  width: 100%;
  padding: 30px 50px;
  border-radius: 50%;
}


.tutorname {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: #1a212f;
  font-family: "Prociono", serif;
}

.tutordesc {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #1a212f;
  font-family: "Prociono", serif;
}


.btndiv {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tutorexpbtn {
  text-align: center;
  width: 50%;
  border-radius: 10px;
  padding: 6px 1px;
  border: none;
  background-color: #1a212f;
  color: white;
  font-family: "Inter", sans-serif;
}


/* ------------------------------ Normal Image and text block ------------------------------ */

.main_normaldiv {
  margin-top: 50px;
  margin-bottom: 50px;
}



.normal_textblock {
  display: flex;
  flex-direction: column;
  /* Stack p and button vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: center;
  /* Center vertically */
  height: auto;
  /* Full screen height (or any specific height) */
  /* border: 1px solid #ccc; */
}


/*  ------------------------------ footer   ------------------------------*/

.footer_main {
  /* border: 1px solid red; */
  /* height: 250px; */
  background-color: #e8e9ec;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footerdivcomman {
  /* border: 1px solid blue; */
  display: flex;
  flex-direction: column;
  /* Stack p and button vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: center;
  /* Center vertically */
  height: auto;
  /* Full screen height (or any specific height) */
  /* border: 1px solid #ccc; */
}

.footer_logo {
  height: 150px;
}

.footer_heading {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: "Prociono", serif;
  color: #525a6d;
}

.footerlinktext {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #a0a4af;
}

.copyright_para{
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  /* border: 1px solid red; */
}