nav{
    background-color: unset ;
}
header{
    width: 100%;
    height:521px ;
background-image: url(../images/pattern.png),url(../images/pattern2.png);
background-repeat: no-repeat;
background-position: left,right;
background-size: contain;margin-top: 100px;
padding-top: 80px;
}
.about_brand{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    position: relative;
}
.about_brand_title{
    width:63% ;
    height: 100%;
    padding: 40px 0;
}
.about_brand_title h1{
    font-size: 40px;
    font-weight: 600;
}
.about_brand_title h1 span{
    font-weight: 900;
    color: #2616FF;
    font-family: IRYekanbold;
}
.about_brand_title p{
    text-align: justify;
}
.about_brand_image{
    width: 34%;
    height: fit-content;
       clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 90%, 0% 10%);
}
.about_brand_image img{
     width: 100%;
    object-fit: cover;
    max-height: 50vh;
      clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 90%, 0% 10%);
}
.about_brand_buttons{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.about_brand_buttons a{
    width: 180px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2616FF;
    color: white;
    transition: .3s;
box-shadow: 0px 16px 40px -12px #2616FF80;
}
.about_brand_buttons a:nth-child(2){
    background-color: #0A0097;
    box-shadow: 0px 16px 40px -12px #2616FF80;
margin: 0 10px;

}
.about_brand_buttons :hover{
border-radius: 20px;}

.about_brand_cart{
    width: 286px;
    height: 94px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    left: 27%;
    bottom: 5%;
    align-items: center;
    box-shadow: -29px 29px 50px 0px #0000001C;
z-index: 9;
background-color: white;
}
.about_brand_cart b{
    color:#FFC116 ;
    font-size: 39px;
    font-family: IRYekanbold;
    display: flex;
 letter-spacing: -8%;

}
.about_brand_cart b span{
color:#2616FF;
    font-family: IRYekanbold;

}
.about_brand_cart p{
    text-align: end;
    margin: 0%;
}
.about_brand_title{
    padding: 0%;
}




.poshtibani{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.home_aboutUs--cart{
    width: 24%;
}

 @media (max-width: 992px) {
.about_brand {
    flex-wrap: wrap;

}
.about_brand_title{
    width: 100%;
}
header{
    height: fit-content;
background-size:50%;
padding-top: 20px;
}

.about_brand_image{
    width: 60%;
margin-top: 40px;
}
.poshtibani{
    margin-top: 50px;
}
.about_brand_cart{
left: unset;
right: 50%;
width:260px ;
}

.home_aboutUs--cart{
width: 49%;
margin-top: 30px;
}
 }
 @media (max-width: 576px) {
 .about_brand_image{
    width: 100%;
 }
.about_brand_cart{
left: 0%;
right: 0%;
margin-left: auto;
margin-right: auto;
height:60px ;
bottom: 60px;
}
.about_brand{
    padding: 10px;
}
.home_aboutUs--cart{
width: 100%;
}
 }