.container_main {
  max-width: 1150px;
}

@font-face {
  font-family: "Montserrat-VariableFont_wght";
  src: url("../font/Montserrat/Montserrat-VariableFont_wght.ttf");
}
* {
  font-family: "Montserrat-VariableFont_wght";
  list-style: none;
}
/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  position: relative;
  z-index: 10;
  margin-bottom: 140px;
  background-color: #f7f8fa;
}

.logo > img {
  width: 120px;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links > a {
  font-size: 16px;
  font-weight: normal;
  color: gray;
  text-decoration: none;
}

.nav-links > a:hover {
  color: #e68897;
}

.burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  z-index: 21;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 15;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  transition: top 0.4s ease;
  z-index: 20;
  height: 100%;
}

.mobile-menu.active {
  top: 0;
}

.mobile-menu a {
  padding: 10px 0;
  font-size: 16px;
  color: gray;
  text-decoration: none;
}

.close {
  align-self: flex-end;
  padding: 10px 20px;
  font-size: 26px;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  font-size: 24px;
  color: #e68897;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .burger {
    display: block;
  }
}

/* Header end */
/* intim */
/* ==============hom start =============== */
.home_margin {
  margin-top: 200px;
}
.intim_subtitle {
  font-size: 16px;
  color: #ff6e6e;
  font-weight: thinner;
  margin-bottom: 24px;
}

.intim_subtitle_2 {
  font-size: 24px;
  color: #ff6e6e;
  font-weight: thinner;
  margin-bottom: 24px;
}

.intim_title {
  font-size: 42px;
  margin-bottom: 20px;
  color: #515151;
}

.intim_title_2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #515151;
}

.home_btn {
  color: #fff;
  background-color: #db7575 !important;
  border-radius: 40px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer !important;
  font-size: 14px;
  margin-bottom: 20px !important;
  border: none;
}
.home_title {
  align-items: center;
  justify-content: center;
}
.home_btn:hover {
  background-color: #fff !important;
  border: 1px solid #666;
  color: #7c7c7c;
}

.heme_btn_2 {
  background-color: #759a9b !important;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 40px;
  text-decoration: none;
  margin-left: 15px;
  font-size: 15px;
  border: none;

  @media (max-width: 768px) {
    margin-left: 0;
  }
}

.intim_desc {
  font-size: 1rem;
  color: #759a9b;
  margin-bottom: 24px;
  font-weight: 700;
}

.intim_description {
  color: rgb(123, 123, 123);
  margin-bottom: 24px;
}

.intim_date {
  color: rgb(123, 123, 123);
  margin-bottom: 54px;
}

.btn {
  margin-bottom: 20px;
}
.btn-red {
  background-color: #f27676;
  color: white;
  border-radius: 30px;
  padding: 12px 25px;
  margin-right: 15px;
  text-decoration: none;
}

.btn-red:hover {
  background-color: #759a9b;
  color: #759a9b;
  border: 1px solid #759a9b;
  transform: scale(1.1);
}

.btn-green {
  border: none;
  background-color: #759a9b;
  color: white;
  border-radius: 30px;
  padding: 12px 25px;
  text-decoration: none;
}

.btn-green:hover {
  background-color: #759a9b;
  border: 1px solid #759a9b;
}

.btn-hover:hover {
  background-color: #f7f8fa;
  color: #759a9b;
  transform: scale(1.1);
  transition: transform 1s ease;
}
.image-column {
  position: relative;
}

.home_img {
  /* z-index: -1; */
  position: absolute;
  top: -30%;
  right: 0;
  width: 96%;
}

.bg-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transform: scale(1.5);
}

@media (max-width: 1050px) {
  .home_img {
    display: none;
  }
  .bg-image {
    display: block;
    filter: blur(4px); /* bu yerda 4px biroz blur hisoblanadi */
  }
}
@media (max-width: 770px) {
  /* =================home start=========== */
  .home_margin {
    margin-top: 0 !important;
  }
  .intim_title {
    font-size: 30px;
  }
  .intim_subtitle {
    font-size: 14px;
  }
  .intim_desc {
    font-size: 14px;
  }
  /* =================home end=========== */
}

@media (max-width: 576px) {
  /* =================home start=========== */
  .home_title {
    flex-direction: column !important;
  }
  /* =================home end=========== */
}
@media (max-width: 420px) {
  /* =================home start=========== */
  .intim_subtitle {
    font-size: 14px;
  }
  .intim_desc {
    font-size: 12px;
  }

  .intim_description {
    font-size: 13px;
  }
  .intim_date {
    font-size: 14px;
  }
  .btn-hover {
    font-size: 14px !important;
  }
  /* =================home end=========== */
}
/* ==============hom end=============== */

/* Second section  */
.second_title {
  color: #535353;
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 1px;
  font-weight: 400;
}
.second_subtitle {
  color: rgb(234, 121, 121);
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 34px;
  font-weight: 400;
}

.second-col-sub {
  color: #759a9b;
  font-size: 16px;
}
.succes_svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  fill: #28a745; /* Yashil rang */
}

.section_first_title {
  color: #759a9b;
}
p {
  margin-top: 0;
  margin-bottom: 0rem 0px;
}
.section_first_ul > li {
  color: #7c7c7c;
  font-size: 17px;
  /* line-height: 14px; */
}
.section_bottom_desc {
  color: #759a9b;
  font-size: 18px;
}
/* Second section end */
/* ===================nineth=============== */
.nineth_card {
  display: grid;
  grid-template-columns: auto 500px;
  gap: 40px;
  margin-top: 100px;
}
.nineth_title {
  color: #7c7c7c !important;
}
.nineth_item {
  font-size: 17px !important;
  font-weight: 600;
  padding: 20px 0 !important;
  color: #515151 !important;
}
.nineth_icon {
  color: #515151 !important;
}
.nineth_color {
  color: #515151 !important;
  font-weight: 500;
  font-size: 18px;
}
.nineth_span {
  color: #759a9b !important;
}
@media (max-width: 500px) {
  .second_title {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .second_subtitle {
    font-size: 22px;
  }
}
/* ===================nineth=============== */
/* Third section */

.text_danger {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 150px;
}
.tenth_header {
  color: #535353;
  font-weight: 400;
}
.text_danger_subtext {
  color: rgb(234, 121, 121);
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 60px;
}
.text_danger_text {
  margin-bottom: 50px !important;
  color: #7c7c7c;
  font-size: 16px;
}
.third_section_card {
  line-height: 34px;
  color: #7c7c7c;
  font-size: 16px;
  border: none;
  background-color: #fff;
}
.third_icon {
  color: #666 !important;
}
.third_btn {
  color: #fff !important;
  background-color: #759a9b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 40px;
  margin-top: 90px !important;
}
.third_btn:hover {
  background-color: #fff;
  color: #759a9b !important;
  border: 1px solid #759a9b;
}
.tenth_card {
  display: grid;
  grid-template-columns: 370px 370px 370px;
  justify-content: center;
  gap: 30px;
}
.third_span {
  font-size: 18px;
  line-height: 0;
}
.third_section_subtitle {
  font-size: 26px;
  color: rgb(234, 121, 121);
}
.third_section_btn {
  margin: 0 auto;
  color: white;
  border: 1px solid #759a9b;
  background-color: #759a9b;
  border-radius: 20px;
  transition: transform 1s ease;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.third_section_btn:hover {
  color: #759a9b;
  border: 1px solid #759a9b;
  background-color: transparent;
  transform: scale(1.00001);
}
.video-icon {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}
@media (max-width: 1025px) {
  .nineth_card {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 730px) {
  .text_danger_subtext {
    font-size: 22px;
  }
  .text_danger_text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .nineth_item {
    font-size: 14px !important;
  }
  .text_danger_subtext {
    color: #d86b6b;
    font-weight: 500;
    font-size: 25px;
  }
  .text_danger_text {
    color: #7c7c7c;
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .third_btn {
    font-size: 10px;
    padding: 15px 15px;
    margin-top: 70px !important;
  }
  .text_danger_subtext {
    color: rgb(234, 121, 121);
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 60px;
  }
  .text_danger_text {
    font-size: 14px;
  }
}
/* Third section end */
/* Fourth section */
.fourth_section_title {
  color: #535353;
  font-size: 32px;
}

.fourth_section_text {
  border-top-right-radius: 48% !important;
  border-bottom-right-radius: 48% !important;
  background-color: #e7e7e7 !important;
  background-size: cover;
  color: #7c7c7c;
  font-weight: 200;
}

.fourth_btn {
  background-color: rgb(234, 121, 121) !important;
  color: #fff !important;
  padding: 20px 20px;
  border-radius: 40px;
  text-decoration: none !important;
}
.fourth_btn:hover {
  color: #666 !important;
  background-color: #fff !important;
  border: 1px solid #555 !important;
}
/* Fourth section end */
/* FIfth section */
.fifth_section_title {
  color: #535353;
  font-size: 32px;
  margin-bottom: 50px;
}
.custom-card {
  background-color: #ffffff;
  max-width: 350px;
  border: none;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  text-align: left;
}

.icon-circle {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle img {
  max-width: 100%;
  max-height: 100%;
}
.custom-card h6 {
  font-size: 18px;
  color: #535353;
  margin-bottom: 15px;
}

.custom-card p {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 20px;
}

.custom-button {
  background-color: #d86b6b;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
}

.custom-button:hover {
  background-color: #b55a5a;
}
@media (max-width: 425px) {
  .fifth_section_title {
    font-size: 24px;
  }
}
/* FIfth section end */
/* Sixth section */
.sixth_section_title {
  color: #535353;
  font-size: 32px;
  margin-bottom: 12px;
}
.progrm_grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 50px;
}
.ellipse-img {
  border-radius: 50% / 30%;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #d0e0e9;
}

.ellipse-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sixth_section_content {
  color: rgb(123, 123, 123);
}
.content_acardion_btn {
  color: #7c7c7c !important;
}
.content_acardion {
  font-size: 15px;
  color: #7c7c7c !important;
}
.accordion-item {
  border-bottom: rgb(123, 123, 123);
}
.accordion-button {
  color: rgb(123, 123, 123) !important;
}
/* Sixth section end */
/* Seventh section */

.seventh-section-title {
  color: #535353;
  font-size: 32px;
  margin-bottom: 20px;
}
.anatomy-list {
  color: #7c7c7c;
  line-height: 20px;
}
.anatomy-list > line {
  margin-bottom: 6px;
}
.anatomy-list > li > span {
  color: #f18c60;
  margin-right: 6px;
}
.additional-list {
  color: #7c7c7c;
  line-height: 20px;
}
.additional-list > li > span {
  color: #f18c60;
  margin-right: 6px;
}
.general-list {
  color: #7c7c7c;
  line-height: 20px;
}
.general-list > li > span {
  color: #7c7c7c;
  margin-right: 6px;
}
.circle-img {
  overflow: hidden;
  max-width: 100%;
}
.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Seventh section end */

.note-text {
  font-size: 0.9rem;
  color: #666;
}
.eight_section {
  margin-top: 200px !important;
}
.eight_section h2 {
  color: #535353;
  font-weight: 400;
}
.teacher-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  height: 100%;
}

.teacher-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-info h6 {
  margin: 0;
  font-weight: 500;
  color: #555;
  font-size: 19px;
}

.teacher-info p {
  margin: 0.3rem 0 0;
  font-size: 17px;
  font-weight: 400;
  color: #7c7c7c;
}

/* Ekran kichiklashsa ham yonma-yon qoladi, faqat balandlikka moslashadi */
@media (max-width: 1024px) {
  .progrm_grid {
    grid-template-columns: auto;
  }
  .tenth_card {
    display: grid;
    grid-template-columns: 320px;
  }
}
@media (max-width: 576px) {
  .teacher-card {
    flex-direction: column-reverse; /* O'zgarmaydi! Yonma-yon */
    align-items: flex-start;
  }
  .tenth_card {
    display: grid;
    grid-template-columns: 300px;
  }
}
.rounded-image {
  width: 100%;
  object-fit: cover;
}
.acardion_border {
  font-size: 14px;
}
.acardion_color {
  color: #759a9b;
}

.course-section {
  position: relative;
  background-image: url("../img/home_4.webp"); /* Rasmingizni shu yerga joylashtiring */
  background-size: cover;
  background-position: center;
  /* padding: 80px 0; */
  color: white;
}

.course-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.course-content {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}
.eleventh_color {
  color: #fff !important;
}
.eleventh_zapest {
  background-color: #759a9b !important;
  color: #fff !important;
  font-size: 14px;
  border: none;
  font-weight: 400;
  padding: 10px 50px;
  border-radius: 40px;
  margin: 40px 0;
}
.eleventh_active {
  transform: rotate(180deg);
}
.course-title {
  font-size: 22px;
  font-weight: bold;
}
.course-description {
  font-size: 16px;
  margin-top: 20px;
}
.course-accordion .accordion-button {
  background-color: #f87171;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.course-accordion .accordion-button:not(.collapsed) {
  background-color: #ef4444;
  color: white;
}

.course-content-row {
  display: flex;
  max-width: 350px;
  justify-content: left;
  align-items: left;
  margin-bottom: 20px;
}
.timer {
  background-color: white;
  color: rgb(54, 54, 54);
}
.timer-title {
  color: #515151;
  font-size: 20px;
  font-weight: 400;
}
.timer-description {
  font-size: 15px;
  font-weight: 400 !important;
  color: #7c7c7c;
}
.teacher-card {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.course-timer {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  flex-wrap: nowrap;
}

.course-timer div {
  text-align: center;
  min-width: 70px;
}

.accordion-collapse {
  transition: height 0.4s ease;
}
@media (max-width: 375px) {
  .course-timer div {
    min-width: 50px;
  }
  .eleventh_zapest {
    padding: 10px 30px;
  }
}
/* -----------------education============ */
.education_card {
  display: grid;
  grid-template-columns: 550px 600px;
  gap: 30px;
  margin: 90px 0 90px 0;
}
.education__text {
  background-color: #e2e1e1;
  padding: 40px;
  border-bottom-right-radius: 45%;
  border-top-right-radius: 45%;
}
.education_text_1 {
  color: #555;
  font-weight: 600;
  font-size: 18px;
}
.education_text_2 {
  color: #7c7c7c;
}
.education_text_3 {
  color: #7c7c7c;
  font-weight: 600;
}
.education_btn {
  background-color: #db7575;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  padding: 5px 15px;
  border-radius: 40px;
}
@media (max-width: 1025px) {
  .education_card {
    display: grid;
    grid-template-columns: auto;
  }
  .education__text {
    background-color: #e2e1e1;
    padding: 40px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
  }
}
/* Fourteenth section */
.faq-title {
  font-size: 32px;
  font-weight: lighter;
  color: #535353;
  margin-bottom: 20px;
  margin-top: 20px;
}
.questions_card {
  display: grid;
  grid-template-columns: 400px 400px 400px;
}
.faq-section {
  padding: 60px 15px;
  text-align: center;
}
.faq-item {
  padding: 20px;
  text-align: left;
}
.faq-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
}
.faq-item p {
  margin: 0;
  color: #7c7c7c;
}
.btn_popast {
  padding: 10px;
  color: #fff;
  background: rgb(234, 121, 121) !important;
  border: 3px solid #fff !important;
}
@media (max-width: 1025px) {
  .questions_card {
    justify-content: center;
    grid-template-columns: 400px 400px;
  }
  .faq-item h5 {
    font-size: 16px;
  }
  .faq-item p {
    font-size: 14px;
    margin: 0;
    color: #7c7c7c;
  }
}
@media (max-width: 800px) {
  .questions_card {
    justify-content: center;
    grid-template-columns: 400px;
  }
  .faq-item h5 {
    font-size: 16px;
  }
  .faq-item p {
    font-size: 14px;
    margin: 0;
    color: #7c7c7c;
  }
}
@media (max-width: 425px) {
  .questions_card {
    justify-content: center;
    grid-template-columns: 300px;
  }
  .faq-item h5 {
    font-size: 15px;
  }
  .faq-item p {
    font-size: 13px;
  }
}
/* ==============Thirteenth start========== */
.review-card {
  width: 310px !important;
  background-color: #fff;
}
.thirteenth_subtext {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 100px;
  margin-top: 100px;
}
.accordion-button {
  /* padding: 1rem 0.25rem !important; */
}
.acardion_title {
  color: #7c7c7c;
  font-weight: 400;
}
.video_card {
  justify-content: center;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto !important;
  gap: 40px;
}
.accordion-item {
  border-top: 1px solid #eae8e8 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
@media (max-width: 900px) {
  .video_card {
    grid-template-columns: auto auto !important;
  }
}
@media (max-width: 670px) {
  .video_card {
    grid-template-columns: auto !important;
  }
}
@media (max-width: 425px) {
  .video_card {
    grid-template-columns: auto !important;
  }
  .acardion_title {
    font-size: 13px;
  }
  .review_card_text {
    font-size: 16px;
  }
  .thirteenth_subtext {
    font-size: 34px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
/* ==============Thirteenth end========== */
/* Fourteenth section end */
.interview-section {
  position: relative;
  background-image: url("../img/backstrech.jpg"); /* <-- o'zingiz xohlagan rasm */
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
}

.interview-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Qora fon */
  z-index: 1;
}

.interview-content {
  position: relative;
  z-index: 2;
}

.interview-form {
  border-radius: 15px;
  padding: 30px;
}

.interview-form input,
.interview-form textarea {
  border: none;
  background-color: rgba(227, 228, 230, 1);
  --w-get-input-background-color: rgba(247, 248, 250, 0.24);
  border-radius: 25px; /* Burchaklarni yumaloqlashtirish */
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 100%;
  color: #535353;
  font-size: 16px;
  box-sizing: border-box;
  caret-color: #535353;
}
.interview-form textarea {
  resize: none;
  height: 100px;
  margin-top: 20px;
}

.interview-form .iti button.iti__selected-country {
  background-color: rgba(227, 228, 230, 1);
}

.interview-form .iti__dropdown-content {
  border-radius: 30px;
}

.interview-content .iti__dropdown-content .iti__country {
  color: #535353;
}

.interview-form .iti__dropdown-content .iti__search-input {
  margin: 0;
}

#popup-form .iti {
  margin-bottom: 20px;
}

.home div.iti--fullscreen-popup.iti--container {
  z-index: 99995;
}

#popup-form .iti__tel-input {
  padding-left: 68px !important;
}

#popup-form .iti__search-input {
  background-color: #fff;
}

.interview-form button {
  width: 100%;
  background-color: #759a9b;
  color: white;
  border-radius: 30px;
  padding: 12px;
  font-weight: 500;
  border: none;
  transition: 0.3s;
}

.interview-form button:hover {
  background-color: #db7575;
}

.interview-text > p:nth-child(1) {
  font-size: 35px;
  line-height: 40px;
}

.interview-text p {
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .interview-content {
    padding: 90px 0;
  }
}

/* Footer */
.footer_logo {
  width: 140px;
  margin-bottom: 20px;
}
/* Footer end */
