
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: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  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: 5%;
  left: 10%;
  padding-left: 20px !important;
  transform: translate(-10%, 5%);
}
.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-left: 10px;
}
.info {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: white;
  margin-top: 100px;
  margin-bottom: 50px;
}
.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;
}
.section-3{
  margin:50px auto !important;
}
.section-3-info{
  font-size:16px;
}
.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;
}
.second-inner{
  margin-top: 50px !important;
}

@media screen and (max-width:435px){
  .footer-logo img {
    width: 100px;
    height: 25px;
  }
  .footer-links img{
    width:30px;
    height: 30px;
  }
  .second-inner{
    margin-top: 140px !important;
  }
  .border-paragraph{
    width:45% !important;
  }
}

@media screen and (max-width: 767px) {
  .section-1-inner {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  .section-1-inner p {
    font-size: 40px;
    line-height: 45px;
  }
  .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: 22px;
    line-height: 30px;
    margin-bottom: 47px;
  }
  .border-paragraph {
    font-size: 11px;
    line-height: 18px;
  }
  .second-desc {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
  }
  .info {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    margin-top: 30px;
  }
  .contact-title {
    text-align: center;
    font-size: 22px;
  }
 
  .contact-img {
    width: 80px;
    height: 80px;
  }
  .section-title
  {
    font-size: 18px;
    line-height: 26px;
  }
  .second-title {
    font-size: 22px;
    line-height: 26px;
  }
  .section-3-info{
    font-size:10px;
  }
}
