@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');
:root{
--all-bg-body:#f4f5f8;
  --white:white;
--black:black;

--menu-1:rgb(255 127 0);
--menu-2:rgb(46 58 30);
--menu-3:rgba(191, 75, 172);
--menu-4:rgba(255, 99, 71);
--menu-5:rgb(0 89 145); 

--card-1: #ff9f43;
--card-2: #5bdc0f;
--card-3:#7500ff;
--card-4: #FF6347;
--card-5: #87CEFA;

--bg-1:#1a395a;
--bg-2:#8FA66D;
--bg-3:#59014a;
--bg-4:#565659;
--bg-5:rgb(24, 113, 185);
--delay: 0s;
--delay1: 0.2s;
--delay2: 0.4s;
--delay3: 0.6s;

--gap-25-30:29px;
}
::-webkit-scrollbar {
  width: 15px; 
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bg-3); 
  border-radius: 10px; 
  border: 3px solid #f1f1f1; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--card-3);
}


body{
  background-color: var(--all-bg-body);
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
  direction: ltr;
}

ul {
  padding-left: 22px;
  }
  
ul li {
  position: relative;
    }
  
      
button{
      background: none transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
    text-transform: none;
    user-select: none;
    vertical-align: middle;
    }

  *, *:after, *:before { 
    
    box-sizing: border-box; 
    }
    input:focus-visible {
      outline: none;
  
      }
      .row,.row>*{
        padding-left: 0;
        padding-right: 0;
        }
        *:focus:not(.focus-visible) {
          outline: none;
          }
       
  p{
    font-weight: 300;
    line-height: 1.5em;
  }
  html{
    scroll-behavior: smooth;
    }
    h1,h2,h3,h4,h5,h6{
      }
      li{
        padding: 7px 0px;
        }
        h2{
          font-size: clamp(22px, 5vw, 35px);
          }
          h3{
            font-size: clamp(18px, 5vw, 28px);
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    }
    body {
      margin: 0;
      }
      main {
        display: block;
        }
        h1 {
          font-size: 2em;
          margin: 0.67em 0;
          }
          hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible;
            }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
    }
    a {
      text-decoration: none;
      background-color: transparent;
      }
      abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
        }
        b,strong {
    font-weight: bolder;
    }
    code,kbd,samp {
      font-family: monospace, monospace;
      font-size: 1em;
      }
      small {
    font-size: 80%;
    }
    sub,sup {
      font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
    sub {
      bottom: -0.25em;
      }
      sup {
        top: -0.5em;
        }
        img {
          border-style: none;
          }
          button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    }
    button,input {
      overflow: visible;
      }
      button,select {
        text-transform: none;
        }
        button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
    }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
    }
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText;
      }
      fieldset {
        padding: 0.35em 0.75em 0.625em;
        }
        legend {
          box-sizing: border-box;
          color: inherit;
          display: table;
          max-width: 100%;
          padding: 0;
          white-space: normal;
          }
          progress {
            vertical-align: baseline;
  }
  textarea {
    overflow: auto;
    }
  [type="checkbox"],[type="radio"] {
      box-sizing: border-box;
      padding: 0;
      }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
        height: auto;
        }
  [type="search"] {
          -webkit-appearance: textfield;
          outline-offset: -2px;
          }
    [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
    }
    summary {
      display: list-item;
      }
      template {
        display: none;
  }
  [hidden] {
    display: none;
    }
    a:hover{
      transition: all 0.3s;
      }
      
      img {
  max-width: 100%;
  display: block;
  
  }
  p{
    font-weight: 400;
    line-height: 1.4;
    }
    .box-title-edc{
      display: flex;
      justify-content: flex-end;
    }
    .title-edc{
      position: relative;
      display: inline;
      margin: 15px 14px;
      padding: 14px 0;
      
      }
      .title-edc:before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: var(--menu-3);
      }
      .title-edc:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 100%;
        background-color: var(--card-3);
      }
     
    .title-edc-white{
      color:var(--white);
    }
      .bag{
        position: relative;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  }
      .navig-bag{
        position: relative;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  }
header{
 
width: 100%;

}

@keyframes slideIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
#navbar {
 
  position: fixed;
  top: 10px;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 1000;
}


  .navbar {
    height: 80px;
    justify-content: space-between;
    background-color: var(--menu-3);
    display: flex;
    align-items: center;
    padding: 7px 14px;
    color: var(--white);
    border-radius:13px;
}
@media (max-width:991px) {
  .navbar{
    justify-content: space-between;
  }
}
@media (max-width:991px) {
  .dp-n-logo-edc{
    display: none;
  }
}
.logo{
  margin: 0 30px;
}
@media (min-width:992px) {
  .logo-mob{
  display: none;
  }
}
.logo-thumb-edc{
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.logo-img-edc{
  width: 35px;
}


.nav-list li {
    margin: 0 14px;
}

.nav-list a {
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
}
@media (min-width:992px) {

  
  .link-menu-nav-edc:hover{
   opacity: 0.7;
  }
}


.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
@media (max-width:991px) {
  .box-contact-mobile-edc{
    display: flex;
    justify-content: center;
    margin: 25px 0px;
  }
}
@media (min-width:992px) {
  .box-contact-mobile-edc{
   display: none;
  }
}
@media (max-width:991px) {
  .box-contact-thumb-edc{
display: none;
  }
}

.btn-contact-edc{
  padding: 7px;
  background-color: var(--bg-3);
  border-radius: 10px;
  color:var(--white);
}
.btn-contact-edc:hover{
  opacity: 0.8;
}


@media (max-width: 991px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
      z-index: 12;
        display: flex;
        flex-direction: column;
        width:100%;
        position: absolute;
        top: 85px;
        left: 0;
        padding-left: 0px!important;
        background-color: var(--card-3);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        visibility: hidden;
        margin: 0!important;
        border-radius:13px;

    }

    .nav-list.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        margin: 0 15px;
    }

    .nav-list li {
        margin: 20px 0;
        text-align: center;
    }
}
.menu-toggle {
  cursor: pointer;
  display: none; 
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
}

.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-list {
  margin: 0;
  list-style-type: none;
  display: flex; 
  justify-content: space-around;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s; 
}

.nav-list.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; 
}

.nav-list.open {
  display: block;
}

.dropdown-content {
 display: none;
  position: absolute;
  background-color:var(--card-3);
  min-width: 160px;
  z-index: 1;
  transition: all 0.6s ease;
}
.dropdown{
  transition: all 0.6s ease;
}
.dropdown:hover .dropdown-content {
  display: block;


}

.dropdown-content a {
  color: var(--white);
  padding: 14px 15px;
  text-decoration: none;
  display: block;
  background-color: var(--card-3);
  transition: all 0.6s ease;
}



@media (max-width: 991px) {
  .menu-toggle {
      display: block; 
  }

  .nav-list {
   
      display: none; 
      flex-direction: column;
      text-align: center;
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
  }

  .nav-list.active {
      display: block; 
      transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .dropdown-content {
    display: block;
      flex-direction: column;
      position: static;
      transition: all 0.6s ease;
  }

  .dropdown-content.show {
   display: block;
      
  }
}

.sec-hero-edc{
  
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 144px 0px;
  background-color: var(--bg-3);
  
}

@keyframes appear {
  to {
      opacity: 1;
      transform:  translateY(0);
  }
}
.thumb-hero-edc{
  overflow: hidden;
  margin-bottom: 80px;
  opacity: 0;
  transform:  translateY(-20px);
  animation: appear 0.5s ease-out forwards;
}
.title-hero-edc {
  text-align: center;
  color: var(--white);
  opacity: 0;
  transform:  translateY(-20px);
  animation: appear 0.5s ease-out forwards;
}
.txt-slogan-hero-edc {
  text-align: center;
  color: var(--white);
}
.thumb-btn-hero-edc {
  display: flex;
  justify-content: center;
}
.thumb-img-hero-edc {
  position: relative;
  margin-bottom: -170px;
  display: flex;
  justify-content: center;
}
.img-hero-edc {
  max-width: 750px;
  height: 400px;
  opacity: 0;
  transform:  translateY(-20px);
  animation: appear 0.5s ease-out forwards;
  animation-delay: var(--delay);
}
.img-hero-edc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.thumb-stat-hero-edc{
  position: absolute;
  top: -7%;
  bottom: auto;
  left: 0%;
  right: auto;
  justify-content: space-around;
  background-color: var(--card-3);
  display: flex;
  
  gap: 7px;
  border-radius: 20px;
  padding: 22px;
  opacity: 0;
  transform: translateY(-20px);
  animation: appear 0.5s ease-out forwards;
  animation-delay: var(--delay1);
 
}
.thumb-stat-hero-edc1{
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 0%;
  justify-content: space-around;
  background-color: var(--card-3);
  display: flex;
  
  gap: 7px;
  border-radius: 20px;
  padding: 22px;
  opacity: 0;
  transform:  translateY(-20px);
  animation: appear 0.5s ease-out forwards;
  animation-delay: var(--delay2);

}
.thumb-stat-hero-edc2{
  position: absolute;
  top: auto;
  bottom: 23%;
  left: 0%;
  right: auto;
  justify-content: space-around;
  background-color: var(--card-3);
  display: flex;
  
  gap: 7px;
  border-radius: 20px;
  padding: 22px;
  opacity: 0;
  transform:  translateY(-20px);
  animation: appear 0.5s ease-out forwards;
  animation-delay: var(--delay3);

}
@media (max-width:767px) {
  .thumb-stat-hero-edc{
    padding: 8px;
  }
  .thumb-stat-hero-edc1{
    padding: 8px;
  }
  .thumb-stat-hero-edc2{
    padding: 8px;
  }
}

@media (max-width:767px) {
  .box-stat-svg-edc svg{
 width: 54px;
  }
  .box-stat-svg-edc1 svg{
   width: 40px;
  }
  .box-stat-svg-edc2 svg{
    width: 40px;
  }
}

.txt-hero-svg-num-edc{
  text-align: center;
  color: var(--white);
  font-weight: 700;
  margin: 0;
  font-size: clamp(14px,4vw,26px);
}

.txt-hero-svg-name-edc{
  text-align: center;
  color: var(--white);
  font-weight: 400;
  margin: 0;
  font-size: clamp(12px,4vw,20px);
}

.section-main-edc{
  padding: 42px 0px;
}
.main-box-edc{
  margin:15px 30px;
  float: left;
}
.main-img{
  width: 600px;
  height: auto;
  object-fit: contain;
  box-shadow: 0px 4px 8px var(--card-3);
}
@media (max-width:767px) {
  .main-img{
    width: 100%;
}}
@media (max-width:1199.9px) {
  .main-img{
    width: 400px;}
}
.box-price-main-edc{
justify-content: center;

  display: flex;
  
}
.main-price-fng{
  background-color: var(--card-3);
  border-radius: 20px;
  padding: 22px;
}
.price-style-edc{
  color: var(--white);
  font-size: clamp(21px,4vw,36px);
  font-weight: 700;
  margin: 0;
}

.card-link-edc{
  color: var(--black);
  width: 100%;

}
.thumb-blog-edc{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}
.box-card-edc{
  display: flex;
  height: 100%;
}
.card-edc {
  border-radius: 10px;
  filter: drop-shadow(0 5px 10px 0 #ffffff);
  flex-basis: 100%;
  background-color: #ffffff;
  padding: 22px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.6s ease-in;
}
@media (min-width:575px) and (max-width:1199.9px) {
  .card-link-edc {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width:1200px)  {
  .card-link-edc {
    flex-basis: calc(25% - 30px);
  }
}

.card-edc::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  background: var(--card-3);
  height:100%;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card-edc:hover::before{
    transition-delay:0.2s ;

  transform: scale(40);
}

.card-edc:hover{
    color: #ffffff;

}

.card-edc p{
    padding: 10px 0;
}
.card-edc{
  margin: 0;
}

.sec-article-edc{
  padding: 42px 14px;
  background-color: #f4f5f8;
}
.thumb-article-edc{
gap: var(--gap-25-30);
  display: flex;
  flex-wrap: wrap;
}

.box-article-edc {
  position: relative;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 38px;
  width: 100%;
  
border-radius: 30px;
}
@media (max-width:575px) {
  .box-article-edc {
    padding: 15px;
  }
}
@media (min-width:992px) {
  .box-article-edc{
    padding: 20px;
    width: calc(50% - 30px);
}}
.title-article-edc{
  text-align: center;
  color: var(--black);
}
.title-article-edc:hover{
  color: var(--card-3);
}
.thumb-img-link-article-edc {
  display: flex;
  flex-direction: column-reverse;

}
@media (max-width:767px) {
  .thumb-img-link-article-edc{
    align-items: center;
    flex-direction: column-reverse;
  }
}
.img-article-edc {
  position: relative;
  width: 100%;
  height:320px ;
  overflow: hidden;
}
.img-article-edc::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.img-article-edc:hover::before {
  animation: shine 1.5s forwards;
}

.img-article-edc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

  .thumb-link-article-edc {
    display: flex;
    margin:20px 0px;
    text-align: start;
  }

.testi-section-edc{
  overflow: hidden;
  padding: 42px 0p;
  background-color: #f4f5f8;
  }
  @media (max-width:575px) {
    .testi-section-edc{
      overflow: hidden;
      padding: 25px 0px;}
}
.testi-title-edc{
  margin: 42px 14px;
  }
  .slider-container {
    
    width: 100%;
    position: relative;
    }
    @media (max-width:767px) {
      .slider-container {
        padding: 0px 15px;
        }
        }
        @media (min-width:768px) {
          .slider-container {
            
            max-width: 600px;}
            }
            
            .slides-wrapper{
              display: flex;
              width: 100%;
              
              
              }
    @media (max-width:767px) {
      .slides-wrapper{
 align-items: center; 
        flex-direction: column;
        gap: 30px;
    }}
    @media (min-width:768px) {
      .slides-wrapper {
        animation: scrolls 10s linear infinite;}
        }
        
    .slide {
          border: 1px solid var(--c-3);
  height:350px;
  width: 100%;
  
    flex-shrink: 0;
    
    margin: 0 10px;
    
    }
    
    @media (min-width:768px) {
      .slide {
        height: 350px;
        min-width: 450px;
        width: 550px;
        
        } 
        }
        
        @keyframes scrolls {
          0% {
            transform: translateX(0);
            }
            100% {
              transform: translateX(-100%);
              }
              }
             
.txt-comment-edc{
   font-size: 16px;
     color: var(--black);
    text-align: start;
                }
    .box-slider-edc{
  position: relative;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:var(--white);

}
.skob-edc{
  position: absolute;
     top: -18px;
  left: 7%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  }
.skob2-edc{
   position: absolute;
      top: -18px;
      left: 17%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  }
  @media (max-width:575px) {
    .skob2-edc{
      
      
      left: 25%;}
      }
      
      .box-slider-edc:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    opacity: 1;
    transition: opacity .4s cubic-bezier(0.75, 0, 0.25, 1);
    }
    
    .box-slider-edc:hover:after {
      opacity: 1
      }
      .thumb-star-edc{
        display: flex;
  gap: 5px;
  }
  .star-edc{
    fill: var(--bg-3);
    width:24px;
    height: 24px;
    }
    .name-testi-edc{
      margin: 10px 0px;
      font-size:clamp(16px,4vw,21px);
      font-weight: 400;
      color: var(--black);
      }
      .job-name-testi-edc{
        font-size:clamp(14px,4vw,18px);
        font-weight: 400;
        color: var(--black);
        margin: 0;
        }

.sec-about-edc{
  padding: 42px 0px;
}
.thumb-aboutus-edc{

  flex-direction: row;
  overflow: hidden;
  position: relative;
  background-color: var(--bg-3);
  display: flex;
  border-radius: 30px;

}
@media (max-width:991px) {
  .thumb-aboutus-edc{
    flex-direction: column-reverse;
  }
}
.svg-aboutus-pos-edc{
  position: absolute;
  bottom: 0;
  right: -30%;
  display: inline-block;

}
.svg-aboutus-pos-edc svg{
  animation: rotation 30s infinite linear;
  width: 793px;
  height: 793px;
} 
@media (max-width:575px) {
  .svg-aboutus-pos-edc svg{
display: none;
  }}
@media (max-width:767px) {
  .svg-aboutus-pos-edc svg{
    width: 550px;
    height: 550px;
}}
@media (min-width:768px) and (max-width:991px) {
  .svg-aboutus-pos-edc svg{
    width: 450px;
    height: 450px;
}}
@keyframes rotation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.box-aboutus-text-edc{
  padding: 25px;
  flex: 1;

}
.btn-aboutus-edc{
  display: flex;
}
.aboutus-txt-edc{
  color:var(--white)
}
.title-aboutus-edc{
  color: var(--white);
}
.text-aboutus-main-edc{
  color: var(--white);
  font-size: clamp(18px,4vw,21px);
  font-weight: 400;
}
.text-aboutus-main-edc p{
  color: var(--white);
  font-size: clamp(18px,4vw,21px);
  font-weight: 400;
}
.thumb-aboutus-benef-edc{
  position: relative;
  padding: 14px;
  flex: 1;
  display: flex;
  gap: var(--gap-25-30);
  flex-direction: column-reverse;

}
.box-aboutus-benef-edc{
  border-radius: 16px;
  padding: 14px;
  background-color: var(--card-3);
  transition: transform 0.3s ease;
}
.box-aboutus-benef-edc:hover{
  transform: translateY(-10px);
}
.svg-box-svg-benef-edc svg {
  width: 35px;
  fill: var(--bg-3);
}

.forms-contacts-edc{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.forms-contacts-edc label{
  color: var(--white);
}
.input-group--container_block{
  background-color: var(--menu-3);
  color: var(--white);
  padding: 14px;
  border: 2px solid var(--card-3);
  border-radius: 5px;
var(--card-3);
}

.input-group--container_block:focus {
  color: var(--white);
  background-color: #212121;
  outline-color: var(--card-3);
  box-shadow: -3px -3px 15px var(--card-3);
  transition: .1s;
  transition-property: box-shadow;
}
.textarea-group--container_block{
  background-color: var(--menu-3);
  color: var(--white);
  padding: 14px;
  border: 2px solid var(--card-3);
  border-radius: 5px;
  var(--card-3);
}

.textarea-group--container_block:focus {
  color: var(--white);
  background-color: #212121;
  outline-color: var(--card-3);
  box-shadow: -3px -3px 15px var(--card-3);
  transition: .1s;
  transition-property: box-shadow;
}

.input-group--container_block::placeholder{
color: var(--white);
}
.textarea-group--container_block::placeholder{
color: var(--white);
}
@media (max-width:575px) {
  .input-group--container_block::placeholder{
    font-size: 14px;
    }
    .textarea-group--container_block::placeholder{
      font-size: 14px;
    }
}
.checkbox-box-edc{
  margin: 15px 0px;
}
.label-check-edc{
  color: var(--white);
}
.confcolor{
  color: var(--white);
}
.input{
  background-color: var(--menu-3);
  color: var(--white);
  padding: 14px;
  border: 2px solid var(--card-3);
  border-radius: 5px;
var(--card-3);
}

.input:focus {
  color: var(--white);
  background-color: #212121;
  outline-color: var(--card-3);
  box-shadow: -3px -3px 15px var(--card-3);
  transition: .1s;
  transition-property: box-shadow;
}

.sec-faq-edc{
  padding: 42px 15px;
}
.bg-faq-edc{
  background-color: var(--bg-3);
  border-radius: 30px;
}
.container {
  display: flex;
  margin: 0 auto;
  padding: 4rem;
gap:var(--gap-25-30);
flex-direction:  row;
}
@media(max-width:575px)  {
  .container {
   
    padding: 1rem;}
}
@media (max-width:991px) {
  .container {
    flex-direction: column-reverse;
  }
}
@media (min-width:992px) {
  .container {
    align-items: center;
  }
}
.title-faq-white-edc{
  color: var(--white);
}
@media (min-width:992px) {
  .box-faq-form-edc{
   width: 40%;
  }
  .box-faq-acord-edc{
    text-align: center;
        margin: 0 auto;
    width: 60%;}
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--menu-3);
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--menu-3);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--card-3);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--card-3);
  border: 1px solid var(--card-3);
}
.accordion-title{
  font-size: clamp(18px,4vw,24px);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: var(--card-3);
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: clamp(15px,4vw,18px);
  margin: 2em 0;
  color: var(--white);
}

.sec-how-work-edc{
  padding: 42px 15px;
}
.bg-sec-how-work-edc{
  padding: 150px 0px;
  background-image: url(portrait/renders_header_67dbff38559db0.86578396.jpg);
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  background-attachment: fixed;
  border-radius: 30px;

}
.title-how-work-edc{
  text-align: start;
  color: var(--white);
}
.thumb-how-work-edc{
  padding: 32px;
  background-color: var(--bg-3);
  border-radius: 30px;

}
.thumb-how-work-item-edc{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}
.box-how-work-item-edc{
  position: relative;
  overflow: hidden;
  padding:  14px;
  display: flex;
  flex-direction: column;
    align-items: center;
  width: 100%;
  background-color: var(--card-3);
  border-radius: 30px;
}
.box-how-work-item-edc::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.box-how-work-item-edc:hover::before {
  animation: shine 1.5s forwards;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width:768px) {
  .box-how-work-item-edc{
    width: calc(33.33% - 30px);
}}
.box-how-work-item-edc:hover{
transform: scale(1.01);
}
.svg-how-work-item-edc{
  width: 65px;
  color: var(--white);
}
.txt-how-work-item-edc{
  text-align: center;
  color: var(--white);
  font-size: clamp(18px,4vw,20px);
}
.txt-how-work-footer-edc{
  text-align: center;
  color: var(--white);
  font-size: clamp(20px,4vw,24px);
}

.sec-footer-edc{
  padding: 45px 0px;
  background-color: transparent;
}
.border-footer-edc{
  border-bottom: 1px solid var(--bg-3);
}
.thumb-footer-main-edc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:991px) {
  .thumb-footer-main-edc{
    flex-direction: column;
    margin: 25px 0px;
    gap: var(--gap-25-30);
  }
}
.link-footer-logo-edc{
  font-size:clamp(18px,4vw,24px);

  color: var(--black);
}
.link-footer-logo-edc:hover{
  color: var(--card-3);
}
.logo-footer-edc{
  display: flex;
  gap: 10px;
  align-items: center;
}
.logo-footer-edc img{
width: 35px;
}
.menu-footer-edc{
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
}
@media (max-width:575px) {
  .menu-footer-edc{
    flex-direction: column;
  }
}
.link-footer--edc{
  color: var(--black);
  font-size:clamp(16px,4vw,21px);

}
.link-footer--edc:hover{
  color: var(--card-3);
}
.thumb-link-number-mail-edc{
  display: flex;
  gap:60px;
  justify-content: flex-end;
}
@media (max-width:575px) {
  .thumb-link-number-mail-edc{
    flex-direction: column;
    align-items: center;
    gap:0;
}
  }

.link-number-mail-edc{
  word-break: break-all;
  text-align: center;
  color: var(--black);
  font-size:clamp(16px,4vw,21px);

}
.link-number-mail-edc:hover{
  color: var(--card-3);

}
.txt-copy-edc{
  text-align: center;
}
.name-site-copy-edc{
  font-size:clamp(18px,4vw,24px);
  color: var(--card-3);

}

.pos-col-edc{
  display: flex;
  flex-direction: column-reverse;
}
.sec-contact-page-edc{
  padding: 45px 15px;
}
.bg-contacts-page-edc{
  background-color: var(--bg-3);
  border-radius: 30px;
}
.form-page-edc{
  margin: 0 auto;
  padding: 25px 0px;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-contact-page-edc{
  text-align: center;
}
.thumb-btn-contact-page-edc{
  display: flex;
  justify-content: center;
}
.input::placeholder{
  color: var(--white);
  }
  .textarea::placeholder{
  color: var(--white);
  }
  @media (max-width:575px) {
    .input::placeholder{
      font-size: 14px;
      }
      .textarea::placeholder{
        font-size: 14px;
      }
  }
 
  .input{
    background-color: var(--menu-3);
    color: var(--white);
    padding: 10px;
    border: 2px solid var(--card-3);
    border-radius: 5px;
  var(--card-3);
  }
  
  .input:focus {
    color: var(--white);
    background-color: #212121;
    outline-color: var(--card-3);
    box-shadow: -3px -3px 15px var(--card-3);
    transition: .1s;
    transition-property: box-shadow;
  }
  .sec-adress-edc{
    padding: 45px 0px;
  }
  .svg-adress-edc{
    width: 25px;
    fill: var(--card-3);
  }
  .link-adress-page-edc{
    word-break: break-all;
    color: var(--black);
  }
  .link-adress-page-edc:hover{
    color: var(--card-3);
  }
  .adress-page-edc{
    display: flex;
  }
  .thumb-adress-page-edc{
    display: flex;
    gap: var(--gap-25-30);
  }
  @media (max-width:767px) {
    .thumb-adress-page-edc{
      flex-direction: column-reverse;
    }
  }
  .box-contacts-page-adr-maps-edc{
    flex: 1;
  }
  .thumb-adress-svg-page-edc{
    display: flex;
    gap: 10px;
    align-items: center;
  }

.section-privacy-edc{
  word-break: break-all;
  padding: 45px 0px;
}

  .knop-1{
    display: block;

    border: 1px solid var(--card-3);
    color: var(--white);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 60px;
    align-items: center;
    padding: 14px;
    font-weight: 400;
    line-height: 1em;
    transition: all .2s;
  }
  .knop-1:hover{
    background-color: var(--card-3);
    color: var(--white);
  }
.knop-2{
  text-align: center;
    font-family: inherit;
    display: inline-block;
  padding: 10px 15px;
    line-height: 1.3;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--card-3);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 400;
    color: var(--white);
    

   }
   
   .knop-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--card-3);
    height: 150px;
    width: 200px;
    border-radius: 50%;
   }
   
   .knop-2:hover {
    color: #fff;
   }
   
   .knop-2:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   .knop-2:hover:before {
    top: -30px;
    left: -30px;
   }
   
   .knop-2:active:before {
    background: var(--card-3);
    transition: background 0s;
   }
   .knop-3 {
    display: block;
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: var(--card-3);
    transition: all 0.2s ease;
  }
  
  .knop-3 :active {
    transform: scale(0.96);
  }
  
  .knop-3:before,
  .knop-3:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .knop-3:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, var(--card-3) 20%, transparent 30%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, var(--card-3) 15%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3)20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .knop-3:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, var(--bg-3) 15%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%),
      radial-gradient(circle, var(--card-3) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
 .knop-4 {
    padding: 1.3em 3em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  .knop-4:hover {
    background-color: var(--card-3);
    box-shadow:2px -5px 18px var(--menu-3);
    color: #fff;
    transform: translateY(-7px);
  }
  
  .knop-4:active {
    transform: translateY(-1px);
  }
 .knop-5 {
  text-align: center;
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: var(--card-3);
    z-index: 1;
    background: #e8e8e8;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
   }
   
   .knop-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: var(--card-3);
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .knop-5:hover {
    color: #e8e8e8;
   }
   
   .knop-5:hover::before {
    width: 100%;
   }
.color-black-edc-main{
  color:var(--black);
}