@font-face {
    font-family: arial;
    src: url(../fonts/ariblk.ttf);
    font-weight: 900;
}
@font-face {
    font-family: arial;
    src: url(../fonts/arialbd.ttf);
    font-weight: bold;
}
@font-face {
    font-family: arial;
    src: url(../fonts/arial.ttf);
    /* font-weight: 900; */
}

img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin: 0;
    padding: 0;
}
p{
    line-height: 1.5;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    background: #ffffff;
}
.nav nav{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.nav nav button{
    display: none;
}
.nav nav ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 3vw;
}
.nav nav ul li a{
    color: #1a1a1a;
}
.nav nav .active{
    position: relative;
}
.nav nav .active a{
    font-weight: bold;
}
.nav nav .active:after{
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    border-radius: 3px;
    background: #dd1c1c;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

html,body{
    font-family: arial;
}
.footer-con{
    background: #292d3a;
    padding: 3.75vw 0;
}
.footer-con .footer{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    color: #ffffff;
}
.footer-con .footer .left-con ul{
    list-style: none;
    margin: 30px 0;
}
.footer-con .footer .left-con ul li{
    position: relative;
    line-height: 2;
    padding-left: 35px;
    font-size: 18px;
}
.footer-con .footer .left-con ul li:first-child:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/whatsapp.png) no-repeat;
    width: 24px;
    height: 22px;
}
.footer-con .footer .left-con ul li:last-child:after{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/email.png) no-repeat;
    width: 25px;
    height: 21px;
}
.footer-con .footer .left-con a{
    width: 160px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 15px;
    font-size: 18px;
}
.footer-con .footer .right-con ul{
    list-style: none;
}
.footer-con .footer .right-con ul:nth-of-type(1){
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 3.5vw;
}
.footer-con .footer .right-con ul li a{
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.footer-con .footer .right-con ul li a:before{
    content: "";
    width: 4px;
    height: 11px;
    background: #dd1c1c;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-con .footer .right-con ul:nth-of-type(2){
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 2;
}
.input-group{
    position: relative;
     max-width: 590px;
}

.input-group i:before{
    content: "";
    background: url(../img/send.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 20px;
    top: 22px;
}
.input-group input{
   
    width: 100%;
    border: none;
    outline: none;
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px!important;
    display: block;
}
.input-group button{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: #dd1c1c;
    color: #ffffff;
    font-size: 18px;
    height: 93%;
    width: 115px;
    border-radius: 50px!important;
}








.what-get-con{
    background: #ffffff;
    padding: clamp(30px,3.75vw,80px) 0;
}
.what-get-con .what-get{
    max-width: 1400px;
    margin: 0 auto;
}
.what-get-con .what-get h2{
    text-align: center;
}
.what-get-con .what-get .desc{
    text-align: center;
    margin-top: 10px;
}
.what-get-con .what-get ul{
    list-style:none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}
.what-get-con .what-get ul li{
    background: #f4f6f8;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: calc((100% - 60px) / 3);
}
.what-get-con .what-get ul li:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#611424,#131b36);
    clip-path: polygon(0 0 ,0% 86%,100% 50%,100% 0%);
    position: absolute;
    left: 0;
    top: 0;
}
.what-get-con .what-get ul h3{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.what-get-con .what-get ul p{
    background: #dadfe1;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-top: 20px;
    border-radius: 30px;
}

.case-con{
    background: linear-gradient(135deg,#641221 20%,#151e3e,#1a1a1a);
    padding: clamp(30px,3.75vw,80px) 0;
}
.case-con .case{
    max-width: 1400px;
    margin: 0 auto;
    color: #ffffff;
}
.case-con .case .title-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.case-con .case .title-more h2{
    color: #ffffff;
}
.case-con .case .title-more a{
    font-weight: 900;
    border: 1px solid #ffffff;
    display: flex;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}
.case-con .case ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.case-con .case ul li{
    width: calc((100% - 40px) / 3);
}
.case-con .case ul li p{
    padding: 10px 20px;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 900;
}
.recommend-con{
    padding: 80px 0;
}
.recommend-con .recommend{
    max-width: 1400px;
    margin: 0 auto;
}
.recommend-con .recommend h2{
    font-weight: 900;
}
.recommend-con .recommend ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}
.recommend-con .recommend ul li{
    width: calc((100% - 20px) / 3);
    transition: all .5s ease;
}
.recommend-con .recommend ul li .img{
    background: url(../img/product-bg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 20px;
}
.recommend-con .recommend ul li .title-more{
    padding: 20px;
}
.recommend-con .recommend ul li .title-more h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.recommend-con .recommend ul li .title-more p{
    color: #de1d1d;
    font-weight: bold;
}
.recommend-con .recommend ul li .title-more p span{
    border-bottom: 1px solid #de1d1d;
}
.recommend-con .recommend ul li:hover{
    box-shadow: 0 0 12px 5px rgba(0 0 0 / 20%);
}


@media (max-width:1400px){
    .recommend-con{
        padding:clamp(50px,5.72vw,80px) 0;
    }
    .nav nav,.footer-con,.recommend-con,.case-con,.what-get-con{
        padding-left: 15px;
        padding-right: 15px;
    }
    
}

@media (max-width:768px){
    .nav nav ul{
        display: none;
    }
    .nav nav button{
        display: block;
    }

    .offcanvas-body ul{
        list-style: none;
        line-height: 3;
        font-size: 18px;
    }
    .offcanvas-body ul a{
        display: block;
    }
    .recommend-con .recommend ul{
        flex-wrap: wrap;
         margin-top: clamp(30px,3.58vw,50px);
    }
    .recommend-con .recommend ul li{
        width: calc((100% - 20px) / 2);
    }
    .recommend-con .recommend ul li .title-more{
        padding: 20px 0;
    }
    .recommend-con .recommend ul li .title-more h3{
        font-size: 14px;
    }
      .what-get-con .what-get ul{
        flex-wrap: wrap;
     }
    .what-get-con .what-get ul li{
        width: 100%;
    }
    .case-con .case ul{
        flex-wrap: wrap;
        gap: 10px;
    }
    .case-con .case ul li{
        width: calc((100% - 10px) / 2);
    }
    .case-con .case ul li p{
        font-size: 14px;
        padding: 10px;
    }
    
}

@media (max-width:500px){
    .footer-con .footer,.case-con .case .title-more{
        flex-wrap: wrap;
    }

}