*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.swiper{
    z-index: 1 !important;
}
:root{
    --blue:#0A0097;
    --darkGray:#343434;
}
nav{
    display: flex;
    width: 100%;
z-index: 10 ;
    height: 90px;
position: fixed;
transition: .3s;
top: 0;
 }
 .nav_active{
    background-color: white !important;
 }
a{
    text-decoration: none;
    color: inherit;
}
.navbar_frame{
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--blue);
}
.nav_logo{
    height:45px ;
    /*max-width: 110px;*/
}
.mobile_nav{
    display: none;
}
.nav_directs{
    display: flex;
    margin: 0%;
    padding: 0%;
    align-items: center;
    list-style: none;
    margin-top: 15px;
}
.nav_direct{
    margin: 0 20px;
    font-size: 14px;
font-weight: 300;
}
.nav_direct::after{
    display: flex;
  content: '';
  border-bottom: solid 3px ;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  transform-origin: 100% 0%;
  padding: 0px 10px 10px 10px;
  transition: .3s;
  color:#2616FF;
}



.nav_direct:hover::after{
 transform: scaleX(1); transform-origin: 100% 0% !important;
  color: #2616FF;
 }
.nav_directs .active{
}
.nav_directs  .active::after{
 transform: scaleX(.5); transform-origin: 100% 0%;
  padding: 0px 20px 10px 10px;
  color: #2616FF;


}
.nav_directs  .active:hover:after{
  color: #2616FF;
 transform: scaleX(1); transform-origin: 100% 0%;
}
.nav_contact span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background:#E9E8F6;
    justify-content: center;
    margin: 0 7px;
}
.nav_contact p{
    font-size: 10px;
    margin: 0%;
}
.nav_contact {
    color: var(--bs-dark-bg-subtle);
}
.nav_contact b{
    font-size: 14px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 110;
  display: block;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.new_products{
    margin-bottom: 50px;
 margin-top: 140px;  
 height: 638px;
 background-color: var(--blue); 
 clip-path: polygon(5% 0%, 100% 0%, 100% 90%, 95% 100%, 0% 100%, 0% 10%);
padding: 60px;

}
.new_products_header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: white;
align-items: center;
}

.new_products_header h2{
    font-size: 30px;
    font-weight: 700;
margin: 0%;
}
.new_products_header_navigaition{
    display: flex;
}
.new_products_header_navigaition span{
    width:53px ;
    height: 53px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
    cursor: pointer;
    background-color: #2616FF;
transition: .3s;
}
.new_products_header_navigaition span:hover{
    box-shadow:  0 0px 10px  rgba(0, 0, 0, 0.7);

}
.new_products_header_navigaition a{
 clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 30%);
    width: 172px;
    height: 53px;
    background-color: white;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.new_products_header_navigaition a:hover{
 clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
background-color: #2616FF;
color: white;
}
.newproduct{
    margin-top: 50px;
 height: 434px;   
}

.newproduct_slide{
 width: 32% !important;
 min-width: 370px;
 background-color: white;
height: 100%;
 clip-path: polygon(12.5% 0%, 100% 0%, 100% 88%, 87% 100%, 0% 100%, 0% 12%);
padding: 24px;
transition: .3s;
}
.newproduct_slide:hover{
    transform: scale(1.03);
 clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);

}
.newproduct_slide img{
    width: 100%;
    object-fit: cover;
    height:253px ;
 clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 9%);

}
.newproduct_slide_title{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.newproduct_slide_title h6{
font-weight: 600;
font-size: 16px;

}
.newproduct_slide_title p{
    color: #393939;
    font-size: 12px;
    font-weight: 300;
}
.newproduct_slide_title span{
    width: 44px;
    height: 44px;
    background-color: #F0EFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.newproduct_slide_title span:hover{
    border-radius: 100%;
    cursor: pointer;
}

 .new_products_header_navigaition .swiper-button-disabled{
    background-color: #7B75C7;

 }
 .new_products_header_navigaition .swiper-button-disabled svg{
    stroke: var(--blue);
 }
 .comments{
    height: 440px;
    position: relative;
    display: flex;
    padding:0 150px;
    margin-top: 150px;
 }
 .comment_next{
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    background-color:#2616FF12 ;
    transition: .3s;

 }
 .comment_prev{
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    background-color:#2616FF12 ;
    transition: .3s;
 }
 .comment_prev:hover ,.comment_next:hover{
    cursor: pointer;
box-shadow:   0 0px 5px 3px #2516ff2b;
border-radius: 100%;
 }
 .comments_frame{
    width: 100%;
    height: 100%;
display: flex;
position: relative;
justify-content: space-between;
 }
 .comments_frame_header{
    display: flex;
    flex-direction: column;
    width: 64%;
 }
 .comments_frame_header h3{
font-weight: 700;
    font-size: 30px;
 }
 .comments_frame_header p{
 font-size: 16px;
 font-weight: 300;
 color: #393939;
 margin: 0%;
 } 

.comments_frame_image{
    width: 36%;
    height: 100%;
}

.comments_frame_image img{
    width: 100%;
    height: 100%;
      clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%, 0 13%);
 }
.comment_swiper{
    position: absolute;
    width: 75%;
    height: 200px;
    bottom: 50px;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%, 0 26%);
background-color: white;
z-index: 1;
 }
 .shdow{
       position: absolute;
    width: 75%;
    height: 200px;
    bottom: 50px;
 z-index: 1;
box-shadow: 21px 40px 62.8px 0px #00000014;

 }
.comment{
    display: flex;
padding: 28px 38px;
background-color: white;
      border: 1px solid #EFEFEF;
flex-direction: column;
}
.comment_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
}
.comment_profile span{
    width:40px ;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#545454 ;
}
.comment_profile h6{
    font-weight: 500;
    font-size: 14px;
margin: 0%;
}
.comment_profile p{
    color: #615A52;
    font-size: 12px;
    font-weight: 300;
    margin: 0%;
}
.comment_star{
    font-size: 12px;
    color: #615A52;
}
.comment_title{
 font-size: 13px;
 color:#7A7B7F ;   
 text-align: justify;
 margin-top: 20px;
}
.home_blog{
    height: 492px;
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}
.home_blog_image{
    width: 31.637%;
    height: 100%;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 90%, 0% 10%);
 
}
.home_blog_image img{
    width: 100%;
    height: 100%;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 90%, 0% 10%);
    object-fit: cover;
}
.home_blog_main{
    width: 67.3%;
    height: 100%;
    padding: 10px 30px;
 
 }
 .home_blog_main-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .home_blog_main-header h3{
    font-size: 27px;
    font-weight: 700;
 }
 .home_blog_main-header p{
 font-size: 16px;
 font-weight: 300;
 }


.home_blog_main-header a {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 30%);
  width: 172px;
  height: 53px;
  background-color: #F0EFFF;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.home_blog_main-header a:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0%  0%);
background-color: var(--blue);
color: white;
}
.home_blogs_frame{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_blog_content{
    width: 49%;
    height:191px ;
    display: flex;
    align-items: end;
     position: relative;
     margin-top: 10px;
}

.home_blog_content img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0;
    object-fit: cover;
}
.home_blog_content-title{
 width: 100%;
    height:100% ;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding:10px 20px ;
    position: relative;
    box-shadow:inset 0 -80px 50px #0a0097d2;
    color: white;

}

.home_blog_content-title h6{
    font-size: 18px;
font-weight: 700;
}

.home_blog_content-title p{
    font-size: 10px;
    margin: 0%;
font-weight: 400;
}
.footer{
    width: 100%;
     background-color:#292929 ;
    color: white;
     margin-top: 200px;
      clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%, 0 13%);
       padding: 50px;
      display: flex;
      justify-content: space-between;
}

.footer_title{
    width: 30%;
height: 100%;
background-color: white;
      clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%, 0 13%);
padding: 30px;
color: black;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.footer_title img{
    max-width:80px ;
    max-height: 32px;
    
}

.footer_title p{
font-size: 14px;
font-weight: 400;
 line-height: 23px;
color: #7A7B7F;
}


.footer_title_sochials{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_title_sochials svg{
    transition: .3s;
}
.footer_title_sochials svg:hover{
    fill: black;
}
.footer h5{
    font-size: 20px;
    font-weight: 700;
}

.footer_nav,.footer_contactus,.footer_licenses{
    padding-top: 40px;
}
.footer_nav ul{
    margin-top: 25px;
  padding-right: 1rem;
  padding-left: 0%;
}
.footer_nav ul li{
    padding: 10px 0;
    transition: .3s;
}
.footer_nav ul li:hover{
  color: #7B7B7B ;

}

.footer_nav ul li::marker {
  color: #7B7B7B ;
}


.footer_sections{
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_section{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_contactus_sec p{
font-size: 10px !important;
font-weight: 300 !important;
color: #9d9d9d;
margin: 0%;
}


.footer_contactus_sec h6{
    font-size: 14px;
    font-weight: 400;
}
.footer_contactus_sec span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background-color: #FFFFFF1A;
}


.footer_contactus p{
    max-width: 280px;
font-size: 14px;
font-weight: 300;
line-height: 22px;
color: #ffffffd5;
}
.licenses_main{
    display: flex;
    flex-wrap: wrap;
    width: 150px;
    justify-content: space-between;
    }
    .lisense{
        width: 67px;
        height: 67px;
        display: flex;
        align-items: center;
margin-top: 10px;
    justify-content: center;
    padding: 20px;
    background-color: white;
    }
.lisense img{
    max-width: 46px;
    max-height: 46px;
    object-fit: cover;
}
.footer_copyright{
    width: 100%;
    height: 60px;
    background-color:#474747 ;
    display: flex;
    align-items: center;
    justify-content: center;
      clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%, 0 30px);
}
.footer_copyright p{
font-size: 14px;
font-weight: 400;
margin: 0%;
}


.home_aboutUs--carts{
  width: 33%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.home_aboutUs--cart{
  width: 47%;
  height: 45%;
  box-shadow: 0px 25px 60px -20px #002EDC33;
  border: 1px solid;

border: 1px solid  #FFFFFF;

overflow: hidden;
padding: 10px;
}
.home_aboutUs--cart span{
background-color: #002EDC;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.home_aboutUs--cart-title h6{
  font-size: 12px;
  color: #747474;
margin: 0 5px;

}
.home_aboutUs--cart-title p{
font-weight: 300;
font-size: 10px;
line-height: 26px;
margin: 0 5px;
color: #747474;

}
.home_aboutUs--cart-body{
  font-weight: 300;
font-size: 10px;
padding-top: 10px;
 color: #747474;
 line-height: 16px;
 }

 @media (max-width: 1200px) {
 .comments{
    padding: 0 70px;
      height: 356px;
 }
 .home_blog_main{
    padding: 0;
    width: 62%;
 }
 .home_blog_image{
    width: 36.637%;
 }
 .home_blog_content{
    height: 180px;
 }
 .footer{
    height: fit-content;
    max-height: unset;
    flex-direction: column;
 }
 .footer_title{
    width: 100%;
      clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%, 0 18%);
 }
 .footer_sections{
    width: 100%;
margin-top: 30px;
 }
 .footer_title p{
    margin-top: 25px;
 }
 .footer_title_sochials{
    margin-top: 25px;
 }
 }


 @media (max-width: 992px) {
    .nav_directs{
        display: none;
    }
    .nav_contact {
        display: none !important;
    }
    .mobile_nav{
        display: block;
    }
 .new_products{
    clip-path: unset
 }
 .new_products_header_navigaition a{
    display: none;
 }
 .newproduct_slide{
    min-width: unset;
    width: 50% !important;
 }
 .comment_swiper ,.shdow{
    width: 100%;
    bottom: 0;
 }
 
 }
 @media (max-width: 768px) {
 .newproduct_slide{
 width: 100% !important;
   }
 .newproduct_slide:hover{
 clip-path: polygon(12.5% 0%, 100% 0%, 100% 88%, 87% 100%, 0% 100%, 0% 12%);

 }
 .new_products_header h2{
    font: 24px sans-serif;
 }
 .new_products {
    padding: 40px 60px;
 }
 .new_products_header_navigaition span{
    width: 34px;
    height: 34px;
 }
.comments_frame_image{
    display: none;
}
.comments_frame_header div{
    display: none !important;
}
.comments_frame_header{
    width: 100%;
    text-align: center;
}
.comment_swiper, .shdow{
    height: fit-content;
}
.comment_swiper{
    position: relative;
    margin-top: 20px;
    
}
.comments_frame{
    flex-direction: column;
}
.comments{
    height: fit-content;
}
.comments_frame_header p{
    font-size: 15px;
}
.shdow{
    display: none;
}
.home_blog {
    height: fit-content;
    flex-direction: column;
}
.home_blog_image{
    display: none;
}
.home_blog_main{
    width: 100%;
}
.footer_section{
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer_copyright{
    margin-top: 100px;
}
.footer{
    padding: 60px 20px;

}
.footer, .footer_title{
      clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%, 0 65px);
}
 }
 @media (max-width: 576px) {
    .comments_frame_header h3{
        font-size: 24px;
    }
 .comments_frame_header p{
    font-size: 14px;
 }
 .comment_next, .comment_prev{
    display: none;
 }
 .comments{
    padding: 0 20px;
 }
 .home_blog_main-header{
    flex-direction: column;
    text-align: center;
 }
 .home_blogs_frame{
    margin-top: 20px;
 }
 .footer{
    clip-path: unset;
 }
 .footer_copyright{
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%, 0 30px);
 }
 .footer{
    padding: 60px 20px;
 }
 }

 @media (max-width: 458px) {
 .new_products{
    padding: 30px 10px;
 }
 .home_blog_content{
    width: 100%;
 }
 .footer_section{
    flex-direction: column;
 
 }
 }