body,
html {
  overflow-x: hidden;
}
.header,
.header-wrapper {
  background-color: #f0faff;
}
.badge,
.extra-title,
.hero-title,
.info-container h2,
.offer-title,
.provider-text h2 {
  text-transform: uppercase;
}
.btn-arrow-wrapper,
.cta,
.section-hero,
.video-box,
.video-frame {
  overflow: hidden;
}
.brands-container h4,
.calc-item,
.extra-title,
.footer-container,
.hero-box.left h2,
.hero-title,
.info-para,
.offers-header,
.offers-text,
.sign-up {
  text-align: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
}
.header {
  height: 9.6rem;
  animation: 1s slide-down;
  padding: 4rem 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sticky .header {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(248 253 255 / 0.97);
  box-shadow: 0 1.2rem 3.2rem rgb(0 0 0 / 0.04);
}
.hero-box.center,
.hero-image,
.hero-title,
.video-frame,
.videos-text h2 {
  position: relative;
}
.header nav {
  display: flex;
  font-size: 2rem;
  font-weight: 350;
  gap: 4.2rem;
}
.header nav a:link,
.header nav a:visited {
  color: #222;
  transition: 0.3s;
  border-bottom: 2px solid #fff0;
}
.header nav a:active,
.header nav a:hover {
  color: #000;
  border-color: #000;
}
.logo img {
  height: 7.2rem;
}
.nav-link-active {
  color: #000 !important;
  border-bottom: 2px solid #000;
}
.nav-btn-mobile:link,
.nav-btn-mobile:visited,
.nav-btn:link,
.nav-btn:visited {
  color: #c4c4c4 !important;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  background-color: #0b1523;
  padding: 0.6rem 2rem;
  transition: 0.3s;
}
.nav-btn-mobile:active,
.nav-btn-mobile:hover,
.nav-btn:active,
.nav-btn:hover {
  background-color: #faffdf;
  color: #0b1523 !important;
  box-shadow: inset 0 0 0 1px #000;
}
.icon-mobile-nav[name="close-outline"],
.nav-btn-mobile {
  display: none;
}
.btn-mobile-nav {
  border: none;
  background: 0 0;
  cursor: pointer;
  display: none;
}
.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}
.section {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}
.section-hero {
  height: calc(100vh - 9.6rem);
  background-color: #f0faff;
}
.brands-container h4::after,
.highlight {
  background: linear-gradient(90deg, #d9f25d, #ecf9ae);
}
.sticky .section-hero {
  margin-top: 9.6rem;
}
.section-hero .hero {
  max-width: 150rem;
  margin: 0 auto;
  height: 100%;
}
.hero-title {
  padding: 0 3.2rem;
  font-size: 8rem;
  margin-bottom: 2rem;
  z-index: 1;
  color: #0b1523;
  animation: 1s fade-in;
}
.highlight {
  box-shadow: 0 0.4em 1.2em rgb(217 242 93 / 0.4);
  background-repeat: no-repeat;
  background-size: 100% 1.2em;
  background-position: 0 0.5em;
}
.hero-content {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.hero-box {
  flex: 1;
}
.hero-box.center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.hero-box.right {
  padding: 2rem 5rem 0;
}
.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
}
.hero-box.left {
  margin-right: 2.4rem;
  padding-top: 2rem;
}
.hero-box.left h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1523;
}
.text-wrapper .hero-para {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.hero-image {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  top: -8rem;
  z-index: 2;
}
.hero-btn:link,
.hero-btn:visited {
  font-size: 2rem;
  color: #000;
  background-color: #d9f25d;
  display: inline-block;
  align-self: center;
  padding: 0.6rem 2rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn-arrow-wrapper svg {
  transform: translate(0, 0) rotate(-45deg);
  transition: 0.3s;
}
.hero-btn:hover .btn-arrow-wrapper svg {
  animation: 0.3s linear arrow-moving;
}
.arrow {
  height: 1.7rem;
}
.section-info {
  padding: 9.6rem 0 3.2rem;
}
.info-container {
  max-width: 140rem;
  margin: 0 auto;
  background: linear-gradient(135deg, #d9f25d, #fff);
  border-radius: 2.4rem;
  padding: 1.2rem;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
}
.info-container h2 {
  font-size: 5.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: -5px;
  line-height: 5.6rem;
  color: #0b1523;
}
.thin {
  font-size: 4.8rem;
  font-weight: 300;
}
.info-wrapper {
  max-width: 80rem;
  margin: 0 auto;
}
.info-para {
  color: #464445;
  font-size: 2rem;
  margin-top: 3.2rem;
  line-height: 2.8rem;
}
.calculations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4.8rem;
  justify-items: center;
}
.calc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calc-item span {
  font-size: 4.2rem;
  font-weight: 600;
  color: #222;
}
.calc-icon {
  height: 2.4rem;
  width: 2.4rem;
}
.calc-item p {
  font-size: 1.8rem;
  color: #464445;
  margin: 0.8rem 0;
}
.info-btn-wrapper {
  align-self: center;
  justify-self: center;
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-btn:link,
.info-btn:visited {
  margin-top: 5.2rem;
  display: inline-block;
  background-color: #0b1523;
  color: #fff;
  padding: 0.8rem 3.2rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
.info-btn:active,
.info-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.15);
}
.section-provider {
  padding: 9.6rem 0;
  background-color: #fff;
}
.provider-container {
  max-width: 130rem;
  margin: 0 auto;
}
.provider-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 3.2rem;
}
.provider-box {
  border: 1px solid #e5e7eb;
  border-radius: 1.6rem;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.05);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s, box-shadow 0.25s;
  gap: 2.4rem;
  background-color: #daf3ff;
}
.provider-box:hover {
  transform: translateY(-8px);
}
.provider-text {
  grid-row: span 2;
  align-self: center;
  color: #000;
}
.provider-text h2 {
  line-height: 3.2rem;
  font-size: 4rem;
  margin-bottom: 3.2rem;
  color: #0b1523;
}
.provider-text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.provider-title {
  color: #0b1523;
  font-size: 2.2rem;
}
.provider-para {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}
.provider-icon {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  border-radius: 50%;
  color: #111;
  border: 1px solid #000;
}
.prov-btn:link,
.prov-btn:visited {
  background-color: #d9f25d;
  box-shadow: 0 4px 12px rgb(217 242 93 / 0.5);
  justify-self: self-start;
  display: inline-block;
  color: #000;
  font-size: 1.65rem;
  margin-top: 2.4rem;
  padding: 0.6rem 1.2rem;
}
.brands-container,
.offers-container {
  max-width: 120rem;
  margin: 0 auto;
}
.brands-container h4 {
  font-size: 2rem;
  color: #444;
  margin-bottom: 3.2rem;
  position: relative;
}
.brands-container h4::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3px;
  margin: 1.2rem auto 0;
  border-radius: 2px;
}
.brands-wrapper {
  padding: 1.2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 3.2rem;
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.04);
  background-color: #f9fcff;
}
.brand-logo {
  height: 7.2rem;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}
.brand-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
.sign-up:hover,
.video-box:hover {
  transform: translateY(-5px);
}
.section-videos {
  padding: 9.6rem 0;
  background: linear-gradient(to top, #daf3ff, #fff);
}
.videos-text {
  color: #0b1523;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.8rem;
}
.offers-text span,
.videos-text span {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.videos-text h2 {
  font-size: 4.8rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.6rem;
  align-self: flex-start;
}
.videos-text h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 6px;
  background: #d9f25d;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
}
.extra-box-text p,
.videos-text p {
  font-size: 1.6rem;
}
.videos-wrapper {
  max-width: 140rem;
  margin: 0 auto;
}
.videos-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  column-gap: 2rem;
  row-gap: 3rem;
  grid-template-rows: auto;
}
.center,
.offers-text,
.right,
.video-box {
  display: flex;
}
.video-box {
  background-color: #fff;
  margin-right: 2rem;
  box-shadow: rgb(0 0 0 / 0.2) 0 2px 5px;
  padding: 2.4rem;
  flex-direction: column;
  gap: 1.2rem;
}
.badge,
.offers-text p {
  background-color: #d9f25d;
}
.video-box:hover {
  box-shadow: rgb(0 0 0 / 0.3) 0 4px 10px;
}
.img-box {
  height: 5.2rem;
}
.video-frame {
  height: 40rem;
  width: auto;
  border-radius: 1.6rem;
  border: 1px solid #eee;
}
.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works-logo {
  height: auto;
  width: 100px;
}
.radovi-logo-v2 {
  height: 4.8rem;
  width: 4.8rem;
}
.radovi-logo-pertini {
  height: 150%;
}
.right {
  justify-content: flex-end;
}
.center {
  justify-content: center;
}
.video-box {
  border-radius: 1.6rem;
  transition: transform 0.4s, box-shadow 0.4s;
}
.section-offers {
  padding: 9.6rem 0;
  color: #0b1523;
}
.offers-text {
  padding: 0 3.2rem;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.8rem;
}
.offers-text h2 {
  font-size: 3.2rem;
}
.offers-text p {
  font-size: 1.8rem;
  align-self: center;
  padding: 0.8rem 1.2rem;
  border-radius: 15px;
  color: #4f5b60;
}
.offers-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-bottom: 4.2rem;
}
.offer-box {
  padding: 2.4rem;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
}
.offers-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #c4c4c4;
}
.offer-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.offer-price {
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 3.2rem;
}
.copyright-para,
.offer-desc {
  font-size: 1.4rem;
}
.cta-form label,
.euro,
.offer-list,
.offer-list li {
  font-size: 1.6rem;
}
.euro {
  font-weight: 400;
}
.offer-icon {
  height: 1.8rem;
  width: 1.8rem;
  stroke: #04a9f4;
  flex-shrink: 0;
}
.offer-list {
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
  justify-content: center;
}
.offer-list li {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.offer-list li span {
  flex: 0 1 auto;
}
.sign-up {
  margin-bottom: 1.2rem;
  transition: 0.3s;
}
.sign-btn:link,
.sign-btn:visited {
  background-color: #36baf6;
  padding: 1rem 2.4rem;
  border-radius: 15px;
  color: #f5f5f5;
  font-size: 1.4rem;
  transition: 0.3s;
}
.badge {
  color: #0b1523;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: 700;
}
.offer-extra-box {
  margin-top: 1.2rem;
  display: flex;
  border: 1px solid #d9f25d;
  border-radius: 10px;
  padding: 2.4rem;
  box-shadow: 0 0 12px 0 #d9f25d;
  margin-bottom: 3.2rem;
  gap: 3.2rem;
}
.extra-box-header {
  border-right: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-basis: 20%;
  padding-right: 1.8rem;
}
.extra-title {
  font-size: 1.8rem;
  font-weight: 450;
}
.extra-price {
  font-size: 4.8rem;
  font-weight: 700;
}
.extra-icon {
  height: 3.2rem;
  stroke: #04a9f4;
}
.extra-list {
  padding-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2em 4.2rem;
  font-size: 1.5rem;
  border-top: 1px solid #c4c4c4;
}
.extra-list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.extra-box-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.para-price {
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 2rem;
}
.sign-btn.extra:link,
.sign-btn.extra:visited {
  background-color: #04a9f4;
  box-shadow: 0 4px 12px rgb(4 169 244 / 0.4);
  font-weight: 700;
}
.section-cta {
  padding-bottom: 9.6rem;
}
.cta-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}
.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-radius: 12px;
  background: linear-gradient(to right, #7bd5ff, #fff);
}
.cta-text-box {
  padding: 4.8rem 3.2rem 6.4rem 6.4rem;
}
.cta-title {
  margin-bottom: 3.2rem;
  font-size: 3.8rem;
}
.cta-description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}
.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}
.cta-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.1);
}
.btn-form {
  background-color: #110f12;
  align-self: end;
  color: #fdf2e9;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.footer-email,
.footer-slogan {
  color: #f5f5f5;
}
.footer-links li,
.footer-slogan {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.btn-form:active,
.btn-form:hover {
  background-color: #f5f5f5;
  color: #110f12;
  box-shadow: inset 0 0 0 2px #110f12;
}
.cta-img-box {
  background-image: url(../imgs/david-cta-copy.webp);
  background-size: cover;
  border-radius: 10px 0 0 10px;
}
footer {
  background: #110f12;
  color: #eee;
  padding: 4rem 0;
  border-top: 2px solid #04a9f4;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  align-items: center;
}
.footer-logo-img {
  height: 4.2rem;
  margin-bottom: 1rem;
  align-self: center;
}
.copyright-link:link,
.copyright-link:visited {
  color: #fff;
  transition: 0.3s;
}
.copyright-link:active,
.copyright-link:hover,
.footer-links a:hover {
  color: #d9f25d;
}
.footer-links a {
  color: #ccc;
  transition: color 0.3s;
}
.social-icons {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.social-icon {
  width: 2.8rem;
  height: 2.8rem;
  transition: transform 0.3s;
}
.social-icon:hover {
  transform: scale(1.2);
}
.footer-email {
  font-size: 1.8rem;
}
