*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}
sup{
   font-weight: 600;
   color:rgb(255, 0, 191);
}
button{
    cursor: pointer;
}

::-webkit-scrollbar{
    width: 0;
}
.dflex{
    display: flex;
    align-items:center;
}
.wrapper{
    max-width: 1920px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.container{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
nav .container{
    display: flex;
    justify-content: space-around;
    align-items:center;
    position: relative;
}
.social{
    position: absolute;
    top: -500px;
    right: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 15px;
    transition: all 0.5s ease;
}
.social.active{
    top: 100px;
}
.social svg{
    width: 40px;
    height: 40px;
}
.navbar-brand{
    display: flex;
    align-items:center;
    gap: 20px;
}
.navbar-brand h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    
    color: #000000;
}
.navbar-brand p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    
    color: #9D9D9D;
}
.navbar-brand img{
    width: 100px;
    mix-blend-mode: multiply;
}
.collapse button{
    margin: 0 7px;
}
.navbar-collapse button{
    border: none;
    background-color: transparent;

}
.karzinkabtn span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    
    color:#6e902e;
    
}
hr{
    margin: 0 0 !important;
}

.headercard{
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color:   rgba(244, 239, 233, 1);
    display: grid;
    grid-template-columns: repeat(2,auto);
    margin-top: 50px;
}
.header_left{
    width: 100%;
    height: auto;
    padding: 30px;
}
.header_left .h2span{
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #8BB43C;
    margin-left: 40px;
}
.header_left h2{
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-left: 40px;
    color: #0d0d0d;
}
.headerimg{
    margin-bottom: 50px;
}
.header_left .headerbtn{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 25px;
    color: #FFFFFF;
    padding: 10px 25px;
    background-color: #8BB43C;
    border-radius:110px;
    border: none;
    transition: all 0.3s ease-in;
    transform: translate(-5px,-5px);
    box-shadow: #000000 5px 5px 5px;
}
.headerbtn:hover{
    background-color: #6e902e;
    transform: translate(0px,0px);
    box-shadow:none;
}
.header_right{
    width: 100%;
    height: auto;
}
.header_right img{
    width: 100%;
    height: 100%;
}

/* ///// */
.main{
    padding: 50px 0;
}
.maintitle{
    width: 100%;
    height: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 20px 0;
}
.maintitle h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */
    
    
    color: #000000;
}
.inputgroup button{
    border:none;
    background-color: transparent;
    margin-right: 15px;
}
.inputgroup input{
    border:none;
    background-color: transparent;
    outline: none;
}
.inputgroup{
    display: flex;
    align-items:center;
    justify-content: space-between;
    border:1px solid rgb(224, 219, 219);
    border-radius: 10px;
    padding: 10px;
}
::placeholder{
    color:rgb(197, 191, 191);
}
.maincards{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4 ,auto );
    gap: 15px;
}
.maincard{
    width: 100%;
    height: auto;
    padding: 15px 30px;
    border: #cac7c7 1px solid;
    border-radius: 25px;
    position: relative;
    transition: all 0.3s linear;
    overflow: hidden;
}
.maincard:hover{
    box-shadow:#c5c8c5 2px 10px 10px;
    transform: translate(-1px,-1px);
}
.maincard > img{
    width: 100%;
    height: auto;
    cursor: pointer;
    animation: cardimg 1.5s linear infinite;
}
 .maincard > img:hover{
    animation: cardimgs 1.5s linear infinite;
}
@keyframes cardimgs{
    0%{transform: scale(1.0);}
    20%{transform: scaleX(1.05);}
    50%{transform: scale(1.0);}
    70%{transform: scaleX(1.05);}
    100%{transform: scale(1.0);}
}
.cardimglike img{
    position: absolute;
    top: 10px;
    left: 15px;
}
.maincard h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    
    color: #000000;
}
.maincard span{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #BDBDBD;
}
.maincard h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    
    color: #000000;
}
.plusbtn{
    border: none;
    background-color: transparent;
}
.plusbtn1{
    position: absolute;
    bottom: 20px ;
    right: 15px;
}
.plusbtn2{
    position: absolute;
    bottom: 20px ;
    right: 15px;
}
.modal1{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -500px;
    right: 0px;
    display: flex;
    justify-content: end;
    background-color: #000000ab;
    opacity: 0;
    z-index: -55;
    transition: all 0.5s ease-in-out;
}
.modal1.active{
    opacity: 1;
    z-index: 55;
    top: 0; 
}
.modal1.active .modalcontent1{
    transform: translateY(0px);
}
.modalcontent1{
    width: 400px;
    height: 100%;
    background-color: white;
    padding: 20px 50px;
    transform: translateY(1500px);
    transition: all 0.5s linear ;
    
}
.modalcontent1 h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    
    
    color: #000000;
}
.modalhed{
    width: 100%;
    height: 60%;
}
.modalhed2{
    width: 100%;
    height: 60%;
}
.modalcard{
    display: flex;
    align-items: center;
}
.modalcard2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.modalcard > img{
    width: 100px;
    height: 100px;
    margin-right: 5px;
}
.modalcard h5{
    font-size: 15px;
}
.modaldalete{
    border: none;
    background-color: transparent;
}
.modaloformit{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border:none;
    border-radius: 20px;
    margin-top: 20px;
    color: #FFFFFF;
    padding: 10px 25px;
    background-color: #8BB43C;
    transition: all 0.3s ease;
    transform: translate(-2px,-2px);
    box-shadow:#0d0d0d 0px 3px 5px;
}
.modaloformit:hover{
    transform: translate(0px,0px);
    box-shadow:#0d0d0d 0px 0px 0px;
}
.modalbody span{
    font-weight: 600;
    color:red;
    font-size: 20px;
}
.modalbody h6{
    font-weight: 600;
    color:rgb(24, 22, 22);
    font-size: 20px;
}
.cardimglike.active .like1{
    display: none;
}

@media(max-width:400px){
    .navbar-brand img{
        height: 50px;
        width: 50px;
    }
    .navbar-brand h3{
        font-size: 15px;
    }
    .navbar-brand p{
        font-size: 10px;
    }
    .navbar-toggler-icon{
        width: 30px;
        height: 30px;
    }
    .headercard{
        grid-template-columns: repeat(1,1fr);
    }
    .maintitle{
        flex-direction: column;
    }
    .maincards{
       grid-template-columns: repeat(1,1fr);
    }
    .social{
        position: absolute;
        top: -500px;
        right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        gap: 15px;
        transition: all 0.5s ease;
    }
    .social.active{
        top: 100px;
    }
}