body {
  position: relative;
  font-family: noto;
  font-weight: 400;
  background-color: #fff;
}
body::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: #C51D38;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #C51D38 #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Thin.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Thin.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-ExtraLight.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-ExtraLight.woff") format("woff"), url("../fonts/noto/NotoSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Light.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Light.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Regular.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Regular.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Medium.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Medium.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-SemiBold.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-SemiBold.woff") format("woff"), url("../fonts/noto/NotoSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Bold.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Bold.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-ExtraBold.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-ExtraBold.woff") format("woff"), url("../fonts/noto/NotoSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/noto/NotoSansArabic-Black.woff2") format("woff2"), url("../fonts/noto/NotoSansArabic-Black.woff") format("woff"), url("../fonts/noto/NotoSansArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.overflow {
  overflow: hidden !important;
}

.main-btn {
  background-color: #C51D38;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 170px;
  border-radius: 26px;
  box-shadow: 0px 2px 9px 0px rgba(197, 29, 56, 0.322);
  transition: 0.3s ease-in-out;
  border: none;
  transition-property: background-color, color, box-shadow;
}
.main-btn:hover {
  background-color: #333;
}

.sec-btn {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8431372549);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 170px;
  border-radius: 26px;
  transition: 0.3s ease-in-out;
  border: 1px solid #c5c5c5;
  transition-property: background-color, color, box-shadow;
}
.sec-btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.swiper ~ .swiper-pagination {
  position: relative;
  inset: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  margin-top: -10px;
}
.swiper ~ .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
  transition-property: width, height, background-color;
}
.swiper ~ .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #C51D38;
}
.swiper ~ .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-color: #C51D38;
}
.main-slider .swiper ~ .swiper-pagination {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .main-slider .swiper ~ .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-slider .swiper ~ .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #fff;
  }
  .main-slider .swiper ~ .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
.team-slider .swiper ~ .swiper-pagination {
  margin-top: 43px;
  display: none;
}
@media (max-width: 991px) {
  .team-slider .swiper ~ .swiper-pagination {
    display: flex;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.section-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0;
  font-size: 24px;
  color: #646464;
  stroke: #646464;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  transition-property: stroke, color;
}
.section-more svg {
  margin-inline-start: 14px;
}
.section-more:hover {
  stroke: #C51D38;
  color: #C51D38;
}
@media (max-width: 767px) {
  .section-more {
    font-size: 16px;
    position: relative;
    inset: unset;
    transform: none;
  }
  .section-more svg {
    margin-inline-start: 10px;
    width: 15px;
  }
}

.inner-page {
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .inner-page {
    padding-top: 60px;
  }
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 70px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.header-list li ~ li {
  margin-inline-start: 66px;
}
@media (max-width: 1199px) {
  .header-list li ~ li {
    margin-inline-start: 33px;
  }
}
.header-list a {
  font-size: 20px;
  font-weight: 500;
  color: #777777;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.header-list a::after {
  content: "";
  height: 5px;
  width: 24px;
  background-color: #C51D38;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.header-list a:hover {
  color: #333;
}
.header-list a.active {
  font-weight: 600;
  color: #333;
}
.header-list a.active:after {
  display: block;
}

.main-slider {
  position: relative;
}

.main-slide {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f1f1 0%, #f5f5f5 100%);
}
.main-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(../images/pattern/hero.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.main-slide .slide-content {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: center;
  gap: 30px;
  height: 551px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .main-slide .slide-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .main-slide .slide-content {
    height: auto;
    display: block;
    text-align: center;
    padding: 40px 0 0;
  }
}
.main-slide .slide-title {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  line-height: 1.5714;
  margin: 0 0 47px;
}
@media (max-width: 1199px) {
  .main-slide .slide-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .main-slide .slide-title {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .main-slide .slide-title {
    font-size: 26px;
  }
}
.main-slide .slide-img-content {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .main-slide .slide-img-content {
    height: 477px;
    width: 491px;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .main-slide .slide-img-content {
    width: 290px;
    height: 285px;
  }
}
@media (max-width: 991px) {
  .main-slide .slide-btn {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .main-slide .slide-btn {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}
.main-slide .slide-img {
  position: absolute;
  bottom: 0;
  width: 491px;
  height: 477px;
  border-start-end-radius: 225.5px;
  border-start-start-radius: 215px;
  background-color: #C51D38;
  inset-inline-end: -49px;
}
@media (max-width: 991px) {
  .main-slide .slide-img {
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
  }
}
.main-slide img {
  position: absolute;
  bottom: 0;
}
.main-slide img.big-img {
  inset-inline-end: -15px;
}
@media (max-width: 767px) {
  .main-slide img.big-img {
    width: 78%;
  }
}
.main-slide img.small-img {
  inset-inline-end: 280px;
}
@media (max-width: 767px) {
  .main-slide img.small-img {
    width: 65%;
    inset-inline-end: 43%;
  }
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .about-content {
    display: block;
  }
}

.about-text {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .about-text {
    padding: 0;
  }
}

.about-desc {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.915;
  margin: 0;
}
@media (max-width: 767px) {
  .about-desc {
    font-size: 14px;
    text-align: center;
  }
}

.about-imgs {
  padding-inline-start: 15px;
  padding-inline-end: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 368px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-imgs {
    padding: 0;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .about-imgs {
    width: 519px;
    height: 368px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .about-imgs {
    width: 345px;
    height: 250px;
  }
}
.about-imgs .about-img {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 249px;
  border-start-end-radius: 140.5px;
  border-end-start-radius: 124.5px;
}
@media (max-width: 1199px) {
  .about-imgs .about-img {
    width: 50%;
    border-start-end-radius: 131px;
    border-end-start-radius: 131px;
  }
}
.about-imgs .about-img:first-of-type {
  width: 262px;
  border-radius: 0;
  border-start-start-radius: 131px;
  border-end-end-radius: 131px;
}
@media (max-width: 1199px) {
  .about-imgs .about-img:first-of-type {
    width: 50%;
  }
}
.about-imgs .about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-imgs .about-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 50%;
  width: 183px;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.about-imgs .about-logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-imgs .about-logo {
    width: 130px;
    height: 130px;
    padding: 20px;
  }
}

.programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .programs-grid {
    grid-template-columns: 1fr;
  }
}

.program-item {
  background-color: #313131;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 26px 20px 32px;
}
@media (max-width: 991px) {
  .program-item {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .program-item {
    padding: 20px 15px 15px;
  }
}
.program-item .program-img {
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .program-item .program-img {
    height: 70px;
    margin-bottom: 20px;
  }
  .program-item .program-img img {
    width: auto;
    max-height: 100%;
  }
}
.program-item .program-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .program-item .program-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.program-item .program-desc {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .program-item .program-desc {
    font-size: 14px;
    height: 43px;
  }
}

.blog-item {
  background-color: #fff;
  box-shadow: 0px 14px 33px 0px rgba(0, 0, 0, 0.0588235294);
  overflow: hidden;
  margin-bottom: 53px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-item {
    width: 100%;
    max-width: 370px;
    margin-inline: auto;
  }
}
.blog-item .blog-img {
  padding-top: 62.4324324324%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-item .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.blog-item .blog-img:hover img {
  transform: scale(1.05);
}
.blog-item .blog-text {
  padding: 25px 17px;
  border: 1px solid #eeeeee;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.blog-item .blog-name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
  overflow: hidden;
}
.blog-item .name-holder {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.938;
  transition: color 0.3s ease-in-out;
}
.blog-item .name-holder:hover {
  color: #C51D38;
}
.blog-item .blog-date {
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  line-height: 0.4375;
  display: block;
}
.blog-page .blog-item {
  margin-bottom: 0;
}

.custom-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #323232;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  margin: 0 auto 72px;
}
@media (max-width: 767px) {
  .custom-nav-tabs {
    margin: 0 auto 40px;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
  }
}
.custom-nav-tabs .custom-nav-btn {
  width: 218px;
  height: 52px;
  border-radius: 49px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 24px;
  color: #8c8c8c;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  transition-property: color, background-color;
}
@media (max-width: 767px) {
  .custom-nav-tabs .custom-nav-btn {
    width: 50%;
    font-size: 16px;
    height: 40px;
  }
}
.custom-nav-tabs .custom-nav-btn:hover {
  color: #C51D38;
}
.custom-nav-tabs .custom-nav-btn.active {
  color: #fff;
  background-color: #C51D38;
}
.custom-nav-tabs .custom-nav-btn ~ .custom-nav-btn {
  margin-inline-start: 20px;
}

.packages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .packages-grid {
    grid-template-columns: 1fr;
  }
}

.package-item {
  background: linear-gradient(211.4deg, #343333 7.38%, #2d2d2d 100%);
  border-radius: 20px;
  padding: 27px 16px;
}
@media (max-width: 991px) {
  .package-item {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}
.package-item .package-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 7px;
}
.package-item .package-price {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.package-item .package-feats {
  margin: 0 0 24px;
}
.package-item .package-feats li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.package-item .package-feats li ~ li {
  margin-top: 18px;
}
.package-item .package-feats .bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-inline-end: 9px;
}
.package-item .package-feats p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.package-item .subscribe-btn {
  width: 100%;
}
.package-item .subscribe-btn:hover {
  background-color: #fff;
  color: #C51D38;
}
.package-item.best {
  background: linear-gradient(180deg, #2a2929 0%, #c51d38 0.01%, #721524 100%);
}
.package-item.best .subscribe-btn {
  background-color: #fff;
  color: #C51D38;
}
.package-item.best .subscribe-btn:hover {
  background-color: #C51D38;
  color: #fff;
}

.form-group {
  margin-bottom: 30px;
}

.custom-label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.input-icon {
  position: relative;
}
.input-icon .icon {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  stroke: #333;
  position: absolute;
  top: 0;
  inset-inline-start: 29px;
  transition: 0.3s ease-in-out;
  transition-property: stroke, fill;
}

.custom-input {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  transition: border-color 0.3s ease-in-out;
}
.custom-input::-moz-placeholder {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
}
.custom-input::placeholder {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
}
html[dir=rtl] .custom-input::-moz-placeholder {
  text-align: right;
}
html[dir=rtl] .custom-input::placeholder {
  text-align: right;
}
html[dir=ltr] .custom-input::-moz-placeholder {
  text-align: left;
}
html[dir=ltr] .custom-input::placeholder {
  text-align: left;
}
.custom-input:focus {
  border-color: #C51D38;
}
.custom-input:focus ~ .icon {
  fill: #C51D38;
  stroke: #C51D38;
}
.custom-input:is(textarea) {
  padding: 20px 15px;
  border-radius: 10px;
  height: 210px;
  resize: none;
}
html[dir=rtl] .input-icon .custom-input {
  padding-right: 60px;
  padding-left: 30px;
}
html[dir=ltr] .input-icon .custom-input {
  padding-right: 30px;
  padding-left: 60px;
}

.input-error {
  font-size: 14px;
  color: #f00;
}

.toggle-pass {
  position: absolute;
  top: 11px;
  inset-inline-end: 21px;
  stroke: #999999;
  cursor: pointer;
  transition: stroke 0.3s ease-in-out;
}
.toggle-pass:hover {
  stroke: #C51D38;
}

.form-submit {
  width: 100%;
}

.form-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-flex {
    flex-direction: column;
  }
}
.form-flex .input-icon {
  width: calc(100% - 209px);
  margin-inline-start: 9px;
}
@media (max-width: 767px) {
  .form-flex .input-icon {
    width: 100%;
    margin: 5px 0 0;
  }
}
.form-flex .custom-input.country-select {
  width: 200px;
}
@media (max-width: 767px) {
  .form-flex .custom-input.country-select {
    width: 100%;
  }
}

.select2-container .select2-selection {
  height: 52px;
  border-radius: 26px;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-inline-start: 20px;
  padding-inline-end: 12px;
}
html[dir=rtl] .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
}
html[dir=ltr] .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
}
.select2-container .select2-selection .select2-selection__arrow {
  position: static;
}
.select2-container .select2-selection .select2-selection__arrow:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTMgMUw3IDdMMSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvc3ZnPgogICAg");
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--open.select2-container--below .select2-selection, .select2-container.select2-container--open.select2-container--above .select2-selection {
  border-radius: 26px;
}
.select2-container .country-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0d0c0c;
  font-weight: 400;
}
.select2-container .country-item img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline-end: 6px;
}
.select2-container .select2-dropdown {
  border: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 11px;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  margin-top: -9px;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  margin-top: 9px;
}
.select2-container .select2-dropdown .select2-results__option {
  border-bottom: 0.5px solid #e9e9e9;
  font-size: 16px;
  color: #0d0c0c;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 47px;
}
.select2-container .select2-dropdown .select2-results__option:last-of-type {
  border: none;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #C51D38;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--selected .country-item {
  color: #C51D38;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: transparent;
  color: #0d0c0c;
}
.select2-container .select2-results > .select2-results__options::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
.select2-container .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 4px;
}

.form-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .form-line {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.custom-select {
  width: 570px;
}
@media (max-width: 767px) {
  .custom-select {
    width: 318px;
  }
}

.input-icon .select2-container .select2-selection {
  padding-inline-start: 60px;
}

.radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.custom-radio {
  cursor: pointer;
}
.custom-radio .custom-input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3a3a3;
  padding: 0 !important;
  transition: 0.3s ease-in-out;
  transition-property: color, border-color, background-color;
}
.custom-radio input {
  display: none;
}
.custom-radio input:hover ~ .custom-input {
  border-color: #C51D38;
  color: #C51D38;
}
.custom-radio input:checked ~ .custom-input {
  background-color: #C51D38;
  border-color: #C51D38;
  color: #fff;
}

.order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  padding: 20px 25px;
  transition: 0.3s ease-in-out;
  transition-property: box-shadow, transform;
}
.order-item ~ .order-item {
  margin-top: 30px;
}
.order-item .order-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.order-item .order-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.order-item .order-progress {
  margin-inline-start: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 38px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}
.order-item .order-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-bottom: 20px;
}
.order-item .order-time {
  display: flex;
  align-items: center;
}
.order-item .icon {
  margin-inline-end: 11px;
}
.order-item .date {
  font-size: 14px;
  font-weight: 400;
}
.order-item .start {
  color: #5c9330;
  margin-inline-end: 17px;
}
.order-item .end {
  color: #a11e1e;
}
.order-item .order-rest {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-inline-start: auto;
  margin-inline-end: 28px;
}
.order-item .rest-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /* margin-bottom: 15px; */
    background: #c51d38;
    padding: 10px 35px;
    box-shadow: 0px 4px 7px 0px rgba(197, 29, 56, 0.1803921569);
    border-radius: 22px;
}
.order-item .rest-value {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.order-item .arrow {
  stroke: #000;
}
.order-item.inProgress .order-progress,
.order-item.inProgress .rest-value {
  background-color: #e8f5e8;
  color: #4eab4c;
}
.order-item.finshed .order-progress,
.order-item.finshed .rest-value {
  background-color: #f0f0f0;
  color: #797979;
}
.order-item.inRed .order-progress,
.order-item.inRed .rest-value {
    background-color: #f5e8e8;
    color: #ab4c4c;
}
.order-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 767px) {
  .order-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
  }
  .order-item .order-main {
    margin-bottom: 20px;
  }
  .order-item .order-rest {
    margin: 0;
    flex-direction: row;
  }
  .order-item .rest-title {
    margin: 0;
    margin-inline-end: 10px;
  }
  .order-item .arrow {
    display: none;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.3s ease-in-out;
  padding: 18px 0 19px;
}
@media (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}

.logo {
  display: block;
  height: 93px;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .logo {
    margin-inline-end: auto;
    height: 75px;
  }
}
.logo img {
  max-width: none;
  width: auto;
  max-height: 100%;
}

@media (max-width: 991px) {
  .header-btn {
    font-size: 16px;
    width: 135px;
    height: 40px;
  }
}

.user-cont {
  position: relative;
}
.user-cont .user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 50px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 25px;
  stroke: #000;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.user-cont .user-btn .user-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.user-cont .user-btn .user-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-cont .user-btn .user-name {
  margin-inline-start: 7px;
  margin-inline-end: 13px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .user-cont .user-btn {
    font-size: 15px;
    width: 135px;
    height: 40px;
  }
  .user-cont .user-btn .user-img {
    width: 32px;
    height: 32px;
  }
  .user-cont .user-btn .user-name {
    margin-inline-start: 5px;
    margin-inline-end: 5px;
  }
  .user-cont .user-btn svg {
    width: 10px;
  }
}
.user-cont .user-list {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 11px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-property: visibility, opacity;
}
@media (max-width: 991px) {
  .user-cont .user-list {
    opacity: 1;
    visibility: visible;
    transition: none;
    display: none;
    z-index: 999;
  }
}
.user-cont .user-list li {
  border-bottom: 0.5px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 47px;
}
@media (max-width: 991px) {
  .user-cont .user-list li {
    padding: 0;
    justify-content: center;
    height: 40px;
  }
}
.user-cont .user-list li.logOut {
  justify-content: center;
  text-align: center;
  border: none;
  padding: 0;
}
.user-cont .user-list li.logOut a {
  color: #dd1515;
}
.user-cont .user-list a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease-in-out;
}
.user-cont .user-list a:hover {
  color: #C51D38;
}
@media (max-width: 991px) {
  .user-cont .user-list a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 991px) {
  .user-cont:hover .user-list {
    visibility: visible;
    opacity: 1;
  }
}

.menu-btn {
  display: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-inline-end: 20px;
}
.menu-btn .hamburger-lines {
  height: 14px;
  width: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-btn .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #222;
  transition: all 0.4s ease-in-out;
}
.menu-btn:hover .hamburger-lines .line {
  background-color: #C51D38;
}
@media (max-width: 991px) {
  .menu-btn {
    display: block;
  }
}

header {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header.fixed .header {
  padding: 10px 0;
}
@media (max-width: 991px) {
  header.fixed .header {
    padding: 5px 0;
  }
}
header.fixed .logo {
  height: 75px;
}
@media (max-width: 991px) {
  header.fixed .logo {
    height: 50px;
  }
}

body {
  padding-top: 130px;
}
@media (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}

.about-section {
  background-color: #fff;
  padding: 70px 0 87px;
  overflow: hidden;
}
.about-section .section-head {
  justify-content: flex-start;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .about-section .section-head {
    justify-content: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 55px 0 60px;
  }
}

.programs-section {
  background: linear-gradient(257.44deg, #333333 0%, #1d1b1b 100.77%);
  overflow: hidden;
  padding: 70px 0 76px;
}
.programs-section .section-head {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .programs-section .section-head {
    margin-bottom: 30px;
  }
}
.programs-section .section-title {
  color: #fff;
}
@media (max-width: 767px) {
  .programs-section {
    padding: 55px 0 50px;
  }
}

.blog-section {
  padding: 70px 0;
  background-color: #fff;
  overflow: hidden;
}
.blog-section .section-head {
  margin-bottom: 68px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-section .section-head {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.blog-section .section-title {
  color: #333;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 55px 0 50px;
  }
}

.packages-section {
  background: linear-gradient(257.44deg, #333333 0%, #1d1b1b 100.77%);
  padding: 73px 0 95px;
  position: relative;
  overflow: hidden;
}
.packages-section .pattern {
  position: absolute;
}
.packages-section .pattern.top {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .packages-section .pattern.top {
    display: none;
  }
}
.packages-section .pattern.bpttom {
  bottom: 0;
  right: 0;
}
.packages-section .section-head {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .packages-section .section-head {
    margin-bottom: 30px;
  }
}
.packages-section .section-title {
  color: #fff;
}
.packages-section .packages-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .packages-section {
    padding: 55px 0 70px;
  }
}

.banner-section {
  background: linear-gradient(180deg, #ffffff 0%, #ffdee3 100%);
  overflow: hidden;
}

.banner-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .banner-grid {
    display: block;
  }
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-text {
    align-items: center;
    text-align: center;
    padding-top: 40px;
  }
}

.banner-title {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  line-height: 1.5714;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner-btn {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}

.banner-img {
  padding-top: 47px;
}
@media (max-width: 1199px) {
  .banner-img {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .banner-img {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .banner-img {
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
  }
  .banner-img img {
    width: 350px;
    max-width: none;
  }
}

.auth-page {
  padding: 0;
}

.auth-section {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
.auth-section .pattern {
  position: fixed;
  top: 0;
}
.auth-section .pattern.first {
  right: 0;
}
.auth-section .pattern.second {
  left: 0;
}
@media (max-width: 991px) {
  .auth-section .pattern.second {
    display: none;
  }
}

.auth-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 570px;
  margin: auto;
  padding: 30px 0 50px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .auth-content {
    padding: 30px 0 70px;
  }
}
.auth-content.member-content {
  max-width: none;
}

.auth-logo {
  display: block;
  width: 146px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .auth-logo {
    width: 75px;
  }
}

.auth-title {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .auth-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.auth-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .auth-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.auth-form {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .auth-form {
    margin-bottom: 40px;
  }
}

.form-hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.hint-link {
  font-size: 16px;
  color: #C51D38;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.hint-link:hover {
  text-decoration: underline;
  color: #333;
}

.extrnal-link {
  font-size: 24px;
  font-weight: 400;
  color: #5a5a5a;
  margin-top: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .extrnal-link {
    font-size: 16px;
  }
}
.extrnal-link a {
  font-weight: 700;
  color: #C51D38;
  transition: color 0.3s ease-in-out;
}
.extrnal-link a:hover {
  text-decoration: underline;
  color: #333;
}

.member-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .member-items {
    flex-direction: column;
  }
}

.member-item {
  margin: 0 15px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 370px;
  height: 298px;
  border-radius: 20px;
  background-color: #f2f2f2;
  overflow: hidden;
  color: #333;
  transition: 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media (max-width: 767px) {
  .member-item {
    margin: 15px auto;
  }
}
.member-item img {
  max-width: 62%;
  max-height: 100%;
}
.member-item .member-title {
  height: 100%;
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}
.member-item:hover {
  color: #fff;
  background-color: #C51D38;
}

.modal-content {
  padding: 85px 15px 65px;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 30px 15px;
  }
}
.modal-content .modal-gif {
  width: 294px;
  margin: auto;
  margin-bottom: 15px;
}
.modal-content .modal-gif img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .modal-content .modal-gif {
    width: 100%;
    margin-bottom: 10px;
  }
}
.modal-content .auth-title {
  margin-bottom: 30px;
}
.modal-content .auth-subtitle {
  margin-bottom: 35px;
}
.modal-content .modal-btn {
  margin: auto;
  width: 100%;
  max-width: 338px;
}

.inner-page .about-section {
  background-color: #fff;
  padding: 0px 0 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-page .about-section {
    padding: 0 0 60px;
  }
}

.feats-section {
  background: linear-gradient(180deg, #ffffff 0%, #ffdee3 100%);
  overflow: hidden;
  padding: 70px 0 76px;
}
.feats-section .section-head {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .feats-section .section-head {
    margin-bottom: 30px;
  }
}
.feats-section .section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .feats-section {
    padding: 55px 0 50px;
  }
}

.feats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .feats-grid {
    grid-template-columns: 1fr;
  }
}

.feat-item {
  background-color: #2b2a2a;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 33px 19px 30px;
}
@media (max-width: 991px) {
  .feat-item {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .feat-item {
    padding: 20px 15px 15px;
    align-items: center;
    text-align: center;
  }
}
.feat-item .feat-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
.feat-item .feat-img {
  height: 55px;
  display: flex;
  align-items: center;
  margin-inline-end: 19px;
}
.feat-item .feat-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feat-item .feat-title {
    font-size: 22px;
  }
}
.feat-item .feat-desc {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .feat-item .feat-desc {
    font-size: 14px;
  }
}

.team-section {
  background: linear-gradient(180deg, #fff4f6 41.56%, #f8fbff 100%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0 102px;
}
.team-section .section-head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team-section .section-head {
    margin-bottom: 25px;
  }
}
.team-section .section-title {
  color: #0f0045;
}
@media (max-width: 767px) {
  .team-section {
    padding: 55px 0 60px;
  }
}

@media (max-width: 767px) {
  .team-member {
    width: 100%;
    max-width: 287px;
    margin: auto;
  }
}
.team-member .member-img {
  padding-top: 94.7735191638%;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-member .member-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member .member-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f0045;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .team-member .member-name {
    text-align: center;
  }
}
.team-member .member-postion {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .team-member .member-postion {
    text-align: center;
  }
}
.team-member .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .team-member .socials {
    justify-content: center;
  }
}
.team-member .socials a ~ a {
  margin-inline-start: 5px;
}

.blog-page {
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 129px;
}
@media (max-width: 767px) {
  .blog-page {
    padding: 0px 0 70px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media (max-width: 1199px) {
  .blog-grid {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.single-section {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .single-section {
    padding: 0 0 60px;
  }
}
.single-section .single-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 35px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .single-section .single-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .single-section .single-title br {
    display: none;
  }
}
.single-section .single-date {
  font-size: 20px;
  font-weight: 400;
  color: #636363;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .single-section .single-date {
    margin-bottom: 35px;
  }
}
.single-section .main-img {
  display: block;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .single-section .main-img {
    margin-bottom: 35px;
  }
}
.single-section .main-img img {
  width: 100%;
}
.single-section .blog-desc {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .single-section .blog-desc {
    margin-bottom: 35px;
  }
}
.single-section .blog-desc p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 2.37;
  margin-bottom: 20px;
}
.single-section .blog-desc p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-section .blog-desc p {
    font-size: 14px;
  }
}
.single-section .blog-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 991px) {
  .single-section .blog-imgs {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.single-section .extra-img {
  display: block;
}
.single-section .extra-img img {
  width: 100%;
}

.packages-page {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.packages-page .pattern {
  position: absolute;
}
.packages-page .pattern.top {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .packages-page .pattern.top {
    display: none;
  }
}
.packages-page .pattern.bpttom {
  bottom: 0;
  right: 0;
}

.inner-packges {
  position: relative;
  padding: 0 0 100px;
  overflow: hidden;
  z-index: 3;
}
.inner-packges .custom-nav-tabs {
  background: linear-gradient(211.4deg, #f1f1f1 7.38%, #e9e9e9 100%);
}
.inner-packges .package-item {
  background: linear-gradient(211.4deg, #ffffff 7.38%, #ded7d7 100%);
}
.inner-packges .package-item .package-title {
  color: #333;
}
.inner-packges .package-item .package-price {
  color: #333;
}
.inner-packges .package-item .package-feats .bullet {
  background-color: rgba(197, 29, 56, 0.1);
}
.inner-packges .package-item .package-feats .bullet img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(4270%) hue-rotate(343deg) brightness(81%) contrast(88%);
}
.inner-packges .package-item .package-feats p {
  color: #333;
}
.inner-packges .package-item.best {
  background: linear-gradient(180deg, #2a2929 0%, #c51d38 0.01%, #721524 100%);
}
.inner-packges .package-item.best .package-title {
  color: #fff;
}
.inner-packges .package-item.best .package-price {
  color: #fff;
}
.inner-packges .package-item.best .package-feats .bullet {
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-packges .package-item.best .package-feats .bullet img {
  filter: none;
}
.inner-packges .package-item.best .package-feats p {
  color: #fff;
}

.contact-page {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.contact-page .pattern {
  position: absolute;
}
.contact-page .pattern.top {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contact-page .pattern.top {
    display: none;
  }
}
.contact-page .pattern.bpttom {
  bottom: 0;
  right: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 90px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 0 0 70px;
  }
}

.contact-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .contact-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-subtitle {
    text-align: center;
  }
}

.contact-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-content {
    display: block;
  }
}

.contact-form {
  width: 670px;
  flex-shrink: 0;
  background: linear-gradient(211.4deg, #f7f7f7 7.38%, #f5f5f5 100%);
  border-radius: 20px;
  padding: 50px 28px 67px;
}
@media (max-width: 1199px) {
  .contact-form {
    width: 60%;
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .contact-form {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact-submit {
  width: 100%;
  max-width: 338px;
  margin: auto;
}

.contact-methods {
  padding: 40px;
  width: 100%;
  background-color: #333;
  border-end-end-radius: 20px;
  border-start-end-radius: 20px;
}
.contact-methods .contact-subtitle {
  color: #fff;
}
@media (max-width: 1199px) {
  .contact-methods {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .contact-methods {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contact-methods {
    padding: 25px 10px;
  }
}

.contact-method {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  font-family: "en";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.contact-method span {
  direction: ltr;
}
.contact-method ~ .contact-method {
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .contact-method ~ .contact-method {
    margin-top: 20px;
  }
}
.contact-method .method-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434343;
  margin-inline-end: 16px;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-method .method-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
  }
  .contact-method .method-icon img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .contact-method .method-icon {
    margin-inline-end: 5px;
    width: 35px;
    height: 35px;
  }
}
.contact-method:hover {
  color: #C51D38;
}
.contact-method:hover .method-icon {
  background-color: #C51D38;
}
@media (max-width: 991px) {
  .contact-method {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .contact-method {
    font-size: 14px;
    margin-inline: 0;
  }
}

.jobs-section {
  background-color: #f5f5f5;
  padding: 70px 0 77px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jobs-section {
    padding: 40px 0 60px;
  }
}
.jobs-section .section-head {
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .jobs-section .section-head {
    margin-bottom: 40px;
  }
}
.jobs-section .section-title {
  color: #333;
}

.jobs-form {
  width: 613px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .jobs-form {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .jobs-form {
    width: 100%;
  }
}

.contact-img {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media (max-width: 1199px) {
  .contact-img {
    inset-inline-start: calc(50% + 30px);
    inset-inline-end: unset;
  }
}
@media (max-width: 991px) {
  .contact-img {
    display: none;
  }
}

.account-page {
  background-color: #fff;
}

.account-section {
  padding: 0 0 95px;
}
@media (max-width: 991px) {
  .account-section {
    padding: 0 0 70px;
  }
}

.account-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  align-items: flex-start;
}
.account-content aside {
  position: sticky;
  top: 100px;
}
@media (max-width: 1199px) {
  .account-content {
    display: block;
  }
  .account-content aside {
    display: none;
  }
}

.account-side {
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  padding: 30px 0 0;
}
.account-side li {
  padding: 0 12px;
}
.account-side li ~ li {
  margin-top: 24px;
}
.account-side a {
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  fill: #000;
  stroke: #000;
  padding: 13px 25px;
  transition: 0.3s ease-in-out;
  transition-property: stroke, fill, color;
}
.account-side a .side-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25px;
  margin-inline-end: 7px;
}
.account-side a .side-icon .path-line {
  stroke: #fff;
  transition: stroke 0.3s ease-in-out;
}
.account-side a:hover {
  color: #C51D38;
  fill: #C51D38;
  stroke: #C51D38;
}
.account-side a.active {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  font-weight: 700;
  background-color: #C51D38;
  box-shadow: 0px 4px 7px 0px rgba(197, 29, 56, 0.1803921569);
}
.account-side a.active .path-line {
  stroke: #C51D38;
}
.account-side li:last-of-type {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dcdcdc;
}
.account-side li:last-of-type a {
  justify-content: center;
  color: #C51D38;
  height: auto;
}

.profile-submit {
  width: 100%;
  max-width: 338px;
  margin: auto;
}

/* order */
.order-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .order-headline {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .order-headline .headline-start {
    width: 100%;
  }
}
.order-headline .order-head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order-headline .order-head {
    width: 100%;
    justify-content: space-between;
  }
}
.order-headline .order-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.order-headline .order-progress {
  margin-inline-start: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 38px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}
.order-headline .payment-method {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-bottom: 20px;
}
.order-headline .order-rest {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .order-headline .order-rest {
    flex-direction: row;
    justify-content: center;
    text-align: start;
  }
}
.order-headline .rest-title {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .order-headline .rest-title {
    margin: 0;
    margin-inline-end: 10px;
  }
}
.order-headline .rest-value {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.order-headline.inProgress .order-progress,
.order-headline.inProgress .rest-value {
  background-color: #e8f5e8;
  color: #4eab4c;
}
.order-headline.finshed .order-progress,
.order-headline.finshed .rest-value {
  background-color: #f0f0f0;
  color: #797979;
}

.order-blocks {
  display: grid;
  grid-template-columns: 20000fr 16299fr;
  gap: 40px 31px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .order-blocks {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.order-blocks .teacher-info {
  order: 1;
}
.order-blocks .time-info {
  order: 2;
}
@media (max-width: 991px) {
  .order-blocks .time-info {
    order: 3;
  }
}
.order-blocks .student-info {
  order: 3;
}
@media (max-width: 991px) {
  .order-blocks .student-info {
    order: 2;
  }
}
.order-blocks .price-info {
  order: 4;
}

.block-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}

.order-block {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f6f6f6;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-block.user-block {
  padding: 13px 25px;
}
.order-block.time-block {
  padding: 13px 27px;
  position: relative;
}
.order-block.time-block:after {
  content: "";
  height: 1px;
  border-top: 1px dashed #a3a3a3;
  position: absolute;
  top: 31.5px;
  left: 30px;
  right: 30px;
}
.order-block.price-block {
  background: linear-gradient(180deg, #2a2929 0%, #c51d38 0.01%, #721524 100%);
  padding: 13px 33px;
}
.order-block .user-img {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .order-block .user-img {
    width: 75px;
    height: 75px;
  }
}
.order-block .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-block .user-text {
  margin-inline-end: auto;
  margin-inline-start: 30px;
}
@media (max-width: 767px) {
  .order-block .user-text {
    margin-inline-start: 15px;
  }
}
.order-block .user-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.order-block .user-info {
  font-size: 18px;
  color: #525252;
  font-weight: 500;
  display: block;
  margin: 7px 0 0;
}
.order-block .user-tel {
  direction: ltr;
}
html[dir=rtl] .order-block .user-tel {
  text-align: right;
}
html[dir=ltr] .order-block .user-tel {
  text-align: left;
}
.order-block .teacher-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.order-block .teacher-rate .icon {
  margin-bottom: 7px;
}
.order-block .teacher-rate .value {
  font-size: 16px;
  font-weight: 500;
  color: #dfc228;
}
.order-block .time {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857;
  position: relative;
  z-index: 2;
}
.order-block .time .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
  background-color: #f6f6f6;
}
.order-block .time.start {
  color: #5c9330;
  align-items: flex-start;
}
.order-block .time.start .circle {
  border: 1px dashed #a3a3a3;
}
.order-block .time.end {
  align-items: flex-end;
  color: #a11e1e;
}
.order-block .time.end .circle {
  background-color: #a11e1e;
}
.order-block .price-text {
  color: #fff;
}
.order-block .price-title {
  font-size: 30px;
  line-height: 0.5;
  font-weight: 700;
  margin-bottom: 30px;
}
.order-block .price-value {
  font-size: 26px;
  line-height: 0.5;
  font-weight: 700;
  margin-bottom: 0;
}

/*chidren*/
.children-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .children-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.child-block {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f6f6f6;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 25px;
}
.child-block .child-img {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .child-block .child-img {
    width: 75px;
    height: 75px;
  }
}
.child-block .child-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.child-block .child-text {
  margin-inline-end: auto;
  margin-inline-start: 30px;
}
@media (max-width: 767px) {
  .child-block .child-text {
    margin-inline-start: 15px;
  }
}
.child-block .child-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.child-block .child-info {
  font-size: 18px;
  color: #525252;
  font-weight: 500;
  display: block;
  margin: 7px 0 0;
}
.child-block .child-tel {
  direction: ltr;
}
html[dir=rtl] .child-block .child-tel {
  text-align: right;
}
html[dir=ltr] .child-block .child-tel {
  text-align: left;
}
.child-block .child-tools {
  display: flex;
  flex-direction: column;
}
.child-block .tool {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transition-property: background-color, color;
}
.child-block .tool ~ .tool {
  margin-top: 10px;
}
.child-block .tool.edit {
  background-color: #d9d9d9;
  stroke: #333;
}
.child-block .tool.delete {
  background-color: #ffdfe4;
  stroke: #C51D38;
}
.child-block .tool:hover {
  background-color: #C51D38;
  stroke: #fff;
}

.modal-add .modal-content {
  padding: 50px 15px;
}
@media (max-width: 767px) {
  .modal-add .modal-content {
    padding: 30px 15px;
    width: 350px;
    max-width: 100%;
    margin: auto;
  }
  .modal-add .modal-content .country-select {
    width: 318px;
  }
}
.modal-add .add-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
}
.modal-add .add-form {
  width: 100%;
  max-width: 570px;
  margin: auto;
}

.booking-section {
  padding-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
}

.steps-nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .steps-nav {
    margin-bottom: 40px;
    overflow-x: auto;
  }
}
.steps-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 500;
  color: #7d7d7d;
  position: relative;
  z-index: 3;
  background-color: #fff;
  white-space: nowrap;
  pointer-events: none;
  transition: color 0.3s ease-in-out;
}
.steps-nav a .number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
  margin-inline-end: 12px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  transition-property: background-color, border-color, color;
}
.steps-nav li {
  position: relative;
}
.steps-nav li ~ li::before, .steps-nav li ~ li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 100%;
  width: 100px;
  border-top: 1px dashed #b7b7b7;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.steps-nav li ~ li:after {
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #C51D38;
}
@media (max-width: 991px) {
  .steps-nav li ~ li {
    margin-inline-start: 50px;
  }
}
.steps-nav li.current::after, .steps-nav li.checked::after {
  opacity: 1;
  visibility: visible;
}
.steps-nav li.current::before, .steps-nav li.checked::before {
  visibility: hidden;
  opacity: 0;
}
.steps-nav li.current a, .steps-nav li.checked a {
  color: #000;
  pointer-events: unset;
}
.steps-nav li.current a .number, .steps-nav li.checked a .number {
  background-color: #C51D38;
  border-color: #C51D38;
  color: #fff;
}
@media (max-width: 767px) {
  .steps-nav {
    display: none;
  }
}

.booking-btn {
  width: 100%;
  max-width: 338px;
  margin: auto;
}
.booking-btn.disabled {
  background-color: #cacaca;
  color: #757575;
  box-shadow: none;
  pointer-events: none;
}
.booking-btn.finish-btn {
  margin-inline-start: 0;
}

.step-content {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .step-content {
    margin-bottom: 50px;
  }
  .step-content .custom-select {
    width: 100%;
  }
}
.step-content.checkout {
  margin: 0;
}
.step-content.add-child {
  margin: 0;
}
.step-content.add-child .add-form {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 60px;
}

.choose-plan .radios {
  gap: 30px;
}
@media (max-width: 991px) {
  .choose-plan .radios {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}
.choose-plan .custom-radio {
  position: relative;
  cursor: pointer;
}
.choose-plan .plan-desc {
  background: linear-gradient(211.4deg, #343333 7.38%, #2d2d2d 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 23px 23px;
  position: relative;
  transform: perspective(1px);
}
.choose-plan .plan-desc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 125%;
  height: 125%;
  background: linear-gradient(180deg, #2a2929 0%, #c51d38 0.01%, #721524 100%);
  transform: skewY(20deg);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity, visibility;
}
.choose-plan .plan-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.choose-plan .plan-price {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.choose-plan .plan-feats {
  margin: 0;
}
.choose-plan .plan-feat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.choose-plan .plan-feat ~ .plan-feat {
  margin-top: 18px;
}
.choose-plan .bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-inline-end: 9px;
}
.choose-plan input {
  display: none;
}
.choose-plan input:checked ~ .plan-desc:after {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.step-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 0 25px;
}

.addChild-btn {
  width: 100%;
  max-width: 770px;
  height: 212px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #acacac;
  background-color: #f6f6f6;
  margin: auto;
  stroke: #C51D38;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.addChild-btn .add-icon {
  margin-bottom: 20px;
}

.children-radios {
  width: 100%;
  max-width: 770px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .children-radios {
    grid-template-columns: 1fr;
  }
}
.children-radios .custom-radio .child-block {
  border: 1px solid transparent;
  padding: 12px 24px;
  transition: border-color 0.3s ease-in-out;
}
.children-radios .custom-radio input:checked ~ .child-block {
  border-color: #C51D38;
}

.btns-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 705px;
  margin: auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .btns-flex {
    flex-direction: column;
    gap: 15px;
  }
}

.main-info-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main-info-blocks {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}

.subject-radios {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .subject-radios {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .subject-radios {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .subject-radios {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subject-radios .custom-radio .subject-item {
  padding: 15px 5px 18px;
  background-color: #f4f4f4;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  transition: border-color 0.3s ease-in-out;
}
.subject-radios .custom-radio .subject-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 17px;
}
.subject-radios .custom-radio .subject-icon img {
  width: auto;
  max-width: 100%;
}
.subject-radios .custom-radio .subject-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.subject-radios .custom-radio input:checked ~ .subject-item {
  border-color: #C51D38;
}

.radios-head {
  margin-bottom: 20px;
}
.radios-head .block-title {
  margin-bottom: 17px;
}

.block-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #7d7d7d;
  margin: 0;
}

.time-radios {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .time-radios {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .time-radios {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .time-radios {
    grid-template-columns: repeat(2, 1fr);
  }
}
.time-radios .custom-radio .time-item {
  padding: 15px 15px 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  transition: border-color 0.3s ease-in-out;
}
.time-radios .custom-radio .time-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 10px;
}
.time-radios .custom-radio .time-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.time-radios .custom-radio .time-text img {
  margin-inline-end: 5px;
}
@media (max-width: 767px) {
  .time-radios .custom-radio .time-text img {
    display: none;
  }
}
.time-radios .custom-radio .time-text ~ .time-text {
  margin-top: 20px;
}
.time-radios .custom-radio input:checked ~ .time-item {
  border-color: #C51D38;
}

.green-hint {
  font-size: 18px;
  font-weight: 500;
  color: #1dc556;
  margin: 30px 0 0;
}

.checkout-content {
  width: 100%;
  max-width: 970px;
  margin: auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .checkout-content {
    flex-direction: column-reverse;
  }
}

.checkout-form {
  width: 100%;
  max-width: 570px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .checkout-form {
    max-width: none;
  }
}

.payments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .payments {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.payments input:checked ~ .payment-method {
  background-color: #fff5f6;
  border: 1px solid #C51D38;
}

.payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  transition: 0.3s ease-in-out;
  transition-property: border-color, background-color;
}
.payment-method .payment-img {
  margin-inline-end: 8px;
}
.payment-method .payment-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.checkout-invoice {
  width: 100%;
}

.price-table {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
}
.price-table .price-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  padding: 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.price-table .price-item span {
  color: #7d7d7d;
}
.price-table .price-item strong {
  font-weight: 600;
  color: #000;
}
.price-table .price-item:last-of-type {
  border: none;
}
.price-table .price-item:last-of-type span {
  font-weight: 600;
  color: #C51D38;
}
.price-table .price-item:last-of-type strong {
  color: #C51D38;
}

.success-content .success-gif {
  width: 294px;
  margin: auto;
  margin-bottom: 15px;
}
.success-content .success-gif img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .success-content .success-gif {
    width: 100%;
    margin-bottom: 10px;
  }
}

footer {
  background: linear-gradient(257.44deg, #333333 0%, #1d1b1b 100.77%);
  position: relative;
  overflow: hidden;
}
footer .pattern {
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  padding: 41px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer-logo {
  width: 137px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
}

.footer-desc {
  font-size: 16px;
  color: #fff;
  width: 100%;
  max-width: 570px;
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .footer-desc {
    margin-bottom: 20px;
  }
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-list {
    flex-direction: column;
  }
}
.footer-list li ~ li {
  margin-inline-start: 66px;
}
@media (max-width: 767px) {
  .footer-list li ~ li {
    margin: 10px 0 0;
  }
}
.footer-list a {
  font-size: 20px;
  font-weight: 600;
  color: #777777;
  transition: color 0.3s ease-in-out;
}
.footer-list a:hover {
  color: #C51D38;
}

.copyright {
  width: 100%;
  background: #303030;
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 18px 15px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0;
  z-index: 998;
  display: block;
  display: none;
}
.menu-overlay.active {
  opacity: 0.98;
}

.header-nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.header-nav-head .nav-logo {
  height: 60px;
}
.header-nav-head .nav-logo img {
  max-height: 100%;
}
.header-nav-head .menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #777777;
  text-decoration: none;
  transform: rotate(45deg);
  transition: clor 0.3s ease-in-out;
}
.header-nav-head .menu-close svg {
  width: 18px;
  height: 15px;
}
.header-nav-head .menu-close:hover {
  fill: #C51D38;
}

@media (max-width: 991px) {
  .header-navbar {
    display: block;
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    bottom: 0;
    background: linear-gradient(180deg, #f1f1f1 0%, #f5f5f5 100%);
    border: none;
    z-index: 999;
    width: 280px;
    max-width: 90%;
    overflow-y: auto;
    height: auto;
    transition: all 0.5s ease-in-out;
  }
  .header-navbar.active {
    inset-inline-start: 0;
  }
  .header-nav-head {
    display: flex;
  }
  .header-list {
    display: block;
    padding: 20px 0;
    margin: 15px 10px;
    min-height: calc(100% - 100px);
    background-color: #fff;
  }
  .header-list li {
    margin: 0;
    padding: 15px 20px;
  }
  .header-list li ~ li {
    margin-inline-start: 0;
  }
  .header-list a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
  }
  .header-list a:after {
    display: none;
  }
  .header-list a.active {
    color: #C51D38;
    font-weight: 600;
  }
  .header-list a.active:after {
    display: none;
  }
  .header-list a:hover {
    color: #C51D38;
  }
}
.teachers-content {
  padding-top: 70px;
  display: none;
}
@media (max-width: 767px) {
  .teachers-content {
    margin-bottom: 50px;
  }
}

.teachers-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .teachers-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.teachers-radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .teachers-radios {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .teachers-radios {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .teachers-radios {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.teacher-item {
  border: 1px solid transparent;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.0509803922);
  transition: border-color 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .teacher-item {
    width: 100%;
    max-width: 267px;
    margin: auto;
  }
}
.teacher-item .teacher-img {
  aspect-ratio: 270/188;
}
.teacher-item .teacher-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher-item .teacher-text {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px 24px;
  padding-inline-end: 21px;
}
@media (max-width: 1199px) {
  .teacher-item .teacher-text {
    padding: 15px 10px;
  }
}
.teacher-item .teacher-name-rate {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.teacher-item .teacher-name {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-inline-end: 5px;
}
@media (max-width: 767px) {
  .teacher-item .teacher-name {
    font-size: 16px;
  }
}
.teacher-item .teacher-rate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher-item .teacher-rate .value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #dfc228;
  margin-inline-start: 3px;
  margin-top: 3px;
}
.teacher-item .teacher-rate .icon {
  display: flex;
  align-items: center;
}
.teacher-item .teacher-classes {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  display: block;
}
.teacher-item .teacher-view {
  stroke: #333;
  transition: all 0.3s ease-in-out;
}
.teacher-item .teacher-view:hover {
  stroke: #C51D38;
}

.custom-radio input:checked ~ .teacher-item {
  border-color: #C51D38;
}/*# sourceMappingURL=main.css.map */
