@import url(./fonts.css);

.container{position:relative}
body {
  font-family: "Montserrat";
}

:root {
  --primary-color: #4bdce0;
}

.container {
  max-width: 1280px;
}

h1 {
  font-size: 110px;
  line-height: 126px;
  font-weight: bold;
  font-family: "Winner Sans";
}

h2 {
  font-size: 118px;
  line-height: 126px;
  font-weight: bold;
  font-family: "Winner Sans";
}

section {
  padding: 80px 0;
}

header .nav-link {
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #b9b9b9;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 12px !important;
}

header .nav-link:hover,
header .nav-link.active {
  background-color: var(--primary-color);
  color: #000000;
}

header .navbar-nav {
  gap: 10px;
}

header .navbar {
  padding: 35px 0;
}

img {
  max-width: 100%;
}

.logo-container {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-top: 20px;
}

.logo-container img {
  width: 115px;
  display: block;
  margin: 0 auto;
}

.logo-container span {
  font-size: 34px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-top: 17px;
  display: block;
}

.banner {
  background: #000000;
  background: linear-gradient(
    127deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(33, 33, 33, 1) 80%,
    rgba(51, 51, 51, 1) 100%);
  padding-top: 112px;
}

span.highlight {
  color: var(--primary-color);
}

.banner h1 {
  text-align: center;
  color: #f1f1f1;
  margin-bottom: 85px;
}

.banner-video .v-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
}

.banner-video .v-title::before {
  content: "";
  width: 39px;
  height: 35px;
  display: inline-block;
  background: url("../images/play-icon.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 9px;
}

.banner-video .v-desc {
  max-width: 380px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.powering h2 {
  font-size: 123px;
  line-height: 132px;
  color: #1e1e1e;
  margin-bottom: 40px;
}

.powering img {
  width: 100%;
  border-radius: 20px;
}

.powering h4 {
  font-size: 28px;
  color: #1e1e1e;
  font-weight: 600;
}

.powering p {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 500;
}

.powering p.small {
  font-size: 22px;
}

.product-section {
  background-color: #000000;
}

.product-section h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  max-width: 375px;
}

.number-card h3 {
  font-size: 70px;
  line-height: 75px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Winner Sans";
}

.number-card p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.number-card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-showcase {
  padding-top: 180px;
  padding-bottom: 100px;
}

.product-details h3 {
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 600;
}

.product-details .review-text {
  font-size: 14px;
  line-height: 0px;
  color: var(--primary-color);
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 40px;
}

.spacs-card h5 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.spacs-card p {
  font-size: 18px;
  line-height: 34px;
  color: #c3c3c3;
  font-weight: 500;
}

.spacs-card {
  margin-bottom: 25px;
}

.specs-top {
  max-width: 415px;
}

.spacs-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-blue,
.btn-outline-blue {
  background-color: var(--primary-color) !important;
  font-size: 18px;
  color: #010101 !important;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 100px;
  padding: 17px 20px;
  border: 2px solid var(--primary-color) !important;
}

.btn-outline-blue {
  background-color: transparent !important;
  color: #ffffff !important;
}

.cta-group {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.innivation-title img {
  width: 542px;
  z-index: 5;
  margin-left: -35px;
  position: relative;
}

.innivation-title h2 {
  margin-bottom: 0;
}

.innivation-title p {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.text-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.text-flex h2 {
  flex-shrink: 0;
}

.blogs .text-flex p {
  max-width: 765px;
}

.skydock {
  background-color: #00a9ad;
}

.skydock-title h4 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
}

.skydock-title h2 {
  color: #010101;
}

.skydock-title h2 .highlight {
  color: #ffffff;
}

.skydock-title-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.skydock-cta {
  max-width: 300px;
}

.skydock-cta h5 {
  font-size: 22px;
  color: #141414;
  font-weight: 600;
}

.skydock-cta p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  border-left: 3px solid #ffffff;
  padding-left: 20px;
  margin-top: 15px;
}

.shop-btn {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 100px;
  background-color: #76cfd1 !important;
  padding: 7px 18px;
}

/* .skydock {
  padding-bottom: 0;
} */

.skydock-image {
  width: 100%;
}
.oem .text-flex h2 {font-size: 29px;}

.oem .text-flex p {
  max-width: 522px;
  font-size: 22px;
  color: #141414;
  font-weight: 600;
}

.oem-logo-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.trust {
  background-color: #000000;
}

.trust h2 {
  color: #ffffff;
  margin-bottom: 50px;
}
.trust h2 {
    font-size: 44px;
}
.trust .img-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 60px;
}

.trust .img-flex {
  height: 102px;
}

.trust-card h4 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Montserrat";
}

.trust-card p {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 33px;
}

.trust-card {
  margin-bottom: 35px;
}

.award .text-flex p {
  max-width: 390px;
  font-size: 22px;
  color: #141414;
  font-weight: 600;
}

.award-img-flex {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.power {
  background-color: #000000;
}

.power h2 {
  color: #ffffff;
}

.power .right-text p {
  text-align: right;
  max-width: 507px;
  margin-left: auto;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 35px;
}

.power .right-text .btn {
  margin-left: auto;
  display: block;
  width: fit-content;
}

.p-card {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.p-card img {
  width: 100%;
}

.p-card-details {
  padding: 22px 17px 30px;
  position: relative;
}

.p-card-details .p-card-tag {
  font-size: 12px;
  color: #00a9ad;
  font-weight: 500;
  margin-bottom: 10px;
}

.p-card-details .p-card-title {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  margin-bottom: 0;
}

.p-card-details::before {
  content: "";
  width: 39px;
  height: 35px;
  display: inline-block;
  background: url("../images/play-icon.png") no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: -18px;
}

.testimonials .text-flex p {
  max-width: 586px;
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 500;
}

.t-card {
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-image: url("../images/Quotes.png");
  background-position: top 25px right 25px;
}

.t-card img {
  border-radius: 12px;
  width: 295px;
  height: 320px;
  object-fit: cover;
}

.t-card-details p {
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  font-weight: 400;
  margin-bottom: 15px;
}

.t-card-details h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e2e2e;
  font-weight: 600;
  margin-bottom: 5px;
}

.t-card-details .role {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.t-slide-inner {
  padding: 0 5%;
}

.t-container {
  margin-top: 40px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #eaeaea;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.slick-dots button {
  opacity: 0;
}

.slick-dots li.slick-active {
  background: var(--primary-color);
}

.t-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.t-btn {
  cursor: pointer;
}

.true-blue-power {
  background-color: #f8f8f8;
}

.true-blue-power .btn-blue {
  font-size: 22px;
  font-weight: 600;
  padding: 9px 24px;
}

.true-blue-power .post-large {
  margin-top: 50px;
  margin-bottom: 30px;
}

.true-blue-power .post-large .featured-image {
  width: 80%;
  object-fit: fill;
  height: 440px;
}

.b-card-meta-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.b-card-meta-flex p,
.b-card-author-flex p {
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}

.b-card-details h3 {
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  font-weight: 900;
  font-family: "Montserrat";
}

.b-card-details p {
  font-size: 17px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.b-card-details {
  margin-bottom: 30px;
}

.b-card-author-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.bp-card-details h4 {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  font-weight: 900;
  font-family: "Montserrat";
  margin-bottom: 15px;
}

.bp-card-details {
  padding: 15px 20px;
}

.footer-container {
  padding: 55px 0;
}

.f-info-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 50px;
}

.f-info-card p {
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Montserrat";
  display: block;
}

.f-info-card p strong {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  display: block;
}

.footer-logo {
  margin-top: -55px;
}

footer .after-logo {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 27px;
  margin-top: 15px;
}

footer .after-logo .highlight {
  font-weight: 600;
  color: var(--primary-color);
  display: block;
}

.f-links h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
}

.f-links {
  margin-top: 70px;
}

.f-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.f-links ul li a {
  font-size: 14px;
  color: #cfcfcf;
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat";
  text-decoration: none;
}

.download-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}

.download-text .highlight {
  font-size: 14px;
  display: block;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 15px;
}

.f-last-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.f-last-flex .img-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.f-last-flex p {
  text-align: right;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.copyright {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0;
  padding: 20px 0;
}

.blog-card img {
  width: 100%;
}

.blog-container {
  margin-top: 50px;
}

.blog-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.blog-details::before {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9999999999999999) 0%,
    rgba(0, 0, 0, 0) 81%
  );
  position: absolute;
  width: 100%;
  height: calc(100% + 150px);
  z-index: -1;
  pointer-events: none;
  left: 0;
  bottom: 0;
}

.blog-details {
  padding: 20px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.blog-right .blog-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.mt-30 {
  margin-top: 30px;
}

.blog-left .blog-card img {
  width: 100%;
  height: calc((390px * 2) + 30px);
  object-fit: cover;
}

.blog-details-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-flex .title h5 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
}
.blog-details-flex .cta {
    min-width: 150px;
}

.blog-details-flex .title p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
}

.blog-details-flex .btn-blue {
  font-size: 18px;
  color: #010101;
  font-weight: 600;
  padding: 5px 12px;
}

.blog-card.small .blog-details-flex {
  flex-direction: column;
  align-items: flex-start;
}

.blog-card.small .blog-details-flex .title p {
  font-size: 16px;
}

.phone-container {
  background-color: #fff;
  border-radius: 100px;
  padding-right: 6px;
}

.phone-container a {
  font-size: 22px;
  color: #141414;
  font-weight: 600;
  font-family: "Montserrat";
  text-decoration: none;
  display: inline-block;
}

.sign-btn {
  text-decoration: none;
  border-radius: 100px;
  background-color: var(--primary-color);
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 7px 10px;
}

.phone-link {
  padding: 12px 24px;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background-color 0.3s ease-in-out,
    backdrop-filter 0.3s ease-in-out;
}

.trust .btn-blue,
.power .btn-blue,
.true-blue-power .btn-blue {
  font-size: 22px;
  font-weight: 600;
  padding: 9px 23px;
}

.banner-plane {
  position: absolute;
  bottom: -350px;
  pointer-events: none;
  left: 0;
  opacity: 0;
  width: 30%;
  transition: width 0.7s ease-in-out, opacity 1s ease-in-out;
}

.banner-plane.flying-in {
  opacity: 1;
  width: 100%;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-plane.floating {
  animation: float 2.5s ease-in-out infinite;
  opacity: 1;
  width: 100%;
}

/* =================category page================= */
.category-banner {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9999999999999999) 100%
    ),
    url(../images/cayegory-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-banner .banner-content {
  padding: 60px 0;
  color: #fff;
}

.banner-text {
  font-size: 22px;
}

.powering h2 {
  font-size: 75px;
  line-height: 90px;
}

.powering h4 {
  font-size: 24px;
}

.powering p {
  font-size: 22px;
}

.powering .small {
  font-weight: 600;
}

.supplier {
  background: #ececec;
}

.supplier img {
  background: #ececec;
}

.supplier h2 {
  font-size: 75px;
  line-height: 100px;
}

.featured-product h2 {
  font-size: 75px;
  line-height: 90px;
}

.featured-product a {
  text-decoration: none;
  color: #000;
}

.featured-product .fp-card .img-box {
  height: 439px;
  width: 406px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 20px 0;
}

.featured-product .fp-card img {
  max-width: 100%;
}

.featured-product .fp-name {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.featured-product .fp-skd {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.hot-sell {
  background: #000;
  color: #fff;
}

.hot-sell .tag {
  display: inline-flex;
  background: #f30000;
  padding: 5px 10px;
  font-size: 26px;
}

.hot-sell h2 {
  font-size: 100px;
  line-height: 106px;
}

.hot-sell .text {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0;
}

.hot-sell .extra-text {
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-left: 5px solid #fff;
  margin-bottom: 50px;
}

.hot-sell img {
  max-width: 100%;
  width: 100%;
}

.form h2 {
  font-size: 70px;
  line-height: 90px;
}

.form p {
  font-size: 23px;
  font-weight: 400;
}

.form .contact-box {
  background: #1e1e1e;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
}

.form .contact-box h3 {
  font-size: 35px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Winner Sans";
  margin-bottom: 50px;
}

.form .form-control {
  background: #eee;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
}

.form .contact-box input,
.contact-box textarea {
  font-size: 20px !important;
}

.form .contact-box textarea {
  margin-bottom: 50px;
}

/* =================product page================= */

.product-banner {
  background-image: linear-gradient(135deg, #000000 60%, #333333 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-banner .banner-content {
  padding: 80px 0;
  color: #fff;
}

.product-banner img {
  max-width: 100%;
}

.product-banner h1 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sub-text {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
  color: #4bdce0;
}

.sky-pro h2 {
  font-size: 75px;
}

.sky-pro .text {
  font-size: 24px;
  font-weight: 600;
}

.feature-technical {
  padding: 0 0 80px 0;
}

.feature-technical h2 {
  font-size: 75px;
  line-height: 90px;
  display: flex;
}

.feature-technical h2 span {
  width: 80%;
}

.feature-technical .text-muted {
  width: 20%;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 30px;
}

.feature-technical .feature-box {
  margin-bottom: 30px;
}

.feature-technical .feature-box p {
  font-size: 22px;
}

.feature-technical .product-box {
  padding: 0 60px;
  font-size: 22px;
}

.feature-technical .product-card {
  padding: 0 20px;
}

.feature-technical .product-card img {
  max-width: 100%;
  width: 100%;
}

.feature-technical .product-card h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}

.feature-technical .product-card .number {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  margin: 20px 0 0;
}

.feature-technical .detail {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.feature-technical .price {
  font-size: 30px;
  font-weight: 600;
}

.feature-technical .in-stock {
  font-size: 22px;
  color: #00a9ad;
}

.feature-technical .btn-order {
  width: 100%;
  background: #4bdce0;
  border-radius: 0;
  font-size: 32px;
  font-weight: 700;
}

.outperformer {
  background: #1e1e1e;
  color: #fff;
}

.outperformer h2 {
  font-size: 75px;
  line-height: 90px;
}

.outperformer p {
  font-size: 24.5px;
  font-weight: 600;
}

.outperformer p strong {
  font-weight: 600;
  color: #4bdce0;
}

.related {
  background: #00a9ad;
}

.related h3 {
  font-size: 50px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Winner Sans";
  text-align: center;
  margin-bottom: 20px;
}

.related .product-box {
  padding: 0 90px;
}

.related .product-card {
  background: #fff;
  padding: 40px;
  font-size: 22px;
}

.related .product-card img {
  max-width: 100%;
  width: 100%;
}

.related .product-card h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}

.related .product-card p {
  margin-bottom: 50px;
}

.benefit h2 {
  font-size: 75px;
  line-height: 132px;
}

.benefit h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.benefit .benefits-box li {
  font-size: 20px;
  margin-bottom: 20px;
}

.benefit .benefits-box {
  font-size: 20px;
  position: relative;
  padding-right: 100px;
}

.benefit .benefits-box::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 2px;
  height: 100%;
  background: #00000062;
}

.benefit .specs {
  padding-left: 100px;
  font-size: 20px;
}

.benefit .specs h5 {
  font-weight: 700;
}

/* =============== Find a dealer ===================== */

.design img {
  max-width: 100%;
}

.design h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.link {
  background: #eee;
}

.link h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Winner Sans";
  margin-bottom: 10px;
}

.link a {
  color: #000;
}

/* =============== custom-design ===================== */
.device-inc .row {
  align-items: center;
}
.device-inc h2 {
  font-size: 75px;
  line-height: 90px;
  font-weight: bold;
  font-family: "Winner Sans";
  margin-bottom: 50px;
}
.device-inc p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
}
.device-inc li {
  font-size: 18px;
  margin-bottom: 10px;
}

.sheet {
  background: #eee;
}

.sheet h2 {
  font-size: 75px;
  line-height: 90px;
  font-weight: bold;
  font-family: "Winner Sans";
  margin-bottom: 30px;
}

.sheet h4 {
  color: red;
}

.sheet .gallery-img {
  cursor: pointer;
  transition: 0.3s;
  margin: 20px;
  border: 2px solid #000;
}

.sheet .gallery-img:hover {
  transform: scale(1.05);
}

/* =========================================== */
.ruggedized-skydock {
  font-size: 22px;
}
.ruggedized-skydock h2 {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 50px;
}

.requirement-abuse {
  background: #000;
  color: #fff;
}
.requirement-abuse h2 {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 50px;
}
.requirement-abuse h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.requirement-abuse .text {
  font-size: 22px;
  margin: 30px 0;
}

.features {
  background: #eee;
  font-size: 20px;
}
.features h2 {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 50px;
}

.block-3 {
  background: #00a9ad;
  font-size: 22px;
}
.block-3 h2 {
  font-size: 75px;
  line-height: 90px;
}
.block-3 h2 .highlight {
  color: #fff;
}

.true-blue-power.homme-nres .custom-btn {
    position: absolute;
    right: 0;
    top: 20%;
    margin: 0;
}





