*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Popins", sans-serif;
}
html, body{
  background-color: #F7F7F7;
  position: relative;
  overflow-x: hidden;
}
.hero,
.steps,
.contact,
.footer {
  overflow-x: hidden;
}
.contact{
  padding-bottom: 70px;
}
.container{
  max-width: 1140px !important;
  width: 100% !important;
  margin: 0 auto;
  z-index: 3;
}
/*Navbar Style Start */
.logo{
  animation: rotate 3s infinite linear;
}
.about{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 90%;
  max-width: 1140px;
  background-color: #fff;
  border-radius: 20px;
  padding: 17px 24px;
  transition: top 0.3s ease, padding 0.3s ease;
  margin-right:30px;
  box-shadow: 0px 4px 20.6px 0px #E0E0E0;
  margin-top: 20px;
}
.header.scrolled {
  top: 2px;
  padding: 10px 24px; 
}
.big_circle{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 832px;
  background: #F3F1F2;
  filter: blur(200px);
  width: 100%;
  width: 100%;
  max-width: 832px;
  height: 832px;
}
.faq_btn{
  padding: 2px 18px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  border-radius: 20px;
  transition: background 0.3s, border 0.3s, color 0.3s;
  font: 400 14px/22px "Popins", Arial, sans-serif;
}
.faq_btn:hover{
  background: #000;
  color: #fff;
  border-color: transparent;
}
.mobile_menu{
  width: 100%;
}
.link_nav{
  font: 400 14px/22px "Popins", Arial, sans-serif;
  color: rgba(0, 0, 0, .5);
  transition: color 0.3s ease-in-out;
}
.link_nav:hover{
  color: #000;
}
.container.flex{
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_menu{
  display: none;
}
.contact-btn{
  background-color: #000;
  font: 600 14px/22px "Poppins", Arial, sans-serif;
  color: #fff;
  position: relative;
  display: flex;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 10px;
  box-shadow: 0px 4px 12.2px 0px #B5B5B5;
  transition: box-shadow 0.3s ease-in-out;
}

.contact-btn:hover{
  box-shadow: none;
}
.contact-btn::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right.svg");
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}

/*Hero Section Style Start */
.hero,
.steps
{
  background: url("../img/dots.webp");
  background-repeat: repeat;
  background-size: 400px 400px;
  position: relative;
}
.steps{
  padding: 100px;
}
.steps{
  padding-top: 50px;
}
.step_text_row{
  font: 400 12px/18px "Poppins", Arial, sans-serif;
  margin-bottom: 8px;
}
.hero:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  min-height: 119px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.00) 0%, #F7F7F7 80.9%);
}

.wrapper_title{
  max-width: 756px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_title{
  font: 600 40px/60px "Popins", Arial, sans-serif;
  color: #000;
  margin-bottom: 16px;
}
.sub_border{
  border: 2px solid black;
  padding: 5px;
  transform: rotate(-1deg);
  display:  inline-block;
  font-weight: 700;
}
.sub_bg{
  background-color: #000;
  padding: 5px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  transform: rotate(1deg);
}

.desk_text{
  font: 400 16px/22px "Popins", Arial, sans-serif;
  text-align: center;
  margin-bottom: 24px;
  max-width: 565px;
  color: #3C3C3C;
}
.card_wrapper {
  display: flex; 
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 308px;
  margin: 0 auto;
  margin-top: 35px;
}
.card_item {
  position: absolute;
  width: 340px;
  height: 308px;
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.card_item img{
  position: relative;
  object-fit: cover;
}
.card_item:nth-child(1) { left: calc(34% - 166px); top: 0; z-index: 1;} 
.card_item:nth-child(2) { left: calc(47% - 150px); top: -20px; z-index: 2; } 
.card_item:nth-child(3) { left: calc(64% - 130px); top: -30px; z-index: 3; }
.card_item img{
  width: 100%;
}
.card_item:nth-child(1):hover,
.card_item:nth-child(2):hover,
.card_item:nth-child(3):hover
{
  top: -40px;
}
.hero::after {
  transition: height 0.3s ease-in-out;
}
.hero.hover-effect::after {
  min-height: 200px;
}

/*About Style Start */
.who_are{
  font: 700 16px/20px 'Popins', Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.right_man{
  position: relative;
}
.who_title{
  font: 500 40px/48px "Popins", Arial, sans-serif;
  color: #000;
  margin-bottom: 20px;
  max-width: 550px;
}
.who_text{
  font: 400 16px/22px "Popins", Arial, sans-serif;
  color: #3C3C3C;
  margin-bottom: 40px;
}
.who_span{
  font: 500 40px/48px "Popins", Arial, sans-serif;
  color: #fff;
  padding: 5px 2px;
  transform: rotate(-2deg);
  background-color: #000;
}
.wrapper_number{
  display: flex;
  align-content: center;
  gap: 10px;
}
.number_text{
  display: flex;
  gap: 20px;
  align-items: center;
}
.number{
  font: 600 60px/60px "Poppins", Arial, sans-serif;
  color: #000;
}
.text_desc{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #000;
}
.graph{
  max-width: 179px;
  position: absolute;
  z-index: 2;
  bottom: 82px;
  left: 51px;
}
.here{
  padding-top: 80px;
  padding-bottom: 130px;
}
.graph_second{
  max-width: 261px;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 2;
  animation-delay: 0.1s;
}
.circle_first{
  background-color: #9F9F9F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 147px;
  left: 95px;
  animation: float 6s ease-in-out infinite;
}
.circle_second{
  background-color: #000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  right: 40px;
  z-index: -1;
  animation: float 4s ease-in-out infinite;
}
.circle_third{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: -20px;
  left: 80px;
  animation: float 5s ease-in-out infinite;
}
.circle_fourth{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: -50px;
  right: -20px;
  animation: float 6s ease-in-out infinite;
}
/*Carousel Style Start */
.photo{
  margin-top: 50px;
  position: relative;
}
.bg_photo{
  background: linear-gradient(180deg, #F7F7F7 48.4%, rgba(255, 255, 255, 0.00) 100%);
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: -72%;
  display: block;
}
.bg_position{
  position: relative;
}
.img_carousel {
  width: 270px;
  flex-shrink: 0;
  border-radius: 20px;
  height: 340px;
}

/*Animation Style Start */
.rotate-45 {
  transform: rotate(45deg) translate(4px, 4px);
}
.-rotate-45 {
  transform: rotate(-45deg) translate(5px, -5px);
}
.opacity-0 {
  opacity: 0;
}


/*Services Style Start */
.services{

  background-color: #fff;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 80px;
}
.services_title{
  color: #000;
  font: 400 40px/44px "Poppins", Arial, sans-serif;
  margin-bottom: 4px;
}
.services_text{
  color: #3C3C3C;
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  margin-bottom: 60px;
}
.services_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.services_item{
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 30px 0px rgba(224, 224, 236, 0.40);
  transition: box-shadow .3s ease-in;
  cursor: pointer;
  background-color: #fff;
}
.services_item:hover{
  box-shadow: 0px 15px 30px 0px rgba(194, 194, 202, 0.40);
}
.services_number{
  width: 60px;
  height: 60px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  border-radius: 15px;
  font: 600 30px/36px "Poppins", Arial, sans-serif;
  color: #fff;
  margin-bottom: 12px;
}
.services_item_title{
  color: #000;
  font: 600 16px/22px "Poppins", Arial, sans-serif;
  margin-bottom: 4px;
}
.services_item_text{
  color: #3C3C3C;
  font: 400 12px/18px "Poppins", Arial, sans-serif;
}
/*Steps Style Start */
.bottom_background{
  background: linear-gradient(180deg, #FFF 48.4%, rgba(255, 255, 255, 0.00) 100%);
  height: 170px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}.wrapper_steps{
  position: relative;
}
.steps_title{
  font: 500 40px/44px "Poppins", Arial, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.steps_subtitle{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 54px;
}
.steps_row{display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 96px;}
.steps_number{
 background-color: #000;
 color: #fff;
 font: 600 14px/22px "Poppins", Arial, sans-serif;
 border-radius: 15px;
 padding: 4px 10px;
 margin-bottom: 16px;
}
.steps_row{
  margin-bottom: 30px;
}
.step_row_item{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.steps_title_second{
  font: 500 24px/32px "Poppins", Arial, sans-serif;
  color: #000;
  max-width: 209px;
  text-align: right;
}
.step_row_text{
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 15px 30px 0px rgba(224, 224, 236, 0.40);
  padding: 30px;
  position: relative;
}
.step_row_text.last{
  margin-bottom: 0;
}
.bg_black{
  background-color: #000;
  transition: all .3s ease-in-out;
}
.bg_gray{
  background-color: #9F9F9F;
  transition: all .3s ease-in-out;
}
.progress-container {
  position: absolute;
  width: 40px;
  height: 84.4%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.progress-line_opacicy{
  background-color: #F7F7F7;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #000;
  transition: height 0.3s ease-out;
  z-index: 2;
}

.bg_white{
  max-width: 1020px;
  min-height: 1020px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  filter: blur(200px);
  z-index: 0;
}
.bg_white.bottom{
  top: auto;
  bottom: 0;
}
.step-square{
  position: absolute;
  width: 24px;
  height: 24px;
  background: #F7F7F7;
  transition: background 0.3s;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
}
.step-square:nth-child(2){
  top: 243px;
}
.step-square:nth-child(3){
  top: 483px;
}
.step-square:nth-child(4){
  top: 725px;
}
.step-square:nth-child(5){
  top: auto;
  bottom: 0;
}
.wrapper_contact_section{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subtitle_contact_second{
  font: 500 40px/64px "Poppins", Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.title_contact{
  font: 500 60px/64px "Poppins", Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.contact-btn.white{
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 12.2px 0px #B5B5B5;
  transition: box-shadow .3s ease-in-out;
}
.contact-btn.white::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right_black.svg");
}
.contact-btn.white:hover{
  box-shadow: none;
}

/* Start Section Clients */

.clients{
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(-30px);
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.grid-clients{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}
.ptop-20{
  padding-left: 20px;
  padding-right: 20px;
}
.clients_wrapper{
  max-width: 60%;
}
.clients_title{
  font: 500 40px/44px "Poppins", Arial, sans-serif;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.clients_text{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #3C3C3C;
  text-align: left;
  margin-bottom: 60px;
}
.company_img{
  margin-bottom: 15px;

}
.link_company{
  margin-bottom: 10px;
  font: 500 12px/16px "Poppins", Arial, sans-serif;
  color: #4D8EC7;
}
.text-sm{
  font: 600 16px/20px "Poppins", Arial, sans-serif;
  color: #000;
}
.clients_content {
  border-radius: 15px;
  padding: 30px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  will-change: transform, box-shadow;

}

.clients_content {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  box-shadow: 0px 15px 30px 0px rgba(224, 224, 236, 0.40);

}
.cliens_item{
  height: 166px;
}
.cliens_item:hover .clients_content {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.clients_content{
  height: 100%;
}
/* Contact Start */
.contact{
  margin-top: -60px;
  background-color: #000;
  padding-top: 120px;
  background: url("../img/dots_white.webp");
  background-repeat: repeat;
  background-size: 400px 400px;
  position: relative;
  padding-bottom: 120px;
}
.contact_title{
  font: 500 40px/44px "Poppins", Arial, sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.subtitle_contact{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-bottom: 60px;
}
.title_left{
  font: 600 24px/32px "Poppins", Arial, sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
.desktop_slider{
  display: grid;
}
.swiper{
  display: none !important;
}
.mobile_slider{
  display: none;
}
.scrolling_title{
  font: 700 16px/22px "Poppins", Arial, sans-serif;
  color: #fff;
  margin-bottom: 4px;
}
.scrolling_text{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #A6A6A6;
  margin-bottom: 80px;
}
.scrolling_text.last{
  margin-bottom: 0;
}
.left_contact{
  position: relative;
  padding-left: 60px;
}
.scolling_item{
  position: relative;
}
.scolling_item::before{
  content: '';
  display: block;
  position: absolute;
  left: -54px;
  background-image: url('../img/circle_dot.webp');
  background-size: 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.contact_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#form-wrapper,
#success-message {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.input-row {
  position: relative;
  margin-bottom: 25px;
}
.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.98);
}
.visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
#form-wrapper {
  max-width: 500px;
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.04);
  backdrop-filter: blur(5px);
  padding: 40px;
}
.input-row input,
.input-row textarea {
  width: 100%;
  padding: 14px 15px;
  background: #222;
  border: transparent;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  font: 400 12px/18px "Poppins", Arial, sans-serif;
}
.copy{
  border-top: 1px solid rgba(255, 255, 255, alpha);
}
.wrapper_policy{display: flex;  justify-content: space-between;}
.privacy-text{
  max-width: 268px;
}
.input-row input::placeholder,
.input-row textarea::placeholder{
  color: #A6A6A6;
  font: 400 12px/18px "Poppins", Arial, sans-serif;
}

.just-validate-error-label {
  position: absolute;
  bottom: -18px;
  right: 0;
  color: #ff4d4f;
  font-size: 12px;
  white-space: nowrap;
}
form textarea {
  min-height: 100px;
}

button[type="submit"] { 
  background: #fff;
  color: #000;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font: 600 14px/22px "Poppins", Arial, sans-serif;
  color: #000;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 12.2px 0px #B5B5B5;
  position: relative;
  width: 130px;
}
.btn{
  background: #fff;
  color: #000;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font: 600 14px/22px "Poppins", Arial, sans-serif;
  color: #000;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 12.2px 0px #B5B5B5;
  position: relative;
  width: 157px;
  display: block
}
.arrow{
  background-image: url('/img/arrow-form.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease-in-out;
}
.arrow.footer_btn{
  background-image: url('/img/arrow-form.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: transform 1s ease-in-out;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 24px;
}

@keyframes arrowWiggle {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
}

@keyframes arrowSlideRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

/* Arrow animation on hover */
.btn:hover .arrow,
.btn:hover .arrow.footer_btn,
.submit:hover .arrow {
  animation: arrowWiggle 0.8s infinite ease-in-out;
}
.contact-btn:hover::after {
  animation: arrowSlideRight 0.8s infinite ease-in-out;
}
button[type="submit"]:hover {
  transform: scale(1.05);
  box-shadow: none;
}
.btn:hover{
  transform: scale(1.05);
  box-shadow: none;
}
.privacy-text {
  font: 400 10px/16px "Poppins", Arial, sans-serif;
  color: #A6A6A6;
}

.privacy-text a {
  text-decoration: underline;
}
.access {
  background: url("../img/dots.webp");
  background-repeat: repeat;
  background-size: 400px 400px;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 49;
  background-color: #F7F7F7;
  padding-top: 150px;
}
.access.visible {
  opacity: 1;
  pointer-events: auto;
}
.flex_wrapper_access{
  display: flex;
  justify-content: flex-end;
}
.item_access{
  max-width: 401px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}
.check_icon{
  margin-bottom: 20px;
}
.access_title{
  font: 500 24px/28px "Poppins", Arial, sans-serif;
  color: #000;
  margin-bottom: 8px;
}
.close_text{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #3C3C3C;
  cursor: pointer;
}
.close{
  position: absolute;
  right: 30px;
  top: 30px;
}
#success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  z-index: 1000;
  max-width: 400px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.check_icon{
  max-width: 60px;
  width: 100%;
}
#close-success {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.wrapper_cookies{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq_title{
  font: 600 40px/44px "Poppins", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 23px;
  align-items: flex-start;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  margin-left: 40px;
}
.text_faq{
  font: 400 12px/18px "Poppins", Arial, sans-serif;
  color: rgba(0, 0, 0, .5);
  margin-top: 7px;
}
.faq-item{
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 15px 30px 0px rgba(224, 224, 236, 0.40);
  margin-bottom: 10px;
  padding: 25px 20px;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}
.faq-icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  min-width: 17px;
  min-height: 17px;
}

.bar-horizontal,
.bar-vertical {
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease;
}

.bar-horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}

.bar-vertical {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-item.open .bar-vertical {
  transform: translateX(-50%) rotate(90deg);
}
.question_faq{
  font: 600 16px/22px "Poppins", Arial, sans-serif;
  color: #000;
}
.right_faq{
  position: relative;
}
.shadow{
  position: absolute;
  fill: radial-gradient(52.75% 47.17% at 49.92% 48.97%, #000 0%, #FFF 100%);
  opacity: 0.1;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  filter: blur(5px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
}
.faq_wrapper{
  display: flex;
}
.left_faq{
  max-width: 610px;
}
#faq{
  background-color: #fff;
  margin-top: -60px;
  border-radius: 0 0 40px 40px;
  position: relative;
  z-index: 4;
}

.footer{
  background: url('../img/dots_white.webp');
  background-repeat: repeat;
  background-size: 400px 400px;
  position: relative;
  padding: 80px 0;
  background: #000;
  position: relative;
  padding-top: 130px;
}
.footer_wrapper{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.logo_footer{
  display: block;
  padding-bottom: 54px;
}
.row_footer{
  display: flex;
  align-items: flex-start;
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #A6A6A6;
  gap: 12px;
  margin-bottom: 20px;
}
.footer_link{
  font: 400 16px/22px "Poppins", Arial, sans-serif;
  color: #A6A6A6;
  margin-bottom: 30px;
}
.copy{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 80px;
  padding-top: 20px;
  position: relative;
  z-index: 6;
}
.footer_link.last{
  margin-bottom: 0;
}
.bg_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/syntoria.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_text.footer_link{
  max-width: 224px;
  margin-bottom: 24px;
}
.row_footer.last{
  margin-bottom: 0;
}
.row_footer.adress{
  max-width: 335px;
}
.footer_right{
  display: flex;
  gap: 77px;
}
.footer_link{
  display: block;
}
.footer_link.center{
  text-align: center;
}
@layer utilities {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animate-fadeInUp {
    animation: fadeInUp 0.8s ease-out forwards;
  }
  @keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(2deg);
    }
    100%{
      transform: rotate(0deg);
    }
}
}


@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* Animation Style End */
.marquee-track {
  display: flex;
  animation: marquee 150s  linear infinite;
  width: max-content;
  margin-top: -50px;
}
.marquee-track  img:nth-child(odd){
  transform: translateY(-50px);
}



#menuBtn {
  display: none;
}
.navbar, .wrapper_contact {
  display: flex;
  align-items: center;
  gap: 60px;
}

.faq_btn{
  align-items: center;
}
.line_burger {
  width: 24px;
  height: 3px;
  border-radius: 20px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.menu_btn.active .line_burger:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu_btn.active .line_burger:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .line_burger:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.flex_nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_wrapper.mobile{
  display: none;
}
.title_privacy{
  font: 600 40px/52px "Poppins", Arial, sans-serif;
  margin-bottom: 40px;
  text-align: left;
  display: block;
}
.text_policy{
  font: 400 16px/24px "Poppins", Arial, sans-serif;
  margin-bottom: 5px;
}
.text_policy.mb-20{
  margin-bottom: 20px;
}
.sub_title{
  font: 500 24px/32px "Poppins", Arial, sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 1094px) {
  .container{
    max-width: auto !important;
    width: 100%;
  }
  .header {
    position: fixed;
    width: 95%;
    left: 0;
    transform: none;
    border-radius: 15px;
    padding: 10px 20px;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
  }
  .container.flex {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 110vh;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 50px 20px;
    box-shadow: none;
    display: flex;
  }
  .logo.mobile{
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #navMenu {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar.active {
    right: 0;
  }
  .header{
    margin-top: 0;
  }
  .mobile_menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  #menuBtn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
    justify-self: flex-start
  }
  .sub_bg{
    padding: 2px;
  }
  .line_burger:nth-child(2){
    width: 80%;
  }
  .sub_border{
    padding: 2px;
  }
  .line_burger:nth-child(3){
    width: 40%;
  }
  .wrapper_contact {
    display: none;
  }
  .services_wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .who_title,.who_span{
    font-size: 28px;
    line-height: 32px;
    max-width: 350px;
  }
  .who_text{
    margin-bottom: 20px;
  }
  .card_wrapper{
    min-height: 266px;
  }
  .number_text{
    flex-direction: column;
    gap: 0;
  }
  .number{
    font-size: 40px;
    line-height: 40px;
  }
  .bg_photo{
    bottom: -35%;
    height: 80px;
  }
  .text_desc{
    text-align: center;
    max-width: 140px;
    font-size: 14px;
    line-height: 16px;
  }
  .graph{
    max-width: 114px;
    left: 0;
  }
  .graph_second{
    max-width: 166px;
    right: 20px;
  }
  .circle_first{
    width: 25px;
    height: 25px;
    left: 30px;
  }
  .circle_fourth{
    right: 0;
  }
  .img_carousel{
    max-width: 164px;
    height: 206px;
  }
  .services{
    padding-bottom: 40px;
  }
  .steps{
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .progress-container{
    left: 50.7%;
    margin-left: 0;
  }
  .steps_title{
    font-size: 28px;
    line-height:32px;
    margin-bottom: 8px;
  }
  .title_contact{
    font-size: 40px;
    line-height: 46px;
  }
  .subtitle_contact_second{
    font-size: 28px;
    line-height: 32px;
  }
  .here{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .clients{
    padding-bottom: 50px;
  }
  .desktop_slider{
    display: none;
  }
  .step-square:nth-child(2) {
    top: 316px;
  }
  .step-square:nth-child(3) {
    top: 627px;
}
.step-square:nth-child(4) {
  top: 925px;
}
  .grid-clients.mobile_slider{
    display: block;
  }
  .cliens_item{
    box-shadow: 0px 15px 30px 0px rgba(224, 224, 236, 0.40);
  }
  .swiper-horizontal{
    min-height: 600px;
  }
  .swiper{
    display: block !important;
  }
  .swiper-slide{
    height: 166px !important;
  }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000;
  }
  .clients_wrapper{
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
  .contact_title{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .subtitle_contact{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .contact_grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .right_contact{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scrolling_text.last{
    margin-bottom: 0;
  }
  .faq_wrapper{
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .left_faq{
    max-width: 100%;
  }
  .link_nav.contact-btn{
    align-items: center;
    align-self: center;
  }
  .link_nav{
    font-size: 18px;
    line-height: 23px;
  }
  .footer_wrapper.mobile{
    display: flex;
    gap:328px 30px;
  }
  .footer_wrapper.desktop{
    display: none;
  }
  .footer_left{
    width: 50%;
  }
  .footer_right{
    width: 50%;
  }
  .footer_wrapper.mobile{
    flex-wrap: wrap;
  }
  .footer_right{
   justify-content: space-between;
   width: 100%;
  }
  .footer_left{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer{
    padding-bottom: 60px;
  }
  .footer_link.center{
    margin-top: 40px;
  }
}

@media(max-width: 640px){
  .main_title
  {
    font-size:  24px;
    line-height: 38px;
    max-width: 328px;
  }
  .desk_text{
    font-size: 14px;
    line-height: 18px;
  }
  .desk_text{
    margin-bottom: 36px;
  }
  .about{
    grid-template-columns: repeat(1, 1fr);
  }
  .who_are{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .who_title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .who_text{
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper_number{
    justify-content: center;
  }
  .services_title{
    font-size: 24px;
    line-height: 30px;
  }
  .services{
    margin-top: -140px;
  }
  .services_text{
    font-size: 14px;
    line-height: 18px;
  }
  .services_wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .steps_row{
    grid-template-columns: repeat(1, 1fr);
  }
  .step_row_item{
    align-items: flex-start;
  }
  .steps_title_second{
    text-align: left;
  }
  .progress-container{
    left: -21px;
  }
  .who_span{
    padding-top: 2px;
    margin-bottom: 2px;
  }
  .clients{
    border-radius: 20px;
  }
  .progress-container{
    height: 83.4%;
  }
  .step_row_text{
    padding: 20px;
  }
  .step_row_text{
    margin-bottom: 1px;
  }
  #faq{
    border-radius: 0 0 20px 20px;
  }
  .services_text{
    margin-bottom: 20px;
  }
  .steps_title,
  .clients_title
  {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .clients{
    padding-top: 40px;
  }
  .clients_title{
    margin-bottom: 20px;
  }
  .contact_title{
    font-size: 24px;
    line-height: 30px;
  }
  .contact{
    padding-top: 90px;
  }
  #form-wrapper{
    padding: 20px;
  }
  .wrapper_policy{
    flex-direction: column;
    align-items: flex-end;
  }
  .privacy-text{
    text-align: right;
    order: 1;
  }
  .wrapper_policy .submit{
    margin-bottom: 10px;
  }
  .left_faq{
    order: 2;
  }
  .question_faq{
    font-size: 16px;
    font-weight: 500;
  }
  .footer_right{
    margin-top: 15px;
    gap: 10px;
  }
  .right_btn{
    margin-top: 10px;
  }
  .footer_wrapper.mobile{
    display: none;
  }
  .footer_wrapper.desktop{
    display: flex;
    flex-wrap: wrap;
  }
  .faq-item{
    padding: 10px 8px;
  }
  .footer_right{
    flex-direction: column;
    gap: 45px;
  }

  .faq-question{
    gap: 7px ;
  }
  .faq-answer{
    margin-left: 25px;
  }
  .step-square:nth-child(2) {
    top: 24.5%;
  }
  .step-square:nth-child(3) {
    top: 49%;
  }
  .step-square:nth-child(4) {
    top: 74.4%;
  }
  .header{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .card_item:nth-child(1){
    max-width: 150px;
    left: 0;
  }
  .card_wrapper{
    min-height: 150px;
  }
  .scrolling_text{
    margin-bottom: 40px;
  }
  .scolling_item{
    margin-left: 40px;
  }
  .input-row{
    margin-bottom: 15px;
  }
  .wrapper_policy .submit{
    text-align: left;
  }
  .left_contact{
    padding-left: 0;
  }
  .card_item:nth-child(2){
    max-width: 150px;
    left: 33%;
    top: 0;
    right: auto;
    transform: translateX(-50%);
  }
  .main_title{
    margin-top: 20px;
  }
  #about{
    margin-bottom: 100px;
  }
  .card_item:nth-child(3){
    max-width: 150px;
    top: 0;
    left: auto;
    right: 0;
  }
  .logo_footer{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
  }
  .logo_footer img{
    max-width: 156px;
  }
  .left_nav{
    width: 50%;
  }
  .right_nav{
    width: 40%;
  }
  .footer_link.center{
    margin: 20px 0;
  }
  .copy{
    padding-top: 0;
    margin-top: 40px;
    position: relative;
  }
  .footer_logo{
    margin-bottom: 30px;
  }
  .footer_right{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
} 



@media (min-width: 1920px) {
  .logo img{
    max-width: 10rem;
    width: 100%;
  }
  .link_nav{
    font-size: 1.2rem;
  }
  .faq_btn{
    font-size: 1.2rem;
  }
  .faq_btn{
    padding: 7px 20px;
    border-radius: 40px;
  }
  .contact-btn{
    font-size: 1.2rem;
    padding: 15px 40px;
    text-align: left;
  }
  .desk_text{
    font-size: 40px;
    line-height: 52px;
    max-width: 1200px;
  }
  .wrapper_title{
    margin-top: 80px;
    max-width: 1200px;
  }
  .who_title{
    max-width: 100%;
  }
  .man_img{
    width: 100%;
  }
  .graph{
    max-width: 200px;
    width: 100%;
    left: 0;
  }
  .graph_second{
    max-width: 200px;
    width: 100%;
  }
  .who_are{
    font-size: 24px;
    line-height: 32px;
  }
  .who_text{
    font-size: 21px;
    line-height: 28px;
  }
  .circle_first{
    left: 63px;
  }
  .card_item{
    width: auto;
    height: auto;
  }
  .services_item_title{
    font-size: 24px;
    line-height: 32px;
  }
  .services_text{
    font-size: 24px;
    line-height: 32px;
  }
  .services_item_text{
    font-size: 18px;
    line-height: 25px;
  }
  .card_item img{
    max-width: 500px;
  }
  .steps_subtitle{
    font-size: 23px;
    line-height: 21px;
  }
  .bg_photo{
    bottom: -44%;
  }
  .steps_number{
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .steps_title_second{
    font-size: 32px;
  }
  .step_text_row{
    font-size: 24px;
    line-height: 32px;
  }
  .step-square:nth-child(2) {
    top: 25%;
}
.step-square:nth-child(3) {
  top: 49%;
}
.step-square:nth-child(4) {
  top: 74%;
}
.here{
  padding-top: 150px;
  padding-bottom: 200px;
}
  .container {
    max-width: 1720px !important;
  }
  .header {
    max-width: 1720px;
    padding: 20px 25px;
  }

  .main_title {
    font-size: 64px;
    line-height: 80px;
  }
  .who_title,
  .who_span {
    font-size: 56px;
    line-height: 64px;
  }

  .services{
    margin-top: -70px;
  }
  .steps_title,
  .clients_title,
  .contact_title {
    font-size: 56px;
    line-height: 64px;
  }
  .subtitle_contact_second {
    font-size: 52px;
    line-height: 68px;
  }
  .steps{
    padding-bottom: 100px;
  }
  .title_contact {
    font-size: 72px;
    line-height: 80px;
  }
  .services_title {
    font-size: 56px;
    line-height: 64px;
  }
  .faq_title {
    font-size: 56px;
    line-height: 64px;
  }
  .services_wrapper {
    gap: 40px;
  }
  .grid-clients {
    gap: 40px;
  }
  .steps {
    padding: 120px;
  }
  .contact {
    padding-bottom: 180px;
  }
  .steps{
    padding-bottom: 120px;
  }
  .step_text_row{
    margin-bottom: 20px;
  }
  .step_text_row.last{
    margin-bottom: 0;
  }

  .steps_title_second{
    max-width: 300px;
  }
  .step_text_row {
    font-size: 16px;
    line-height: 21px;
  }
  .text-sm{
    font-size: 21px;
  }
  .subtitle_contact{
    font-size: 21px;
    line-height: 24px;
  }
  .title_left{
    font-size: 32px;
    line-height: 35px;
  }
  .scrolling_title{
    font-size: 21px;
    line-height: 24px;
  }
  .scrolling_text{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .input-row input, .input-row textarea{
    font-size: 16px;
  }
    .input-row::placeholder, input::placeholder, .input-row::placeholder
   textarea::placeholder{
    font-size: 16px;
   }
   .question_faq{
    font-size: 21px;
   }
   .left_faq{
    max-width: 800px;
   }
   .row_footer,
   .footer_link{
     font-size: 21px;
     line-height: 24px;
   }
   .card_item:nth-child(1) {
    left: calc(23% - 191px);
   }
   #form-wrapper{
    width: 100%;
    max-width: 700px;
   }
   .contact_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .left_contact{
    width: 50%;
  }
  .right_contact{
    width: 40%;
  }
  .input-row input, .input-row textarea{
    font-size: 16px;
    line-height: 24px;
  }
  .input-row input::placeholder{
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper_policy{
    gap: 30px;
  }
  .input-row textarea::placeholder,
  .privacy-text{
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-text{max-width: 80%;}
  .wrapper_policy > button[type="submit"]{
    width: 220px;
    font-size: 1.2rem;
    padding: 22px auto;
    text-align: left;
  }
  .wrapper_policy > button[type="submit"].arrow{
    right: 15px
  }
  .footer .btn{
    font-size: 1.2rem;
    width: 196px;
    padding: 23px auto;
  }
  #faq{
    margin-bottom: -30px;
  }
  .faq_wrapper{
    justify-content: space-between;
  }
  .card_item:nth-child(1){
    left: calc(23% - 166px);
  }
  .photo{
    margin-top: 65px;
  }
  .right_man{
    max-width: 600px;
  }
}

/* 4K Resolution – devices with min-width: 2560px */
@media (min-width: 2560px) {
  .container {
    max-width: 2200px !important;
  }
  .header {
    max-width: 2200px;
    padding: 32px 40px;
  }
  .header.scrolled {
    padding: 24px 40px;
  }
  .main_title {
    font-size: 92px;
    line-height: 100px;
  }
  .who_title,
  .who_span {
    font-size: 72px;
    line-height: 84px;
  }
  .steps_title,
  .clients_title,
  .contact_title {
    font-size: 72px;
    line-height: 84px;
  }
  .subtitle_contact_second {
    font-size: 64px;
    line-height: 80px;
  }
  .title_contact {
    font-size: 88px;
    line-height: 96px;
  }
  .services_title {
    font-size: 72px;
    line-height: 84px;
  }
  .faq_title {
    font-size: 72px;
    line-height: 84px;
  }
  .services_wrapper {
    gap: 50px;
  }
  .grid-clients {
    gap: 50px;
  }
  .steps {
    padding: 150px;
  }
  .contact {
    padding-bottom: 100px;
  }
}

@media(max-width: 1920px){
    .bg_footer{
    position: static;
    width: 100%;
  }
  .footer{
    padding-bottom: 0;
  }
}