/* <-------------------------------------------------------------- FONTS --------------------------------------------------------------> */

@font-face {
  font-family: "Bold";
  src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Regular";
  src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Bold-italic";
  src: url(fonts/Poppins-BoldItalic.ttf);
}

@font-face {
  font-family: "Italic";
  src: url(fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "SemiBold";
  src: url(fonts/Poppins-SemiBold.ttf);
}

/* <-------------------------------------------------------------- ROOTS --------------------------------------------------------------> */

:root {
  /*<--------------- FONTS ---------------> */

  --bold: "Bold";
  --semi: "SemiBold";
  --bold-italic: "Bold-italic";
  --regular: "Regular";
  --regular-italic: "Italic";

  /*<--------------- COLORS ---------------> */

  --primary-color: #686868;
  --secondary-color: #333436;
  --blue: #1e73be;
  --yellow: #fee440;
  --purple: #9b5de5;
  --black: #000000;
  --white: #ffffff;

  /*<--------------- TRANSITIONS ---------------> */

  --transition: all 0.15s linear;
  --transition-fast: all 0.25s linear;
  --transition-medium: all 0.35s linear;
  --transition-slow: all 0.5s linear;
}

/* Cookie */
.cookie_notice_container a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

/* <-------------------------------------------------------------- TYPOGRAPHY --------------------------------------------------------------> */

h1 {
  font-family: var(--bold);
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 1.7073))), 48px);
  color: var(--black);
}

h2 {
  font-family: var(--bold);
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 1.0976))), 38px);
  color: var(--black);
}

h3 {
  font-family: var(--bold);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
}

h4 {
  font-family: var(--regular);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
}

p {
  font-family: var(--regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  color: var(--black);
  margin-bottom: 10px;
}

ul li {
  font-family: var(--regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  color: var(--black);
}

ul li::marker {
  color: #1e73be;
}

strong {
  font-family: var(--bold);
}

p:last-of-type {
  margin-bottom: 0px;
}

a {
  font-family: var(--regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  color: var(--black);
}

a:hover {
  color: var(--blue);
}

/* <-------------------------------------------------------------- GENERALS --------------------------------------------------------------> */
.navbar-toggler {
  border: unset;
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  height: 35px;
  width: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navbar-toggler .icon-bar {
  background-color: #fff;
}
/* Common hero section */
.common_hero {
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  background-color: #fffc36 !important;
}
@media (max-width: 700px) {
  .common_hero {
    height: 150px;
  }
}
.common_hero_bubble {
  position: absolute;
  padding: 0;
}
.common_hero_text {
  z-index: 1;
}
.common_hero_title h1 {
  color: #fff;
  width: fit-content;
  position: relative;
}
.common_hero_title h1::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  bottom: -10px;
  border-radius: 70px;
  background: linear-gradient(
    90deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  box-shadow: 4px 12px 39px 0px rgba(0, 0, 0, 0.25);
}
.row.builder-row.common_hero::before {
  content: "";
  position: absolute;
  background: #0002;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
/*<--------------- FORMS ---------------> */

.form-control {
  background: transparent;
  border: 1px solid #00000020;
  border-radius: 15px;
  padding: 1.4rem;
}

.form-group {
  position: relative;
  height: fit-content;
}

.form-group:not(.agreement-radio):not(.checkout-gdpr) label {
  position: absolute;
  top: 10px;
  margin: auto;
  height: fit-content;
  left: 20px;
  z-index: 0;
}

.form-control:focus {
  color: #495057;
  background-color: inherit;
  border-color: inherit;
  box-shadow: none;
}

.focus label,
.focus span {
  color: transparent;
}

.invoice-group label {
  color: var(--black);
}

.item-acceptance span {
  color: var(--black);
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + .checkbox-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--black);
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.12s, border-color 0.08s;
  border-radius: 0px;
}

input[type="checkbox"]:checked + .checkbox-text:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

input[type="checkbox"] + .checkbox-text {
  cursor: pointer;
  padding-left: 30px;
}

.c-error {
  position: absolute;
  bottom: -1rem;
  left: 0;
  font-size: 12px;
}

/*<--------------- GENERAL-SECTIONS ---------------> */

.section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*<--------------- HERO-INFO ---------------> */

.hero-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-numbers .yellow-number .yellow {
  color: var(--yellow);
  font-size: min(max(28px, calc(1.75rem + ((1vw - 2.8px) * 1.7073))), 56px);
  font-family: var(--bold);
  margin: 0;
}

.hero-numbers .blue-number .blue {
  color: var(--blue);
  font-size: min(max(28px, calc(1.75rem + ((1vw - 2.8px) * 1.7073))), 56px);
  font-family: var(--bold);
  margin: 0;
}

.hero-numbers .purple-number .purple {
  color: var(--purple);
  font-size: min(max(28px, calc(1.75rem + ((1vw - 2.8px) * 1.7073))), 56px);
  font-family: var(--bold);
  margin: 0;
}

.hero-numbers .title-text .title {
  margin: 0px;
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
  font-family: var(--regular);
  line-height: 1.2;
  color: var(--white);
}
@media (max-width: 925px) {
  .hero-numbers .title-text .title {
    font-size: 14px !important;
  }
  .hero-numbers .title-text .subtitle {
    font-size: 12px !important;
  }
  .hero-numbers .yellow-number .yellow,
  .hero-numbers .blue-number .blue,
  .hero-numbers .purple-number .purple {
    font-size: 30px !important;
  }
}

.hero-numbers .title-text .subtitle {
  margin: 0px;
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  font-family: var(--regular);
  line-height: 1.2;
  color: var(--white);
}

.hero-left-card .module-text {
  margin-left: calc(5vw + 15px);
}
.hero-right-card .module-text {
  margin-right: calc(5vw + 15px);
}
@media (max-width: 550px) {
  .hero-left-card .module-text {
    margin-left: 0 !important;
  }
  .hero-right-card .module-text {
    margin-right: 0 !important;
  }
}

@media (max-width: 760px) {
  .hero-left-card .module-text {
    margin-left: 0 !important;
  }
  .hero-right-card .module-text {
    margin-right: 0 !important;
  }
}
@media (max-width: 730px) {
  .hero-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }
  .hero-numbers .title-text {
    text-align: center;
  }
}

.hero-middle-card {
  justify-content: center;
}

.hero-right-card {
  justify-content: right;
}

/*<--------------- IMAGE BORDER ---------------> */

.img-border {
  padding: 20px;
  position: relative;
}
.img-border img {
  border-radius: 50px;
}

.img-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /* border: 2px solid var(--blue); */
  top: 0;
  left: 0;
  transition: var(--transition-medium);
  border-radius: 50px;
  /* background: #0002; */
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  z-index: -1;
}
.img-border:hover::before {
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: var(--transition-medium);
}
@media (max-width: 500px) {
  .img-border img {
    border-radius: 30px;
  }
  .img-border {
    padding: 7.5px;
    position: relative;
  }
  .img-border::before {
    border-radius: 35px;
  }
}

/*<--------------- SPACE ---------------> */

.ss {
  margin-bottom: 80px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.h2mb_20 h2 {
  margin-bottom: 20px;
}

.h2mb_40 h2 {
  margin-bottom: 40px;
}

.h3mb_20 h3 {
  margin-bottom: 20px;
}

/*<--------------- CONTAINER ---------------> */

.container {
  max-width: 90vw;
}

main {
  margin-top: 98px;
}
.acasa main {
  margin-top: 0 !important;
}

/*<--------------- BUTTONS ---------------> */

/* PRIMARY */

/* .btn-primary {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 17px 30px;
  background-color: var(--purple);
  border-radius: 0px;
  border: 0px;
  max-width: fit-content;
  transition: var(--transition-fast);
  border-radius:10px;
} */
.btn-primary {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 17px 30px;
  border-radius: 0px;
  border: 0px;
  max-width: fit-content;
  transition: var(--transition-fast);
  border-radius: 10px;
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: var(--semi);
}

.btn-primary:hover {
  transform: scale(1.02);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-primary:focus,
.btn-primary.focus {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  box-shadow: none;
}

/* SECONDARY */

.btn-secondary {
  border: 1px solid var(--white);
  background-color: transparent;
  border-radius: 0px;
  padding: 10px 30px;
  transition: var(--transition-fast);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: var(--transition-medium);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

/*<--------------- NAVBAR ---------------> */

header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #0009;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s linear;
}
header.on_scroll .logo {
  max-height: 60px !important;
}

header .nav-link {
  color: #fff;
}
header .nav-link:hover {
  color: var(--purple);
}
.secondary-menu .nav {
  margin: auto;
  justify-content: center;
  gap: 25px;
}

#main-navbar-collapse {
  justify-content: center;
  /* padding: 20px 0; */
}
@media (max-width: 1450px) {
  .logo {
    max-height: 50px;
  }
}
@media (max-width: 1199px) {
  #main-navbar-collapse {
    padding: 20px 0;
  }
  .nav-btn {
    margin-top: 25px;
  }
}

#main-navbar-collapse .main-nav {
  margin: auto;
}

header .navbar-nav {
  gap: 25px;
}

header #main-navbar .nav-link {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: var(--bold);
}

header .secondary-menu .nav-link {
  padding: 0px;
}

header #main-navbar {
  padding: 10px 0px;
}

header .navbar-brand {
  padding: 0px;
}
.logo {
  max-height: 80px;
  transition: all 0.2s linear;
}
/* secondary menu */
.next-arrow-submenu,
.prev-arrow-submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: var(--blue);
  padding: 0 12px;
}
.next-arrow-submenu path,
.prev-arrow-submenu path {
  stroke: #fff;
}
/* .secondary-menu .nav-item:hover .dropdown-menu {
    display: block;
} */
.visible_dropdown {
  display: block;
}

.secondary-menu .nav-item {
  position: relative;
  padding: 20px 0;
}

.secondary-menu .dropdown-menu .nav-item {
  padding: 10px 0;
}

.secondary-menu .dropdown-menu {
  margin: 0;
  padding: 10px 30px;
  border-radius: 0px;
  border: 1px solid #00000020;
  background-color: var(--white);
  z-index: 9999;
  /* left: -30px; */
  min-width: 300px;
  transition: var(--transition-slow);
}
/* .secondary-menu .dropdown-menu {
    position: fixed;
    width: 100%;
    top: 75px;
} */
.secondary-menu .dropdown_item a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.secondary-menu .dropdown_item a svg {
  transition: var(--transition-fast);
}
.svg_rotate {
  transform: rotate(180deg);
}

/* .secondary-menu .dropdown_item:hover a svg {
    transform: rotate(180deg);
    transition: var(--transition-fast);
} */

/* <-------------------------------------------------------------- ACASA --------------------------------------------------------------> */

/*<--------------- HERO ---------------> */

.acasa-hero-section {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  justify-content: space-between;
  background: var(--yellow);
  align-items: center;
}
.row.builder-row.acasa-hero-section::before {
  content: "";
  position: absolute;
  background: #0002;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}

.acasa-hero-section .hero-bg {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.acasa-hero-section .hero-bg .module-code {
  display: flex;
  height: 100%;
}

.acasa-hero-section .hero-bg .module-code svg {
  width: 100%;
  height: 100%;
}

.acasa-hero-section .acasa-hero-text,
.acasa-hero-section .acasa-hero-image {
  z-index: 1;
  height: fit-content;
  margin-top: 100px !important;
}

/* GRUPE COPII SECTIUNE */
.section_cards_hp {
  background-color: #b8ecff;
}
.section_cards_hp.cursuri {
  background-color: #e2ffb8;
}

.img_title_groups img {
  height: 200px;
}
/* cards */
.class_text_col,
.classes_cards,
.personal_didactic_grid_container,
.section_cards,
.common_hero_text {
  max-width: 90vw;
  margin: auto;
}
.classes_cards {
  display: grid;
  grid-template: 400px / repeat(4, 1fr);
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 30px;
}

.classes_cards .module-fickle {
  background-color: #fff9;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
}
.classes_cards .module-fickle .fickle-title {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-family: var(--semi);
  width: fit-content;
  margin: auto;
}

.classes_cards .module-fickle .fickle-item.fickle-image {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.classes_cards .module-fickle .fickle-image img {
  max-height: 100%;
  width: 60%;
  height: 70%;
}
.classes_cards .module-fickle .fickle-header {
  position: absolute;
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1200px) {
  .classes_cards {
    grid-template: 350px / repeat(4, 1fr);
    gap: 15px;
  }
  .classes_cards .module-fickle .fickle-title {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .classes_cards {
    grid-template: 300px / repeat(4, 1fr);
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .classes_cards {
    grid-template: 400px 400px / repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .classes_cards {
    grid-template: 350px 350px / repeat(2, 1fr);
    gap: 15px;
  }
  .classes_cards .module-fickle .fickle-header {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .classes_cards {
    grid-template: 300px 300px / repeat(2, 1fr);
    gap: 15px;
  }
  .classes_cards .module-fickle .fickle-header {
    padding: 5px;
  }
  .classes_cards .module-fickle .fickle-title {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .classes_cards {
    grid-template: 250px 250px / repeat(2, 1fr);
    gap: 15px;
  }
  .classes_cards .module-fickle .fickle-header {
    padding: 5px;
  }
  .classes_cards .module-fickle .fickle-title {
    font-size: 14px;
  }
}
.class_text_col p {
  font-size: 25px;
  text-align: center;
  font-family: var(--semi);
  color: #404040;
}
@media (max-width: 600px) {
  .class_text_col p {
    font-size: 20px;
  }
}
.class_text_col strong {
  font-family: var(--semi);
  position: relative;
  background: linear-gradient(
    90deg,
    #ff0f00 0%,
    #e88e08 16.67%,
    #ffd400 30.21%,
    #2eba00 40.63%,
    #0061e1 57.81%,
    #9637b7 78.13%,
    #6b0384 100%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.acasa-hero-text {
  padding-left: calc(5vw + 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acasa-hero-text .hero-supratitle {
  color: var(--blue);
  font-family: var(--bold);
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 1.0976))), 38px);
  margin-bottom: 0px;
  color: var(--purple);
}

.acasa-hero-text h1 {
  margin-bottom: 20px;
  color: var(--white);
  position: relative;
  width: fit-content;
}
.acasa-hero-text h1::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  bottom: -5px;
  border-radius: 70px;
  background: linear-gradient(
    90deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  box-shadow: 4px 12px 39px 0px rgba(0, 0, 0, 0.25);
}

.acasa-hero-text p {
  color: var(--white);
}

@media (min-width: 992px) {
  .acasa-hero-image {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: calc(5vw + 15px);
  }
  .acasa-hero-image .module-image {
    max-height: 100%;
    max-width: 80%;
  }
}

.acasa-hero-image .module-image {
  max-height: 100%;
  width: 100%;
}

.hero-cards {
  padding: 0;
  background-color: var(--secondary-color);
  padding: 15px 0;
}
.hero-cards .module-text {
  padding: 0;
  background-color: var(--secondary-color);
  padding: 0 15px;
}

@media (max-width: 425px) {
  .section_2_details {
    display: flex;
    flex-direction: column;
  }
  .section_2_details .hero-cards {
    max-width: 100%;
  }
  .hero-left-card::before {
    border-right: unset !important;
  }

  .hero-right-card::before {
    border-left: unset !important;
  }
}

.hero-left-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  border-right: 1px solid var(--white);
  pointer-events: none;
}

.hero-right-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid var(--white);
  pointer-events: none;
}

/*<--------------- SECTION-4 ---------------> */

.acasa-section-4 .hero-numbers {
  margin-bottom: 20px;
  flex-direction: column;
}

.acasa-section-4 .hero-cards {
  padding: 50px 0px;
}

.acasa-section-4 .title-text {
  text-align: center;
}
.acasa-section-4 .subtitle {
  font-size: 16px !important;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: all 0.2s linear;
  -webkit-line-clamp: 2;
}

@media (max-width: 1050px) {
  .acasa-section-4 .title {
    font-size: 14px !important;
  }
  .acasa-section-4 .subtitle {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .acasa-section-4 {
    display: grid;
    grid-template: auto / 1fr 1fr;
  }
  .acasa-section-4 .hero-cards {
    max-width: 100%;
    width: 100% !important;
  }
  .acasa-section-4 .hero-right-card {
    grid-column: 1/3;
    padding-top: 0 !important;
  }
  .acasa-section-4 .hero-right-card .content-banner {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .acasa-section-4 .hero-left-card::before {
    border-right: 1px solid #fff !important;
  }
  .acasa-section-4 .hero-right-card::before {
    border-left: unset !important;
  }
}
@media (max-width: 400px) {
  .acasa-section-4 .hero-left-card::before {
    border-right: unset !important;
  }

  .acasa-section-4 .hero-left-card {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }
  .acasa-section-4 .hero-right-card {
    padding-bottom: 30px !important;
  }
  .acasa-section-4 {
    display: flex;
    flex-direction: column !important;
  }

  .acasa-section-4 .hero-cards .content-banner {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .acasa-section-4 .hero-cards {
    padding: 15px;
  }
}
.acasa-section-4 .banner-button {
  max-width: fit-content;
  margin: auto;
}

/*<--------------- SECTION-5 ---------------> */

.section-5-cards h3 {
  color: var(--blue);
  margin-bottom: 20px;
}

.section-5-cards {
  display: flex;
  flex-grow: 1;
  padding: 20px 15px;
}

.section-5-cards .module-text {
  display: flex;
  flex-direction: column;
}

.section-5-cards::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  border-bottom: 1px solid #00000020;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-5-middle-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  border-left: 1px solid #00000020;
  border-right: 1px solid #00000020;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/*<--------------- SECTION-6 ---------------> */

.acasa-section-noutati .categories-grid {
  justify-content: space-between;
}

.blog-cards {
  padding: 0 15px;
  flex-direction: column;
  flex-grow: 1;
}

.categories-grid {
  gap: 30px 0;
}

.blog-cards .category-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 20px;
  border: 2px solid var(--blue);
}

.blog-cards .category-item-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.blog-cards .categ-title {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 155px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 100%;
}

.blog-cards .categ-image-wrapper img {
  width: 100%;
}

.blog-cards .blog-btn .btn-primary {
  max-width: 100%;
  justify-content: center;
}

/* <-------------------------------------------------------------- DESPRE NOI --------------------------------------------------------------> */

.bg_text {
  background: var(--yellow);
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
}
.personal_didactic_grid_container {
  display: grid;
  grid-template: auto / repeat(4, 1fr);
  gap: 15px;
  margin-top: 3rem;
}
.teacher_fickle {
  background: #fff9;
  padding: 7.5px;
  border-radius: 15px;
  overflow: hidden;
}
.teacher_fickle .fickle-image {
  max-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.teacher_fickle .fickle-image img {
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher_fickle .fickle-item.fickle-text-content {
  position: absolute;
  bottom: 7.5px;
  background: #fff9;
  left: 7.5px;
  width: calc(100% - 15px);
  min-height: 60px;
  padding: 5px 7.5px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
}
.fickle-item.fickle-text-content h3 {
  font-size: 18px;
  font-family: var(--semi);
  margin: 0;
  line-height: 1.2;
}
.img_personal_didactic .module-image img {
  max-height: 200px;
}

@media (max-width: 1300px) {
  .fickle-item.fickle-text-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .personal_didactic_grid_container {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    gap: 15px;
    margin-top: 3rem;
  }
}
@media (max-width: 450px) {
  .fickle-item.fickle-text-content h3 {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .img_personal_didactic .module-image img {
    max-height: 110px;
  }
}
@media (max-width: 400px) {
  .personal_didactic_grid_container {
    grid-template: auto / 1fr;
  }
}

.teacher_section {
  padding: 50px 0;
  background: #afecff;
}

.despre-noi-section-3 {
  padding: 50px 0px;
  text-align: center;
  position: relative;
}

.despre-noi-section-3 h2 {
  color: var(--yellow);
}

.despre-noi-section-3 p {
  color: var(--white);
}

.despre-noi-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5vw;
  width: 100vw;
  height: 100%;
  background-color: var(--secondary-color);
}

.slick-arrow-left {
  position: absolute;
  bottom: -64px;
  right: 65px;
  cursor: pointer;
  transition: var(--transition-medium);
}

.slick-arrow-right {
  position: absolute;
  bottom: -64px;
  right: 15px;
  cursor: pointer;
  transition: var(--transition-medium);
}

.slick-arrow-left path {
  stroke: var(--secondary-color);
  transition: var(--transition-medium);
}

.slick-arrow-right path {
  stroke: var(--secondary-color);
  transition: var(--transition-medium);
}

.slick-arrow-left:hover path {
  stroke: var(--blue);
  transition: var(--transition-medium);
}

.slick-arrow-right:hover path {
  stroke: var(--blue);
  transition: var(--transition-medium);
}

.despre-noi-section-6::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: -5vw;
  top: 0;
  background-color: var(--secondary-color);
}

.despre-noi-section-6 {
  position: relative;
  padding: 50px 0px;
  justify-content: space-between;
  gap: 40px 0;
}

.despre-noi-section-6 h2 {
  color: var(--yellow);
}

.despre-noi-section-6 h3 {
  color: var(--blue);
}

.despre-noi-section-6 h4 {
  color: var(--purple);
  margin-bottom: 20px;
}

.despre-noi-section-6 p {
  color: var(--white);
}

.despre-noi-section-6 .col-lg-3 {
  text-align: center;
}

.despre-noi-section-7 h3 {
  margin-bottom: 40px;
  color: var(--purple);
}

.despre-noi-section-7 h4 {
  color: var(--blue);
}

.despre-noi-section-7 {
  gap: 40px 0;
}

.despre-noi-section-8 {
  gap: 40px 0px;
}

.despre-noi-section-8-text p {
  margin-bottom: 20px;
}

.despre-noi-section-8-text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* <-------------------------------------------------------------- NOUTATI --------------------------------------------------------------> */

/* <-------------------------------------------------------------- CONTACT --------------------------------------------------------------> */

.contact-form-container {
  padding: 0px;
}

.map-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rainbow_map {
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  border-radius: 30px;
  min-height: 430px;
}
.rainbow_map iframe {
  height: 100%;
  border-radius: 15px;
}

/* <-------------------------------------------------------------- VIEW BLOG --------------------------------------------------------------> */

.blog-container {
  margin-top: 50px;
}

.blog-container .header-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-container .header-image img {
  width: 40%;
}

.blog-container .blog-post {
  background-color: #00000010;
  padding: 50px;
}

.blog-container .post-buttons {
  display: flex;
  margin-top: 50px;
}

.blog-container .post-buttons .prev-post-btn {
  margin-right: auto;
}

.blog-container .post-buttons .next-post-btn {
  margin-left: auto;
}

.blog-container .post-buttons .post-btn {
  background-color: transparent;
  border: 2px solid var(--blue);
  padding: 15px 30px;
  transition: var(--transition-fast);
}

.blog-container .post-buttons .post-btn:hover {
  background-color: var(--blue);
  color: var(--white);
  text-decoration: none;
  transition: var(--transition-fast);
}

.blog-container .back-btn-blog:hover {
  color: var(--blue);
  text-decoration: none;
}

.blog-container .blog-similar-post .categories-grid {
  justify-content: space-between;
}

.pagination-posts {
  margin-top: 40px;
  gap: 20px;
  align-items: center;
}

.pagination-posts .prev,
.next {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--black);
  transition: var(--transition-medium);
}

.pagination-posts .prev:hover,
.next:hover {
  border: 2px solid var(--blue);
  transition: var(--transition-medium);
  cursor: pointer;
}

.pagination-posts .prev:hover span,
.next:hover span {
  color: var(--blue);
  transition: var(--transition-medium);
  cursor: pointer;
}

.pagination-posts .prev span,
.next span {
  transition: var(--transition-medium);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-posts .prev:hover,
.next:hover a {
  color: var(--blue);
  transition: var(--transition-medium);
  text-decoration: none;
}

.pagination-posts .next a,
.prev a {
  transition: var(--transition-medium);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.pagination-posts .active a {
  color: var(--blue);
}

.pagination-posts .disabled {
  display: none;
}

/* <-------------------------------------------------------------- FOOTER --------------------------------------------------------------> */

.grid_footer_resp {
  background-color: #00a4bf;
  padding: 50px 5vw 50px 5vw;
  box-shadow: rgb(85, 91, 255) 0px 0px 0px 3px, rgb(31, 193, 27) 0px 0px 0px 6px,
    rgb(255, 217, 19) 0px 0px 0px 9px, rgb(255, 156, 85) 0px 0px 0px 12px,
    rgb(255, 85, 85) 0px 0px 0px 15px;
  display: grid;
  grid-template: auto / 20% auto auto auto 15%;
  gap: 15px;
}
@media (max-width: 1300px) {
  .grid_footer_resp {
    grid-template: auto / 20% auto auto auto 100px;
  }
}
@media (min-width: 850px) and (max-width: 1100px) {
  .grid_footer_resp {
    grid-template: auto / 200px auto auto auto;
  }
  .col_img_footer {
    display: none !important;
  }
}
@media (max-width: 850px) {
  .grid_footer_resp {
    grid-template: auto / 300px 1fr 1fr;
    gap: 50px 15px;
  }
}
@media (min-width: 450px) and (max-width: 700px) {
  .grid_footer_resp {
    grid-template: auto / 1fr 1fr;
    gap: 50px 15px;
  }
  .logo_col {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media (max-width: 576px) {
  .grid_footer_resp {
    padding: 50px 15px 50px 15px;
  }
}
@media (max-width: 450px) {
  .grid_footer_resp {
    grid-template: auto / 1fr;
    gap: 50px;
  }
  .grid_footer_resp .module-text {
    text-align: center;
  }
  footer .module.module-image.fb-icon {
    margin: auto;
  }
}
.col_img_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg_img_footer {
  max-width: 200px;
  margin: auto;
}

footer .module.module-image.fb-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4267b2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
footer .module.module-image.fb-icon a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  font-family: var(--bold);
  color: var(--white);
}

footer .module-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer-contact .module-text {
  gap: 0px;
}

footer a {
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  color: #fff9;
  font-family: var(--semi);
}

footer ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

footer .fb-icon img {
  max-height: 20px;
  max-width: 20px;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* @media (max-width: 750px) {
  .grid_footer_resp {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
  }
  .grid_footer_resp .logo_col {
    grid-column: 1/4;
    grid-row: 1/2;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
  .grid_footer_resp .col_menu {
    grid-column: 3/4;
    grid-row: 2/3;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
  .grid_footer_resp .footer-contact {
    grid-column: 1/3;
    grid-row: 2/3;
    max-width: 100% !important;
  }
}
@media (min-width: 550px) and (max-width: 750px) {
  .grid_footer_resp .col_utile {
    max-width: 100% !important;
    margin-bottom: 2rem;
    margin-top: 2rem !important;
  }
  .grid_footer_resp .col_submeniu {
    max-width: 100% !important;
    margin-bottom: 2rem;
    margin-top: 2rem !important;
  }
  .grid_footer_resp .col_legal {
    max-width: 100% !important;
    margin-bottom: 2rem;
    margin-top: 2rem !important;
  }
}
@media (max-width: 550px) {
  .grid_footer_resp .col_submeniu {
    grid-column: 1/4;
    grid-row: 4/5;
    text-align: center;
    margin-top: 2rem;
  }
  .grid_footer_resp .col_legal {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media (max-width: 420px) {
  .grid_footer_resp .footer-contact {
    grid-column: 1/4;
    grid-row: 5/6;
    text-align: center;
    margin-top: 2rem;
  }
  .grid_footer_resp .col_utile {
    grid-column: 1/3;
  }
} */

/* TEXT OVERFLOW */
.text_overflow_container {
  max-height: 480px;
  overflow: hidden;
  position: relative;
}
.text_overflow_container.active {
  max-height: unset !important;
}
.text_overflow_container.bg-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 84%,
    rgba(255, 255, 255, 1) 100%
  );
  top: 0;
  right: 0;
  pointer-events: none;
}

.ReadMore {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--yellow);
  padding: 5px 10px;
  border-radius: 5px 0 0 0;
  font-family: var(--regular);
}
.ReadMore:hover {
  cursor: pointer;
}

.folder-item-pdf {
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  transition: all 0.2s linear;
}
@media (min-width: 991px) {
  .folder-item-pdf:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointe;
  }
}

.item-pdf-image {
  padding: 15px;
}
.item-pdf-title {
  border-top: 2px solid #00000030;
  padding-top: 10px;
}
.item-pdf-title a {
  font-size: 14px;
  font-family: var(--regular);
  color: black;
}
.item-pdf-title a:hover {
  text-decoration: none;
}

/* ERASMUS */
.erasmus_img_container .img-content img {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border: 2px solid var(--blue);
}
.erasmus_img_container .img-content {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
}
.roll_up_img img {
  border: 2px solid #00000050;
}
.erasmus_title h3 {
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.list-files a {
  font-size: 20px !important;
}

@media (max-width: 1400px) {
  .erasmus_title h3 {
    font-size: 16px;
    min-height: 38.38px;
    max-height: 38.38px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .erasmus_title h3 {
    font-size: 20px;
    min-height: 48px;
    max-height: 48px;
  }
}
@media (min-width: 1600px) {
  .erasmus_title h3 {
    font-size: 24px;
    min-height: 55.71px;
    max-height: 55.71px;
  }
}
.erasmus-cards .category-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 10px;
  border: 2px solid var(--blue);
}

@media (min-width: 991px) and (max-width: 1400px),
  (min-width: 576px) and (max-width: 650px) {
  .blog-cards .category-item {
    padding: 10px;
  }
  .categories-grid .btn-primary {
    padding: 10px 15px;
  }
}

/* Programe si activitati */

.section_cards {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  gap: 30px;
}
.fickle-activity {
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  height: 350px;
}
/* .fickle-activity:hover {
  cursor: pointer;
} */
.fickle-activity .fickle-image {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: auto !important;
  max-height: 400px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.2s linear;
}
.fickle-activity:hover .fickle-image {
  width: 100%;
  height: 100%;
}
.fickle-activity:hover .fickle-header {
  width: 100%;
  left: 0;
  bottom: 0;
}
.fickle-activity .fickle-image img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.2s linear;
}
.fickle-activity .fickle-title h4 {
  font-family: var(--semi);
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.fickle-activity .fickle-header {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 5px 10px;
  background: #0009;
  width: calc(100% - 30px);
  border-radius: 0 0 15px 15px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: all 0.2s linear;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 1500px) {
  .fickle-activity .fickle-title h4 {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .section_cards {
    gap: 15px;
  }
  .fickle-activity {
    height: 300px;
  }
}
@media (max-width: 1250px) {
  .section_cards {
    grid-template: auto / repeat(2, 1fr);
    gap: 30px;
  }
  .fickle-activity {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .section_cards {
    grid-template: auto / repeat(2, 1fr);
    gap: 15px;
  }
  .fickle-activity .fickle-image {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .fickle-activity .fickle-header {
    bottom: 7.5px;
    left: 7.5px;
    min-height: 65px;
    display: flex;
    align-items: center;
    width: calc(100% - 15px);
  }
}
@media (max-width: 800px) {
  .fickle-activity {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .section_cards {
    grid-template: auto / 1fr;
    gap: 15px;
  }
  .fickle-activity {
    height: 350px;
  }
}
/* Section details */

.more_details_text h2 {
  margin-bottom: 25px;
  background: linear-gradient(
    90deg,
    #ff0f00 0%,
    #e88e08 16.67%,
    #ffd400 30.21%,
    #2eba00 40.63%,
    #0061e1 57.81%,
    #9637b7 78.13%,
    #6b0384 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.more_details_text p,
.more_details_text li {
  font-family: var(--regular);
  font-size: 16px;
  color: #626262;
}
.more_details_photo {
  height: fit-content;
}
.more_details_photo .module-image {
  height: 500px;
  overflow: hidden;
}
.more_details_photo .module-image img {
  height: 100%;
  object-fit: cover;
}
.more_details_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_rainbow {
  height: 350px;
  background-size: cover;
  background-position: center;
}

/* Gallery page */
.gallery_grid {
  display: grid;
  grid-template: auto / repeat(4, 1fr);
  gap: 30px;
}
.gallery_grid figure {
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  position: relative;
}

.gallery_grid a::before {
  content: "";
  font-family: "font-awesome";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0002;
  width: 100%;
  background: url("/uploads/icon/plus_search.svg");
  background-repeat: no-repeat;
  background-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
}
.module.module-gallery.gallery_grid a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0009;
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery_grid a:hover::before,
.gallery_grid a:hover::after {
  opacity: 1 !important;
}
.module.module-gallery.gallery_grid a {
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_grid img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: cover;
  margin: auto;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.gallery_grid figure:hover img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .gallery_grid {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
    gap: 20px;
  }
  .gallery_grid figure {
    height: 200px;
  }
}
@media (max-width: 1150px) {
  .gallery_grid {
    grid-template: auto / repeat(3, 1fr);
    gap: 15px;
  }
  .gallery_grid figure {
    height: 200px;
  }
}
@media (max-width: 900px) {
  .gallery_grid {
    grid-template: auto / repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .gallery_grid {
    gap: 7.5px;
  }
  .gallery_grid figure {
    height: 150px;
  }
  .gallery_grid img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 13px;
  }
}
@media (max-width: 400px) {
  .gallery_grid figure {
    height: 120px;
  }
  .gallery_grid a::before {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
}

/* Gallery slider */

.infinite_slider_gallery img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.infinite_slider_gallery figure {
  padding: 5px;
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  margin: 0 10px;
  border-radius: 20px;
  width: 400px;
  height: 250px;
}
@media (max-width: 700px) {
  .infinite_slider_gallery figure {
    width: 220px;
    height: 150px;
  }
}
.infinite_slider_section {
  background: linear-gradient(
    180deg,
    #b8ecff 0%,
    rgba(217, 217, 217, 0) 47.92%,
    #e2ffb8 100%
  );
}
/* Cursuri / Activitati */
.classes_cards.grid_activity {
  grid-template: 200px / repeat(4, 1fr);
}
.classes_cards.grid_activity .module-fickle .fickle-image img {
  max-height: 100%;
  width: 50%;
  height: 50%;
}

@media (max-width: 700px) {
  /* Title SVG Image */
  .img_title_groups img {
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .after_school img {
    height: 170px;
  }
  /* Title SVG Image */

  .classes_cards.grid_activity .module-fickle .fickle-image img {
    max-height: 100%;
    width: 30%;
    height: 30%;
  }
  .classes_cards.grid_activity {
    grid-template: 150px / repeat(4, 1fr);
    gap: 15px;
  }
  .grid_activity .fickle-header {
    padding: 5px !important;
  }
  .grid_activity .fickle-title {
    font-size: 14px !important;
  }
}
@media (max-width: 550px) {
  .classes_cards.grid_activity {
    grid-template: 120px / repeat(4, 1fr);
    gap: 7.5px;
  }
  .classes_cards.grid_activity .module-fickle .fickle-image img {
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .classes_cards.grid_activity {
    grid-template: 200px 200px / repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 350px) {
  .classes_cards.grid_activity {
    grid-template: 150px 150px / repeat(2, 1fr);
  }
}
.btn_read_more {
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
}

.section_cards_hp.after_school {
  position: relative;
  background-color: #a4a1fb;
  padding-top: 100px;
  margin-bottom: 100px !important;
}
.section_cards_hp.after_school::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  background: linear-gradient(180deg, #e2ffb8 0%, rgba(217, 217, 217, 0) 100%);
}

.img_title_groups .module-image {
  max-width: 700px;
  margin: auto;
}
.classes_cards.performance {
  grid-template: 120px / repeat(11, 1fr);
}
@media (max-width: 1500px) {
  .classes_cards.performance {
    grid-template: 90px / repeat(11, 1fr);
    gap: 15px;
  }
}
@media (max-width: 1000px) {
  .classes_cards.performance {
    grid-template: 70px / repeat(11, 1fr);
  }
  .classes_cards.classes .module-fickle .fickle-image img {
    max-height: 100%;
    position: absolute;
    height: calc(100% - 90px);
    top: 15px;
    left: auto;
    right: auto;
    width: calc(100% - 30px);
    object-fit: contain;
  }
  .classes_cards .module-fickle .fickle-image img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .classes_cards.performance {
    grid-template: 70px / repeat(11, 1fr);
    gap: 7.5px;
  }
}
@media (max-width: 750px) {
  .classes_cards.performance {
    grid-template: 50px / repeat(11, 1fr);
    gap: 7.5px;
  }
}
@media (max-width: 650px) {
  .classes_cards.performance {
    padding: 0 7.5px;
    margin: 15px auto;
  }
  .classes_cards.performance .module-fickle {
    padding: 7.5px;
  }
}
@media (max-width: 500px) {
  .classes_cards.performance .module-fickle {
    border-radius: 10px;
  }
}
@media (max-width: 450px) {
  .classes_cards.performance {
    grid-template: 40px / repeat(11, 1fr);
    gap: 7.5px;
  }
}
@media (max-width: 380px) {
  .classes_cards.performance {
    grid-template: 35px / repeat(11, 1fr);
    gap: 5px;
  }
}

/* Activitati */
.sectiune_programe_si_activitati {
  display: grid;
  grid-template: auto / repeat(3, calc(33.3% - 15px));
  gap: 30px;
}
.sectiune_programe_si_activitati .module.module-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 5px 10px;
  background: #0009;
  width: calc(100% - 30px);
  border-radius: 0 0 15px 15px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: all 0.2s linear;
  min-height: 50px;
  display: flex;
  align-items: center;
}

/* Btns slick */
.sectiune_programe_si_activitati .slick-arrow-right {
  position: absolute;
  cursor: pointer;
  transition: var(--transition-medium);
  top: 7.5px;
  right: 10px;
}
.sectiune_programe_si_activitati .slick-arrow-left {
  position: absolute;
  cursor: pointer;
  transition: var(--transition-medium);
  top: 7.5px;
  right: 75px;
}
.sectiune_programe_si_activitati .slick-arrow-left,
.sectiune_programe_si_activitati .slick-arrow-right {
  z-index: 1;
  height: 35px;
  background: #fff9;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: all 0.2s linear;
}
.sectiune_programe_si_activitati .slick-arrow-left:hover,
.sectiune_programe_si_activitati .slick-arrow-right:hover {
  background: #fff;
}
.sectiune_programe_si_activitati .slick-arrow-left svg,
.sectiune_programe_si_activitati .slick-arrow-right svg {
  width: 20px;
}
.sectiune_programe_si_activitati .slick-dots {
  position: absolute;
  top: 7.5px;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 15px;
  background: #fff5;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 5px;
  /* display: flex; */
  display: none !important;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.sectiune_programe_si_activitati h4 {
  font-family: var(--semi);
  color: #fff;
  font-size: 18px !important;
  margin: 0;
}
.sectiune_programe_si_activitati .slick-dotted.slick-slider {
  margin-bottom: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.sectiune_programe_si_activitati .slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}
.sectiune_programe_si_activitati figure {
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
}
.sectiune_programe_si_activitati figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.activity_card {
  padding: 0;
  background: linear-gradient(
    140deg,
    #f44840 9.84%,
    #eab820 26.5%,
    #56c63f 49.83%,
    #5f60f3 76.66%,
    #9637b7 105.13%
  );
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1500px) {
  .sectiune_programe_si_activitati h4 {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .sectiune_programe_si_activitati {
    gap: 15px;
  }
  .activity_card {
    height: 300px;
  }
}
@media (max-width: 1250px) {
  .sectiune_programe_si_activitati {
    grid-template: auto / repeat(2, calc(50% - 15px));
    gap: 30px;
  }
  .activity_card {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .sectiune_programe_si_activitati {
    grid-template: auto / repeat(2, calc(50% - 7.5px));
    gap: 15px;
  }
  .sectiune_programe_si_activitati .slick-dotted.slick-slider {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .sectiune_programe_si_activitati .module.module-text {
    bottom: 7.5px;
    left: 7.5px;
    min-height: 65px;
    display: flex;
    align-items: center;
    width: calc(100% - 15px);
  }
}
@media (max-width: 800px) {
  .activity_card {
    height: 250px;
  }
}
@media(max-width: 576px) {
  .sectiune_programe_si_activitati {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .sectiune_programe_si_activitati {
    grid-template: auto / 100%;
    gap: 15px;
  }
  .activity_card {
    height: 350px;
  }
}
