@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 50px;
}

body {
  position: relative;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

body img {
  width: 100%;
}

body a {
  color: #000;
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#18A0E5), to(#49D7D6));
  background: linear-gradient(180deg, #18A0E5 0%, #49D7D6 100%);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 27px;
  padding: 25px 70px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 12px 12px 12px #00000029;
          box-shadow: 12px 12px 12px #00000029;
  border-radius: 50px 0px;
  font-weight: bold;
}

.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#49D7D6), to(#18A0E5));
  background: linear-gradient(180deg, #49D7D6 0%, #18A0E5 100%);
  -webkit-transition: .3s;
  transition: .3s;
}

/* HEADER */
header {
  padding: 20px;
  z-index: 9999;
  background: #0D0D0D;
}

header .header_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header .header_container .logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_container .logo img {
  display: block;
  max-width: 175px;
}

@media (min-width: 1024px) {
  header .header_container .logo img {
    max-width: 275px;
  }
}

header .header_container input#menu-toggle {
  display: none;
}

header .header_container input#menu-toggle:checked ~ .toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .header_container input#menu-toggle:checked ~ .toggle span:nth-child(2) {
  opacity: 0;
  left: -100%;
}

header .header_container input#menu-toggle:checked ~ .toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .header_container input#menu-toggle:checked ~ .menu {
  height: 400px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  header .header_container input#menu-toggle:checked ~ .menu {
    border-bottom: none;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

header .header_container .toggle {
  height: 35px;
  width: 35px;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 10px;
}

header .header_container .toggle span {
  position: absolute;
  background: #fff;
  top: 5px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 100vmax;
  width: 33px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  visibility: visible;
}

@media (min-width: 1024px) {
  header .header_container .toggle span {
    display: none;
  }
}

header .header_container .toggle span:nth-of-type(2) {
  top: 15px;
}

header .header_container .toggle span:nth-of-type(3) {
  top: 25px;
}

header .header_container .menu {
  border-radius: 25px;
  z-index: 999;
  top: 120%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  left: 0;
  right: 0;
  height: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media (min-width: 1024px) {
  header .header_container .menu {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: none;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: none;
    transition: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    gap: 20px;
    overflow: visible;
    font-size: 14px;
    color: #fff;
  }
}

header .header_container .menu a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  color: inherit;
  font-weight: 500;
}

@media (min-width: 1024px) {
  header .header_container .menu a {
    margin-left: 25px;
  }
}

header .header_container .menu .btn {
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  font-size: inherit;
}

/* END OF HEADER */
main {
  overflow-x: hidden;
}

main .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 20px;
}

main .wrap h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #707070;
}

main .wrap .sub {
  text-align: center;
}

main .wrap p {
  line-height: 25px;
  color: #707070;
  font-size: 16px;
}

@media (min-width: 768px) {
  main .wrap p {
    line-height: 25px;
  }
}

main .banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #555555;
}

@media (min-width: 1024px) {
  main .banner {
    min-height: 650px;
    background: url(../images/big-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

main .banner .wrap {
  padding: 50px 20px;
}

main .banner .wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}

main .banner .wrap .content .desc {
  text-align: center;
}

@media (min-width: 1024px) {
  main .banner .wrap .content .desc {
    text-align: left;
    width: 50%;
  }
}

main .banner .wrap .content .desc h1 {
  font-size: 35px;
  letter-spacing: .45px;
  color: #FFCD6F;
  text-shadow: 6px 7px 8px #00000029;
}

@media (min-width: 768px) {
  main .banner .wrap .content .desc h1 {
    font-size: 50px;
    line-height: 49px;
  }
}

@media (min-width: 1024px) {
  main .banner .wrap .content .desc h3 {
    text-align: left;
  }
}

main .banner .wrap .content .desc p {
  margin: 20px 0;
  color: #fff;
}

@media (min-width: 1024px) {
  main .banner .wrap .content .desc p {
    text-align: left;
  }
}

main .banner .wrap .content .desc .btn {
  margin: 30px 0 0;
}

main .banner .wrap .content img {
  width: 100%;
  display: none;
}

@media (min-width: 1024px) {
  main .banner .wrap .content img {
    display: block;
    width: 50%;
    max-width: 600px;
  }
}

main .section1 {
  text-align: center;
}

main .section1 p {
  font-size: 25px;
  line-height: 35px;
  max-width: 768px;
  margin: 0 auto;
}

main .section2 {
  background: #EBEBEB;
}

main .section2 h2 {
  margin-bottom: 40px;
  text-align: center;
}

main .section2 .content {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  main .section2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
}

main .section2 .content .item {
  background: #fff;
  padding: 20px;
  color: #6F6F6F;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  main .section2 .content .item {
    width: 30%;
  }
}

main .section2 .content .item img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

main .section2 .content .item .desc {
  text-align: center;
}

main .section2 .content .item .desc p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

main .section3 {
  text-align: center;
}

main .section3 h2 {
  margin-bottom: 10px;
}

main .section3 .sub {
  max-width: 668px;
  margin: 0 auto;
}

main .section3 .content {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  main .section3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

main .section3 .content .item {
  background: #555555;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 40px 0px;
  text-align: center;
}

@media (min-width: 1024px) {
  main .section3 .content .item {
    width: 27%;
  }
}

main .section3 .content .item img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 20px;
}

main .section3 .content .item .desc p {
  color: #fff;
  font-size: 15px;
}

main .section3 .content .item .desc p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

main .pre-footer {
  position: relative;
  min-height: 500px;
  padding: 70px 20px;
  background: url(../images/footer.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

main .pre-footer .wrap {
  padding: 0;
  max-width: 1024px;
}

main .pre-footer .wrap .content .desc {
  color: #fff;
  max-width: 500px;
  text-align: center;
}

@media (min-width: 768px) {
  main .pre-footer .wrap .content .desc {
    text-align: left;
  }
}

main .pre-footer .wrap .content .desc h2 {
  font-size: 70px;
  font-weight: bold;
  color: #FFCD6F;
}

main .pre-footer .wrap .content .desc h3 {
  font-size: 25px;
}

main .pre-footer .wrap .content .desc p {
  color: inherit;
}

footer {
  padding: 20px;
  background: #0D0D0D;
  border-top: 1px solid #ccc;
}

@media (min-width: 1300px) {
  footer {
    padding: 20px 0;
  }
}

footer .footer-wrap {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

footer .footer-wrap p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  footer .footer-wrap p {
    margin-bottom: 0;
  }
}

footer .footer-wrap ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 15px;
}

footer .footer-wrap ul li {
  list-style: none;
  font-size: 15px;
  color: #fff;
}

footer .footer-wrap ul li a {
  text-decoration: none;
  font-weight: 500;
  color: inherit;
}

footer .footer-wrap ul li a:hover {
  color: #ccc;
}
/*# sourceMappingURL=styles.css.map */