* {
  list-style: none;
  text-decoration: none !important;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

section {
  padding: 60px 0;
}

/*INNER PAGES  START*/

.innerPages{
    padding-top: 100px;
}
.innerGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.innerGrid.innerGrid2{
    grid-template-columns: repeat(4, 1fr);
}

/*INNER STUDENT START*/
.innerGrid.innerGrid2 .news-block .inner-box .image img{
    height: 300px;
}
.innerGrid.innerGrid2 .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    margin-top: 14px;
    padding-bottom: 6px;
}
.innerGrid.innerGrid2 .news-block .inner-box .lower-content .text {
    font-size: 13px;
    margin-top: 0;
}
.innerGrid.innerGrid2 .news-block .inner-box .lower-content{
    padding: 20px;
}

/*INNER STUDENT END*/



/*INNER PAGES END*/

/* HEADER START */

header {
  padding: 0 20px;
  backdrop-filter: blur(10px);
  background: #f2f2f2;
  border-radius: 26px;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: calc(100% - 60px);
  margin: 0 auto;
}
header.scrolled {
  width: 100%;
  border-radius: 0;
  background: #141f3b;
  margin: 0 auto;
}
header.scrolled.b_shadow{
    box-shadow: 0 0 5px #4d5260;
}
header.scrolled .nav-link {
  color: #e0dfdf;
}
header.scrolled .nav-link.active {
  color: #fff;
}

.navbar-brand {
  display: inline-block;
  width: 150px;
  height: 83px;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.header_search{
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: all .2s ease;
}
.nav_search{
    background: transparent;
    border: none;
    outline: none;
}
.header_search:hover{
    box-shadow: inset 11px 0px 5px 0px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
}
.modal-button-yellow {
  padding: 14px 30px;
  border: 0;
  color: #2b321d;
  font-size: 14px;
  border-radius: 8px;
  background: #f0e15b;
  transition: 0.3s;
  font-weight: 500;
}
/* HEADER END */

/* SLIDER START */
#heroSwiper{
    margin: 99px 0 130px;
    padding: 0 30px;
}

/* Overlay box on image */
.heroSwiper {
  width: 100%;
  height: 442px;
}
.heroSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSwiper .swiper-button-prev{
    left: 86%;
    transition: all .3s ease; 
}
.heroSwiper .swiper-button-next{
    right: 7%;
    transition: all .3s ease; 
}
.heroSwiper .swiper-button-next:hover, 
.heroSwiper .swiper-button-prev:hover {
    transform: scale3d(1.1, 1.1, 1);
}
.heroSwiper .swiper-button-next:after, .heroSwiper .swiper-button-prev:after{
    font-size: 20px;
    background: rgba(255, 255, 255, .5);
    padding: 20px 25px;
    color: #fff;
    border-radius: 50%;
}
.slide-content {
  position: relative;
  height: 100%;
}
.text-orange {
  color: #000;
  /*background-color: #e9ecef;*/
  padding: 20px;
  font-size: 24px;
  border-radius: 35px;
}

.headline-box {
  background-color: #e9ecef;
  bottom: -90%;
  left: -10%;
  z-index: 3;
  padding: 12px 12px 12px 17px;
  border-radius: 40px;
  position: absolute;
  /*width: 80%;*/
  height: 200px;
  border-radius: 60px;
  /*max-width: 833px;*/
}

.headline-box-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.headline-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.headline_formInputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0 12px;
}


.headline-box-form input {
  width: 150px;
  height: 60px;
  font-size: 12.5px;
  border-radius: 20px 20px 20px 0;
  background: #ccc;
  border: none;
  padding: 0 12px;
  margin-right: 15px;
  /*min-width: 250px;*/
}
 .headline-box-form input::placeholder {
  color: #000;
}
.headline_formInputs select {
  border-radius: 20px 20px 20px 0;
  font-size: 12.5px;
  padding: 0 12px;
  background: #ccc;
  height: 60px;
  width: 150px;
  border: none;
}
.select-left {
  position: relative;
  display: inline-block;
}

.select-left select {
  /*padding-left: 35px; */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Custom arrow on the left */
.select-left::before {
  content: "";
  position: absolute;
  right: 15px;          /* ← move arrow */
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("/img/down-arrow.png") center/contain no-repeat;
}



.headline-box button {
  background: #f0e15b;
  height: 60px;
  text-wrap: nowrap;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  padding: 0 12px;
  width: 150px;
  font-size: 12.5px;
  border-radius: 20px 20px 20px 0;
  white-space: nowrap;
  border: none;
  flex-shrink: 0;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.hero-img {
    border-radius: 60px;
}

.overlay-box {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  /*width: 50%;*/
  /*backdrop-filter: blur(3px);*/
  color: #fff;
  z-index: 2;
}

.overlay-box div{
    padding: 7px 15px;
    color: #212121;
    background: #fff;
    margin-bottom: 9px;
    font-size: 17px;
    text-transform: uppercase;
    width: 120px;
    font-weight: 100;
    border-radius: 20px;
}
.overlay-box h2{
    font-size: 38.4px;
    line-height: 38.4px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.overlay-box p{
    font-weight: 100;
    font-size: 21.5px;
    line-height: 21.5px;
    margin: 0;
}
.overlay-box button{
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    cursor: pointer;
    vertical-align: top;
    padding: 15px;
    background-color: rgba(90, 128, 152, 1);
    color: #fff;
    text-decoration-line: none;
    border-radius: 90px;
    box-shadow: none;
    transition: all .3s ease;
    align-items: center;
    margin-left: 0px;
    margin-top: 10px;
    border: none;
}
.overlay-box button:hover{
    scale: 1.1
}
.overlay-box button .arrow {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 0px;
    padding: 5px;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 1);
    margin-right: 10px;
    svg{
        width: 100%;
        height: 100%;
    }
}
.overlay-box:after {
  opacity: 0.5;
}


@keyframes zoomInImage {
  0% {
    transform: scaleX(1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomOutImage {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scaleX(1);
  }
}

/* SLIDER END */



/* HERO SECTION START */
.banner-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 120px;
}
.banner-section .pattern-layer-six {
  position: absolute;
  right: 0px;
  top: 90px;
  width: 284px;
  height: 278px;
  z-index: 2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("img/pattern-4.png");
  background-size: cover;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  animation: zoom-fade 5s infinite linear;
}

.banner-section .pattern-layer-seven {
  background-image: url("img/pattern-5.png");
  position: absolute;
  right: 0px;
  bottom: 190px;
  width: 733px;
  height: 171px;
  z-index: 2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  animation: float-bob 7s infinite linear;
}

.banner-section .pattern-layer-eight {
  background-image: url("img/icon-2.png");
  position: absolute;
  right: 350px;
  top: 230px;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  animation: float_up_down 5s infinite linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-section .image-column {
  position: relative;
  z-index: 10;
}

.banner-section .image-column .inner-column {
  position: relative;
  padding-right: 100px;
  margin-left: -100px;
}
.banner-section .content-column .inner-column {
    position: relative;
    margin-left: -60px;
    padding-top: 120px;
}
.banner-section .image-column .pattern-layer-one {
  background-image: url("img/pattern-1");
  position: absolute;
  left: -40px;
  top: -20px;
  width: 467px;
  height: 327px;
  z-index: 2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  animation: zoom-fade 3s linear infinite;
}
.banner-section .image-column .pattern-layer-two {
  background-image: url("img/pattern-2.png");
  position: absolute;
  left: -40px;
  top: 320px;
  width: 86px;
  height: 84px;
  z-index: 2;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  animation: rotateme 15s linear infinite;
}

.banner-section .image-column .pattern-layer-three {
  position: absolute;
  left: 140px;
  top: 435px;
  width: 195px;
  height: 109px;
  z-index: 1;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  background-image: url("img/icon-1.png");
  animation: float_left_right_two 5s infinite linear;
}
@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.8;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}
.banner-section .image-column .pattern-layer-four {
  position: absolute;
  right: 100px;
  top: 380px;
  width: 105px;
  height: 104px;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  background-image: url("img/pattern-3.png");
  animation: rotateme 24s linear infinite;
}
.banner-section .image-column .pattern-layer-five {
  position: absolute;
  right: 120px;
  top: 320px;
  width: 20px;
  height: 20px;
  z-index: 1;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  background-image: url("img/icon-2.png");
  animation: float_up_down 5s infinite linear;
}
.banner-section .image-column .image-two {
  position: absolute;
  left: -10px;
  bottom: -80px;
  z-index: 2;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
.banner-section .image-column .image-content {
  position: absolute;
  right: 130px;
  bottom: -60px;
  width: 238px;
  height: 224px;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-image: url("img/pattern-6.png");
}
.banner-section .image-column .image-content p {
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 1.7em;
  font-size: 24px;
}
.banner-section .content-column {
  position: relative;
  z-index: 10;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.banner-section .content-column .title {
  position: relative;
  color: #06092d;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-section .content-column h1 {
  position: relative;
  color: #06092d;
  font-weight: 900;
  line-height: 1.1em;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-section .content-column .btns-box {
  margin-top: 45px;
}
/* HERO SECTION END */



/* IXTISASLAR START */
.title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.programs .title{
    margin-bottom: 50px;
}
/* Filter Buttons */
.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-buttons button {
  background: #f5f5f5;
  border: none;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
  background: #000;
  color: #fff;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* .card {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: #000;
  transition: 0.25s ease;
} */

/* Şəkil tam kartı tutsun */
/* .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.85);
  transition: 0.3s ease;
}

.card:hover .card-bg {
  filter: brightness(0.7);
} */

/* Badge */
/* .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 14px;
} */

/* Content */
/* .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
} */

/* .card-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.card-content p {
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.85;
} */

.product-card-new {
  aspect-ratio: 1/1;
  border-radius: 16px;
  color: #fff;
  max-width: 507px;
  min-width: 248px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .product-card-new {
    border-radius: 20px;
  }
}

.product-card-new--course {
  color: #000;
}

.product-card-new--default {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.product-card-new--show-description {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.product-card-new--show-description
  .product-card-new__info:not(.product-card-new__info--course):after,
.product-card-new--show-description
  .product-card-new__info:not(.product-card-new__info--course):before {
  transition: all 0.3s ease-in-out;
  will-change: top;
}

.product-card-new__wrapper {
  grid-gap: 4px 20px;
  display: grid;
  gap: 4px 20px;
  grid-template-rows: 1fr auto;
  height: 100%;
  padding: 20px;
  width: 100%;
}

@media (min-width: 1280px) {
  .product-card-new__wrapper {
    -moz-column-gap: 28px;
    column-gap: 28px;
    padding: 28px;
  }
}

.product-card-new__wrapper:before {
  background-color: #060606, #ebebeb;
  border-radius: 16px;
  bottom: -8px;
  content: "";
  left: -8px;
  position: relative;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .product-card-new__wrapper:before {
    border-radius: 20px;
  }
}

.product-card-new__wrapper:not(.product-card-new__wrapper--course):after {
  background-color: rgba(0, 0, 0, 0.18);
  bottom: -8px;
  content: "";
  left: -8px;
  position: relative;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: -1;
}

.product-card-new__wrapper--big:not(.product-card-new__wrapper--course):after {
  background-color: rgba(0, 0, 0, 0.13);
}

.product-card-new__wrapper--course {
  grid-template-columns: 120px 1fr;
}

.product-card-new__wrapper--course:before {
  background-color: #ebebeb;
}

.product-card-new__picture--course {
  border-radius: 12px;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1280px) {
  .product-card-new__picture--course {
    border-radius: 16px;
  }
}

.product-card-new__picture--big {
  bottom: -8px;
  left: -8px;
  position: relative;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: -1;
}

.product-card-new__picture--small {
  bottom: 74px;
  left: 140px;
  position: relative;
  position: absolute;
  right: -20px;
  top: 46px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .product-card-new__picture--small {
    bottom: 94px;
    left: 172px;
    right: -32px;
  }
}

.product-card-new__picture img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-card-new__info {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  margin-top: auto;
  min-width: 100%;
  position: relative;
}

.product-card-new__info:not(.product-card-new__info--course):before {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  bottom: -20px;
  content: "";
  left: -20px;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.9) 30%
  );
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9) 30%);
  position: relative;
  position: absolute;
  right: -20px;
  top: -45px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .product-card-new__info:not(.product-card-new__info--course):before {
    bottom: -28px;
    left: -28px;
    right: -28px;
  }
}

.product-card-new__info:not(.product-card-new__info--course):after {
  background: linear-gradient(to bottom, transparent 0, #060606 100%);
  bottom: -20px;
  content: "";
  left: -20px;
  position: relative;
  position: absolute;
  right: -20px;
  top: -45px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .product-card-new__info:not(.product-card-new__info--course):after {
    bottom: -28px;
    left: -28px;
    right: -28px;
  }
}

.product-card-new__tags {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(0, min-content));
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .product-card-new__tags {
    max-height: 100%;
    opacity: 1;
    transition: all 0.15s ease-in-out;
  }
}

@media (min-width: 1280px) {
  .product-card-new__tags {
    margin-bottom: 12px;
  }
}

.product-card-new__tag {
  height: 20px;
}

.product-card-new__tag,
.product-card-new__tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-new__link:before {
  bottom: -20px;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -400px;
  z-index: 1;
}

.product-card-new__title {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  color: #fff;
  word-break: break-word;
}
.t--1 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .t--1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.9px) {
  .product-card-new__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-card-new__features {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 10px 0 0;
  opacity: 0.6;
  padding: 0;
}

@media (min-width: 1280px) {
  .product-card-new__features {
    gap: 8px;
    margin-top: 12px;
  }
}

.product-card-new__feature:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-new__feature:not(:last-child) {
  flex-shrink: 0;
  padding-right: 8px;
  position: relative;
}

@media (min-width: 1280px) {
  .product-card-new__feature:not(:last-child) {
    padding-right: 10px;
  }
}

.product-card-new__feature:not(:last-child):after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.product-card-new--course .product-card-new__feature:not(:last-child):after {
  background-color: #000;
}

.product-card-new__description-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-32px);
  transition: height 0.3s ease-in-out, transform 0.2s ease-in-out 0.1s,
    opacity 0.2s ease-in-out;
  will-change: height, transform, opacity;
}

.program_arrow{
    position: absolute;
    top: 15px;
    right: 12px;
    width: 34px;
    height: 34px;
    padding: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all .4s ease;
    img{
        max-width: 100%
    }
}
.mini-catalog__item:hover .program_arrow{
    transform: rotate(45deg);
}
@media (max-width: 1023.9px) {
  .product-card-new__description-wrapper {
    display: none;
  }
}

.product-card-new__description {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 32px;
}

@media (min-width: 1024px) {
  .product-card-new--default:focus-within {
    transform: scale(1.025);
  }
}

@media (min-width: 1024px) {
  .product-card-new--default:hover {
    transform: scale(1.025);
  }
}

@media (min-width: 1024px) {
  .product-card-new--show-description:focus-within
    .product-card-new__description-wrapper {
    height: 132px;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  .product-card-new--show-description:focus-within .product-card-new__tags {
    max-height: 0;
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .product-card-new--show-description:focus-within
    .product-card-new__info:after,
  .product-card-new--show-description:focus-within
    .product-card-new__info:before {
    top: -350px;
  }
}

@media (min-width: 1024px) {
  .product-card-new--show-description:hover .product-card-new__info:after,
  .product-card-new--show-description:hover .product-card-new__info:before {
    top: -350px;
  }

  .product-card-new--show-description:hover
    .product-card-new__description-wrapper {
    height: 132px;
    opacity: 1;
    transform: translateY(0);
  }

  .product-card-new--show-description:hover .product-card-new__tags {
    max-height: 0;
    opacity: 0;
  }
}

@supports (-moz-appearance: none) {
  .product-card-new__info:not(.product-card-new__info--course):before {
    transform: translateY(1px);
  }
}

/* IXTISASLAR END */

/*BACKGROUND START*/
.bg_section{
    background: url("/img/background.png") center/cover no-repeat;
    height: 550px;
    width: 80%;
    margin: 0 auto;
}
/*BACKGROUND END*/



/* TEACHER START */
.team-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0px 60px;
  background-color: #f3fbf7;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.team-section .inner-container {
  position: relative;
}

.team-section .inner-container .color-layer {
  position: absolute;
  right: -140px;
  top: -50px;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background-color: #ffe00c;
}

.team-section .pattern-layer {
  position: absolute;
  left: 80px;
  bottom: -50px;
  width: 667px;
  height: 120px;
  background-image: url("/img/pattern-18.png");
}

.team-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.sec-title {
  position: relative;
  margin-bottom: 55px;
}
.team-section .title{
text-align: left;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 17px 56px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  background: #f0e15b;
  text-transform: uppercase;
  font-family: "Noto Sans TC", sans-serif;
}
.btn-style-one:before {
  position: absolute;
  content: "";
  left: 110%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .9;
  background-color: #f0e15b;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(-25deg);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
  color: #000;
}
/*.btn-style-one:hover {*/
/*    color: #222222;*/
/*    border-color: #00e49a;*/
/*}*/
.btn-style-one .txt:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 7px;
  width: 21px;
  height: 4px;
  background: url("/img/button-icon-one.png") no-repeat;
}
.btn-style-one:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-one .txt:after {
  position: absolute;
  content: "";
  right: -30px;
  top: 7px;
  width: 21px;
  height: 4px;
  background: url("/img/button-icon-two.png") no-repeat;
}
.team-section .blocks-column {
  position: relative;
  margin-bottom: 40px;
}
.team-section .blocks-column .inner-column {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding: 35px 35px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.team-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #43b97e;
}
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.team-block .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.05, 1.05) rotate(2deg);
}

.team-block .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
}
.team-block .inner-box .lower-content h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.2em;
}
.team-block .inner-box .lower-content h5 a {
  position: relative;
  color: #06092d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #06092d;
  font-size: 16px;
  margin-top: 10px;
}

/**/
/* muellimlerimiz */

    .muellim-card {
    width: 100%;
    height: 300px;
    background: transparent;
    border-radius: 32px;
    padding: 3px;
    position: relative;
    box-shadow: #604b4a30 0px 70px 30px -50px;
    transition: all 0.5s ease-in-out;
  }
  
  .muellim-card .mail {
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    background: transparent;
    border: none;
  }
  
  .muellim-card .mail svg {
    stroke: #fbb9b6;
    stroke-width: 3px;
  }
  
  .muellim-card .mail svg:hover {
    stroke: #f55d56;
  }
  
  .muellim-card .profile-pic {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 29px;
    z-index: 1;
    border: 0px solid #fbb9b6;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
  }
  
  .muellim-card .profile-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .muellim-card .profile-pic svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
    transform-origin: 45% 20%;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .muellim-card .bottom {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #000;
    top: 80%;
    border-radius: 29px;
    z-index: 2;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  
  .muellim-card .bottom .content {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 160px;
  }
  
  .muellim-card .bottom .content .name {
    display: block;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
  }
  
  .muellim-card .bottom .content .about-me {
    display: block;
    font-size: 0.9rem;
    color: white;
    margin-top: 1rem;
  }
  
  .muellim-card .bottom .bottom-bottom {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container {
    display: flex;
    gap: 1rem;
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container svg {
    height: 20px;
    fill: white;
    filter: drop-shadow(0 5px 5px rgba(165, 132, 130, 0.1333333333));
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container svg:hover {
    fill: #f55d56;
    transform: scale(1.2);
  }
  
  .muellim-card .bottom .bottom-bottom .button {
    background: white;
    color: #fbb9b6;
    border: none;
    border-radius: 20px;
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    box-shadow: rgba(165, 132, 130, 0.1333333333) 0px 5px 5px 0px;
  }
  
  .muellim-card .bottom .bottom-bottom .button:hover {
    background: #f55d56;
    color: white;
  }
  
  .muellim-card:hover {
    border-top-left-radius: 55px;
  }
  
  .muellim-card:hover .bottom {
    top: 20%;
    border-radius: 80px 29px 29px 29px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  }
  
  .muellim-card:hover .profile-pic {
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 3;
    border: 7px solid #fbb9b6;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
  }
  
  .muellim-card:hover .profile-pic:hover {
    transform: scale(1.3);
    border-radius: 0px;
  }
  
  .muellim-card:hover .profile-pic img {
    transition: all 0.5s ease-in-out 0.5s;
  }
  
  .muellim-card:hover .profile-pic svg {
    transform: scale(2.5);
    transition: all 0.5s ease-in-out 0.5s;
  }

/* muellimlerimiz */

/* TEACHER END */




/* STUDENT START */
.student_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.news-section {
  overflow: hidden;
  position: relative;
}

.news-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 100%;
  height: 643px;
  background-repeat: no-repeat;
  background-image: url("https://themazine.com/thewp/lebari/wp-content/uploads/2021/01/pattern-11-1.png");
}
.news-section .outer-container {
  position: relative;
  padding: 0px 80px;
  max-width: 1850px;
  margin: 0 auto;
}

.sec-title {
  position: relative;
  margin-bottom: 55px;
}
.sec-title .title {
  position: relative;
  color: #43b97e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.sec-title.centered {
  text-align: center !important;
}
.sec-title h2 {
  position: relative;
  color: #06092d;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 18px;
}
.news-section .inner-container {
  position: relative;
}
.news-section .icon-layer-one {
  position: absolute;
  left: -15%;
  bottom: 100px;
  width: 160px;
  height: 133px;
  background-repeat: no-repeat;
  animation: zoom-fade 3s linear infinite;
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.news-section .icon-layer-two {
  position: absolute;
  right: 0%;
  top: 0px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-image: url("https://themazine.com/thewp/lebari/wp-content/themes/lebari/assets/images/icons/icon-2.png");
  animation: rotateme 15s linear infinite;
}

.news-section .icon-layer-three {
  position: absolute;
  right: -6%;
  bottom: 120px;
  width: 69px;
  height: 69px;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-image: url("https://themazine.com/thewp/lebari/wp-content/themes/lebari/assets/images/icons/icon-2.png");
  animation: rotateme 15s linear infinite;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #43b97e;
  border-radius: 20px;
}

.news-block .inner-box .image img {
  position: relative;
  transition: all 500ms ease;
  width: 100%;
  height: 468px;
  object-fit: cover;
}
.news-block .inner-box .lower-content {
  position: relative;
  margin-left: 200px;
  padding: 35px 25px;
  margin-top: -165px;
  z-index: 1;
}
.news-block.style-two .inner-box .lower-content {
  margin-left: 80px;
}

.news-block .inner-box .lower-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  background-color: #ffffff;
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .lower-content .border-layer {
  position: absolute;
  left: -12px;
  top: -30px;
  z-index: -1;
  width: 32px;
  bottom: -10px;
  border: 4px solid #43b97e;
  -ms-transform: skewY(20deg);
  transform: skewY(20deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block .inner-box .lower-content .post-info {
  position: relative;
}
.news-block .inner-box .lower-content .post-info li {
  position: relative;
  color: #272626;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
}
.post-categories,
.post-info {
  padding-left: 0;
}
.news-block .inner-box .lower-content .post-info li:first-child {
  margin-right: 0px;
  position: relative;
  color: #ffffff;
  border-radius: 50px;
  padding: 0px 12px;
  background-color: #43b97e;
}
.news-block .inner-box .lower-content .post-info li a {
  color: #fff;
}

.news-block .inner-box .lower-content h4 {
  position: relative;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dad4d5;
}

.news-block .inner-box .lower-content h4 a {
  position: relative;
  color: #06092d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.news-block .inner-box .lower-content .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 25px;
}
.news-block .inner-box .lower-content .more {
  position: relative;
  color: #06092d;
  font-size: 16px;
  margin-top: 22px;
  font-weight: 600;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
  opacity: 0.5;
  transform: scale(1.05, 1.05);
}
.news-block .inner-box:hover .lower-content .border-layer {
  -ms-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

/*MEZUNLAR NEW START*/
    .slider__wrap {
      position: relative;
    }
    .slider__buttons {
      /*width: 120px;*/
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
    }
    .news-section .swiper-button-prev:after, .news-section .swiper-button-next:after{
        content: "";
    }
    .news-section .swiper-button-prev {
      width: 120px;
      left: -3%;
    }
    .slider__wrap .swiper-button-prev {
      transform: rotate(180deg);
    }
    .news-section .swiper-button-next {
      width: 120px;
      right: -3%;
    }
    .swiper-button-next svg, .swiper-button-prev svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform-origin: center;
    }
    .slider,
    .slider-students {
      overflow: hidden;
    }
    .slider-doctors .swiper-wrapper {
      display: flex;
      align-items: stretch;
    }
    .new-docs {
      transition: all 0.3s ease-in-out;
    }
    .image_wrapper_card_doc {
      position: relative;
      transition: ease 1s;
      display: block;
      /* background: url(../images/doctors-back.jpg); */
      /* background: url(/assets/img/doctor_bg_v3.png); */
      background-size: 101%;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: top;
      overflow: hidden;
      height: 300px;
    }
    .news_doc_photo {
      z-index: 2;
    }
    .news_docs_bg_circle,
    .news_doc_photo {
      height: 100%;
      width: 100%;
      left: 0;
      bottom: 0;
      position: absolute;
    }
    .news_doc_photo img {
      height: 100%;
      width: 100%;
      transform: translateY(50px);
      object-fit: cover;
      filter: drop-shadow(2px 16px 6px #0007);
    }
    .news_docs_bg_circle {
      z-index: 1;
    }
    .news_docs_bg_circle {
      background: linear-gradient(149deg, rgba(234, 134, 162, 1) 25%, rgba(250, 204, 107, 0.95) 84%);
      border-top-left-radius: 80%;
      border-top-right-radius: 80%;
      bottom: -60px;
      pointer-events: none;
    }
    .doctor-card-old__title {
      margin-top: 10px;
    }
    .li a .text strong {
      display: block;
      margin: 0 !important;
      margin-top: 10px !important;
      font-size: 16px !important;
      line-height: 22px;
      font-weight: bold;
      color: #06092d;
      font-style: normal;
    }
    .doctor-card-row {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
      position: relative;
    }
    .doctor-card-row .doctor-card-old__unit-name {
      width: calc(100% - 40px);
      text-align: left;
      color: #06092d;
    }
    .button-message {
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow:0 0 2.17382px rgba(0,0,0,.049),0 1.75px 6.01034px rgba(0,0,0,.07),0 3.63px 14.4706px rgba(0,0,0,.091),0 0px 1px rgba(0,0,0,.14);
      background-color: var(--bg-color);
      border-radius: 68px;
      cursor: pointer;
      padding: 6px 10px 6px 6px;
      width: fit-content;
      height: 40px;
      border: 0;
      overflow: hidden;
      position: relative;
      transition: var(--btn-transition);
    }
    .res_btn {
        border: none;
        position: relative;
        display: inline-flex;
        height: 3.5rem;
        align-items: center;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.2rem;
        font-weight: 400;
        color: #fafaf6;
        letter-spacing: -0.06em;
        border-radius: 16px;
        cursor: pointer;
        margin-top: 20px;
    }
    .new-docs .res_btn {
        height: 2.5rem;
    }
    #btn-message {
    --text-color: #000;
    --bg-color-sup: #d2d2d2;
    --bg-color: #f4f4f4;
    --bg-hover-color: #ffffff;
    --online-status: #00da00;
    --font-size: 16px;
    --btn-transition: all 0.2s ease-out;
    width: 100%;
    margin: 15px 0 15px 0;
    border-radius: 5px;
}
.button-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #39B3E3;
}
.res_btn_item .button-bg {
    background-color: #fff;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.15);
}
.button-bg-layers {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -100%;
    aspect-ratio: 1 / 1;
    width: max(200%, 10rem);
}
.button-bg-layer {
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
}
.button-bg-layer.-purple {
    background-color: #e985a1;
}
.button-inner {
    position: relative;
    margin: auto;
    /*font-weight: 500;*/
    color: #000;
}
.button-inner-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(70%);
    /*color: #fff;*/
}
.button-inner, .button-inner-hover, .button-inner-static {
    pointer-events: none;
    display: block;
}
.button-bg-layer.-turquoise {
  background-color: #f7bf7d;
}

.button-bg-layer.-yellow {
  background-color: #f0e15b;
}

.res_btn:hover .button-inner-static {
  opacity: 0;
  transform: translateY(-70%);
  transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
}

.res_btn:hover .button-inner-hover {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.res_btn:hover .button-bg-layer {
  transition:
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
}

.res_btn:hover .button-bg-layer-1 {
  transform: scale(1);
}

.res_btn:hover .button-bg-layer-2 {
  transition-delay: 0.1s;
  transform: scale(1);
}

.res_btn:hover .button-bg-layer-3 {
  transition-delay: 0.2s;
  transform: scale(1);
}
/*MEZUNLAR NEW END */



/* STUDENT END */

/* ADVANTAGES START */

.goal-section {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 120px 0px 110px;

}

.goal-section.style-two {
  padding-top: 120px;
  padding-bottom: 100px;
}

.goal-section .images-column {
  position: relative;
  margin-bottom: 40px;
}

.goal-section .images-column .inner-column {
  position: relative;
  display: flex;
  justify-content: center;
}

.goal-section .images-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(-7deg);
  width: 347px;
  height: 421px;
}

.goal-section .images-column .image-two {
  position: absolute;
  right: 55px;
  bottom: -160px;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(7deg);
  width: 347px;
  height: 421px;
}
.goal-section .images-column .image img, 
.goal-section .images-column .image-two img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goal-section .images-column .color-layer {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background-color: #ffe00c;
}

.goal-section .images-column .pattern-layer {
  position: absolute;
  right: 80px;
  top: 60px;
  width: 241px;
  height: 388px;
  background-repeat: no-repeat;
  animation: float-bob 7s linear infinite;
}

.goal-section .images-column .pattern-layer-two {
  position: absolute;
  left: 50px;
  bottom: -280px;
  width: 385px;
  height: 348px;
  background-repeat: no-repeat;
}

.goal-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.goal-section .content-column .inner-column {
  position: relative;
  padding-left: 20px;
}

.goal-section .content-column .inner-column .pattern-layer-three {
  position: absolute;
  right: -50px;
  top: 40px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  animation: rotateme 24s linear infinite;
}

.goal-section .pattern-layer-four {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 667px;
  height: 120px;
  background-repeat: no-repeat;
}

.goal-section .content-column .inner-column .btn-box {
  position: relative;
  margin-top: 40px;
}
.goal-section .title {
  text-align: left;
}

.goal-section .content-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 55px;
  color: #43b97e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.sec-title h2 {
  position: relative;
  color: #06092d;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 18px;
}

.sec-title .text {
  position: relative;
  color: #06092d;
  font-weight: 400;
  line-height: 1.7em;
  margin-top: 25px;
  font-size: 20px;
}

.goal-section .content-column .inner-column .bold-text {
  position: relative;
  color: #06092d;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.goal-section .content-column .inner-column p {
  position: relative;
  color: #06092d;
  font-size: 16px;
  line-height: 1.9em;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

/* Fact Counter */

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter .column .inner {
  position: relative;
}

.fact-counter .column .inner .content {
  position: relative;
}

.fact-counter .column .inner .icon {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #bbbbbb;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 800;
  color: #06092d;
  font-size: 65px;
  line-height: 1em;
  text-transform: uppercase;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 800;
  color: #06092d;
  font-size: 65px;
  line-height: 1em;
  text-transform: uppercase;
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  margin-top: 14px;
  color: #06092d;
}

/* ADVANTAGES END */



/* livechat */
#main-div{
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99;
}
.chatIcons{
    height: 0;
    margin-bottom: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    i{
        color: #000;
        font-size: 18px;
    }
}
#main-div:hover .chatIcons{
    height: 244px;
    margin-bottom: 8px;
}

#liveChat {
    transition: all 0.3s ease;
    overflow: hidden;
    animation: radial-pulse 1.6s ease infinite;
}

.liveChat{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0e15b;
    border-radius: 50%;
    box-shadow: rgba(240, 225, 91, 0.2) 0px 3px 12px 1px;
    cursor: pointer;
    height: 55px;
    width: 55px;
}
#chatIcon {
    width: 40%;
    height: 40%;
    object-fit: contain;
   transition: opacity 0.6s;
}


@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 225, 91, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(240, 225, 91, 0);
    }
}
/**/


/* call-to-action start */

#call-to-action {
  background-color: #f0e15b;
  padding: 48px 0 130px;
}

.call-to-action-content {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
}

.hihand-cnt img {
  width: 34px;
  height: 34px;
  vertical-align: bottom;
}

.hihand-cnt {
  color: #212529;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.hihand-cnt p {
  margin-top: 40px;
  font-size: 13px;
  color: #d0d0d0;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.call-to-action-right-side {
  row-gap: 14px;
}

.call-to-action-right-side textarea {
  padding: 17px 18px 17px;
  width: 100%;
  outline: none;
  height: 90px;
  border: 0;
  border: 1px solid rgb(144, 146, 146);
  border-radius: 10px;
  background-color: rgb(247, 247, 245);
}

.call-to-action-right-side label {
  position: relative;
  width: 100%;
}

.call-to-action-right-side label span {
  position: absolute;
  top: 20px;
  left: 17px;
  transition: 0.3s;
  color: rgb(144, 146, 146);
  font-size: 14px;
  cursor: text;
}

#hihand-textarea {
  border: 1px solid rgb(144, 146, 146) !important;
  border-radius: 10px !important;
}
.call-to-action-right-side span {
  transition: 0.3s;
}
.call-to-action-right-side textarea#hihand-textarea:focus ~ span {
  top: 0;
  font-size: 10px;
}

.call-to-action-right-side input:focus ~ span {
  top: 0;
  font-size: 10px;
}

.call-to-action-right-side input {
  padding: 17px 18px;
  outline: none;
  width: 100%;
  border: 0;
  border: 1px solid rgb(144, 146, 146);
  border-radius: 10px;
  background-color: rgb(247, 247, 245);
}

.call-to-action-right-side button {
  padding: 17px 35px;
  border-radius: 12px;
  font-size: 18px;
  width: 100%;
  height: 100%;
  border: 0;
  color: #2b321d;
  font-size: 14px;
  border-radius: 8px;
  background: #f0e15b;
  transition: 0.3s;
  font-weight: 500;
}
.call-to-action-right-side button:hover {
  background-color: #c69c07;
}

/* call-to-action end */

/* FOOTER START */
.footer {
  /* overflow: hidden; */
  background: #fff;
  flex: 0 0 auto;
}
.footer-content {
  position: relative;
  /* margin-top: 136px; */
  background: #141f3b;
}

.footer-content:before {
  content: "";
  position: absolute;
  /* bottom: calc(100% - 1px); */
  top: -78px;
  left: 0;
  width: 100%;
  height: 94px;
  background: url("/img/footer-wave-op.png") repeat-x 0 0;
}

.footer-content .footer-container {
  padding: 72px 0;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-item h6 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #7e97c7;
  text-transform: uppercase;
}
.footer-item h1{
    color: #fff;
    span.symbol{
        font-size: 80px;
    }
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
.footer-social li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b6b6b6;
    color: white;
    border-radius: 50%;
    transition: 0.5s;
}

#foot_cont {
    margin: 16px 0px;
    font-size: 14px;
    color: white;
}
#foot_cont a {
    color: white;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
}
.nav.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav.white .nav-link {
  color: #fff;
}

.footer-item .nav-link {
  font-size: 16px;
  padding-left: 0;
}

.last {
  margin-right: 0 !important;
  clear: right;
}
.footer-subscribe {
  max-width: 360px;
  margin-bottom: 80px;
}
.footer-subscribe p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
input[type="email"] {
  padding: 0.875rem 0.938rem;
  font-size: 16px;
  border-radius: 4px;
  border-width: 1px;
  line-height: 1.2;
  color: #a2adc9;
  background-color: #fff;
  border-color: #cedde6;
  text-align: left;
  /* -webkit-appearance: none; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-color: transparent;
  border-style: solid;
}

input {
  line-height: normal;
}

.input-group input[type="email"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  min-width: 100px;
  font-size: 14px;
}

.input.dark {
  background: #203563;
  border-color: #264077;
}

.input-group button[type="submit"],
.input-group input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-sm {
  padding: 0.625rem 1rem;
  font-size: 14px;
}
.btn-lg,
.btn-sm {
  padding: 1.375rem 1.625rem;
  font-size: 18px;
  border-radius: 4px;
  border-width: 1px;
  line-height: 1.2;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.938rem 1.5rem;
  font-size: 14px;
  border-radius: 4px;
  border-width: 1px;
  line-height: 1.2;
  color: #fff;
  background-color: #ea425e;
  border-color: #ea425e;
}
.btn i {
  margin-left: 9px;
}
.socials-link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.socials-link i {
  margin-right: 4px;
}

.socials-link.tw i {
  font-size: inherit;
  color: #13c2e7;
}

.footer-bottom {
  background: #0d162b;
}
.footer-bottom .footer-container {
  padding: 5px 0 10px;
}

.footer-bottom a:not(:last-child) {
  margin-right: 40px;
}

.footer-bottom a {
  font-size: 14px;
  color: #7e97c7;
  text-decoration: none;
}

/* FOOTER END */


/*TEDBIRLER IC SEHIFE START*/

/*  */
#innerPages .banner-section{
    background: #141f3b;
    padding-top: 130px;
}
#innerPages .banner-section .content-column .title, #innerPages .banner-section h1{
    color: #fff;
}
.eventcontainer_topContainer__e0JSR {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #11222d;
  padding-bottom: 22px;
  margin-bottom: 23px;
}
.eventcontainer_topContainer__e0JSR > :first-child span {
  background: #EA86A2;
background: linear-gradient(149deg,rgba(234, 134, 162, 1) 25%, rgba(250, 204, 107, 0.95) 84%);
  width: 320px;
  text-wrap: wrap;
  color: #11222d;
  border-radius: 0 32px 32px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px 25px 7px;
  height: 38px;
  font-size: 18px;
}
.eventcontainer_topContainer__e0JSR>:first-child span:hover {
    background-color: #ffcf66;
    transform: translateY(-2px);
}
.eventcontainer_topContainer__e0JSR > :first-child {
  width: 100%;
  display: flex;
  column-gap: 14px;
  row-gap: 6px;
  flex-wrap: wrap;
}
.eventcontainer_topContainer__e0JSR > :nth-child(2) {
  display: flex;
  align-items: center;
  gap: 4px;
}

.eventcontainer_topContainer__e0JSR > :nth-child(2) span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-wrap: nowrap;
}

.eventcontainer_cardContainer__s43AC {
  margin-bottom: 36px;
  width: 100%;
  column-gap: 8px;
  row-gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.eventcontainer_cardContainer__s43AC.bitmis_tedbirler{
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}
.eventcontainer_emptyMessage__vOrPJ,
.eventcontainer_loadingMessage__gn70M {
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  color: #666;
  background-color: rgba(17, 34, 45, 0.05);
  border-radius: 10px;
  margin: 20px 0;
}
.finishedevents_headText__YTigf {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.finishedevents_headText__YTigf h3, .eventcontainer_cardContainer__s43AC h3 {
  font-size: 48px;
  font-weight: 300;
}
.finishedevents_headText__YTigf h3 span, .eventcontainer_cardContainer__s43AC h3 span {
  font-size: 48px;
  font-weight: 700;
}
.finishedevents_pastEventsToggle__EZqyL {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.finishedevents_pastEventsToggle__EZqyL span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-wrap: nowrap;
}

.eventcard_container__QSwXb {
  position: relative;
  background-size: cover;
  background-position: 50%;
  /*width: calc(50% - 7.5px);*/
  aspect-ratio: 813 / 557;
  border-radius: 32px;
  overflow: hidden;
  background-image: url(http://backend.bda.edu.az/media/events/5472031306155159284_121_9fdd9914.jpg);
}
.eventcard_overlay__Do7el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.7));
}
.eventcard_content__X6k1Y {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 25px 20px;
}

.eventcard_container__QSwXb h3 {
  font-size: 20px;
  width: 80%;
  line-height: normal;
  font-weight: 700;
  color: #f2f2f2;
  margin-bottom: 10px;
}
.eventcard_actions__k9bxq {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.eventcard_socialMedia__Ex6BM {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eventcard_socialMedia__Ex6BM button {
  background-color: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.eventcard_socialMedia__Ex6BM button {
  background-color: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.eventcard_socialMedia__Ex6BM img {
  width: 30px;
  height: 30px;
}

.eventcard_shareWrapper__kjYpZ {
  position: relative;
  display: inline-block;
}
.eventcard_shareBtn__XpMVQ {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f2f2f2;
}
.eventcard_socialMedia__Ex6BM button {
  background-color: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.eventcard_container__QSwXb span {
  font-size: 15px;
  color: #f2f2f2;
  display: block;
}
.eventcard_shareBtn__XpMVQ span {
  margin-bottom: 0;
  font-size: 10px !important;
}
/*TEDBIRLER IC SEHIFE END  */




/**/


/*BLOQLAR IC START*/
.blog-card {
    height: 250px;
    position: relative;
     margin: 10px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    overflow: hidden;
}
.blog-card img {
    width: 100%;
    height: 100%;
    filter: contrast(1.2);
    transition: .4s all ease;
    object-fit: cover;
}
.blog-card:hover img {
    transform: scale(1.1);
}
.blog-text {
    position: absolute;
    padding: 25px;
    display: flex;
    gap: 11px;
    z-index: 8;
    width: 100%;
    flex-direction: column;
}
.blog-card::after {
    content: "";
    background: linear-gradient(to top, #4e5f1cdb, #0000008f, #00000029);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.blog-text h3 {
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /*padding: 25px 25px 5px;*/
}

.blog-text .etrafli {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}
.blog-card .etrafli span {
    display: block;
    width: 0;
    opacity: 0;
    transition: .3s;
    height: 20px;
    overflow: hidden;
}
.blog-card:hover .etrafli span {
    width: 100px;
    opacity: 1;
}
.blog-card:hover .etrafli {
    gap: 16px;
    background: linear-gradient(149deg, rgba(234, 134, 162, 1) 25%, rgba(250, 204, 107, 0.95) 84%);
}
/*BLOQLAR IC END*/