* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #F4F6F5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 10px;
}
a {
  font-size: 10px;
}
.main-page {
  padding: 15px 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  a {
    font-size: 12px;
  }
  .main-page {
    padding: 15px 30px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .main-page {
    padding: 16px 50px;
    overflow-x: hidden;
  }
}
.main {
  overflow-x: hidden;
}
.main-banner {
  padding-top: 4vh;
}
.man-main-img {
  margin-top: 10vh;
  transform: translate(40px, 14px);
}
.man-main-img img {
  width: 100%;
}
.send-you {
  position: absolute;
  top: 13%;
  left: 36%;
  transform: translate(-50%, 15%);
}
.des-send-you {
  display: none;
}
.des-remote-button {
  display: none;
}
.main-banner .send-you h3 {
  font-weight: 400;
  font-family: "Alice", serif;
  letter-spacing: 2.4px;
}
.main-banner .button {
  letter-spacing: 3px;
  border: none;
  padding: 15px;
  background: black;
  color: white;
  text-align: center;
}
.main-banner .button a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-banner .man-para h5 {
  line-height: 2.2;
  font-weight: 400;
  color: #181717;
  padding-bottom: 10px;
  font-family: "Spartan", sans-serif;
}
.remote-main {
  padding: 15px;
}
.remote-shooting {
  width: 100%;
}
.remote-shooting .remote-first-part h3 {
  font-weight: 400;
  letter-spacing: 2.4px;
  font-family: "Alice", serif;
}
.remote-shooting .remote-first-part h5 {
  line-height: 2.2;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "Spartan", sans-serif;
}
.remote-shooting .remote-second-part img {
  width: 100%;
  height: auto;
}
.remote-button {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.remote-button a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  letter-spacing: 2.4px;
  position: relative;
}
.pop {
  cursor: pointer;
}
.des-remote-main {
  display: none;
}
.trailer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.trailer video {
  width: 100%;
  position: relative;
  max-width: 90%;
  outline: none;
  height: 100%;
  max-height: 85vh;
}
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  max-width: 32px;
}
.active {
  visibility: visible;
  opacity: 1;
  z-index: 10000000000000000;
}
@media screen and (min-width: 750px) {
  .remote-button {
    display: none;
  }
  .des-remote-button {
    display: unset;
  }
  .send-you {
    display: none;
  }
  .des-send-you {
    display: unset;
  }
  .des-send-you h3 {
    font-weight: 400;
    font-family: "Alice", serif;
    letter-spacing: 2.4px;
  }
  .man-para {
    margin-top: 4vh;
  }
  .man-main-img {
    margin-top: 25vh;
    transform: translate(0px, 0px);
  }
  .main-para-content {
    width: 60%;
    position: absolute;
    top: 15%;
    left: 30%;
    transform: translate(-50%, 15%);
  }
  .button {
    width: 60%;
  }
  .remote-shoot {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 100px;
    align-items: center;
  }
  .remote-first-part {
    width: 100%;
    padding-left: 25px;
  }
  .remote-first-part h3 {
    font-weight: 400;
    font-family: "Alice", serif;
  }
  .remote-first-part h5 {
    padding-top: 7%;
    font-weight: 500;
    font-family: "Spartan", sans-serif;
  }
  .remote-second-part img {
    width: 100%;
  }
  .des-remote-button {
    width: 100%;
  }
  .des-remote-button a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 764px) {
  .main-para-content {
    padding-left: 50px;
  }
  .man-main-img {
    margin-top: 30vh;
  }
}
@media screen and (min-width: 1250px) {
  .man-main-img {
    margin-top: 10vh;
  }
}
@media screen and (min-width: 1440px) {
  .man-main-img {
    margin-top: 13vh;
  }
}
