@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}


.wb{
  text-decoration: none;
  color: white;
}

.wb:hover{
  text-decoration: none;
  color: #ff671d;
}

body {
  overflow-x: hidden;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
header a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

header a:hover {
  opacity: 0.7;
}

.logo {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #00264a;
  height: 80px;
}

header main {
  background: url("bg.jpg") no-repeat center center;
  background-size: cover;
  height: 92vh;
}

.nav-list {
  list-style: none;
  display: flex;
  z-index: 2;
}

.nav-list li {
  letter-spacing: 3px;
  margin-left: 32px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 3px;
  background: #ff671d;
  margin: 7px;
  transition: 0.3s;
}

@media (max-width: 999px) {
  .nav-list {
    position: absolute;
    top: 13vh;
    right: 0;
    width: 100vw;
    height: 92vh;
    background: #00264a;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    padding-top: 31px;
  }
  .nav-list li {
    margin-left: 0;
    opacity: 0;
    margin-left: 61px;
    padding-bottom: 36px;
  }
  .mobile-menu {
    display: block;
  }
}

.nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

.logo {
  width: 93px;
}

.wpp-logo-top {
  width: 20px;
}
.logo-about img {
  width: 190px;
}
.wpp-blue {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-blue {
  background-color: #0091ca;
}
.content-blue {
  display: flex;
  font-size: clamp(0.7em, 2.4vw, 1em);
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding: 7px 0px;
  color: white;
  text-shadow: 0px 2px 6px #07365d;
}
.number {
  margin-right: 5px;
}
.circle img {
  width: 20px;
}
.circle {
  display: flex;
  padding: 0px 3px;
}

.father-top {
  background-image: url(elements-resized/resiz2.webp);
  height: 550px;
  background-repeat: no-repeat;
}

@media (max-width: 830px) {
  .wpp-logo-top,
  .number {
    display: none;
  }
  .father-top {
    background-position: top center;
  }
}
.father-top {
  width: 100%;
  color: white;
}
.box-top {
  width: 80%;
  margin: 0 auto;
  padding-top: 59px;
  text-shadow: 3px 4px 4px #0a5c7d;
}
.box-top h1 {
  font-size: clamp(2.7em, 1em + 5.4vw, 5em);
  font-weight: 400;
  line-height: 54px;
}
.widt-h1 {
  width: 85%;
}

.widt-h1 p {
  font-weight: 300;
  font-size: clamp(0.8em, 3.4vw, 4em);
  padding-top: 13px;
}
.btn a {
  text-decoration: none;
  color: white;
  padding: 8px 13px;
  background-color: #ff671d;
  border-radius: 5px;
  text-shadow: none;
}
.btn {
  margin-top: 32px;
}

.imgs-about {
  width: 118px;
  height: 132px;
  background-color: #ffffff;
  box-shadow: 0px 0px 11px 1px #c9c7c7;
  padding: 8px;
}
.a1 {
  position: relative;
  left: -91px;
}
.a2 {
  position: relative;
  left: 87px;
  top: -47px;
}
.a3 {
  position: relative;
  top: -95px;
  left: -69px;
}

.circle-blue {
  position: relative;
  top: -233px;
  z-index: -2;
  right: -14px;
}

.circle-blue2 {
  width: 232px;
}

.img-a {
  background-image: url(elements-resized/q-3r.jpg);
  background-repeat: no-repeat;
  background-color: #ff671d;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.img-b {
  background-image: url(elements-resized/q-2r.jpg);
  background-repeat: no-repeat;
  background-color: #ff671d;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.img-c {
  background-image: url(elements-resized/q-1r.jpg);
  background-repeat: no-repeat;
  background-color: #ff671d;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about {
  width: 100%;
}
.content-about {
  width: 80%;
  margin: 108px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.text-about h1 {
  color: #00264a;
  margin-bottom: 20px;
}

.letters-choice h1 {
  color: #00264a;
  margin-bottom: 20px;
}

/* .letters-choice {
  margin-bottom: 100px;
} */

.father-choice {
  width: 80%;
  margin: 108px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}

.why-choice {
  width: 100%;
}

.icon-bene {
  display: flex;
  align-items: flex-start;
  font-weight: 300;
}
.float-wpp {
  position: fixed;
  bottom: 22px;
  right: 29px;
}
.icon-bene img {
  margin-right: 10px;
}

.letters-choice p {
  margin-bottom: 30px;
}
.letters-choice a {
  text-decoration: none;
  color: white;
  padding: 8px 13px;
  background-color: #ff671d;
  border-radius: 5px;
  text-shadow: none;
}

.bene2 {
  margin-bottom: 20px;
}

.img-selo {
  position: relative;
  margin-top: 73px;
  left: -6px;
  z-index: -1;
}

.img-selo img {
  width: 200px;
}

.box-selo {
  background-color: #00264a;
  padding: 15px;
  color: white;
  font-size: 10px;
  width: 119px;
  height: 69px;
  position: relative;
  left: -60px;
  top: 374px;
}
.box-selo img {
  width: 20px;
}
.img-choice {
}

.box-selo p {
  font-size: 8px;
}

.img-led img {
  width: 297px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 37px;
}
.pool-led {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 267px;
}
.content-led {
  width: 80%;
  margin: 0 auto;
  padding-top: 200px;
}
.letters-led {
  background-color: #00264a;
  color: white;
  padding: 50px 25px;
}
.letters-led p {
  font-weight: 200;
  margin-bottom: 34px;
}

.letters-led h1 {
  margin-bottom: 34px;
}

.content-led a {
  padding: 8px;
  background-color: #ff671d;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00264a;
  color: white;
}
.content-footer {
  width: 80%;
  margin: 0 auto;
  padding-top: 76px;
}

.logo-about img {
  margin-bottom: 22px;
}
.content-footer p {
  font-weight: 300;
}
.box-pdc a {
  text-decoration: none;
}
.social-medias img {
  width: 25px;
  padding-right: 10px;
  margin-top: 30px;
}

.line-h {
  border: none;
  border-top: 1px solid white;
  margin: 20px 0;
}
.pages {
  padding-top: 20px;
}
.pages h2 {
  padding-bottom: 40px;
}
.links-footer {
  display: grid;
}
.links-footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  padding-bottom: 20px;
}

.contact-footer {
  padding-top: 20px;
  padding-bottom: 100px;
}

.contact-footer h2 {
  padding-bottom: 40px;
}
.icons-cont {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.icons-cont img {
  width: 24px;
  margin-right: 10px;
}
.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00264a;
  color: white;
}
.content-copy {
  width: 80%;
  margin: 0 auto;
}
.content-copy p {
  font-size: 11px;
  font-weight: 200;
  padding-bottom: 10px;
  text-align: center;
}

/* .father-top {
  height: 652px;
  background-repeat: no-repeat;
  background-size: cover;
} */
.box-pdc img {
  width: 200px;
}

.father-products {
  width: 100%;
  background-image: url(elements-resized/woman-r.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding: 100px 0px;
  max-width: 2000px;
  margin: 0 auto;
}
.content-pdc {
  width: 80%;
  margin: 0 auto;
  max-width: 2000px;
}
.box-pdc {
  background-color: white;
  color: #00264a;
  text-align: center;
  max-width: 372px;
  margin: 0 auto;
  margin-bottom: 39px;
  padding: 20px;
  border-radius: 10px;
}
.box-pdc h2 {
  margin: 17px 0px 24px 0px;
}
.box-pdc p {
  padding: 7px 15px;
  background-color: #ff671d;
  width: 45%;
  text-align: center;
  margin: 0px auto;
  border-radius: 10px;
  max-width: 117px;
  color: white;
}
.btn-ctt {
  padding: 7px 9px;
  background-color: #ff671d;
  border-radius: 7px;
}
@media (min-width: 518px) {
  .father-top {
    height: 702px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .widt-h1 {
    max-width: 468px;
  }
  .box-top h1 {
    line-height: 83px;
    font-size: clamp(2.7em, 1em + 5.4vw, 4em);
    text-shadow: 6px 5px 10px #002651;
  }
  .widt-h1 p {
    font-size: clamp(0.8em, 3.4vw, 1em);
  }
  .btn {
    margin-top: 54px;
  }
  .box-top {
    width: 75%;
  }
  .content-blue {
    width: 67%;
    justify-content: space-between;
  }
  .btn-ctt {
    padding: 7px 9px;
    background-color: #ff671d;
    border-radius: 7px;
  }
  .number {
    margin-right: 44px;
  }
  .circle img {
    width: 23px;
    margin-right: 10px;
  }
  .wpp-logo-top {
    width: 20px;
    margin-right: 6px;
  }
  .nav-list a {
    letter-spacing: 2px;
  }
  .content-about {
    width: 80%;
    margin: 208px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: inherit;
    margin-bottom: 100px;
  }

  .text-about {
    width: 100%;
    min-width: 414px;
    position: relative;
    padding: 40px;
    left: 0px;
  }
  .a1 {
    position: relative;
    left: 106px;
    bottom: -251px;
  }
  .a2 {
    position: relative;
    left: -99px;
    top: -92px;
  }
  .a3 {
    position: relative;
    top: -78px;
    left: -113px;
  }
  .circle-blue {
    position: relative;
    top: -277px;
    z-index: -2;
    right: -68px;
  }
  .imgs-about {
    width: 180px;
    height: 180px;
    min-width: 148px;
    min-height: 148px;
  }
  .box-selo {
    width: 119px;
    position: relative;
    left: -90px;
    top: 374px;
  }
  .father-choice {
    margin-bottom: 200px;
  }
  .letters-led {
    max-width: 393px;
    position: relative;
    bottom: 6px;
    padding: 50px;
  }
  .letters-led p {
    width: 401px;
  }
  .letters-led h1 {
    margin-bottom: 34px;
    font-weight: 500;
  }
}
.modal-content {
  left: 50%;
}
@media (min-width: 825px) {
  .img-selo img {
    width: 300px;
  }
  .box-selo {
    width: 128px;
    position: relative;
    left: -90px;
    top: 525px;
  }
  .box-selo p {
    font-size: 10px;
  }
}
.footer {
  max-width: 2000px;
  margin: 0 auto;
}

@media (min-width: 1126px) {
  .father-serv {
    padding-bottom: 150px;
  }
  .content-serv {
    display: grid;
    gap: 36px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-evenly;
  }
  .img-serv {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .content-mail {
    flex-direction: initial;
    display: block;
    padding-top: 100px;
  }
  .letters-mail {
    width: 40%;
  }

  .text-about {
    left: 58px;
  }
  .text-about {
    width: 32%;
    min-width: 414px;
    position: relative;
    padding: 40px;
    left: 0px;
    margin-left: 50px;
  }
  .father-choice {
    flex-direction: initial;
    justify-content: space-evenly;
    max-width: 2000px;
  }
  .letters-choice {
    width: 45%;
  }
  .content-about {
    max-width: 2000px;
  }
  .father-top {
    max-width: 2000px;
    margin: 0 auto;
  }
  header {
    max-width: 2000px;
    margin: 0 auto;
  }
  .content-led {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .img-led img {
    width: 364px;
    position: relative;
    /* left: 38px; */
  }
  .content-footer {
    display: flex;
    padding-bottom: 87px;
  }
  .logo-about,
  .pages,
  .contact-footer {
    flex-grow: 1;
    min-width: 0;
    width: 33.3%;
    margin: 0 auto;
    display: grid;
    justify-content: space-around;
  }
  hr {
    display: none;
  }
  .content-pdc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 1110px;
  }
  .box-pdc h2 {
    position: relative;
    bottom: -2px;
  }
  .box-pdc {
    min-width: 230px;
    padding: 40px 20px;
  }
  .led {
    width: 141px !important;
  }
  .content-footer {
    width: 70%;
  }
}

@media (max-width: 1126px) {
  .modal-content {
    left: 46%;
  }
  .content-serv {
    flex-direction: column;
  }
  .content-about {
    flex-direction: column;
  }
  .letters-choice {
    width: 100%;
  }
  .letters-led {
    margin: 0 auto;
  }
  .content-mail {
    gap: 50px;
  }
}
.father-mail {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
}

.content-mail {
  width: 80%;
  margin: 108px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 100px;
}
.letters-mail {
  padding-bottom: 85px;
}
.letters-mail h1 {
  padding-bottom: 57px;
  color: #00264a;
}
.letters-mail h2 {
  color: #00264a;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 50px;
}
.imagine {
  padding-bottom: 20px;
}

.link-box {
  text-decoration: none;
  background-color: #ff671d;
  padding: 7px 15px;
  display: flex;
  width: 107px;
  border-radius: 10px;
  color: white;
}

.img-mail img {
  width: 81vw;
  max-width: 400px;
}
@media (max-width: 1126px) {
  .content-mail {
    flex-direction: column;
  }
}
.revs {
  width: 161px !important;
}
.father-serv {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.content-serv {
  width: 80%;
  margin: 0 auto;
}

.img-serv img {
  width: 80vw;
  max-width: 500px;
  padding-bottom: 20px;
}

.letters-serv h1 {
  color: #00264a;
  font-size: 24px;
}

.letters-serv h3 {
  font-weight: 300;
  font-size: 15px;
  padding-bottom: 40px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex img {
  margin-right: 10px;
}

.flex {
  margin-bottom: 30px;
  width: 76%;
  min-width: 274px;
}

.flex p {
  font-size: 14px;
  font-weight: 300;
}

.this {
  padding-bottom: 35px;
  width: 76%;
  min-width: 274px;
}
.flex span {
  font-weight: 600;
  color: #00264a;
}

.link-rev {
  text-decoration: none;
  padding: 10px 15px;
  background-color: #ff671d;
  border-radius: 10px;
  color: white;
}
.father-serv {
  padding-bottom: 200px;
  padding-top: 100px;
}
.box-form {
  position: fixed;
  transition: opacity 0.3s ease;
  background-color: #00264a;
  color: white;
  text-align: center;
  padding: 20px;

  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.form {
  display: grid;
}
.modal-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #00264a;
  padding: 20px;
  border-radius: 5px;
  width: 74%;
  max-width: 511px;
}
.box-form {
  display: none;
}
input {
  width: 86%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 3px;
  margin-bottom: 22px;
  border: none;
  outline: none;
}

textarea {
  width: 86%;
  margin: 0 auto;
  height: 100px;
  margin-bottom: 37px;
  margin-top: 3px;
  border: none;
  outline: none;
  padding: 10px;
}

button {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  background-color: #ff671d;
  border: none;
  outline: none;
  font-weight: 600;
  color: white;
}

.box-form p {
  padding-bottom: 27px;
}

.modal-content {
  padding-bottom: 60px;
}
.modal-content h2 {
  color: #ff671d;
}

.close {
  margin-top: 20px;
  background-color: white;
  color: black;
}
.father-main {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #00264a;
  color: white;
}
.content-main img {
  width: 200px;
  margin-top: 50px;
  padding-bottom: 61px;
}
.content-main p a {
  background-color: #ff671d;
  padding: 10px 27px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}
.content-main h1 {
  color: #ff671d;
  padding-bottom: 20px;
}

.btn p {
  background-color: #ff671d;
  width: 139px;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  color: white;
}
.btn p {
  cursor: pointer;
}
