/* globals */
html,
body {
  scroll-padding-top: 150px;
}
body {
  font-family: "greycliff-cf", sans-serif;
  color: #707070;
}
.site-logo {
  max-width: 112px;
  box-sizing: content-box;
}
.playfair-display {
  font-family: "Playfair Display", serif;
}
span.word-space {
  word-spacing: 9999px;
}
.gold-sentence p {
  margin: 0;
  color: #c19e54;
  text-transform: uppercase;
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 3rem;
}
span.awesome {
  font-weight: bold;
  font-size: 4rem;
  position: relative;
}
p.name {
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  font-weight: bold;
}
.row:not(
    :has(.place-box),
    .section_social,
    .mb-3,
    .mt-3,
    .row .row,
    :has(.col-xl-7)
  ) {
  margin: 60px 0;
}
.playfair-display p:nth-of-type(2) {
  font-size: larger;
}
.h2 {
  font-weight: 400;
}
.aspect {
  padding: 0;
}
.aspect > * {
  aspect-ratio: 1;
}
.text-col {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}
.grid .text-col {
  padding: 15px;
}
p.name {
  font-size: 2rem;
}
.reversed-media {
  flex-direction: column-reverse;
}
.col-lg-6.aspect .col-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid .aspect {
  display: flex;
}
#students .grid .row,
.grid .row {
  margin: 0;
}
.df-ac-jc {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.red-list p,
ul.blue-list p,
ul.purple-list p {
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 300;
}
span.numbers-row {
  display: block;
  position: relative;
  padding-top: 5px;
}
span.number {
  background-color: #602142;
  color: #fff;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.3;
  border-radius: 50%;
  margin: 4px;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: -7px;
}
.matura .number {
  background-color: #602142;
}
.matura .campus a {
  color: #541c41;
}
.matura .programs-row {
  background-color: #541c41;
}
.igcse .campus a {
  color: #ff6318;
}
.igcse .programs-row {
  background-color: #ff6318;
}
.a-levels .campus a {
  color: #901719;
}
.a-levels .programs-row {
  background-color: #901719;
}
.diploma-programme .campus a {
  color: #0f7fbc;
}
.diploma-programme .programs-row {
  background-color: #0f7fbc;
}
.programs-row {
  color: #fff;
  border-radius: 6rem;
  padding: 25px 65px;
}
.programs-label .wrapper p {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
}
.programs-label img {
  padding-left: 10px;
  max-height: 75px;
}
.programs-label .wrapper {
  display: flex;
  padding-right: 15px;
  align-items: center;
}
.campus a {
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  outline: 3px solid transparent;
  transition: 0.3s;
}
.campus a:hover {
  background: transparent;
  color: #fff;
  outline: 3px solid #fff;
}

/* end of globals */

/* menu */
.container.menu {
  position: sticky;
  background: #ffffff;
  top: 0;
  margin-bottom: 25px;
  z-index: 99;
}
li.menu-item {
  background-color: #fff;
  transition: 0.3s;
}
li.menu-item.active,
li.menu-item:hover,
.navbar-expand-lg li.menu-item.active a.nav-link,
.navbar-expand-lg li.menu-item:hover a.nav-link {
  background-color: #541c41;
  color: #fff;
}
.navbar-expand-lg li.menu-item a.nav-link {
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #595959;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .container-fluid {
  padding: 0;
}
button.navbar-toggler {
  border-color: #541c41;
  margin: 10px;
  padding: 21px 10px;
  position: relative;
}
button.navbar-toggler .nav-icon {
  position: relative;
  display: block;
  transition: 0.3s;
  width: 30px;
  height: 2px;
  background: #1a2f5c;
}
button.navbar-toggler::before {
  content: "";
  position: absolute;
  transition: 0.3s;
  width: 30px;
  height: 2px;
  background: #1a2f5c;
  transform: rotate(45deg);
  top: 21px;
  left: 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
button.navbar-toggler::after {
  content: "";
  position: absolute;
  transition: 0.3s;
  width: 30px;
  height: 2px;
  background: #1a2f5c;
  transform: rotate(-45deg);
  bottom: 21px;
  left: 10px;
}
button.navbar-toggler .nav-icon {
  opacity: 0;
}
button.navbar-toggler.collapsed .nav-icon {
  opacity: 1;
}
button.navbar-toggler.collapsed::before {
  top: 13px;
  left: 10px;
  transform: rotate(0);
}
button.navbar-toggler.collapsed::after {
  bottom: 13px;
  left: 10px;
  transform: rotate(0);
}
/* end of menu */

/* hero */
.row.hero {
  margin-top: 27px;
}
.hero .gold-sentence {
  margin-top: 40px;
}
span.dot {
  -webkit-animation: popInHero 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) both;
  animation: popInHero 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) both;
  animation-delay: 1s;
}
span.dot:nth-of-type(2) {
  animation-delay: 1.3s;
}
span.dot:nth-of-type(3) {
  animation-delay: 1.6s;
}
.hero span.awesome::before {
  content: "";
  background: linear-gradient(90deg, transparent 0%, #ffffff 0%);
  position: absolute;
  animation: block 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) both;
  height: 76%;
  top: 7%;
  width: 125%;
  z-index: 2;
}
.hero span.awesome {
  -webkit-animation: fadeInColor 1.5s both;
  -o-animation: fadeInColor 1.5s both;
  animation: fadeInColor 1.5s both;
  animation-delay: 0.6s;
}
/* end of hero */

/* blue section */
.section-blue {
  background-color: #1a2f5c;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 1px;
}
section.section-blue .container .row {
  margin: 35px 0;
}
.section-blue img {
  max-width: 256px;
  margin-top: -10px;
  object-fit: contain;
}
.section-blue h2 {
  font-weight: 400;
}
.section-blue .col-lg-4 {
  display: flex;
  justify-content: center;
}
/* end of blue section */

/* icons section */

.icons-section {
  color: #1a2f5c;
}
.icons-section .row > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.icons-section .icon-space {
  padding-top: 35px;
}
.icons-section h3:has(~ p) {
  margin: 0;
}
.svg {
  margin-top: 60px;
}
.svg svg {
  max-width: 100%;
}
.icons-section .grid .icon-box:not(.box-1, .box-6) img {
  max-width: 160px;
}

.icons-section .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.row.grid > div.icon-box {
  grid-column-end: span 1;
  grid-row-end: span 1;
  grid-row-start: auto;
}
/* end of icons section */

/* places section */
.departments {
  background-color: #f1f1f1;
}
.places {
  color: #1a2f5c;
}
.places a {
  color: #1a2f5c;
  text-decoration: none;
}
.places p {
  font-size: 1.35rem;
}
.places h2 {
  font-weight: 600;
}
.place-box {
  position: relative;
  margin-bottom: 25px;
}
.place-box p {
  margin: 0;
}
.place-box::after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  height: 75%;
  bottom: -10px;
  left: 0;
  right: 0;
}
.level-list {
  list-style-type: none;
  display: flex;
  font-size: 14px;
  padding: 0 0 0 13px;
  gap: 25px;
  position: relative;
  margin: 0;
}
.level-list li {
  position: relative;
}
.level-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #082448;
  display: block;
  top: 7px;
  position: absolute;
  left: -10px;
}
.place-box img {
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.place-box h3 {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  color: #fff;
}
.place-box h3 .campus-name {
  font-size: 1.5rem;
  display: block;
}
.place-box h3 .campus-address {
  font-size: 0.75rem;
  display: block;
}
.img-container {
  position: relative;
}
.bg_gradient {
  background: transparent
    linear-gradient(
      270deg,
      rgba(199, 21, 88, 1) 0%,
      rgba(120, 35, 47, 1) 48%,
      rgba(58, 59, 107, 1) 100%
    )
    0% 0% no-repeat padding-box !important;
}
.place-box .campus-badge {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  bottom: unset;
  right: 0.3rem;
  display: inline-block;
  font-size: 0.8rem;
  width: auto;
  padding: 0.5rem;
  color: #fff;
}
.place-box .campus-badge span {
  font-weight: 900;
  display: block;
}

/* end of places section */

/* banner section */

.banner {
  background-color: #dadada;
  color: #4472c4;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 2.5rem;
  line-height: 1;
}
.banner .container {
  position: relative;
}
.banner .text-col {
  z-index: 1;
}
.banner .friends-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.6;
  display: none;
}
.banner .btn {
  font-size: 1.5rem;
  display: flex;
  padding: 15px 50px;
  border-radius: 50px;
  background: #4472c4;
  font-weight: 500;
  width: min-content;
  color: #fff;
  border-color: #4472c4;
  position: relative;
  padding-right: 80px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.banner .btn img,
.newspaper a.newspaper-btn img {
  object-fit: contain;
  padding-left: 30px;
  padding-right: 15px;
  position: absolute;
  right: 5px;
  top: calc(50% - (35px / 2));
  transition: 0.3s ease-in-out;
}
.banner .btn:hover {
  background: #fff;
  color: #4472c4;
  padding-left: 80px;
}

.banner .btn:hover img {
  right: -60px;
}
/* end of banner section */

/* social section */
.section_social {
  color: #1a2f5c;
  margin: 40px 0;
}
.section_social h2 {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 600;
}
.section_social h3 {
  margin: 0.5rem 0;
}
.section_social h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.section_social h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.section_social_item_school {
  background-color: #082448;
  border-radius: 18px;
  color: white;
  padding: 1rem 2rem;
  max-width: 442px;
  margin: 0.5rem 0;
}
.social_item_link {
  margin: 0 0.6rem;
}

/* end of social section */

/* join us section */

.join-us {
  padding-top: 15px;
  background-color: #f1f1f1;
}
.join-us > div {
  display: flex;
  justify-content: center;
}
.flyout-btn a.btn {
  padding: 10px 20px;
  font-size: 1rem;
  right: 15px;
  bottom: 25px;
  z-index: 10;
  position: fixed;
  opacity: 1;
  background: #c19e54;
  border-color: #c19e54;
  border-radius: 50px;
  color: #fff;
  padding-right: 50px;
  transition: 0.3s ease-in-out;
}
.flyout-btn a.btn img {
  max-width: 16px;
  top: calc(50% - (16px / 2));
}

.flyout-btn a.btn:hover {
  padding-left: 50px;
  background: #fff;
  color: #c19e54;
}
.join-us .wrapper a.btn {
  background: #c19e54;
  border-radius: 50px;
  padding: 15px 35px;
  padding-right: 70px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  border-color: #c19e54;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
}

.join-us .wrapper a.btn:active,
.flyout-btn a.btn:active,
.newspaper a.newspaper-btn:active {
  background: #fff;
  color: #c19e54;
}
.join-us .btn img,
.flyout-btn a.btn img,
.newspaper a.newspaper-btn {
  position: absolute;
  right: 20px;
  transition: 0.3s ease-in-out;
}
.join-us .wrapper a.btn:hover {
  background: #fff;
  color: #c19e54;
  padding-left: 70px;
}
.join-us .wrapper a.btn:hover img,
.flyout-btn a.btn:hover img,
.newspaper a.newspaper-btn:hover img {
  right: -60px;
}
.join-us .playfair-display p:first-of-type {
  font-size: 3rem;
  line-height: 1;
}
.join-us .playfair-display p:last-of-type {
  font-size: 1.75rem;
}
.join-us .playfair-display {
  margin-bottom: 40px;
}
/* end of join us section */

/* education path */

.path .section-subtitle {
  color: #060606;
}
.banner-row h2 {
  background: #1a2f5c;
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding: 40px;
  position: relative;
}
.banner-row h2 .bold {
  font-weight: bold;
}
/* end of education path */

/* matura */

.matura {
  background-color: #dadada;
  color: #060606;
  font-weight: 100;
  font-size: 1.125rem;
  padding: 1px 0;
}
.matura .logo-wrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matura .p-width {
  max-width: 400px;
}
.matura .section-desc {
  font-size: 1.375rem;
}
.matura .fw-300 {
  font-weight: 300;
}
.section-subtitle.purple::before {
  background-color: #541c41;
}
.matura h2 {
  color: #541c41;
}
.matura .bigger {
  font-size: 125%;
  font-weight: 400;
  line-height: 1;
}
.matura .purple-bg {
  background-color: #541c41;
  color: #fff;
  padding: 25px;
}
.matura div.purple-bg {
  padding: 40px;
}
ul.purple-list {
  list-style: none;
  font-size: 1.5rem;
  font-weight: 300;
}
.purple-list li {
  position: relative;
  padding-left: 15px;
}
.purple-list li p {
  margin-bottom: 5px;
}
.purple-list li::before {
  content: url(/wp-content/themes/awesome/assets/images/purple-mark.png);
  position: absolute;
  left: -40px;
  top: 1px;
}
.purple-bg .box-title {
  margin: 0;
  font-weight: 400;
  font-size: 120%;
}

/* end of matura */

/* igcse */

.igcse {
  color: #060606;
  font-weight: 100;
  font-size: 1.125rem;
  padding: 1px 0;
}
.igcse .logo-wrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.igcse .section-desc {
  font-weight: 300;
  font-size: 1.375rem;
}
.section-subtitle.orange::before {
  background-color: #fe6217;
}
.igcse .bigger {
  font-size: 125%;
  font-weight: 400;
  line-height: 1;
}
.igcse h2.orange-bg {
  background-color: #fe6217;
  color: #fff;
  padding: 25px;
  text-align: center;
}
.igcse div.orange {
  padding: 40px;
}

/* end of igcse */

/* a levels */

.a-levels {
  background-color: #dadada;
  color: #060606;
  font-weight: 100;
  font-size: 1.125rem;
  padding: 1px 0;
}
.a-levels .logo-wrapper {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-levels .p-width {
  max-width: 400px;
}
.a-levels .section-desc {
  font-weight: 300;
  font-size: 1.375rem;
}
.section-subtitle.red::before {
  background-color: #8e1719;
}
.a-levels h2 {
  color: #8e1719;
}
.a-levels .bigger {
  font-size: 125%;
  font-weight: 400;
  line-height: 1;
}
.a-levels .red-bg {
  background-color: #8e1719;
  color: #fff;
  padding: 25px;
}
.a-levels div.red-bg {
  padding: 40px;
}
.red-list li {
  position: relative;
  padding-left: 15px;
}
.red-list li::before {
  content: url(/wp-content/themes/awesome/assets/images/red-dot.png);
  position: absolute;
  left: -40px;
  top: 1px;
}
ul.red-list {
  list-style: none;
}
.red-bg .box-title {
  margin: 0;
  font-weight: 400;
  font-size: 120%;
}
/* end of a levels */

/* diploma */

.diploma-programme {
  color: #060606;
  font-size: 1.25rem;
  font-weight: 300;
}
.diploma-programme b {
  font-weight: bold;
}
.section-subtitle {
  position: relative;
  margin-left: 18px;
  font-size: 1.375rem;
}
.section-subtitle::before {
  content: "";
  width: 6px;
  height: 200%;
  position: absolute;
  left: -17px;
  bottom: 6px;
}
.section-subtitle.blue::before {
  background-color: #0f7fbc;
}
span.li-title {
  font-weight: 600;
}
.blue-list li {
  position: relative;
}
.blue-list li::before {
  content: url(/wp-content/themes/awesome/assets/images/blue-mark.png);
  position: absolute;
  left: -40px;
  top: 3px;
}
ul.blue-list {
  list-style: none;
}
.diploma-programme .box .box-title {
  font-size: 130%;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.diploma-programme .box {
  padding: 20px;
  background-color: #0f7fbc;
  color: #fff;
  font-weight: 100;
  height: 100%;
}
.smaller p {
  font-size: 65%;
  font-weight: 100;
}

/* end of diploma */

/* projects */

.projects {
  background: #541c41;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.projects p {
  font-weight: 300;
}
/* end of projects */

/* gazetka */

.newspaper .text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #1a2f5c;
  font-weight: bold;
}
.newspaper .text {
  padding-left: 25px;
}
.newspaper .image {
  padding-right: 25px;
}
.newspaper a.newspaper-btn {
  background-color: #612142;
  border-color: #612142;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  padding-right: 70px;
  max-width: 280px;
  font-weight: 500;
  font-size: 1.25rem;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
}
.newspaper a.newspaper-btn:hover {
  background: #fff;
  color: #612142;
  padding-left: 70px;
}
/* end of gazetka */

/* contact */

.contact {
  background: #541c41;
  padding: 1px 0;
  color: #fff;
  font-weight: 100;
}
.contact a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.contact span.icon {
  min-width: 35px;
  display: inline-block;
}
.contact .phone {
  min-height: 65px;
}
.contact .space {
  display: none;
}
.contact .space:last-of-type {
  display: none;
}
/* end of contact */

@media (max-width: 576px) {
  div.grid.row div.icon-box {
    background-color: transparent;
  }
  div.grid div.icon-box.box-2,
  div.grid div.icon-box.box-4,
  div.grid div.icon-box.box-6,
  div.grid div.icon-box.box-8 {
    background-color: #cbd0d9;
  }
  .icons-section .grid .icon-box img {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .icons-section .col-lg-6:has(h3) {
    padding-top: 35px;
  }
  .icons-section .row:has(.text-small),
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .icons-section .row:last-of-type .svg {
    order: -1;
  }
  .reverse .text-col {
    order: 1;
  }
  .reverse-img .img-col {
    order: 1;
  }
  .ewa p.name {
    margin-bottom: 1rem;
  }
  .grid .icon-box img {
    max-height: 250px;
  }
  .grid .icon-box.box-2,
  .grid .icon-box.box-3,
  .grid .icon-box.box-6,
  .grid .icon-box.box-7 {
    background-color: #cbd0d9;
  }
  .newspaper .text {
    text-align: center;
    justify-content: center;
  }
  .newspaper .image {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
  }
  section.projects .container .row {
    margin: 0;
  }
  .icons-section .word-space {
    word-spacing: normal;
  }
  .programs-label img {
    display: none;
  }
  .programs-label .wrapper p {
    margin: auto;
    margin-bottom: 15px;
  }
  .campus a {
    max-width: min-content;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .ewa .name {
    margin-bottom: -25px;
  }
}

@media (min-width: 576px) {
  .reversed-media {
    flex-direction: initial;
  }
  .place-box:nth-child(odd) {
    padding-right: 35px;
  }
  .place-box:nth-child(even) {
    padding-left: 35px;
  }
  .place-box:nth-child(odd)::after {
    right: 23px;
    left: 0px;
  }
  .place-box:nth-child(even)::after {
    left: 23px;
    right: 0;
  }
  .icons-section .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 991px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
  .lager-font p {
    font-size: 1.5rem;
  }
  .lager-font.playfair-display p:nth-of-type(2) {
    font-size: 1.75rem;
  }
  .lager-font .name {
    font-size: 2rem;
  }
  .banner {
    padding-top: 50px;
  }
  .banner .friends-photo {
    display: block;
  }
  .join-us .gold-sentence {
    margin-right: 300px;
    margin-bottom: 30px;
  }
  .section_social {
    margin: 120px 0;
  }
  .section_social h2 {
    margin-bottom: 70px;
    font-size: 3rem;
  }
  .banner .btn {
    margin-bottom: 35px;
    font-size: 1.75rem;
  }
  h3 ~ p {
    font-size: 1.75rem;
  }
  ul.navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
  .row.hero {
    margin-top: 75px;
  }
  .bruno .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-bruno.png);
    background-repeat: no-repeat;
    background-position: -17px 8%;
    background-size: 99%;
  }
  .ewa .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-ewa.png);
    background-repeat: no-repeat;
    background-position: 10px -3%;
    background-size: 99%;
  }
  .tosia .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-tosia.png);
    background-repeat: no-repeat;
    background-position: -7px 20%;
    background-size: 95%;
  }
  .filip .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-filip.png);
    background-repeat: no-repeat;
    background-position: 4px 16%;
    background-size: 98%;
  }
  .basia .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-basia.png);
    background-repeat: no-repeat;
    background-position: 2px 5%;
    background-size: 99%;
  }
  .szymon .text-col {
    background-image: url(/wp-content/themes/awesome/assets/images/shape-szymon.png);
    background-repeat: no-repeat;
    background-position: 6px 4%;
    background-size: 97%;
  }
  .icons-section .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .icons-section .grid .icon-box.box-1 {
    grid-column-end: span 5;
    background-color: #ebecee;
    flex-direction: row;
  }
  .icons-section .grid .icon-box.box-2 {
    grid-column-end: span 3;
    background-color: #cbd0d9;
  }
  .icons-section .grid .icon-box.box-3 {
    grid-column-end: span 2;
  }
  .icons-section .grid .icon-box.box-4 {
    grid-row-start: 2;
    grid-row-end: span 1;
    grid-column-end: span 3;
    background-color: #cbd0d9;
  }
  .icons-section .grid .icon-box.box-5 {
    grid-row-start: 2;
    grid-row-end: span 1;
    grid-column-end: span 3;
  }
  .icons-section .grid .icon-box.box-6 {
    grid-row-start: 2;
    grid-row-end: span 2;
    grid-column-end: span 4;
    background-color: #ebecee;
  }
  .icons-section .grid .icon-box.box-7 {
    grid-row-start: 3;
    grid-row-end: span 1;
    grid-column-end: span 3;
  }
  .icons-section .grid .icon-box.box-8 {
    grid-row-start: 3;
    grid-row-end: span 1;
    grid-column-end: span 3;
    background-color: #cbd0d9;
  }
  .projects h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .projects h2 .bigger {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .border-l {
    border-left: 1px solid #fff;
    padding-left: 30px;
  }
  .border-b {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
  .diploma-programme .box {
    padding: 40px;
  }
  .a-levels h2 {
    font-size: 2.75rem;
    font-weight: 600;
  }
  .a-levels h2.red-bg {
    font-size: 2.125rem;
  }
  .igcse h2.orange-bg {
    font-size: 2.125rem;
    font-weight: 600;
  }
  .banner-row h2 {
    margin-left: 6%;
    margin-right: calc(6% + 140px);
    font-size: 2.5rem;
  }
  .banner-row h2::after {
    content: url(/wp-content/themes/awesome/assets/images/dot-arrow.png);
    position: absolute;
    right: -129px;
  }
  .icons-section h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .icons-section h2.bigger {
    font-size: 130%;
    line-height: 1;
  }
  .contact .space {
    display: block;
    width: 0;
    border-left: 1px solid;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
  .h2,
  h2 {
    font-size: 1.975rem;
  }
  .gold-sentence p {
    font-size: 3.5rem;
  }
  span.awesome {
    font-size: 5rem;
  }
  .join-us .gold-sentence p {
    font-size: 5rem;
  }
  .join-us span.awesome {
    font-size: 6.75rem;
  }
  .lager-font .name {
    font-size: 3rem;
  }
  .text-col,
  .grid .text-col {
    padding: 15px 45px;
  }
  .places {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .places h2 {
    font-size: 2.75rem;
  }
  .section-blue h2 .bigger {
    font-size: 2.5rem;
  }
  .icons-section h3 {
    font-size: 2.3rem;
    font-weight: 600;
  }
  .icons-section h3 .text-small {
    font-size: 1.75rem;
  }
  .bruno .text-col {
    background-position: -15% 18%;
    background-size: 93%;
  }
  .ewa .text-col {
    background-position: 56% 0%;
    background-size: 87%;
  }
  .tosia .text-col {
    background-position: 30% 2%;
    background-size: 92%;
  }
  .filip .text-col {
    background-position: 109% 18%;
    background-size: 96%;
  }
  .basia .text-col {
    background-position: 24% 8%;
    background-size: 94%;
  }
  .szymon .text-col {
    background-position: 94% 12%;
    background-size: 93%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
  .banner .friends-photo {
    right: -145px;
    opacity: 1;
  }
  .banner {
    font-size: 3rem;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .place-box span.campus-badge {
    display: none;
  }
}

@keyframes block {
  0% {
    background: linear-gradient(90deg, transparent 0%, #ffffff 25%);
  }
  50% {
    background: linear-gradient(90deg, transparent 50%, #ffffff 75%);
  }
  100% {
    background: linear-gradient(90deg, transparent 100%, #ffffff 100%);
  }
}

@keyframes fadeInColor {
  0% {
    color: transparent;
  }
  100% {
    color: #c19e54;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #c19e54;
    opacity: 0;
  }
  50% {
    background: #c19e54;
    opacity: 1;
    bottom: 29%;
    border-radius: 3px;
  }
  65% {
    width: 3.5%;
    height: 8%;
    bottom: 20%;
  }
  80% {
    bottom: 26%;
    border-radius: 0;
  }
  100% {
    width: 3.5%;
    height: 8%;
    background: #c19e54;
    bottom: 24%;
  }
}

@keyframes popInHero {
  0% {
    font-size: 0;
    opacity: 0;
  }
  50% {
    font-size: inherit;
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.navbar-expand-lg li.menu-item.wpml-ls-item a.nav-link {
  padding-top: 13px;
}
.wpml-ls-item {
  position: relative;
}

li.wpml-ls-item .sub-menu {
  position: absolute;
  padding-left: 0;
  list-style: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  interpolate-size: allow-keywords;
}
.wpml-ls-item:hover .sub-menu {
  height: auto;
  opacity: 1;
}
.wpml-ls-item .nav-link {
  padding-top: 4px;
}
