@import url(./bootstrap.css);
@import url(./fonts.css);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.d-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid {
  width: 100%;
  display: grid;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

.d-flex {
  display: flex;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

html,
body,
section,
header,
footer,
nav,
.row,
article,
aside,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
div,
span,
a,
button,
input,
label,
form,
table {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.col-1 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 1);
}

.col-2 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 2);
}

.col-3 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 3);
}

.col-4 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 4);
}

.col-5 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 5);
}

.col-6 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 6);
}

.col-7 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 7);
}

.col-8 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 8);
}

.col-9 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 9);
}

.col-10 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 10);
}

.col-11 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 11);
}

.col-12 {
  padding: 0 1rem;
  width: calc(8.3333333333% * 12);
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 1);
  }
  .col-sm-2 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 2);
  }
  .col-sm-3 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 3);
  }
  .col-sm-4 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 4);
  }
  .col-sm-5 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 5);
  }
  .col-sm-6 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 6);
  }
  .col-sm-7 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 7);
  }
  .col-sm-8 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 8);
  }
  .col-sm-9 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 9);
  }
  .col-sm-10 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 10);
  }
  .col-sm-11 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 11);
  }
  .col-sm-12 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 12);
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 1);
  }
  .col-md-2 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 2);
  }
  .col-md-3 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 3);
  }
  .col-md-4 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 4);
  }
  .col-md-5 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 5);
  }
  .col-md-6 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 6);
  }
  .col-md-7 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 7);
  }
  .col-md-8 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 8);
  }
  .col-md-9 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 9);
  }
  .col-md-10 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 10);
  }
  .col-md-11 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 11);
  }
  .col-md-12 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 12);
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 1);
  }
  .col-lg-2 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 2);
  }
  .col-lg-3 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 3);
  }
  .col-lg-4 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 4);
  }
  .col-lg-5 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 5);
  }
  .col-lg-6 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 6);
  }
  .col-lg-7 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 7);
  }
  .col-lg-8 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 8);
  }
  .col-lg-9 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 9);
  }
  .col-lg-10 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 10);
  }
  .col-lg-11 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 11);
  }
  .col-lg-12 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 12);
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 1);
  }
  .col-xl-2 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 2);
  }
  .col-xl-3 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 3);
  }
  .col-xl-4 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 4);
  }
  .col-xl-5 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 5);
  }
  .col-xl-6 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 6);
  }
  .col-xl-7 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 7);
  }
  .col-xl-8 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 8);
  }
  .col-xl-9 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 9);
  }
  .col-xl-10 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 10);
  }
  .col-xl-11 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 11);
  }
  .col-xl-12 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 12);
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 1);
  }
  .col-xxl-2 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 2);
  }
  .col-xxl-3 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 3);
  }
  .col-xxl-4 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 4);
  }
  .col-xxl-5 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 5);
  }
  .col-xxl-6 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 6);
  }
  .col-xxl-7 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 7);
  }
  .col-xxl-8 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 8);
  }
  .col-xxl-9 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 9);
  }
  .col-xxl-10 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 10);
  }
  .col-xxl-11 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 11);
  }
  .col-xxl-12 {
    padding: 0 1rem;
    width: calc(8.3333333333% * 12);
  }
}
html {
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
}
:root {
  --clr-white: white;
  --clr-white-70: #ffffffb3;
  --clr-white-60: #ffffff99;
  --clr-white-15: #ffffff26;
  --clr-white-6: #ffffff0f;
  --clr-white-4: #ffffff0a;
  --clr-white-3: #ffffff08;
  --clr-black: #000;
  --clr-grey-7: #131313;
  --clr-grey-40: #666;
  --clr-grey-85: #dadada;
  --clr-grey-87: #dfdfdd;
  --clr-grey-88: #e1e1e1;
  --clr-grey-89: #e3e3e3;
  --clr-grey-92: #f6eddd;
  --clr-grey-8987: #e3e3e3de;
  --clr-grey-9210: #f6eddd1a;
  --clr-orange-55: #ce9e4a;
}

.home .hero {
  padding-top: 150px;
  padding-bottom: 80px;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .hero .back {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8117647059);
  z-index: 1;
}
.home .hero .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  padding: 0 1rem;
  z-index: 5;
}
.home .hero .item span {
  color: var(--clr-orange-55);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.575rem;
}
.home .hero .item h1 {
  color: var(--clr-white);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 7.875rem;
  text-transform: none;
}
.home .hero .item p {
  color: var(--clr-grey-89);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.home .hero .item .links {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home .hero .item .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.3s;
}
.home .hero .item .links a svg path {
  transition: all 0.3s;
}
.home .hero .item .links a.start {
  color: var(--clr-white);
  border: 2px solid var(--clr-white);
}
.home .hero .item .links a.start:hover {
  background: var(--clr-white);
  color: var(--clr-grey-7);
}
.home .hero .item .links a.start:hover svg path {
  stroke: var(--clr-grey-7);
}
.home .hero .item .links a.join {
  color: var(--clr-grey-7);
  background: var(--clr-white);
}
.home .hero .item .links a.join:hover {
  background: var(--clr-grey-85);
}
@media (max-width: 600px) {
  .home .hero .item h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 512px) {
  .home .hero .item h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .home .hero .item .links {
    display: flex;
    flex-direction: column;
  }
}
.home .hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  overflow: hidden;
}
.home .explore {
  overflow: hidden;
}
.home .explore .row {
  align-items: normal;
}
.home .explore .row .col-xl-6 {
  padding: 0;
  height: 960px;
}
.home .explore .row .col-xl-6 .img {
  width: 100%;
  height: 100%;
}
.home .explore .row .col-xl-6 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home .explore .row .col-xl-6 .item {
  padding: 40px 25px 40px 40px;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.home .explore .row .col-xl-6 .item .text {
  padding-top: 47px;
}
.home .explore .row .col-xl-6 .item .text span {
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.home .explore .row .col-xl-6 .item .text h2 {
  color: var(--clr-white);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.home .explore .row .col-xl-6 .item .text p {
  color: var(--clr-white);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.575rem;
}
.home .explore .row .col-xl-6 .item .courses {
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home .explore .row .col-xl-6 .item .courses .course {
  display: flex;
  gap: 18px;
}
.home .explore .row .col-xl-6 .item .courses .course .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.home .explore .row .col-xl-6 .item .courses .course .text {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home .explore .row .col-xl-6 .item .courses .course .text h4 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home .explore .row .col-xl-6 .item .courses .course .text p {
  color: var(--clr-grey-8987);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.home .explore .row .col-xl-6 .item .link {
  display: flex;
  align-items: end;
  height: 100%;
  padding-bottom: 48px;
}
.home .explore .row .col-xl-6 .item .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--clr-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 24px;
  background-color: var(--clr-white);
  border-radius: 4px;
  transition: all 0.3s;
}
.home .explore .row .col-xl-6 .item .link a:hover {
  background-color: var(--clr-grey-85);
}
@media (max-width: 420px) {
  .home .explore .row .col-xl-6 .item {
    padding: 40px 16px;
    text-align: center;
  }
  .home .explore .row .col-xl-6 .item br {
    display: none;
  }
  .home .explore .row .col-xl-6 .item .course {
    flex-direction: column;
    align-items: center;
  }
  .home .explore .row .col-xl-6 .item .link {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .home .explore .row .col-xl-6 {
    height: auto;
  }
  .home .explore .row .col-xl-6 .course .text p br {
    display: none;
  }
}
.home .partners {
  padding: 48px 16px;
  background-color: var(--clr-grey-88);
}
.home .partners .container {
  overflow: hidden;
  position: relative;
}
.home .partners .container .text h3 {
  color: var(--clr-black);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home .partners .container .icons {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 36px;
  animation: slide 40s linear infinite;
}
.home .partners .container .icons a img {
  width: 200px;
  height: 68px;
  filter: grayscale(1);
  transition: all 0.2s;
}
.home .partners .container .icons a:hover img {
  filter: grayscale(0);
}
@media (max-width: 990px) {
  .home .partners .container .icons {
    animation: slide 20s linear infinite;
  }
}
@media (max-width: 600px) {
  .home .partners .container .icons {
    animation: slide 13s linear infinite;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.home .trusted-by {
  padding: 100px 0;
  overflow: hidden;
}
.home .trusted-by .text-headeng {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.home .trusted-by .text-headeng h2 {
  color: var(--clr-orange-55);
  font-weight: 700;
  font-size: 3rem;
  font-style: normal;
  line-height: 5.25rem;
}
.home .trusted-by .text-headeng p {
  max-width: 510px;
  color: var(--clr-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.home .trusted-by ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 40px 0;
}
.home .trusted-by ul a img {
  filter: grayscale(1);
  transition: all 0.2s;
}
.home .trusted-by ul a:hover img {
  filter: grayscale(0);
}
@media (max-width: 400px) {
  .home .trusted-by ul {
    display: flex;
    flex-direction: column;
  }
}
.home .trusted-by .text {
  display: flex;
  justify-content: center;
}
.home .trusted-by .text p {
  max-width: 388px;
  color: var(--clr-grey-85);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.home .why {
  padding: 100px 0;
}
.home .why .container {
  max-width: 1290px;
}
.home .why .container .d-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.home .why .container .d-flex .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.home .why .container .d-flex .item .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  text-align: center;
}
.home .why .container .d-flex .item .text h4 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home .why .container .d-flex .item .text p {
  color: var(--clr-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 800px) {
  .home .why .container .d-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 40px;
  }
}
.home .join-now {
  padding: 100px 0;
  background: var(--clr-grey-7);
}
.home .join-now .text-headeng {
  margin-bottom: 38px;
}
.home .join-now .text-headeng span {
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.home .join-now .text-headeng h2 {
  color: var(--clr-grey-89);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.home .join-now .text-headeng p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem; /* 160% */
}
@media (max-width: 530px) {
  .home .join-now .text-headeng h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.home .join-now .boxs {
  width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "A A A B B B B B B C C C";
  gap: 50px 24px;
}
.home .join-now .boxs .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
}
.home .join-now .boxs .item div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home .join-now .boxs .item img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 280px;
  min-height: 280px;
  max-width: 100%;
}
.home .join-now .boxs .item span {
  padding: 6px 16px;
  width: 100%;
  border-radius: 1px;
  background: var(--clr-grey-9210);
}
.home .join-now .boxs .item span h4 {
  color: var(--clr-grey-89);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.home .join-now .boxs .item p {
  color: var(--clr-grey-89);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home .join-now .boxs .item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.home .join-now .boxs .item.a {
  grid-area: A;
}
.home .join-now .boxs .item.b {
  grid-area: B;
}
.home .join-now .boxs .item.c {
  grid-area: C;
}
@media (max-width: 1024px) {
  .home .join-now .boxs {
    grid-template-areas: "A A A A A A B B B B B B" "C C C C C C C C C C C C";
  }
}
@media (max-width: 767px) {
  .home .join-now .boxs {
    grid-template-areas: "A A A A A A A A A A A A" "B B B B B B B B B B B B" "C C C C C C C C C C C C";
  }
}
.home .reads {
  padding: 100px 0;
  background-color: var(--clr-grey-7);
}
.home .reads .text-headeng {
  margin-bottom: 38px;
}
.home .reads .text-headeng h2 {
  color: var(--clr-white);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.home .reads .text-headeng p {
  max-width: 663px;
  color: var(--clr-white);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
}
@media (max-width: 400px) {
  .home .reads .text-headeng {
    text-align: center;
  }
  .home .reads .text-headeng h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
.home .reads .d-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "A A A B B B C C C D D D";
  gap: 50px 24px;
}
.home .reads .d-grid .item {
  padding: 16px;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: var(--clr-white-3);
}
.home .reads .d-grid .item:hover {
  background-color: rgba(255, 255, 255, 0.0666666667);
}
.home .reads .d-grid .item:hover .img img {
  scale: 1.05;
}
.home .reads .d-grid .item:hover span {
  color: var(--clr-white);
}
.home .reads .d-grid .item:hover span svg path {
  stroke: var(--clr-white);
}
.home .reads .d-grid .item a {
  height: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
.home .reads .d-grid .item a .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home .reads .d-grid .item a .text .img {
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
}
.home .reads .d-grid .item a .text .img img {
  object-fit: cover;
  height: 250px;
  width: 100% !important;
  border-radius: 4px;
  transition: all 0.3s;
}
.home .reads .d-grid .item a .text h4 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home .reads .d-grid .item a .text p {
  color: var(--clr-grey-87);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.home .reads .d-grid .item a span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}
.home .reads .d-grid .item a span svg path {
  transition: all 0.3s;
}
.home .reads .d-grid .item.a {
  grid-area: A;
}
.home .reads .d-grid .item.b {
  grid-area: B;
}
.home .reads .d-grid .item.c {
  grid-area: C;
}
.home .reads .d-grid .item.d {
  grid-area: D;
}
@media (max-width: 1000px) {
  .home .reads .d-grid {
    grid-template-areas: "A A A A A A B B B B B B" "C C C C C C D D D D D D";
  }
}
@media (max-width: 600px) {
  .home .reads .d-grid {
    grid-template-areas: "A A A A A A A A A A A A" "B B B B B B B B B B B B" "C C C C C C C C C C C C" "D D D D D D D D D D D D";
  }
}
.home .have {
  padding: 100px 0;
  background-color: var(--clr-grey-7);
}
.home .have .container {
  max-width: 900px;
}
.home .have .container .text-headeng {
  text-align: center;
  margin-bottom: 16px;
}
.home .have .container .text-headeng h2 {
  color: var(--clr-grey-89);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.home .have .container .text-headeng p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
}
.home .have .container .accordion {
  padding: 32px 0;
}
.home .have .container .accordion .hr {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: rgba(246, 237, 221, 0.2);
}
.home .have .container .accordion .accordion-item,
.home .have .container .accordion .accordion-button {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.home .have .container .accordion .accordion-button {
  display: flex;
  gap: 30px;
  color: var(--color-grey-89, #e3e3e3);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  padding: 24px 0;
}
.home .have .container .accordion .accordion-button::after {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.9721L0 1.97208L1.97208 0L10 8.0275L18.0279 0L20 1.97208L10 11.9721Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
}
.home .have .container .accordion .accordion-body {
  color: var(--clr-grey-89);
  padding: 0;
  padding-bottom: 20px;
}
.home .have .container .accordion .accordion-body ul {
  padding-left: 18px;
  list-style: unset;
}
.home .have .container .link {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.home .have .container .link a {
  z-index: -1;
  position: relative;
  padding: 16px 24px;
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid var(--clr-white);
  border-radius: 4px;
  transition: all 0.4s;
  overflow: hidden;
}
.home .have .container .link a svg path {
  transition: all 0.4s;
}
.home .have .container .link a::after {
  content: "";
  position: absolute;
  background-color: var(--clr-white);
  left: 0;
  width: 0;
  height: 110%;
  z-index: -1;
  transition: all 0.4s;
  border-radius: 4px;
}
.home .have .container .link a:hover::after {
  width: 110%;
}
.home .have .container .link a:hover {
  color: var(--clr-grey-7);
}
.home .have .container .link a:hover svg path {
  stroke: var(--clr-grey-7);
}

.reads header nav ul li a {
  color: var(--clr-white-70);
}
.reads header nav ul li a.dimmed {
  color: var(--clr-white-70);
}
.reads header nav ul li a.active-hover {
  color: var(--clr-white);
}
.reads .scheme {
  background-color: var(--clr-grey-7);
  padding-top: 130px;
  padding-bottom: 100px;
}
.reads .scheme .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 992px;
}
.reads .scheme .container h1 {
  text-align: center;
  color: var(--clr-white);
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-weight: 700;
  line-height: 5.5rem;
}
.reads .scheme .container .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reads .scheme .container .text h2 {
  color: var(--clr-white);
  font-size: clamp(1.5rem, 4.8vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}
.reads .scheme .container .text h4 {
  color: var(--clr-grey-87);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}
.reads .scheme .container .text strong {
  color: var(--clr-white);
  font-weight: 600;
}
.reads .scheme .container .text span {
  color: var(--clr-white-70);
}
.reads .scheme .container .text p {
  color: var(--clr-white-70);
  line-height: 165%;
}
.reads .scheme .container .text p.do {
  text-align: left;
  color: #78c956;
  font-weight: 700;
}
.reads .scheme .container .text p.dont {
  text-align: left;
  color: #e75252;
  font-weight: 700;
}
.reads .scheme .container .text code {
  color: var(--clr-white);
}
.reads .scheme .container .text img {
  width: 100%;
}
.reads .scheme .container .text ul {
  padding-left: 25px;
  list-style: unset;
}
.reads .scheme .container .text ul li {
  color: var(--clr-white);
}
.reads .scheme .container .text ul li a {
  color: var(--clr-orange-55);
  text-decoration: revert;
  transition: all 0.2s;
}
.reads .scheme .container .text ul li a:hover {
  color: var(--clr-white);
  text-decoration: none;
}
@media (max-width: 505px) {
  .reads .scheme .container .text {
    text-align: center;
  }
}

.collections-all {
  padding-top: 70px;
}
.collections-all header nav ul li a {
  color: var(--clr-white-70);
}
.collections-all header nav ul li a.dimmed {
  color: var(--clr-white-70);
}
.collections-all header nav ul li a.active-hover {
  color: var(--clr-white);
}
.collections-all .back {
  padding: 64px 0;
  background-image: linear-gradient(to right, #000 30%, #391523, #24060e);
}
.collections-all .back h2 {
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 5rem;
}
.collections-all section {
  background-color: var(--clr-grey-7);
  padding: 0 16px;
}
.collections-all section .container {
  padding: 0;
}
.collections-all section .container .d-grid {
  padding-top: 64px;
  padding-bottom: 100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px 24px;
}
@media (max-width: 768px) {
  .collections-all section .container .d-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 24px;
  }
}
.collections-all section .container .d-grid .item a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.collections-all section .container .d-grid .item a:hover .img img {
  transform: scale(1.05);
}
.collections-all section .container .d-grid .item a .img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.collections-all section .container .d-grid .item a .img img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s;
}
.collections-all section .container .d-grid .item a h3 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
.collections-all section .container .d-grid .item a h4 {
  color: var(--clr-orange-55);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  gap: 8px;
}
.collections-all section .container .d-grid .item a h4 span {
  opacity: 0.4;
  text-decoration-line: line-through;
}
.collections-all section .container .d-grid .item a p {
  color: var(--clr-grey-89);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.services {
  background-color: var(--clr-grey-7);
}
.services .hero {
  padding-top: 150px;
  padding-bottom: 80px;
  background-image: url("../img/services/home/hero.png");
  background-size: cover;
  background-position: top center;
  height: 100vh;
  width: 100%;
  position: relative;
}
.services .hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.services .hero .container .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.services .hero .container .item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services .hero .container .item .text h1 {
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
  color: var(--clr-white);
  line-height: clamp(3.5rem, 7.2vw, 7.875rem);
}
.services .hero .container .item .text p {
  max-width: 608px;
  color: var(--clr-grey-89);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}
.services .hero .container .item .link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .hero .container .item .link a {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--clr-white);
  color: var(--clr-grey-7);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  transition: all 0.3s;
}
.services .hero .container .item .link a:hover {
  background-color: var(--clr-white-70);
}
.services .why {
  padding: 100px 0;
}
.services .why .text-headeng {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 65px;
  text-align: center;
  color: var(--clr-white);
}
.services .why .text-headeng span {
  color: var(--clr-orange-55);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}
.services .why .text-headeng h2 {
  font-size: clamp(2.2rem, 4.8vw, 3rem);
}
.services .why .text-headeng p {
  margin: 0 auto;
  max-width: 600px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
}
.services .why .box-flex {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 22px;
}
.services .why .box-flex .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.services .why .box-flex .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-white-15);
  border-radius: 8px;
  height: 80px;
  width: 80px;
}
.services .why .box-flex .item {
  width: 100%;
  max-width: 335px;
}
.services .why .box-flex .item .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.services .why .box-flex .item .text h3 {
  color: var(--clr-grey-89);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
}
.services .why .box-flex .item .text p {
  color: var(--clr-grey-89);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.services .our-services {
  padding: 100px 0;
}
.services .our-services .text-headeng {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.services .our-services .text-headeng span {
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.services .our-services .text-headeng h2 {
  color: var(--clr-white);
  font-size: clamp(2.4rem, 4.8vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.services .our-services .text-headeng p {
  max-width: 541px;
  color: var(--clr-white-solid, #fff);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.575rem;
}
.services .our-services .services {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 100px;
}
.services .our-services .services .curse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
}
.services .our-services .services .curse .img img {
  width: 100%;
}
.services .our-services .services .curse .item {
  width: 100%;
  max-width: 892px;
}
.services .our-services .services .curse .item .headeng-text h3 {
  color: var(--clr-orange-55);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
}
.services .our-services .services .curse .item .headeng-text h5 {
  color: var(--clr-white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.1875rem;
}
.services .our-services .services .curse .item .paragraph {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services .our-services .services .curse .item .paragraph p {
  color: var(--clr-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.services .our-services .services .curse .item .what {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.services .our-services .services .curse .item .what h4 {
  color: var(--clr-white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.1875rem;
}
.services .our-services .services .curse .item .what ul {
  padding-left: 26px;
  list-style: unset;
  margin-bottom: 16.5px;
}
.services .our-services .services .curse .item .what ul li {
  color: var(--clr-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.services .our-services .services .curse .item .link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services .our-services .services .curse .item .link p {
  color: var(--clr-white);
  font-size: var(--font-size-16, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.services .our-services .services .curse .item .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  color: var(--clr-grey-7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  background-color: var(--clr-white);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
  width: 240px;
}
.services .our-services .services .curse .item .link a:hover {
  background-color: var(--clr-white-70);
}
@media (max-width: 900px) {
  .services .our-services .services .curse {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
.services .built {
  padding: 100px 0;
}
.services .built .text-headeng {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 48px;
}
.services .built .text-headeng span {
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.services .built .text-headeng h2 {
  color: var(--clr-white);
  font-size: clamp(2.4rem, 4.8vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.services .built .text-headeng p {
  max-width: 541px;
  color: var(--clr-white-solid, #fff);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.575rem;
}
.services .built .carousel {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.services .built .carousel .carousel-indicators {
  top: calc(100% + 48px);
  margin: 0;
}
.services .built .carousel .carousel-item img {
  max-width: 800px;
  width: 100%;
  border-radius: 8px;
}
.services .built .carousel .carousel-item .text {
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.services .built .carousel .carousel-item .text h3 {
  color: var(--clr-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.services .built .carousel .carousel-item .text p {
  max-width: 530px;
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.services .built .carousel .carousel-item .text .link {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.services .built .carousel .carousel-item .text .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 2px solid var(--clr-white);
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  transition: all 0.3s;
}
.services .built .carousel .carousel-item .text .link a.w {
  background-color: var(--clr-white);
  color: var(--clr-grey-7);
  border: none;
}
.services .built .carousel .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.services .ready {
  padding: 100px 0;
}
.services .ready .container {
  max-width: 1224px;
}
.services .ready .container .d-flex {
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  border-radius: 16px;
  background: var(--clr-white-6);
}
.services .ready .container .d-flex .img img {
  width: 100%;
}
.services .ready .container .d-flex .item {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.services .ready .container .d-flex .item .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services .ready .container .d-flex .item .text h3 {
  color: var(--clr-grey-89);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
}
.services .ready .container .d-flex .item .text p {
  max-width: 490px;
  color: var(--clr-grey-89);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.services .ready .container .d-flex .item .text p span {
  color: var(--clr-orange-55);
  font-weight: 700;
}
.services .ready .container .d-flex .item .text h6 {
  color: var(--clr-grey-89);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}
.services .ready .container .d-flex .item .link {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
.services .ready .container .d-flex .item .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  color: var(--clr-grey-7);
  background-color: var(--clr-white);
  border-radius: 4px;
  color: var(--clr-grey-7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  transition: all 0.3s;
}
.services .ready .container .d-flex .item .link a:hover {
  background: var(--clr-white-70);
}
@media (max-width: 760px) {
  .services .ready .container .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 490px) {
  .services .ready .container .d-flex {
    padding: 20px;
  }
}

.courses {
  padding-top: 70px;
}
.courses .back {
  padding: 64px 0;
  background-image: url(../img/services/collections-all/Container.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.courses .back h2 {
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 5rem;
}
.courses .back p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  max-width: 593px;
}
.courses section {
  background-color: var(--clr-grey-7);
  padding: 0 16px;
}
.courses section .container {
  padding: 0;
}
.courses section .container .d-grid {
  padding-top: 64px;
  padding-bottom: 100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px 24px;
}
@media (max-width: 768px) {
  .courses section .container .d-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 24px;
  }
}
.courses section .container .d-grid .item a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.courses section .container .d-grid .item a:hover .img img {
  transform: scale(1.05);
}
.courses section .container .d-grid .item a .img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.courses section .container .d-grid .item a .img img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s;
}
.courses section .container .d-grid .item a h3 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
.courses section .container .d-grid .item a h4 {
  color: var(--clr-orange-55);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  gap: 8px;
}
.courses section .container .d-grid .item a h4 span {
  opacity: 0.4;
  text-decoration-line: line-through;
}
.courses section .container .d-grid .item a p {
  color: var(--clr-grey-89);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.workshops {
  padding-top: 70px;
}
.workshops .back {
  padding: 64px 0;
  background-image: url(../img/services/collections-all/Container-1.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workshops .back h2 {
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 5rem;
}
.workshops .back p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  max-width: 593px;
}
.workshops section {
  background-color: var(--clr-grey-7);
  padding: 0 16px;
}
.workshops section .container {
  padding: 0;
}
.workshops section .container .d-grid {
  padding-top: 64px;
  padding-bottom: 100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px 24px;
}
@media (max-width: 768px) {
  .workshops section .container .d-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 24px;
  }
}
.workshops section .container .d-grid .item a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.workshops section .container .d-grid .item a:hover .img img {
  transform: scale(1.05);
}
.workshops section .container .d-grid .item a .img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.workshops section .container .d-grid .item a .img img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s;
}
.workshops section .container .d-grid .item a h3 {
  color: var(--clr-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
.workshops section .container .d-grid .item a h4 {
  color: var(--clr-orange-55);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  gap: 8px;
}
.workshops section .container .d-grid .item a h4 span {
  opacity: 0.4;
  text-decoration-line: line-through;
}
.workshops section .container .d-grid .item a p {
  color: var(--clr-grey-89);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.events {
  padding-top: 70px;
}
.events .back {
  padding: 64px 0;
  background-image: url(../img/services/collections-all/Container-2.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.events .back h2 {
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 5rem;
}
.events .back p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  max-width: 593px;
}
.events section {
  padding: 180px 0;
  background-color: var(--clr-grey-7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.events section .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.events section .text h2 {
  color: var(--clr-grey-89);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.events section .text p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--clr-grey-89);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.events section .text p a {
  color: var(--clr-orange-55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: all 0.3s;
  text-decoration: revert;
}
.events section .text p a:hover {
  color: var(--clr-grey-89);
  text-decoration: none;
}

.contact-us {
  padding-top: 70px;
}
.contact-us .our {
  padding: 100px 0;
  background: var(--clr-grey-7);
}
.contact-us .our .container {
  border-radius: 8px;
  padding: 32px;
  background: var(--clr-white-4);
  min-height: 684px;
}
.contact-us .our .container .grid {
  min-height: 100% !important;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 48px;
}
@media (max-width: 600px) {
  .contact-us .our .container .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.contact-us .our .container .grid .item {
  padding: 0;
}
.contact-us .our .container .grid .item .map-wrapper {
  padding: 8px;
  border-radius: 8px;
  border: 2px solid var(--clr-orange-55);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us .our .container .grid .item .map-wrapper iframe {
  width: 100%;
  min-height: 100%;
  height: 600px;
  border-radius: 4px;
}
.contact-us .our .container .grid .item span {
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--clr-grey-92);
}
.contact-us .our .container .grid .item .text {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  height: 100%;
}
.contact-us .our .container .grid .item .text h2 {
  color: var(--clr-white);
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.contact-us .our .container .grid .item .text ul {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-us .our .container .grid .item .text ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.contact-us .our .container .grid .item .text ul li img {
  width: 24px;
  height: 24px;
}
.contact-us .our .container .grid .item .icons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-us .our .container .grid .item .icons h3 {
  color: var(--clr-white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.1875rem;
}
.contact-us .our .container .grid .item .icons ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.contact-us .our .container .grid .item .icons ul img {
  width: 32px !important;
  height: 32px !important;
}
@media (max-width: 600px) {
  .contact-us .our .container {
    padding: 16px;
  }
}
.contact-us .form {
  padding: 88px 16px 140px 16px;
  background: var(--clr-grey-7);
}
.contact-us .form .container {
  padding: 0;
  max-width: 923px;
}
.contact-us .form .container .text-headeng {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 11px;
  text-align: center;
  max-width: 583px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.contact-us .form .container .text-headeng h2 {
  color: var(--clr-grey-89);
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 5.25rem;
}
.contact-us .form .container .text-headeng p {
  color: var(--clr-grey-89);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
.contact-us .form .container form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.contact-us .form .container form input,
.contact-us .form .container form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #737373;
  background: rgba(246, 237, 221, 0.2);
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.contact-us .form .container form textarea {
  height: 290px;
}
.contact-us .form .container form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 4px;
  border: none;
  background: var(--clr-white);
  color: var(--clr-grey-7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  outline: none;
  transition: all 0.3s;
}
.contact-us .form .container form button:hover {
  background: var(--clr-white-70);
}
@media (max-width: 560px) {
  .contact-us .form .container form div {
    flex-direction: column;
  }
  .contact-us .form .container form div button {
    width: 100%;
  }
}
.contact-us .form .container form div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

body {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: var(--clr-black);
}
header .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
header .d-flex nav ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header .d-flex nav ul a {
  color: var(--clr-white-70);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all 0.3s;
}
header .d-flex nav ul a:hover, header .d-flex nav ul a.active {
  color: var(--clr-white);
}
header .d-flex nav ul a.sign {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-purple-dusk);
  border: 0.2rem solid var(--clr-purple-dusk);
  color: var(--clr-white);
  border-radius: 218px;
  width: 11.9375rem;
  height: 4.0625rem;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  margin-left: 0.94rem;
  transition: all 0.4s;
}
header .d-flex nav ul a.sign:hover {
  background-color: transparent;
  color: var(--clr-purple-dusk);
}
header .d-flex .icons-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .d-flex .icons-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
header .d-flex .menu {
  display: none;
}
header .d-flex .menu .menu-icon {
  display: block;
  margin-right: 72px;
}
header .d-flex .menu nav ul a {
  font-size: 1.75rem;
}
header .d-flex .menu input {
  display: none;
}
header .d-flex .menu input#menu-toggle:checked ~ .back {
  visibility: visible;
  opacity: 1;
}
header .d-flex .menu input#menu-toggle:checked ~ .body-menu {
  left: 0;
}
header .d-flex .menu label {
  cursor: pointer;
}
header .d-flex .menu label.back {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4470588235);
  z-index: 100;
}
header .d-flex .menu .body-menu {
  padding-right: 30px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 16px;
  max-width: 600px;
  width: 100%;
  height: 100vh;
  transition: all 0.4s;
  z-index: 9999;
}
header .d-flex .menu .body-menu .baack {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  height: 100%;
  padding: 1rem;
  padding-top: 25px;
  overflow-y: auto;
  background-color: var(--clr-black);
}
header .d-flex .menu .body-menu .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .d-flex .menu .body-menu .head .x {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .d-flex .menu .body-menu .head .x svg path {
  fill: var(--clr-white-70);
  transition: all 0.3s;
}
header .d-flex .menu .body-menu .head .x:hover svg path {
  fill: var(--clr-white);
}
header .d-flex .menu .body-menu .body ul {
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 767px) {
  header .d-flex nav {
    display: none;
  }
  header .d-flex .menu {
    display: inline-block;
  }
  header .d-flex .menu nav {
    display: flex;
  }
}

footer {
  padding-top: 64px;
  padding-bottom: 20px;
  background-color: var(--clr-black);
  color: var(--clr-white);
}
footer .top-footer {
  padding-bottom: 24px;
}
footer .top-footer .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
}
footer .top-footer .row .col-auto {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .top-footer .row .col-auto p {
  max-width: 401px;
  color: var(--clr-grey-85);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 460px) {
  footer .top-footer .row .col-auto p {
    text-align: justify;
  }
  footer .top-footer .row .col-auto p br {
    display: none;
  }
}
footer .top-footer .row .col-auto h3 {
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
footer .top-footer .row .col-auto ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .top-footer .row .col-auto ul a {
  color: var(--clr-grey-85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
footer .top-footer .accordion {
  display: none;
}
footer .top-footer .accordion button {
  padding: 20px 0;
  background: none;
  border: none;
  box-shadow: none;
  color: var(--clr-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
footer .top-footer .accordion button::after {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.9721L0 1.97208L1.97208 0L10 8.0275L18.0279 0L20 1.97208L10 11.9721Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
}
footer .top-footer .accordion .accordion-item {
  background: none;
  border: none;
  color: var(--clr-grey-85);
}
footer .top-footer .accordion .accordion-item .accordion-body {
  padding: 20px 0;
  padding-top: 0;
}
footer .top-footer .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .top-footer .accordion .accordion-item .accordion-body ul a {
  color: var(--clr-grey-85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 840px) {
  footer .top-footer .col-auto h3 {
    display: none;
  }
  footer .top-footer .col-auto ul {
    display: none !important;
  }
  footer .top-footer .accordion {
    padding-top: 50px;
    display: block;
  }
}
footer .hr {
  display: flex;
  margin: 22.5px 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-grey-40);
}
footer .bottom-footer {
  padding: 11.5px 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer .bottom-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--clr-white-60);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
footer .bottom-footer p a {
  color: var(--clr-white-60);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
footer .bottom-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
@media (max-width: 767px) {
  footer .bottom-footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  footer .bottom-footer p {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

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