html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
    font-family: 'Mulish', sans-serif !important;
  background: #f3f1ed;
  overflow-x: hidden;
}

.body-overflow {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

p a{
    display: contents;
    color: #9a865a;
}
* {
    font-family: 'Mulish', sans-serif !important;
}

.container {
  padding: 0 1.6rem;
  max-width: 126.4rem;
  margin: 0 auto;
}

.container-second {
  padding: 0 1.6rem;
  max-width: 130.8rem;
  margin: 0 auto;
}
.miniContainer {
  padding: 0 1.6rem;
  max-width: 103.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.4rem;
}

@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-4 {
    grid-column: span 4;
  }

  .sm-8 {
    grid-column: span 8;
  }
  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second,
  .miniContainer {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .breadcrumb a {
    display: none !important;
  }
  .breadcrumb {
    padding: 0 !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input::placeholder,
    textarea::placeholder,
    select::placeholder {
      color: #121212;
    } */

input,
textarea,
select {
  color: #444;
  background-color: transparent;
}

ul {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
    font-family: 'Mulish', sans-serif !important;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}
.headerTopInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTopLeft {
  display: flex;
  align-items: center;
}
.headerTopLeftInner {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #000000;
  display: flex;
  align-items: center;
  border-right: 0.1rem solid #d8dae3;
  padding-right: 2.4rem;
  margin-right: 2.4rem;
}

.headerTopLeftInner svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.6rem;
}
.headerTopLeftInner span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.headerTop {
  border-bottom: 0.1rem solid #e6e8ed;
  padding: 1.2rem 0;
}
.headerTopLeftInner:last-child {
  margin-right: 0;
  border-right: none;
  margin: 0;
  padding: 0;
}
.headerTopRightSocial {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.6rem;
  border-right: 0.1rem solid #e6e8ed;
  padding-right: 2.4rem;
}
.lang a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #4d4d6c;
  opacity: 0.5;
  text-transform: uppercase;
  position: relative;
  transition: .3s;
}

.lang a:hover {
    opacity: 1;
}
.lang a:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
}
.lang a:first-child:after {
  content: "";
  position: absolute;
  left: 80%;
  height: 100%;
  height: 0.1rem;
  background-color: #bcb8b8;
  width: 0.8rem;
  top: 1rem;
}
.headerTopRightSocial a {
  border: 0.1rem solid #d0d2db;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
}
.headerTopRightSocial a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.headerTopRightSocial a svg g{
    transition: .3s;
}
.headerTopRightSocial a:hover svg g{
    opacity: 1;
}
.headerTopRight {
  display: flex;
  align-items: center;
}
.headerMiddle {
  padding: 1.2rem 0;
}
.logo img {
  height: 8.5rem;
}
.headerMiddleInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMiddleInner ul {
  display: flex;
  align-items: center;
}

.headerMiddleInner ul li {
  margin-right: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: -2rem;
}
.headerMiddleInner ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: -0.0108em;
  color: #252525;
  display: flex;
  align-items: center;
  transition: .4s;
}
.headerMiddleInner ul li a:hover{
    color: #9a865a;
}
.headerMiddleInner ul li a svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.3rem;
}
.headerMiddleRight {
  display: flex;
  align-items: center;
}
.callNumber {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.02em;
  color: #9a865a;
  display: flex;
  align-items: center;
}

.callNumber span {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.02em;
  color: #9a865a;
  display: block;
  margin-right: 0.3rem;
}
.headerMiddleRight .callNumber {
  padding-right: 2.2rem;
  border-right: 0.07rem solid #e6e8ed;
}

.call-option:not(.open):hover a {
  background-color: #9d1616;
}
.call-option  svg{
  width: 2.4rem;
  height: 2.4rem
}
.call-option .close svg{
  width: 1.6rem;
  height: 1.6rem;
}

.call-option a {
  position: fixed;
  bottom: 3.2rem;
  right: 3.2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #302A1C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: 0.3s ease-in-out;
  transition-property: transform, background-color;
  pointer-events: none;
  border: .1rem solid transparent;

}

.call-option a:hover {
  background-color:#302A1C;
}

.call-option .phone {
  padding-right: .2rem;
}

.call-option .close {
  pointer-events: all;
    transition: 0.3s ease-in-out;

}

.call-option.open a {
  pointer-events: all;
    transition: 0.3s ease-in-out;

}

.call-option.open a:not(.close) {
  background-color: #302A1C;
}

.call-option.open a:not(.close):hover {
  background-color: #371C1C;
border: .1rem solid #fff;
}

.call-option.open a:nth-child(3) {
  transform: translateY(-7.8rem);
}

.call-option.open a:nth-child(2) {
  transform: translateY(-15rem);
}
.headerMiddleRightButtons {
  display: flex;
  align-items: center;
}
.headerMiddleRightButtons a {
  margin: 0 2.4rem;
}
.headerMiddleRightButtons a svg {
  width: 2.8rem;
  height: 2.8rem;
}

.headerMiddleRightButtons button {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 7rem;
  height: 6.4rem;
  border: 0.1rem solid #312b1e;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallpSection .swiper .wallpSectionCard {
  height: 65rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.wallpSectionCard {
  position: relative;
  background-repeat: no-repeat;
  /* border-top-left-radius: 5rem;
  border-top-right-radius: 5rem; */
  /*background: linear-gradient(89.49deg, #9a8658 38.81%, #988760 99.88%);*/
}
/*.wallpSectionCard::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -10rem;*/
/*  top: 2rem;*/
/*  width: 62.8rem;*/
/*  height: 62.8rem;*/
/*  background: #917f55;*/
/*  mix-blend-mode: normal;*/
/*  border-radius: 50%;*/
/*}*/
/*.wallpSectionCard::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 9.6rem;*/
/*  top: 2rem;*/
/*  width: 62.8rem;*/
/*  height: 62.8rem;*/
/*  background: #a38f5e;*/
/*  mix-blend-mode: normal;*/
/*  border-radius: 50%;*/
/*}*/
.wallpSection .swiper-pagination-bullet {
  height: 0.8rem;
  width: 2.4rem;
  border-radius: 1rem;
  background-color: #fff;
  opacity: 1;
}

.wallpSection .swiper-pagination-bullet-active {
  width: 7.4rem;
}

.wallpSection .swiper-pagination {
  bottom: 3.6rem !important;
}
.wallpSectionCard .container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  width: -webkit-fill-available;
  z-index: 2;
}
.wallpSectionCard .container .row {
  width: 100%;
  height: 100%;
}
.img {
  width: 50%;
  /* height: 100%; */
  position: absolute;
  bottom: 3rem;
  right: 0%;
}

.img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.logoWallp {
  height: 4.6rem;
  position: absolute;
  right: 0;
  top: 7.2rem;
}
.logoWallp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.wallpSectionCardRight {
  position: relative;
  height: 100%;
}
.wallpSectionInner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wallpSectionInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 102%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.wallpSectionInner h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 114%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 3.4rem;
    width: 70%;

}
.whiteButton {
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #705d31;
  background: #ffffff;
  border: 0.1rem solid #a36c00;
  border-radius: 3rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem;
  justify-content: center;
}
.homePageAbout {
  padding: 9rem 0;
  background: #fbf9f7;
}
.homePageAboutInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.homePageAboutInner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.4rem;
}


.homePageAboutInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 152.5% !important;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 2.4rem;
  width: 85%;
}

.moreButton {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.1rem;
  text-align: left;
  letter-spacing: -0.02em;
  color: #9a865a;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: none;
  border: none;
}
.moreButton img {
  transform: rotate(-90deg);
  margin-left: 1.6rem;
  width: 2rem;
  height: 2rem;
}
.homePageAboutImg {
  height: 54rem;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}

.homePageAboutImg img {
  height: 100%;
  border-radius: 3rem;
  object-fit: cover;
  width: 100%;
}
.playButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  width: 9.6rem;
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.playButton img {
  width: 5.4rem;
  height: 5.4rem;
}
.homePagePrograms {
  padding: 4.4rem 0 8.4rem;
  background-color: #f3f1ed;
}
.homePageProgramsHeader h3,
.homePageProgramsHeader h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
}
.homePageProgramsHeader p {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #5e5e5e;
  opacity: 0.6;
}
.homePageProgramsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.programsCard {
  height: 30rem;
  border-radius: 1.5rem;
  margin-bottom: 1.6rem;
}
.xl-6:nth-child(1) .programsCard,
.xl-4:nth-child(1) .programsCard {
  background: #4a48e4;
}
.xl-6:nth-child(2) .programsCard,
.xl-4:nth-child(2) .programsCard {
  background: #fe6c1a;
}
.xl-6:nth-child(3) .programsCard,
.xl-4:nth-child(3) .programsCard {
  background: #eb9b00;
}
.xl-6:nth-child(4) .programsCard,
.xl-4:nth-child(4) .programsCard {
  background: #333333;
}
.programsCardLarge {
  background: #09aeaa;
  border: 0.4rem solid #0abab5;
  border-radius: 1.5rem;
  height: 97%;
}
.programsCardInner {
  padding: 4.2rem 3.2rem 3.2rem;
}
.programsCardInner img {
  width: 12.4rem;
  height: 12.4rem;
  margin-bottom: 4.4rem;
}
.programsCard .moreButton {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.programsCard .moreButton {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.programsCard h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.programsCard .moreButton img {
  transform: rotate(0deg);
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
.programsCardLargeInner {
  padding: 2.6rem 4.2rem 0;
}
.programsCardLargeInner h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 2.6rem;
}
.programsCardLargeInner h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.programsCardLargeInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 3.2rem;
}
.programsCardLargeContent p {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border-bottom: 0.1rem solid #09a9a5;
  padding-bottom: 1.2rem;
  margin-bottom: 2.6rem;
}
.programsCardLargeContent p:last-child {
  border-bottom: none;
}
.homePagePrograms .swiper {
  height: 100%;
  padding-bottom: 2.4rem;
}
.programsSwiper .swiper-pagination .swiper-pagination-bullet,
.honorsGrid .swiper-pagination .swiper-pagination-bullet,
.successStorySwiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.4rem;
  width: 2.4rem;
  background-color: #e8e4da;
  border-radius: 0.3rem;
  opacity: 1;
}
.programsSwiper .swiper-pagination .swiper-pagination-bullet-active,
.honorsGrid .swiper-pagination .swiper-pagination-bullet-active,
.successStorySwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 6.8rem;
  background-color: #9a865a;
}
.homePageOurCourses {
  padding: 10rem 0;
  background: #fbf9f7;
}
.ourCoursesCard {
  border-radius: 1.2rem;
  position: relative;
  height: 41.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-right: 0.6rem;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 0.2rem solid #cbd4dc;
}
.ourCoursesCard h5 {
  position: absolute;
  left: 4.2rem;
  top: 5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  color: #161616;
}
.ourCoursesCard .imgContainer {
  width: 31.1rem;
  height: 31.1rem;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.ourCoursesCard .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: -0.5rem;
}

.homePageStatistics {
  padding: 4.2rem 0 6.4rem;
  background-color: #fefbf5;
}
.homePageStatistics .Img img {
  width: 100%;
  height: 45.2rem;
  object-fit: contain;
}
.statisticsCard {
  margin-bottom: 6.4rem;
}
.statisticsCard h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #080707;
  margin-bottom: 0.4rem;
}
.statisticsCardParent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.statisticsCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 113%;
  letter-spacing: -0.01em;
  color: #080707;
  opacity: 0.8;
  width: 70%;
}
.statisticsCardParent {
  position: relative;
  height: 100%;
}
.statisticsCardParent::after,
.statisticsCardParent::before {
  position: absolute;
  content: "";
  top: -50%;
  bottom: 0;
  left: 0;
  right: 15%;
  margin: auto;
  height: 8.8rem;
  background-color: #dbd6d6;
  width: 0.1rem;
}
.statisticsCardParent::before {
  bottom: -30%;
  top: 0;
}
.honorsGrid.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}
.statisticsCardParent .xl-6:nth-child(3) .statisticsCard,
.statisticsCardParent .xl-6:nth-child(4) .statisticsCard {
  margin-bottom: 0;
}

.honorsGrid .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.honorsGrid .swiper-wrapper {
  flex-direction: row !important;
}
.honorCard {
  border: 0.1rem solid #dbd5c8;
  border-radius: 1.5rem;
  width: 100%;
  height: 12.2rem;
}
.honorCardInner img {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 0.6rem;
}
.honorCardInner {
  padding: 1.8rem 4.8rem 2.2rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honorCardInnerTitle h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #1d1c1c;
  margin-bottom: 0.2rem;
  text-align: left;
}
.honorCardInnerTitle p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #949494;
  text-align: left;
}
.honorCardInnerleft {
  display: flex;
  align-items: center;
}
.honorCardInnerTitle {
  padding-left: 1.6rem;
}
.honorCardInnerRight {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 0.1rem solid #dbd5c8;
  margin-left: 4rem;
  padding-left: 3.6rem;
}
.honorCardInnerRight h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 100%;
  letter-spacing: -0.065em;
  color: #126534;
  display: flex;
  align-items: center;
}

.honorCardInnerRight span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #8a8a8a;
  display: block;
  margin-left: 1rem;
}
.honorCardInnerRight p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 135.53%;
  letter-spacing: -0.03em;
  color: #605959;
}
.homePageOurBranches {
  padding: 8rem 0;
  background: #eff2f6;
}
.branchesLeft {
  padding-left: 5.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branchesLeft a {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #393429;
  margin-bottom: 2.8rem;
  border-bottom: 0.01rem solid rgba(124, 124, 124, 0.558);
  position: relative;
  width: fit-content;
}

.branchesLeft a::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #2e82ba 0%, #662d91 100%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.homePageOurBranches iframe {
  height: 48rem;
  width: 100%;
}
.page2 iframe {
  width: 80%;
}
.page2 .xl-8 {
  display: flex;
  justify-content: flex-end;
}
.page2 .homePageProgramsHeader {
  margin-left: -2.4rem;
}
.bodyCard {
  border-radius: 1.5rem;
  overflow: hidden;
}
.blogCardBody {
  border: 0.15rem solid #dee2e7;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;

  padding: 2.4rem 2.8rem 2.8rem 2rem;
}
.blogCardBody .date {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #978f8f;
  margin-bottom: 1.6rem;
}

.blogCard img {
  height: 25.6rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
}
.blogCardBody p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #080707;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 10rem;
}
.homePageOurHonors {
  background-color: #fef9ef;
  padding: 9rem 0 0;
}
.homePageBlog {
  padding-bottom: 9.8rem;
  padding-top: 8rem;
}
footer {
background: #302A1C;}
.footerTop {
  padding: 5.6rem 0 6rem;
}
.footerContact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerContact a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  margin-right: 5rem;
}

.footerContact a svg {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 0.6rem;
}
.pageContent.homePageOurCourses {
  background: transparent !important;
  padding: 0;
}
.breadCrumb {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
}

.breadCrumb a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  position: relative;
  padding-right: 3.6rem;
}
.breadCrumb a::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  background-color: #000000;
  width: 1.2rem;
  height: 0.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadCrumb a:last-child {
  color: #c9c9c9;
  pointer-events: none;
}
.breadCrumb a:last-child::after {
  display: none;
}

.pageContent .homePageProgramsHeader {
  padding: 5.2rem 0 0 !important;
}
.pageContent {
  padding-bottom: 9.6rem !important;
}
.pageContent .homePageProgramsHeader h3,
.pageContent .homePageProgramsHeader h1 {
  font-size: 5.4rem;
}
.homePageProgramsHeader h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.4rem;
}
.pageContent .blogCard {
  margin-bottom: 4rem;
}
.moreButtonParent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutSection {
  padding: 5.6rem 0 12rem;
}
.aboutSection h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.4;
  margin-bottom: 1rem;
}

.aboutSection h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  width: 90%;
  margin-bottom: 2.4rem;
}
.aboutSection p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  width: 95%;
  margin-bottom: 2.4rem;
}

.imgAbout {
    height: 46.5rem;
    overflow: hidden;
    margin: auto;
    width: 70%;
    border-top-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
}
.imgAbout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageContent .homePageStatistics {
  padding: 7.2rem 0 9.2rem;
}
.videoAbout {
  height: 67.6rem;
  position: relative;
  width: 100%;
  margin-bottom: 4.2rem;
}
.videoAbout a {
  height: 100%;
  width: 100%;
}
.videoAbout img,.videoAbout iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.miniContainer h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.4rem;
}
.miniContainer h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin: 4rem 0 3.2rem;
}
.miniContainer p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 156.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 2.4rem;
}
.aboutContentCard {
  margin-bottom: 5rem;
}
.aboutBottomContent {
  padding: 7.2rem 0 1.2rem;
}
.aboutBottomInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.aboutBottomInner svg {
    position: absolute;
    left: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    opacity: .8;
}
.aboutBottomInner h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  width: 90%;
  margin-bottom: 2.4rem;
}
.aboutBottomInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  width: 95%;
}
.signature {
  display: flex;
  align-items: center;
  margin-top: 5.6rem;
  border-top: 0.4rem solid #000000;
  padding-top: 0.8rem;
  width: fit-content;
}
.signature span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.6;
  margin-right: 2.8rem;
}

.signature p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
}
.aboutBottomContent .imgAbout {
      position: relative;
    height: auto;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}
.aboutBottomContent .imgAbout img{
    position: absolute;
    top: 0;
}
.structureCard {
  margin-bottom: 7.2rem;
}
.structureCard img {
  height: 42.8rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
.structureCard h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 0.4rem;
}
.structureCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.4;
}
.detailTop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.detailTop .date {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #636363;
  margin-top: 2.4rem;
}
.detailTop .date strong {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #636363;

  margin-right: 1.2rem;
}
.detailImg {
   display: flex;
   justify-content: center;
  margin: 4.6rem 0 5.4rem;
  height: 52.6rem;
  width: 100%;
}
.detailImg img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.miniContainer ul {
  padding: 0 0 2.4rem 2.6rem;
}
.miniContainer ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 1.6rem;
  list-style: disc;
}
.swiper-button-prev,
.swiper-button-next {
  top: auto !important;
  bottom: 2.4rem;
  background: #ffffff;
  box-shadow: 5px 7px 19px rgba(189, 181, 181, 0.21);
  border-radius: 3rem;
  width: 8rem !important;
  height: 8rem !important;
  outline: none;
}
.swiper-button-prev {
  right: 9.6rem !important;
  left: 0 !important;
  margin: auto;
}
.swiper-button-next {
  right: 0 !important;
  left: 9.6rem !important;
  margin: auto;
}
.swiper-button-prev:after {
  content: url(../img/arrowL.svg) !important;
}
.swiper-button-next:after {
  content: url(../img/arrowR.svg) !important;
}
.detailImg .detailSwiper {
  padding-bottom: 6rem !important;
}
.detailSwiperParent {
  margin-bottom: 12rem;
}
.detailSwiperParent img{
    width: 100%;
}
.tabs-container {
  display: none;
}
.tabs-container:first-child {
  display: block;
}

#tabs li a {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #9a865a;
  position: relative;
  padding-left: 2.4rem;
}
#tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #9a865a;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

#tabs li {
  width: 80%;
  padding: 1.2rem 0 1.6rem;
  border-bottom: 0.1rem solid #e9e3d8;
}

#tabs li a.inactive {
  color: #393429 !important;
  padding-left: 0;
}
#tabs li a.inactive::before {
  display: none;
}
.branchesInner h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 3rem;
}

.branchesInner iframe {
  height: 44.2rem;
  width: 100%;
  margin-bottom: 4.8rem;
}
.contactSocials {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 20rem;
  padding: 0 4rem;
}

.contactSocials a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #474748;
  margin-bottom: 1.2rem;
}
.contactSocials a svg {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
.photoCard:nth-child(6n + 1) {
  grid-column: span 5;
}
.photoCard:nth-child(6n + 2) {
  grid-column: span 3;
}

.photoCard:nth-child(6n + 3) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 4) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 5) {
  grid-column: span 5;
}

.photoCard:nth-child(6n + 6) {
  grid-column: span 3;
}
.photoCard {
  height: 28rem;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.photoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoCard {
  margin-bottom: 6.4rem;
}
.videoCard .videoCardInner {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 22.4rem;
  margin-bottom: 1.2rem;
}
.videoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCard .playButton img {
  width: 3rem;
  height: 3rem;
}

.videoCard .playButton {
  background: rgba(255, 255, 255, 0.5);
  height: 5.4rem;
  width: 5.4rem;
}
.videoCard h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.03em;
  color: #080707;
  opacity: 0.9;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6rem;
}
.carrers h6 {
  font-family: 'Mulish', sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #9a865a;
  position: relative;
  padding-left: 2.4rem;
}

.carrers h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: auto;
  background: #9a865a;
}
.carrersCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.15rem solid rgba(227, 229, 232, 0.7);
}

.carrersCard h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.2rem;
}
.carrersCardLeftBottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.carrersCardLeftBottom span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #858585;
  opacity: 0.9;
  display: block;
  margin-right: 1.2rem;
}

.carrersCardLeftBottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #858585;
  opacity: 0.6;
}

.carrersCard img {
  height: 3rem;
  width: 4.2rem;
}
.carrers h1 {
  font-size: 3.6rem !important;
  line-height: 5.4rem;
}

.carrers .detailTop .date {
  margin-top: 1rem;
}
.carrers .homePageProgramsHeader {
  border-bottom: 0.1rem solid rgba(227, 229, 232, 0.7);
  padding-bottom: 2.4rem !important;
}
.carrerDetailContent {
  /* background: #f6f1e6; */
  /* border-radius: 3rem; */
  padding: 10.6rem 10rem 7.6rem;
  margin-bottom: 11rem;
}
.carrerDetailLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.carrerDetailLeft span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 0.8rem;
  width: 90%;
}
.carrerDetailLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 5.6rem;
  width: 90%;
}

.carrerDetailLeft h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.8rem;
  width: 90%;
}
.inputChild {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.inputChild label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.48;
  margin-bottom: 0.4rem;
  padding-left: 0.9rem;
  display: block;
}

.inputChild input,
.inputChild textarea {
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
  height: 5.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 2.4rem;
}
.inputChild input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.selectBox {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
    position: relative;
}

.selectBox input {
  border: 0;
}
.selectBox span{
    position: absolute;
    left: 6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 2rem;
}
.selectBox span img{
        width: 2rem;
    height: 2rem;
}
.selectBox select {
  border: none;
  border-right: 0.1rem solid #c5c5c5;
  font-style: normal;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 1.5rem 3rem 1.5rem 2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  text-align: center;
}
.inputChild textarea {
  padding-top: 1.6rem;
  resize: none;
  height: 12rem;
}
.inputButtons {
  display: flex;
  align-items: center;
}
.inputButtons label {
  position: relative;
}
.blueButton {
  background: #9a865a;
  border-radius: 0.8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  border: none;
  outline: none;
  transition: .4s;
}
.blueButton:hover{
    background: #302A1C;
}
#imageName {
  color: #ff671d;
  font-size: 1.2rem;
}
.inputButtons label {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #35434f;
  border-bottom: 0.2rem solid #9a865a;
  margin-left: 3rem;
  transition: 0.3s;
}
.inputButtons input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.inputTagSpan span {
  font-weight: 400 !important;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #35434f;
  display: block;
  margin-left: 1rem;
}
.classCard {
  background: #4a48e4;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
  height: 70rem;
  max-height: 70rem;
}
.classCardOrange {
  background: #db6e31;
}
.classCardBlack {
  background: #333333;
}
.classCardBlack {
  height: 42.8rem;
}
.classCardBlack .classCardBOttom {
  height: 30rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.classCardBlack .classCardBOttom a {
  width: 35%;
}
.classCardInner {
  padding: 2.4rem 3.2rem;
}
.classCardTop {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #c6c6c6;
}
.classCardTop p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 113.5%;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 60%;
}
.classCardTop span {
  font-style: normal;
  font-weight: 700;
  font-size: 11.3rem;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-right: 1.2rem;
}
.classCardBOttom {
  padding: 3.2rem 0;
}
.classCardBOttom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.classCardBOttom a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.searchButton svg {
  width: 2.4rem;
  height: 2.4rem;
}

.searchButton svg path {
  fill: #E83338;
}
.searchButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchButton div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  height: 2.4rem;
}
.searchMenu {
  border-top: 0.1rem solid #e5e3dd;
  background: #f3f1ed;
  position: absolute;
  top: 17.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.searchMenu.active {
  display: block;
}
.searchMenuInner {
  padding: 2.4rem 0;
}
.searchMenuInner h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  margin-bottom: 1.8rem;
  padding-left: 3.2rem;
}
.searchMenuInner .inputChild {
  position: relative;
}
.searchMenuInner .inputChild button {
  position: absolute;
  right: 1.6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
  width: 4.2rem;
  background-color: transparent;
}
.searchMenuInner .inputChild button svg {
  width: 2.2rem;
  height: 2.2rem;
}
.searchList {
  padding: 0 3.2rem 3.2rem;
  height: 40vh;
  max-height: 40vh;
  overflow: auto;
}
.searchList a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.searchList a span {
  display: block;
  width: 70%;
}
.searchList a img {
  width: 1.8rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  transform: rotate(-90deg);
}
.searchMenuInner .moreButton {
  padding-left: 3.2rem;
  margin-top: 3rem;
}
::-webkit-scrollbar {
  width: 1.2rem;
}
::-webkit-scrollbar-track {
  background: #9a8658a7;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb {
  background: #917f55;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #a38f5e;
}
.searchButton .searchButtonSecond {
  display: none;
}
.searchButton .searchButtonFirst {
  display: block;
}
.searchButtonFirst.active {
  display: none !important;
}
.searchButtonSecond.active {
  display: flex !important;
}

.headerMiddleInner ul li {
  position: relative;
}
.headerMiddleInner ul li ul {
  display: none;
}
.headerMiddleInner ul li:hover ul {
    display: block;
    position: absolute;
    top: 3.2rem;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 20px 21px rgb(87 91 100 / 16%);
    border-radius: 0.8rem;
    padding: 4rem 3.2rem;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: min-content;
    min-width: 40rem;
    height: 36rem;
}
.headerMiddleInner ul li img {
  transition: 0.4s;
  width: 2rem;
  height: 2rem;
}

.headerMiddleInner ul li:hover img {
  transform: rotate(-180deg);
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.headerMiddleInner ul li ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #2d2d2d;
  opacity: 0.85;
  white-space: nowrap;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.headerMiddleInner ul li ul li:last-child {
  margin-bottom: 0;
}
.footerMiddle {
  padding-bottom: 6.4rem;
}
.footerMiddle ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
}
.footerMiddle ul li:first-child a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  opacity: 1;
  text-transform: capitalize;
}
.footerMiddle ul li {   
    margin-bottom: 1.2rem;
    width: 80%;
}
.aboutSectionCenter{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.footerMiddle ul li:first-child {
  margin-bottom: 2.4rem;
}
.footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1rem solid #222222;
  border-left: none;
  border-right: none;
  padding: 2.5rem 0;
}

.footerBottom a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
}
.footerBottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0 6.4rem;
}
.footerBottomInnerLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.footerBottomInnerLeft span {
  opacity: 0.45;
  display: block;
  margin-left: 0.6rem;
}
.footerBottomInnerRight {
  display: flex;
  align-items: center;
}
.footerBottomInnerRight span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  opacity: 0.46;
}
.footerBottomInnerRight a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  border-bottom: 0.06rem solid #ffffff;
  margin-left: 1.2rem;
}
.menuButton {
  display: none;
}
.menuPopup {
  display: none;
}
.educationCard {
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  height: 30.4rem;
  background: #d6d0c2;
  position: relative;
}
.eduCationCardContent {
  position: absolute;
  left: 4.2rem;
  display: flex;
  flex-direction: column;
  bottom: 3.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
}
.eduCationCardContent span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-top: 0.4rem;
}

.eduCationCardContent img {
  width: 12.7rem;
  height: 12.7rem;
  margin-bottom: 3.6rem;
      object-fit: contain;

}
.registrationHeader h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.8rem;
}
.registrationHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.2rem 0;
}
.registerContainer {
  border-bottom: 0.2rem dashed #e6e5ea;
}
.step {
  font-style: normal;
  font-weight: 500;
  font-size: 7.2rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.step::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  background: linear-gradient(90deg, #7ca9ce 0%, #9a865a 44.65%, #0722af 100%);
}
.step span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-top: 0.4rem;
  width: 60%;
}
.registrationHeader p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  margin-bottom: 5rem;
}
.registrationBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registrationBottom a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #0f2638;
  border-bottom: 0.15rem solid #0f2638;
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
.registrationBottom a svg {
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.registerImg {
  height: 29.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.registerImg img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.registerForm {
  padding: 10rem 0;
}
.registerForm .xl-9 {
  padding: 0 0 0 7.2rem;
}
.inputGroup {
  display: flex;
  align-items: center;
}
.inputGroup .inputChild {
  width: 100%;
}
.inputGroup .inputChild:first-child {
  margin-right: 1.6rem;
}
.inputGroup .inputChild:last-child {
  margin-right: 0;
}
.selectOption {
  position: relative;
}
.selectOption::after {
  position: absolute;
  content: url("../img/arrow.svg");
  right: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.6rem;
}
.selectOption select {
  border: 0.1rem solid #d1d2d6;
  border-radius: 0.8rem;
  width: 100%;
  height: 5.6rem;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0 1.6rem;
  cursor: pointer;

  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.registerForm .row {
  margin-bottom: 10rem;
}
.inputChild strong {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-bottom: 1.2rem;
}

/* radio */
.inputChild .radio-parent {
  display: flex !important;
  align-items: center;
  position: relative;
  padding-left: 3.8rem !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 1 !important;
  user-select: none;
  height: 2.4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #2d2d2d;
  white-space: nowrap;
}

.radio-parent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border: 0.2rem solid #3076b1;
  border-radius: 3rem;
}

.radio-parent input:checked ~ .checkmark {
  background-color: #3076b1;
}
.radio-parent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-parent input:checked ~ .checkmark:after {
  display: block;
}

.radio-parent .checkmark:after {
  left: 0;
  top: 0;
  bottom: 0.3rem;
  right: 0;
  margin: auto;
  width: 0.35rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.inputs {
  display: flex;
  align-items: center;
}
.optionGroup .inputChild:first-child {
  border-right: 0.15rem solid #e6e5ea;
  padding-right: 3rem;
}
.optionGroup .inputChild .inputs .radio-parent:first-child {
  margin-right: 3rem;
}
.optionGroup .inputChild:last-child {
  padding-left: 2.4rem;
}
.question img {
  width: 13.6rem;
  height: 13.6rem;
}
.question {
  display: flex;
  align-items: center;
}
.question span {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-left: 2.4rem;
}
.optionChild {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  height: 100%;
}
.registerButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4.2rem;
  border-top: 0.2rem dashed #e6e5ea;
}
.registerButton button {
  padding: 0 6.4rem;
}
.priceListHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.2rem 0;
}
.priceListLeft h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
}
.priceListLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  margin-top: 2rem;
}
.priceListRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}
.logoBox {
  background: #ffffff;
  border: 0.1rem solid #eff3f7;
  border-radius: 1.2rem;
  height: 12.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30rem;
  width: 100%;
  margin-left: 1.8rem;
}
.priceListTable {
  width: 100%;
  padding: 0 0 4.8rem;
}
.priceListTable table {
  background: #fbfcfd;
  border: 0.2rem solid #edf2f7;
  border-radius: 3rem;
  width: 100%;
  padding: 5.2rem;
  margin-bottom: 4.6rem;
}
.priceListTable span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #0c304e;
  opacity: 0.86;
  display: block;
  padding-left: 3.2rem;
}
.priceListTable tr th {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.03em;
  color: #040404;
  padding-bottom: 3rem;
  width: 23%;
  padding: 1rem 0 3rem 2rem;
}
.priceListTable tr th:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #1465a9;
  width: 30%;
}
.priceListTable tr td {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #9a865a;
  text-align: center;
}
.priceListTable tr td:first-child {
  text-align: left !important;
}
.priceListTable table tr th,
.priceListTable table tr td {
  border-bottom: 0.2rem solid #e2e8ee;
  border-right: 0.2rem solid #e2e8ee;
}
.priceListTable table tr th:last-child,
.priceListTable table tr td:last-child {
  border-right: none;
}
.priceListTable table tr td {
  padding: 2.4rem 0;
  border-bottom: 0.18rem dashed #d8e3ee;
}
.priceListTable tr:last-child td {
  border-bottom: none;
}
.discountSection {
  padding: 9.2rem 0;
  background-color: #fff;
}
.discountLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.discountLeft h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2rem;
}
.discountLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
}
.discountBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #e8ebf2;
  width: 22.5rem;
  height: 22.5rem;
  border-radius: 50%;
  position: relative;
}
.boxInner {
  position: absolute;
  top: -7%;
  left: -7%;
  background: #9a865a;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 152.5%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.discountBox span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  display: block;
  margin-top: 1.4rem;
}
.discountBox svg,
.discountBox img {
  width: 5.8rem;
  height: 6.8rem;
}
.discountRightTop {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3.2rem;
}
.discountRight {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.discountRight p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 152.5%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #113655;
  opacity: 0.86;
}
.registerContent {
  padding: 8.4rem 0 0;
}
.registerContent h4 {
  font-size: 5.4rem;
  line-height: 116.5%;
  margin-bottom: 2.8rem;
  margin-top: 0;
}
.registerContentRight {
  width: 80%;
  padding-left: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.registerContentRight .blueButton {
  margin-top: 4rem;
  width: fit-content;
}

.contactLeft {
  display: flex;
  flex-direction: column;
  /*width: 90%;*/
}
.contactParent h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin: 3.2rem 0;
}
.contactParent {
  padding-top: 6.4rem;
}
.contactLeft span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactLeft h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.6rem;
}
.contactLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 161%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactDetail {
  margin-top: 5.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contactDetail h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-bottom: 1.8rem;
  width: 100%;
}

.contactDetail a,
.contactDetail p,
.contactSocial a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: rgba(71, 71, 72, 0.8);
  margin-bottom: 0.8rem;
  width: 45%;
  opacity: 1;
}
.contactSocial a {
  width: fit-content;
}
.contactDetail a span,
.contactDetail p span,
.contactSocial a span {
  border: 0.1rem solid #474748;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  border-radius: 50%;
  margin-right: 1.6rem;
}
.contactDetail a svg,
.contactDetail p svg,
.contactSocial a svg {
  width: 1.6rem;
  height: 1.6rem;
}
.contactSocial {
  display: flex;
  align-items: center;
  padding: 5.4rem 0;
}
.contactSocial span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-right: 2.8rem;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.contactParent iframe {
  width: 100%;
  height: 53.2rem;
}
.successStory {
  padding: 10rem 0 0;
}
.successStorySwiper {
  padding-bottom: 5.2rem !important;
}
.successStoryCard {
  border-radius: 1.5rem 1.5rem 0 0;
  height: 43.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 6.4rem;
}
.successStoryCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tags {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 3.2rem;
  /*overflow: auto;*/
  flex-wrap: wrap;
}
.tags a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  opacity: 0.85;
  margin-bottom: 1.6rem;
  margin-right: 2.4rem;
  transition: 0.3s all ease;
  border-bottom: 0.1rem solid transparent;
  padding-bottom: 0.4rem;
  white-space: nowrap;
}
.tags a:hover,.tags a.active {
  opacity: 1;
  border-bottom: 0.1rem solid #080707;
}
.booksTag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.successStoryCard .description {
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  right: 1.2rem;
  background: #f3eded;
  border-radius: 1.5rem 1.5rem 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #080707;
  padding: 3.2rem;
}

.bookCard {
  position: relative;
  margin-bottom: 3.2rem;
}
.bookCard .imgContainer {
  height: 41rem;
  width: -webkit-fill-available;
  border: 0.1rem solid #c1b8ae;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.bookCard .imgContainer img {
  height: 38rem;
  object-fit: contain;
  width: 100%;
}
.bookCard h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #161616;
  transition: .4s;
}
.bookCard:hover h5{
    color: #302A1C;
}
.aboutStatistic {
  padding: 3rem 0;
  background: #fbf9f7;
}
.aboutStatisticInner {
  border: 0.4rem solid #e9e5dd;
  padding: 7.4rem 0;
}
.aboutContent,
.aboutBottomContent {
  padding: 4rem 0 1rem;
}
.aboutStatisticCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboutStatisticCard span {
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #715313;
  margin-bottom: 1rem;
}
.aboutStatisticCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 127%;
  color: #080707;
  opacity: 0.8;
}
.servicesCard {
  margin-bottom: 5rem;
}
.servicesCard:nth-child(even) {
  direction: rtl;
}
.servicesCardLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
}
.servicesCard:nth-child(even) .servicesCardLeft {
  direction: ltr;
}
.servicesCardLeft span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
  display: block;
  margin-bottom: 0.4rem;
}

.servicesCardLeft h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.6rem;
}
.servicesCardLeft p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 152.5% !important;
    letter-spacing: -0.01em;
    color: #1d1d1d;
    margin-bottom: 1.6rem;
    width: 85%;
}
.servicesCardRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicesCardRight {
  width: 100%;
  height: 67.2rem;
  border-radius: 3rem;
  overflow: hidden;
}
.bookDetail {
  padding: 3.2rem 0;
}
.bookDetailLeft {
  padding-left: 4.8rem;
  width: 80%;
}
.bookDetailTag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.bookDetailLeft span,.bookDetailLeft span a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.8;
  display: block;
  margin-bottom: 0.4rem;
  transition: .4s;
  margin-right: 1rem;
}
.bookDetailLeft span a:hover{
    color: #9a865a;
    opacity: 1;
}
.bookDetailLeft h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 2.8rem;
}
.bookDetailLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 161%;
  letter-spacing: -0.02em;
  color: #161616;
  /*opacity: 0.6;*/
  margin-bottom: 1.6rem;
}
.bookDetailPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.6rem;
}
.bookDetailPrice .price {
  border: 0.1rem solid #d6d0c2;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(22, 22, 22, 0.7);
  padding: 0.8rem 3.6rem;
  display: flex;
  align-items: center;
}
.price.prices{
        padding: 0.1rem 2.1rem !important;
    margin-bottom: 5.2rem !important;
}

.bookDetailPrice .price span {
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616 !important;
  opacity: 1;
  display: block;
  margin-left: 1.8rem;
}
.bookDetailPrice .price svg {
  width: 2.4rem;
  height: 2rem;
  margin-left: 0.3rem;
}
.bookDetailPrice .discount{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #161616 !important;
    opacity: .6;
    margin-left: 2rem;
    position: relative;
}
.bookDetailPrice .discount::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: .15rem;
    background: #161616;
    transform: rotate(20deg);
}
.bookDetailPrice .discount svg{
    width: 1.4rem;
    height: 1rem;
    margin-left: 0.3rem;
    margin-bottom: .2rem;
}
.brownbutton {
  background: #847656;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1.6rem 5.4rem;
  border: none;
  transition: 0.3s all ease;
}
.brownbutton:hover {
  background: #4f4633;
}
.bookDetailImg {
  border: 0.1rem solid #c1b8ae;
  border-radius: 1.2rem;
  height: 62.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookDetailImg img {
  width: 80%;
  height: 100%;
  max-height: 90%;
  border-radius: 0.8rem;
  object-fit: contain;
}
.shareDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.4rem;
}
.shareDetail span {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 116.1%;
  letter-spacing: -0.01em;
  color: #3a3a3a;
  display: block;
  margin-right: 1.2rem;
}
.shareDetail a,.shareDetail button {
    transition: .4s;
    border: none;
    background: transparent;
    padding: 0;
}
.shareDetail textarea{
    width: 0;
    height: 0;
    opacity: 0;
}
.shareDetail a svg,.shareDetail button svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
}
.shareDetail a:hover,.shareDetail button:hover {
    opacity: .6;
}
.specification {
  padding: 4.6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specification ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specification h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  border-bottom: 0.1rem solid #c1b8ae;
  padding-bottom: 1.4rem;
  margin-bottom: 3.8rem;
  width: 100%;
}
.specification div,.specification ul li {
  width: 30%;
}
.specification div label,.specification ul li  {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
  margin-bottom: 0.6rem;
  display: block;
}

.specification div p,.specification ul li,.specification ul li  {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 4.4rem;
}
.specification ul li{
    font-weight: 400;
    margin-bottom: 2.4rem;
}
.specification ul li strong{
    font-weight: 700;
    display: block;
    margin-top: .6rem;
}
.diffrentBook {
  background: #fbf9f7;
  padding: 2.4rem 0;
}
@media (max-width: 767.9px) {
  .bookDetailLeft {
    padding-left: 0;
    width: 100%;
  }
  .bookDetailLeft h1 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .bookDetailPrice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bookDetailPrice .price,
  .brownbutton {
    margin-bottom: 2.4rem;
    width: -webkit-fill-available;
    justify-content: center;
  }
  .bookDetailImg {
    margin-top: 2.4rem;
    height: 40rem;
  }
  .specification div {
    width: 100%;
  }
  .servicesCardLeft p {
    width: 100%;
  }
  .servicesCardLeft h2 {
    font-size: 2.4rem;
  }
  .servicesCardRight {
    height: 30rem;
    margin-top: 3.2rem;
  }
  .servicesCard:nth-child(even) {
    direction: ltr;
  }
  /* .servicesCard:nth-child(even) .servicesCardLeft {
    direction: rtl;
  } */
  .breadCrumb {
    display: none;
  }
  .wallpSection .swiper .wallpSectionCard {
    padding: 0 1.6rem;
    height: 24rem;
  }
  .wallpSectionInner p {
    font-size: 1rem;
    line-height: 100%;
  }
  .wallpSectionInner h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  /* .wallpSectionInner {
    width: 70%;
  } */
  .wallpSectionCard::before,
  .wallpSectionCard::after {
    width: 19.4rem;
    height: 19.4rem;
  }
  .wallpSectionCard::before {
    left: -2rem;
  }
  .wallpSectionCard::after {
    right: -2rem;
  }
  .whiteButton {
    height: 2.8rem;
    padding: 0 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.8rem;
  }
  .wallpSectionCard .container {
    left: 0;
  }
  .wallpSection .swiper-pagination {
    bottom: 0.6rem !important;
  }

  .logoWallp {
    height: 2rem;
    top: 2.2rem;
    right: 2.4rem;
  }
  .wallpSection .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.4rem;
  }
  .wallpSection .swiper-pagination-bullet-active {
    width: 2.4rem;
  }
  .homePageAbout {
    padding: 4rem 0 2rem;
  }
  .homePageAboutInner h1 {
    font-size: 3.2rem;
  }
  .homePageAboutInner p,
  .programsCardLargeInner p,
  .statisticsCard p,
  .homePageProgramsHeader p,
  .branchesLeft a,
  .footerContact a {
    font-size: 1.4rem;
    line-height: 110%;
    width: 96%;
  }
  .homePageAboutInner {
    margin-bottom: 4rem;
  }
  .homePageAboutImg {
    height: 30rem;
  }
  .playButton {
    width: 5.2rem;
    height: 5.2rem;
  }
  .playButton img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .homePageProgramsHeader h3,
  .homePageProgramsHeader h1 {
    font-size: 3.2rem;
  }
  .moreButton {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .moreButton img {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
  }
  .homePageProgramsHeader {
    margin-bottom: 2.4rem;
  }
  .programsCard {
    height: 8.8rem;
    margin-bottom: 0.8rem;
  }
  .programsCardInner {
    padding: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    height: -webkit-fill-available;
  }
  .programsCardInner img {
    width: 4rem;
    height: 4rem;
    margin-right: 2.2rem;
    margin-bottom: 0;
  }
  .programsCardInner .moreButton {
    position: absolute;
    bottom: 2.4rem;
    left: 7.2rem;
  }
  .programsCard h6 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 137%;
    margin-bottom: 2rem;
  }
  .programsCardLargeInner h6 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .programsCardLargeInner {
    padding: 2.4rem 3rem;
  }
  .homePagePrograms {
    padding: 3.2rem 0 4.2rem;
  }
  .homePageOurCourses {
    padding: 4rem 0 6.4rem;
  }
  .ourCoursesCard {
    height: 37.2rem;
    margin-bottom: 1.2rem;
  }
  .ourCoursesCard h5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    top: 4rem;
  }
  .ourCoursesCard .imgContainer {
    width: 28.4rem;
    height: 28.4rem;
  }
  .homePageStatistics .xl-6:last-child {
    order: -1;
  }
  .homePageStatistics .Img img {
    height: 30rem;
  }
  .homePageStatistics .Img {
    margin-bottom: 3.2rem;
  }
  .statisticsCard h6 {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 95%;
  }
  .statisticsCard p {
    width: 80%;
  }
  .statisticsCard {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .homePageStatistics {
    padding: 4rem 0 2.4rem;
  }
  .homePageOurHonors {
    padding: 3.2rem 0 0;
  }
  .honorCardInner {
    padding: 1rem;
  }
  .honorCardInner img {
    width: 5rem;
    height: 5rem;
  }
  .honorCardInnerTitle h6 {
    font-size: 1.3rem;
    line-height: 135.53%;
  }
  .honorCardInnerTitle p,
  .honorCardInnerRight p {
    font-size: 0.8rem;
  }
  .honorCardInnerRight {
    padding-left: 2rem;
    margin-left: 2rem;
  }
  .honorCardInnerRight h5 {
    font-size: 2.2rem;
    line-height: 135.53%;
  }
  .honorCardInnerRight span {
    font-size: 0.8rem;
    line-height: 135.53%;
    margin-left: 0.4rem;
  }
  .honorCard {
    height: 7.2rem;
  }
  .homePageOurBranches {
    padding: 3.2rem 0 5.2rem;
  }
  .branchesLeft {
    margin: 0.4rem 0 4rem;
    padding-left: 2.4rem;
    height: auto;
  }
  .branchesLeft a {
    margin-bottom: 2rem;
  }
  .homePageOurBranches iframe {
    height: 30rem;
  }
  .blogCard {
    margin-bottom: 2.4rem !important;
  }
  .blogCardBody p {
    height: 5rem;
    font-size: 2rem;
    -webkit-line-clamp: 2;
  }
  .blogCard img {
    height: 22rem;
  }
  .blogCardBody {
    padding: 1.4rem;
  }
  .homePageBlog,
  .pageContent {
    padding-bottom: 6.4rem !important;
  }
  .footerContact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footerTop {
    padding: 2.4rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .footerContact a svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .footerContact a {
    margin-bottom: 1.6rem;
  }

  .headerTopRightSocial a {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .headerTopRightSocial a svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .footerMiddle ul {
    margin-bottom: 3.2rem;
  }
  .footerMiddle ul li:first-child a {
    font-size: 1.6rem;
  }
  .footerMiddle ul li:first-child {
    margin-bottom: 1.2rem;
  }
  .footerMiddle {
    padding-bottom: 1.2rem;
  }
  .footerBottom {
    flex-wrap: wrap;
    justify-content:  flex-start;
  }
  .footerBottom a {
    margin-bottom: 1.6rem;
    margin-right: 2.4rem;
  }
  .footerBottomInner {
    flex-direction: column;
  }
  .footerBottomInnerLeft {
    margin-bottom: 2.4rem;
  }
  .aboutSection {
    padding: 3.2rem 0;
  }
  .aboutSection h3 {
    font-size: 1.4rem;
  }
  .aboutSection h1,
  .miniContainer h3,
  .aboutBottomInner h5,
  .pageContent .homePageProgramsHeader h3,
  .pageContent .homePageProgramsHeader h1,
  .carrerDetailLeft h2 {
    font-size: 3rem !important;
    margin-bottom: 1.4rem;
    letter-spacing: -0.01em !important;
    line-height: 120% !important;
    width: 100%;
  }
  .pageContent .homePageProgramsHeader h3,
  .pageContent .homePageProgramsHeader h1 {
    margin-bottom: 0;
  }
  .aboutSection p,
  .miniContainer p,
  .aboutBottomInner p,
  .miniContainer ul li,
  #tabs li a,
  .carrerDetailLeft span,
  .carrerDetailLeft p {
    font-size: 1.4rem;
  }
  .aboutSection .imgAbout {
    height: 30rem !important;
    margin-top: 3.2rem;
    width: 100%;
  }
  .videoAbout,
  .branchesInner iframe,
  .structureCard img {
    height: 30rem;
    margin-bottom: 3.2rem;
  }
  .structureCard img {
    margin-bottom: 1rem;
  }
  .pageContent .homePageStatistics {
    padding: 4rem 0 2.4rem;
  }
  .aboutContentCard {
    margin-bottom: 3.2rem;
  }
  .aboutBottomContent {
    padding: 4.2rem 0 1.2rem;
  }
  #tabs {
    margin-bottom: 3.2rem;
  }
  .contactSocials {
    padding: 1rem 0;
    height: auto;
  }
  .carrers h6 {
    margin-bottom: 4rem;
  }
  .carrersCard h5,
  .structureCard h5 {
    font-size: 1.8rem;
  }
  .carrersCard img {
    width: 2.4rem;
    height: 3rem;
  }
  .carrersCardLeftBottom span,
  .carrersCardLeftBottom p,
  .detailTop .date,
  .detailTop .date strong {
    font-size: 1rem;
  }
  .carrersCard {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .miniContainer h4 {
    margin: 1rem 0;
    font-size: 2.6rem;
  }
  .container .miniContainer {
    padding: 0;
  }
  .carrerDetailContent {
    padding: 2.4rem 1.6rem;
    margin-bottom: 1.2rem;
  }
  .carrerDetailLeft p {
    margin-bottom: 1rem;
  }
  .carrerDetailContent form {
    padding: 3.2rem 0 0;
  }
  .inputChild input,
  .inputChild textarea {
    height: 4.8rem;
  }
  .selectBox select {
    padding: 1rem 4rem 1rem 1rem;
  }
   .selectBox span {
    position: absolute;
    left: 5rem;
   }
  .inputButtons {
    flex-direction: column-reverse;
  }
  .inputButtons .blueButton,
  .inputButtons label {
    width: 100%;
    margin-bottom: 1.6rem;
    display: flex;
    white-space: nowrap;
    margin-left: 0;
  }
  .inputButtons input {
    height: 50%;
  }
  .pageContent .detailOtherCard .homePageProgramsHeader h3 {
    font-size: 2.4rem !important;
  }
  .homePageProgramsHeader p {
    margin-top: 0.6rem;
  }
  .classCardTop span {
    font-size: 3.2rem;
  }
  .classCardTop p,
  .classCardBOttom a {
    font-size: 1.6rem;
  }
  .classCardTop {
    padding: 1.2rem 0 2rem;
  }
  .classCardBOttom {
    padding: 1.6rem 0;
  }
  .classCard {
    height: auto;
  }
  .classCardBlack .classCardBOttom {
    height: auto;
  }
  .classCardBlack .classCardBOttom a {
    width: 100%;
  }
  .photoCard {
    grid-column: span 12 !important;
  }
  .videoCard,
  .structureCard {
    margin-bottom: 3rem;
  }
  .detailImg .detailSwiper {
    padding-bottom: 0 !important;
  }
  .detailImg{
    height: 100%;
  }
  .detailImg img {
     height: fit-content;
    width: 100%;
  }
  .detailImg .swiper-button-next,
  .detailImg .swiper-button-prev {
    display: none;
  }
  .headerTop {
    display: none;
  }
  .headerMiddleInner ul,
  .headerMiddleRightButtons a,
  .callNumber {
    display: none;
  }
  .headerMiddleRightButtons button {
    width: 4rem;
    height: 4rem;
  }
  .searchButton svg {
    height: 1.8rem;
    width: 1.8rem;
  }
  .searchButton div {
    height: 1.8rem;
  }
  .logo img {
    height: 6rem;
  }
  .searchMenu {
    top: 8.1rem;
  }
  .searchMenuInner h6 {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .inputChild input,
  .inputChild textarea {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
  .searchMenuInner .inputChild button svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .searchMenuInner .inputChild button {
    right: 0;
  }
  .searchList {
    padding: 0 1.6rem 1.6rem;
    height: 50vh;
    max-height: 50vh;
  }
  .searchList a span {
    font-size: 1.2rem;
    width: 80%;
    line-height: 120%;
  }
  .menuButton,
  .closeButton {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .menuPopup {
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
    background: #f8fafc;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: block;
    transition: 0.3s ease;
  }
  .menuPopup.active {
    transform: translateX(0);
  }
  .menuPopupTop {
    padding: 1rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #e5e3dd;
  }
  .menuPopupTop .lang {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .menuPopupTop .logo {
    margin-right: -1rem;
  }
  .lang a {
    font-size: 1.2rem;
  }
  .menuPopupMiddle {
    padding: 2.4rem 1.6rem;
  }
  .menu-card-header .icon {
    transition: 0.3s;
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu-card-header.active .icon {
    transform: rotate(-100deg);
  }
  .menu-card {
    width: 100%;
  }
  .menu-card:first-child {
    margin-right: 2.4rem;
  }
  .menu-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.0108em;
    color: #252525;
    cursor: pointer;
  }
  .menu-card-body {
    padding: 0 2rem;
    display: none;
  }
  .menu-card-body a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #2d2d2d;
    opacity: 0.85;
    margin-bottom: 1.6rem;
  }
  .contactDetail a,
  .contactDetail p {
    width: 100% !important;
  }
  .contactSocial {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 2.4rem;
  }
  .contactSocial span {
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .contactParent iframe {
    height: 30rem;
  }
  .priceListHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2rem 0;
  }
  .priceListRight {
    width: 100%;
    margin-top: 3.2rem;
  }
  .logoBox:first-child {
    margin-left: 0;
  }
  .priceListTable tr th:first-child {
    font-size: 2.4rem;
  }
  .priceListTable table {
    padding: 1.2rem;
  }
  .registrationHeader h1 {
    font-size: 3.2rem;
  }
  .registerForm .xl-9 {
    padding: 0;
  }
  .inputGroup {
    flex-direction: column;
  }
  .inputGroup .inputChild:first-child {
    margin-right: 0;
  }
  .optionChild {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.2rem;
  }
  .registrationBottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .registrationBottom a {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .registerImg {
    margin-bottom: 3.2rem;
  }
  .step {
    margin-bottom: 3.2rem;
  }
  .step::after {
    display: none;
  }
  .registerForm .row {
    margin-bottom: 4.2rem;
  }
  .registerForm .inputChild {
    padding: 0 !important;
  }
  .question img {
    width: 8.2rem;
    height: 8.2rem;
  }
  .priceListLeft h3,
  .discountLeft h3 {
    font-size: 3.2rem;
  }
  .priceListTable {
    width: 100%;
    padding: 0 0 4.8rem;
    overflow: auto;
  }
  .priceListTable th,
  .priceListTable td {
    white-space: nowrap;
  }
  .discountRightTop {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.2rem 0;
  }
  .discountBox {
    margin-bottom: 3.2rem;
  }
  .boxInner {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2.2rem;
  }
  .registerContentRight {
    padding: 1rem 0;
  }
  .priceListTable table tr td {
    padding: 2.4rem 1rem;
  }
  .aboutBottomContent .imgAbout{
     margin-top: 3.2rem;
  }
  .specification div, .specification ul li{
      width: 100%;
  }
  .orderMobile{
      order: -1;
      margin-bottom: 2.4rem;
  }
  .bookDetail{
      padding: 0 0 2.4rem ;
  }
  .booksTag .tags{
      display: none;
  }
}
.alert {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #04AA6D;
    color: white;
    border-radius:15px;
}
.alert strong{
  font-size: 20px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767.9px) {
  .wallpSectionCard {
    height: 24rem !important; /* Mobil üçün hündürlük */
    background-size: contain !important; /* Şəkilin tam görünməsi üçün */
    background-position: center !important; /* Şəkilin mərkəzdə yerləşməsi */
    background-repeat: no-repeat !important; /* Şəkilin təkrarlanmaması üçün */
  }
}
@media (min-width: 768px) {
  .wallpSectionCard {
    height: 65rem; /* Desktop üçün uyğun hündürlük */
    background-size: contain !important; /* Şəkilin tam görünməsi üçün */
    background-position: center !important; /* Şəkilin mərkəzdə yerləşməsi */
    background-repeat: no-repeat !important; /* Şəkilin təkrarlanmaması üçün */
  }
}



