*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
    font-weight: 700;
}
s{
    color: #7c7b7b;
    font-size: 12px;
}
.wrapper{
    max-width: 1920px;
    width: 100%;
    height: auto;
    background: #E5E5E5;
    margin:0 auto;
    overflow-x: hidden;
}
.container{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
header{
    width: 100%;
    height: auto;
    padding: 15px 0px ;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
header a{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #c6c0c0;
}
header a img{
    opacity: 0.5;
}
header a img:hover{
    opacity: 1;
    transition: all 0.3s ease;
}

/* ////////////////////////////////////////////// */
.likelar{
    margin-bottom: 10px;
    font-size: 20px;
    color: red;
}
.dflex{
    display: flex;
    align-items: center;
}
nav{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #afaaaa;
    border-top: #bebaba 1px solid;
}

.nav1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    
}
.navbrend{
    display: flex;
    align-items: center;
}
.burger{
    padding: 5px 15px ;
    background-color: blue;
    color: white;
    border-radius: 5px;
    display: none;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.navbar a{
    display: flex;
    align-items: center;
    color: #979393;
    font-size: 10px;
}
.navbar a:hover{
    color: #534e4e;
}
.navbar select{
    border: none;
    background-color: transparent;
    color: #979393;
    outline: none;
}
.navbar select:hover{
    color: #363131;
}
.input_group{
    display: flex;
    align-items: center;
    width: 250px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 3px;
    margin-right: 80px;
}
.input_group button{
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}
.input_group input{
    width: 200px;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    color: #534e4e;
}
.nav2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.nav2 a{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #656464;
}
.nav2 a:hover{
    color: #7FAD39;
    transition: all 0.5s ease;
}
.nav2 select{
    color: #656464;
    font-weight: 600;
}
.select_btn{
    border: none;
    outline: none;
    background-color: transparent;
}
.select_btn_group{
    border: none;
    outline: none;
    width: 125px;
    height: 40px;
    padding-left: 10px;
    background: #7FAD39;
    border-radius: 3px;
}
.select_btn_group:active{
    transition: all 0.5s ease;
    transform: rotate(5deg);
}

/* ///////////////////////////////////// */
.section1{
    width: 100%;
    height: auto;
}
.sec1_cards{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.sec1_card{
    width: 19%;
    height:200px ;
    box-shadow: 0px 0px 10px #363131;
    position: relative;
    background-color: transparent;
    transition: all 0.5s ease;
}
.sec1_card.active{
    transition: all 0.5s linear;
    transform: scale(1.1) ;
    z-index: 22;
}
.sec1_card.active.sec1_card .title{
    background-color: #2843f9;
}
.sec1_card.active.sec1_card .title h3{
    color: white;
}
.sec1_card.active.sec1_card .title h5{
    color: white;
}
.sec1_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec1_card img{
    width: 100%;
    height: 100%;
}
.sec1_card .title{
    width: 160px;
    background-color: #FFFFFF;
    padding: 10px;
    z-index: 2;
    margin-top: 30px;
    position: absolute;
    transition: all 0.5s ease;
}
.sec1_card .title span{
    color: #3ddc28;
    padding: 10px;
    font-size: 15px;
}
.sec1_card .title h3{
   color: #494747;
    font-size: 20px;
    transition: all 0.5s ease;
}
.sec1_card .title h5{
   color: #494747;
    font-size: 15px;
    transition: all 0.5s ease;
}
.sec1_card button{
    border: none;
    outline: none;
    width: 125px;
    height: 40px;
    padding-left: 10px;
    background: #7FAD39;
    border-radius: 3px;
    right: 0;
    bottom: 20px;
    position: absolute;
}
/* ////////////////////////////// */
.section2{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.section2 h3{
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */

    display: flex;
    align-items: center;

    color: #7FAD39;
}
.section2 h2{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    /* or 214% */

    display: flex;
    align-items: center;

    color: #282a25;
    margin-bottom: 50px;
}
.sec2_cards1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec2_cards1:hover .sec2_cards1_card{
    transition: all 0.5s linear;
    opacity: 0;
}
.sec2_cards1_card{
    width: 15%;
    height: auto;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
    transition: all 0.5s ease;
    cursor:grab;
}
.sec2_cards1:hover .sec2_cards1_card.sec2_cards1_card:hover{
    box-shadow: #800b69 10px 10px 20px;
    transition: all 0.5s linear;
    opacity: 1;
    transform: scale(1.1);
}
.sec2_cards1_card p{
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    
    color: #585656;
}

/* /////////////sec3 */

.section3 h3{
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */
    margin-top: 50px;
    display: flex;
    align-items: center;

    color: #7FAD39;
}
.section3 h2{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    /* or 214% */

    display: flex;
    align-items: center;

    color: #282a25;
    margin-bottom: 50px;
}
:root{
    --grid:5
}
.sec3_cards{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(var(--grid),calc(100% / var(--grid)));
    transition: all 0.5s linear;
}
.sec6_cards:hover .card,
.sec5_cards:hover .card,
.sec3_cards:hover .card{
    transition: all 0.5s linear;
    transform: rotatey(20deg) skewy(5deg);
    box-shadow: 20px 0px 30px blueviolet;
    border: 2px solid black;
    margin: 20px 0px;
}
.card_header p{
    background-color: #3ddc28;
    padding: 5px 10px;
    color: white;
}
.card{
    background-color: #FFFFFF;
    border: 0.5px solid rgba(42,42, 42, 0.15);
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(209, 209, 228);
    margin: 5px;
    transition: all 0.5s linear;
}
    .sec6_cards:hover .card:hover,
    .sec5_cards:hover .card:hover,
    .sec3_cards:hover .card:hover{
        transition: all 0.5s linear;
        transform: rotatey(0deg) skewy(0deg);
        box-shadow: 0px 0px 20px rgb(30, 29, 31);
        border: 5px solid rgb(72, 8, 57);
        /* transform: scaleX(1.1) scaleY(1.1); */
        animation:card infinite 2s linear ;
        background: linear-gradient(to top ,rgba(128, 0, 255, 0.501),rgba(193, 18, 184, 0.438),rgba(255, 234, 0, 0.493));
        background-size: 200% 200% ;
        margin: 20px 0px;
    }
    @keyframes card{
      0%{
         background-position: top;
      }
      50%{
         background-position: bottom;
      }
      100%{
         background-position: top;
      }

    }
.card_header{
    display: flex;
    justify-content: space-between;
}

.card_body img{
    width: 100%;
    mix-blend-mode: multiply;
}
.card_footer{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.count{
    display: flex;
    align-items: center;
    gap: 5px;
  
}
.count .btn{
    padding: 5px 8px;
    background-color: #2a2a2a;
    color: white;
}
/* //////////////////////////////////// */

.section4{
    width: 100%;
    height: auto;
}

.section6 h3,
.section5 h3,
.section4 h3{
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */
    margin-top: 50px;
    display: flex;
    align-items: center;

    color: #7FAD39;
}
.section6 h2,
.section5 h2,
.section4 h2{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    /* or 214% */

    display: flex;
    align-items: center;

    color: #282a25;
    margin-bottom: 50px;
}

.sec4_cards{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec4_card{
    width: 32%;
    height: auto;
    position: relative;
    box-shadow: #7c7b7b 0px 0px 10px;
    position: relative;
    overflow: hidden;
}
.sec4_card::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.499),rgba(0, 0, 0, 0.412));
    transition: all 0.5s linear;
}
.sec4_card:hover.sec4_card::after{
    height: 100%;
    transition: all 0.5s linear;
}
.sec4_card:hover{
    box-shadow: #2843f9 0px 0px 20px;
    transition: all 0.5s linear;
}
.sec4_card:hover.sec4_card img{
    transition: all 0.5s linear;
    transform: scale(1.05);
}
.sec4_card{
   cursor: progress;
}
.sec4_card img{
    width: 100%;
    height: 100%;
    transform: scale(1.03);
    transition: all 0.5s linear;
}
.sec4_card .title{
    position: absolute;
    top: 40px;
    left: 20px;
    width: 50%;
    height: auto;
    z-index: 3;
}
.sec4_card .title h4{
    margin: 10px 0px;
}
.sec4_card .title span{
    margin: 10px 0px;
    color: #656464;
    font-weight: 700;
}
.sec4_card .title button{
    margin: 15px 0px;
    background-color: black;
    color: #FFFFFF;
    padding: 10px 25px;
    cursor: pointer;
}

.sec4_footer_card{
    width: 100%;
    height: 130px;
    background-image: linear-gradient(rgba(66, 62, 62, 0.377),rgba(60, 58, 58, 0.384)) ,url(./img/5sec4/Rectangle\ 3\ \(3\).png);
    background-position: center;
    background-size: cover;
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.sec4_footer_card::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.214),rgba(0, 0, 0, 0.207));
    transition: all 0.5s linear;
    z-index: 1;
}
.sec4_footer_card:hover.sec4_footer_card::after{
    height: 100%;
    transition: all 0.5s linear;
}
.sec4_footer_card:hover{
    box-shadow: #2843f9 0px 0px 20px;
    transition: all 0.5s linear;
}
.sec4_footer_card:hover.sec4_footer_card img{
    transition: all 0.5s linear;
    transform: scale(1.05);
}
.sec4_footer_card h5{
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    z-index: 55;
}
.sec4_footer_card button{
    width: 271px;
    height: 40px;
    background: rgba(127, 173, 57, 0.7);
    border: 2px dashed #FFFFFF;
    box-sizing: border-box;
    margin-top: 15px;
    z-index: 55;
    cursor: pointer;
}
/* /////////////////////////////// */
.sec5_cards{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(var(--grid),calc(100% / var(--grid)));
    margin-top: 20px;
}
.sec6_cards{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(var(--grid),calc(100% / var(--grid)));
    margin-top: 20px;
}

/* /////////////////////////////// */
footer{
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding: 30px 0px;
    background-color: black;
}
footer .container{
    display: flex;
    justify-content: space-between;
    
}
footer a{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #7f7b7b;
}
footer b{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #d5cbcb;
}
.appstory2 img{
    width: 50px;
}
.appstory img{
    width: 50px;
}
.input_group{
    overflow: hidden;
}
.input_group button{
    background-color: #3ddc28;
    color: white;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}
.dflex img{
    margin: 0px 5px;
}
.modal1, 
.modallike, 
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    opacity: 0;
    z-index: -55;
    transition: all 0.5s ease-in-out;
    background-color: rgba(69, 22, 62, 0.492);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_body1, 
.modal_bodylike, 
.modal_body{
    width: 700px;
    height: 300px;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(216, 23, 193);
    border-radius: 5px;
    position: relative;
    transition: all 0.5s linear;
    transition-delay: 0.3s ;
    transform: translateY(-300px);
    overflow-y: auto;
    opacity: 0;
}

.modal_body1 img, 
.modal_bodylike img, 
.modal_body img{
    mix-blend-mode: multiply;
}
.modal_content1, 
.modal_contentlike, 
.modal_content{
    text-align: center;
}
.modal_content h2{
    color: #3ddc28;
    text-transform: uppercase;
}
.modal_content h5{
    color: #585656;
    margin: 10px 0px;
}
.modal_content h3{
    font-weight: 800;
    text-shadow: #040b36 0px 0px 10px ;
}
.modal_content h4{
    font-weight: 700;
    margin: 10px 0px;
    color: #3ddc28;
    text-transform: uppercase;
}
.modal_close1, 
.modal_closelike, 
.modal_close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 0px 5px 0px 20px;
}
.modal1.active, 
.modallike.active, 
.modal.active{
    opacity: 1;
    z-index: 55;
}
.modal_body1.active, 
.modal_bodylike.active, 
.modal_body.active{
    opacity: 1;
    transform: translateY(0);
    padding: 20px;
}
.likelarsoni{
    font-size: 25px;
    font-weight: 800;
    color: red;
}
.likebtn{
    border: none;
}
.umumiysumma{
    font-weight: 800;
    font-style: 30px;
    color: red;
}
.modal_content111{
    text-align: center;
}


@media(max-width:430px){
    .container{
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    header{
        width: 100%;
        height: auto;
        padding: 15px 0px ;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    header a{
        font-weight: 600;
        font-size: 8px;
        line-height: 14px;
        color: #c6c0c0;
    }
    header a img{
        width: 10px;
        height: 10px;
    }

    
.nav1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    
}
.navbrend{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger{
    display: block;
}
.navbar{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.navbar1{
    width: 100%;
    transition: all 0.5s linear;
    position: absolute;
    top:100px;
    left: -100%;
    
}
.navbar1.active{
    transition: all 0.5s linear;
    position: absolute;
    top:120px;
    left: 0%;
    
}
.navbar2{
    width: 100%;
    transition: all 0.5s linear;
    position: absolute;
    top:400px;
    left: -100%;
    
}
.navbar2.active{
    transition: all 0.5s linear;
    position: absolute;
    left: 0%;
    
}
.input_group {
    margin-right: 0;
}
.select_btn_group{
    transition: all 0.5s ease;
}
.navbar a{
    display: flex;
    align-items: center;
    color: #979393;
    font-size: 10px;
}
.nav2{
    flex-direction: column;
}
.sec1_cards{
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
}
.sec1_card{
    width: 100%;
    margin: 10px 0px;
}
.sec2_cards1{
    justify-content: center;
    flex-direction: column;
}
.sec2_cards1_card{
    width: 100%;
}
:root{
    --grid:1
}
.sec3_cards{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(var(--grid),calc(100% / var(--grid)));
}
.sec4_cards{
    justify-content: center;
    flex-direction: column;
}
.sec4_card{
    width: 100%;
    margin: 10px 0px;
}
.sec4_footer_card{
    height: 200px;
}

footer .container{
    justify-content: center;
    flex-direction: column;
}






}