body {
  margin: 0;
  box-sizing: border-box;
}
p {
  color: white;
}
div {
  font-family: IQOS;
}
@font-face {
  font-family: IQOS;
  mso-font-alt: "Calibri";
  src: url(https://o3area.com/iqos/fonts/IQOS-Regular.woff2) format("woff2"),
    url(https://o3area.com/iqos/fonts/IQOS-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.header {
  position: relative;
  background-color: beige;
  height: 50px;
}
.header img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  transform: translate(-50%, -50%);
}
.section-1 {
  background-color: rgb(18, 83, 161);
}
.section-1-inner {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-align: center;
}
.section-1-inner p {
  font-size: 65px;
  line-height: 60px;
}
.section-2-inner {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translate(-10%, -60%);
}
.logo-wrapper {
  margin-top: -150px !important;
}
.logo {
  width: 150px;
  height: 250px;
  margin-bottom: 158px;
}
.title-desc,
.sub-desc {
  font-size: 30px;
  line-height: 47px;
}
.border-paragraph {
  border: 2px solid white;
  font-size: 18px;
  line-height: 30px;
  width: 70%;
  padding: 5px;
  margin: 35px auto 20px auto;
}
.info {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.second-title {
  font-weight: bold;
  line-height: 18px;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 30px;
}
.second-desc {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.info-desc {
  font-size: 18px;
}
.section-description {
  margin-bottom: 50px;
}

.contact-title {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.contact-phone-text {
  font-size: 14px;
}
.contact-img {
  width: 100px;
  height: 100px;
}

.img-responsive {
  width: 150px;
  height: 150px;
}
.links:hover {
  color: white;
}
.links {
  text-decoration: none;
  color: white;
}
.bold {
  font-weight: bold;
}
.footer {
  background-color: #34303e;
}
.footer-text {
  font-size: 20px;
  padding-top: 10px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 50px;
}
.footer-desc {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 35px;
}
.footer-logo {
  margin-right: auto;
}
.footer-links {
  text-align: right;
}

.footer-desc span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.footer-logo img {
  width: 150px;
  height: 50px;
}
.footer-bottom {
  display: flex;
  margin: 0 0 10px 10px;
}
.footer-desc {
  font-size: 24px;
  line-height: 35px;
}
.copyright {
  padding: 15px 0;
}
.copyright p {
  font-size: 12px;
  text-align: center;
  color: black;
}

@media screen and (max-width: 400px) {
  .section-1-inner {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
  }
  .section-1-inner p {
    font-size: 18px;
    line-height: 28px;
  }
  .section-2-inner {
    top: 60%;
    left: 10%;
    transform: translate(-10%, -60%);
  }

  .title-desc {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
  }
  .border-paragraph {
    font-size: 11px;
    text-align: left;
    line-height: 18px;
  }
  .second-desc {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
  }
  .section-2-inner {
    top: 60%;
    left: 10%;
    transform: translate(-10%, -60%);
  }
  .info-desc {
    font-size: 10px;
  }
}
@media screen and (max-width: 435px) {
  .footer-logo img {
    width: 100px;
    height: 25px;
  }
  .footer-links img {
    width: 30px;
    height: 30px;
  }
  .logo {
    width: 150px;
    height: 250px;
    margin-bottom: 158px;
  }
}
@media screen and (max-width: 767px) {
  .info-desc {
    font-size: 12px;
  }
  .contact-title {
    text-align: center;
    font-size: 24px;
  }
  .contact-phone-text {
    font-size: 12px;
  }
  .img-responsive {
    width: 80px;
    height: 80px;
  }
  .footer-logo img {
    width: 100px;
    height: 25px;
  }

  .contact-img {
    width: 80px;
    height: 80px;
  }
  .border-paragraph {
    width: 100%;
  }
  .logo {
    width: 50px;
    height: 100px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .logo-wrapper {
    margin-top: 0px !important;
  }
  .second-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1240px) {
  .section-1-inner {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .section-1-inner p {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1049px) and (max-width: 1119px) {
  .section-1-inner {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  .section-1-inner p {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1050px) {
  .section-1-inner {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  .section-1-inner p {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (min-width: 900px) and (max-width: 981px) {
  .section-1-inner {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .section-1-inner p {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (min-width: 780px) and (max-width: 901px) {
  .section-1-inner {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .section-1-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 781px) {
  .section-1-inner {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .section-1-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 650px) and (max-width: 701px) {
  .section-1-inner {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
  .section-1-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 580px) and (max-width: 651px) {
  .section-1-inner {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .section-1-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 550px) and (max-width: 581px) {
  .section-1-inner {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .section-1-inner p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 549px) {
  .section-1-inner {
    top: 27%;
    left: 50%;
    transform: translate(-50%, -27%);
  }
  .section-1-inner p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 426px) and (max-width: 499px) {
  .section-1-inner {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
  }
  .section-1-inner p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 401px) and (max-width: 425px) {
  .section-1-inner {
    top: 23%;
    left: 50%;
    transform: translate(-50%, -23%);
  }
  .section-1-inner p {
    font-size: 20px;
    line-height: 30px;
  }
}
