:root {
  --primary-color: #e50914;
  --dark-color: #141414;
}

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

body {
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #999;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  margin: 0.5rem 0;
}

img {
  width: 100%;
  height: auto;
}

.showcase {
  width: 100%;
  height: 93vh;
  position: relative;
  background: url("img/background.jpg") no-repeat center center/cover;
}

.showcase-top {
  position: relative;
  z-index: 2;
  height: 90px;
}

.showcase-top img {
  width: 170px;
  height: auto;
  position: absolute;
  top: 35px;
  margin-left: 32px;
}

.showcase-top a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.showcase-content {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  z-index: 2;
}

.showcase-content h1 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  margin: 0 0 2rem;
}

.showcase-content h2 {
  padding-bottom: 15px;
  font-size: medium;
}

.showcase-content p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 2rem;
}

.showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 4px 100px 250px #000000, inset -110px -100px 250px #000000;
}

.btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 0.4rem 1.3rem;
  font-size: 1rem;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-right: 0.5rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-rounded {
  border-radius: 5px;
}

.btn:hover {
  opacity: 0.9;
}

.btn-xl {
  font-size: 1rem;
  padding: 1.5rem 2.1rem;
  text-transform: uppercase;
  padding-bottom: 41px;
}

.form-outline {
  display: flex;
  flex-direction: row;
}

.form-outline2 {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  margin-left: 175px;
}

#form2 {
  width: 50%;
  padding-left: 25px;
  font-size: larger;
  height: 50px;
}

.btn-xl2 {
  height: 50px;
  padding-top: 16px;
}

.showcase-content2 {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showcase-content2 h2 {
  font-size: 19px;
}

#form1 {
  width: 100%;
  padding-left: 25px;
  font-size: larger;
}

.showcase-content a {
  width: 230px;
  height: 50px;
}

.body2 {
  display: flex;
  flex-direction: row;
  min-width: 20%;
  justify-content: space-between;
}

.tvtext .para1 {
  margin-left: 180px;
  margin-top: 120px;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.tvtext .para2 {
  margin-top: 50px;
  margin-left: 180px;
  padding-bottom: 50px;
  font-size: x-large;
  color: #fff;
}

.body3 {
  display: flex;
  flex-direction: row;
  min-width: 20%;
  justify-content: space-between;
}

.imagetv {
  width: 500px;
  margin-right: 150px;
  margin-top: 100px;
  height: auto;
}

.mobile img {
  width: 250px;
  padding-bottom: 150px;
  margin-right: 220px;
  padding-top: 150px;
  height: auto;
}

.mtext {
  margin-left: 165px;
  margin-top: 190px;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.p2 {
  padding-top: 30px;
  font-size: x-large;
}

.body4 {
  display: flex;
  flex-direction: row;
  min-width: 20%;
  justify-content: space-between;
}

.mac {
  width: 375px;
  height: auto;
  padding-bottom: 150px;
  margin-right: 190px;
  padding-top: 120px;
}

.mactext {
  margin-left: 210px;
  margin-top: 120px;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.matext {
  padding-top: 30px;
  font-size: x-large;
}

.body5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  row-gap: 15px;
  margin-top: 25px;
}

.faq {
  padding-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.faq1 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  color: #fff;
  background-color: #3c3d3c;
}

.faq1 i {
  padding-left: 225px;
}

.faq2 {
  box-sizing: border-box;
  background-color: #3c3d3c;
  width: 25%;
  color: #fff;
  padding-left: 15px;
}

.faq2 i {
  padding-left: 130px;
}

.faq3 {
  box-sizing: border-box;
  color: #fff;
  background-color: #3c3d3c;
  width: 25%;
  padding-left: 15px;
}

.faq3 i {
  padding-left: 195px;
}

.faq4 {
  box-sizing: border-box;
  color: #fff;
  background-color: #3c3d3c;
  width: 25%;
  padding-left: 15px;
}

.faq4 i {
  padding-left: 213px;
}

.faq5 {
  box-sizing: border-box;
  color: #fff;
  background-color: #3c3d3c;
  width: 25%;
  padding-left: 15px;
}

.faq5 i {
  padding-left: 133px;
}

.end {
  margin-top: 100px;
  margin-bottom: 70px;
}

.end p {
  margin-bottom: 65px;
}

.foot {
  display: flex;
  flex-direction: row;
  column-gap: 200px;
  letter-spacing: 0.8px;
}

.row1,
.row2,
.row3,
.row4 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
