@import url('https://fonts.googleapis.com/css2?family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

body{
    direction: ltr;
    font-family: 'Sanchez', sans-serif !important;
}

p{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.title-page{
    font-weight: 700;
    text-align: center;
}

.wpapper_section{
    display: flex;
}

.position{
    text-align:  left;
}

.content-box p{
  margin-bottom: 12px;
  text-indent: 3ch;
}

.content-box h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  25px;
}

.content-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:20px ;
}

.section{
    padding:82px 0;
}

.bg-section{
    color: #fff;
    background-color: #222831;
    padding: 82px 0px 168px 0px;
}

.subtitle{
    font-size: 16px;    
    margin-bottom: 29px;
    font-weight: 700;
    color: #f5a96e;
    text-transform: uppercase;
}
.reviews-title{
    margin-bottom: 50px;
}

.header-min{
    background: #f5a96e;
    padding: 12px 0;

}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;    
}
.header-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffff; 
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.header-contact i{
    font-size: 14px;
    color: #fff;
}

.header-nav{
    background-color: #f8f5f1;
}

.header-logo{
    text-align: center;
    padding: 20px 0px;
}

.header-link{
    display: flex;
    align-items: center;             
    text-align: left;
    gap: 20px; 
}

.header-link img{
    width: 45px;
    height: 45px;
}

.header-nav-container{
    display: flex;
    justify-content: space-between;
}

.offcanvas{
    background-color: #f8f5f1;
}

.dropdown-menu[data-bs-popper]{
    border: 8px;
    top: 135%;
    width: 223px;
    box-shadow: 0 0 29px rgb(0 0 0 / 9%);
    z-index: 5;
}

.dropdown-item a{
     white-space: initial;
}

.nav-item:hover >a,
.nav-item:focus >a{
    color: #f5a96e;
}

.nav-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;   
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.intro{
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url(static/images/background-2025-06-02_23-120.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
}

.btn-intro{
    text-align: center;
}

.intro::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 2;
}

.video{
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}
.video_media{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.intro_content{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.intro_title{
    font-size: 70px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;   
}

.fetures-wrapper{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.fetures-picture{
    flex: 1;
    padding: 12px;
    display: flex;
    align-items: center;
}

.fetures-picture img{
    border-radius: 8px;

}
.fetures-content{
    flex: 2;
}

.fetures-content h2{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.benef-area{
    margin-top: -135px;
}

.slick-track{
    align-items:center !important;
    display: flex;
    gap: 20px;
}

.benef-area-block{
    display: flex;
    flex: 1;
    align-items: center;
    text-align: center;
    padding: 35px 20px;
    background-color: #ffff;
    border-color: #E5E5E5;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    gap: 25px;
    flex-direction: column-reverse;
    border-radius: 8px;
    transition: 0.3s;
}
.benef-area-block:hover{
    background: #4328b7;
    color: #fff;
}

.benef-area-block img{
    width: 52px;
}

.catalog{
    display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: center;
    gap: 20px;
}
.catalog-wpapper{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.catalog-box{
    padding: 12px;
     display: flex;
     flex: 1;
     min-height: 245px;
    align-items: center;
     flex-direction: column-reverse;
     gap: 20px;
     box-shadow: 0 0 8px rgba(41, 35, 35, 0.16);
}

.image-block{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction:  row;
    flex: 1;
}

.image-block:hover img{
    opacity: 1;
    transform: scale(1.13, 1.13);
} 

.image-block img{
   transition: all 0.6s ease-in-out;
   height: 100%;
   width: auto;
   object-fit: cover;
   border-radius: 5%;
}

.onsale{
    width: auto;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 99;
    color: #ffffff;
    background: #d10000;
    border: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 2px 7px;
}
.product-block{
    flex: 1;
    display: flex;
    gap: 12px;
    flex-direction: column ;
    align-items: center;
    text-align: center;
}


.input-mainbox__control{
    display: block;
    width: 100%;
    padding: 12px 20px
    margin: 12px 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textarea-mainbox__control{
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 20px
    width: 100%;
}

.form-check {
    width: 100%;
}

.form-check .form-check-input {
    width: 12px;
    height: 20px;
    padding: 12px;
    margin-right: 12px;
}

.rating i{
    color: #f7c633;
    margin: 0 1px;
}

.price{
    display: flex;
    color: #ff0000;
    gap:  7px;
    font-size: 19px;
    font-weight: 600;   
}

.button-wrapper{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
}

.button-wrapper button{
    font-size: 12px;
}

.product-block a{
    font-weight: 700;
    font-size: 14px;
}

.section-partner{
    position: relative;
    background-image: linear-gradient(to right, rgba(47,48,58,0.8), rgba(47,48,58,0.8)), url(static/images/background-2025-06-02_23-120.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.part-area{
   min-width: 228px;
    padding: 20px;
    border-radius: 12px; 
}

.part-area img{               
    display: block;
    max-width: 100%;
}

.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq{
    display: flex;
    gap: 20px;
}

.faq-img{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
     order: 1;
}

.faq-img img{
    border-radius: 8px;
}

.faq-content{
    flex: 2;
}

.accordion{
  --bs-accordion-border-color:#fff;
  --bs-accordion-border-width:0;
}

.accordion-button{
    font-size: 20px;
    font-weight: 700;
}

.accordion-body{
     color: #696969;
     font-style:italic;
}

.accordion-button:focus {
    background-color:#f5a96e;
    color: #fff;
    border-color: #f5a96e;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

.reviews-title{
    margin-bottom: 50px;
}

.reviews-list{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.reviews-item{
    outline: 1px solid #f5a96e;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    border-radius: 8px;
    flex: 1;
}

.svg-box{
    width: 52px;
    height:  52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5a96e;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 20px;
    transform: rotate(180deg);
}

.reviews-svg{
    width: 45px;
    height: 45px;
    fill: #ffffff;
}

.wrapperImg{
    display: flex;
    text-align: center;
    gap: 12px;
}

.wrapperImg img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.wrapperImg h3{
    font-size: 19px;
    font-weight: 700;
}

.review-blok{
    display: flex;
    justify-content: space-between;
    margin: 7px;
    gap: 19px;
    align-items: center;
}

.footer{
     color: #313131; 
     background-color: #f8f5f1;
}

.footer-bg{    
    background: url(static/images/fade-overlay-1920x10800.png); 
    width: 100%;
    background-position: center;
    background-size: cover;   
     overflow: hidden;    
    background-repeat: no-repeat;
}

.bottom-footer{
    padding-top: 25px;
    padding-bottom: 25px;       
    border-top: 1px solid #7676767a;
    margin-top: 20px;
}

.footer-img {
    display: flex;
    gap: 20px;
    justify-content: center;
} 

.footer-blocks{
    padding: 45px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
} 

 .footer-flex{
     display: flex;
    gap: 20px;
 }

.footer-politik{
    display: flex;
    gap: 20px;
}

.footer-politik-item{
    display: flex;
    gap: 20px;
}

.footer-contskts{
    display: flex;
    gap: 20px;
}

.map-box{
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 25px;
}                

iframe {
    height: 100%;
    max-height: 591px;
}

.form-box{
    display: flex;
    justify-content: center;
    gap: 19px;
}

.form{
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.03);
    text-align:start;
    padding: 25px;
    flex: 1;
    border-radius: 8px;
    order: 1;
}

.form-wrapper{
    margin-bottom: 12px;
}

.form-text{
    text-align: end;
    margin-right: 20px;
}

.form-input{
    padding: 12px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    background-color: #F5A96E;
    color: #ffffff;
}

.form-name{
    display: flex;
    gap: 12px;
}

.box_label{
    display: flex;
    gap: 12px;
    font-size: 14px;
}

.box_label a{
    color: inherit;
}

.contact-btn{
    margin-top:  20px;
}

.contacts-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 19px;    
}

.contact-unit{
    display: flex;    
    gap: 12px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
     flex-direction:  row;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F5A96E;
    padding: 12px;      
    transition: 0.3s;
}

.contact-unit:hover{
    transform: scale(1.1);
}

.contact-unit i{
    font-size:  28px;
    background-color: #F3F3F3;
    color: #F5A96E;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-unit h4{
   font-weight: 700;
}

.contact-unit div{
    flex: 1;
}

.form-input::placeholder{
    color: #fff;
}

.btn-form{
    width: 100%;
    background-color: #F5A96E;
    color: #f1f1f1;
}

.btn-form:hover{
    background-color: #ac520e;
}

.btn-form:after{
    background-color: #F5A96E;
} 

.product-title{
    font-weight: 700;
    color: #000000;
}

.product-subtitle{
    margin-bottom:  25px;
    color: #000000;
    font-weight: 600;
}

.product-wrapper{
    display: flex;
    gap: 25px;
}

.product-img{
     flex: 1;
    display: flex;
    justify-content: center;
    order: 1;
}

.product-img img{
    object-fit: contain;   
    width: 100%;
    border-radius: 8px;
}

.product-infa{
    flex: 1;
}

.infa{
    font-size: 19px;
    font-weight: 600;
}

.product-price{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}

.form-page{
    justify-content: start;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.form-page input{
    height: 45px;
    border-radius: 8px;
    background: white;
    border: none;
    padding: 0 20px;
    font-weight: 100;
    font-size: 14px;
    color: #4B4B4B;
    box-shadow: 0px 0px 0px #0e0e0e, 0px 0px 0px rgb(95 94 94 / 25%), inset 1.5px 1.5px 3px #f06712, inset -1.5px -1.5px 3px #f06712;
}

.form-page input::placeholder{
    font-size: 12px;
}

.product-page-content{
    margin-top: 44px;
}

.product-page-content ul{
    list-style: square;
    margin-left: 29px;
}

.product-page-content p{
    margin-bottom: 12px;
}

.related-list{
    display: flex;
    gap: 20px;
}

.associated-link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 255px;
    width: 255px;
 }

.associated-unit{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: center;
    padding: 12px;
}

.associated-unit:hover,.associated-unit:focus{
  box-shadow: 0 0 8px rgba(41, 35, 35, 0.16);
  background-color: #fff;
  border-radius:  8px;
}

.associated-section{
    background: #f8f4e1;
}
  
.associated-link img{
    display: flex;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5%;
}

.related-info{
    display: flex;
    flex-direction:  column-reverse;
    gap:  20px;
}

.related-list-wrapper{
    display: flex;
    gap: 20px;
}

.discussion-item{
    padding: 35px 0px 29px;
    border-top: 1px solid rgb(235, 235, 235);
    display: flex;
    gap: 25px;
    flex-direction: row;
}

.discussion-list{
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
}

.discussion-user-info{
    flex: 1;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.discussion-user-info h3{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: rgb(33, 33, 33);
}

.discussion-user-info i{
    font-size:  28px;
}
    
.discussion-user-data{
    flex: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.discussion-user-data__header{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.com-add{
    display: none;
}

.form_bg{
    margin-left: auto;
    margin-right: auto;
    background-image:linear-gradient( to right, rgba(47, 48, 58, 0.5), rgba(47, 48, 58, 0.5) ), url(static/images/background-2025-06-02_23-122.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: aliceblue;
    font-weight: 600;
}
.formBox{
    text-align: center;
     margin-top: 28px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;    
}

.formBox input{
    margin-bottom: 20px;
  }

 .alert{
    background-color: #f32424;
    width: 191px;
    color: #f1f1f1;
 } 

 .add-bg{
    background-color:  #f8f4e1;
 }

 .title-com{
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    color: #202220;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 29px;
 }

@media (max-width: 992px) {
    .header-container {
        text-align: center;
        flex-direction: column !important;
    }
}
  
.btn-1 {   
    display: inline-block;
    padding: 20px 29px;
    border-radius: 147px;
    color: #67a4de;
    text-transform: uppercase;
    border: 1px solid #91C9FF;
    font-size: 14px;
    letter-spacing: .15rem;
    text-align: center;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
  }

  .btn-1:hover{
    color: #fff;
  }
  
  .btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #039be5;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
  }
  .btn-1:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);    
  }
  
  
  .btn-2 {
      background:#cedaec;
      padding: 12px 35px;
      border: 2px solid #4b4f55;
      color: #1d1e20;
      border-radius: 35px;
      position: relative;
      text-align: center;
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      text-transform: capitalize;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  
  .btn-2:hover,.btn-2:focus {
      background-color: #F5A96E;
      color: #fff;
      border: 2px solid #F5A96E;
  } 
  .btn-3 {
    background: #ebd8ff;
      border: 0;
      border-radius: 12px;
      box-shadow: 0 3.43693px 3.43693px rgba(0,0,0,.25);
      box-sizing: border-box;
      color: #373737;
      font-size: 19px;
      font-weight: 600;
      line-height: 1.4;
      outline: 0;
      padding: 12px 20px;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      transition: background .3s ease-in-out;
      
    
  }
  .btn-3:hover,.btn-3:focus{
    background: rgba(185,248,225,.797);
  }
  
  .btn-4 {
      background: #4328b7;
      padding: 12px 20px;
      border: 2px solid #4328b7;
      color: #fff;
      border-radius: 8px;
      font-size: 14px;
      display: inline-block;
      font-weight: 600;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-align: center;
  }
  
  .btn-4:hover,.btn-4:focus {
    background: #1b2032;
   color: #fff;
    border: 2px solid #1b2032;
  }

  .btn-5{
    width: 152px;
    height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px; 
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    line-height: 1.4;
     padding: 0;  
    border: none;
    background: rgb(255,27,0);
   background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  } 

  .btn-5:hover,.btn-5:focus {
    color: #f0094a;
    background: transparent;
     box-shadow:none;
  }

  .btn-5:before,
  .btn-5:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #f0094a;
   text-align: center; 
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }

  .btn-5:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }

  .btn-5:hover:before,
  .btn-5:hover:after{
    width:100%;
    transition:800ms ease all;
  }

  .ugfFg ul{
    padding: 25px;
}
.ugfFg ul li{
    margin-bottom: 7px;
    list-style: circle;
}
.ugfFg h1, .fdddFg h2, .fdddFg h3{
    margin-bottom: 25px;
}
.ugfFg a{
    color: #0d7ed0;
}

.map-box{
    iframe{
        border: none;
    }
}

.razmerImg{
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 576px){
    .razmerImg{
        height: 255px;
    }
}
@media (min-width: 768px){
    .razmerImg{
        height: 380px
    }
}
@media (min-width: 992px){
    .razmerImg{
        height: 484px;
    }
}

img{
    max-width: 100%;
}



@media (min-width: 576px){

    .btn-product{
        min-width: 338px;
    }
}

@media (max-width: 575px){

    button{
        width: 100%;
    }
    .btn-tel{
        width: 100%;
    }
    .header-min{
        display: none;
    }

    .intro_title{
        font-size:  28px;
    }
    .intro_content a{
        padding: 7px 12px;
        font-size: 12px;
    }

    .footer-politik-item{
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer-contskts{
        flex-direction: column-reverse;
        align-items: center;
    }

    .form-name{
        flex-direction: column;
    }

    .discussion-list{
        flex-direction: column;
    }

    .image-block{
        width: 268px;
        height: 268px;
    }

    .associated-link{
        height: 268px;
        width: 268px;
    }
}

@media (max-width: 768px){
    .fetures-wrapper{
        flex-direction: column-reverse;
    }

    .fetures-content{
        flex: 1;
    }

    .catalog-wpapper{
        flex-direction: column-reverse;
    }

    .faq{
        flex-direction: column-reverse;
    }
    .reviews-list{
        flex-direction: column;
    }

    .reviews-item{
        margin-bottom: 35px;
    }
    .footer-politik{
        flex-direction: column-reverse;
        align-items: center;
    }

    .contacts-list{
        flex-direction: column;
    }

    .contact-unit p{
        font-size: 14px;
    }

    .product-wrapper{
        flex-direction: column;
    }





}
@media(min-width: 991px){
    .image-block img{
        height: 267px;
        width: auto;
    }
    .associated-link{
    height: 250px;
    width: 250px;

    }

}
@media(max-width: 991px){
    .form-page{
        flex-direction: column;
    width: 90%;
    }
    .catalog-box{
        flex-direction: column-reverse;

    }
    .related-list{
    flex-direction: column;
}
}
@media(min-width: 1024px){
.svg-box{
        width: 70px;
        height: 70px;
    }

    .reviews-svg{
        width: 50px;
        height: 50px;
    }
}



@media(max-width: 1024px){
    .bg-section{
        padding:82px 0;
    }
    .benef-area{
        margin-top: 80px;
    }


}
@media(max-width: 1200px){
    .nav-link{
        font-size: 14px;
    }

}

