@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

:root {
  --white: #fff;
  --black: #080101;
  --accent-color: #ab47bc;
  --dark-text:   #666;  
  --white-section:#00000005;

  
}

.section{
    padding: 60px 0;
   
}

.section-wave{
    padding: 140px 0 0;
}
.section-page{
    padding: 60px 0;
    background: var(--white-section);
    border-top: 1px solid #ececec;
}

.animate-element {
    opacity: 0;
    transform: translateY(21px); 
    transition: opacity 4s ease, transform 4s ease;
  }
  
  .animate-element.visible {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }



.title{
    color: var(--black);
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
   
    margin-bottom: 13px;
}
.subtitle{
    color: var(--accent-color);
    margin-bottom: 21px;
    font-size: 19px;
    font-style: italic;
   
}

.privacy-box .section{
    padding: 13px;
}


.privacy-box p{
  margin-bottom: 13px;
  text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 900;
    text-align: center;
    margin-bottom:  27px;
}
.privacy-box h2{
    font-weight: 500;
    text-align: center;
    margin-bottom:17px ;
}
 .privacy-box table,.privacy-box a{
    word-break: break-word;
    color: inherit;
}


.header__logo{
color: var(--accent-color);
font-size: 16px;
display: flex;
align-items: center;

text-align: left;
gap: 21px;
 transition: all 0.5s;
}
.header__logo:hover{
color: var(--accent-color);
}
.header__logo img{
width: 80px;
max-height: 80px;
padding: 7px;
}
body{
    direction: ltr;
    font-family: 'Source Serif 4', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: var(--white);
}
img{
max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}

.navbar-custom{
    background-color: var(--white);   
    width: 100%;
    border-radius: 0px;
    border-top: 1px solid #ececec;
    z-index: 999;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 0px;
    font-weight: 500;
    transition: box-shadow .2s,height .2s;
    height: 81px;
    padding: 0;
   
   
}
.nav-sticky { 
    position: fixed;
    top: 0px;  
    height: 60px; 
    border-top: 1px solid #ececec;   
    background: var(--white);
    box-shadow: 0 1px 5px rgba(190,190,190,.46);
    -webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
    -moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
    border-color: transparent!important;
    z-index: 4;
    padding: 0;  
    transition: box-shadow .2s,height .2s;
}
.nav-link{
    color: #313131;
    font-weight: 500;
    line-height: 80px;
    font-size: 15px;
    padding: 0;
    transition: .5s; 
}
.nav-sticky .nav-link{
    line-height: 58px; 
    padding: 0;
}
.nav-sticky .header__logo img{
    max-height: 58px;
    transition:  .5s;
    padding: 5px 0; 
    
}



.nav-item:hover .nav-link,.nav-item:focus .nav-link,.nav-item:active .nav-link{
    color: var(--accent-color);
}
.navbar-toggler{
    color: #313131;
    font-size: 21px;
    border: none;
    display: flex;
    gap: 17px;
    align-items: center;
  
   

}
.navbar-toggler:focus{
     box-shadow:none
}
.mob-logo{
    position: relative;
    padding: 0 21px 21px;
}
.mob-logo::before{
    content: "";
    width: 60px;
    height: 1px;
    background: var(--accent-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
}
.dropdown-item a{
    white-space: break-spaces;
    transition: .2s;
    
}
.dropdown-item:hover.dropdown-item a{
    color: var(--accent-color);
}
 
.hero-section{
    position: relative;
    padding: 150px 0 270px;
    background-image: url(assets/img/bg-2025-07-29_08-490.webp);
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
    transition: background .2s,border .2s,border-radius .2s,box-shadow .2s;
    
}
.background-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg,#ffffff 0%,#ab47bc 100%);
    opacity: .85;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.shape{
   overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.bnt-more{
    display: none;
}
.shape-bottom{
    transform: rotate(180deg);
    bottom: -11px;
    
}
.shape-bottom svg{
    height: 60px;
    z-index: -1;
    fill: var(--white);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.hero{
    position: relative;
    flex-direction: row-reverse;
}
.hero h1{
    color: var(--white);
    line-height: 1.3;
    font-size: 31px;
    margin-bottom: 42px;
    text-shadow: rgb(0,0,0) 2px 1px 5px;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }

 .popup video {
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .close {
    position: absolute;
    top: 21px;
    right: 21px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
  }
  .btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-hero{
 
    background: transparent;
   border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 100px;
  }
.footer{
    background: var(--black);
    color: #999;
}
.privacy-wrapper{
    padding: 32px 0 17px;
    border-bottom: 1px solid #4a4a4a;
    text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
   
}
.privacy{
    transition:  .5s;
}
.privacy:hover{
    color: var(--accent-color);
}

.footer-button{
  padding: 21px 0;
  text-align: center;
}
.contact-page{
    background: var(--white-section);
}
.section-contact{
    position: relative;
    padding: 80px 0;
    background-image: url(assets/img/bg-2025-07-29_08-491.webp);
    background-position: top center;
    background-size: cover; 
    background-repeat: no-repeat;

}
.overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;  
    pointer-events: none;  
    background-color: transparent;
    background-image: linear-gradient(180deg,#ab47bc 0%,#ffffff 100%);
    opacity: .65;
    transition: background .2s,border-radius .2s,opacity .2s;
}

.contact-wrapper{
    position: relative;
    display: flex;
    gap: 21px;
    flex-direction:  row-reverse;
}
.contact-item{
    flex: 1;
    direction: ltr;
}
.contact-item:hover .contact-icon i{
    transform: scale(1.1);
}
.contact-box{
    padding: 32px;
    display: flex;
    align-items:  center;
    flex-direction: column;
    gap: 17px;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 40px;   
    
}
.contact-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon i{
    color: var(--accent-color);
    font-size: 41px;
    display: flex;
    transition: all .2s;
}
.contact-infa{
    display: flex;
    gap: 21px;
    flex-direction: column;
    width: 100%;
    align-items:  center;
}

.contact-infa  a{
    word-break: break-all;
}
.contact-infa h3{
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 900;
    color: var(--black);
}
.contact-infa span,.contact-infa a{
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    transition: all 0.5ms;
}
.contact-infa a:focus,.contact-infa a:hover{
    color: var(--accent-color);
}
.section-map{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.map-wrapper {
    height: 500px;	
    width: 100%;				
}
.map-wrapper iframe{
    height: 100%;
    width: 100%;
    border: 0;
}
.form-wrapper{
    display: flex;   
    flex-direction:  row-reverse;
}
.form-wrapper>div{    
    min-height: 570px;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
    
}
.form-img {
    padding: 32px;
    max-height: 100%;
    display: block;
    background-image:linear-gradient( to right, #0000004D, #0000004D), url(assets/img/bg-2025-07-29_08-492.webp);
    background-position: top center;
    background-size: cover; 
    background-repeat: no-repeat;     
    
}

.contact-form{
 background-color: #f0f2f8;
 border-radius: 5px;
}
.form-bg{
    width: 100%;
    height: 100%;
    background:  url(assets/img/mask-bg-2025-07-22_08-490.png);
    background-position: center;
    background-size: cover; 
    padding: 32px;
}
.form-box{
    gap: 17px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-input,.input-custom-row_section,.textarea-custom-row_section{
    padding: 11px 21px;
    width: 100%;
   border-radius: 5px;
    border: 1px solid #DEDEDE;
    color: var(--black);
    outline: none;
}
.textarea-custom-row_section{
    min-height: 150px;
}
.input-container{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.box-inr{
    padding: 21px 32px;
}
.contact-title{
    color: var(--black);
    margin-bottom: 42px;
    text-align: center;
    font-weight: 500;
}
.grup-form{
    display: flex;
    margin-top: 21px;
    gap: 21px;
   flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
}
.form-check-label a{
    text-decoration: underline;
    transition: all 0.5ms;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.contact-form-check{
    display: flex;
    align-items: center;
    gap: 13px;
}
.section-about{
    margin-top: -150px;
    position: relative;
    margin-bottom: 0;
    padding: 0 0 42px;
}
.about{
    display: flex;
    flex-direction:  row-reverse;
}
.about>div{
    width: 50%;
}
.aus-block{
    padding: 32px;
    display: flex;
   
    justify-content: center;
}
.aus-block img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 650px;
    border-radius: 21px;
    box-shadow: 0 0 42px 0 rgba(0,0,0,.25);
}
.aus-bloksa{
    padding: 32px;
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    height: 100%;
   
    align-content: flex-start;
}
.aus-infa{
    margin-bottom: 21px;
    
}
.aus-infa__box{
    padding: 180px 0 0 0;
    text-align: left;
}
.section-wave{
    position: relative;
    padding: 140px 0 0;
    background:  #f5f5f5;
}
.shape-top{
    top: -1px;
}
.shape-top svg{
    fill: #fff;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.flex{
    display: flex;
    flex-direction: column;
}
.gallety-grid{
    grid-template-columns: repeat(3,1fr);
    display: grid;
    overflow: hidden;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
   
    margin: 42px 0 -120px;

}
.grid-item{
    position: relative;
    width: 100%;
    background: #f5f5f5;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    border-radius: 15px;
   
}
.grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 260px;
    border-radius: 15px;
}
.grid-item i{
    position: absolute;
    font-size: 28px;
    color: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    
    opacity: 0;
    visibility: visible;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);

}

.grid-item::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
   transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    visibility: visible;
    opacity: 0;
            
    background: var(--accent-color);
}
.grid-item:hover.grid-item::after{
    opacity: .6;
    visibility: visible;
}
.grid-item:hover i{
    opacity: 1;
    visibility: visible;
  
}
.section-reviews{
    padding: 200px 0 70px;
}
.reviews-wrapper{
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}
.review-item{
    display: flex;
    flex-direction: column;
    padding-right: 13px;
    gap: 21px;
    justify-content: center;
}
.review-blockquote{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 16px;
}
.review-blockquote i{
    color: var(--accent-color);
    font-size: 41px;
}
.review-blockquote p{
    font-size: 22px;
    font-style: italic;
    line-height: 1.3;
    color: #111;
}
.review-avatar{
    display: flex;
    align-items: center;
    text-align: center;
    gap: 16px;
    flex-direction: column;
}
.slider__item_star{
  font-size: 26px;
  color:  #ACA22E;
}
.avatar-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    

}
.avatar-box img{
width: 56px;
height: 56px;
border-radius: 50%;
display: block;
}
.review-avatar h3{
   font-size: 16px;
   font-weight: 500;
   color: #111;
}
.slick-prev:before, .slick-next:before {
    color: #4a4a4a;
    opacity: 0;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-wrapper:hover .slick-prev:before, .reviews-wrapper:hover .slick-next:before{
 opacity: 0.6;
}
.main-wrapper{
    padding: 39px 0;
}
.main-wrapper .title{
text-align: center;
margin-bottom: 45px;
}
.main-picture {
    border-radius: 15px;
    float: right;
    width: 36%;
    margin: 17px;
    margin-top: 0;
    margin-right: 0;
}
  
  
.main-content{  
   font-size: 17px;
    line-height: 1.3;   
}
.main-content p{
    margin-bottom: 13px;
    text-indent: 3ch;
}
.main-content ul,ol{
    list-style: inside;
}
  .priceBox{
    display: flex;
    gap: 13px;
    margin: 21px 0 42px;
    justify-content: right;
    font-weight: 500;
    font-size: 25px;
    color:  #ACA22E;
    
}
 .priceBox p{
    text-indent: 0ch;
}
.memor-block{
    display: flex;
    margin-top: 42px;
    flex-direction: row-reverse;
    gap: 17px;
    
   
}
.memor-boxa{   
    flex: 1; 
    display: flex;
    gap: 17px;

}
.thumb-img{
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.thumb-img:hover img{
      transform: scale3d(1.1,1.1,1) translateY(-4%);
}
.thumb-img:hover .memor-infa{
 opacity: calc( 90/100 );
}
.memor-infa{
    position: absolute;
    bottom: 0;   
    left: 0;
    right: 0;
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 17px;   
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #000000 70%);
    opacity: calc( 70/100 );
     transition: all .5s cubic-bezier(0,0,.42,1.21);
}
.blog-title {
    font-size: 16px;
    color: var(--white);
    text-align: left;
}
.blog-meta{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-style: italic;
    color: var(--white);
}
.category::after{
    content: "";
    box-sizing: border-box;
    margin: 0 8px 0 13px;
    background: 0 0!important;
    opacity: .6;
    display: inline-block;
    background: #dedede;
    width: 5px;
    height: 5px;
    transform: translateY(-1px);
    border: 1px solid;
    border-radius: 1px;
}
.thumb-img img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transform: scale3d(1.1,1.1,1) translateY(4%);
    transition: transform .5s cubic-bezier(0,0,.42,1.21);
}
.product-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    margin-top: 40px;
}
.product-item{
    position: relative;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 25px;
    flex-direction:  row-reverse;
}

.product-img{
    display: flex;
    overflow: hidden;
    padding: 32px;
    position: relative;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.product-img img{
    width: 100% !important;
    height: 256px; 
    object-fit: contain;    
    border-radius: 15px;            
     transition: all 1500ms ease-in-out;
}
.product-img:hover img{
 transform: scale(1.05);
}
.product-content{
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.product_prace{
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 26px;
    font-style: italic;
    color: var(--accent-color);

}
.product-title a{
    font-size: 26px;
    color: #111;   
    line-height: 1.3;
    overflow: hidden;
    transition: all .5s cubic-bezier(0,0,.42,1.21);
}
.product-title a:hover{
    color: var(--accent-color);
}
.product-content p{
    color: #666;
    font-size: 16px;
    line-height: 1.4em;
    max-width: 540px;
    width: 100%;
}
.eye{
    display: flex;
    font-size: 16px;
    gap: 5px;
    
}

.stats-cont{
    position: relative;
}
.section-stats{
    background-image: url(assets/img/bg-2025-07-29_08-493.webp);
    background-position: top center;
    background-size: cover; 
    background-repeat: no-repeat;
    color: var(--white);
    padding-bottom: 31px;
}
.section-stats .title, .section-stats .subtitle{
     color: var(--white);
}


.stats-text{
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;

}
.stats-number{
    display: flex;
    gap: 17px;
    flex-direction:  row-reverse;
}
.number{
    flex: 1;
    display: flex;
    gap: 13px;
   justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 5px;
    flex-direction: column;
   
}
.number-count{
    color: #3E432E;
    font-weight: 400;
    font-size: 90px;
    line-height: 1;

}
.number p{
    font-style: italic;
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}
.numbers-blok{
    display: flex;
    flex: 1;
    gap: 13px;
}
.page-content h2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 45px;

}
.container-related{
    margin-top: 32px;
    padding-top: 42px;
    border-top: 1px solid #ececec;
}







@media (max-width: 575px){
   .navbar-toggler{
    width: auto;
   }
   .buton{
    width: 100%;
   }
   .hero h1 {
    font-size: 27px;
   }
   .contact-box{
    justify-content: center;
    padding: 21px;
   }
   .title{
    font-size: 16px;
    letter-spacing: normal !important;
   }
   
   .form-check-label{
    font-size: 11px;
   }
   .form-box .col-md-12{
    padding: 0;
   }
   .aus-bloksa{
    padding: 21px 13px;
   }
   .review-blockquote p{
    font-size: 19px;
   }
   .main-picture{
    float: none;
    width:100%;
    margin: 0 0 21px 0;   
    
   }
  .product-title a{
    font-size: 25px;
  } 
  .product_prace {
    font-size: 25px;
  }
  .numbers-blok{
    flex-direction: column;
   }
   .page-content h2{
    font-size: 19px;
   }
   .box-inr {
    padding: 32px 0;
   }
   .section-wave {
    padding: 100px 0 0;
   }
    
}
    
@media (max-width: 767px){
.hero{
    gap: 21px;
    
   }
   .title{
    font-size: 19px;
    letter-spacing: normal !important;
   }
}
 @media (max-width: 768px){
   .grup-form{
    justify-content: center;
   }
   .hero-section {
     padding: 100px 0 200px;
   }
   
   .hero-content{
    display: flex;
    flex-direction:column;
    text-align: center;
    align-items: center;
   }
   .aus-block{
    padding: 21px 0;
   }
   .aus-infa__box {
    text-align: center;
   }
   .gallety-grid{
     grid-template-columns: repeat(1,1fr);
   }
   .memor-boxa{
    flex-direction: column;
   } 
   .product-content{
    text-align: center;
   }
   .product-img,.product-content{
    padding: 13px;
   }
   .related-list{
    gap: 21px;
   }
}
@media (min-width: 575px) and (max-width: 768px){
    .page-content h2{
    font-size: 25px;
   }
}
@media (min-width: 768px) and (max-width: 991.99px){
   .contact-box{
    padding: 21px;
   }
   .gallety-grid{
     grid-template-columns: repeat(2,1fr);
   }
}
@media (min-width: 200px) and (max-width: 991.99px){
    .navbar-custom{
        height: 60px;
        border-top: 1px dashed #ececec;
        border-bottom: 1px solid #ececec;
        background-color: var(--white);
    } 
    .navbar-custom .nav-link{
        line-height: 1.3em;
        padding: 12px 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color: var(--black);
    }
    .nav-item{
        border-bottom: 1px dashed #dedede;
    }
    .dropdown-menu{
        background: transparent;
        border: none;
    }
    .dropdown-item{
        border-top: 1px solid #dedede;
    }
    .dropdown-item a{
        font-size: 12px;
        color: var(--black);
        line-height: 1.3em;
    }

}
@media (min-width: 992px){
 .logo-menu{
    display: none;
  }
  .offcanvas-body{
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: none;
 }
   

    .offcanvas-body {
        position: relative;
        flex-direction: row-reverse;
    }
    .menu-wrapper-lg{
        display: none;
        position: absolute;
        border-radius: 1px;
        opacity: 0;
        right: 21px;
        left: 21px;
        background: var(--accent-color);
        border-top: 5px solid #917898;
    transition: all 500ms cubic-bezier(.87,.02,.23,1.005);
    }
    .menu-togl:hover .menu-wrapper-lg{
        opacity: 1;
        display: flex;

    }
    .menu-lg:not(:last-child){
        border-right: 1px solid #ecececa7;
    }

    .menu-lg{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .menu-img{
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-img img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: opacity .2s;
    }
    .menu-img:hover img{
        opacity: 0.8;
    }
    .menu-title{
        text-align: center;
        padding: 13px;
        border-top: 1px solid #ecececa7;
        transition: all .2s;   
    }

    .reason-color{
        padding: 60px;
    }
    .contact-item {
        text-align: left;
    }
    
    .product-item:nth-child(2n) {
    flex-direction: row-reverse;
    }
    
    
}

@media (max-width: 992px){
  .logo-inside{
    display: none;
  }
  .form-bg {
    padding:  32px 13px;
   }
   .form-wrapper{
    flex-direction:  column;
   }
   .form-wrapper>div{
    min-width: 100%;
   }
   .contact-wrapper{
    flex-direction:  column;
   }
   .about{
    flex-direction:  column;
   }
   .about>div {
    width: 100%;
   }
   .aus-infa__box{
    padding: 0;
   }
   
   .aus-block img {
        height: 350px;
   }
   .product-item{
    flex-direction: column;
   }
   .product-img{
    width: 100%;
   }
   .product-content p{
     max-width: 100%;
   }
   .stats-text{
    width: 100%;
   }
   .stats-number {
    flex-direction: column;
   }
    .menu-wrapper-lg{
        display: none;
    }
}


@media (max-width: 1199px){   
   
   .memor-block{
    flex-direction: column;
   }
}
@media (min-width: 1200px){
.stats-cont,.gallery-top {
        margin-top: 110px;
    }
    .shape-top svg{
        height: 150px;
    }
}


.btn-1 {
    display: block;
    width: fit-content;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #ab47bc;
    border-radius: 32px 32px 32px 32px;
    padding: 17px 32px;
    color: #fff;
    text-align: center;
    transition: all .2s;
  }
  
  .btn-1:hover {
    background-color: rgba(171,71,188,.72);
  }
  
  
  
  .btn-2 {
    display: block; 
    width: fit-content;
    text-align: center;
    border: 1px solid black;
    padding: 11px 32px 11px 32px;
    border-radius: 40px;
    background-color: #ab47bc;
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0px 0px 1px;
    transform: all 2s esase;
    transition-duration: .3s;
    color: #fff;
  }
  
  .btn-2:hover {
    transform: translateY(-13px);
    box-shadow: 0px 7px 1px rgb(0, 0, 0);
    border: 1px solid black;
  }
  
  .btn-2:active {
    transform: translateY(13px);
    box-shadow: 0px 0px 1px;
  }
    
  .btn-3 {
    background-color: #ab47bc;
    color: #fff;
    border: none;
    display: block;
    width: fit-content;
    text-align: center;
    border-radius: 21px;
    padding: 13px 21px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    box-shadow: 1px 1px 13px #ab47bc;
    transition: all 0.1s ease-in-out;
    
   
  }
  
  
  
  .btn-3:hover {
    background-color: #2f3640;
    color: #ab47bc;
    box-shadow: 1px 1px 21px #2f3640;
    transform: translateY(-1px);
  }
  
  .btn-4 {
    text-align: center;
    display: inline-flex;
    padding: 12px 32px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #111;
    border: 1px solid #111;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 40px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4:hover,
  .btn-4:focus {
    background-color: #9370db;
    border-color: #9370db;
  }
  
  
  .btn-5 {
    padding: 1em 2em;
    border: none;  
    display: block;
    width: fit-content;
    background: #5c5959;
    text-align: center;
    border-radius: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
     color: #ffffff;
    transition: all 500ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    outline: 1px solid #888;
  }
  
  .btn-5:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 1px solid #ab47bc;
    box-shadow: 1px 2px 13px -1px #ab47bc;
  }
  
  .btn-5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ab47bc;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
  }
  
  .btn-5:hover::before {
    width: 200%;
  }
  
  .form-imgDf{
    display: flex;
  }
  
  .hero-content, .btn-box button, .slider-reviews, .number-count{
    direction: ltr;
   }

   