*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    background-image: url(../img/Rectangle-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
header{
    padding: 50px 210px;
}
header ul li{
    background-color: #C4C4C4;
    border-radius: 0px 35px 0px 35px;
    transition: 0.5s;
}
header ul a{
    padding: 5px 10px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.active{
    background-color: #79B331;
}
.active a{
    color: #ffffff;
}
.ertili{
    width: 226px;
    height: 70px;
}
.orili{
    width: 124px;
    height: 70px;
    margin-left: 80px;
    margin-right: 80px;
}
.samili{
    width: 70px;
    height: 70px;
}
header ul li:hover{
    background-color: #79B331;
}
header ul li:hover a{
    color: #ffffff;
}
header .burger{
    width: 42px;
    height: 18px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 4px; 
}
.martx{
    width: 42px;
    height: 2px;
    background-color: #C4C4C4;
}
.animation{
    width: 422px;
    height: 188px;
    position: relative;
    margin: 92px 200px;
}
.animation p{
    text-align: center;
    padding: 60px 34px;
}
.small{
    font-size: 18px;
}
.big{
    font-size: 36px;
}
.wre{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #79B331;
    position: absolute;
    animation: animacia 2s infinite;
}
@keyframes animacia {
    0%{top:0; left: 0;} 
    25%{top:0; left: 392px;}
    50%{top: 158px; left: 392px;}
    75%{top: 158px; left: 0;}
    100%{top:0; left: 0;} 
}
.tree{
    width: 1120px;
    height: 500px;
    position: relative;
    margin: 124px 40px;
    display: flex;
}
.ghero{
    height: 428px;
    width: 1px;
    background-color: #C4C4C4;
    margin: 70px auto;
}
.toti, .toti1, .toti2, .toti3{
    border: dotted #33cfff00;
    transition: 0.5s;
}
.toti{
    height: 70px;
    width: 560px;
    padding: 5px 26px;
    position: absolute;
    top: 0;
    left: 0;
}
.toti1{
    height: 70px;
    width: 560px;
    padding: 5px 68px;
    position: absolute;
    top: 98px;
    right: 0;
    display: flex;
    justify-content: space-around;
}
.toti2{
    height: 70px;
    width: 560px;
    padding: 5px 0px;
    position: absolute;
    top: 200px;
    left: 0;
}
.toti3{
    height: 70px;
    width: 560px;
    padding: 5px 60px;
    position: absolute;
    top: 300px;
    right: 0;
    display: flex;
    justify-content: space-around;
}
.fotoli{
    height: 70px;
    width: 70px;
    background-color: #C4C4C4;
    border-radius: 0px 35px 0px 35px;
    position: absolute;
    top: 0;
    right: 0;
}
.fotoli1, .fotoli2{
    height: 70px;
    width: 70px;
    background-color: #C4C4C4;
    border-radius: 0px 35px 0px 35px;
    position: absolute;
    top: 0;
    right: 87.5%;
    transform: rotate(90deg);
}
.tree p{
    font-size: 18px;
}
.toti:hover, .toti1:hover, .toti2:hover, .toti3:hover{ 
    border: dotted #33CEFF;
}
.toti:hover p, .toti1:hover p, .toti2:hover p, .toti3:hover p{
    color: #79B331;
}
.toti:hover div, .toti1:hover div, .toti2:hover div, .toti3:hover div{
    background-color: #79B331;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb{
    background-color: #C4C4C4;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #7ebd30ae;
}
/* -----------------------------------
------------------------------------ */
.mtavari{
    width: 420px;
    height: 686px;
    position: absolute;
    top: 260px;
    right: 300px;
}
h2{
    width: 350px;
    font-size: 24px;
    color: #252525;
    font-weight: 300;
    top: 0;
}
.maghaziebi{
    width: 420px;
    height: 420px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
.maghazia{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    position: relative;
    transition: 1s;
}
.pic{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/shop-1.png)
}
.maghazia p {
    width: 200px;
    height: 200px;
    font-size: 14px;
    margin: -80px auto;
    visibility: hidden;
}
.maghazia p a{
    color: #ffffff;
    display: block;
    width: 100%;
}
.prod{
    font-size: 24px;
    color: #252525;
    margin-top: 58px;
    text-align: center;
}
.maghazia p {
    width: 200px;
    height: 200px;
    font-size: 14px;
    margin: -50px auto;
    text-align: center;
}
.maghazia p a{
    color: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
}
.misam a{
    display: block;
    height: 100px;
    width: 200px;
}
.mis{
    height: 18px;
    width: 18px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 46%;
    visibility: hidden;
}
.mis img{
    width: 100%;
}
button{
    width: 420px;
    height: 70px;
    background-color: #D9D9D9;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.5s;
}
.img{
    width: 52px;
    height: 52px;
}
button a{
    display: block;
    width: 100%;
}
.maghazia:hover{
    background-color: #79B331;
}
.maghazia:hover .pic{
    margin-top: 34px;
    background-image: url(../img/shop1.png);
}
.maghazia:hover a{
    visibility: visible;
}
.maghazia:hover .mis{
   visibility: visible;
}
button:hover{
    background-color: #79B331;
}
/* ==========================================
==========================================*/
.kveba{
    width: 700px;
    height: 420px;
    margin: 100px -80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pict1{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/biodegradable1.png);
}
.maghazia:hover .pict1{
    background-image: url(../img/biodegradable\(1\)1.png);
    margin-top: 34px;
}
.pict2{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/detox1.png);
}
.maghazia:hover .pict2{
    background-image: url(../img/detox\(1\)1.png);
    margin-top: 34px;
}
.pict3{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/keto1.png);
}
.maghazia:hover .pict3{
    background-image: url(../img/keto\(1\)1.png);
    margin-top: 34px;
}
.pict4{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/cereal1.png);
}
.maghazia:hover .pict4{
    background-image: url(../img/cereal\(1\)1.png);
    margin-top: 34px;
}
.pict5{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/salad1.png);
}
.maghazia:hover .pict5{
    background-image: url(../img/salad\(1\)1.png);
    margin-top: 34px;
}
.pict6{
    width: 70px;
    height: 70px;
    margin: 64px auto;
    background-image: url(../img/vitamin1.png);
}
.maghazia:hover .pict6{
    background-image: url(../img/vitamin\(1\)1.png);
    margin-top: 34px;
}
/* =================================================
================================================== */
.sidebar{
    width: 164px;
    height: 410px;
    position: fixed;
    top: 160px;
    right: 60px;
}
.sidebar li{
    margin: 30px;
    padding: 4px;
    text-align: center;
    border-radius: 0 35px 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar li a{
    font-size: 18px;
}
.ertnairi a, .sxvanairi a,  .sxvanairi1 a{
    color: #000000;
}
.ertnairi, .ertnairi1{
    width: 130px;
    height: 36px;
}
.sxvanairi{
    width: 130px;
    height: 56px;
}
.sxvanairi1{
    width: 164px;
    height: 64px;
    margin-left: 20px;
}
.sidebar li:hover{
    background-color: #79B331;
}
.sidebar li:hover a{
    color: #ffffff;
} 
.gayidvebi{
    width: 870px;
    height: 600px;
    position: absolute;
    top: 200px;
    right: 300px;
    margin-right: -80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
}
.iyide{
    width: 248px;
    height: 362px;
    position: relative;
    margin: 18px;
}
.sakv{
    width: 222px;
    width: 222px;
    overflow: hidden;
}
.iyide button{
    width: 126px;
    height: 38px;
    border-radius: 0 35px 0 35px;
    margin: 20px  50px;
}
.iyide button a{
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 16px;
}
.log{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -12px;
    background-image: url(../img/add2.png);
}
.iyide p{
    padding: 6px;
    text-align: center;
}
.pasi{
    font-size: 20px;
}
.kg{
    font-size: 18px;
}
.gayidvebi::-webkit-scrollbar{
    width: 10px;
    height: 700px;
}
.gayidvebi::-webkit-scrollbar-thumb{
    background-color: #c6baba;
    border-radius: 6px;
}
.gayidvebi::-webkit-scrollbar-track{
    background-color: #e6e0e0;
}
.gayidvebi::-webkit-scrollbar-thumb:hover{
    background-color: #79b331af;
}
/* ========================================
============================================ */
@media only screen and (max-width: 1024px) {
    body{
        background-position: -240px center;
    }
    .animation{
        margin: 92px 88px;
    }
    .ghero{
        right: 0;
        margin-right: 50px;
    }
    .toti, .toti2{
        left: auto;
        right: 50px;
    }
    .toti{
        width: 570px;
        padding-left: 10px;
    }
    .fotoli1, .fotoli2{
        transform: rotate(0deg);
    }
    .fotoli1, .fotoli2{
        position: absolute;
        right: 0px;
        
    }
    .toti1 , .toti3 {
        margin-right: 50px; 
    }
    .toti1 p , .toti3 p{
        position: absolute;
        left: 0;
    }
     /* ===========================
        ============================== */
    .mtavari{
        width: 866px;
        height: 926px;
        margin: 100px auto;
        position: relative;
        left: 0;
        top: 50px;
    }
    .maghaziebi{
        width: 482px;
        height: 482px;
        position: absolute;
        right: 0;
        top: 130px;
    }
    .maghazia{
        width: 230px;
        height: 230px;
    }
    .pic{
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        margin: 64px 80px;
    }
    .maghazia p {
        font-size: 16px;
    }
    h2{
        font-size: 36px;
        width: 488px;
        position: absolute;
        right: 0;
        top: -10px;
    }
    .prod{
        font-size: 36px;
        position: absolute;
        bottom: 140px;
        right: 90px;
    }
    button{
        width: 868px;
        position: absolute;
        bottom: 0px ;
    }
    .img{
        width: 52px;
        height: 52px;
    }
    /* ======================================
    ========================================= */
    .kveba{
        width: 500px;
        position: absolute;
        right: 70px;
        top: -140px;
    }
    /* =========================================
    =========================================== */
    .gayidvebi{
        margin: 300px  100px 0 80px ;
        width: 900px;
        height: 760px;
        padding: 0;
        overflow: hidden;
        position: static;
    }
    .sidebar{
        width: 702px;
        height: 80px;
        right: -36px;
        top: 250px;
    }
    .side{
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar li{
        margin: 10px;
    }
    .xazi{
        width: 550px;
        height: 6px;
        background-color: #D9D9D9;
       margin: 20px 0 16px 0;
    }
}
/* ========================================
======================================== */
@media only screen and (max-width: 414px) {
    body{
        background-position: -540px center;
    }
    header{
        padding: 50px 206px;
    }
    .animation{
        width: 370px;
        height: 170px;
        margin: 50px auto;
    }
    .animation p{
        padding: 30px 24px;
    }
    .small{
        font-size: 16px;
    }
    .big{
        font-size: 24px;
    }
    @keyframes animacia {
        0%{top:0; left: 0;} 
        25%{top:0; left: 332px;}
        50%{top: 110px; left: 332px;}
        75%{top: 110px; left: 0;}
        100%{top:0; left: 0;} 
    }
    header{
        position: relative;
    }
    header nav {
        display: none;
    }
    header .burger{
        display: flex;
        position: fixed;
        top: 30px;
        right: 40px;
    }
    .ghero{
        display: none;
    }
    .tree {
        height: 580px;
        display: flex;
        flex-direction: column;
        align-items:center;
    }
    .toti, .toti1, .toti3{
        width: 368px;
        height: auto;
        padding: 0;
        position: relative;
    }
    .toti{
        left: 40px;
        top: -60px;
    }
    .toti p{
        padding-left: 20px;
    }
    .toti1{
        top: -50px;
        left: 60px;
    }
    .toti1 p{
        padding-left: 20px;
    }
    .toti2{
        width: 386px;
        height: auto;
        padding: 0;
        position: relative;
        top: -30px;
        left: 40px;
    }
    .toti2 p{
        padding-left: 6px;
    }
    .toti3{
      left: 60px;
      top: 0;
    }
    .toti3 p{
        padding-left: 20px;
    }
    .tree p{
        font-size: 14px;
        text-align: center;
        position: absolute;
        bottom: 6px;
    }
    .fotoli, .fotoli1, .fotoli2 {
        position: relative;
        left: auto;
        top: -20px;
        margin: 40px auto;
    /* ===========================
    ============================== */
    }
    .mtavari{
        width: 358px;
        margin: 90px -34px;
    }
    h2{
        width: 290px;
        font-size: 20px;
        margin: -100px -54px;
        letter-spacing: 1px;
    }
    .maghaziebi{
        width: 230px;
        height: 962px;
        gap: 8px;
        margin-top: -100px;
    }
    .prod{
        font-size: 20px;
        width: 358px;
        margin: -260px -150px;
        letter-spacing: 1px;
    }
    button{
        width: 358px;
        margin: -240px 60px;
    }
    /* ===========================
    ============================== */
    .kveba{
        width: 358px;
        margin: 10px -100px;
        justify-content: flex-end;
    }
    /* ===============================
    ================================ */
    .ertnairi , .ertnairi1, .sxvanairi, .sxvanairi1 {
        width: 414px;
        height: 26px;
        padding: 0;
        padding-top: 2px;
    }
    br{
        display: none;
    }
    .sxvanairi1 a br::before{
        content: "/";
        display: inline;
    }
    .gayidvebi{
        width: 248px;
        height: 1260px;
        margin-top: -160px;
    }
    .sidebar{
        left: -10px;
        top: 80px;
        z-index: 1;
    }
    .sidebar li{
        margin-top: -8px;
    }
    .x, .xazi{
        background-color: #D9D9D9;
        width: 414px;
        height: 2px;
        margin: -10px 10px;
    }
    span::before{
        content: " / ";
    }

}

