@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-500";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-600";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


:root {
  --font-family: "Poppins", sans-serif;
  --font-family-500: "Poppins-500", sans-serif;
  --font-family-600: "Poppins-600", sans-serif;
  --primary: #263238;
}

input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

html,
body {
  height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  transition: 1s all;
  font-family: var(--font-family);
  color: #000;
}

.container {
  width: 84%;
  padding: 0 6.7vw;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

button {
  color: #fff;
  background: var(--primary);
}

button:hover {
  background-color: #fff;
  border: 2px solid var(--primary);
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  filter: hue-rotate(71deg);
}


p {
  color: #8f95a5;
}

h1,
h2,
h3 {
  font-family: var(--font-family-600);
}

h1:nth-child(2) {
  display: none;
}

h1 {
  color: #000;
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h2,
h3 {
  color: var(--primary);
}


.sidebar_button:hover,
.header_button:hover {
  background: var(--primary);
  color: white;
}

ul {
  list-style: none;
}


.header {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}

.header_block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.header_ul {
  display: flex;
  gap: 35px;
}

.header_ul li a {
  font-family: var(--font-family-500);
  font-size: 20px;
}

.logo a {
  font-family: var(--font-family);
  font-size: 36px;
}

.header_button {
  height: 70px;
  width: 220px;
  font-size: 24px;
  border-radius: 5px;
  border: 2px solid var(--primary);
  color: #000;
  background-color: #fff;
}


.sidebar {
  position: fixed;
  background: white;
  width: 100%;
  right: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  transition: right 0.3s ease-in-out;
  padding: 0 13px 0;
  margin: 0 auto;
}

.sidebar_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  height: 10%;
  width: 100%;
}


.sidebar_ul li a {
  font-family: var(--font-family-500);
  font-size: 22px;
}

.sidebar_button {
  font-family: var(--font-family);
  font-size: 20px;
  color: #000;
  margin-top: 5.4rem;
  width: 100%;
  border: 2px solid #263238;
  border-radius: 5px;
  height: 65px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.menu_button {
  display: none;
  width: 33.5px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/575/menu.svg);
  cursor: pointer;
  border: none;
  right: 5%;
  background-color: white;
  border-radius: 4px;
  z-index: 99;
  background-position-y: center;
}


.menu_checkbox:checked~.sidebar {
  right: 0;
}

.sidebar_head .close_menu {
  background-image: url(../img/close.svg);
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
}

.get_started {
  display: flex;
  flex-direction: row;
  gap: 4%;
  justify-content: space-between;
}

.get_started .left {
  width: 50%;
  padding-top: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
}

.get_started .left p {
  width: 83%;
  font-size: 24px;
}

.get_started .left button {
  border-radius: 15px;
  font-size: 36px;
  margin-top: 1.8rem;
  padding: 4.8% 18.5%;
  border: 2px solid var(--primary);
}

.get_started .right {
  width: 52%;
}

.get_started .right .img {
  background-image: url(../img/1920/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin-top: 0.5rem;
}

.get_started h1 {
  font-family: var(--font-family-600);
  max-width: 386px;
  position: relative;
  line-height: 1.3;
}

.get_started h1 span {
  display: block;
}

.get_started h1 span::after {
  position: absolute;
  background-image: url(../img/1920/lamp.svg);
  content: "";
  display: inline-block;
  background-size: cover;
  right: -41%;
  top: 40%;
  width: 31%;
  aspect-ratio: 1 / 1;
}

.skills {
  margin-top: 9.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.2rem;
}


.skills .cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr .5fr;
}

.skills .cards .card {
  display: flex;
  background: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  padding-left: 5.1%;
  padding-right: 5.1%;
  padding-bottom: 2.5rem;
}

.skills .cards .card:first-child {
  grid-row: span 2;
}

.skills .cards .card:last-child {
  grid-column: span 2;
}

.skills .cards .card .img {
  background-repeat: no-repeat;
  background-size: contain;
}

.skills .cards .card .text {
  padding-left: 5%;
}

.skills .cards .card button {
  border-radius: 5px;
  font-size: 18px;
  font-family: var(--font-family-500);
  padding: 1rem 3vw;
}

.skills .cards .card:nth-child(3) {
  padding-left: 0;
}

.skills .cards .card:nth-child(4) {
  height: 21.5rem;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-right: 3%;
  padding-bottom: 0;
}

.skills .cards .card:nth-child(1) .img {
  width: 100%;
  margin-top: 2.4rem;
  height: 24.5rem;
  aspect-ratio: 1/1;
  background-image: url(../img/1920/speaking.svg);
}

.skills .cards .card:nth-child(2) .img {
  align-self: end;
  width: 75%;
  height: 17rem;
  background-image: url(../img/1920/writing.svg);
}

.skills .cards .card:nth-child(3) .img {
  width: 89%;
  height: 17rem;
  background-image: url(../img/1920/reading.svg);
  background-position-y: center;
}

.skills .cards .card:nth-child(4) .img {
  width: 47%;
  height: 100%;
  background-position-y: center;
  background-image: url(../img/1920/listening.svg);
}

.skills .cards .card:nth-child(1) .text {
  margin-top: 1.2rem;
}

.skills .cards .card:nth-child(2) .text {
  padding-top: 0;
}

.skills .cards .card:nth-child(3) .text {
  padding-left: 9%;
}

.skills .cards .card:nth-child(4) .text {
  padding: 0;
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 63%;
}

.skills .cards .card:nth-child(1) p {
  margin-top: 1.5rem;
  line-height: 1.5;
  width: 92%;
}

.skills .cards .card:nth-child(2) p {
  line-height: 1.5;
  margin-top: 0.5rem;
}

.skills .cards .card:nth-child(3) p {
  margin-top: 0.4rem;
  line-height: 1.5;
}

.skills .cards .card:nth-child(1) button {
  margin-top: 2.1rem;
}

.skills .cards .card:nth-child(2) button {
  margin-top: 2rem;
}


.skills .cards .card:nth-child(3) button {
  margin-top: 2rem;
}

.skills .cards .card:nth-child(4) button {
  align-self: flex-start;
}

.aboutUs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 12.5rem;
}


.aboutUs .left {
  display: flex;
  flex-direction: column;
  padding-bottom: 2.7rem;
  gap: 2.7rem;
  width: 48%;
}


.aboutUs .left h2 {
  line-height: 0.8;
}

.aboutUs .left p {
  font-size: 20px;
}

.numbers {
  display: flex;
  flex-direction: row;
}

.number {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-family: var(--font-family-600);
  align-items: center;
}

.number:nth-child(2) {
  margin-left: 22%;
}

.number:nth-child(3) {
  margin-left: 14%;
}

.number span {
  font-size: 20px;
  color: var(--primary);
  text-align: center;
}

.aboutUs .right {
  height: 35rem;
  width: 42%;
}

.aboutUs .right .img {
  background-image: url(../img/1920/aboutUs.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto;
  margin-top: 3.5rem;
  margin-left: 9%;
  background-size: contain;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  align-items: center;
  margin-top: 12rem;
}


.price_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.price_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.price_card .text {
  height: 15rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.7rem;
}

.price_card .img,
.price_card .text {
  width: 100%;
  display: flex;

}

.price_card .img {
  height: 19rem;
}

.price_card .img {
  background-size: contain;
  background-repeat: no-repeat;
}

.price_card:nth-child(3) {
  margin-left: 2%;
}

.price_card:nth-child(1) .img {
  background-image: url(../img/1920/pricing1.svg);
  margin-left: 7%;
}

.price_card:nth-child(2) .img {
  background-image: url(../img/1920/pricing2.svg);
  margin-top: 1rem;
  height: 18rem;
  margin-left: 6%;
}

.price_card:nth-child(3) .img {
  background-image: url(../img/1920/pricing3.svg);
  background-position-x: center;
  height: 21rem;

}

.price_card:nth-child(2) .text {
  padding-left: 7%;
}


.price_card p {
  font-size: 20px;
  height: 6rem;
}

.price {
  background: #eee;
  border-radius: 5px;
  font-size: 30px;
  color: var(--primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 240px;
  justify-content: center;
}

.price span {
  font-size: 18px;
  color: #546269;
  margin-left: 4%;
}

.contactUs {
  display: flex;
  flex-direction: row;
  margin-top: 16rem;
  padding-bottom: 7rem;
  padding-bottom: 10rem;
}

.contactUs .left {
  width: 71%;
}

.contactUs .left .img {
  width: inherit;
  aspect-ratio: 1/1;
  background-image: url(../img/1920/contactUs.svg);
  background-repeat: no-repeat;
}

.contactUs .right {
  display: flex;
  flex-direction: column;
  width: 95%;
  gap: 2.6rem;
  padding-top: 2.6rem;
}

.contactUs .right p {
  font-size: 20px;
  width: 95%;
}

.contactUs .right form {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 0.5rem;
}

.contactUs .right form input {
  border: 1px solid #8f95a5;
  border-radius: 10px;
  width: 58.5%;
  height: 5rem;
  font-size: 16px;
  padding-left: 4%;
  padding-right: 4%;

}

input:focus {
  outline: none;
}

.contactUs .right form button {
  border: 1px solid var(--primary);
  border-radius: 10px;
  width: 34%;
  height: 5rem;
  font-size: 20px;
  font-family: var(--font-family-500);
}

.footer {
  padding-top: 1.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4rem;
  border-top: 1px solid #c4c4c4;
}

.footer ul {
  display: flex;
}

.footer ul li {}

.footer ul li a {
  font-size: 24px;
  color: #8f95a5;
}

.footer ul li:first-child a::before {
  display: none;
}

.footer ul li a::before {
  content: '•';
  color: inherit;
  padding: 0 5px;
}


@media screen and (max-width: 1600px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1125px) {

  .skills .cards .card:nth-child(2) .img,
  .skills .cards .card:nth-child(3) .img {
    height: 13rem;
  }
}

@media screen and (max-width: 1010px) {
  .get_started h1 span::after {
    right: -23%;
    width: 23%;
  }
}