@font-face {
  font-family: 'Popins Bold';
  src: url(../font/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Popins Regular';
  src: url(../font/Poppins-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Popins Regular';
  transition: all 0.5s ease;
  scroll-behavior: smooth;
}

header {
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 0 0;
  background: #fff;
}

header.scrolled {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 0 0;
  background: var(--main-color-dark);
}

:root {
  --main-color-yellow: #FFCF2D;
  --main-color-dark: #1E212C;
  --main-size-h1: 32px;
  --main-size-h1-big: 72px;
  --main-size-p-big: 20px;
  --main-size-p: 18px;
}

.container {
  max-width: 1400px;
  padding: 0 2%;
  margin-right: auto;
  margin-left: auto;
}

.header-img2 {
  display: none;
}

.header-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-li {
  width: 45%;
}

.header-ul1 {
  display: flex;
  align-items: center;
}

.header-ul2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-li2 a {
  color: #1E212C;
}

header.scrolled .header-li2 a {
  color: #fff;
}

header.scrolled .header-li1 a {
  color: #fff;
}

header.scrolled .header-img {
  display: none;
}

header.scrolled .header-img2 {
  display: block;
}

.header-li1 a,
.header-li1 span {
  color: var(--main-color-dark);
  font-size: var(--main-size-p-big);
}

.header-li1 i {
  color: var(--main-color-dark);
  margin-right: 10px;
  font-size: var(--main-size-p-big);
}

header.scrolled .header-li1 i {
  color: #fff;
}

span {
  color: var(--main-color-yellow) !important;
}

.header-line {
  position: relative;
  width: 0;
  top: 7px;
  left: 0;
  height: 7px;
  background: var(--main-color-yellow);
}

.header-ul {
  padding-bottom: 15px;
}

header.scrolled .header-ul {
  padding-bottom: 7px;
}

.header-li:nth-child(3) {
  display: none;
}

.header-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: var(--main-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.header-nav.open {
  left: 0;
}

.header-li3 {
  margin-top: 10px;
}

.header-li3 a {
  color: #fff;
  font-size: var(--main-size-h1);
}

.header-li3:nth-child(1) {
  margin-top: 0px;
}

.header-button {
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000000;
}

.header-button i {
  font-size: 30px;
  color: var(--main-color-yellow);
}

.section1 {
  position: relative;
  top: 0;
  padding: 0px 0 50px 0;
}

.section1-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section1-h1 {
  font-family: 'Popins Regular';
  font-weight: 500;
  font-size: var(--main-size-h1-big);
}

.section1-li {
  width: 45%;
}

.section1-p {
  font-size: 12px;
  margin-top: 20px;
}

.section1-p2 {
  font-size: var(--main-size-p-big);
  font-weight: 700;
  margin-top: 10px;
}

.section1-li img {
  width: 100%;
}

.section2 {
  padding: 50px 0;
  background: #F9FBFD;
}

.section2-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section2-li {
  width: 45%;
}

.section2-li img {
  width: 100%;
}

.section2-li1 {
  font-size: var(--main-size-h1);
  color: var(--main-color-dark);
  font-family: 'Popins Bold';
}

.section2-li2 {
  font-weight: 100;
  color: var(--main-color-dark);
  margin-top: 20px;
  font-size: var(--main-size-p);
}

.section2-li3 {
  margin-top: 20px;
}

.section2-btn {
  padding: 15px 30px;
  color: var(--main-color-dark);
  background: var(--main-color-yellow);
  font-size: var(--main-size-p);
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.section2-btn:hover {
  transform: scale(0.9);
}

.section3 {
  position: relative;
  top: 0;
  padding: 50px 0;
}

.section3-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.section3-li {
  width: 30%;
  margin-top: 20px;
  background: var(--main-color-yellow);
  border-radius: 20px;
  cursor: pointer;
}

/* .section3-li:hover {
  background-image: url('../images/section3-img2.png');
  background-position: center;
  background-size: cover;
} */

.section3-h1 {
  font-size: var(--main-size-h1);
  color: var(--main-color-dark);
  text-align: center;
}

.section3-li1 {
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #F9FBFD;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 15px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  left: 15px;
  font-size: 25px;
}

.section3-li2 {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  padding: 0 30px;
  font-size: var(--main-size-p);
  color: #fff;
}

.section3-li3 {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  padding: 0 30px;
  color: #fff;
  font-size: var(--main-size-p-big);
  margin-bottom: 50px;
}


.section3-li4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #00000050;
  display: none;
}

.section4 {
  position: relative;
  top: 0;
  padding: 70px 0;
}

.section4-ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section4-li {
  width: 48%;
}

.section4-li img {
  width: 100%;
}

.section4-li1 {
  font-size: var(--main-size-h1);
  color: var(--main-color-dark);
}

.section4-li2 {
  margin: 25px 0;
  font-size: var(--main-size-p-big);
  color: var(--main-color-dark);
  font-weight: 600;
}

.section4-li3 {
  margin-bottom: 55px;
  color: #424551;
}

.section5 {
  padding: 50px 0;
  position: relative;
  top: 0;
}

.section5-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section5-li {
  width: 48%;
}

.section5-li img {
  width: 100%;
}

.section5-li1 {
  margin-top: 20px;
  font-size: var(--main-size-h1);
}

.section6 {
  position: relative;
  top: 0;
}

.section6-ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section6-li {
  width: 48%;
}

.section6-map {
  width: 100%;
}

.section6-li1 {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--main-color-dark);
  font-size: var(--main-size-p);
}

.section6-li2 {
  font-family: 'Popins Bold';
  color: var(--main-color-yellow);
  font-size: var(--main-size-h1);
  margin-bottom: 30px;
}

.section6-li4 i {
  position: relative;
  left: -10px;
  font-size: var(--main-size-p-big);
  color: var(--main-color-yellow);
}

.section6-ul2 {
  display: flex;
}

.section6-p2 {
  font-size: 14px;
  color: #787A80;
}

.section6-li3 {
  margin-top: 20px;
}

.section7 {
  position: relative;
  top: 0;
  padding: 50px 0;
}

.section7-form {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

form label {
  color: #424551;
  font-size: var(--size-p);
}

.section7-ul1 {
  width: 100%;
}

.section7-form input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  font-size: var(--main-size-p);
  outline-color: var(--main-color-yellow);
  color: var(--main-color-yellow);
}

.section7-li3 {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section7-form {
  width: 45%;
}

.section7-form:nth-child(2) {
  width: 45%;
  display: flex;
  justify-content: end;
  align-items: end;
  position: relative;
}

.section7-form:nth-child(2) label {
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
  transform: translateX(100%);
}

.section7-form2 input {
  width: 100%;
  padding: 13px 16px 50px 16px;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  font-size: var(--main-size-p);
  outline-color: var(--main-color-yellow);
  color: var(--main-color-yellow);
}

.section7-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section7-li:nth-child(1) {
  width: 40%;
}

.section7-li:nth-child(2) {
  margin-top: 20px;
  width: 55%;
}

.section7-form2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section7-li5 {
  margin-top: 30px;
}

.section7-li5 {
  display: flex;
  justify-content: space-between;
}

.section7-btn {
  background: var(--main-color-yellow);
  border-radius: 4px;
  border: none;
  width: 45%;
  padding: 10px 0;
  color: #fff;
  font-family: 'Popins Bold';
}

.section7-btn:hover {
  transform: scale(0.9);
  cursor: pointer;
}

.section7-li img {
  width: 100%;
}

.section7-p-info {
  margin-top: 10px;
  color: red;
  display: none;
}

footer {
  background: var(--main-color-dark);
  padding: 50px 0;
}

.footer-ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-li:nth-child(1) {
  width: 20%;
}

.footer-li {
  width: 25%;
}

.footer-li2 {
  margin-top: 10px;
  color: #ffffff50;
}

.footer-li1 {
  font-family: 'Popins Bold';
  color: #fff;
}

.footer-li2 a {
  color: #ffffff50;
}

.footer-li2 a:hover {
  color: #ffffff;
}