/* GENERAL STYLING */
:root {
  --main-color: #EF0F33;
  --second-color: #000000;
  --third-color: #D9D9D9;
  --overall-color: #fff;
  --h3-color: #000000;
  --p-color: #000000;
  --shade-white:#F5F4F4;
  --red-shade:#E51313;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  user-select: none;
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



*,
::before,
::after {
  box-sizing: border-box
}

ul {
  padding: 0;
  list-style: none
}

h2 {
  font-size: xx-large;
  margin: 2em 0 0.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: var(--h3-color);
  font-weight: 500;
  /* text-shadow: 0 4px 4px #00000040; */
}

.hilighter {
  max-width: 220px;
  margin-bottom: 1.5em;
  margin: 0em auto 1em;

}

.nav-link{
  color: var(--h3-color) !important;
}
.nav-link:hover{
  color: var(--main-color) !important;
}

/* Commmon css style */

.hilighter,
#Contact_Us,
main .hero-section,
main .hero-section .text-content,
main .hero-section .text-content .btns-container,
main .hero-section .demo-part,
main .hero-section .demo-part img,
.description-image,
.our-values,
.about-us>ul>li,
.checked-in-vertical,
.our-features>div>ul>li {
  width: 100%;
}


nav,
main .hero-section p {
  color: var(--second-color)
}



main .hero-section h1 {
  font-size: 2rem;
  font-weight: 900;
}

nav>div>ul>li>a,
main .hero-section .text-content .btns-container a,
.join-us a,
h2 {
  font-weight: 700;
  background-color: transparent;
}

nav>div>ul>li>a,
.our-values {
  padding: 1em;
}


.join-us a,
#Contact_Us {
  background-color: var(--main-color);
}


/* #Contact_Us,
main .hero-section p,
.text-about-us-li p,
.our-values>ul>li p,
.join-us p,
.contractor-container .right-container p,
.tradespeople-container .right-container p,
.for-everyone-container .right-container p {
  font-weight: 600;
} */


main,
main .hero-section,
main .hero-section .text-content,
.about-us,
.about-us>ul .about-us>ul>li,
.hr-wrapper,
.our-values,
main .how-it-work-section,
main .contractor-container,
.tradespeople-container {
  display: flex;
  flex-direction: column;
}

main .hero-section,
main .hero-section .text-content .btns-container a,
.join-us a,
.our-values {
  text-align: center;
}

.vertical-hr,
main .hero-section {
  height: 100%;
}

main .hero-section p,
main .hero-section .demo-part img {
  max-width: 400px;
}

main .hero-section .text-content,
main .hero-section .demo-part,
.checked {
  justify-self: center;
  align-self: center;
}

main .hero-section .text-content,
.about-us,
.about-us>ul,
main .how-it-work-section {
  justify-content: center;
  align-items: center;
}


main .hero-section h1,
h2 {
  color: var(--main-color);
  font-weight: 700;
}

main .hero-section h1,
main .how-it-work-section h2,
.contractor-container .right-container p,
.tradespeople-container .right-container p,
.for-everyone-container .right-container p {
  max-width: 500px;
}

/* HEADER STYLE */
nav > a > p{
  font-size: 1.6rem;
  color: var(--main-color);
  margin: 0;
} 

nav ul {
  padding: 0 2em
}

nav>div>ul>li>a {
  font-size: .9rem;
  margin: 0 .5em
}

#Contact_Us {
  color: var(--overall-color);
  border: none;
  padding: 1em 4em;
  max-width: 170px
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.btn-contact {
  border-color: transparent;
  background-color: var(--second-color);
  margin-top: 25px;
}

/* MAIN STYLE */

.scroll-to-top {
 display: flex;

  position: fixed;
  bottom: 15%;
  right: 2%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;

  color: var(--overall-color);
  background-color: var(--main-color);

  border: none;
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
}

.content-container {
  width: 960px;
  height: 2000px;

  margin: 30px auto;

  p {
    margin-bottom: 50px;
  }
}

/* hero section */
main .hero-section {
  padding: .5em 1em;
  margin-bottom: 5em
}

main .hero-section h1 {
  margin: 1em 0;
  font-weight: 900;
}

main .hero-section .text-content .btns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  padding: 2em 0
}

main .hero-section .text-content .btns-container a,
.join-us a {
  padding: .6em 1em;
  border: 2px solid var(--main-color);
  
  min-width: max-content;
  cursor: pointer;
  border-radius: 5px;
  min-width: 150px;
  font-size: 1.1rem;
  font-weight: bolder;
  display: flex;
  flex-direction: row;
  align-items: center;
}

main .hero-section .text-content .btns-container a{
  border: 2px solid #665F5F;
  color: #665F5F !important;
}
main .hero-section .text-content .btns-container a div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-left: 0.2em;
}
main .hero-section .text-content .btns-container a div p{
  margin: 0;
}
main .hero-section .text-content .btns-container a div p:first-child{
  font-size: 0.7rem;
  font-weight: lighter;
}
main .hero-section .text-content .btns-container>a:hover,
.join-us a:hover {
  text-decoration: none;
}

main .hero-section .text-content .btns-container a.google,
.join-us a {
  color: var(--overall-color);
  border: 3px solid var(--main-color);
}

main .hero-section .text-content .btns-container a.apple,
.join-us a {
  color: var(--overall-color);
  border: 3px solid var(--main-color);
}


main .hero-section .demo-part {
  display: flex;
  flex-direction: row
}

main .hero-section .demo-part img {
  max-width: 300px;
  margin: auto
}

/* about section */
.about-us,
.about-us>ul,
.about-us>ul>li {
  align-items: center
}


.about-us>ul>li {
  position: relative;
  height: max-content;
  justify-content: space-around;
  padding: 3em
}

.description-image {
  max-width: 300px;
  align-self: flex-start
}

.hr-wrapper,
.vertical-hr {
  position: absolute
}

.hr-wrapper {
  top: 0;
  bottom: 0;
  left: 0;

}

.vertical-hr {
  left: 1em;
  border-radius: 5px;
  border: .2em solid var(--third-color);
  z-index: 3;
}

.checked {
  z-index: 3;
  margin: auto
}



.text-about-us-li p,
.our-values>ul>li p,
.join-us p,
.contractor-container .right-container p,
.tradespeople-container .right-container p,
.for-everyone-container .right-container p {
  color: var(--p-color);
  font-size: .9rem
}

.our-values>ul>li {
  max-width: 200px;
  padding: .5em ;
  border-radius: 5px;
  box-shadow: 0 4px 4px #00000040;
  margin: .5em .2em
}

.our-values>ul>li h4 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0.8em;
}

/* .our-values>ul>li p {
  font-weight: 400
} */

/* our features section */

.our-features>p,
.how-it-work-section>p {
  font-size: 0.8em;
  max-width: 900px;
  color: var(--h3-color);
  margin-bottom: 2em;
}

.our-features>div>ul::-webkit-scrollbar {
  display: none;
}


.our-features>div>ul {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.our-features>div>ul>li {
  background-color: var(--h3-color);
  color: #D9D9D9;
  padding: 1.5em 1.3em;
  margin: 0 1em;
  min-width: min-content;
}

.our-features>div>ul>li {
  min-width: 400px;

}

.our-features>div>ul>li h3 {
  color: var(--third-color);
  white-space: nowrap;
  font-weight: 500;
}

.our-features>div>ul>li>div img {
  width: 40px;
  height: 40px;
}

/* how it works section  */
main .contractor-container,
.tradespeople-container {
  padding: 2em 0.5em;

}

.contractor-container .content,
.tradespeople-container .content,
.for-everyone-container .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.contractor-container .content>*,
.tradespeople-container .content>*,
.for-everyone-container .content>* {
  margin: 1em 0;
}

.contractor-container .left-container,
.tradespeople-container .left-container {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}

.contractor-container .left-container>*,
.tradespeople-container .left-container>* {
  max-width: 300px;
  max-height: 500px;
}

.contractor-container .left-container img:first-child {
  justify-self: flex-start;
}

.tradespeople-container .left-container img:first-child {
  margin-left: auto;
  margin-right: 0;
}

.contractor-container .left-container img:first-child,
.tradespeople-container .left-container img:first-child {
  z-index: 1;
}

.contractor-container .left-container img:nth-child(2),
.tradespeople-container .left-container img:nth-child(2) {
  position: absolute;
  bottom: 0;
  top: 0;

}

.contractor-container .left-container img:nth-child(2) {
  left: -5%;
}

.tradespeople-container .left-container img:nth-child(2) {
  right: -5%;
}


.tradespeople-container .left-container img:nth-child(2) {
  transform: rotate(180deg);
}

.contractor-container .right-container li {
  margin: 1em 0;
}



.contractor-container .right-container h4,
.tradespeople-container .right-container h4 {
  text-align: start;
  font-size: 1.2em;
  font-weight: 300;
}

.tradespeople-container .right-container a,
.contractor-container .right-container a,
.for-everyone-container .right-container a {
  font-weight: 600;
  padding: 0.6em 3em;
  border: none;
  border-radius: 5px;
}

.tradespeople-container .right-container a {
  background-color: var(--second-color);
  color: var(--overall-color);
}

.contractor-container .right-container a {
  background-color: var(--h3-color);
  color: var(--overall-color);
}

.for-everyone-container .right-container a {
  background-color: var(--main-color);
  color: var(--overall-color);
}

/* our services section */
.our-services>div {
  width: 100%;
  max-width: 900px;
  margin: 2em auto;
  position: relative;
}

.our-services>div>div {
  position: absolute;
  top: 50%;
  bottom: -3%;
  box-shadow: 0px 2px 2px var(--h3-color);
  left: 0%;
  right: 0%;
  border-radius: 10px;
  width: 100%;
  background-color: var(--main-color);
}

video {
  border-radius: 10px;
  border: none;
  z-index: 2;
}

/* FQAS CSS */
.fqa-section {
  display: flex;
  height: 600px;
  position: relative;
}

.question {
  top: 20%;
  bottom: 10%;
  position: absolute;
  transform: scale(0.75);
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  animation-name: cards-animation;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  padding: 1.5em;
  background-color: var(--overall-color);
  
  display: flex;
  flex-direction: column;
}

.question ul {
  display: flex;
  flex-direction: column;
  margin: auto;
  
}

.general-qs {
  animation-delay: 1s;
}

.contractors-qs {
  animation-delay: 3s;
}

.craftsmen-qs {
  animation-delay: 5s;
}

.security-qs {
  animation-delay: 7s
}

.account-qs {
  animation-delay: 9s
}

.question h3 {
  color: var(--main-color);
  text-align: left;
  font-weight: 500;
}

.ques {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: var(--second-color);
}

.response {
  /* max-width: 400px; */
  text-align: left;
  margin: 0 auto;
  font-size: 0.6rem;
}
/* Company Stats  */
.company-stats-section {
  background-image: url("../images/Arrow.png");
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: right;

}

.company-stats-section ul {
  list-style: none;
  padding: 0;
}

.company-stats-section li {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center; 
  width: 150px;
  min-height: 200px;
  max-height: 200px;
  border-radius:5px;
  box-shadow: 1px 4px 4px #00000040;
  margin:.5em .2em ;
}
.company-stats-section > ul > li img {
  max-width: 40px; 
  margin-top: 10px;
  margin-bottom: 20px;
}
.company-stats-section  h3 {
  font-size: 1em;
  font-weight: 500;
}

.company-stats-section h4 {
  margin: 0;
  margin-bottom: 20px;
  color: var(--main-color);
  font-weight: 500;
  font-size: 1.8rem;

}


.company-stats-section > ul > li  div{
  width: 100%; 
  background-color: #f0f0f0; 
  padding: 0.2em 1em ;
  border-radius:  0px  0px 5px  5px ;
  font-size: .80em;
  color: var(--second-color);
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

h5{
  font-size: 1rem;
  font-weight: 250;
}

.company-stats-section button {
   padding: 10px 20px;
   background-color:var(--third-color);
   margin-top: 20px;
   border-radius: 4px;
   font-weight: bold ;
   width: 200px;
   margin: 0 auto;
   border: none ;
   font-weight: bold;
   font-size: 1.2em;
   color: var(--main-color);
   outline: none;


}

.company-stats-section  .hidden {
  display: none ;
}


/* testimonials */
.testimonials  ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  /* background: #2c3e50; */
  background-color: #F5F4F4;
  max-width: 400px;
  padding: 3em 1em 0 1em;
  height: 400px;
  margin: 1em;

 
  
}

.testimonials  ul > li .quote{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 30px;

}

.testimonials  ul  li .opinion{
  /* font-family: "Itim", cursive; */
  font-size: 1rem;
  color: var(--h3-color);
  text-align: center;
  margin: auto;
}




.wave {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100%;
 max-width: 400px;
}

.testimonials  ul  li  .info{
  margin-top: auto;
  margin-bottom: 0;
  z-index: 2;
  color: var(--overall-color);
}
.testimonials  ul  li  .info img{
  width: 80px;
}
.testimonials  ul  li  .info h3{
  font-size: 1.1rem !important;
  text-shadow: none;
  color: var(--overall-color);
  font-weight: 500;
}
.testimonials  ul  li  .info h4{
  font-weight: 300;
  font-size: 1rem !important;
}

.wrapper {
  align-self: center;
	max-width: 1100px;
	width: 100%;
	position: relative;
}
.wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}
.wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
	left: -22px;
}
.wrapper i:last-child {
	right: -22px;
}
.wrapper .carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
	display: none;
}
.carousel.no-transition {
	scroll-behavior: auto;
}
.carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carousel.dragging .card {
	cursor: grab;
	user-select: none;
}
.carousel :where(.card, .img) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel .card {
	scroll-snap-align: start;
	
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding-bottom: 15px;
	flex-direction: column;
	border-radius: 8px;
}



.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
    padding: 2.5em 1em 0 1em;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--shade-white);
}
.card .quote{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 30px;
  }
  
  .card .opinion{
    /* font-family: "Itim", cursive; */
    font-size: 1rem;
    color: var(--h3-color);
    text-align: center;
    margin: auto auto 1em;
    padding: 2em 0;
  }
  
  
  
  
  .wave {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   max-width: 100%;
   
  }
  
  .card  .info{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 0;
    z-index: 2;
    color: white !important;
    color: var(--overall-color);
    align-items: center;
  }
  .card .info img{
    width: 80px;
  }
  .card .info h3{
    text-shadow: none;
    color: white;
    margin-bottom: 0.2em;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .card .info h4{
    font-weight: 300;
    font-size: 1rem;
  }
  
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--red-shade);
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 0.8rem;
  color: #FFF;
  padding: 8px 16px;
  background-color: var(--red-shade);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: var(--red-shade);
}

.swiper-navBtn{
  color: var(--red-shade);
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: var(--red-shade);
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: var(--red-shade);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--red-shade);
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
/* footer */
footer{
  display: flex;
  flex-direction: column;
  background-color: var(--shade-white);
  padding: 2em;
  
}

footer h4{
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--main-color);
}
footer a{
  text-decoration: none;
  color: var(--p-color);
}
footer a:hover{
  text-decoration: none;
  color: var(--h3-color);
  font-weight: 600;
}


footer > * ,footer .links,.social-links,footer .legals{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.social-links{
  justify-content: flex-start;
  margin: 2em 0;
}


footer > div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2em;
}

footer .links{
  display: flex;
  flex: 1;
  justify-self: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
  
}
footer .links > *:first-child{
  
 flex: 1;
 min-width: 200px;
 width: 100%;
 
 
}

.contact-us{
  max-width: max-content !important;
}
footer .icon-social{
  width: 30px;
  margin: 0.3em;
}

footer .company .logo{
  color: var(--red-shade);
  font-weight: bold;
}
footer .company > p{
  max-width: 500px;
  margin-bottom: 2em;
  color: var(--p-color);
}
footer .legals{
  border-top: 3px solid #C2C2C2;
  padding-top: 0.5em;
  justify-content: space-between;
  align-items: center;
  color:var(--p-color);
  

}
footer .legals p{
  margin: 0;
}
footer .legals > div{
  align-self: flex-end;
  flex:1;
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: flex-end;
}
@media screen  and (min-width:1700px){
  main .hero-section{
    padding: .5em 15%;
  }
  .about-us {
    padding: 1em 15%;
  }
  .how-it-work-section{
    padding: 1em 15%;
  }
 
}
@media screen and (min-width:700px) {
  
  /* hero section style big screens */
  main .hero-section {
    display: flex;
    flex-direction: row;
    text-align: start
  }

  main .hero-section .text-content {
    width: 50%;
    justify-content: center;
    align-items: flex-start
  }

  main .hero-section .demo-part {
    width: 50%
  }

  main .hero-section .text-content .btns-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
  }

  main .hero-section .demo-part img {
    margin-left: auto
  }

  /* about section style big screens */
  .about-us>ul {
    margin-left: 0;
    padding-left: 0;
    width: 100%
  }

  .about-us>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 4em;
    justify-self: center;
    gap: 9em
  }

  .about-us>ul>li>* {
    flex-basis: 0;
    flex: 1
  }

  .hr-wrapper {

    left: 50%;
    right: 50%;
    z-index: 2
  }

  .vertical-hr {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
  }

  .checked {
    position: absolute;
    top: 50%;
    bottom: 50%
  }

  .text-about-us-li p {
    max-width: 400px
  }

  .description-image {
    align-self: center
  }

  /* how it works section */
  .how-it-work-section>div {
    width: 100%;
  }

  .contractor-container .content,
  .for-everyone-container .content {

    display: flex;
    flex-direction: row;
    justify-content: space-around;

  }

  .contractor-container .left-container,
  .tradespeople-container .left-container {
    max-width: 50%;
  }

  .contractor-container .left-container>*,
  .tradespeople-container .left-container>* {
    max-width: 450px;
    max-height: 700px;

  }

  .tradespeople-container .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  .question {
    max-width: 1200px;
    width: 90%;

  }

  .ques {
    font-size: 15px;
  }

  .response {
    font-size: 13px;
  }
  .company-stats-section {
    background-size: 30px;
    background-position: center;

  }

  .company-stats-section ul{
    max-width: 1000px;
  }
  .company-stats-section ul > li{
    margin: 1.875em 2.5em;
  }
 


}

@media screen and (min-width:900px) {
  main .hero-section .demo-part img {
    max-width: 500px
  }
  

}



@media screen and (min-width:1200px) {
  footer .links > *:first-child{
    text-align: center;}
}
/* about us  animations */

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* our features  animation */
.scroller {
  max-width: 1200px;
  width: 100%;
}


.scroller__inner {
  display: flex;
  gap: 1rem;
  padding-block: 1rem;
  flex-wrap: wrap;
  width: max-content;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  flex-wrap: nowrap;
  animation: scroll var(--animation-duration, 40s) var(--animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --animation-duration: 20s;
}

.scroller[data-speed="superfast"] {
  --animation-duration: 8s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - .5rem));
  }
}



@keyframes cards-animation {
  0% {
    transform: scale(0.75);
    z-index: 0;
  }

  9% {
    transform: scale(0.9) translateY(40px);
    z-index: 2;
  }

  33% {
    transform: scale(0.9) translateY(40px);
    z-index: 2;
  }

  42% {
    transform: translateY(80px);
    z-index: 3;
  }

  66% {
    transform: translateY(80px);
    z-index: 3;
    opacity: 1;
  }

  75% {
    transform: translateY(130px);
    opacity: 0;
  }

  80% {
    transform: scale(0.75) translateY(40px);
    opacity: 0;
    z-index: 1;
  }

  90% {
    transform: scale(0.75);
    opacity: 1;
    z-index: 1;
  }
}


.pop_upwrapper{
  display: flex;
  
}
.cookie-popUp{
  position: fixed;
  top: 25%;
  left:0;
  right: 0;
  margin: auto;
  border: 2px solid #EF0F33;
  border-radius: 5px;
 max-width: 600px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background-color: #fff;
 padding: 1em;
 width: 100%;
 text-align: center;
 z-index: 10;

}

.cookie-popUp .header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 4em;
}
.cookie-popUp .header *{
  margin: 0 0.5em;
}
.cookie-popUp .header  img{
  width: 40px;
}
.cookie-popUp  p{
  font-size: 0.9rem;
  color: var(--p-color);
}
.cookie-popUp .btns{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;


}
.cookie-popUp .btns *{
  cursor: pointer;
}
.cookie-popUp .btns *:first-child{
  padding: 0.5em 1em;
  background-color: var(--main-color);
  border: none;
  color: var(--overall-color);
  margin-bottom: 0.5em;
  font-weight: bold;
}

.cookie-popUp .btns *:last-child{
  border: none;
  background-color: transparent;
  color: #333;
  font-size: 0.7rem;
}