@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: "DM Serif Display", serif !important;
}

h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.btn1 {
  background: #FFCC00;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  color: rgba(16, 16, 24, 0.9490196078);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
}
.btn1 svg {
  margin-left: 12px;
}

.btn2 {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.9490196078);
  width: fit-content;
  border-radius: 8px;
  background: rgba(144, 145, 156, 0.8);
}

.btn3 {
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.9490196078);
  width: fit-content;
  border-radius: 8px;
  background: #000000;
}

.container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1330px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.page_content {
  margin-top: 160px !important;
  color: white;
  margin-bottom: 80px !important;
}
.page_content h1 {
  font-size: 42px;
}
.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}
.page_content p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.page_content p strong {
  font-weight: 600;
  font-size: 18px;
}
.page_content ul, .page_content ol {
  padding-left: 25px;
  list-style: initial;
  margin-bottom: 24px;
}
.page_content ul li, .page_content ol li {
  margin-bottom: 6px;
  line-height: 1.2;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

header.site-header {
  background: rgba(16, 16, 24, 0.9490196078);
  padding: 24px 0;
}
header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .header_content .column .custom-logo {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .column .custom-logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column nav {
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 64px 32px;
    background: rgba(16, 16, 24, 0.9490196078);
    z-index: 3;
    display: none;
  }
}
header.site-header .header_content .column nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column nav ul {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .column nav ul li {
  margin: 0 28px;
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .column nav ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column nav ul li {
    width: 100%;
    margin: 20px 0;
  }
}
header.site-header .header_content .column nav ul li:first-of-type {
  margin-left: 0;
}
header.site-header .header_content .column nav ul li:last-of-type {
  margin-right: 0;
}
header.site-header .header_content .column nav ul li a {
  font-weight: 500;
  font-size: 16.6px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column nav ul li a {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column.right_side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header.site-header .header_content .column .burger {
  width: 27px;
  height: 20px;
  display: none;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .column .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
header.site-header .header_content .column .burger.active {
  justify-content: center;
  position: relative;
}
header.site-header .header_content .column .burger.active span {
  transform: rotate(-45deg);
  transition: all 0.4s;
  position: absolute;
}
header.site-header .header_content .column .burger.active span:nth-of-type(3) {
  transform: rotate(45deg);
}
header.site-header .header_content .column .burger.active span:nth-of-type(2n) {
  opacity: 0;
  transition: all 0.4s;
}
header.site-header .header_content .column .burger span {
  display: block;
  height: 2px;
  border-radius: 24px;
  background: white;
  margin-left: auto;
  width: 100%;
}
header.site-header .header_content .column .burger span:nth-of-type(2n) {
  width: 20px;
  transition: all 0.4s;
  opacity: 1;
}

.main_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main_section {
    max-width: 768px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.main_section .left_side {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .main_section .left_side {
    width: 100%;
  }
}
.main_section .left_side img {
  width: 100%;
}
.main_section .right_side {
  width: 55%;
  padding-left: 145px;
  padding-right: 200px;
}
@media screen and (max-width: 1400px) {
  .main_section .right_side {
    padding: 0 100px 0 90px;
  }
}
@media screen and (max-width: 1200px) {
  .main_section .right_side {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .main_section .right_side {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .right_side {
    padding: 0 15px;
  }
}
.main_section .right_side h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -4%;
  color: rgba(16, 16, 24, 0.9490196078);
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .main_section .right_side h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .right_side h1 {
    font-size: 42px;
  }
}
.main_section .right_side p {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  letter-spacing: 1.5%;
  color: #45464B;
}
.main_section .right_side p:last-of-type {
  font-size: 14px;
}
.main_section .right_side p b {
  font-weight: 700;
}
.main_section .right_side .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .main_section .right_side .buttons {
    flex-wrap: wrap;
  }
}
.main_section .right_side .buttons a {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .main_section .right_side .buttons a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

h6 {
  font-weight: 400;
  font-size: 14.6px;
  line-height: 26px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #45464B;
  margin-bottom: 16px;
}

h2 {
  font-weight: 400;
  font-size: 64px;
  margin-bottom: 24px;
  line-height: 108%;
}
@media screen and (max-width: 1230px) {
  h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

p {
  font-weight: 400;
  font-size: 15.4px;
  line-height: 27px;
  letter-spacing: 2%;
  color: #45464B;
  margin-bottom: 12px;
}
p strong {
  font-weight: 700;
}

.for_who_is_wrap {
  background: rgba(16, 16, 24, 0.0509803922);
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap {
    padding: 60px 0;
  }
}
.for_who_is_wrap .for_who_is {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap .for_who_is {
    flex-wrap: wrap;
  }
}
.for_who_is_wrap .for_who_is .left_side {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap .for_who_is .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.for_who_is_wrap .for_who_is .right_side {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap .for_who_is .right_side {
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .for_who_is_wrap .for_who_is .right_side {
    width: 100%;
  }
}
.for_who_is_wrap .row_2 {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap .row_2 {
    flex-wrap: wrap;
  }
}
.for_who_is_wrap .row_2 .item {
  width: calc(25% - 30px);
  border-radius: 15px;
}
@media screen and (max-width: 1230px) {
  .for_who_is_wrap .row_2 .item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .for_who_is_wrap .row_2 .item {
    width: calc(50% - 15px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .for_who_is_wrap .row_2 .item {
    width: 100%;
  }
}
.for_who_is_wrap .row_2 .item .img_wrap {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.for_who_is_wrap .row_2 .item .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.for_who_is_wrap .row_2 .item .item_content {
  padding: 24px 24px 12px;
  background: white;
}
@media screen and (max-width: 1230px) {
  .for_who_is_wrap .row_2 .item .item_content {
    padding: 12px;
  }
}
.for_who_is_wrap .row_2 .item .item_content h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #111013;
  margin-bottom: 12px;
}
.for_who_is_wrap .row_2 .item .item_content p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  letter-spacing: 2%;
  text-align: center;
  color: #0C1C28;
}

.home_curses_wrap {
  padding: 98px 0;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap {
    padding: 60px 0;
  }
}
.home_curses_wrap .head_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap .head_section {
    flex-wrap: wrap;
  }
}
.home_curses_wrap .head_section .left_side {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap .head_section .left_side {
    width: 100%;
  }
}
.home_curses_wrap .head_section .right_side {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap .head_section .right_side {
    width: 100%;
  }
}
.home_curses_wrap .home_curses {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
  overflow: hidden; /* Pentru colțurile rotunjite de la margini */
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .home_curses_wrap .home_curses {
    max-width: 1300px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1330px) {
  .home_curses_wrap .home_curses {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .home_curses_wrap .home_curses {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .home_curses_wrap .home_curses {
    max-width: 768px;
  }
}
.home_curses_wrap .home_curses .course-card {
  flex: 1;
  min-width: 250px;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap .home_curses .course-card {
    padding: 15px;
    height: 300px;
  }
}
.home_curses_wrap .home_curses .course-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif !important;
  line-height: 105%;
}
@media screen and (max-width: 768px) {
  .home_curses_wrap .home_curses .course-title {
    font-size: 24px;
  }
}
.home_curses_wrap .home_curses .course-description {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: auto;
}
.home_curses_wrap .home_curses .course-link {
  color: #FFD700; /* Galbenul din design */
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 10px;
}
.home_curses_wrap .home_curses .course-link .arrow {
  margin-left: 8px;
  transition: transform 0.2s;
}
.home_curses_wrap .home_curses .course-card:hover .course-link .arrow {
  transform: translateX(5px);
}

.why_us {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .why_us {
    flex-wrap: wrap;
  }
}
.why_us .left_side {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .why_us .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.why_us .right_side {
  width: 60%;
  padding: 0 45px 0 150px;
}
@media screen and (max-width: 991px) {
  .why_us .right_side {
    padding: 0 0px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .why_us .right_side {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .why_us .right_side h2 {
    font-size: 36px;
  }
}
.why_us .right_side .description {
  margin-bottom: 24px;
}
.why_us .right_side a {
  display: block;
  width: fit-content;
}

.contact_section {
  display: flex;
  justify-content: space-between;
  padding: 98px 0;
}
@media screen and (max-width: 991px) {
  .contact_section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .contact_section {
    padding: 60px 0;
  }
}
.contact_section .left_side {
  width: 60%;
  padding-right: 160px;
}
@media screen and (max-width: 991px) {
  .contact_section .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact_section .left_side {
    padding-right: 0;
  }
}
.contact_section .left_side b {
  font-weight: 700;
  font-size: 15.4px;
  line-height: 27px;
  letter-spacing: 2%;
  color: rgba(16, 16, 24, 0.9490196078);
}
.contact_section .right_side {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .contact_section .right_side {
    width: 100%;
  }
}
.contact_section .right_side .form_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -3%;
  margin-bottom: 24px;
}
.contact_section .right_side form .input_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_section .right_side form .input_row {
    flex-wrap: wrap;
  }
}
.contact_section .right_side form .input_row p {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .contact_section .right_side form .input_row p {
    width: 100%;
  }
}
.contact_section .right_side form label {
  font-weight: 500;
  font-size: 15px;
  color: #161519;
}
.contact_section .right_side form input {
  padding: 10px 16px;
  background: rgba(144, 145, 156, 0.0784313725);
  border-radius: 6px;
  width: 100%;
  font-size: 15px;
}
.contact_section .right_side form select {
  padding: 10px 16px;
  background: rgba(144, 145, 156, 0.0784313725);
  border-radius: 6px;
  width: 100%;
  border: 0;
  font-size: 15px;
}
.contact_section .right_side form .note {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #161519;
}
.contact_section .right_side form .note a {
  text-decoration: underline !important;
}
.contact_section .right_side form .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.contact_section .right_side form textarea {
  padding: 10px 16px;
  background: rgba(144, 145, 156, 0.0784313725);
  border-radius: 6px;
  width: 100%;
  height: 110px;
}
.contact_section .right_side form input[type=submit] {
  background: #000000;
  padding: 10px 16px;
  border-radius: 6px;
  width: fit-content;
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 15.84px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9490196078);
}

.testimonials_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .testimonials_wrap {
    flex-wrap: wrap;
  }
}
.testimonials_wrap .left_side {
  width: 60%;
  padding-right: 150px;
}
@media screen and (max-width: 991px) {
  .testimonials_wrap .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_wrap .left_side {
    padding-right: 0;
  }
}
.testimonials_wrap .right_side {
  width: 40%;
  padding: 120px 60px;
  background: #E7CA6E;
}
@media screen and (max-width: 1230px) {
  .testimonials_wrap .right_side {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials_wrap .right_side {
    width: 100%;
  }
}
.testimonials_wrap .right_side .item .text {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: rgba(16, 16, 24, 0.9490196078);
  margin-bottom: 16px;
}
.testimonials_wrap .right_side .item .meta b {
  font-weight: 700;
  font-size: 16.8px;
  line-height: 140%;
  letter-spacing: -2.5%;
  margin-bottom: 4px;
  color: rgba(16, 16, 24, 0.9490196078);
}
.testimonials_wrap .right_side .item .meta span {
  display: block;
  font-weight: 400;
  font-size: 15.6px;
  line-height: 26.4px;
  letter-spacing: 1.5%;
  color: rgba(16, 16, 24, 0.9490196078);
}
.testimonials_wrap .right_side .slick-dots {
  bottom: -45px;
  justify-content: flex-start;
  display: flex;
  width: calc(100% - 100px);
}
.testimonials_wrap .right_side .slick-dots li {
  width: 20px;
  height: 6px;
  border-radius: 12px;
  background: #60606B;
}
.testimonials_wrap .right_side .slick-dots li.slick-active {
  background: #FFCC00;
}
.testimonials_wrap .right_side .slick-dots li button {
  display: none;
}
.testimonials_wrap .right_side .custom_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonials_wrap .right_side .custom_arrows .arrow {
  margin: 0 16px;
  cursor: pointer;
}

.call_to_action_wrap {
  background: url("/wp-content/themes/victor-child/assets/images/call.jpg");
  background-size: cover;
  padding: 98px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .call_to_action_wrap {
    padding: 60px 0;
  }
}
.call_to_action_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.call_to_action_wrap .call_to_action {
  position: relative;
  z-index: 2;
  max-width: 500px;
}
.call_to_action_wrap .call_to_action h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -2%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .call_to_action_wrap .call_to_action h2 {
    font-size: 36px;
  }
}
.call_to_action_wrap .call_to_action h2 span {
  display: block;
  color: #FFCC00;
}
.call_to_action_wrap .call_to_action p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  letter-spacing: 2%;
  margin-bottom: 32px;
  color: #F9F9F9;
}

footer.site-footer {
  background: #161519;
}
footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
    padding: 80px 0 50px;
  }
}
footer.site-footer .footer_content .column {
  width: calc(25% - 30px);
}
@media screen and (max-width: 786px) {
  footer.site-footer .footer_content .column {
    width: 100%;
    margin-bottom: 32px;
  }
}
footer.site-footer .footer_content .column .social {
  margin-top: 32px;
}
footer.site-footer .footer_content .column .social a {
  margin-right: 16px;
}
footer.site-footer .footer_content .column h5 {
  font-weight: 700;
  font-size: 16.8px;
  line-height: 140%;
  letter-spacing: -2.5%;
  color: #FFFFFF;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif !important;
}
footer.site-footer .footer_content .column p {
  font-size: 15.6px;
  line-height: 26.4px;
  letter-spacing: 1.5%;
  color: rgba(255, 255, 255, 0.7490196078);
  margin-bottom: 32px;
}
footer.site-footer .footer_content .column p b {
  font-weight: 600;
}
footer.site-footer .footer_content .column p a, footer.site-footer .footer_content .column p span {
  display: block;
}
footer.site-footer .footer_content .column nav ul li {
  margin-bottom: 12px;
}
footer.site-footer .footer_content .column nav ul li a {
  font-weight: 500;
  font-size: 16.6px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #FFFFFF;
}
footer.site-footer .footer_bottom {
  padding: 38px 0;
  border-top: 1px solid rgba(144, 145, 156, 0.5019607843);
}
footer.site-footer .footer_bottom nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer.site-footer .footer_bottom nav ul li {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom nav ul li {
    width: 100%;
  }
}
footer.site-footer .footer_bottom nav ul li a {
  font-weight: 400;
  font-size: 15.6px;
  line-height: 26.4px;
  letter-spacing: 1.5%;
  color: rgba(255, 255, 255, 0.7490196078);
}

.cursuri_page .breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
.cursuri_page .breadcrumbs li {
  margin-right: 12px;
  font-size: 14.4px;
  line-height: 28px;
  letter-spacing: 1%;
  color: #161519;
  font-weight: 700;
}
.cursuri_page .breadcrumbs li a {
  font-weight: 400;
}
.cursuri_page .cursuri_main_section {
  text-align: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .cursuri_page .cursuri_main_section {
    margin-bottom: 60px;
  }
}
.cursuri_page .cursuri_main_section h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -5%;
  text-align: center;
  color: #111013;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .cursuri_page .cursuri_main_section h1 {
    font-size: 56px;
    margin-bottom: 20px;
  }
}
.cursuri_page .cursuri_main_section p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  color: #161519;
}
.cursuri_page .cursuri {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cursuri_page .cursuri {
    justify-content: space-between;
  }
}
.cursuri_page .cursuri .course-card {
  margin-right: 40px;
  width: calc(33.3333333333% - 27px);
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .cursuri_page .cursuri .course-card {
    width: calc(50% - 20px);
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .cursuri_page .cursuri .course-card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cursuri_page .cursuri .course-card .img_wrap {
  width: 100%;
  height: 295px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.cursuri_page .cursuri .course-card .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.cursuri_page .cursuri .course-card:nth-of-type(3n) {
  margin-right: 0;
}
.cursuri_page .cursuri .course-card .course-content {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .cursuri_page .cursuri .course-card .course-content {
    padding: 24px;
  }
}
.cursuri_page .cursuri .course-card .course-content h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #111013;
  margin-bottom: 16px;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
.breadcrumbs li {
  margin-right: 12px;
  font-size: 14.4px;
  line-height: 28px;
  letter-spacing: 1%;
  color: #161519;
  font-weight: 700;
}
.breadcrumbs li a {
  font-weight: 400;
}

.single_curs {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .single_curs {
    flex-wrap: wrap;
  }
}
.single_curs .left_side {
  width: calc(50% - 20px);
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .single_curs .left_side {
    width: 100%;
    order: 2;
  }
}
.single_curs .left_side h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 28px;
  color: #111013;
}
@media screen and (max-width: 768px) {
  .single_curs .left_side h1 {
    font-size: 56px;
  }
}
.single_curs .left_side .curs_description p, .single_curs .left_side .curs_description li, .single_curs .left_side .curs_description span, .single_curs .left_side .curs_description b, .single_curs .left_side .curs_description strong {
  color: #161519;
}
.single_curs .left_side .curs_description ul, .single_curs .left_side .curs_description ol {
  padding-left: 25px;
}
.single_curs .right_side {
  width: calc(50% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .single_curs .right_side {
    width: 100%;
    order: 1;
    height: 300px;
    margin-bottom: 24px;
  }
}
.single_curs .right_side img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.test_leason {
  margin-top: 60px;
  margin-bottom: 120px;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gallery {
    justify-content: space-between;
  }
}
.gallery .item {
  width: calc(33.3333333333% - 16px);
  height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gallery .item {
    width: calc(50% - 8px);
    margin-right: 0;
    height: 210px;
  }
}
@media screen and (max-width: 480px) {
  .gallery .item {
    width: 100%;
    margin-bottom: 12px;
  }
}
.gallery .item:nth-of-type(3n) {
  margin-right: 0;
}
.gallery .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact .contact_section .left_side .columns {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.contact .contact_section .left_side .columns .column {
  width: 50%;
}
.contact .contact_section .left_side .columns .column h5 {
  font-weight: 700;
  font-size: 16.8px;
  line-height: 140%;
  letter-spacing: -2.5%;
  color: #000000;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif !important;
}
.contact .contact_section .left_side .columns .column p {
  font-weight: 400;
  font-size: 15.6px;
  line-height: 26.4px;
  letter-spacing: 1.5%;
  margin-bottom: 24px;
}
.contact .contact_section .left_side .columns .column p b {
  font-weight: 600;
}
.contact .contact_section .left_side .columns .column p a, .contact .contact_section .left_side .columns .column p span {
  display: block;
}

.no_comparison {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .no_comparison {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.no_comparison .left_side {
  width: calc(75% - 20px);
}
@media screen and (max-width: 768px) {
  .no_comparison .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.no_comparison .left_side span {
  font-weight: 400;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: -4%;
  color: #111013;
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 991px) {
  .no_comparison .left_side span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .no_comparison .left_side span {
    font-size: 28px;
  }
}
.no_comparison .left_side p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #111013;
}
.no_comparison .right_side {
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  .no_comparison .right_side {
    width: 100%;
  }
}

.our_philosophy {
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .our_philosophy {
    margin-bottom: 60px;
  }
}
.our_philosophy .left_side {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .our_philosophy .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.our_philosophy .right_side {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .our_philosophy .right_side {
    width: 100%;
  }
}
.our_philosophy .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .our_philosophy .text {
    flex-wrap: wrap;
  }
}
.our_philosophy .text p {
  font-weight: 400;
  font-size: 15.4px;
  line-height: 27px;
  letter-spacing: 2%;
}
.our_philosophy .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .our_philosophy .images {
    flex-wrap: wrap;
  }
}
.our_philosophy .images .img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  height: 560px;
}
@media screen and (max-width: 768px) {
  .our_philosophy .images .img_wrap {
    height: 300px;
  }
}
.our_philosophy .images .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.coach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .coach {
    margin-bottom: 60px;
    flex-wrap: wrap-reverse;
  }
}
.coach .left_side {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .coach .left_side {
    width: 100%;
  }
}
.coach .left_side .img_wrap {
  width: 100%;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coach .left_side .img_wrap {
    height: 300px;
  }
}
.coach .left_side .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.coach .right_side {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .coach .right_side {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=main.css.map */
