:root {
  --greyDark: #333333;
  --greyLight: #d6d6d6;
  --greyLight2: #a1a1a6;
  --white: #f5f5f7;
  --text: #1d1d1f;
  --blue: #0071e3;
  --a: #2997ff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  font-weight: 300;
}

a:hover {
  text-decoration: underline;
}

.black {
  color: var(--text) !important;
}

.dark-blue {
  color: #06c !important;
}

header {
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

header ul {
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  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;
  color: var(--greyLight);
}

header ul li {
  cursor: pointer;
  list-style: none;
}

header ul li:hover {
  color: #fff;
}

header ul li img {
  width: 18px;
  height: 18px;
}

.information {
  height: 45px;
  width: 100%;
  background: var(--blue);
  text-align: center;
  line-height: 45px;
  margin-top: 45px;
}

.information img {
  width: 10px;
}

.information a {
  color: #fff;
}

.information-2 {
  background: #fff;
  color: var(--text);
  margin: 0;
}

.information-2 a {
  color: var(--blue);
}

.top__title {
  margin-top: 52px;
  color: var(--white);
  text-align: center;
  z-index: 3;
}

.top__title h1 {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1px;
}

.top__title h3 {
  margin-top: 3px;
  font-size: 26px;
  font-weight: 400;
}

.top__title h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: #d01f2a;
}

.top__title--links {
  margin-top: 12px;
}

.top__title--links a {
  font-size: 21px;
  font-weight: 400;
  color: var(--a);
}

.top__title--links a:nth-child(2) {
  margin-left: 30px;
}

.top__title--links a img {
  width: 12px;
}

.bottom__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  text-align: center;
  z-index: 3;
}

.bottom__title h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: var(--greyLight2);
}

.bottom__title h2:nth-child(1) {
  color: var(--white);
  font-weight: 600;
}

.bottom__title h2:nth-child(4) {
  margin-top: 20px;
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section1 {
  height: 820px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section1 .background {
  top: -13%;
}

.section2 {
  height: 950px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section2 .background {
  top: -13%;
}

.section3 {
  width: 100%;
  height: 690px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.section3 h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
}

.section3 h1 img {
  width: 38px;
}

.section3 .background {
  width: 280px;
  height: 450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.section4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.section4 .row {
  width: 100%;
  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;
  margin-bottom: 10px;
}

.section4__item {
  height: 590px;
  -webkit-box-flex: 0.497;
      -ms-flex: 0.497;
          flex: 0.497;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fbfbfb;
}

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

.section4__item h1 img {
  width: 30px;
}

.section4__item h3 {
  max-width: 298px;
  font-size: 21px;
  font-weight: 400;
}

.section4__item h4 {
  font-size: 12px;
  letter-spacing: normal;
  margin-bottom: 0;
}

.section4__item a {
  font-size: 17px;
}

.section4__item a img {
  width: 10px;
}

.section4__item .background {
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.section4__item .homePod {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
}

.section4__item .one {
  width: 550px;
  height: 350px;
}

.section4__item .subTitle {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section4__item .subTitle a {
  height: 20px;
  width: 110px;
  margin: auto;
  margin-top: 10px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section4__item .subTitle a img {
  width: 18px;
  margin-left: 5px;
}

.footer {
  width: 100%;
  height: 810px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__wrapper {
  width: 970px;
}

.footer ul {
  font-size: 12px;
  list-style: none;
  color: #86868b;
  border-bottom: 1px solid var(--greyLight);
}

.footer ul li {
  margin: 15px 0;
  letter-spacing: 0.1px;
}

.footer__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__links--column {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__links--column-title {
  font-weight: 400;
  font-size: 12px;
  margin-top: 18px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.footer__links--column a {
  font-size: 12px;
  color: #515154;
  margin-bottom: 12px;
}

.footer__more {
  font-size: 13px;
  color: #86868b;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--greyLight);
}

.footer__more a {
  color: #06c;
}

.footer__copyright {
  width: 100%;
  height: 20px;
  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;
  font-size: 13px;
  color: #86868b;
  margin-top: 4px;
  position: relative;
}

.footer__copyright .links {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__copyright .links a {
  padding: 0 10px;
  color: #515154;
  border-left: 1px solid var(--greyLight);
}

.footer__copyright .links a:nth-child(1) {
  border: none;
}
/* ===== Responsive: Tablet (768px and below) ===== */
@media (max-width: 768px) {
  header ul {
    padding: 0 15px;
    font-size: 11px;
  }

  header ul li:nth-child(n+3):nth-child(-n+7) {
    display: none;
  }

  .information {
    font-size: 12px;
    height: auto;
    padding: 10px 15px;
    line-height: 1.4;
  }

  .top__title h1 {
    font-size: 36px;
  }

  .top__title h3 {
    font-size: 18px;
  }

  .top__title--links a {
    font-size: 16px;
  }

  .top__title--links a:nth-child(2) {
    margin-left: 15px;
  }

  .section1 {
    height: 550px;
  }

  .section2 {
    height: 650px;
  }

  .section3 {
    height: 500px;
  }

  .section3 h1 {
    font-size: 28px;
  }

  .section3 h1 img {
    width: 28px;
  }

  .section3 .background {
    width: 200px;
    height: 340px;
  }

  .bottom__title {
    bottom: 25px;
  }

  .bottom__title h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section4 .row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .section4__item {
    height: 450px;
    flex: none;
    width: 100%;
    margin-bottom: 8px;
  }

  .section4__item h1 {
    font-size: 30px;
  }

  .section4__item h3 {
    font-size: 17px;
    max-width: 260px;
  }

  .section4__item .one {
    width: 100%;
    height: 280px;
  }

  .footer {
    height: auto;
    padding: 30px 15px;
  }

  .footer__wrapper {
    width: 100%;
  }

  .footer__links {
    flex-wrap: wrap;
  }

  .footer__links--column {
    width: 48%;
    margin-bottom: 15px;
  }

  .footer__copyright {
    flex-direction: column;
    height: auto;
    gap: 8px;
    align-items: flex-start;
  }

  .footer__copyright .links {
    position: static;
    transform: none;
  }
}

/* ===== Responsive: Mobile (480px and below) ===== */
@media (max-width: 480px) {
  header ul {
    padding: 0 10px;
    font-size: 10px;
    gap: 2px;
  }

  header ul li:nth-child(n+2):nth-child(-n+7) {
    display: none;
  }

  .information {
    font-size: 11px;
    padding: 8px 10px;
  }

  .top__title {
    margin-top: 35px;
  }

  .top__title h1 {
    font-size: 28px;
  }

  .top__title h3 {
    font-size: 15px;
  }

  .top__title h4 {
    font-size: 11px;
  }

  .top__title--links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .top__title--links a {
    font-size: 14px;
  }

  .top__title--links a:nth-child(2) {
    margin-left: 0;
  }

  .section1 {
    height: 450px;
  }

  .section2 {
    height: 520px;
  }

  .section3 {
    height: 420px;
  }

  .section3 h1 {
    font-size: 22px;
  }

  .section3 h1 img {
    width: 22px;
  }

  .section3 .background {
    width: 160px;
    height: 270px;
  }

  .bottom__title {
    bottom: 15px;
  }

  .bottom__title h2 {
    font-size: 13px;
    line-height: 20px;
  }

  .section4__item {
    height: 380px;
  }

  .section4__item h1 {
    font-size: 24px;
  }

  .section4__item h1 img {
    width: 22px;
  }

  .section4__item h3 {
    font-size: 14px;
    max-width: 220px;
  }

  .section4__item a {
    font-size: 14px;
  }

  .section4__item .one {
    height: 220px;
  }

  .section4__item .homePod {
    bottom: 30px;
  }

  .section4__item .homePod h1 {
    font-size: 22px;
  }

  .section4__item .subTitle h3 {
    font-size: 13px;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer ul {
    font-size: 10px;
  }

  .footer__links {
    flex-direction: column;
  }

  .footer__links--column {
    width: 100%;
  }

  .footer__more {
    font-size: 11px;
  }

  .footer__copyright {
    font-size: 11px;
  }

  .footer__copyright .links a {
    padding: 0 5px;
    font-size: 10px;
  }
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}

.background {
  background-size: cover;
  background-position: center;
}
/*# sourceMappingURL=style.css.map */