body {
  margin: 0;
  box-sizing: border-box;
  object-fit: cover;
}
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: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
}
.section-1-inner p {
  font-size: 65px;
  line-height: 70px;
}
.section-1-inner p span {
  font-weight: bold;
  display: block;
}
.section-2-inner {
  position: absolute;
  top: 20%;
  left: 10%;
  padding-left: 20px !important;
  transform: translate(-10%, 20%);
}
.section-title,
.second-title {
  font-size: 36px;
  text-align: left;
  line-height: 50px;
  color: white;
}
.logo {
  width: 150px;
  height: 250px;
  margin-bottom: 158px;
}
.title-desc {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: white;
}
.sub-title {
  font-size: 36px;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 47px;
}
.section-title span {
  font-weight: bold;
}

.border-paragraph {
  border: 2px solid white;
  font-size: 18px;
  line-height: 30px;
  width: 70%;
  padding: 5px;
  margin: 35px auto 20px auto;
}
.info {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: white;
}
.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;
}

.img-responsive {
  width: 150px;
  height: 150px;
}
.contact-img {
  width: 100px;
  height: 100px;
}
.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: 375px) {
 .border-col{
  margin-top:70px !important;
 }
}


@media screen and (max-width: 435px) {
  .footer-logo img {
    width: 100px;
    height: 25px;
  }
  .footer-links img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width:300px) and (max-width: 400px) {
  .section-1-inner p {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (min-width:401px) and (max-width: 767px) {
  .section-1-inner p {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-1-inner {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
 
  .logo-wrapper {
    margin-top: -30px !important;
  }
  .logo {
    width: 50px;
    height: 100px;
    margin-bottom: 50px;
  }
  .title-desc {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 47px;
  }
  .section-title,
  .second-title {
    font-size: 24px;
    text-align: left;
  }
  .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 {
    position: absolute;
    top: 10%;
    left: 10%;
    padding-left: 20px !important;
    transform: translate(-10%, 10%);
  }
  .info {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .contact-title {
    text-align: center;
    font-size: 24px;
  }
  .contact-img {
    width: 80px;
    height: 80px;
  }
  .section-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-1-inner p {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (min-width: 490px) and (max-width: 550px) {
  .section-2-inner {
    top: 15%;
    left: 10%;
    transform: translate(-10%, 15%);
  }
}

@media screen and (min-width: 551px) and (max-width: 600px) {
  .section-2-inner {
    top: 20%;
    left: 10%;
    transform: translate(-10%, 20%);
  }
}
@media screen and (min-width: 601px) and (max-width: 650px) {
  .section-2-inner {
    top: 12%;
    left: 10%;
    transform: translate(-10%, 12%);
  }
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 651px) and (max-width: 700px) {
  .section-2-inner {
    top: 10%;
    left: 10%;
    transform: translate(-10%, 10%);
  }
  .section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 701px) and (max-width: 750px) {
  .section-2-inner {
    top: 15%;
    left: 10%;
    transform: translate(-10%, 15%);
  }
  .section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1440px) {
  .section-2-inner {
    top: 15%;
    left: 10%;
    transform: translate(-10%, 15%);
  }
  .section-title {
    font-size: 40px;
  }
}
