@font-face {
  font-family: "linotype-didot";
  src: url("fonts/Didot-01.ttf");
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/AvenirLTStd-Roman.ttf");
}
body {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: auto;
}

section {
  margin: 100px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  section {
    margin: 50px 0;
  }
}

.top_banner {
  padding: 100px 0;
}
.top_banner .container {
  max-width: 1140px;
  text-align: center;
}
.top_banner .container h1 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
@media only screen and (max-width: 1024px) {
  .top_banner .container h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .top_banner .container h1 {
    font-size: 32px;
  }
}
.top_banner .container p {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .top_banner .container p {
    font-size: 16px;
  }
}

.video_section {
  background-color: #f3f3f3;
  background-image: url(https://atcr8v.com/wp-content/uploads/2024/10/pattern.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.video_section::after {
  content: " ";
  background: linear-gradient(180deg, #f3f3f3, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video_section h2 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .video_section h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .video_section h2 {
    font-size: 28px;
  }
}
.video_section .grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .video_section .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video_section p {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .video_section p {
    font-size: 16px;
  }
}

.footer_section {
  padding: 100px 0;
  text-align: center;
}
.footer_section h2 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .footer_section h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_section h2 {
    font-size: 28px;
  }
}
.footer_section p,
.footer_section ul,
.footer_section li {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .footer_section p,
  .footer_section ul,
  .footer_section li {
    font-size: 16px;
  }
}
.footer_section a {
  color: #231f20;
}

.b-footer {
  margin-top: 50px;
  background-color: #3cabd8;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.b-footer p,
.b-footer ul,
.b-footer li {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .b-footer p,
  .b-footer ul,
  .b-footer li {
    font-size: 16px;
  }
}
.b-footer a {
  color: #fff;
}
.b-footer h2 {
  font-family: "linotype-didot";
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .b-footer h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .b-footer h2 {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */