/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Chalkduster';
  src: url('../fonts/Chalkduster.woff2') format('woff2'),
    url('../fonts/Chalkduster.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-famaly-hear-end */

/* root */
:root {
  --chalkduster: "Chalkduster", sans-serif;
  --poppins: "Poppins", serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;

  --hover-colo: #000;

  --body-color: #000;
  --heading-color: #000;
}

/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--poppins);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

/* defaults-css--end */

/* theme-css */

.btn {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  line-height: 1;
}

.btn-primary {
  background: #ff9100;
  border-color: #ff9100;
  color: #fff;
}

.btn-primary:hover {
  background: #d47800;
  border-color: #d47800;
  color: #fff;
}

/* theme-css-end */

/* ======== header style start ============ */
.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 32px 0px 90px;
}

.header--absoulute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}

.hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header__menu nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__menu nav ul li a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  display: block;
}

.header__menu nav ul li a:hover {
  color: #ff9100;
}

.header__menu nav {
  display: flex;
  align-items: center;
  gap: 40px;
}



/* ======== header style end ============ */

/* ======== hero style start ============ */
.hero--section {
  padding: 170px 0px 0px;
}

.hero__content h1 {
  font-size: 42px;
  color: #ff9d00;
  font-weight: 900;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero__content {
  max-width: 520px;
  text-align: center;
}

.hero__content h3 {
  color: #fff;
  margin-bottom: 28px;
}

.hero__content a.btn {
  padding: 18px 30px;
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.2;
  background: #ff9100;
  width: 100%;
  border-radius: 100px;
}

.hero__content a.btn span {
  display: block;
}

.hero__content a.btn span {
  display: block;
}

.hero__content a.btn:hover {
  background-color: #d47800;
  color: #fff;
}

.hero__aPlus {
  position: absolute;
  top: 140px;
  left: 40%;
  color: #5f6bff;
  font-size: 78px;
  font-family: var(--chalkduster);
  width: 185px;
  height: 140px;
  background-image: url('../imgs/a-circle.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.hero__obj-1 {
  left: 65px;
  bottom: -70px;
}

.hero__obj-2 {
  right: 65px;
  bottom: -165px;
}

.hero__thumb {
  height: 710px;
}


/* ======== hero style end ============ */

/* ======== Service style start ============ */
.service--section {
  padding: 110px 0px 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fs-2 {
  text-transform: uppercase;
  font-size: 75px !important;
  font-weight: 900;
  line-height: 1.2 !important;
}

.service__content h2 {
  color: #fff;
  margin-bottom: 24px;
}

.service__content h2 span {
  color: #1e2d84;
}

ul.service__list li {
  font-size: 33px;
  font-weight: 600;
  color: #1e2d84;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0px;
}

ul.service__list li span.text span {
  font-size: 18px;
}


.service__object {
  position: absolute;
  left: 84px;
  bottom: -85px;
  z-index: 111;
}

/* ======== Service style end ============ */

/* ======== sections style start ============ */
.section__title {}

.section__title h2 {
  text-align: center;
  padding: 21px 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.works__title h2 {
  background-image: url('../imgs/works-title-bg.png');
  color: #fff;
}

.works__title {
  margin-bottom: 50px;
}

/* ======== sections style end ============ */

/* ======== works-section style start ============ */

.works--section {
  padding: 70px 0px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 11;
}

.works__obj-1 {
  right: 57px;
  bottom: -20px;
}

.works__item-content p {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.1;
  color: #1e2d84;
}

.works__item-icon {
  font-size: 133px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 900;
  color: #1e2d84;
  margin-bottom: 7px;
}

.works__item {
  max-width: 324px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.works__more {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.works__more-thumb {
  width: 250px;
  flex: 0 0 auto;
}

.works__more-thumb img {
  max-width: 100%;
}

.works__more-content h3 {
  color: #1e2d84;
  font-weight: 600;
  font-size: 39px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.works__more-content h3 span {
  font-size: 12px;
  line-height: 2;
  display: block;
}

.works--section {
  padding: 70px 0px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn.btn--big {
  padding: 20px 0px;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn--big strong {
  font-weight: 900;
}


/* ======== works-section style end ============ */

/* ======== Schools style start ============ */

.schools--section {
  padding-top: 90px;
}

.schools__title {
  margin-bottom: 30px;
}

.schools__title h2 {
  background-image: url('../imgs/schools-title-bg.png');
  color: #fff;
  padding: 30px 0px;
}

.schools__shorts {
  width: 280px;
  height: 450px;
  background-image: url('../imgs/school-shorts.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 122px 29px 50px 29px;
}

.schools__shorts h6 {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 28px;
  margin-bottom: 9px;
  color: #fff;
}

.schools__shorts p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.schools__thumbs {
  position: relative;
}

.schools__shorts {
  position: absolute;
  left: 0;
  top: -48px;
}

.schools__img img {
  max-width: 100%;
  max-height: 609px;
}

.schools__img {
  text-align: end;
  padding-right: 42px;
}

.schools__list li {
  font-size: 35px;
  color: #1e2d84;
  display: flex;
  align-items: center;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 19px 0px;
}

.schools__list li span.text {
  text-align: center;
  display: inline-block;
  width: max-content;
  max-width: 545px;
}

.schools__obj-1 {
  right: 0;
  bottom: -50px;
}


/* ======== Schools style end ============ */

/* ======== sections style start ============ */

.store--section {
  padding: 110px 0px 140px;
}

.store__title h2 {
  color: #ff9100;
}

.store__title {
  margin-bottom: 60px;
}

.store__form {
  max-width: 720px;
  margin: 0 auto;
}

.store__form-item label {
  font-size: 31px;
  font-weight: 600;
  color: #1e2d84;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 5px;
}

.store__form-item .form-control {
  height: 54px;
  border-radius: 0px;
  background: #e7e5e5;
  border-color: #e7e5e5;
}

.store__form-item {
  margin-bottom: 25px;
}

.store__obj-1 {
  left: 50px;
  bottom: -70px;
}

/* ======== sections style end ============ */

/* ======== Faq style start ============ */
.faq--section {
  padding: 120px 0px 90px;
  background-image: url('../imgs/faq-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq__title h2 {
  background-image: url('../imgs/faq-title-bg.png');
  color: #fff;
  margin-bottom: 50px;
}

.faq__title {
  margin-bottom: 50px;
}

.faq__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.faq__item h3 {
  color: #fff;
  font-weight: 900;
  font-size: 35px;
}

.faq__item p {
  font-size: 28px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0px;
}

.faq__item {
  margin-bottom: 30px;
}



/* ======== Faq style end ============ */

/* ======== footer style start ============ */
footer.footer {
  background: #1e2d84;
  padding: 34px 0px 34px;
}

.footer__start {
  gap: 70px;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer__menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer__menu ul li a {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.footer__menu ul li:hover a {
  color: #ff9100;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__contact a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
}

.footer__contact a:hover {
  color: #ff9100;
}

.footer__end {
  gap: 30px;
}

/* ======== footer style end ============ */