:root {
  --main-color: #2ba1d9;
  --accent-color: #7d32ca;
  --accent-color2: #5f60d2;
}

.page-wrapper {
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.hero-section {
  background-image: url('../images/nanomenon-hero-line.png'), url('../images/nanomenon-hero-map.png');
  background-position: 100% 100%, 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  min-height: 720px;
  display: flex;
  position: relative;
}

.margin {
  align-self: stretch;
  width: 95vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-section-content {
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 5vw;
  display: flex;
}

.hero-main-content {
  flex: 1;
  margin-top: 3vw;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  align-items: center;
  display: flex;
}

.navbar-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1-hero {
  text-transform: uppercase;
  text-shadow: 0 3px #00000021;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Itc Avant Garde Gothic Lt, Impact, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1em;
}

.h1-hero.outline {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #333;
  background-color: #0000;
}

.h2 {
  color: #333;
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-p {
  width: 80%;
  margin-top: 20px;
}

.p-hero {
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
}

.hero-text-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  padding-top: 40px;
  display: flex;
}

.hero-btn {
  margin-top: 20px;
}

.hero-img {
  width: 700px;
  display: block;
  position: absolute;
  inset: auto -11% -9% auto;
}

.nav-link {
  color: #333;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link:hover {
  color: #97ecff;
  background-color: #0000;
}

.nav-link.hide {
  display: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.btn {
  border: 2px solid var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
}

.btn:hover {
  color: #fff;
  background-color: #2584b1;
}

.btn.hero {
  padding: 15px 20px;
  font-size: 20px;
}

.btn.cta {
  padding: 12px 15px;
  font-size: 18px;
}

.btn.cta:hover {
  color: #fff;
}

.btn-div {
  margin-left: 10px;
}

.company-sections {
  margin-top: -65px;
  position: relative;
}

.company-sections-div {
  padding-bottom: 40px;
  display: flex;
}

.company-cards-div {
  width: 150px;
}

.products-sections {
  margin-top: 20vw;
  margin-bottom: 0;
  position: relative;
}

.product-section-div {
  border-bottom: 1.5px solid #e6e6e6;
  justify-content: space-between;
  display: flex;
}

.product-image-div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -8px 18px 2px #00000012;
}

.mask {
  width: 55vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider {
  background-color: #ddd0;
  justify-content: flex-end;
  width: 1200px;
  height: 350px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  inset: 0% auto auto 0%;
}

.product-section-text {
  flex: 0 auto;
  width: 38%;
  margin-top: 70px;
}

.product-section-text.last {
  margin-top: 0;
}

.left-arrow-2 {
  filter: brightness(200%) grayscale();
  color: #000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  inset: 0% auto auto 0%;
}

.left-arrow-2:hover {
  filter: brightness(200%);
}

.right-arrow {
  filter: grayscale() brightness(200%);
  color: #000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  inset: 0% auto auto 5%;
}

.right-arrow:hover {
  filter: brightness(200%);
}

.slide {
  border-radius: 10px;
  width: 350px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 20px #0003;
}

.slider1_slide1 {
  background-color: #f4978e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
}

.p.cta {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.p.white {
  color: #fff;
}

.p.testimonials {
  font-size: .9rem;
}

.h4 {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.slider1_slide2 {
  background-color: #fbd5d2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.product-row {
  margin-top: 5vw;
  margin-bottom: 10vw;
}

.product-row.last {
  margin-bottom: 0;
}

.slider2_slide1 {
  background-color: #3883c4;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider2_slide2 {
  background-color: #afcde7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.features-section.hide {
  display: none;
}

.features-section-content {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section-hd {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hd.flex {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
}

.section-hd.platform {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.section-hd.product-hd {
  margin-bottom: 5vw;
}

.section-hd.testimonials {
  opacity: .75;
  align-items: center;
  width: auto;
  position: relative;
  transform: rotate(-4deg);
}

.h3 {
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itc Avant Garde Gothic Lt, Impact, sans-serif;
  font-size: 6.5vw;
  line-height: 1.2em;
}

.h3.fill {
  color: #333;
  -webkit-text-stroke-width: 0px;
}

.h3.fill.white {
  color: #fff;
}

.h3.white {
  -webkit-text-stroke-color: #fff;
}

.h3.left {
  align-self: flex-start;
}

.h3.right {
  align-self: flex-end;
}

.h3.cta {
  font-size: 8vw;
}

.section-hd-div-p {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  display: flex;
}

.section-hd-div-p.col {
  text-align: left;
  width: 25%;
}

.section-hd-div-p.platform {
  text-align: left;
  width: 70%;
}

.features-card-div {
  justify-content: space-between;
  width: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card_features-div {
  background-color: #fff;
  border-radius: 15px;
  width: 31.5%;
  padding: 25px;
  box-shadow: 0 0 11px #0000001f;
}

.icon {
  width: 50px;
  height: 50px;
}

.card-features-text {
  margin-top: 10px;
}

.section.hide {
  display: none;
}

.platform-section-image {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: -23%;
}

.platform-section-content {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/nanomenon-bg-platform.png');
  background-position: 0 0, 300%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 20vw;
  padding-bottom: 20vw;
  display: flex;
}

.projects-section {
  background-image: url('../images/nanomenon-bg-gradient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-section-content {
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.cards-project {
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0 5%;
  display: flex;
}

.projects-list-div {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.card-project-div {
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-project {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-bottom: 20px;
  padding: 15px 72px 15px 25px;
  position: relative;
  box-shadow: 0 2px 14px #0003;
}

.h5 {
  font-size: 24px;
  line-height: 1.2em;
}

.project-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 31% 10px 0% auto;
}

.reviews-section {
  background-color: #fbf5ff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.reviews-section-content {
  padding-top: 10vw;
  padding-bottom: 7vw;
}

.reviews-container {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.card-review {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  box-shadow: 0 0 20px 9px #0000000a;
}

.card-review._2 {
  background-color: #e6f7ff;
}

.card-review._3 {
  background-color: #fff6e5;
}

.card-review._4 {
  background-color: #e6e7fc;
}

.carousel-floating-badge {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.floating-badge {
  width: 200px;
}

.carousel-container {
  z-index: 20;
  border-radius: 20px;
  width: 80%;
  max-width: 1200px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  box-shadow: none;
  background-color: #fff2f0;
  justify-content: space-around;
  align-items: center;
  min-width: 100.1%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.carousel-badge-list {
  width: 150px;
  padding: 20px;
}

.avatar {
  width: 50px;
  height: 50px;
}

.review-info {
  margin-top: 20px;
  display: flex;
}

.review-sender {
  color: #313131;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  font-size: 1rem;
  display: flex;
}

.faq-section {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/Asset-29.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.faq-section.hide {
  display: none;
}

.faq-section-content {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.faq-main-container {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-hd {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 1px 20px #0000000f;
}

.accordion-hd:hover {
  background-color: #e6e7fc;
}

.accordion-content {
  padding: 20px;
  display: none;
}

.h6 {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.icon-accordion {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.cta-section {
  background-image: repeating-linear-gradient(146deg, #3d1996, #1e40b8);
}

.footer {
  color: #fff;
  border-top: 1px #ffffff24;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cta-main-content {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.cta-p {
  width: 70%;
  margin-top: 10px;
}

.cta-input-field {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px 20px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  align-self: stretch;
  height: 50px;
  margin-bottom: 0;
  font-size: 1rem;
}

.cta-form {
  align-self: stretch;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.products {
  background-color: #f2f2f2;
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/Asset-28.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  overflow: hidden;
}

.section-main-2 {
  background-image: linear-gradient(#ffffff94, #ffffff94), url('../images/Asset-30.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.section-main-2.hide {
  display: none;
}

.hero-hd-text-span {
  background-image: url('../images/nanomenon-hero-gradient.png');
  background-position: 50% 88%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.hero-subhd-span {
  color: var(--accent-color);
}

.product-image-col {
  width: 55%;
}

.h5_product-subhd {
  color: var(--accent-color2);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.p-cards-project {
  width: 80%;
}

.cta-hd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-phone {
  width: 300px;
  position: absolute;
  inset: -12% auto auto 1%;
}

.cta-tablet {
  width: 500px;
  position: absolute;
  inset: -8% -17% auto auto;
}

.h2-copy {
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.brand {
  flex: 0 auto;
  width: 270px;
}

.background-video {
  flex: 1;
  align-self: stretch;
  width: auto;
  height: auto;
}

.screen {
  position: relative;
}

.video-screen {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-bottom: 94px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.laptop-screen {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 455px;
  height: 270px;
  display: flex;
  overflow: hidden;
}

.footer-logo {
  width: 270px;
}

@media screen and (min-width: 1280px) {
  .review-info {
    display: flex;
  }

  .text-field {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    min-height: 850px;
  }

  .hero-img {
    width: 850px;
    bottom: -15%;
  }

  .product-section-text {
    width: 40%;
  }

  .p {
    font-size: 1.2rem;
  }

  .reviews-container {
    justify-content: center;
  }

  .hero-hd-text-span {
    background-position: 50% 90%;
    background-size: 150%;
  }

  .h5_product-subhd {
    font-size: 1.8rem;
  }

  .cta-phone {
    top: -8%;
  }

  .video-screen {
    padding-bottom: 103px;
  }

  .laptop-screen {
    width: 555px;
    height: 340px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-position: 50% 185%, 0 0, 0 0;
    min-height: 60vh;
  }

  .margin {
    width: 1700px;
  }

  .h1-hero {
    font-size: 8rem;
  }

  .h2 {
    font-size: 3.4em;
  }

  .p-hero {
    font-size: 2em;
  }

  .hero-img {
    flex-flow: column;
    width: 900px;
    display: flex;
    bottom: -26%;
    right: -3%;
  }

  .btn.hero {
    padding: 23px 35px;
    font-size: 1.4rem;
  }

  .products-sections {
    margin-bottom: 10vw;
  }

  .mask {
    width: 80%;
  }

  .slider {
    width: auto;
  }

  .product-section-text {
    width: 40%;
  }

  .right-arrow {
    left: 65px;
  }

  .p {
    font-size: 1.2rem;
  }

  .h3 {
    font-size: 7rem;
  }

  .h3.cta {
    font-size: 8rem;
  }

  .projects-section-content, .reviews-section-content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .cta-section {
    background-size: contain, auto;
  }

  .cta-form {
    width: 50%;
  }

  .h5_product-subhd {
    font-size: 2rem;
  }

  .cta-phone {
    width: 400px;
  }

  .cta-tablet {
    width: 600px;
    top: -6%;
  }

  .video-screen {
    padding-bottom: 116px;
  }

  .laptop-screen {
    width: 585px;
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }

  .margin {
    width: 95%;
  }

  .hero-main-content {
    flex-direction: column;
  }

  .h1-hero {
    text-align: center;
    white-space: normal;
    font-size: 6rem;
    line-height: 1.1em;
  }

  .hero-p {
    width: auto;
  }

  .hero-text-div {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-img {
    width: 700px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .nav-menu {
    background-color: #f5f5f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 200px;
    inset: 60px 0% auto auto;
    box-shadow: 0 0 12px #0003;
  }

  .btn-div {
    flex-direction: column;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
  }

  .hero-h2-div {
    width: auto;
  }

  .company-sections {
    margin-top: 40px;
  }

  .company-sections-div {
    justify-content: center;
  }

  .company-cards-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-section-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .product-image-div {
    width: auto;
    position: static;
  }

  .slider {
    width: auto;
  }

  .product-section-text {
    flex-flow: column;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .left-arrow-2 {
    left: 2%;
  }

  .right-arrow {
    left: 10%;
  }

  .p.cta {
    font-size: 1.2rem;
  }

  .product-row.last {
    margin-bottom: 5vw;
  }

  .section-hd.product-hd {
    width: auto;
  }

  .h3 {
    text-align: center;
    font-size: 4.2rem;
  }

  .h3.left, .h3.right.fill {
    font-size: 3.4rem;
  }

  .features-card-div {
    width: auto;
  }

  .projects-section-content {
    flex-flow: column;
  }

  .cards-project {
    width: 90%;
  }

  .projects-list-div {
    width: auto;
  }

  .reviews-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .card-review {
    margin-bottom: 20px;
  }

  .carousel-container {
    width: 100%;
  }

  .faq-main-container {
    width: auto;
  }

  .cta-form {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #71ccd1;
  }

  .product-image-col {
    align-self: stretch;
    width: auto;
  }

  .product-logo {
    width: 200px;
  }

  .cta-phone {
    width: 180px;
    top: -13%;
  }

  .cta-tablet {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .h1-hero {
    font-size: 4.2rem;
  }

  .h1-hero.outline {
    -webkit-text-stroke-width: 2px;
  }

  .h2 {
    font-size: 2.2em;
  }

  .hero-img {
    width: 500px;
  }

  .product-section-div {
    flex-direction: column;
  }

  .mask {
    width: 100%;
  }

  .slider {
    height: 300px;
  }

  .product-section-text {
    width: auto;
  }

  .right-arrow {
    left: 13%;
  }

  .slide {
    width: 300px;
  }

  .p.cta {
    font-size: 1.1rem;
  }

  .h4 {
    font-size: 3em;
  }

  .section-hd {
    width: 100%;
  }

  .h3 {
    -webkit-text-stroke-width: 1.5px;
    font-size: 3.4rem;
  }

  .section-hd-div-p {
    width: auto;
  }

  .features-card-div {
    flex-direction: column;
  }

  .card_features-div {
    width: auto;
    margin-bottom: 20px;
  }

  .card-project-div {
    flex-direction: column;
  }

  .card-project {
    width: auto;
    margin-bottom: 20px;
  }

  .card-review {
    width: auto;
  }

  .logo-container {
    min-width: 150%;
  }

  .cta-main-content {
    width: auto;
  }

  .cta-form {
    width: 100%;
  }

  .product-logo {
    width: 150px;
  }

  .cta-phone {
    width: 150px;
    top: -12%;
    left: -8%;
  }

  .cta-tablet {
    width: 200px;
  }

  .video-screen {
    padding-bottom: 61px;
  }

  .laptop-screen {
    border-radius: 5px;
    width: 325px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2, .navbar-container {
    justify-content: space-between;
  }

  .h1-hero {
    font-size: 40px;
  }

  .h1-hero.outline {
    -webkit-text-stroke-width: 1.5px;
  }

  .h2 {
    font-size: 20px;
  }

  .p-hero {
    font-size: 1em;
  }

  .hero-btn {
    margin-top: 10px;
  }

  .hero-img {
    width: 300px;
    margin-top: 10px;
  }

  .btn {
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn.hero {
    font-size: 16px;
  }

  .btn-div {
    margin-right: 0;
  }

  .company-sections-div {
    justify-content: space-around;
  }

  .company-cards-div {
    flex-direction: row;
    width: 61px;
    height: 60px;
  }

  .product-section-div {
    flex-direction: column;
  }

  .slider {
    height: 250px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    left: 16%;
  }

  .slide {
    width: 250px;
  }

  .p.cta {
    font-size: .9rem;
  }

  .h4 {
    font-size: 2em;
  }

  .h3 {
    -webkit-text-stroke-width: 1px;
    font-size: 2.4rem;
  }

  .h3.left {
    font-size: 2.8rem;
    line-height: 1.1em;
  }

  .h3.right.fill {
    font-size: 2.8rem;
  }

  .cards-project {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .card-project-div {
    width: 95%;
  }

  .floating-badge {
    width: 180px;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .cta-input-field {
    border-style: none;
    border-radius: 10px;
    flex-direction: column;
  }

  .text-field {
    border-style: solid;
    border-color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
  }

  .div-block-2, .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-hd-text-span {
    background-repeat: repeat-x;
    background-size: 90%;
  }

  .p-cards-project {
    width: auto;
  }

  .cta-phone {
    width: 100px;
    top: -7%;
  }

  .cta-tablet {
    width: 150px;
  }

  .h2-copy {
    font-size: 20px;
  }

  .brand {
    width: 180px;
  }

  .video-screen {
    padding-bottom: 40px;
  }

  .laptop-screen {
    width: 195px;
    height: 120px;
  }
}


@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}