@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('../../font-files/bebas-font.css');

@import url('/font-files/bebas-font.css');





:root {
  --bebas-font-family: "Bebas Neue", sans-serif;
  --bebas-book-font-family: "Bebas Neue Book", sans-serif;
  --albert-sans-font-family: "Albert Sans", sans-serif;
  --gray-color: #465254;
  --pink-color: #E71B27;



  --bg-gray-color-1: #374143;
  --bg-gray-color-2: #465254;
}



body {
  margin: 0;
  padding: 0;
  text-align: left;
}


.wp-btn {
    position: fixed;
    bottom: 10%;
    right: 10%;
    width: auto;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: rgba(62, 66, 70, 0.2) 0px 8px 24px;
    height: auto;
    background-color:#FFF;
    color: #25D366;
    font-family: var(--albert-sans-family);
    font-size: 16px;
}

.nav-logo-wrap {
  padding-left: 7%;
  background-color: var(--pink-color);
  display: flex;
  justify-content: center;
  align-items: center;
}



.container-cross {
  display: flex;
  width: 100%;
}

.content {
  flex: 1;
  z-index: 1;

  font-size: 1em;
  line-height: 2em;
  font-family: var(--albert-sans-font-family);
  font-weight: 300;
  color: var(--gray-color);


}

.content-bg-clip {
  height: 100vh;
}

.bg-gray-clip-left {
  flex: 1;
  height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  padding: 20% 2%;

}

.bg-gray-clip-wrap {
  position: absolute;
  background-color: var(--bg-gray-color-1);
  top: 30vh;
  /* z-index: -1; */
  height: 85vh;

}

.bg-gray-clip-wrap-2 {

  background-color: var(--bg-gray-color-1);
  /* z-index: -1; */


}


.bg-gray-clip-right {
  position: relative;
  flex: 2;
  height: 85vh;
  background-color: var(--bg-gray-color-2);
  background-size: cover;
  background-position: center;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 50%;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;

}




.link-2 {
  position: relative;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  width: 5em;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}

.link-2:hover {
  color: #E71B27;
}

.link-2:hover .slash-5 {
  opacity: 1;
  left: 100%;
}

.link-3 {
  position: relative;
  color: #465254;
  transition: 0.3s ease-in-out;
  width: 5em;
  display: inline-flex;
  justify-content: start;
  cursor: pointer;
}

.link-3:hover {
  color: #E71B27;
}

.link-3:hover .slash-5 {
  opacity: 1;
  left: 100%;
}



.bg-red-btn-wrap {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}




.bg-red-btn:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  background-color: transparent;
  color: #FFFFFF;
  padding: 1em;
  transition: all .6s ease-in;
  cursor: pointer;

}

.bg-red-btn:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: transparent;
  color: #FFFFFF;
  padding: 1em;
  cursor: pointer;
}



.bg-red-btn:nth-child(3) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  background-color: transparent;
  color: #FFFFFF;
  padding: 1em;
  cursor: pointer;

}



.bg-red-btn-active {
  background-color: var(--pink-color) !important;
}

.bg-gray-clip-right-title {
  position: absolute;
  width: 75%;
  left: 25%;
  overflow-x: hidden;
}

.bg-gray-clip-right-img {
  top: 20%;
  left: 0%;
  max-width: 50%;
  max-height: 60%;
  object-fit: contain;
}

.bg-gray-clip-arrow {
  clip-path: polygon(25% 0%, 100% 0, 70% 100%, 0% 100%);
  padding: 1em;
  font-size: 1em;
  background-color: var(--pink-color);
  color: #FFFFFF;
  cursor: pointer;
}

.bg-gray-clip-arrows-wrap {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 15em;
}



.parallax-container {
  width:   100vw;
  max-height: 100vh;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.parallax-title {
  background-color: var(--pink-color);
  width: max-content;
  padding: 0 1.5em 0 .5em;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.parallax-scroll-wrap {
  height: 80vh;
  padding: 5% 0;
  width: 40%;
  overflow: scroll;
}




.parallax-scroll-wrap {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.parallax-scroll-wrap::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


.end-section-gray-bg {
  flex: 3;
  height: 100%;
  background-color: #f2f2f2;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.end-section-white-bg {
  flex: 2;
}


.end-section {
  height: 100vh;
}

.end-section-content {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.end-section-card {
  width: 90%;
  height: 100%;
  aspect-ratio: 5/6;
  padding: 20px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.end-section-card-1 {
  background-color: var(--gray-color)
}

.end-section-card-2 {
  background-color: var(--pink-color);
}

.doc-card {
  background-color: transparent;
  width: 3em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  border-radius: 0.5em;

}

.doc-card img {

}

.footer-logo-wrap {
  padding: 1em 4em 1em 7%;
  width: fit-content;
  background-color: var(--pink-color);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
.footer-img-wrap {
  padding: 1em 7% 1em 4em;

}

.footer-firm-name {
  font-family: var(--albert-sans-font-family);
  color: var(--pink-color);
  font-size: 1.7em;
  font-weight: 700;
}

.footer-phone-btn {
  background-color: var(--gray-color);
  width: fit-content;
  padding: .8em 4em;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: .5em;
}

.footer-mail-btn {
  background-color: var(--pink-color);
  width: fit-content;
  padding: .8em 4em;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  color: #FFFFFF;
  cursor: pointer;
}

.footer-link-title {
  border-bottom: 1px solid var(--gray-color);
  color: var(--gray-color);
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: min-content;
}

.footer-social-wrap {
  color: var(--pink-color);
  font-size: 3em;
}

.sidebarg {
    font-family: var(--bebas-font-family);
    color: var(--gray-color);
    font-size: 2em;
    font-weight: 600;
}

.sidebarg a{
  font-family: var(--bebas-font-family);
  color: var(--gray-color);
  font-size: 2em;
  font-weight: 600;
}


.menu-lang {
  margin-right: 0px;
  width: 100%;
  height: 100%;
  list-style: none;
}

.langs {
  position: absolute;
  cursor: pointer;
  list-style: none;
  right: 0;
  /* top: 50%; */
  width: max-content;
  /* height: 71px; */
  border-radius: 10px 10px 10px 10px;
  transition: height 0.3s ease-in-out;
}

.active-lang i {
  transition: 0.5s;
}



.langs-li {
  list-style-type: none;
}

.passive-langs {
  list-style-type: none;
}

.langs:hover {
  background-color: #F2F2F2;
  cursor: pointer;
  right: 0;
  border-radius: 10px 10px 10px 10px;
  transition: height 0.3s ease-in-out;
  height: 98px;
}


.langs:hover>.passive-langs li {
  visibility: visible;
  opacity: 1;
}

.langs:hover .active-lang i {
  transform: rotate(180deg);
}

.passive-langs {
  position: absolute;
  padding: 0;
  top: 45px;
  transition: 0.5s;
  width: 40px;
  border-radius: 0 0 10px 10px;

}

.passive-langs li {
  opacity: 0;
  visibility: hidden;
  margin: auto;
  /*  transition: opacity 0.9s ease, visibility 0.9s ease; */
  transition: opacity 0.9s ease-in-out;
}

.lang-img {
  max-height: 35px;
  min-height: 35px;
}


/* form */

.form-area {
  width: 80%;
}

.form-text {
  color: var(--text-gray-color);
}

.form-title {
  color: var(--pink-color);
  font-size: 1.5em;
  font-weight: 700;
}

.custom-input {
  border: none;
  outline: none;
  background-color: #E8E8E8;
  width: 100%;
  min-height: 44px;
  border-radius: 5px;
  color: var(--pink-color);
  padding: 10px;

}

.custom-input::placeholder {
  color: var(--text-gray-color);
}

.custom-pink-btn {
  width: 100%;

  border: none;
  outline: none;
  padding: 1em 0;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--pink-color);
  font-family: var(--albert-sans-font-family);
}

.contact-phone-info {
  color: var(--pink-color);
  font-weight: 800;
  font-family: var(--albert-sans-font-family);
  font-size: 1.4em;
}

.contact-phone-icon {
  color: var(--gray-color);
}

.contact-phone-info-thin {
  font-weight: 500;
}

.contact-img {
  height: -webkit-fill-available;
  object-fit: cover;

}

.p-margin p {
  margin-bottom: 1em;
}

.footer-link {
  color: var(--gray-color);
}


.t-red-20-2 {
  font-size: var(--bebas-font-family);
  color: var(--pink-color);
  font-size: 1.4em;
  font-weight: 500;
}

.t-red-20-2-bold {
  font-size: var(--bebas-font-family);
  color: var(--pink-color);
  font-size: 1.4em;
  font-weight: 800;
}


.mobile-bg-gray-1 {
  background-color: var(--bg-gray-color-1);
}


.mobile-bg-gray-2 {
  background-color: var(--bg-gray-color-2);
  min-height: 38vh;
  max-height: 38vh;
}

.bg-gray-mobile-wrap {
  display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3em;
}

.bg-gray-mobile-img {
  object-fit: scale-down;
    max-height: 30vh;
}


@media only screen and (max-width: 1200px) {

  .half-container {
    width: 570px;
  }

  .title-gray {
    font-size: 3em;
    line-height: 1em;
  }

  .content {
    font-size: .9em;
    line-height: 1em;
    font-weight: 400;
  }

  .content-bg-clip {
    height: 80vh;
  }

  .bg-gray-clip-left {
    height: 70vh;
    padding: 20% 8%;

  }

  .bg-gray-clip-wrap {
    height: 70vh;
    top: 10vh;
  }

 

  .bg-gray-clip-right {
    height: 70vh;
  }

  .parallax-container {
    height: 100vh;
    width: 100%;
  }

  .parallax-container {
    height: 90vh;

  }

  .parallax-scroll-wrap {
    height: 75vh;
  }
  
  .end-section {
    height: 90vh;
  }
  
  .bg-gray-clip-arrows-wrap {
    bottom: 6em;
  }

}

@media only screen and (max-width: 992px) {
  .half-container {
    width: 480px;
  }

  .content-bg-clip {
    height: 63vh;
  }

  .bg-gray-clip-left {
    height: 56vh;
    padding: 20% 8%;

  }

  .bg-gray-clip-wrap {
    height: 56vh;
    top: 7vh;
  }



  .bg-gray-clip-right {
    height: 56vh;
  }

  .parallax-container {
    height: 50vh;
  }

  .parallax-scroll-wrap {
    height: 45vh;
  }
  
  .end-section {
    height: 80vh;
  }

  .bg-gray-clip-arrows-wrap {
    bottom: 5em;
  }

}

@media only screen and (max-width: 768px) {
  .half-container {
    width: 360px;
  }

  .content-bg-clip {
    height: 76vh;
  }

  .bg-gray-clip-left {
    height: 33vh;
    padding: 20% 8%;

  }

  .bg-gray-clip-wrap {
    height: 33vh;
    top: 5vh;
  }

  

  .bg-gray-clip-right {
    height: 33vh;
  }


  .parallax-container {
    height: 45vh;
  }

  .parallax-scroll-wrap {
    height: 40vh;
  }

  .end-section {
    height: 70vh;
  }
  .bg-gray-clip-arrows-wrap {
    bottom: 5em;
  }

  .contact-phone-info {
    text-align: right;
  }
}

@media only screen and (max-width: 576px) {
  .half-container {
    width: 270px;
  }

  .content-bg-clip {
    height: 83vh;
  }

  .bg-gray-clip-left {
    height: 35vh;
    padding: 20% 8%;

  }

  .bg-gray-clip-wrap {
    height: 35vh;
    top: 5vh;
  }


  .bg-gray-clip-right {
    height: 35vh;
  }


  .parallax-container {
    height: 40vh;
  }

  .parallax-scroll-wrap {
    height: 35vh;
  }
  .end-section {
    height: 60vh;
  }

  .end-section-card {
    padding: 16px;
  }

  .bg-gray-clip-arrows-wrap {
    bottom: 4em;
  }

}

@media only screen and (max-width: 468px) {
  .half-container {
    width: 270px;
  }



  .parallax-container {
    height: 40vh;
  }

  .parallax-scroll-wrap {
    height: 35vh;
  }

  .end-section {
    height: 70vh;
  }

  .doc-card {
    width: 5em;
    border: 1px solid white;
    border-radius: 0.1em;
    padding: .2em;
  }
  
  .doc-card img {
    width: 2em;
  }

  .end-section-card {
    padding: 12px;
  }

  .bg-gray-clip-arrows-wrap {
    bottom: 3em;
  }
  

}


@media only screen and (max-width: 350px) {
  .half-container {
    width: 270px;
  }

  .parallax-container {
    height: 65vh;
  }

  .parallax-container {
    height: 35vh;
  }

  .parallax-scroll-wrap {
    height: 30vh;
  }


  .end-section-card {
    padding: 10px;
  }

  .bg-gray-clip-arrows-wrap {
    bottom: 1em;
  }
  

}