/*
Theme Name: Fii Pe Vall
Theme URI: http://www.fiipevall.com
Author: Purple
Author URI: http://purple.md/
Version: 1.0
Text Domain: fiipevall
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


body{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
}

html{
  scroll-behavior: smooth;
}

img{
  max-width: 100%;
}

/* h1, h2, h3, h4, h5 {
    font-family: "Inter Tight", sans-serif;
} */

a{
  color: #000;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 0;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

header .header{
  align-items: center;
  margin-top: 1rem;
}

header .menu__col{
  justify-content: flex-end;
}

header .menu__nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header .menu__nav li{
  font-size: 1.4rem;
}

header .menu__nav a{
  color: #fff;
}

.marquee_text{
  overflow:hidden;
  width:100%;
  position:relative;
  background: #E46311;
  border-radius: 100px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin: auto;
}

.marquee_text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(90deg,rgba(228, 99, 17, 1) 0%, rgba(228, 99, 17, 0) 100%);
  z-index: 2;
}

.marquee_text:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(90deg,rgba(228, 99, 17, 0) 0%, rgba(228, 99, 17, 1) 100%);
  z-index: 2;
}

header .marquee_track{
  display:flex;
  width:max-content;
  white-space:nowrap;
  will-change:transform;
  gap: 1.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.marquee_text .word{
  display:flex;
  align-items:center;
  gap:1.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}

header .marquee_text .word img{
  width:24px;
}

.hero{
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.hero_logo{
  max-width: 500px;
  width: 100%;
}

.hero h4{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-style: italic;
  margin-top: 40px;
}


footer{
  background: #322C22;
  color: #fff;
  padding-top: 45px;
  font-size: 16px;
  font-weight: 200;
}

footer a{
  color: #fff;
  transition: 0.3s;
}

footer a:hover{
  color: #fff;
  opacity: 0.7;
}

footer .icon{
  width: 24px;
}

footer .footer{
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1440px;
  margin: auto;
}

footer .col-logo{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

footer .col-logo p{
  width: 100%;
  margin-bottom: 0;
}

.logo-footer{
  max-width: 320px;
  width: 100%;
}

footer .col-info{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

footer .col-info .item-contact{
  width: 100%;
}

footer .col-info h4{
  font-size: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
}

footer .col-info p{
  margin-bottom: 0;
}

.btn-footer{
  background: #fff;
  padding: 12px 30px;
  border-radius: 35px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.4s;
  color: #322C22;
  font-weight: 500;
  border: 1px solid #fff;
}

.btn-footer:hover{
  color: #464138;
  transition: 0.4s;
  border: 1px solid #000;
}

.footer .phone{
  margin-bottom: 30px;
}

.footer .phone p{
  margin-bottom: 0;
}

.footer .sub-text{
  font-size: 14px;
  padding-left: 30px;
}

.social{
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 30px;
}

.social li{
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #464138;
  border-radius: 50%;
  border: 1px solid #464138;
  transition: 0.4s;
}

.social li:hover{
  border: 1px solid #322C22;
}

.social li a{
  display: flex;
}

.social li img{
  height: auto;
}

.footer-marquee{
  overflow:hidden;
  width:100%;
  position:relative;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
  margin: auto;
  border-top: 1px solid #fff;
}

.footer-marquee .word{

  text-transform: lowercase;
  font-size: 8rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1.5px #ffffff; /* contur roșu */
  -webkit-text-fill-color: transparent;
}

.container-vall{
  max-width: 1920px;
  margin: auto;
  padding-left: 45px;
  padding-right: 45px;
}

.section-vall {
  padding-top: 60px;
  padding-bottom: 50px;
}

.title-row{
  font-size: 56px;
  line-height: 76px;
  font-weight: 500;
}

.about-row {
  padding-top: 125px;
  padding-bottom: 60px;
}

.about-row h2{
  margin-bottom: 80px;
}

.about-row .about-content{
  font-size: 1.4rem;
  margin-bottom: 50px;
  line-height: 1.5;
}

.about-info{
  align-items: flex-end;
}

.about-row .col-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: end;
  gap: 2%;
}

.about-row .col-img .img-1{
  width: 60%;
}

.about-row .col-img .img-2{
  width: 38%;
}

.about-info .text-list{
 margin-top: 45px;
}

.about-info h4 {
  font-weight: 400;
}

.about-info p{
  margin-bottom: 0;
}

.stat-row  h2{
  margin-bottom: 80px;
}

.stat-row .stat-info p{
  max-width: 535px;
  margin: auto;
}

.testimonial-row{
  text-align: center;
}

.testimonial-row h2{
  margin-bottom: 50px;
}

.testimonial-row img{
  display: flex;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.testimonial-row .col-img h4{
  position: absolute;
  bottom: 10px;
  left: 50px;
  right: 20px;
  bottom: 16px;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  transition: 0.4s;
}

.testimonial-row .col-img a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.testimonial-row .col-img a:before{
  content: '';
  position: absolute;
  width: calc(100% - 32px);
  height: 100%;
  left: 16px;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.testimonial-row .col-video{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.testimonial-row .col-video .play-video{
  width: 67px;
  height: 67px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s;
}

.testimonial-row .col-video a:hover .play-video{
  transform: translateY(-10px);
}

.testimonial-row .video-item{
  width: calc((100% - 30px) / 2);
  position: relative;
}

.gallery-row h2{
  margin-bottom: 50px;
}

/* .gallery-list .swiper-wrapper{
  margin-left: -10%;
  margin-right: -10%;
} */

.gallery-list .swiper-slide {
  width: 400px;
}

.gallery-list .swiper-slide img{
  border-radius: 10px;
}

.gallery-row h2{
  margin-bottom: 50px;
}

.empower-row{
  max-width: 1440px;
  margin: auto;
  margin-bottom: 80px;
}

.empower-row h2{
  margin-bottom: 50px;
}

.empower-row .swiper-button-prev svg, .empower-row .swiper-button-next svg{
  display: none;
}

.empower-row .swiper-button-prev, .empower-row .swiper-button-next{
  background: #fff;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.empower-row .swiper-button-prev{
  transform: rotate(180deg);
  left: 15px;
}

.empower-row .swiper-button-next{
  right: 15px;
}

.empower-row .swiper-button-prev:hover, .empower-row .swiper-button-next:hover{
  margin-top: -30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.empower-row .swiper-pagination{
  display: flex;
  width: auto;
  right: 40px;
  left: inherit;
  bottom: 40px;
  gap: 10px;
}

.empower-row .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  height: 6px;
  width: 6px;
  transition: 0.4s;
}

.empower-row .swiper-pagination .swiper-pagination-bullet:hover:before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: -7px;
  top: -7px;
}

.empower-row .swiper-pagination .swiper-pagination-bullet-active:before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: -7px;
  top: -7px;
}
.marquee_text,
.footer-marquee{
  overflow:hidden;
  width:100%;
}

.marquee_track{
  display:flex;
  white-space:nowrap;
  gap:40px;
  will-change:transform;
}

.plan-row h2{
  margin-bottom: 50px;
}

.plan-swiper .swiper-slide{
  padding: 16px;
}
.plan-swiper .swiper-slide .row{
  display: flex;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}


.plan-swiper .swiper-slide .col-text{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 20px;
}

.plan-swiper .swiper-slide .number{
  width: 100%;
}

.plan-swiper .swiper-slide .col-img{
  display: flex;
    justify-content: flex-end;
}

.plan-swiper .swiper-slide .col-img img{
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.plan-swiper .swiper-slide .number span{
  font-size: 20vw;
  line-height: 1.2;
}

.plan-swiper .swiper-slide h3{
  font-size: 2.7rem;
}

@media (min-width: 991px) {
  .plan-row{
    padding-left: 10px;
    min-height: 100vh;
    overflow: hidden;
  }

  .plan-swiper{
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .plan-swiper .swiper-wrapper{
    height: 100%;
  }


  .plan-swiper .slider-row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 100vh;
  }

  .plan-swiper .slider-row .row{
      height: 100%;
  }

}

@media (max-width: 1200px){
  body{
    font-size: 16px;
  }
  .section-vall{
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .title-row{
    font-size: 30px;
    line-height: 1.2;
  }
  .about-row{
    padding-top: 60px;
  }
  .about-row h2{
    margin-bottom: 30px;
  }
  .about-info .text-list{
    margin-top: 20px;
  }
  .plan-swiper .swiper-slide .number span{
    font-size: 12vw;
  }
  .plan-swiper .swiper-slide p{
    font-size: 16px;
  }
  .empower-row{
    margin-bottom: 40px;
  }
}

@media (max-width: 991px){
  .container-vall{
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero{
    background-position: center;
    background-size: cover;
    height: 80vh;
    padding: 20px;
  }
  .title-row{
    font-size: 30px;
    line-height: 1.2;
  }
  .hero h4{
    font-size: 40px;
  }

  .about-row{
    padding-top: 80px;
  }
  .about-row .col-img .img-1{
    width: 68%;
  }
  .plan-swiper .swiper-slide .col-img img{
    max-height: auto;
  }
  .plan-slider{
    height: 100vh;
    }

  .marquee_text:before{
    width: 100px;
  }
  .marquee_text:after{
    width: 100px;
  }
}

@media (max-width: 767px){
  .plan-swiper{
    overflow: hidden;
  }
  .about-row{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .title-row{
    font-size: 24px;
  }
  .stat-row h2{
    margin-bottom: 40px;
  }
  .about-info .col-text{
    margin-top: 20px;
  }
  .testimonial-row .col-video .play-video{
    width: 40px;
    height: 40px;
  }
  .testimonial-row .col-video{
    gap: 16px;
    margin-top: 20px;
  }
  .testimonial-row .video-item{
    width: calc((100% - 16px) / 2);
  }
  .gallery-list .swiper-slide{
    width: 200px;
  }
  .empower-row{
    padding-left: 16px;
    padding-right: 16px;
  }
  .empower-row .swiper-las .swiper-slide img{
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  footer .col-logo{
    margin-bottom: 30px;
  }
  footer .col-info{
    margin-bottom: 30px;
    gap: 20px;
  }
  .col-contcat .btn-footer{
    max-width: 220px;
  }
  .footer-marquee .word{
    font-size: 3rem;
  }
  footer .col-contcat .copy{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
