@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body{
  background-color: white;
  direction: rtl;
  font-family: 'Rubik', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  color: #080101;
}
:root {
  --background-extra: #f9f9f9;
  --white: #fff;
  --acent-color: #ff6d60;
  --transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.dopPadding{
  padding: 96px 0px;
}

.button-1 {
  text-align: center;
  display: inline-block;
  padding: 14px 27px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff6d60;
  border: 1px solid #ff6d60;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  font-weight: 700;
}

.button-1:hover,
.button-1:focus {
  background-color: #fff;
  color: #ff6d60;
}

.button-2 {
  text-align: center;
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 21px 27px;
  perspective: 30rem;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.308);
}

.button-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(
    320deg,
    rgba(0, 140, 255, 0.678),
    rgba(128, 0, 128, 0.308)
  );
  z-index: -1;
  transition: background 2s;
}

.button-2:hover::before {
  animation: rotate 1s infinite;
  transition: all 0.5s;
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.button-3 {
  text-align: center;
  display: inline-block;
  padding: 14px 21px;
  border: none;
  background-color: #ff4081;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 15px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.button-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.2s ease-in-out;
}

.button-3:hover {
  transform: scale(1.1);
  color: #fff;
}

.button-3:hover:before {
  left: 100%;
}

.button-4 {
  text-align: center;
  background: #e0fff5;
  padding: 7px 18px;
  border: 2px solid #409361;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 21px;
  outline: none;
  text-align: center;
  z-index: 2;
  transition: all 0.2s ease;
  overflow: hidden;
}

.button-4::after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}

.button-4:hover {
  box-shadow: 5px 5px 8px 0 rgba(255, 255, 255, 0.5),
    -5px -5px 8px 0 rgba(116, 125, 136, 0.2),
    inset -5px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 5px 5px 8px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}

.button-4:hover::after {
  transform: scale(2) rotate(180deg);
  background: #409361;
  box-shadow: 5px 5px 8px 0 rgba(255, 255, 255, 0.5),
    -5px -5px 8px 0 rgba(116, 125, 136, 0.2),
    inset -5px -5px 8px 0 rgba(255, 255, 255, 0.5),
    inset 5px 5px 8px 0 rgba(116, 125, 136, 0.3);
}

.button-5 {
  text-align: center;
  padding: 14px 21px;
  margin: auto;
  align-items: center;
  border-radius: 15px;
  border: none;
  text-align: center;
  color: transparent;
  text-shadow: 0 0 0 rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 50ms ease;
  background: linear-gradient(90deg, #5f03f4, #f441a5, #b81fff, #5f03f4);
  color: #ffffff;
  text-shadow: rgba(140, 0, 255, 0.9) 0px 0px rand_padding_vertical_v10};
  background-size: 400%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s ease-out;
}

.button-5:hover {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(155, 0, 194, 0.9);
  -moz-box-shadow: 0px 0px 18px 0px rgba(155, 0, 194, 0.9);
  box-shadow: 0px 0px 18px 0px rgba(155, 0, 194, 0.9);
  animation: animate 8s ease infinite;
  transition: box-shadow, 0.5s;
  border: none;
  font-size: 16px;
  transform: scale(1.05, 1.05);
  background: linear-gradient(90deg, #5f03f4, #f441a5, #b81fff, #5f03f4);
  background-size: 400%;
  animation: animate 7s cubic-bezier(0.75, 0.75, 0.75, 0.75) infinite;
  color: #ffffff;
}

.button-5:hover:before {
  filter: blur(21px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.dropdown-menu[data-bs-popper]{
  /* left: auto !important; */
}


.section{
  padding: 70px 0;
}

.title{
  color: var(--acent-color);
  text-align: center;
  margin-bottom: 27px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}

.nav-link,
.dropdown-item a {
  transition: 0.5s var(--transition);
}

.nav-link:hover,
.nav-link:focus,
.dropdown-item a:hover,
.dropdown-item a:focus {
  color: var(--acent-color);
  transform: scale(1.1);
}

.navbar-toggler {
  border: none;
  width: auto;
  transition: 0.5s var(--transition);
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: 0 2px 2px 0 var(--acent-color);
  color: var(--acent-color);
}


.dropdown-menu[data-bs-popper] {
  right: -150%;
  left: -150%;
}

.dropdown-item:active {
  background-color: transparent;
}

.header-logo {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.header-logo-img img {
  width: 46px;
  height: 46px;
}

.logo-text {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  transition: 0.5s var(--transition);
}

.logo-text:hover,
.logo-text:focus {
  color: var(--acent-color);
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: 0;
    margin: auto;
}
.waveBlockInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -2px;
    background-image: linear-gradient(to top, #763786  20%, #27273c 80%);
}
.bgTop {
    z-index: 0;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 0;
    opacity: 0.75;
}
.bgBottom {
    z-index: 0;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
    background-image: url('scripts/wave-top.png');
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
    background-image: url('scripts/wave-mid.png');
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
    background-image: url('scripts/wave-bot.png');
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.hero{
  padding: 120px 0;
}

.hero,
.container-myBlock{
  position: relative;
  color: var(--white);
}

.hero-img-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img{
  width: 250px;
  height: 250px;
  animation: hero-an 10s ease-in infinite;
}

.tarif{
  overflow: hidden !important;
}


@keyframes hero-an {
    0% {
        transform: translateX(0px) translateY(0px) scale(1);
    }
  25% {
      transform: translateX(10px) translateY(10px) scale(1.1);
    }
      50% {
      transform: translateX(0px) translateY(0px) scale(1);
    }
      75% {
      transform: translateX(10px) translateY(10px) scale(1.1);
    }
    100% {
       transform: translateX(0px) translateY(0px) scale(1);
    }
}

.banner{
  position: absolute;
  bottom: -1px;
  left: 0;
}

.hero-text-box{
  padding: 36px 18px;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:  21px;
}


.hero-text-box div a span{
  color: black !important;
}

.hero-title{
  text-align: start;
}

.about-us-img{
  padding: 18px;
}

.about-us-text{
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.au-img-box{
  margin: auto 0;
}

.main-img .size-img{
  width: 100%;
  object-fit: contain;
  height: 494px;
  margin: 0 auto;
  margin-bottom: 36px;
}


.price{
  color: var(--acent-color);
  font-size: 25px;
}

.background {
  background: var(--background-extra);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 14px;
  height: 14px;
  border: solid 2px #ff6d6063;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #6560ff6e ;
}
.cube:nth-child(2) {
  animation-delay: 0.5s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  animation-delay: 2s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
.cube:nth-child(7) {
  animation-delay: 10s;
  left: 30vw;
  top: 120vh;
}
.cube:nth-child(8) {
  animation-delay: 0.7s;
  left: 88vw;
  top: 106vh;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.block--main-container{
  position: relative;
}

.services{
  background-color: #E8ECF2;
}

.services-box{
  background-color: #f7c3bf;
  height: 100%;
  background-color: var(--white);
  box-shadow: 0px 0px 2px #ddd8d87a;
  transition: 0.5s var(--transition);
  padding:  18px;
  cursor: pointer;
}

.services-box:hover,
.services-box:focus{
  transform: translateY(-10px);
}

.services-box:hover::after {
  width: 100%;
  left: 0;
}
.services-box::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 0%;
  height: 5px;
  background: var(--acent-color);
  bottom: 0;
  right: 0;
}

.services-img img{
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin: 0 auto;
}

.services-title{
  text-align: center;
}

.block--services-container{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-row{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-item{
  transition: 0.5s var(--transition);
}

.services-item:hover,
.services-item:focus{
    color: var(--acent-color);
}


.articles-container{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.block--articles-row{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.articles-wr{
  border-radius: 5px;
  background-image: linear-gradient(to top, #763786  20%, #27273c 80%);
  color: white;
  position: relative;
}


.articles-img img{
  width: 272px;
  height: 272px;
  object-fit: contain;
  margin: 0 auto;
}

.articles-title h4{
  color: var(--acent-color);
}

.articles-item{
  position: relative;
  transition: 0.5s var(--transition);
  text-align: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 46px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.articles-item:hover,
.articles-item:focus{
  color: inherit;
  transform: scale(1.02);
}


.how-work{
  background-color: #E8ECF2;
}

.hw-container{
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
}

.hw-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hw-col-img{
  margin: auto 0;
}

.hw-img-wr{
  background-color: rgba(86,20,213,.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  transition: 0.5s var(--transition);
}

.hw-img-wr svg{
  color: var(--acent-color);
}

.hw-img-wr:hover,
.hw-img-wr:focus{
  transform: scale(1.1);
}

.hw-list{
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.hw-item{
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  gap:  18px;
  align-items: center;
}

.hw-text{
  flex: 1;
  margin: 0;
}

.block--how-work-icon{
  flex: 0.33;
}

.how-work-img{
  padding: 18px;
}

.partners{
  background-color: var(--background-extra);
}

.partners-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
}

.partners-item{
  text-align: center;
  border: 2px solid #cce;
  padding: 14px 8px;
  min-height: 82px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  justify-content: center;
  background-color:#e7e5e5;
}

.partners-item img{
  object-fit: contain;
}

.contact-ind-row{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-box{
  display: flex;
  flex: 1 !important;
  flex-direction:  column;
  gap: 21px;
}

.map-blockMain{
  flex: 1 !important;
}

.contact-text{
  color: inherit;
  word-break: break-all;
  transition: all 0.5ms;
}
.contact-text:hover{
  color: var(--acent-color);
}
.footer{
  background-image: linear-gradient(to top, #763786  20%, #27273c 80%);
  color: var(--white);
  padding: 46px 0;
}

.footer-container{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.footer-privacy a{
  transition: 0.5s var(--transition);
}

.footer-privacy a:hover,
.footer-privacy a:focus{
  color: var(--acent-color);
  transform: scale(1.1);
}

.form-wr{
  display: flex;
  flex-direction: column;
}

.input-main_element_block{
  border: 2px solid var(--acent-color);
  padding: 7px 18px;
  margin-bottom:  25px;
  border-radius: 8px;
}

.textarea-main_element_block{
  border: 2px solid var(--acent-color);
  padding: 7px 18px;
  border-radius: 8px;
  margin-bottom:  25px;
}

.form-btn{
  text-align: start;
}

.size-page{
  float: none;
  margin: 0 auto;
  padding:  27px;
}

.testimonial-list{
  display: flex;
  flex-direction:  column;
  gap:  18px;
}

.testimonial-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.testimonial-text{
  background: #eee;
  padding:  14px 21px;
  position: relative;
  border-top-left-radius: 52px;
  border-bottom-right-radius: 52px;
  min-height: 102px;
}

.testimonial-text::after{
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 21px;
  clip-path: polygon(21% 0, 1% 100%, 78% 0);
  background: #eee;
  top: 100%;
  left: 62px;
}

.testimonial-img{
  border-radius: 50%;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.testimonial-author{
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.author{
  font-weight: 700;
}

.rating{
  color: var(--acent-color);
}

.testimonial-name{
  display: flex;
  flex-direction:  column;
  justify-content: center;
}

.page-comment{
  background: url(content/images/overlay_2026-01-03_11-300.png);
  background-position: center;
  background-size: cover;
}
.com-form-name-wr{
  display: flex;
  flex-direction: column;
  gap:  18px;
}

.com-form-box{
  flex: 1;
}

.com-form-box input{
  border: 2px solid var(--acent-color);
  padding: 7px 18px;
  margin-bottom:  25px;
  border-radius: 8px;
  width: 100%;
}

.com-form-box textarea{
  border: 2px solid var(--acent-color);
  padding: 7px 18px;
  border-radius: 8px;
  width: 100%;
}

.com-form-box input:focus-visible,
.com-form-box textarea:focus-visible{
  color: inherit;
  outline: none;
}

.com-form-checkbox{
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.contact{
  background-image: linear-gradient(to top, #763786  20%, #27273c 80%);
  color: var(--white);
  padding: 46px 0;
}

.contact-row{
  flex-direction: column;
  gap: 18px;
}

.block__contact-item{
    box-shadow: 8px 5px 27px rgba(72,73,121,.15);
    padding:  18px;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    transition: 0.5s var(--transition);
}

.block__contact-item:hover,
.block__contact-item:focus{
  transform: translateY(-5px);
}

.block__contact-item:hover .contact-icon,
.block__contact-item:focus .contact-icon{
  color: var(--white);
  background-color: var(--acent-color);
}

.contact-icon{
  width: 46px;
  height: 46px;
  color: var(--acent-color);
  border: 2px dashed var(--acent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s var(--transition);
}

.map-block{
  height: 100%;
}

.map{
  height: 100%;
}

.map > iframe{
  height: 100%;
  border: 0;
}

.contact-name{
  font-weight: 600;
}

.contact-form-row{
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.contact-form-row > div{
  flex: 1;
}

.contact-form-wrapper{
  box-shadow: -2px 5px 21px 0 rgb(82 90 101/10%);
  padding: 18px;;
}

.contact-form{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form-item input{
  width: 100%;
  background-color: #f3f5fe;
  outline: none;
  border: none;
  padding: 14px 21px;
}

.contact-form-item textarea{
  width: 100%;
  background-color: #f3f5fe;
  outline: none;
  border: none;
  padding: 14px 21px;
}

.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.contact-form-name-box{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 479px) {
  .container-fluid {
    flex-direction: column;
  }
}

@media (min-width: 480px){
    .dropdown-menu[data-bs-popper] {
  right: -200%;
  left: -200%;
}

.block__contact-item{
    flex-direction: row-reverse;
}
}

@media (max-width: 767px){
.dropdown-menu[data-bs-popper] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

  .hero-row{
    flex-direction:  column;
    gap: 18px;
  }

  .about-us-row{
    flex-direction:  column;
    gap: 18px;
  }

  .hw-row{
 flex-direction:  column;
  gap: 18px;
}

.footer-row{
  flex-direction:  column;
  gap: 27px;
}

.form-btn button{
  width: 90%;
}

.button-page-wr button{
  width: 90%;
}

.services-img{
  margin-bottom: 18px;
}
}

@media (min-width: 768px){
.hero-img{
  width: 350px;
  height: 350px;
}

.hero-row{
  flex-direction:  row-reverse;
    gap: 0;
  }

.about-us-row{
  flex-direction:  row-reverse;
    gap: 0;
  }

.services-item{
  display: flex;
  flex-direction:  column;
  gap: 18px;
}

.services-img{
  flex: 1
}
.block--services-description{
  flex: 2
}

.block--services-container{
  flex: 1;
}

.services-row{
  flex-direction: column-reverse;
}

.articles-item{
  align-items: center;
  height: 100%;
}

.block--articles-row{
  flex-direction: row;
}

.articles-wr{
  flex: 1;
}

  .hw-row{
   flex-direction:  row-reverse;
   gap: 0;
  }

  .footer-row{
    flex-direction:  row-reverse;
    gap: 0;
}


.form-wr{
  width: 70%;
  margin: 0 auto;
}

.testimonial-list{
  flex-direction: row-reverse;
}

.comment-form{
  width: 70%;
  margin: 0 auto;
}

.com-form-name-wr{
  flex-direction: row-reverse;
}

.contact-row{
  flex-direction:  row-reverse;
  gap: 0;
}

.contact-form-row{
  flex-direction:  row-reverse;
}

.partners-list{
  flex-direction: row-reverse;
}

.contact-ind-row{
 flex-direction:  row-reverse;
  gap: 0;
}
}

@media (max-width: 991px){
.container-fluid {
    gap: 18px;
  }

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-item a{
  white-space: break-spaces;
}
}


@media (min-width: 992px){
  .dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
  margin-top: 14px;
}

    .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }

.contact-form-name-box{
  flex-direction:  row-reverse;
}

.size-page{
  width: 100%;
  margin: 0 auto;
  max-width: 627px;
  float: left;
}

}

@media (min-width: 1200px) {
.articles-container{
  flex-direction: column-reverse;
}

.articles-img img{
  width: 220px;
  height: 220px;
}
}


@media(max-width: 520px){
  .main-img .size-img{
    height: auto;
  }
}
.dropdown-item {
  white-space: normal !important;
}