@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size:  20px;
    margin: 0;
    padding: 0px;
}

ul {
  padding-left: 0;
  padding-right: 0;
}
a {
    text-decoration: none;
    color:  black;
}
a:hover {
  color: rgba(15, 15, 15, 0.646);
}
h2 {
  color: orange;
}
h3 {
  color: grey;
  font-size: 18px;
}
.bcg {
  background-color: #f4f4f4;
}
.container {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.padding-style {
    padding: 44px 0;
}

.section-container-head {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(234 234 234 / 45%) 100%),  url(' pics/bg_2025-08-07_08-59-510.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -25px, rgba(0, 0, 0, 0.3) 0px 25px 57px -25px;
  }
  
  
.navbar-container{
    display: flex; 
    align-items: center;
    padding: 0;
   }
.header-logo{
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 25px;
    padding: 11px;
  }
.header-logo img{
    height: 57px;
} 
.headline {
color: orange;
font-size: 35px;
}
.head-title-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@keyframes pulse {
  0% { background-color: orange; } 
  50% { background-color: rgba(255, 166, 0, 0.632); } 
  100% { background-color: orange; } 
}

.pulsating-button {
  animation: pulse 2s infinite; 
}
.head-title {
  display: flex;
flex: 1;
}
.head-title p{
  color: rgba(0, 0, 0, 0.722);
  font-size: 28px;
  text-align: center;
  padding: 4px;
  margin: 11px;
  
}
.head-phone-btn {
display: flex;
flex: 1;
justify-content: center;
}
                      
.hero-button {
  white-space: normal;
  width: 100%;
}
.dropdown-item a:hover{
  background-color: none;
}
.navbar-wrap {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-between;    
    flex-wrap: wrap; 
    padding: 15px;
   }
   .navbar-wrap .nav-link {
    text-decoration: none;
    padding: 4px;
    margin: 0 11px; 
    display: flex; 
    color: rgb(104, 103, 103);
    transition: text-decoration 0.6s ease-out;
}
.navbar-wrap .nav-link:hover{
    background-color: rgb(104, 103, 103);
    color: rgb(239, 238, 238);
    transform: scale(1.1); 
    transition: transform 0.3s ease; 
    }
.nav-list {
  list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.drop-link {
  display: block;
  width: 100%;
}
.dropdown-item:active {

  background-color: grey;
}

.main-image {
  display: flex;
    align-items: center;
    justify-content: center;

}
.service-section-container,
.articles-section-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 25px;
  }
  .service-title-span,
  .articles-title-span {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
  .color-text,
  .articles-title-pop {
    color: orange;
    margin-bottom: 25px;
  }
    .service-title {
      display: flex;
      align-items: center; 
      margin: 25px 7px;
      position: relative;
      flex: 1;
      justify-content: center;
      text-align: center;
      color: grey;
      font-size: 20px;

    }
    .working-blockss,
    .articles-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .articles-items {
      gap:25px;
    }
    .articles-item {
      background-color: #060606;
    }
    .working-blockss .working-blocks,
    .articles-items .articles-item {
    flex: 1;
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:  space-between;
    color: white;
    margin: 25px;
    transition: transform 0.4s ease; 
    }
    .working-blockss  .blue,
    .articles-items .blue{
     background-color:  #33E3FF;
    }
    .working-blockss  .violet,
    .articles-items .violet{
      background-color: violet;
    }
    .working-blockss  .pink,
    .articles-items .pink{
      background-color: #9733FF;
    }
    .working-blockss  .red,
    .articles-items .red{
      background-color: #FF336C;
    }
    .articles-item {
      padding-bottom: 25px;
    }
    .working-blocks-rev {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .working-blocks svg {
    margin: 25px;
    }
    .service-img {
    width: 150px;
    height: 150px;
    border-radius: 99px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -25px 24px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 25px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 2px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 15px 8px, rgba(0, 0, 0, 0.09) 0px 32px 15px;
    object-fit: cover;
    margin: 11px;
    }
    .articles-img{
      width: 100%;
      height: 120px;
      object-fit: cover;
    }
    .service-title-item {
      width: 100%;
      background:  rgb(255 255 255 / 50%);
    }
    .articles-title {
      display: flex;
      align-items: center; 
      margin: 25px 7px;
      position: relative;
      flex: 1;
      justify-content: center;
      text-align: center;
      color:  rgb(255, 255, 255);
      font-size: 20px;
    }
    .articles-title:hover {
      color: rgba(255, 255, 255, 0.792);
    }
   
    .service-title:hover {
     color: rgb(85, 82, 82);
    }
    .service-text {
      margin: 15px;
      padding: 11px;
      text-align: center;
    }
    .articles-text {
      padding: 15px;
      text-align: start;
    }
  .articles-text {
    color: rgb(255, 255, 255);
    background: #ffffff7c;
    width: 100%;
  }
    .working-blockss .working-blocks:hover{
      transform: scale(1.1);
    }
    .button-service {
      position: relative;
      top: 11px;
    }
    
    
    .gallery-title span {
      display: flex;
      width: 80px;
      height: 2px;
      background-color: #00A959;
       }
       .gallery-container {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         text-align: center;
       }
       .gallery-title{
         display: flex;
         flex-direction: column;
         align-items: center;
       }
     .gallery-text {
         display: flex;
         align-items: center;
         margin: 25px;
         justify-content: center;
         align-content: center;
         color: orange;
     }
       .gallery-items {
         display: flex;
         flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         margin-top: 25px;
       }
       .gallery-items a {
         width: 300px;
         height: 300px;
         margin: 11px;
         overflow: hidden;
       }
       .gallery-items a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(2); 
      transition: transform 1s ease;
     }
     .gallery-items a img:hover{
       transform: scale(1.4);
     }
     .main-flex {
      display: flex;
      flex-direction: column;
      align-items: center;
     }
     .main-content {
      padding: 25px;
     }
     .main-img {
      max-width: 100%;
      object-fit: contain;
      height: 451px;
      filter: grayscale(100%);
      transition: filter 0.4s ease;
     }
     .main-img:focus,
     .main-img:hover {
    filter: none;
     }
     .container-price{
      display: flex;
     }
     .price {
    padding: 25px;
    color: orange;
     }
     .our-worker-title-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 25px;
    }
    .our-worker-title {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
      text-align: center;
      color: orange;
    }
    .our-worker-items {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: row;

    }
   
    .our-worker-item{
      margin: 11px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .worker-avatar {
      width: 300px;
   height: 400px;
      transition: border-radius 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .shadow:hover {
      box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
                  0 0  0 2px rgb(190, 190, 190),
                  0.3em 0.3em 1em rgba(0,0,0,0.3);
     }
    .our-worker-item img {
   width: 300px;
   height: 400px;
   object-fit: cover;
   filter: grayscale(100%);
  transition: filter 0.4s ease;
    }

    .our-worker-item img:hover {
      filter: none;
    }
    .worker-avatar:hover{
      box-shadow: rgba(190, 109, 16, 0.309) 0px 2px 8px;
    }
    .worker-title {
      width: 200px;
      height: 100px;
      position: relative;
top: -50px;
background-color: white;
    }
    .worker-title:hover{
      box-shadow: rgba(190, 109, 16, 0.309) 0px 2px 8px;}
 
  .worker-title p{
    margin: 11px;
  }
  .worker-title-name{
    font-size: 18px;
    color:  grey;
  }
  .worker-title-job{
    font-size: 12px;
    color: rgba(128, 128, 128, 0.832);
  }
  .container-reviews {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .reviews {
    display: flex;
    align-items: center; 
    min-width: 0;
   }
   .reviews-cusrtomer {
    text-align: center;
   }
   .reviews-title {
    text-align: center;
   }
  .content {
    margin: auto;
    padding: 25px;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
  }

  .slick-prev:before, .slick-next:before  {
    color: orange;
  }
  .slick-dots li.slick-active button:before{
    color: orange;
  }
  .slick-track {
    display: flex;
    align-items: center;

    transform: translate3d(0px, 0px, 0px);

  }
  .single-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    min-width: 0;

  }
  .card {
    display: flex;
    flex-direction: column;
    align-items: center; 
    position: relative;
    background-color: white;
    padding: 25px;
    margin: 34px 0px;
    max-width: 700px;
    border: 2px solid rgba(167, 164, 164, 0.639);
    transition: transform 0.8s ease-in-out;
    opacity: 1;
   
    direction: initial;  
  }

  .card.active {
    display: flex;
    }
   .card.hidden {
    transform: translateX(-100%);
    opacity: 0;
   }
   .hidden {
    position: absolute;
   }
  .card:hover{
    border: none;
    box-shadow: rgba(190, 109, 16, 0.309) 0px 2px 8px;
  }
  
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
   
    grid-gap: 1rem;
    gap: 1rem;
  }
  .reviews-title {
    text-align: center;
    margin-top: 25px ;
  }
  .reviews-title-text{
    margin: 25px 0;
  }
  .header .image {
    position: absolute;
    top: -34px;
  }
  .reviews-img {
    border-radius: 99px;
    width: 74px;
    height: 74px;
  }
  
  .stars {
    display: flex;
    justify-content: center;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    color: rgb(245, 241, 7);
  }
  
  .stars svg {
    height: 1rem;
    width: 1rem;
  }
  
  .name {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(117, 115, 115);
  }
  .message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    color: rgb(117, 115, 115);
  }

.form-container{
  display: flex;
  flex-direction: column;
  align-items: center; 
  min-width: 0;
}
.container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}
  
.form-write-us {
  color: grey;
  text-transform: inherit;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  font-weight: 700;
  font-size: 25px;
}
.form-write-us:hover{
  color: orange;
}
.card-form {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 width: 80%;
  flex-direction: column;
  gap: 25px;
  background: white;
  box-shadow: 15px 15px 32px #c8c8c8,
        -15px -15px 32px #fefefe;
  border-radius: 10px;
  padding: 25px 0 ;
}

.inputBox {
  position: relative;
  width: 90%;
}

.inputBox input {
 width: 100%;
  
  padding: 4px;
  outline: none;
  border: none;
  color: grey;
  font-size: 12px;
  background: transparent;
  text-transform: inherit;
  border-bottom: 2px solid grey;
  transition: 0.1s;
}

.input-control__item-section{
  width: 90%;
  
  padding: 4px;
  outline: none;
  border: none;
  color: grey;
  font-size: 12px;
  background: transparent;
  text-transform: inherit;
  border-bottom: 2px solid grey;
  transition: 0.1s;
}
.textarea-control__item-section {
  width: 90%;
  
  padding: 4px;
  outline: none;
  border: none;
  color: grey;
  font-size: 12px;
  background: transparent;
  text-transform: inherit;
  border-bottom: 2px solid grey;
  transition: 0.1s;
}
.dop {
  flex: 1;
}


.contacts-maps {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 25px 0;
  padding: 11px;
}
.footer-contact-section {
  border-top: 2px solid white ;
}

.footer-contacts-items{
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  
}
.footer-contacts-items svg {
margin: 11px;
padding-left: 0;
text-align: center;
color: orange;
}
.footer-contacts-items svg:hover {
  color: grey;
}
.footer-contacts-items a{
  color: black;
}
.footer-contacts,
.footer-maps {
  flex: 1;
  padding: 0 11px; 
}
.footer-contact-section {
  display: flex;
  flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px;
    background-color: rgba(128, 128, 128, 0.644);
}
.bcg-logo {
  background-color: rgba(255, 255, 255, 0.674);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -25px, rgba(0, 0, 0, 0.3) 0px 25px 57px -25px;
}
.nav-list-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
 
}

.nav-link-menu {
  font-size: 15px;
  text-align: center;
}
.footer-addres-item,
.footer-logo-item,
.footer-menu-item {
  display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.footer-size {
  font-size: 21px;
}
.section-privacy {
  border-top: 2px solid white;
  background-color: rgba(128, 128, 128, 0.644);

}
.footer-rights{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.footer-privacy {
  color: #c88304;
}
.footer-privacy:hover {
  color: grey;
}
.footer-privacy-rev {
  display: flex;
}
.navbar-wrap .nav-link-footer {
  text-decoration: none;
  text-align: center;
  padding: 4px;
  margin: 0 11px;
  display: flex;
  color: black;
  transition: text-decoration 0.6s ease-out;
}
.navbar-wrap .nav-link-footer:hover{
  background-color: rgb(104, 103, 103);
  color: rgb(239, 238, 238);
  transform: scale(1.1); 
  transition: transform 0.3s ease; 
  }
.nav-link-menu:hover {
  color: grey;
}

.osn-form{
  margin: 44px 0;
  border-radius: 11px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 54px, rgba(0, 0, 0, 0.12) 0px -12px 25px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 12px, rgba(0, 0, 0, 0.09) 0px -2px 4px;
}

.submit-form{
  margin: 0 auto;
}

.titleStay{
  padding-bottom: 25px;
}
.input-container {
  position: relative;
}

.input-container .input-control__item-section, .input-container .textarea-control__item-section, .form button {
  outline: none;
  margin: 11px 0;
}

.input-container .input-control__item-section {
  background-color: #fff;
  padding: 25px;
  padding-right: 48px;
  font-size:  15px;
  line-height: 1.25rem;
  width: 100%;
  border: none;
  border-bottom: 2px solid #c3c5c6;
}

.input-container .textarea-control__item-section {
  border: 2px solid #e5e7eb;
  background-color: #fff;
  padding: 25px;
  padding-right: 48px;
  font-size:  15px;
  line-height: 1.25rem;
  width: 100%;
  border: none;
  border-bottom: 2px solid #c3c5c6;
}

.check{
  text-decoration: underline;
  color: #220E24;
}

.form-check {
  display: flex;
  gap: 11px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
margin: 0;
}

@media screen and (min-width: 480px) {
    .container {
      max-width: 480px;
    }
  }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }


  @media (max-width: 1199px) {
    .navbar> .container {
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .navbar-container {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 50;
    }
    .header-logo {
      display: flex;
      align-items: center;
      margin: 11px;
      padding: 15px;
      text-align: center;
    }
    .head-title-phone {
      flex-direction: column!important;
    }
    .nav-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: auto;
        }
   
      .navbar-wrap a {
        margin: 0 0 11px 0;
       
      } 
    .dropdown-menu {
      width: 300px; 
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: auto;
      margin-top: 0;
    }
     .drop-link {
      white-space: normal;
     }
    
      .head-title {
        flex-direction: column !important;
        margin-bottom: 25px;
      }
      .service-section-container {
        flex-direction: column !important;
      }
      .working-blockss{
        justify-content: center !important;
      }
    
       .container-reviews {
        flex-direction: column !important;
       }
       .footer-contact-section {
        flex-direction: column !important;
  }
  .footer-contacts-items {
    align-items: center !important;
  }
}
  @media (max-width: 768px) {
    .articles-items {
      flex-direction: column !important;
    }
    .card-form {
      width: 100%;
    }
     .contacts-maps {
      flex-direction: column !important;
     }
  }
  @media (max-width: 420px) {
.navbar>.container{
   justify-content: center; 
}
.nav-list {
    flex-direction: column;
}
  }

  .button-1 {
    padding: 15px 25px;
    font-size: 15px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
  }
  
  .button-1::after,
  .button-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
  }
  
  .button-1::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: orange;
    border-radius: 11px;
  }
  
  .button-1::after {
    transform: translate(11px, 11px);
    width: 34px;
    height: 34px;
    background: #de4d0e0a;
    backdrop-filter: blur(4px);
    border-radius: 10px;
  }
  
  .button-1:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
  }
  
  .button-1:hover::after {
    border-radius: 11px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  
  .button-1:active::after {
    transition: 0s;
    transform: translate(0, 5%);
  }
  .button-2 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 10px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 12px -2px,#D6D6E7 0 -2px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
   }
   
   .button-2:focus {
    box-shadow: #D6D6E7 0 0 0 1.4px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 12px -2px, #D6D6E7 0 -2px 0 inset;
   }
   
   .button-2:hover {
    box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 12px -2px, #D6D6E7 0 -2px 0 inset;
    transform: translateY(-2px);
   }
   
   .button-2:active {
    box-shadow: #D6D6E7 0 2px 7px inset;
    transform: translateY(2px);
   }
  
   .button-3 {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    border-radius: 10px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 18px;
    padding: 11px 25px;
   }
   
   .button-3:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.4s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #daa505c6;
    }
   
    70% {
     box-shadow: 0 0 0 11px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }
    
   .button-4 {
    text-decoration: none;
    position: relative;
    border: none;
    font-size: 12px;
    font-family: inherit;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 300%;
    border-radius: 10px;
    z-index: 1;
  }
  .button-4:hover {
    animation: ani 8s linear infinite;
    border: none;
  }
  
  @keyframes ani {
    0% {
      background-position: 0%;
    }
  
    100% {
      background-position: 400%;
    }
  }
  
  .button-4:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 400%;
    border-radius: 10px;
    transition: 1s;
  }
  
  .button-4:hover::before {
    filter: blur(25px);
  }
  
  .button-4:active {
    background: linear-gradient(32deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
  }
    
     .button-5 {
      position: relative;
      padding: 12px 32px;
      font-size: 15px;
      font-weight: 700;
      text-transform: inherit;
      color: #000;
      background-color: #fff;
      border: none;
      border-radius: 10px;
      overflow: hidden;
      z-index: 1;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }
    
    .button-5:hover {
      transform: scale(1.05);
      color: #000;
      box-shadow: 0 11px 25px rgba(0, 0, 0, 0.2);
    }
    
    .button-5:active {
      transform: scale(0.9);
    }
    
    .button-5::before {
      content: "";
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #007bff, #00bfff);
      transition: all 0.85s ease-in-out;
      z-index: -1;
      border-radius: 10px;
    }
    
    .button-5:hover::before {
      right: 100%;
    }
    .button-6 {
      padding: 15px 25px;
      font-size: 15px;
      background: transparent;
      border: none;
      position: relative;
      color: #f0f0f0;
      z-index: 1;
    }
    
    .button-6::after,
    .button-6::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -99999;
      transition: all .4s;
    }
    
    .button-6::before {
      transform: translate(0%, 0%);
      width: 100%;
      height: 100%;
      background: #28282d;
      border-radius: 11px;
    }
    
    .button-6::after {
      transform: translate(11px, 11px);
      width: 34px;
      height: 34px;
      background: #ffffff15;
      backdrop-filter: blur(4px);
      border-radius: 10px;
    }
    
    .button-6:hover::before {
      transform: translate(5%, 20%);
      width: 110%;
      height: 110%;
    }
    
    .button-6:hover::after {
      border-radius: 11px;
      transform: translate(0, 0);
      width: 100%;
      height: 100%;
    }
    
    .button-6:active::after {
      transition: 0s;
      transform: translate(0, 5%);
    }
    
    .content-block {
      padding: 25px;
    }

    .dop-page-formPadd{
      padding: 85px 0;
    }

    iframe{
      border: 0;
    }

    .dopClassOverflowHid{
      overflow: hidden;
    }

    .single-item{
      direction: initial;
    }

    @media (max-width: 420px){

      .main-img {
        height: auto;
       }
    
    }