:root{
    
    --titull:4vh;
}


@keyframes menu2 {

    0%{
        opacity: 0;
        transform:rotateX(-90deg) translate(90px);

    }

    100%{
        opacity: 1;
        transform:rotateX(0deg) translate(0px);
        
    }
}



/* menu2 stilim animim */

#check:checked ~ ul.menu-2 li:nth-child(1){ 

    animation: menu2;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(2){ 

    animation: menu2;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}

#check:checked ~ ul li:nth-child(3){ 

    animation: menu2;
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(4){ 

    animation: menu2;
    animation-duration: 900ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


.pershkrim-h1 {
 
  animation:fadeInLeft 2s ease-in 1s 1 normal forwards;
}



@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#check:checked ~ ul:nth-child(5){ 

    animation: menu2;
    animation-duration: 1100ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}





/*==================================================================
ANIMATION pershkrim-p
========================================================*/
.pershkrim-p {
  -webkit-animation-name: slideInDown 2s ease-in 1s 1 normal forwards;
 
  animation:slideInDown 2s ease-in 1s 1 normal forwards;
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#check:checked ~ ul li:nth-child(6){ 

    animation: menu2;
    animation-duration: 1300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


#check:checked ~ ul li:nth-child(7){ 

    animation: menu2;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
body{margin:0;padding:0}
.slide{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slider-wrapper{position: relative;max-width: 65rem;margin: 100PX auto;height: 35vw;}
.slider{
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 3px 5px 7px black;
    height: 35vw;
    width: 99.4%;
    position: absolute;
    top: -4%;
    left: -0.7%;
    border: 7px dashed grey;
    background-color: #ffffff;

}

.slider .img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    height: 35vw!important;
    display: flex;
    flex-direction: row;
}

.input-slide {
    height: 50px;
    width: 239px;
    position: relative;
    background: #2196f3;
    margin-left: 0%;
    left: 60%;
    top: 62%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
}
.slide-ermifood .input-slide {
        height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left: 11.5vw;
    top: 57vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
    
}
.slider .img img{
    width: 70%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: 20px;

}
.pershkrim-h1 {
    color: white;
    font-size: 7vh;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    left: 6px;
}
.slide-ermifood .slider .img img {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: -1px;
}

.slide-ermifood pershkrim {
 height: 90%;
    width: 30%;
    color: black;
    font-size: 22px;
    position: absolute;
    left: 37px;
    display: flex;
    filter: sepia(1);
    background: #87606026;
    top: 0px!important;
}
/* .slider .img::before*/

pershkrim:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    top: 26px;
    transform: rotate(-180deg);
}

pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:before {
    content: "";
    width: 30vh;
    height: 53vh;
     border:none;
    float: left;
    position: absolute;
    right: 311px;
    top: 4px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border:none;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}
pershkrim{
    height: 100%;
    width: 29%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 0px;
    display: flex;
    background: whitesmoke;
}
pershkrim h1{  font-size: 3vw;
    text-align: center;
    text-decoration: wavy;
    color: #9e9e9e;
    float: left;
    left: 34px;
    position: absolute;
    top: 3vh;
    text-shadow: 0px 2px 4px black;
}
pershkrim p{ 
font-size: 1.5vw;
    text-align: center;
    top: 16vw;
    position: absolute;
    color: #023148;
    display: inline-table;
    left: 0px;
    width: 23vw;
    padding: 2px 0px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
    white-space: pre-wrap;
}


.input {
    height: 50px;
    width: 239px;
    position: relative;
    background: transparent;
    margin-left: 0%;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #726f6f;
    cursor: pointer;
    font-weight: 900;
}




.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 5.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.slider-nav a{width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #060403;
    opacity: 0.7;
    transition: opacity ease 250ms;
    top: 2vw;
    position: relative;
}
.slider-nav a:hover, .slider-nav a:focus{
    background-color: rgb(0, 153, 180);
}

.content{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 3px;
    top: 47vw;
    display: flex;
    flex-direction: column;
}


.card{ 
    width: 100%;
    height: 20vw;
    background: #f1f3f4;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 40px;
    top: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px; 
}

    .card-img-left img {width: 20vw;
    height: inherit;background: white;}
.content-services{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    left: 0px;
    top: 10vw;
}
    .card-3{ 

        float: left;
        position: relative;
        width: calc(100% / 4);
        height: 25.6rem;
        border: 1px solid var(--gri);
        border-radius: 10px;
        left: 115px;
        margin-right: 40px;
        margin-bottom: 43px;

      }
  .card-3 .card-img img {
    float: left;
    padding: 0px;
    height: 7.3vw;
    width:24.6vw!important;
    background: #ffffff;
    top: 0px;
    position: absolute;
    left: 1px;
    border: none;
    border-radius: 10px 10px 0px 0px;
  }
.card-pershkrim{    
    background: #ffffff;
    float: left;
    width: 57%;
    height: 20vw;
    position: absolute;
    float: right;
    left: 30.4vw;
    top: 0px;}
    .card-3 .h1-card-titull {
        font-size: 2vh!important;
        line-height: normal;
        font-weight: 700;
        color: #060403;
        padding: 20px;
    }
    
    .we-offer h1.pershkrim-h2 {
    color: #9e9e9e;
    font-size: var(--titull);
    height: 7vh;
    padding: 0; 
        text-transform: capitalize;
            width: 100%;
    text-align: center;
}


.we-offer{
    width: 75%;
    left: 11.4%;
    position: absolute;
    height: 40vh;
    top: -4vh;
    background: white;
    margin-bottom:3vw;
    
    
    
}
.we-offer-p{
  
    color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    position: relative;
    width: 60%;
    left: 20%;
}
    
    .card-3 .input-card{
        height: 30px;
        width: 10vw;
        position: absolute;
        bottom: 0;
        left: 26%;
        background: white;
        color: #10a7ff;
        transform: translate(-50%, -6px);
        left: 50%;
        border-radius: 25px;
        transition: all ease 700ms;
        cursor: pointer;
        border: none; 
    }
    .card-3 .input-card:hover {
         
        position: absolute;
       
        background: #10a7ff;
       
        border-radius: 25px;
        border: none;
        color: white;
        transition: all ease 700ms;
        cursor: pointer;
    }
    .card-3 .card-pershkrim{background: #ffffff;
    float: left;
    width: 100%;
    height: 22.5vw;
    position: absolute;
    float: right;
    left: 0;
    top: 100px;
    border-radius: 0px 0px 5px 5px;}
.card .card-pershkrim .input-card{    height: 3vw!important;
    width: 11vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;cursor: pointer;transition: background-color ease-in-out 500ms;}



    .card .card-pershkrim .input-card:hover{    
        background-color: #4e98bd;
        color: rgb(255, 255, 255);
        border-radius: 50px;
        position: absolute;
         
        border: none;cursor: pointer;transition: background-color ease-in-out 500ms;}


        /* baner products */

        .content-services .baner {
            position: absolute;
            height: 200px;
            width: 200px;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }


        .content-services .baner p{   
            position: absolute;
            height: 31px;
            width: 89%;
            top: 9px;
            left: -35px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: x-large;}
        .content-services .baner p:after {   
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            right: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;}

        .content-services .baner p:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            left: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }

        /* footer */
/* footer services */
.content-services + .footer-green {
       position: relative;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -254vh;
}


.footer-green{width: 100%;
    height: 20vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: absolute;
    margin-top: 400px;
    margin-bottom: 147px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -100%);}

/* footer */
        .footer-green{
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -63vw;
    
    /* position: relative;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    top: 133vw; */
        }
#container-database .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -46vw;
}
.footer-green center{
    position: relative;
    grid-column-start: 3;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: 40px;
    color: #9e9e9e;
    font-size: 2vw;}

    .footer-green center:before{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        left: 90px;
        background-color: #d9dbdd
       }
       .footer-green center:after{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        right: 90px;
        background-color: #d9dbdd
       }
.footer-nav{width: 100%;
    height: 100px;
    display: flex;
    top: 0px;
    position: relative;}

.footer-nav ul{
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 1.3vw;
    text-decoration: none;
    list-style-type: none;
}

.footer-nav ul li{
    margin: 9px;
    padding: 2px 30px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 20%;
    position: relative;
    top: 33px;
}

nipt{
    position: relative;
    top: 21px;
    left: 0;
    text-align: center;
    display: block;
    color: #9e9e9e;}

.footer-nav ul li a{    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #6c6c6c;transition: all ease 400ms;cursor: pointer;
}

    .footer-nav ul li a:hover{color: #000000;transition: all ease 400ms;cursor: pointer;}


    #form-contact{
        height: 500px;width: 550px;
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/* form contact sms */
    .contact-clean form {
        max-width: 100%;
    display: flex;
    width: 96%;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 90px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 39.6vw;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 100%;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    .contact-clean h2 {
        margin-top: 5px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 36px;
        color: inherit;
    }

    .form-group { 
        margin-bottom: 1rem;
        width: 80%;
        left: 10%;
        position: relative;
    }


    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
        border-radius: 10px;
    }
    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
        outline: none;
        color: inherit;
        padding-left: 0px;
        height: 42px;
        border-radius: 10px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .contact-clean form .btn-primary {
        background-color: #009ca1 !important;
        margin-top: 15px;
        color: #fff;
        width: 100%;
        position: relative;
        cursor: pointer;
        z-index: 1!important;
    }
   

    div.form-shadow:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        left: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(5deg);
        transform-origin: left;
        z-index: -1;
        box-shadow: 14px 25px 19px black;
    
        
    }

    div.form-shadow:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        right: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(-5deg);
        transform-origin: right;
        z-index: -1;
        box-shadow: 14px 25px 19px black;

       
        
    }
    .contact-clean form .btn {
        cursor: pointer;
        padding: 21px 20px;
        border-radius: 10px;
        border: none;
        background: none;
        box-shadow: 2px 4px 8px rgb(200, 200, 202);
        text-shadow: none;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        outline: none !important;
        left: 0px;
        width: 27.3rem;
    }

    #container-contact {
        width: 100%;
        height: 80vw;
        background-color: #f1f3f4;
        left: 0;
        position: absolute;
        top: 0;
    }

    select{
        height: 50px;
        width: 104%;
        left: 0;
        border-radius: 10px;
    }

.imazhi{
    height: 50px;
    width: 104%;
    left: 0;
    border-radius: 10px;
}

input[type='file']{ 
    HEIGHT: 4vw;
    width: 83%;
    border-radius: 10px;
    position: relative;
    left: 10%;
    border: 1px dashed gray;
    margin-bottom: 20px;
}


#container-registr + footer.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -74vw;
}
#container-about{ 
    position: absolute;
    width: 100%;
    height: 55vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 0;
    top: 0vw;
    display: flex;
    flex-direction: column;}

    #container-about .footer-green {
        position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -40vw;
    }
#container-about + .content-about {
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 3px;
    top: 8vw;
    display: flex;
    flex-direction: column;
}
.card-about{
    position: relative;
    top: 0 !important;
    left: 2%;
    width: 90%;
    height: 30vw;
    margin-bottom: -67px;
}

.content-about{
 position: absolute;
    top: 190px !important;
    left: 8%;
    width: 75%;
    height: 45vw;
    display: flex;
    flex-direction: row;
    flex: 1 2 20vw;
}
   .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 142px;
}
 #container-about h1.center {    
    text-align: center;
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    font-family: 'El Messiri', sans-serif;
    color:#919191;
}

.img {
    width: 15vw!important;
    height: 15vw!important; 
    background: white;
    z-index: 99!important;
    position: relative;
    top: -3px;
    left: 46px;
}
.content-about + .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw!important;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px;
        }

.content-about .card-pershkrim {
    background: #ffffff;
    width: 57%;
    height: 20vw;
    position: relative;
    float: right;
    left: 22vw;
    padding: 2rem;
    top: 45px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-bottom: 15px solid cadetblue;
}


.content-about .p-card {
    font-size: 1vw;
    line-height: normal;
    font-weight: 100;
    color: #060403;
    padding: 20px;
    top: -22px;
    position: relative;
    line-height: 16px;
}
.about-para:hover .p-card {
   
    color: rgb(6, 6, 6);
 
}


.h1-card-titull-about{font-size: 1vw;color: #9e9e9e;}

.card-img-about{ width: 11vw;
    height: 11vw;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 50%;
    background: #9e9e9e;
    left: 4.7vw;
    top: 1vw;}
.card-img-about img{
    background-size: contain;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    left: 0px;
    top: 0;
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
}

.card-pershkrim-about{ width: 20vw!important;
    height: 18vw;
    background: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 12vw;
    padding: 0;font-family: 'El Messiri'; }
.about-para,.about-dyta,.about-mezi,.about-treta,
.about-katra{
 height:30vw;
 width: 20vw;
 position: relative;
 background-color: white;
 display: flex;
 transform: perspective(1000px);

}

.about-para{left:8vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-dyta{left: 10vw;
    transition: transform ease-in 500ms;
    cursor: pointer;
    margin-left: 31PX;}
.about-mezi{left:12vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-treta{left:14vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-katra{left:16vw;transition: transform ease-in 500ms;cursor: pointer;}


.about-para:hover, about-para:focus {left:8vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-dyta:hover,.about-dyta:focus{left:10vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-mezi:hover,.about-mezi:focus{left:12vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-treta:hover,.about-treta:focus{left:14vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-katra:hover,.about-katra:focus{left:16vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}



 
.mover {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    left: var(--mouse-x);
    top: var(--mouse-y);

  }

  /* .content-services + .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -115vw;
} */
@media screen and (max-width: 1200px) and (max-width: 1288){
  .center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 252px)!important;
    margin-left: 122px!important;
    top: 166vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}




/* menu2 stilim animim */

#check:checked ~ ul.menu-2 li:nth-child(1){ 

    animation: menu2;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(2){ 

    animation: menu2;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}

#check:checked ~ ul li:nth-child(3){ 

    animation: menu2;
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(4){ 

    animation: menu2;
    animation-duration: 900ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


.pershkrim-h1 {
 
  animation:fadeInLeft 2s ease-in 1s 1 normal forwards;
}






#check:checked ~ ul:nth-child(5){ 

    animation: menu2;
    animation-duration: 1100ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}





/*==================================================================
ANIMATION pershkrim-p
========================================================*/
.pershkrim-p {
  -webkit-animation-name: slideInDown 2s ease-in 1s 1 normal forwards;
 
  animation:slideInDown 2s ease-in 1s 1 normal forwards;
}

@,keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#check:checked ~ ul li:nth-child(6){ 

    animation: menu2;
    animation-duration: 1300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


#check:checked ~ ul li:nth-child(7){ 

    animation: menu2;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
body{margin:0;padding:0}
.slide{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slider-wrapper{position: relative;max-width: 65rem;margin: 100PX auto;height: 35vw;}
.slider{
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 3px 5px 7px black;
    height: 35vw;
    width: 100%;
    background-color: #ffffff;
}

.slider .img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    height: 35vw!important;
    display: flex;
    flex-direction: row;
}

.input-slide {
height: 50px;
    width: 239px;
    position: absolute;
    display: block;
    background: #607d8bb5;
    margin-left: 0%;
    left: 50%;
    top: 57vh;
    transform: translate(85%, -50%);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slide-ermifood .input-slide {
 height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left: 13.7vw;
    top: 46vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slider .img img{
    width: 70%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: 20px;

}
.pershkrim-h1 {
    color: white;
    font-size: 7vh;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    left: 6px;
}
.slide-ermifood .slider .img img {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: -1px;
}

.slide-ermifood pershkrim {
 height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 37px;
    display: flex;
    background: #f5f5f5b8;
    border-bottom: 20px solid #83929a;
    top:0px!important;
}
/* .slider .img::before*/

pershkrim:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    top: 26px;
    transform: rotate(-180deg);
}

pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:before {
    content: "";
    width: 30vh;
    height: 53vh;
     border:none;
    float: left;
    position: absolute;
    right: 311px;
    top: 4px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border:none;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}
pershkrim{
    height: 100%;
    width: 29%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 0px;
    display: flex;
    background: whitesmoke;
}
pershkrim h1{  font-size: 3vw;
    text-align: center;
    text-decoration: wavy;
    color: #9e9e9e;
    float: left;
    left: 34px;
    position: absolute;
    top: 3vh;
    text-shadow: 0px 2px 4px black;
}
pershkrim p{ 
font-size: 1.5vw;
    text-align: center;
    top: 18vw;
    position: absolute;
    color: #023148;
    display: inline-table;
    left: 29px;
    width: 23vw;
    padding: 2px 0px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
    white-space: pre-wrap;
}


.input {
    height: 50px;
    width: 239px;
    position: relative;
    background: transparent;
    margin-left: 0%;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #726f6f;
    cursor: pointer;
    font-weight: 900;
}




.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 5.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.slider-nav a{width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #060403;
    opacity: 0.7;
    transition: opacity ease 250ms;
    top: 2vw;
    position: relative;
}
.slider-nav a:hover, .slider-nav a:focus{
    background-color: rgb(0, 153, 180);
}

.content{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 47vw;
    display: flex;
    flex-direction: column;
}


.card{ 
width: 100%;
    height: 20vw;
    background: #f1f3f4;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 40px;
    top: 13%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px; 
}
.p-card {
    font-size: 3vh;
    line-height: normal;
    font-weight: 100;
    color: darkgray;
    padding: 20px;
    top: 4vh;
    position: absolute;
}
    .card-img-left img {width: 20vw;
    position: absolute;
    height: inherit;
    background: white;
    left: -45%;}
.content-services{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    left: 0px;
    top: 10vw;
}
    .card-3{ 

        float: left;
        position: relative;
        width: calc(100% / 4);
        height: 25.6rem;
        border: 1px solid var(--gri);
        border-radius: 10px;
        left: 115px;
        margin-right: 40px;
        margin-bottom: 43px;

      }
  .card-3 .card-img img {
    float: left;
    padding: 0px;
    height: 7.3vw;
    width:24.6vw!important;
    background: #ffffff;
    top: 0px;
    position: absolute;
    left: 1px;
    border: none;
    border-radius: 10px 10px 0px 0px;
  }
.card-pershkrim{    
 background: #ffffff;
    float: left;
    width: 74.5%;
    height: 20vw;
    position: absolute;
    float: right;
    left: 23%;
    top: 0px;}
center.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 172vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}
    
.card-3 .h1-card-titull {
        font-size: 1vw;
        line-height: normal;
        font-weight: 700;
        color: #060403;
        padding: 20px;
    }
    
    .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 3rem;
    height: 7vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
        text-transform: capitalize;
            width: 100%;
    text-align: center;
}


.we-offer{
width: 93.6%;
    left: 3.9%;
    position: absolute;
    height: 25vh;
    top: -1vh;
    background: white
    
}
.we-offer-p{
    color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    position: relative;}
    
    .card-3 .input-card{
        height: 30px;
        width: 10vw;
        position: absolute;
        bottom: 0;
        left: 26%;
        background: white;
        color: #10a7ff;
        transform: translate(-50%, -6px);
        left: 50%;
        border-radius: 25px;
        transition: all ease 700ms;
        cursor: pointer;
        border: none; 
    }
    .card-3 .input-card:hover {
       
        position: absolute;
        
        background: #10a7ff;
       
        border-radius: 25px;
        border: none;
        color: white;
        transition: all ease 700ms;
        cursor: pointer;
    }
    .card-3 .card-pershkrim{background: #ffffff;
    float: left;
    width: 100%;
    height: 22.5vw;
    position: absolute;
    float: right;
    left: 0;
    top: 100px;
    border-radius: 0px 0px 5px 5px;}
.card .card-pershkrim .input-card{    
    height: 4vw!important;
    width: 16vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-in-out 500ms;}



    .card .card-pershkrim .input-card:hover{    
        background-color: #4e98bd;
        color: rgb(255, 255, 255);
      
        position: absolute;
         
        border: none;cursor: pointer;transition: background-color ease-in-out 500ms;}


        /* baner products */

        .content-services .baner {
            position: absolute;
            height: 200px;
            width: 200px;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }


        .content-services .baner p{   
            position: absolute;
            height: 31px;
            width: 89%;
            top: 9px;
            left: -35px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: x-large;}
        .content-services .baner p:after {   
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            right: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;}

        .content-services .baner p:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            left: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }

        /* footer */
/* footer services */
.content-services + .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -232vh;
}


.footer-green{width: 100%;
    height: 20vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: absolute;
    margin-top: 400px;
    margin-bottom: 147px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -100%);}

/* footer */
        .footer-green{
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -63vw;
    
    /* position: relative;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    top: 133vw; */
        }
#container-database .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -46vw;
}
.footer-green center{
    position: relative;
    grid-column-start: 3;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: 40px;
    color: #9e9e9e;
    font-size: 2vw;}

    .footer-green center:before{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        left: 90px;
        background-color: #d9dbdd
       }
       .footer-green center:after{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        right: 90px;
        background-color: #d9dbdd
       }
.footer-nav{width: 100%;
    height: 100px;
    display: flex;
    top: 0px;
    position: relative;}

.footer-nav ul{
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 1.3vw;
    text-decoration: none;
    list-style-type: none;
}

.footer-nav ul li{
    margin: 9px;
    padding: 2px 30px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 20%;
    position: relative;
    top: 33px;
}

nipt{
    position: relative;
    top: 21px;
    left: 0;
    text-align: center;
    display: block;
    color: #9e9e9e;}

.footer-nav ul li a{    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #6c6c6c;transition: all ease 400ms;cursor: pointer;
}

    .footer-nav ul li a:hover{color: #000000;transition: all ease 400ms;cursor: pointer;}


    #form-contact{
        height: 500px;width: 550px;
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/* form contact sms */
    .contact-clean form {
        max-width: 100%;
    display: flex;
    width: 96%;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 90px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 39.6vw;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 100%;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    .contact-clean h2 {
        margin-top: 5px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 36px;
        color: inherit;
    }

    .form-group { 
        margin-bottom: 1rem;
        width: 80%;
        left: 10%;
        position: relative;
    }


    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
        border-radius: 10px;
    }
    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
        outline: none;
        color: inherit;
        padding-left: 0px;
        height: 42px;
        border-radius: 10px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .contact-clean form .btn-primary {
        background-color: #009ca1 !important;
        margin-top: 15px;
        color: #fff;
        width: 100%;
        position: relative;
        cursor: pointer;
        z-index: 1!important;
    }
   

    div.form-shadow:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        left: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(5deg);
        transform-origin: left;
        z-index: -1;
        box-shadow: 14px 25px 19px black;
    
        
    }

    div.form-shadow:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        right: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(-5deg);
        transform-origin: right;
        z-index: -1;
        box-shadow: 14px 25px 19px black;

       
        
    }
    .contact-clean form .btn {
        cursor: pointer;
        padding: 21px 20px;
        border-radius: 10px;
        border: none;
        background: none;
        box-shadow: 2px 4px 8px rgb(200, 200, 202);
        text-shadow: none;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        outline: none !important;
        left: -1px;
    width: 32vw;
    }

    #container-contact {
        width: 100%;
        height: 80vw;
        background-color: #f1f3f4;
        left: 0;
        position: absolute;
        top: 0;
    }

    select{
        height: 50px;
        width: 104%;
        left: 0;
        border-radius: 10px;
    }

.imazhi{
    height: 50px;
    width: 104%;
    left: 0;
    border-radius: 10px;
}

input[type='file']{ 
    HEIGHT: 4vw;
    width: 83%;
    border-radius: 10px;
    position: relative;
    left: 10%;
    border: 1px dashed gray;
    margin-bottom: 20px;
}


#container-registr + footer.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -74vw;
}
#container-about{ 
    position: absolute;
    width: 100%;
    height: 55vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 0;
    top: 0vw;
    display: flex;
    flex-direction: column;}

    #container-about .footer-green {
        position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -40vw;
    }
#container-about + .content-about {
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 3px;
    top: 8vw;
    display: flex;
    flex-direction: column;
}
.card-about{
    position: relative;
    top: 0 !important;
    left: 2%;
    width: 90%;
    height: 30vw;
    margin-bottom: -67px;
}

.content-about{
    position: absolute;
    top: 190px !important;
    left: 0%;
    width: 100%;
    height: 45vw;
    display: flex;
    flex-direction: row;
    flex: 3;
}
   .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 142px;
}
 #container-about h1.center {    
    text-align: center;
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    font-family: 'El Messiri', sans-serif;
    color:#417e9c
}

.img {
    width: 15vw!important;
    height: 15vw!important; 
    background: white;
    z-index: 99!important;
    position: relative;
    top: -3px;
    left: 46px;
}
.content-about + .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw!important;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px;
        }

.content-about .card-pershkrim {
    background: #ffffff;
    width: 57%;
    height: 20vw;
    position: relative;
    float: right;
    left: 22vw;
    padding: 2rem;
    top: 45px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-bottom: 15px solid cadetblue;
}


.content-about .p-card {
font-size: 1.2vw;
    line-height: 1vw;
    font-weight: normal;
    color: #060403;
    padding: 20px;
    width: 100%;
    top: -22px;
    position: relative;
    line-height: 16px;
}
.about-para:hover .p-card {
   
    color: rgb(6, 6, 6);
 
}


.h1-card-titull-about{font-size: 1vw;color: #9e9e9e;}

.card-img-about{ width: 11vw;
    height: 11vw;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 50%;
    background: #9e9e9e;
    left: 4.7vw;
    top: 1vw;}
.card-img-about img{
    background-size: contain;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    left: 0px;
    top: 0;
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
}

.card-pershkrim-about{ width: 20vw!important;
    height: 18vw;
    background: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 12vw;
    padding: 0;font-family: 'El Messiri'; }
.about-para,.about-dyta,.about-mezi,.about-treta,
.about-katra{
height: 35vw;
    width: 25vw;
    left: 2%!important;
    position: relative;
    background-color: white;
    display: flex;
    transform: perspective(1000px);

}

.about-para{left:8vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-dyta{left:10vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-mezi{left:12vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-treta{left:14vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-katra{left:16vw;transition: transform ease-in 500ms;cursor: pointer;}


.about-para:hover, about-para:focus {left:8vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-dyta:hover,.about-dyta:focus{left:10vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-mezi:hover,.about-mezi:focus{left:12vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-treta:hover,.about-treta:focus{left:14vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-katra:hover,.about-katra:focus{left:16vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}



 
.mover {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    left: var(--mouse-x);
    top: var(--mouse-y);

  }
  
  .center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 252px)!important;
    margin-left: 122px!important;
    top: 166vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

}
@media screen and (max-width: 1198px){




/* menu2 stilim animim */

#check:checked ~ ul.menu-2 li:nth-child(1){ 

    animation: menu2;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(2){ 

    animation: menu2;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}

#check:checked ~ ul li:nth-child(3){ 

    animation: menu2;
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(4){ 

    animation: menu2;
    animation-duration: 900ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


.pershkrim-h1 {
 
  animation:fadeInLeft 2s ease-in 1s 1 normal forwards;
}






#check:checked ~ ul:nth-child(5){ 

    animation: menu2;
    animation-duration: 1100ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}





/*==================================================================
ANIMATION pershkrim-p
========================================================*/
.pershkrim-p {
  -webkit-animation-name: slideInDown 2s ease-in 1s 1 normal forwards;
 
  animation:slideInDown 2s ease-in 1s 1 normal forwards;
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#check:checked ~ ul li:nth-child(6){ 

    animation: menu2;
    animation-duration: 1300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


#check:checked ~ ul li:nth-child(7){ 

    animation: menu2;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
body{margin:0;padding:0}
.slide{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 60vw;
    LEFT: 6PX;
}

.slider-wrapper{position: relative;max-width: 65rem;margin: 100PX auto;height: 35vw;}
.slider{
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 3px 5px 7px black;
    height: 60vw;
    width: 100%;
    background-color: #ffffff;
}

.slider .img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    height: 60vw!important;
    display: flex;
    flex-direction: row;
}

.input-slide {
height: 50px;
    width: 239px;
    position: absolute;
    display: block;
    background: #607d8bb5;
    margin-left: 0%;
    left: 50%;
    top: 57vh;
    transform: translate(85%, -50%);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slide-ermifood .input-slide {
 height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left: 13.7vw;
    top: 46vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slider .img img{
    width: 70%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: 20px;

}
.pershkrim-h1 {
    color: white;
    font-size: 7vh;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    left: 6px;
}
.slide-ermifood .slider .img img {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: -1px;
}

.slide-ermifood pershkrim {
 height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 37px;
    display: flex;
    background: #f5f5f5b8;
    border-bottom: 20px solid #83929a;
    top:0px!important;
}
/* .slider .img::before*/

pershkrim:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    top: 26px;
    transform: rotate(-180deg);
}

pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:before {
    content: "";
    width: 30vh;
    height: 53vh;
     border:none;
    float: left;
    position: absolute;
    right: 311px;
    top: 4px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border:none;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}
pershkrim{
    height: 100%;
    width: 29%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 0px;
    display: flex;
    background: whitesmoke;
}
pershkrim h1{  font-size: 3vw;
    text-align: center;
    text-decoration: wavy;
    color: #9e9e9e;
    float: left;
    left: 34px;
    position: absolute;
    top: 3vh;
    text-shadow: 0px 2px 4px black;
}
pershkrim p{ 
font-size: 1.5vw;
    text-align: center;
    top: 18vw;
    position: absolute;
    color: #023148;
    display: inline-table;
    left: 29px;
    width: 23vw;
    padding: 2px 0px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
    white-space: pre-wrap;
}


.input {
    height: 50px;
    width: 239px;
    position: relative;
    background: transparent;
    margin-left: 0%;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #726f6f;
    cursor: pointer;
    font-weight: 900;
}




.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 5.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.slider-nav a{width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #060403;
    opacity: 0.7;
    transition: opacity ease 250ms;
    top: 2vw;
    position: relative;
}
.slider-nav a:hover, .slider-nav a:focus{
    background-color: rgb(0, 153, 180);
}

.content{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 75vw;
    display: block; 
}

li a h3{font-size:3vh!important;}
.card{ 
width: 31%;
    height: 100vh;
    background: #ffffff; 
    position: relative;
    margin-top: 40px;
    margin:1%;
    top: 5%;
    display:flex; 
    flex-direction:column;
    float:left;
    left:0.3%;
    align-items: center;

}

.card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px; 
}
.p-card {
    font-size: 3vh;
    line-height: normal;
    font-weight: 100;
    color: darkgray;
    padding: 20px;
    top: 8vh;
    position: absolute;
}
    .card-img-left img {
        width: 100%!important;
        height:100%!important;
    position: absolute;
    height: inherit;
    background: white;
    left: 0;
        padding-top:20px;
    }
    #container .h1-card-titull{
        font-size:100%!important;
        line-height:normal;
        font-weight:700;
        color:#060403;
        padding:20px;
        top:25%;
        position:relative;
    }
.content-services{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    left: 0px;
    top: 10vw;
}
    .card-3{ 

        float: left;
        position: relative;
        width: calc(100% / 4);
        height: 25.6rem;
        border: 1px solid var(--gri);
        border-radius: 10px;
        left: 115px;
        margin-right: 40px;
        margin-bottom: 43px;

      }
  .card-3 .card-img img {
    float: left;
    padding: 0px;
    height: 7.3vw;
    width:24.6vw!important;
    background: #ffffff;
    top: 0px;
    position: absolute;
    left: 1px;
    border: none;
    border-radius: 10px 10px 0px 0px;
  }
.card-pershkrim{    
 background: #ffffff;
    float: left;
    width: 100%!important;
    height: 20vh!important;
    position: absolute;
    float: right;
    left: 0%;
    top: 37%!important;}
center.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 172vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}
    
.card-3 .h1-card-titull {
        font-size: 1vw;
        line-height: normal;
        font-weight: 700;
        color: #060403;
        padding: 20px;
    }
    
    .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 3rem;
    height: 7vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
        text-transform: capitalize;
            width: 100%;
    text-align: center;
}


.we-offer{
width: 93.6%;
    left: 3.9%;
    position: relative;
    height: 33vh;
    top: -1vh;
    background: white
    
}
.we-offer-p{
    color: gray;
    text-align: center;
    padding: 10px;
    top: 2vh;
    position: relative;
    font-size:20px!important;
}
    
    .card-3 .input-card{
        height: 30px;
        width: 10vw;
        position: absolute;
        bottom: 0;
        left: 26%;
        background: white;
        color: #10a7ff;
        transform: translate(-50%, -6px);
        left: 50%;
        border-radius: 25px;
        transition: all ease 700ms;
        cursor: pointer;
        border: none; 
    }
    .card-3 .input-card:hover {
         
        position: absolute;
         
        background: #10a7ff;
       
        border: none;
        color: white;
        transition: all ease 700ms;
        cursor: pointer;
    }
    .card-3 .card-pershkrim{background: #ffffff;
    float: left;
    width: 100%;
    height: 22.5vw;
    position: absolute;
    float: right;
    left: 0;
    top: 100px;
    border-radius: 0px 0px 5px 5px;}
.card .card-pershkrim .input-card{    
    height: 15%!important;
    width: 40%;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 77%;
    left: 50%;
    font-size:2.7vh;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-in-out 500ms;}



    .card .card-pershkrim .input-card:hover{    
        background-color: #4e98bd;
        color: rgb(255, 255, 255);
         
        position: absolute;
         
        border: none;cursor: pointer;transition: background-color ease-in-out 500ms;}


        /* baner products */

        .content-services .baner {
            position: absolute;
            height: 200px;
            width: 200px;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }


        .content-services .baner p{   
            position: absolute;
            height: 31px;
            width: 89%;
            top: 9px;
            left: -35px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: x-large;}
        .content-services .baner p:after {   
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            right: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;}

        .content-services .baner p:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            left: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }

        /* footer */
/* footer services */
.content-services + .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -232vh!important;
}


.footer-green{width: 100%;
    height: 20vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: absolute;
    margin-top: 400px;
    margin-bottom: 147px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -100%);}

/* footer */
        .footer-green{
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -100vw;
    
    /* position: relative;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    top: 133vw; */
        }
        
  div#container#service {
      height:300vh;
      width:100%;
      min-height:100;
      
  }  
#container-database .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -46vw;
}
.footer-green center{
    position: relative;
    grid-column-start: 3;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: 40px;
    color: #9e9e9e;
    font-size: 160%;}

    .footer-green center:before{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        left: 10vw!important;
        background-color: #d9dbdd
       }
       .footer-green center:after{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        right: 10vw!important;
        background-color: #d9dbdd
       }
       
       
       
       #container .footer-green center:before{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        left: 0vw!important;
        background-color: #d9dbdd
       }
       #container .footer-green center:after{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        right: 0vw!important;
        background-color: #d9dbdd
       }
.footer-nav{width: 100%;
    height: 100px;
    display: flex;
    top: 0px;
    position: relative;}

.footer-nav ul{
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 120%!important;
    text-decoration: none;
    list-style-type: none;
}

.footer-nav ul li{
    margin: 9px;
    padding: 2px 30px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 12%;
    position: relative;
    top: 33px;
}

nipt{
    position: relative;
    
    font-size:130%;
    top: 21px;
    left: 0;
    text-align: center;
    display: block;
    color: #9e9e9e;}

.footer-nav ul li a{    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #6c6c6c;transition: all ease 400ms;cursor: pointer;
}

    .footer-nav ul li a:hover{color: #000000;transition: all ease 400ms;cursor: pointer;}


    #form-contact{
        height: 500px;width: 550px;
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/* form contact sms */
    .contact-clean form {
        max-width: 100%;
    display: flex;
    width: 96%;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 90px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 39.6vw;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 100%;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    .contact-clean h2 {
        margin-top: 5px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 36px;
        color: inherit;
    }

    .form-group { 
        margin-bottom: 1rem;
        width: 80%;
        left: 10%;
        position: relative;
    }


    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
        border-radius: 10px;
    }
    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
        outline: none;
        color: inherit;
        padding-left: 0px;
        height: 42px;
        border-radius: 10px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .contact-clean form .btn-primary {
        background-color: #009ca1 !important;
        margin-top: 15px;
        color: #fff;
        width: 100%;
        position: relative;
        cursor: pointer;
        z-index: 1!important;
    }
   

    div.form-shadow:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        left: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(5deg);
        transform-origin: left;
        z-index: -1;
        box-shadow: 14px 25px 19px black;
    
        
    }

    div.form-shadow:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        right: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(-5deg);
        transform-origin: right;
        z-index: -1;
        box-shadow: 14px 25px 19px black;

       
        
    }
    .contact-clean form .btn {
        cursor: pointer;
        padding: 21px 20px;
        border-radius: 10px;
        border: none;
        background: none;
        box-shadow: 2px 4px 8px rgb(200, 200, 202);
        text-shadow: none;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        outline: none !important;
        left: -1px;
    width: 32vw;
    }

    #container-contact {
        width: 100%;
        height: 80vw;
        background-color: #f1f3f4;
        left: 0;
        position: absolute;
        top: 0;
    }

    select{
        height: 50px;
        width: 104%;
        left: 0;
        border-radius: 10px;
    }

.imazhi{
    height: 50px;
    width: 104%;
    left: 0;
    border-radius: 10px;
}

input[type='file']{ 
    HEIGHT: 4vw;
    width: 83%;
    border-radius: 10px;
    position: relative;
    left: 10%;
    border: 1px dashed gray;
    margin-bottom: 20px;
}


#container-registr + footer.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -74vw;
}
#container-about{ 
    position: absolute;
    width: 100%;
    height: 55vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 0;
    top: 0vw;
    display: flex;
    flex-direction: column;}

    #container-about .footer-green {
        position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -40vw;
    }
#container-about + .content-about {
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 3px;
    top: 8vw;
    display: flex;
    flex-direction: column;
}
.card-about{
    position: relative;
    top: 0 !important;
    left: 2%;
    width: 90%;
    height: 30vw;
    margin-bottom: -67px;
}

.content-about{
    position: absolute;
    top: 190px !important;
    left: 0%;
    width: 100%;
    height: 45vw;
    display: flex;
    flex-direction: row;
    flex: 3;
}
   .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 50%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 25%;
}
 #container-about h1.center {    
    text-align: center;
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    font-family: 'El Messiri', sans-serif;
    color:#417e9c
}

.img {
    width: 15vw!important;
    height: 15vw!important; 
    background: white;
    z-index: 99!important;
    position: relative;
    top: -3px;
    left: 46px;
}
.content-about + .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw!important;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px;
        }

.content-about .card-pershkrim {
    background: #ffffff;
    width: 57%;
    height: 20vw;
    position: relative;
    float: right;
    left: 22vw;
    padding: 2rem;
    top: 45px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-bottom: 15px solid cadetblue;
}


.content-about .p-card {
font-size: 1.2vw;
    line-height: 1vw;
    font-weight: normal;
    color: #060403;
    padding: 20px;
    width: 100%;
    top: -22px;
    position: relative;
    line-height: 16px;
}
.about-para:hover .p-card {
   
    color: rgb(6, 6, 6);
 
}


.h1-card-titull-about{font-size: 1vw;color: #9e9e9e;}

.card-img-about{ width: 40%!important;
    height: 40%!important;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 50%;
    background: #9e9e9e;
    left: 4.7vw;
    top: 1vw;}
.card-img-about img{
    background-size: contain;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    left: 0px;
    top: 0;
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
}

.card-pershkrim-about{ width: 20vw!important;
    height: 18vw;
    background: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 12vw;
    padding: 0;font-family: 'El Messiri'; }
.about-para,.about-dyta,.about-mezi,.about-treta,
.about-katra{
height: 35vh!important;
    width: 25vw!important;
    left: 2%!important;
    position: relative;
    background-color: white;
    display: flex!important;
    flex-direction:row;
    transform: perspective(1000px) ;

}

.about-para{left:8vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-dyta{left:10vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-mezi{left:12vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-treta{left:14vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-katra{left:16vw;transition: transform ease-in 500ms;cursor: pointer;}


.about-para:hover, about-para:focus {left:8vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-dyta:hover,.about-dyta:focus{left:10vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-mezi:hover,.about-mezi:focus{left:12vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-treta:hover,.about-treta:focus{left:14vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-katra:hover,.about-katra:focus{left:16vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}



 
.mover {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    left: var(--mouse-x);
    top: var(--mouse-y);

  }

}
@media screen and (max-width: 922px) and (max-width: 1196){
  .center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 252px)!important;
    margin-left: 122px!important;
    top: 166vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}




/* menu2 stilim animim */

#check:checked ~ ul.menu-2 li:nth-child(1){ 

    animation: menu2;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(2){ 

    animation: menu2;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}

#check:checked ~ ul li:nth-child(3){ 

    animation: menu2;
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
#check:checked ~ ul li:nth-child(4){ 

    animation: menu2;
    animation-duration: 900ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


.pershkrim-h1 {
 
  animation:fadeInLeft 2s ease-in 1s 1 normal forwards;
}






#check:checked ~ ul:nth-child(5){ 

    animation: menu2;
    animation-duration: 1100ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}





/*==================================================================
ANIMATION pershkrim-p
========================================================*/
.pershkrim-p {
  -webkit-animation-name: slideInDown 2s ease-in 1s 1 normal forwards;
 
  animation:slideInDown 2s ease-in 1s 1 normal forwards;
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#check:checked ~ ul li:nth-child(6){ 

    animation: menu2;
    animation-duration: 1300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


#check:checked ~ ul li:nth-child(7){ 

    animation: menu2;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
body{margin:0;padding:0}
.slide{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}

.slider-wrapper{position: relative;max-width: 65rem;margin: 100PX auto;height: 35vw;}
.slider{
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 3px 5px 7px black;
    height: 35vw;
    width: 100%;
    background-color: #ffffff;
}

.slider .img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    height: 35vw!important;
    display: flex;
    flex-direction: row;
}

.input-slide {
height: 50px;
    width: 239px;
    position: absolute;
    display: block;
    background: #607d8bb5;
    margin-left: 0%;
    left: 50%;
    top: 57vh;
    transform: translate(85%, -50%);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slide-ermifood .input-slide {
 height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left: 13.7vw;
    top: 46vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
.slider .img img{
    width: 70%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: 20px;

}
.pershkrim-h1 {
    color: white;
    font-size: 7vh;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    left: 6px;
}
.slide-ermifood .slider .img img {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    position: absolute;
    right: -1px;
}

.slide-ermifood pershkrim {
 height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 37px;
    display: flex;
    background: #f5f5f5b8;
    border-bottom: 20px solid #83929a;
    top:0px!important;
}
/* .slider .img::before*/

pershkrim:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    top: 26px;
    transform: rotate(-180deg);
}

pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:before {
    content: "";
    width: 30vh;
    height: 53vh;
     border:none;
    float: left;
    position: absolute;
    right: 311px;
    top: 4px;
    transform: rotate(-180deg);
}

.slide-ermifood pershkrim:after {
    content: "";
    width: 0;
    height: 0;
    border:none;
    float: left;
    position: absolute;
    right: 0px;
    bottom:26px;
    transform: rotate(-180deg);
}
pershkrim{
    height: 100%;
    width: 29%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 0px;
    display: flex;
    background: whitesmoke;
}
pershkrim h1{  font-size: 3vw;
    text-align: center;
    text-decoration: wavy;
    color: #9e9e9e;
    float: left;
    left: 34px;
    position: absolute;
    top: 3vh;
    text-shadow: 0px 2px 4px black;
}
pershkrim p{ 
font-size: 1.5vw;
    text-align: center;
    top: 18vw;
    position: absolute;
    color: #023148;
    display: inline-table;
    left: 29px;
    width: 23vw;
    padding: 2px 0px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
    white-space: pre-wrap;
}


.input {
    height: 50px;
    width: 239px;
    position: relative;
    background: transparent;
    margin-left: 0%;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #726f6f;
    cursor: pointer;
    font-weight: 900;
}




.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 5.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.slider-nav a{width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #060403;
    opacity: 0.7;
    transition: opacity ease 250ms;
    top: 2vw;
    position: relative;
}
.slider-nav a:hover, .slider-nav a:focus{
    background-color: rgb(0, 153, 180);
}

.content{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 47vw;
    display: flex;
    flex-direction: column;
}


.card{ 
width: 100%;
    height: 20vw;
    background: #f1f3f4;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 40px;
    top: 13%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px; 
}
.p-card {
    font-size: 3vh;
    line-height: normal;
    font-weight: 100;
    color: darkgray;
    padding: 20px;
    top: 4vh;
    position: absolute;
}
    .card-img-left img {width: 20vw;
    position: absolute;
    height: inherit;
    background: white;
    left: -45%;}
.content-services{
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 0rem;
    left: 0px;
    top: 10vw;
}
    .card-3{ 

        float: left;
        position: relative;
        width: calc(100% / 4);
        height: 25.6rem;
        border: 1px solid var(--gri);
        border-radius: 10px;
        left: 115px;
        margin-right: 40px;
        margin-bottom: 43px;

      }
  .card-3 .card-img img {
    float: left;
    padding: 0px;
    height: 7.3vw;
    width:24.6vw!important;
    background: #ffffff;
    top: 0px;
    position: absolute;
    left: 1px;
    border: none;
    border-radius: 10px 10px 0px 0px;
  }
.card-pershkrim{    
 background: #ffffff;
    float: left;
    width: 74.5%;
    height: 20vw;
    position: absolute;
    float: right;
    left: 23%;
    top: 0px;}
center.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 172vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}
    
.card-3 .h1-card-titull {
        font-size: 1vw;
        line-height: normal;
        font-weight: 700;
        color: #060403;
        padding: 20px;
    }
    
    .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 3rem;
    height: 7vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
        text-transform: capitalize;
            width: 100%;
    text-align: center;
}


.we-offer{
width: 93.6%;
    left: 3.9%;
    position: absolute;
    height: 25vh;
    top: -1vh;
    background: white
    
}
.we-offer-p{
    color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    position: relative;}
    
    .card-3 .input-card{
        height: 30px;
        width: 10vw;
        position: absolute;
        bottom: 0;
        left: 26%;
        background: white;
        color: #10a7ff;
        transform: translate(-50%, -6px);
        left: 50%;
        border-radius: 25px;
        transition: all ease 700ms;
        cursor: pointer;
        border: none; 
    }
    .card-3 .input-card:hover {
        
        position: absolute;
 
        background: #10a7ff;
         
        border: none;
        color: white;
        transition: all ease 700ms;
        cursor: pointer;
    }
    .card-3 .card-pershkrim{background: #ffffff;
    float: left;
    width: 100%;
    height: 22.5vw;
    position: absolute;
    float: right;
    left: 0;
    top: 100px;
    border-radius: 0px 0px 5px 5px;}
.card .card-pershkrim .input-card{    
    height: 4vw!important;
    width: 16vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-in-out 500ms;}



    .card .card-pershkrim .input-card:hover{    
        background-color: #4e98bd;
        color: rgb(255, 255, 255);
        
        position: absolute;
         
        border: none;cursor: pointer;transition: background-color ease-in-out 500ms;}


        /* baner products */

        .content-services .baner {
            position: absolute;
            height: 200px;
            width: 200px;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }


        .content-services .baner p{   
            position: absolute;
            height: 31px;
            width: 89%;
            top: 9px;
            left: -35px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: x-large;}
        .content-services .baner p:after {   
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            right: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;}

        .content-services .baner p:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 30px;
            left: 0px;
            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }

        /* footer */
/* footer services */
.content-services + .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -232vh;
}


.footer-green{width: 100%;
    height: 20vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: absolute;
    margin-top: 400px;
    margin-bottom: 147px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -100%);}

/* footer */
        .footer-green{
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -63vw;
    
    /* position: relative;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    top: 133vw; */
        }
#container-database .footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -46vw;
}
.footer-green center{
    position: relative;
    grid-column-start: 3;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: 40px;
    color: #9e9e9e;
    font-size: 2vw;}

    .footer-green center:before{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        left: 90px;
        background-color: #d9dbdd
       }
       .footer-green center:after{
        content: "";
        height: 6px;
        width: 30vw;
        border-radius: 50px;
        position: absolute;
        top: 44%;
        right: 90px;
        background-color: #d9dbdd
       }
.footer-nav{width: 100%;
    height: 100px;
    display: flex;
    top: 0px;
    position: relative;}

.footer-nav ul{
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 1.3vw;
    text-decoration: none;
    list-style-type: none;
}

.footer-nav ul li{
    margin: 9px;
    padding: 2px 30px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 20%;
    position: relative;
    top: 33px;
}

nipt{
    position: relative;
    top: 21px;
    left: 0;
    text-align: center;
    display: block;
    color: #9e9e9e;}

.footer-nav ul li a{    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #6c6c6c;transition: all ease 400ms;cursor: pointer;
}

    .footer-nav ul li a:hover{color: #000000;transition: all ease 400ms;cursor: pointer;}


    #form-contact{
        height: 500px;width: 550px;
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/* form contact sms */
    .contact-clean form {
        max-width: 100%;
    display: flex;
    width: 96%;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 90px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 39.6vw;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    div.form-shadow {
        max-width: 40vw;
        width: 100%;
        height: 100%;
        top: 4px;
        margin: 90px auto;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: relative;
        color: #505e6c;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 10px;
        z-index: 1;
    }
    .contact-clean h2 {
        margin-top: 5px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 36px;
        color: inherit;
    }

    .form-group { 
        margin-bottom: 1rem;
        width: 80%;
        left: 10%;
        position: relative;
    }


    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
        border-radius: 10px;
    }
    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
        outline: none;
        color: inherit;
        padding-left: 0px;
        height: 42px;
        border-radius: 10px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .contact-clean form .btn-primary {
        background-color: #009ca1 !important;
        margin-top: 15px;
        color: #fff;
        width: 100%;
        position: relative;
        cursor: pointer;
        z-index: 1!important;
    }
   

    div.form-shadow:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        left: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(5deg);
        transform-origin: left;
        z-index: -1;
        box-shadow: 14px 25px 19px black;
    
        
    }

    div.form-shadow:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 90%;
        right: 6%;
        bottom: 45px;
        background: #000000;
        transform: skewY(-5deg);
        transform-origin: right;
        z-index: -1;
        box-shadow: 14px 25px 19px black;

       
        
    }
    .contact-clean form .btn {
        cursor: pointer;
        padding: 21px 20px;
        border-radius: 10px;
        border: none;
        background: none;
        box-shadow: 2px 4px 8px rgb(200, 200, 202);
        text-shadow: none;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        outline: none !important;
        left: -1px;
    width: 32vw;
    }

    #container-contact {
        width: 100%;
        height: 80vw;
        background-color: #f1f3f4;
        left: 0;
        position: absolute;
        top: 0;
    }

    select{
        height: 50px;
        width: 104%;
        left: 0;
        border-radius: 10px;
    }

.imazhi{
    height: 50px;
    width: 104%;
    left: 0;
    border-radius: 10px;
}

input[type='file']{ 
    HEIGHT: 4vw;
    width: 83%;
    border-radius: 10px;
    position: relative;
    left: 10%;
    border: 1px dashed gray;
    margin-bottom: 20px;
}


#container-registr + footer.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -74vw;
}
#container-about{ 
    position: absolute;
    width: 100%;
    height: 55vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 0;
    top: 0vw;
    display: flex;
    flex-direction: column;}

    #container-about .footer-green {
        position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -40vw;
    }
#container-about + .content-about {
    position: absolute;
    width: 100%;
    height: 100vw;
    left: 0;
    padding: 1rem;
    background: #f1f3f4;
    left: 3px;
    top: 8vw;
    display: flex;
    flex-direction: column;
}
.card-about{
    position: relative;
    top: 0 !important;
    left: 2%;
    width: 90%;
    height: 30vw;
    margin-bottom: -67px;
}

.content-about{
    position: absolute;
    top: 190px !important;
    left: 0%;
    width: 100%;
    height: 45vw;
    display: flex;
    flex-direction: row;
    flex: 3;
}
   .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 142px;
}
 #container-about h1.center {    
    text-align: center;
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    font-family: 'El Messiri', sans-serif;
    color:#417e9c
}

.img {
    width: 15vw!important;
    height: 15vw!important; 
    background: white;
    z-index: 99!important;
    position: relative;
    top: -3px;
    left: 46px;
}
.content-about + .card-img-left {
    float: left;
    padding: 0px;
    height: 20vw!important;
    width: 20%;
    background: #f1f3f4;
    top: 0px;
    position: absolute;
    left: 135px;
        }

.content-about .card-pershkrim {
    background: #ffffff;
    width: 57%;
    height: 20vw;
    position: relative;
    float: right;
    left: 22vw;
    padding: 2rem;
    top: 45px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-bottom: 15px solid cadetblue;
}


.content-about .p-card {
font-size: 1.2vw;
    line-height: 1vw;
    font-weight: normal;
    color: #060403;
    padding: 20px;
    width: 100%;
    top: -22px;
    position: relative;
    line-height: 16px;
}
.about-para:hover .p-card {
   
    color: rgb(6, 6, 6);
 
}


.h1-card-titull-about{font-size: 1vw;color: #9e9e9e;}

.card-img-about{ width: 11vw;
    height: 11vw;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 50%;
    background: #9e9e9e;
    left: 4.7vw;
    top: 1vw;}
.card-img-about img{
    background-size: contain;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    left: 0px;
    top: 0;
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
}

.card-pershkrim-about{ width: 20vw!important;
    height: 18vw;
    background: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 12vw;
    padding: 0;font-family: 'El Messiri'; }
.about-para,.about-dyta,.about-mezi,.about-treta,
.about-katra{
height: 35vw;
    width: 25vw;
    left: 2%!important;
    position: relative;
    background-color: white;
    display: flex;
    transform: perspective(1000px) rotateY(31deg);

}

.about-para{left:8vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-dyta{left:10vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-mezi{left:12vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-treta{left:14vw;transition: transform ease-in 500ms;cursor: pointer;}
.about-katra{left:16vw;transition: transform ease-in 500ms;cursor: pointer;}


.about-para:hover, about-para:focus {left:8vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-dyta:hover,.about-dyta:focus{left:10vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-mezi:hover,.about-mezi:focus{left:12vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-treta:hover,.about-treta:focus{left:14vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}
.about-katra:hover,.about-katra:focus{left:16vw;transition: transform ease-in 500ms;cursor: pointer;transform: perspective(1000px) rotateY(0deg);color: #000000;}



 
.mover {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    left: var(--mouse-x);
    top: var(--mouse-y);

  }
  
  .center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 252px)!important;
    margin-left: 122px!important;
    top: 166vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

}
    @media screen and (max-width: 920px){ 

        *,html,body,#container{margin: 0;padding: 0;
            }
        
        body{overflow-x: hidden;}
            .header {
                height: 80px;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                background: crimson;
            }
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
        
    #container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 100vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        #container .content{display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
                float: left;
                position: relative;
                width: 40%;
                height: 35.8rem;
                border: 1px solid var(--gri);
                border-radius: 10px;
                left: 8%;
                margin-right: 40px;
                margin-bottom: 14vw;
                top: 16vw;
            }
            .navbar {
                height: 90px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
                color: black;
                height: 40px!important;
                width: 40px!important;
                position: absolute;
                top: 0px!important;
                font-size: 5vw!important;
                right: 23px!important;
                background: transparent;
                z-index: 2;
            }
            div#container\ service {
                display:grid;
                width: 100%;
                height: 200rem!important;
            }
    .content-services {
    display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 100vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
}
        
            .navbar ul {
                display: none;
                flex-direction: column;
                height: 123vw;
                width: 30vw;
                transition: all 700ms ease-in; 
                background-color: rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 9999;
                position: absolute;
                left: calc(562px + 30vw)!important;
                
                transform-origin: right;
    
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }
            
            #check:checked ~ .header .navbar ul {
                display: flex;
                flex-direction: column;
                height: 123vw;
                width: 30vw;
                transition: all 700ms ease-in;
                display: block!important;
                background-color: rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 9999!important;
                position: absolute;
                left:609px!important;
                transform-origin: right;
            }
        
        
            .content-services + .footer-green {
                position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 188px;
            display: block;
            bottom: -413vw!important;
            }
        
            .footer-green center {
                position: relative;
                grid-column-start: 3;
                display: flex;
                align-content: center;
                flex-wrap: wrap;
                justify-content: space-evenly;
                align-items: center;
                left: 0%;
                top: 16px;
                color: #9e9e9e;
                font-size: 2rem;
            }
        
            .footer-nav {
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: row;
                top: 23px;
                position: relative;
                background: rgb(235 239 241);
            }
            .footer-nav {
                width: 100%;
                height: 58px;
                display: flex;
                flex-direction: row;
                top: 27px;
                position: relative;
                background: rgb(235 239 241);
            }
        
            .footer-nav ul li { 
                margin: 9px;
                padding: 1px 3px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 23%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 1.2rem;
                
            }
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
                width: 100%!important;
                height: 6%!important;
                position: absolute;
                top: 63px;
                left: 242px;
                float: left;
                z-index: 99;
            }
            #check:checked ~ .header .navbar ul .div-li:hover {
               cursor: pointer;
               background: #d9dbdd;
            }
            .content-services .baner {
                position: absolute;
                height: 25vw;
                width: 25vw;
                top: -10px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
            .content-services .baner p {
                position: absolute;
                height: 31px;
                width: 82%;
                top: 20px;
                left: -33px;
                background: gold;
                text-align: center;
                transform: rotate(-45deg);
                align-items: center;
                display: grid;
                font-size: 1.2rem;
                align-items: center;
                text-align: center;
                margin-left: 2px;
            }
        
            .content-services .baner p:after {
                content: "";
                position: absolute;
                height: 0;
                width: 0;
                top: 30px;
                right: 13px;
                /* background: #ffc107; */
                border-left: 8px solid goldenrod;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid transparent;
                z-index: 3;
                transform: rotate(-273deg)!important;
                text-align: center;
            }
            .content-services .baner p:before {
                content: "";
                position: absolute;
                height: 0;
                width: 0;
                top: 30px;
                left: 0px;
                /* background: #ffc107; */
                border-left: 8px solid goldenrod;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid transparent;
                z-index: 3;
                transform: rotate(-273deg)!important;
                text-align: center;
            }
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                width: 150px!important;
                height: 150px!important;
                top: -18px!important;
                position: relative;
                filter: grayscale(1);
                left: 10px!important;
            }
    .container-login{height: 125vw!important;}
            .clean-360  {
                width: 100vw;
                background: aliceblue;
                height: 123vw!important;
                position: relative;
                left: 0;
                top: 0;
            }
            nipt {
                position: relative;
                top: 8px;
                left: 0;
                text-align: center;
                display: block;
                color: #9e9e9e;
                font-size: 21px;
                padding: 10px;
                background: rgb(235 239 241);
            }
        
            .card-3 .h1-card-titull {
                font-size: 1.1rem;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
                height: 7vw;
                width: 23vw;
                position: absolute;
                bottom: 15px;
                left: 26%;
                background: white;
                color: #10a7ff;
                transform: translate(-50%, -6px);
                left: 50%;
                border-radius: 50px;
                transition: all ease 700ms;
                cursor: pointer;
                border: 1px solid lightgrey;
            }
            .p-card {
                font-size: 1.2rem;
                line-height: 1.2rem;
                font-weight: 100;
                color: #060403;
                padding: 20px;
                top: 84px;
                position: absolute;
                background: white;
                height: 30vw;
            }
            
            .card-3 .card-pershkrim {
                background: #ffffff;
                float: left;
                width: 100%;
                height: 42.9vw;
                position: absolute;
                float: right;
                left: 0;
                border-left: 1px solid gainsboro;
                border-bottom: 1px solid gainsboro;
                border-right: 1px solid gainsboro;
                top: 243px;
                border-radius: 0px 0px 5px 5px;
            }
        
            .card .card-pershkrim .input-card {
                height: 8vw!important;
                width: 27vw;
                background-color: #f1f3f400;
                color: #060403;
                border-radius: 50px;
                position: absolute;
                top: 58%;
                left: 50%;
                transform: translate(-50%, 100%);
                border: 1px solid #f1f3f4;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                height: 8vw!important;
                width: 27vw;  
                border-radius: 50px;
                position: absolute;
                /* top: 214%;
                left: 50%;
                transform: translate(-50%, 100%); */
                border: none; 
                
            }
        
            .card-3 .input-card:hover {
             
                position: absolute;
                
                background: #10a7ff;
                
                
                font-size: small;
                border: none;
                color: white;
                transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
                position: relative;
                max-width: 100%;
                margin: 0px auto;
                height: 70vw!important;
                left: 0;
                z-index: 1;
            }
        
            .slider {
                display: flex;
                aspect-ratio: 16 / 9;
                overflow: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 3px 5px 7px black;
                height: 100%!important;
                width: 100%!important;
                background-color: #ffffff;
                }
    .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 1!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
                height: 6vw;
                width: 25vw;
                position: relative;
                background: #ffffff00;
                margin-left: 0%;
                left: 51%;
                top: 26rem;
                transform: translate(-50%, 0);
                border-radius: 25px;
                border: 2px solid #efefef;
                z-index: 1;
                color: #ffffff;
                cursor: pointer;
                font-size: larger;
                font-weight: 900;
                font-family: EL Messiri;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        
        
            pershkrim {
                height: 100%!important;
                width: 100%!important;
                color: white;
                font-size: 22px;
                position: absolute;
                z-index: 1;
                left: 0px;
                top: 2px!important;
                display: flex;
                background: #000000a6;
                flex-direction: column;
                text-align: center;
                align-items: center;
                align-self: center;
            }
            pershkrim h1 {
                font-size: 4rem;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 241px;
                position: absolute;
                top: 9px;
            }
        
            pershkrim p {
                font-size: 3rem;
                text-align: center;
                top: 20vw;
                margin-top: 130px;
                position: absolute;
                position: absolute;
                color: #ffffff;
                display: flex;
                left: 0px;
                width: 100%;
                padding: 2px 0px;
                font-family: 'EL Messiri';
                font-weight: 900;
                line-height: 3rem;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
                position: absolute;
                width: 100%;
                height:187vw;
                margin-bottom: 50px;
                left: 0;
                padding: 0rem;
                background: #f1f3f4;
                left: 0px;
                top: 95vw;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: baseline;
            }
            .card {
                position: relative;
                display: flex;
                margin-top: 30px;
                margin-bottom: 20px;
                width: 40%;
                left: 0%;
                height: 65vw;
                background: #d0d7db;
                margin-left: 7%;
            }
        
            .card-img-left {
                float: left;
                padding: 0px;
                height: 23vw;
                width: 100%;
                background: #ffffff;
                top: 0px;
                position: absolute;
                left: 2px;
            }
        
            .card-img-left img {
                width: 100%;
                height: inherit;
                background: white;
                position: absolute;
                left: -2px;
            }
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -50vw;
            }
            .container-login .contact-clean form {
                max-width: 100%;
                display: flex;
                width: 99%!important;
                height: 73vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 266px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            
            .card-pershkrim {
                float: left;
                width: 100%;
                height: 45vw;
                position: absolute;
                float: right;
                left: 0px;
                top: 175px;
                display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 229vw;
                    left: 0;
                    padding: 1rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                    
                
            }
        
            #container-about h1.center {
                text-align: center;
                position: relative;
                padding: 1rem;
                margin-bottom: 1rem;
                font-family: 'El Messiri', sans-serif;
                color: #417e9c;
                top: 0px;
                margin-top: 70px;
            }
        
            .content-about {
                position: absolute;
                top: 190px !important;
                left: 0%;
                width: 100%;
                height: 207vw;
                display: flex;
                flex-direction: row;
                align-self: baseline;
                flex-wrap: wrap;
                flex: 3;
                align-items: baseline;
            }
        
            .card-img-about {
                width: 25vw;
                height: 25vw;
                background: white;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0px;
                align-content: center;
                border-radius: 50%;
                background: #9e9e9e;
                left: 25%;
                top: 1vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                width: 100%!important;
                height: 70vw;
                background: #ffffff;
                position: absolute;
                display: flex;
                flex-direction: column;
                left: 0px;
                text-align: center;
                top: 29vw;
                padding: 0;
                font-family: 'El Messiri';
            }
        
            .content-about .p-card {
                font-size: 1.3rem;
                line-height: 2rem;
                font-weight: 100;
                color: #060403;
                padding: 20px;
                top: 9px;
                position: relative;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -65vw;
            }
            .h1-card-titull-about {
                font-size: 1.7rem!important;
                color: #9e9e9e;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
                height: 89vw!important;
                min-width: 40%;
                width: 44%;
                margin-top: 20px;
                margin-left: 3%;
                position: relative;
                background-color: white;
                display: flex;
                left: 0%!important;
                transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 194vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 189vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 11vw;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: baseline;
                z-index: -1;
            }
        
            #container-database .card {
                width: 40%;
        height: 78vw;
        background: transparent;
        display: flex;
        aspect-ratio: 16 / 9;
        position: relative;
        margin-top: 0px;
        margin-bottom: 50px;
        align-items: center;
        left: 156px;
        top: -7vw;
        margin-left: 51px;
            }
        
        
            #container-database .h1-card-titull {
                font-size: 1.3rem;
                line-height: normal;
                font-weight: 300;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
                height: 6vw!important;
                width: 23vw;
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute;
                top: 69%;
                left: 50%;
                font-size: 1rem;
                transform: translate(-50%, 100%);
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
               
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                border-radius: 50px;
                position: absolute;  
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom:-28vw;
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 148vw;
                position: relative;
                left: 0;
                top: 0;
            }
        
            .contact-clean form {  
                max-width: 100%;
                display: flex;
                width: 99%!important;
                height: 106vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                top: 15px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            
                
            }
            .contact-clean form .btn {
                cursor: pointer;
                padding: 30px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 44.7rem;
                font-size: x-large;
                top: 155px;
            }
            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 70px;
                border-radius: 10px;
                place-items: center;
                font-size: x-large;
            }
            div.form-shadow {
                max-width: 100%;
                width: 100%;
                height: auto;
                top: 2px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            div.form-shadow:before {
                position: absolute;
                content: "";
                height: 30px;
                width: 90%;
                left: 6%;
                bottom: 60px;
                background: #000000;
                transform: skewY(5deg);
                transform-origin: left;
                z-index: -1;
                box-shadow: 14px 25px 19px black;
            }
    
    
            div.form-shadow:after {
                position: absolute;
                content: "";
                height: 30px;
                width: 90%;
                right: 6%;
                bottom: 60px;
                background: #000000;
                transform: skewY(-5deg);
                transform-origin: right;
                z-index: -1;
                box-shadow: 14px 25px 19px black;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 22rem;
            }
        
        
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 176vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        .container-login{
            width: 100%;
            height: 148vw;
        }
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -82vw;
            }
            .contact-clean form .form-control { 
                    background: #fff;
                    border-radius: 2px;
                    box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                    outline: none;
                    color: inherit;
                    padding-left: 0px;
                    height: 70px;
                    width: 100%!important;
                    border-radius: 10px;
                
            }
    
    
            .contact-clean form textarea.form-control {
                min-height: 230px;
                max-height: 260px;
                padding-top: 10px;
                resize: vertical;
                border-radius: 10px;
            }
            .contact-clean h2 {
                margin-top: 70px;
                font-weight: bold;
                font-size: 2.5rem;
                margin-bottom: 36px;
                color: inherit;
                text-align: center;
                margin-left: 8px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:180vw;width: 100%;}
        .footer-regjistro{position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -96vw;}
    
    
            input[type='file'] {
                HEIGHT: 10vw;
                width: 82%;
                border-radius: 10px;
                position: relative;
                left: 10%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }
    
            select {
                height: 80px;
                width: 103%;
                left: 0;
                border-radius: 10px;
            }
            .regjistro form {
                max-width: 100%;
                display: flex;
                width: 100%;
                height: 154vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
        
            #container .h1-card-titull {
                font-size: 1.2rem;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px
            
            }
        
            #container .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -68vw;
            }
            .footer-green center:before {
                content: "";
                height: 6px;
                width: 25vw;
                border-radius: 50px;
                position: absolute;
                top: 44%;
                left: 40px;
                background-color: #d9dbdd;
            }

            .footer-green center:after{
                content: "";
                height: 6px;
                width: 25vw;
                border-radius: 50px;
                position: absolute;
                top: 44%;
                right: 40px;
                background-color: #d9dbdd;
            }
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }
        }
    @media screen and (max-width: 850px){
    *,html,body,#container{margin: 0;padding: 0;
        }
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}


 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 60px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(65, 126, 156);
}
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
    #container {     
           width: 100%;     
           height: 100%;     
           display: grid;     
           grid-template-columns: 1fr;     
           grid-template-rows: 13vh 90vh 100vh 20vh;     
           grid-template-areas:         'header'         'slide'         'content'         'footer';     
           background-color: #ffffff;    
           left: 0;     
           position: absolute;     
           top: 0; 
        
    }
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 40%;
            height: 35.8rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 8%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 90px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9!important;
        }
    .div-li li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 62px;
    color: rgb(65, 126, 156);
}
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 2;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px!important;
            width: 40px!important;
            position: absolute;
            top: 0px!important;
            font-size: 5vw!important;
            right: 23px!important;
            background: transparent;
            z-index: 2;
        }
        div#container\ service {
           display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 9vh 90vh 50vh 20vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    width: 100%;
    height: 100rem!important;
        }
        
.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 20vh;
    display: block;
    bottom: -130vw;
}
  .content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 75vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 111px!important;
    height: 100vh!important;
}
    .grid-container {
    width: 100%;
    height: 90vh;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "qengj qengj vic vic"
        "peshk derr derr pul"
        "peshk oktapod vez vez"
        "karkaleca karkaleca vez vez";
}


.qengj:hover pershkrim, .vic:hover pershkrim, .karkaleca:hover pershkrim, .oktapod:hover pershkrim, .peshk:hover pershkrim, .derr:hover pershkrim, .pul:hover pershkrim, .vez:hover pershkrim, karkaleca:hover pershkrim {
    width: 100%!important;
    height: 100%!important;
    display: block;
    position: relative;
    background: #000000a1;
    color: white;
    font-size: 5vh!important;
    text-align: center;
    margin-top: 0%!important;
    left: 0vw;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    transition: left 300ms ease-in;
}
div:hover pershkrim p { 
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    position: absolute!important;
    background: #2d3b87bf;
    color: white;
    line-height: 100%;
    font-size: 3vw!important;
    text-align: center;
    left: 50%!important;
    top: 12%!important;
    transform: translate(-50%, -50%)!important;
    cursor: pointer;
    transition: left 0.5s ease-in, background 500ms ease-in-out;

}
.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 91vh!important;
    margin-top: -117vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

.center h3 {
    left: 0;
    position: relative;
    text-decoration: initial;
    color: #686565;
    font-family: 'El Messiri'!important;
    font-size: 4vw!important;
}
        .navbar ul {
            display: none;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in; 
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
            position: absolute;
            left: calc(562px + 30vw)!important;
            
            transform-origin: right;

        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 123vw;
            width: 35vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999!important;
            position: absolute;
            left:537px!important;
            transform-origin: right;
        }
    
    .div-li li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    font-size: 2vh!important;
    color: rgb(65, 126, 156);
}

.we-offer-p {
    color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    font-size: 2vh!important;
    position: relative;
}
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -413vw!important;
        }
    
        .footer-green center {
            position: absolute;
    display: block;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: -8px;
    color: #9e9e9e;
    font-size: 2rem;
        }
    .footer-green center:before {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 40px;
    background-color: #d9dbdd;
}
.footer-green center:after {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 40px;
    background-color: #d9dbdd;
}
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
            margin: 9px;
            padding: 1px 3px;
            list-style: none;
            text-decoration: none;
            text-transform: capitalize;
            font-family: inherit;
            align-items: center;
            display: block;
            left: 23%;
            margin-left: 0px;
            position: relative;
            top: 5px;
            font-size: 1.2rem;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 100%!important;
            height: 6%!important;
            position: absolute;
            top: 63px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        #check:checked ~ .header .navbar ul .div-li:hover {
           cursor: pointer;
           background: #d9dbdd;
        }
        .content-services .baner {
            position: absolute;
            height: 25vw;
            width: 25vw;
            top: -10px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
        .content-services .baner p {
            position: absolute;
            height: 31px;
            width: 82%;
           top: 16px;
           left: -33px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: 1.2rem;
            align-items: center;
            text-align: center;
            margin-left: 2px;
        }
    
        .content-services .baner p:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
                top: 32px;
    right: -4px;

            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }
        .content-services .baner p:before {
            content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 32px;
    left: 3px;
    /* background: #ffc107; */
    border-left: 8px solid goldenrod;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
    transform: rotate(-269deg)!important;
    text-align: center;
        }
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 150px!important;
            height: 150px!important;
            top: -18px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
.container-login{height: 125vw!important;}
        .clean-360  {
            width: 100vw;
            background: aliceblue;
            height: 123vw!important;
            position: relative;
            left: 0;
            top: 0;
        }
        nipt {
            position: relative;
            width:calc(100% - 55px)!important;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 1.1rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 7vw;
            width: 23vw;
            position: absolute;
            bottom: -55px;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 50px;
            transition: all ease 700ms;
            cursor: pointer;
            border: 1px solid lightgrey;
        }
.p-card {
    font-size: 2vh;
    line-height: 2.3vh;
    font-weight: 100;
    color: #060403;
    padding: 20px;
    top: 52px;
    position: absolute;
    background: white;
    height: 37vw;
}
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 42.9vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 243px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f400;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 67%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: 1px solid #f1f3f4;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
            
            background: #10a7ff;
            
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
display: grid;
    grid-area: slide;
    position: absolute;
    max-width: 100%;
    width: 100vw;
    margin: 0px auto;
    height: 86vh!important;
    left: 0;
    top: 0;
    background: blanchedalmond;
    z-index: 2!important;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
.slider-wrapper {
    position: absolute;
    max-width: 100%;
    width:100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 1!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .slide-ermifood .input-slide {
    height: 60px;
    width: 50vw;
    position: relative;
    background: #607d8b00;
    margin-left: 0%;
    left: 23.5vw;
    top: 72vh;
    transform: translate(-50%, 0);
    border-radius: 50px;
    border: 2px solid white;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
        .input-slide {
            height: 6vw;
            width: 25vw;
            position: relative;
            background: #ffffff00;
            margin-left: 0%;
            left: 51%;
            top: 26rem;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-size: larger;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 1;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 4rem;
            text-align: center;
            text-decoration: wavy;
            color: rgb(255 255 255);
            float: left;
            left: 177px;
            position: absolute;
            top: 9px;
        }
    .pershkrim h1 {
    color: white;
    font-size: 52px;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    width: 90%;
}

.slide-ermifood pershkrim {
    height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 2px;
    display: flex;
    background: #1a71b19c;
    border-bottom: 20px solid #83929a;
    top: 0px!important;
}
        pershkrim p {
   font-size: 4.9vw;
    text-align: center;
    top: 60vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: block;
    left: 0px;
    width: 100%;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 75vw!important;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
        }
        .card {
       position: relative;
    display: block;
    margin-bottom: 20px;
    width: 43.4%;
    float: left;
    left: 2%;
    height: 77vw;
    background: #d0d7db;
    margin-left: 3%;
    top: 26vh;

}
        .card-img-left {
            float: left;
            padding: 0px;
            height: 23vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 0px;
        }
    
        .card-img-left img {
        width: 80%;
    height: inherit;
    background: white;
    position: absolute;
    left: 10%;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -50vw;
        }
        .container-login .contact-clean form {
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 73vw!important;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 266px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 56vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 175px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 229vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
                
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 207vw;
            display: flex;
            flex-direction: row;
            align-self: baseline;
            flex-wrap: wrap;
            flex: 3;
            align-items: baseline;
        }
    
        .card-img-about {
            width: 25vw;
            height: 25vw;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 25%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            text-align: center;
            top: 29vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 2vh;
            line-height: 2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 1.7rem!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 89vw!important;
            min-width: 40%;
            width: 44%;
            margin-top: 20px;
            margin-left: 3%;
            position: relative;
            background-color: white;
            display: flex;
            left: 0%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 251vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 245vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 11vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: baseline;
            z-index: -1;
        }
    
        #container-database .card {
            width: 40%;
    height: 78vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 156px;
    top: -7vw;
    margin-left: 51px;
        }
    
    
        #container-database .h1-card-titull {
            font-size: 1.3rem;
            line-height: normal;
            font-weight: 300;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 6vw!important;
            width: 23vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 74%;
            left: 50%;
            font-size: 1rem;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
           
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;  
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom:-31vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 112vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 30px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 39rem;
            font-size: x-large;
            top:0%;
        }
        .contact-clean form .form-control {
            background: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
            outline: none;
            color: inherit;
            padding-left: 0px;
            height: 70px;
            border-radius: 10px;
            place-items: center;
            font-size: x-large;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: auto;
            top: 2px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        div.form-shadow:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            left: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(5deg);
            transform-origin: left;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }


        div.form-shadow:after {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            right: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(-5deg);
            transform-origin: right;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 176vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    .container-login{
        width: 100%;
        height: 148vw;
    }
    h6{
    font-size: 2.6vw;
}
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -86vw;
        }
        .contact-clean form .form-control { 
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 70px;
                width: 100%!important;
                border-radius: 10px;
            
        }


        .contact-clean form textarea.form-control {
            min-height: 200px;
            max-height: 260px;
            padding-top: 10px;
            resize: vertical;
            border-radius: 10px;
        }
        .contact-clean h2 {
            margin-top: 70px;
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    .footer-regjistro{position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -82vw;}


        input[type='file'] {
            HEIGHT: 10vw;
            width: 82%;
            border-radius: 10px;
            position: relative;
            left: 10%;
            border: 1px dashed gray;
            margin-bottom: 20px;
        }

        select {
            height: 80px;
            width: 103%;
            left: 0;
            border-radius: 10px;
        }
        .regjistro form {
            max-width: 100%;
            display: flex;
            width: 100%;
            height: 154vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 1.2rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px
      
        }
    
        #container .footer-green {
  display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -111vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }
         #container .content{display: block;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 170vh;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
        
        .we-offer {
    display: grid;
    grid-area: we-offer;
    left: 5%;
    position: absolute;
    height: 25vh;
    width: 90%;
    top: 2vh;
    background: white;
}
        
        
        }
    @media screen and (max-width: 820px){
        
    *,html,body,#container{margin: 0;padding: 0;
        }
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}


 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 60px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(65, 126, 156);
}
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
    #container {     
           width: 100%;     
           height: 100%;     
           display: grid;     
           grid-template-columns: 1fr;     
           grid-template-rows: 13vh 90vh 100vh 20vh;     
           grid-template-areas:         'header'         'slide'         'content'         'footer';     
           background-color: #ffffff;    
           left: 0;     
           position: absolute;     
           top: 0; 
        
    }
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 40%;
            height: 35.8rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 8%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 90px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9!important;
        }
    .div-li li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 62px;
    color: rgb(65, 126, 156);
}
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 2;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px!important;
            width: 40px!important;
            position: absolute;
            top: 0px!important;
            font-size: 5vw!important;
            right: 23px!important;
            background: transparent;
            z-index: 2;
        }
        div#container\ service {
           display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 9vh 90vh 50vh 20vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    width: 100%;
    height: 100rem!important;
        }
        
.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 20vh;
    display: block;
    bottom: -130vw;
}
  .content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 75vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 111px!important;
    height: 100vh!important;
}
    .grid-container {
    width: 100%;
    height: 90vh;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "qengj qengj vic vic"
        "peshk derr derr pul"
        "peshk oktapod vez vez"
        "karkaleca karkaleca vez vez";
}


.qengj:hover pershkrim, .vic:hover pershkrim, .karkaleca:hover pershkrim, .oktapod:hover pershkrim, .peshk:hover pershkrim, .derr:hover pershkrim, .pul:hover pershkrim, .vez:hover pershkrim, karkaleca:hover pershkrim {
    width: 100%!important;
    height: 100%!important;
    display: block;
    position: relative;
    background: #000000a1;
    color: white;
    font-size: 5vh!important;
    text-align: center;
    margin-top: 0%!important;
    left: 0vw;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    transition: left 300ms ease-in;
}
div:hover pershkrim p { 
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    position: absolute!important;
    background: #2d3b87bf;
    color: white;
    line-height: 100%;
    font-size: 3vw!important;
    text-align: center;
    left: 50%!important;
    top: 12%!important;
    transform: translate(-50%, -50%)!important;
    cursor: pointer;
    transition: left 0.5s ease-in, background 500ms ease-in-out;

}
.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 91vh!important;
    margin-top: -117vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

.center h3 {
    left: 0;
    position: relative;
    text-decoration: initial;
    color: #686565;
    font-family: 'El Messiri'!important;
    font-size: 4vw!important;
}
        .navbar ul {
            display: none;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in; 
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
            position: absolute;
            left: calc(562px + 30vw)!important;
            
            transform-origin: right;

        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 123vw;
            width: 36vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999!important;
            position: absolute;
            left:537px!important;
            transform-origin: right;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -413vw!important;
        }
    
        .footer-green center {
            position: absolute;
    display: block;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: -8px;
    color: #9e9e9e;
    font-size: 2rem;
        }
    .footer-green center:before {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 40px;
    background-color: #d9dbdd;
}
.footer-green center:after {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 40px;
    background-color: #d9dbdd;
}
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
            margin: 9px;
            padding: 1px 3px;
            list-style: none;
            text-decoration: none;
            text-transform: capitalize;
            font-family: inherit;
            align-items: center;
            display: block;
            left: 23%;
            margin-left: 0px;
            position: relative;
            top: 5px;
            font-size: 1.2rem;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 100%!important;
            height: 6%!important;
            position: absolute;
            top: 63px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        #check:checked ~ .header .navbar ul .div-li:hover {
           cursor: pointer;
           background: #d9dbdd;
        }
        .content-services .baner {
            position: absolute;
            height: 25vw;
            width: 25vw;
            top: -10px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
        .content-services .baner p {
            position: absolute;
            height: 31px;
            width: 82%;
           top: 16px;
           left: -33px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: 1.2rem;
            align-items: center;
            text-align: center;
            margin-left: 2px;
        }
    
        .content-services .baner p:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
                top: 32px;
    right: -4px;

            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }
        .content-services .baner p:before {
            content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 32px;
    left: 3px;
    /* background: #ffc107; */
    border-left: 8px solid goldenrod;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
    transform: rotate(-269deg)!important;
    text-align: center;
        }
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 150px!important;
            height: 150px!important;
            top: -18px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
.container-login{height: 125vw!important;}
        .clean-360  {
            width: 100vw;
            background: aliceblue;
            height: 123vw!important;
            position: relative;
            left: 0;
            top: 0;
        }
        nipt {
            position: relative;
            width:calc(100% - 55px)!important;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 1.1rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 7vw;
            width: 23vw;
            position: absolute;
            bottom: -55px;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 50px;
            transition: all ease 700ms;
            cursor: pointer;
            border: 1px solid lightgrey;
        }
        .p-card {
            font-size: 1.2rem;
            line-height: 1.2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 37vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 42.9vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 243px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f400;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 67%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: 1px solid #f1f3f4;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
            
            background: #10a7ff;
            
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
display: grid;
    grid-area: slide;
    position: absolute;
    max-width: 100%;
    width: 100vw;
    margin: 0px auto;
    height: 86vh!important;
    left: 0;
    top: 0;
    background: blanchedalmond;
    z-index: 2!important;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
.slider-wrapper {
    position: absolute;
    max-width: 100%;
    width:100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 1!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .slide-ermifood .input-slide {
    height: 60px;
    width: 50vw;
    position: relative;
    background: #607d8b00;
    margin-left: 0%;
    left: 23.5vw;
    top: 72vh;
    transform: translate(-50%, 0);
    border-radius: 50px;
    border: 2px solid white;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
        .input-slide {
            height: 6vw;
            width: 25vw;
            position: relative;
            background: #ffffff00;
            margin-left: 0%;
            left: 51%;
            top: 26rem;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-size: larger;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 1;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 4rem;
            text-align: center;
            text-decoration: wavy;
            color: rgb(255 255 255);
            float: left;
            left: 177px;
            position: absolute;
            top: 9px;
        }
    .pershkrim h1 {
    color: white;
    font-size: 52px;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    width: 90%;
}

.slide-ermifood pershkrim {
    height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 2px;
    display: flex;
    background: #1a71b19c;
    border-bottom: 20px solid #83929a;
    top: 0px!important;
}
        pershkrim p {
   font-size: 4.9vw;
    text-align: center;
    top: 60vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: block;
    left: 0px;
    width: 100%;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
        }
        .card {
       position: relative;
    display: block;
    margin-bottom: 20px;
    width: 43.4%;
    float: left;
    left: 2%;
    height: 79vw;
    background: #d0d7db;
    margin-left: 3%;
    top: 26vh;

}
        .card-img-left {
            float: left;
            padding: 0px;
            height: 23vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 0px;
        }
    
        .card-img-left img {
        width: 80%;
    height: inherit;
    background: white;
    position: absolute;
    left: 10%;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -50vw;
        }
        .container-login .contact-clean form {
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 73vw!important;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 266px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 56vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 175px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 229vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
                
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 207vw;
            display: flex;
            flex-direction: row;
            align-self: baseline;
            flex-wrap: wrap;
            flex: 3;
            align-items: baseline;
        }
    
        .card-img-about {
            width: 25vw;
            height: 25vw;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 25%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            text-align: center;
            top: 29vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 1.3rem;
            line-height: 2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 1.7rem!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 89vw!important;
            min-width: 40%;
            width: 44%;
            margin-top: 20px;
            margin-left: 3%;
            position: relative;
            background-color: white;
            display: flex;
            left: 0%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 251vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 245vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 11vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: baseline;
            z-index: -1;
        }
    
        #container-database .card {
            width: 40%;
    height: 78vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 156px;
    top: -7vw;
    margin-left: 51px;
        }
    
    
        #container-database .h1-card-titull {
            font-size: 1.3rem;
            line-height: normal;
            font-weight: 300;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 6vw!important;
            width: 23vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 74%;
            left: 50%;
            font-size: 1rem;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
           
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;  
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom:-31vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 112vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 30px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 39rem;
            font-size: x-large;
            top:0%;
        }
        .contact-clean form .form-control {
            background: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
            outline: none;
            color: inherit;
            padding-left: 0px;
            height: 70px;
            border-radius: 10px;
            place-items: center;
            font-size: x-large;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: auto;
            top: 2px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        div.form-shadow:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            left: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(5deg);
            transform-origin: left;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }


        div.form-shadow:after {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            right: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(-5deg);
            transform-origin: right;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 176vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    .container-login{
        width: 100%;
        height: 148vw;
    }
    h6{
    font-size: 2.6vw;
}
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -86vw;
        }
        .contact-clean form .form-control { 
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 70px;
                width: 100%!important;
                border-radius: 10px;
            
        }


        .contact-clean form textarea.form-control {
            min-height: 200px;
            max-height: 260px;
            padding-top: 10px;
            resize: vertical;
            border-radius: 10px;
        }
        .contact-clean h2 {
            margin-top: 70px;
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    .footer-regjistro{position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -82vw;}


        input[type='file'] {
            HEIGHT: 10vw;
            width: 82%;
            border-radius: 10px;
            position: relative;
            left: 10%;
            border: 1px dashed gray;
            margin-bottom: 20px;
        }

        select {
            height: 80px;
            width: 103%;
            left: 0;
            border-radius: 10px;
        }
        .regjistro form {
            max-width: 100%;
            display: flex;
            width: 100%;
            height: 154vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 1.2rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px
      
        }
    
        #container .footer-green {
  display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -111vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }
         #container .content{display: block;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 170vh;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
        
        .we-offer {
    display: grid;
    grid-area: we-offer;
    left: 5%;
    position: absolute;
    height: 25vh;
    width: 90%;
    top: 2vh;
    background: white;
}
        
        
        
    }
  @media screen and (max-width: 770px){ 

    *,html,body,#container{margin: 0;padding: 0;
        }
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}


 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 60px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(65, 126, 156);
}
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
    #container {     
           width: 100%;     
           height: 100%;     
           display: grid;     
           grid-template-columns: 1fr;     
           grid-template-rows: 13vh 90vh 100vh 20vh;     
           grid-template-areas:         'header'         'slide'         'content'         'footer';     
           background-color: #ffffff;    
           left: 0;     
           position: absolute;     
           top: 0; 
        
    }
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 40%;
            height: 35.8rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 8%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 90px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9!important;
        }
    .div-li li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 62px;
    color: rgb(65, 126, 156);
}
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 2;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px!important;
            width: 40px!important;
            position: absolute;
            top: 0px!important;
            font-size: 5vw!important;
            right: 23px!important;
            background: transparent;
            z-index: 2;
        }
        div#container\ service {
           display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 9vh 90vh 50vh 20vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    width: 100%;
    height: 100rem!important;
        }
        
.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 20vh;
    display: block;
    bottom: -130vw;
}
  .content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 75vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 111px!important;
    height: 100vh!important;
}
    .grid-container {
    width: 100%;
    height: 90vh;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "qengj qengj vic vic"
        "peshk derr derr pul"
        "peshk oktapod vez vez"
        "karkaleca karkaleca vez vez";
}


.qengj:hover pershkrim, .vic:hover pershkrim, .karkaleca:hover pershkrim, .oktapod:hover pershkrim, .peshk:hover pershkrim, .derr:hover pershkrim, .pul:hover pershkrim, .vez:hover pershkrim, karkaleca:hover pershkrim {
    width: 100%!important;
    height: 100%!important;
    display: block;
    position: relative;
    background: #000000a1;
    color: white;
    font-size: 5vh!important;
    text-align: center;
    margin-top: 0%!important;
    left: 0vw;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    transition: left 300ms ease-in;
}
div:hover pershkrim p { 
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    position: absolute!important;
    background: #2d3b87bf;
    color: white;
    line-height: 100%;
    font-size: 3vw!important;
    text-align: center;
    left: 50%!important;
    top: 12%!important;
    transform: translate(-50%, -50%)!important;
    cursor: pointer;
    transition: left 0.5s ease-in, background 500ms ease-in-out;

}
.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 91vh!important;
    margin-top: -117vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

.center h3 {
    left: 0;
    position: relative;
    text-decoration: initial;
    color: #686565;
    font-family: 'El Messiri'!important;
    font-size: 4vw!important;
}
        .navbar ul {
            display: none;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in; 
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
            position: absolute;
            left: calc(562px + 30vw)!important;
            
            transform-origin: right;

        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999!important;
            position: absolute;
            left:537px!important;
            transform-origin: right;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -413vw!important;
        }
    
        .footer-green center {
            position: absolute;
    display: block;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: -8px;
    color: #9e9e9e;
    font-size: 2rem;
        }
    .footer-green center:before {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 40px;
    background-color: #d9dbdd;
}
.footer-green center:after {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 40px;
    background-color: #d9dbdd;
}
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
            margin: 9px;
            padding: 1px 3px;
            list-style: none;
            text-decoration: none;
            text-transform: capitalize;
            font-family: inherit;
            align-items: center;
            display: block;
            left: 23%;
            margin-left: 0px;
            position: relative;
            top: 5px;
            font-size: 1.2rem;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 100%!important;
            height: 6%!important;
            position: absolute;
            top: 63px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        #check:checked ~ .header .navbar ul .div-li:hover {
           cursor: pointer;
           background: #d9dbdd;
        }
        .content-services .baner {
            position: absolute;
            height: 25vw;
            width: 25vw;
            top: -10px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
        .content-services .baner p {
            position: absolute;
            height: 31px;
            width: 82%;
           top: 16px;
           left: -33px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: 1.2rem;
            align-items: center;
            text-align: center;
            margin-left: 2px;
        }
    
        .content-services .baner p:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
                top: 32px;
    right: -4px;

            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }
        .content-services .baner p:before {
            content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 32px;
    left: 3px;
    /* background: #ffc107; */
    border-left: 8px solid goldenrod;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
    transform: rotate(-269deg)!important;
    text-align: center;
        }
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 150px!important;
            height: 150px!important;
            top: -18px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
.container-login{height: 125vw!important;}
        .clean-360  {
            width: 100vw;
            background: aliceblue;
            height: 123vw!important;
            position: relative;
            left: 0;
            top: 0;
        }
        nipt {
            position: relative;
            width:calc(100% - 55px)!important;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 1.1rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 7vw;
            width: 23vw;
            position: absolute;
            bottom: -55px;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 50px;
            transition: all ease 700ms;
            cursor: pointer;
            border: 1px solid lightgrey;
        }
        .p-card {
font-size: 2.2vh;
    line-height: 2.1vh;
    font-weight: 100;
    color: #060403;
    padding: 20px;
    top: 84px;
    position: absolute;
    background: white;
    height: 37vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 42.9vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 243px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f400;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 67%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: 1px solid #f1f3f4;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
            
            background: #10a7ff;
            
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
display: grid;
    grid-area: slide;
    position: absolute;
    max-width: 100%;
    width: 100vw;
    margin: 0px auto;
    height: 86vh!important;
    left: 0;
    top: 0;
    background: blanchedalmond;
    z-index: 2!important;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
.slider-wrapper {
    position: absolute;
    max-width: 100%;
    width:100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 1!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .slide-ermifood .input-slide {
    height: 60px;
    width: 50vw;
    position: relative;
    background: #607d8b00;
    margin-left: 0%;
    left: 23.5vw;
    top: 72vh;
    transform: translate(-50%, 0);
    border-radius: 50px;
    border: 2px solid white;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
        .input-slide {
            height: 6vw;
            width: 25vw;
            position: relative;
            background: #ffffff00;
            margin-left: 0%;
            left: 51%;
            top: 26rem;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-size: larger;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 1;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 4rem;
            text-align: center;
            text-decoration: wavy;
            color: rgb(255 255 255);
            float: left;
            left: 177px;
            position: absolute;
            top: 9px;
        }
    .pershkrim h1 {
    color: white;
    font-size: 52px;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    width: 90%;
}

.slide-ermifood pershkrim {
    height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 2px;
    display: flex;
    background: #1a71b19c;
    border-bottom: 20px solid #83929a;
    top: 0px!important;
}
        pershkrim p {
   font-size: 4.9vw;
    text-align: center;
    top: 60vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: block;
    left: 0px;
    width: 100%;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
        }
        .card {
       position: relative;
    display: block;
    margin-bottom: 20px;
    width: 43.4%;
    float: left;
    left: 2%;
    height: 79vw;
    background: #d0d7db;
    margin-left: 3%;
    top: 26vh;

}
        .card-img-left {
            float: left;
            padding: 0px;
            height: 23vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 0px;
        }
    
        .card-img-left img {
        width: 80%;
    height: inherit;
    background: white;
    position: absolute;
    left: 10%;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -50vw;
        }
        .container-login .contact-clean form {
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 73vw!important;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 266px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 56vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 175px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 229vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
                
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 207vw;
            display: flex;
            flex-direction: row;
            align-self: baseline;
            flex-wrap: wrap;
            flex: 3;
            align-items: baseline;
        }
    
        .card-img-about {
            width: 25vw;
            height: 25vw;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 25%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            text-align: center;
            top: 29vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 1.3rem;
            line-height: 2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 1.7rem!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 89vw!important;
            min-width: 40%;
            width: 44%;
            margin-top: 20px;
            margin-left: 3%;
            position: relative;
            background-color: white;
            display: flex;
            left: 0%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 251vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 245vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 11vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: baseline;
            z-index: -1;
        }
    
        #container-database .card {
            width: 40%;
    height: 78vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 156px;
    top: -7vw;
    margin-left: 51px;
        }
    
    
        #container-database .h1-card-titull {
            font-size: 1.3rem;
            line-height: normal;
            font-weight: 300;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 6vw!important;
            width: 23vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 74%;
            left: 50%;
            font-size: 1rem;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
           
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;  
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom:-31vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 112vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 30px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 39rem;
            font-size: x-large;
            top:0%;
        }
        .contact-clean form .form-control {
            background: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
            outline: none;
            color: inherit;
            padding-left: 0px;
            height: 70px;
            border-radius: 10px;
            place-items: center;
            font-size: x-large;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: auto;
            top: 2px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        div.form-shadow:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            left: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(5deg);
            transform-origin: left;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }


        div.form-shadow:after {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            right: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(-5deg);
            transform-origin: right;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 176vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    .container-login{
        width: 100%;
        height: 148vw;
    }
    h6{
    font-size: 2.6vw;
}
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -86vw;
        }
        .contact-clean form .form-control { 
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 70px;
                width: 100%!important;
                border-radius: 10px;
            
        }


        .contact-clean form textarea.form-control {
            min-height: 200px;
            max-height: 260px;
            padding-top: 10px;
            resize: vertical;
            border-radius: 10px;
        }
        .contact-clean h2 {
            margin-top: 70px;
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    .footer-regjistro{position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -82vw;}


        input[type='file'] {
            HEIGHT: 10vw;
            width: 82%;
            border-radius: 10px;
            position: relative;
            left: 10%;
            border: 1px dashed gray;
            margin-bottom: 20px;
        }

        select {
            height: 80px;
            width: 103%;
            left: 0;
            border-radius: 10px;
        }
        .regjistro form {
            max-width: 100%;
            display: flex;
            width: 100%;
            height: 154vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 1.2rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px
      
        }
    
        #container .footer-green {
  display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -111vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }
         #container .content{display: block;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 170vh;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
        
        .we-offer {
    display: grid;
    grid-area: we-offer;
    left: 5%;
    position: absolute;
    height: 25vh;
    width: 90%;
    top: 2vh;
    background: white;
}
        
        
        
        
    }
  @media screen and (max-width: 720px){
    *,html,body,#container{margin: 0;padding: 0;
        }
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}


 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 60px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(65, 126, 156);
}
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
    #container {     
           width: 100%;     
           height: 100%;     
           display: grid;     
           grid-template-columns: 1fr;     
           grid-template-rows: 13vh 90vh 100vh 20vh;     
           grid-template-areas:         'header'         'slide'         'content'         'footer';     
           background-color: #ffffff;    
           left: 0;     
           position: absolute;     
           top: 0; 
        
    }
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 40%;
            height: 35.8rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 8%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 90px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9!important;
        }
    .div-li li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 62px;
    color: rgb(65, 126, 156);
}
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 2;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px!important;
            width: 40px!important;
            position: absolute;
            top: 0px!important;
            font-size: 5vw!important;
            right: 23px!important;
            background: transparent;
            z-index: 2;
        }
        div#container\ service {
           display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 9vh 90vh 50vh 20vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    width: 100%;
    height: 100rem!important;
        }
        
.footer-green {
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 20vh;
    display: block;
    bottom: -130vw;
}
  .content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 75vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 111px!important;
    height: 100vh!important;
}
    .grid-container {
    width: 100%;
    height: 90vh;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "qengj qengj vic vic"
        "peshk derr derr pul"
        "peshk oktapod vez vez"
        "karkaleca karkaleca vez vez";
}


.qengj:hover pershkrim, .vic:hover pershkrim, .karkaleca:hover pershkrim, .oktapod:hover pershkrim, .peshk:hover pershkrim, .derr:hover pershkrim, .pul:hover pershkrim, .vez:hover pershkrim, karkaleca:hover pershkrim {
    width: 100%!important;
    height: 100%!important;
    display: block;
    position: relative;
    background: #000000a1;
    color: white;
    font-size: 5vh!important;
    text-align: center;
    margin-top: 0%!important;
    left: 0vw;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    transition: left 300ms ease-in;
}
div:hover pershkrim p { 
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    position: absolute!important;
    background: #2d3b8714;
    color: white;
    line-height: 100%;
    font-size: 3vw!important;
    text-align: center;
    left: 50%!important;
    top: 21%!important;
    transform: translate(-50%, -50%)!important;
    cursor: pointer;
    transition: left 0.5s ease-in, background 500ms ease-in-out;


}
.center {
    display: grid!important;
    grid-area: center;
    background: #ffffff!important;
    width: calc(100% - 16px)!important;
    margin-left: 6px!important;
    top: 91vh!important;
    margin-top: -117vh!important;
    color: #fff8f8;
    text-align: center;
    padding: 0!important;
    position: absolute;
    height: auto;
}

.center h3 {
    left: 0;
    position: relative;
    text-decoration: initial;
    color: #686565;
    font-family: 'El Messiri'!important;
    font-size: 2.2vh!important;
}
        .navbar ul {
            display: none;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in; 
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
            position: absolute;
            left: calc(562px + 30vw)!important;
            
            transform-origin: right;

        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 123vw;
            width: 30vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999!important;
            position: absolute;
            left:537px!important;
            transform-origin: right;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -413vw!important;
        }
    
        .footer-green center {
            position: absolute;
    display: block;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    top: -8px;
    color: #9e9e9e;
    font-size: 2rem;
        }
    .footer-green center:before {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 40px;
    background-color: #d9dbdd;
}
.footer-green center:after {
    content: "";
    height: 6px;
    width: 22vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 40px;
    background-color: #d9dbdd;
}
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
            margin: 9px;
            padding: 1px 3px;
            list-style: none;
            text-decoration: none;
            text-transform: capitalize;
            font-family: inherit;
            align-items: center;
            display: block;
            left: 23%;
            margin-left: 0px;
            position: relative;
            top: 5px;
            font-size: 1.2rem;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 100%!important;
            height: 6%!important;
            position: absolute;
            top: 63px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        #check:checked ~ .header .navbar ul .div-li:hover {
           cursor: pointer;
           background: #d9dbdd;
        }
        .content-services .baner {
            position: absolute;
            height: 25vw;
            width: 25vw;
            top: -10px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
        .content-services .baner p {
            position: absolute;
            height: 31px;
            width: 82%;
           top: 16px;
           left: -33px;
            background: gold;
            text-align: center;
            transform: rotate(-45deg);
            align-items: center;
            display: grid;
            font-size: 1.2rem;
            align-items: center;
            text-align: center;
            margin-left: 2px;
        }
    
        .content-services .baner p:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
                top: 32px;
    right: -4px;

            /* background: #ffc107; */
            border-left: 8px solid goldenrod;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 3;
            transform: rotate(-273deg)!important;
            text-align: center;
        }
        .content-services .baner p:before {
            content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 32px;
    left: 3px;
    /* background: #ffc107; */
    border-left: 8px solid goldenrod;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
    transform: rotate(-269deg)!important;
    text-align: center;
        }
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 150px!important;
            height: 150px!important;
            top: -18px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
.container-login{height: 125vw!important;}
        .clean-360  {
            width: 100vw;
            background: aliceblue;
            height: 123vw!important;
            position: relative;
            left: 0;
            top: 0;
        }
        nipt {
            position: relative;
            width:calc(100% - 55px)!important;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 1.1rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 7vw;
            width: 23vw;
            position: absolute;
            bottom: -55px;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 50px;
            transition: all ease 700ms;
            cursor: pointer;
            border: 1px solid lightgrey;
        }
        .p-card {
            font-size: 1.2rem;
            line-height: 1.2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 37vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 42.9vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 243px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f400;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 67%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: 1px solid #f1f3f4;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
            
            background: #10a7ff;
            
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
display: grid;
    grid-area: slide;
    position: absolute;
    max-width: 100%;
    width: 100vw;
    margin: 0px auto;
    height: 86vh!important;
    left: 0;
    top: 0;
    background: blanchedalmond;
    z-index: 2!important;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
.slider-wrapper {
    position: absolute;
    max-width: 100%;
    width:100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 1!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .slide-ermifood .input-slide {
    height: 60px;
    width: 50vw;
    position: relative;
    background: #607d8b00;
    margin-left: 0%;
    left: 23.5vw;
    top: 72vh;
    transform: translate(-50%, 0);
    border-radius: 50px;
    border: 2px solid white;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
        .input-slide {
            height: 6vw;
            width: 25vw;
            position: relative;
            background: #ffffff00;
            margin-left: 0%;
            left: 51%;
            top: 26rem;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-size: larger;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 1;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 4rem;
            text-align: center;
            text-decoration: wavy;
            color: rgb(255 255 255);
            float: left;
            left: 177px;
            position: absolute;
            top: 9px;
        }
    .pershkrim h1 {
    color: white;
    font-size: 52px;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 4px black;
    width: 90%;
}

.slide-ermifood pershkrim {
    height: 90%;
    width: 30%;
    color: white;
    font-size: 22px;
    position: absolute;
    left: 2px;
    display: flex;
    background: #1a71b19c;
    border-bottom: 20px solid #83929a;
    top: 0px!important;
}
        pershkrim p {
   font-size: 4.9vw;
    text-align: center;
    top: 60vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: block;
    left: 0px;
    width: 100%;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
        }
        .card {
       position: relative;
    display: block;
    margin-bottom: 20px;
    width: 43.4%;
    float: left;
    left: 2%;
    height: 79vw;
    background: #d0d7db;
    margin-left: 3%;
    top: 26vh;

}
        .card-img-left {
            float: left;
            padding: 0px;
            height: 23vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 0px;
        }
    
        .card-img-left img {
        width: 80%;
    height: inherit;
    background: white;
    position: absolute;
    left: 10%;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -50vw;
        }
        .container-login .contact-clean form {
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 73vw!important;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 266px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 56vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 175px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 229vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
                
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 207vw;
            display: flex;
            flex-direction: row;
            align-self: baseline;
            flex-wrap: wrap;
            flex: 3;
            align-items: baseline;
        }
    
        .card-img-about {
            width: 25vw;
            height: 25vw;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 25%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            text-align: center;
            top: 29vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 1.3rem;
            line-height: 2rem;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 1.7rem!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 89vw!important;
            min-width: 40%;
            width: 44%;
            margin-top: 20px;
            margin-left: 3%;
            position: relative;
            background-color: white;
            display: flex;
            left: 0%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 251vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 245vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 11vw;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: baseline;
            z-index: -1;
        }
    
        #container-database .card {
            width: 40%;
    height: 78vw;
    background: transparent;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 156px;
    top: -7vw;
    margin-left: 51px;
        }
    
    
        #container-database .h1-card-titull {
            font-size: 1.3rem;
            line-height: normal;
            font-weight: 300;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 6vw!important;
            width: 23vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 74%;
            left: 50%;
            font-size: 1rem;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
           
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;  
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom:-31vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
            max-width: 100%;
            display: flex;
            width: 99%!important;
            height: 112vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 30px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 39rem;
            font-size: x-large;
            top:0%;
        }
        .contact-clean form .form-control {
            background: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
            outline: none;
            color: inherit;
            padding-left: 0px;
            height: 70px;
            border-radius: 10px;
            place-items: center;
            font-size: x-large;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: auto;
            top: 2px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        div.form-shadow:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            left: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(5deg);
            transform-origin: left;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }


        div.form-shadow:after {
            position: absolute;
            content: "";
            height: 30px;
            width: 90%;
            right: 6%;
            bottom: 60px;
            background: #000000;
            transform: skewY(-5deg);
            transform-origin: right;
            z-index: -1;
            box-shadow: 14px 25px 19px black;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 176vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    .container-login{
        width: 100%;
        height: 148vw;
    }
    h6{
    font-size: 2.6vw;
}
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -86vw;
        }
        .contact-clean form .form-control { 
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 70px;
                width: 100%!important;
                border-radius: 10px;
            
        }


        .contact-clean form textarea.form-control {
            min-height: 200px;
            max-height: 260px;
            padding-top: 10px;
            resize: vertical;
            border-radius: 10px;
        }
        .contact-clean h2 {
            margin-top: 70px;
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    .footer-regjistro{position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 15vw;
        display: block;
        bottom: -82vw;}


        input[type='file'] {
            HEIGHT: 10vw;
            width: 82%;
            border-radius: 10px;
            position: relative;
            left: 10%;
            border: 1px dashed gray;
            margin-bottom: 20px;
        }

        select {
            height: 80px;
            width: 103%;
            left: 0;
            border-radius: 10px;
        }
        .regjistro form {
            max-width: 100%;
            display: flex;
            width: 100%;
            height: 154vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 1.2rem;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px
      
        }
    
        #container .footer-green {
  display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -111vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }
         #container .content{display: block;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 170vh;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
        
        .we-offer {
    display: grid;
    grid-area: we-offer;
    left: 5%;
    position: absolute;
    height: 25vh;
    width: 90%;
    top: 2vh;
    background: white;
}
        
        
        

    }
  @media screen and (max-width: 670px){ 

    *,html,body,#container{margin: 0;padding: 0;
        }
        
    #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
     #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    
    
    #container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 100vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 80%;
            height: 25.6rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 10%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 80px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: px!important;
            left: 0px!important;
            z-index: 9;
        }
    
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 2;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px;
            width: 40px;
            position: absolute;
            top: 0px;
            font-size: 8vw!important;
            right: 0px;
            background: transparent;
            z-index: 2; 
        }
       .content-services {
    display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 100vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
}
    
        .navbar ul {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 82px!important;
            left: 0;
            z-index: 1;
            background-color: #c5c4c4;
            display: none;
           transition: all 700ms ease-in;
        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 100vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -138vw;
        }
    
        .footer-green center {
            position: relative;
            grid-column-start: 3;
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            left: 0%;
            top: 16px;
            color: #9e9e9e;
            font-size: 7vw;
        }
    
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
                margin: 9px;
                padding: 1px 3px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 7%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 16px;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 83vw;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        .content-services .baner {
            position: absolute;
            height: 40vw;
            width: 40vw;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
    
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 120px;
            height: 130px!important;
            top: -17px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
        nipt {
            position: relative;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 4.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 9vw;
            width: 32vw;
            position: absolute;
            bottom: 0;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 25px;
            transition: all ease 700ms;
            cursor: pointer;
            border: none;
        }
        .p-card {
            font-size: 16px;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 39vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 66.5vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 132px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 214%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
         
            background: #10a7ff;
            
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
            position: relative;
            max-width: 100%;
            margin: 0px auto;
            height: 70vw!important;
            left: 0;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
   .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 8!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .input-slide {
            height: 36px;
            width: 128px;
            position: relative;
            background: #2196f3;
            margin-left: 0%;
            left: 51%;
            top: 650%;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 999;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 6vw;
            text-align: center;
            text-decoration: wavy;
            color: rgb(83 213 129);
            float: left;
            left: 132px;
            position: absolute;
            top: 9px;
        }
    
        pershkrim p {
           font-size: 4.9vw;
    text-align: center;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: -10px;
    width: 100%;
    padding: 2px 20px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: column;
        }
        .card {
            position: relative;
        display: flex;
        margin-top: 30px;
        margin-bottom: 20px;
        width: 80%;
        left: 10%;
        height: 100vw;
        background: #d0d7db;
        }
    
        .card-img-left {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 2px;
        }
    
        .card-img-left img {
            width: 100%;
            height: inherit;
            background: white;
            position: absolute;
            left: -2px;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -238vw;
        }
        
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 20vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 134px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 590vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 500vw;
            display: flex;
            flex-direction: column;
            flex: 3;
        }
    
        .card-img-about {
            width: 40%;
            height: 40%;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 30%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            top: 50vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 4vw;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
            line-height: 5vw;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 6vw!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 120vw!important;
            width: 80%;
            margin-top: 20px;
            position: relative;
            background-color: white;
            display: flex;
            left: 10%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 300vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 400vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 22vw;
        }
    
        #container-database .card {
            width: 100%;
            height: 139vw;
            background: transparent;
            display: flex;
            aspect-ratio: 16 / 9;
            position: relative;
            margin-top: 0px;
            margin-bottom: 50px;
            align-items: center;
            left: 52%;
            transform: translate(-50%, 20%);
        }
    
    
        #container-database .h1-card-titull {
            font-size: 5.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 39vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 248%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
           
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;
            
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -187vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 147vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: 90vw;
            top: 4px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 215vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -66vw;
        }
    
        .contact-clean h2 {
            margin-top: 5px;
            font-weight: bold;
            font-size: 28px;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    
        .regjistro form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 200vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 4vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -381vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }
        
.footer-green center:before {
    content: "";
    height: 5px;
    width: 17vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 20px;
    background-color: #bfc1c3;
}
.footer-green center:after {
    content: "";
    height: 5px;
    width: 17vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 20px;
    background-color: #bfc1c3;
}
    }
  @media screen and (max-width: 620px){ 

    *,html,body,#container{margin: 0;padding: 0;
        }
    
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
         #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
    
      #container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 100vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 80%;
            height: 25.6rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 10%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 80px!important;
            position: absolute;
            width: 100%!important;
            background-color: #c5c4c4!important;
            top: px!important;
            left: 0px!important;
            z-index: 9;
        }
    
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index:9;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px;
            width: 40px;
            position: absolute;
            top: 0px;
            font-size: 8vw!important;
            right: 0px;
            background: transparent;
            z-index: 2; 
        }
        .content-services {
    display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 100vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
}
        .navbar ul {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 82px!important;
            left: 0;
            z-index: 1;
            background-color: #c5c4c4;
            display: none;
           transition: all 700ms ease-in;
        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 100vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 9999;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -138vw;
        }
    
        .footer-green center {
            position: relative;
            grid-column-start: 3;
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            left: 0%;
            top: 16px;
            color: #9e9e9e;
            font-size: 7vw;
        }
    
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
                margin: 9px;
                padding: 1px 3px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 7%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 16px;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 83vw;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        .content-services .baner {
            position: absolute;
            height: 40vw;
            width: 40vw;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
    
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 120px;
            height: 130px!important;
            top: -17px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
        nipt {
            position: relative;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 4.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 9vw;
            width: 32vw;
            position: absolute;
            bottom: 0;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 25px;
            transition: all ease 700ms;
            cursor: pointer;
            border: none;
        }
        .p-card {
            font-size: 16px;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 39vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 66.5vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 132px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 214%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
            
            background: #10a7ff;
           
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
            position: relative;
            max-width: 100%;
            margin: 0px auto;
            height: 70vw!important;
            left: 0;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
   .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 8!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .input-slide {
            height: 36px;
            width: 128px;
            position: relative;
            background: #2196f3;
            margin-left: 0%;
            left: 51%;
            top: 650%;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 999;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 6vw;
            text-align: center;
            text-decoration: wavy;
            color: rgb(83 213 129);
            float: left;
            left: 132px;
            position: absolute;
            top: 9px;
        }
    
        pershkrim p {
           font-size: 4.9vw;
    text-align: center;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: -10px;
    width: 100%;
    padding: 2px 20px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: column;
        }
        .card {
            position: relative;
        display: flex;
        margin-top: 30px;
        margin-bottom: 20px;
        width: 80%;
        left: 10%;
        height: 100vw;
        background: #d0d7db;
        }
    
        .card-img-left {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 2px;
        }
    
        .card-img-left img {
            width: 100%;
            height: inherit;
            background: white;
            position: absolute;
            left: -2px;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -238vw;
        }
        
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 20vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 134px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 590vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 500vw;
            display: flex;
            flex-direction: column;
            flex: 3;
        }
    
        .card-img-about {
            width: 40%;
            height: 40%;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 30%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            top: 50vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 4vw;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
            line-height: 5vw;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 6vw!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 120vw!important;
            width: 80%;
            margin-top: 20px;
            position: relative;
            background-color: white;
            display: flex;
            left: 10%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 300vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 400vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 22vw;
        }
    
        #container-database .card {
            width: 100%;
            height: 139vw;
            background: transparent;
            display: flex;
            aspect-ratio: 16 / 9;
            position: relative;
            margin-top: 0px;
            margin-bottom: 50px;
            align-items: center;
            left: 52%;
            transform: translate(-50%, 20%);
        }
    
    
        #container-database .h1-card-titull {
            font-size: 5.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 39vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 248%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
       
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;
          
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -187vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 147vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: 90vw;
            top: 4px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 215vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -66vw;
        }
    
        .contact-clean h2 {
            margin-top: 10px;
            font-weight: 900;
            font-size: 1.1rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    
        .regjistro form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 200vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 4vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -381vw;
        }
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }

        .footer-green center:before {
            content: "";
            height: 5px;
            width: 17vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            left: 20px;
            background-color: #bfc1c3;
        }
        .footer-green center:after {
            content: "";
            height: 6px;
            width: 20vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            right: 9px;
            background-color: #bfc1c3;
        }



    }
  @media screen and (max-width: 570px){ 

    *,html,body,#container{margin: 0;padding: 0;
        }
    
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
     #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}
       #container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 100vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 80%;
            height: 25.6rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 10%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 80px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9;
        }
    
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 29;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px;
            width: 40px;
            position: absolute;
            top: 0px;
            font-size: 8vw!important;
            right: 0px;
            background: transparent;
            z-index: 2; 
        }
      .content-services {
    display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 100vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
}
        .navbar ul {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 82px!important;
            left: 0;
            z-index: 1;
            background-color: #c5c4c4;
            display: none;
           transition: all 700ms ease-in;
        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 100vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color: rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 99999;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -138vw;
        }
    
        .footer-green center {
            position: relative;
            grid-column-start: 3;
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            left: 0%;
            top: 16px;
            color: #9e9e9e;
            font-size: 7vw;
        }
    
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
                margin: 9px;
                padding: 1px 3px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 7%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 16px;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 83vw;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        .content-services .baner {
            position: absolute;
            height: 40vw;
            width: 40vw;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
    
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 120px;
            height: 130px!important;
            top: -17px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
        nipt {
            position: relative;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 4.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 9vw;
            width: 32vw;
            position: absolute;
            bottom: 0;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 25px;
            transition: all ease 700ms;
            cursor: pointer;
            border: none;
        }
        .p-card {
            font-size: 16px;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 39vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 66.5vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 132px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 214%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
          
            position: absolute;
            
            background: #10a7ff;
           
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
            position: relative;
            max-width: 100%;
            margin: 0px auto;
            height: 70vw!important;
            left: 0;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
     .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 8!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .input-slide {
            height: 36px;
            width: 128px;
            position: relative;
            background: #2196f3;
            margin-left: 0%;
            left: 51%;
            top: 650%;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 999;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 6vw;
            text-align: center;
            text-decoration: wavy;
            color: rgb(83 213 129);
            float: left;
            left: 132px;
            position: absolute;
            top: 9px;
        }
    
        pershkrim p {
            font-size: 4.9vw;
    text-align: center;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: -10px;
    width: 100%;
    padding: 2px 20px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: column;
        }
.card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}
    
        .card-img-left {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 2px;
        }
    
        .card-img-left img {
            width: 100%;
            height: inherit;
            background: white;
            position: absolute;
            left: -2px;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -238vw;
        }
        
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 20vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 134px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 590vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 500vw;
            display: flex;
            flex-direction: column;
            flex: 3;
        }
    
        .card-img-about {
            width: 40%;
            height: 40%;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 30%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            top: 50vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 4vw;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
            line-height: 5vw;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 6vw!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 120vw!important;
            width: 80%;
            margin-top: 20px;
            position: relative;
            background-color: white;
            display: flex;
            left: 10%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 300vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 400vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 22vw;
        }
    
        #container-database .card {
            width: 100%;
            height: 139vw;
            background: transparent;
            display: flex;
            aspect-ratio: 16 / 9;
            position: relative;
            margin-top: 0px;
            margin-bottom: 50px;
            align-items: center;
            left: 52%;
            transform: translate(-50%, 20%);
        }
    
    
        #container-database .h1-card-titull {
            font-size: 5.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 39vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 248%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
          
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;
          
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -187vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 147vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: 90vw;
            top: 4px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 215vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -66vw;
        }
    
        .contact-clean h2 {
            margin-top: 10px;
            font-weight: bold;
            font-size: 1.1rem;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    
        .regjistro form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 200vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 4vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
   #container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%;
    bottom: 0vh!important;
}
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }

        .footer-green center:before {
            content: "";
            height: 5px;
            width: 17vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            left: 20px;
            background-color: #bfc1c3;
        }
        .footer-green center:after {
            content: "";
            height: 6px;
            width: 20vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            right: 9px;
            background-color: #bfc1c3;
        }

 #container .content{display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }

    }
  @media screen and (max-width: 520px){ 

    *,html,body,#container{margin: 0;padding: 0;
        }
    
    body{overflow-x: hidden;}
        .header {
            height: 80px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: crimson;
        }
    
    .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
       #container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 100vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
        .div-li {
            width: 100%!important;
            height: 50px!important;
            position: absolute;
            top: 0px;
            left: 0px!important;
            float: left;
        
        }
    
    
        .div-li li {
            float: left;
            width: 100%!important;
            height: 4vw;
            text-align: center;
            background-color: transparent;
            cursor: pointer;
            list-style: none;
            text-decoration: none;
            transition: .6s ease-in-out;
            font-family: 'El Messiri';
        }
        .card-3 {
            float: left;
            position: relative;
            width: 80%;
            height: 25.6rem;
            border: 1px solid var(--gri);
            border-radius: 10px;
            left: 10%;
            margin-right: 40px;
            margin-bottom: 14vw;
            top: 16vw;
        }
        .navbar {
            height: 80px!important;
            position: absolute;
            width: 100%!important;
            background-color: #fbfbfb!important;
            filter: drop-shadow(2px 3px 4px black);
            top: 0px!important;
            left: 0px!important;
            z-index: 9;
        }
    
        .checkbtn {
            height: 40px;
            width: 40px;
            right: 3vw;
            background-color: transparent;
            z-index: 9;
            top: 23px;
            position: absolute;
            display: block!important;
            cursor: pointer;
        }
        
        
        .fa-bars {
            color: black;
            height: 40px;
            width: 40px;
            position: absolute;
            top: 0px;
            font-size: 8vw!important;
            right: 0px;
            background: transparent;
            z-index: 2; 
        }
      .content-services {
    display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 100vh 50vh;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
}
        .navbar ul {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 82px!important;
            left: 0;
            z-index: 1;
            background-color: #c5c4c4;
            display: none;
           transition: all 700ms ease-in;
        }
    
        #check{
            right: 30px;
            position: absolute; 
            background-color: #10a7ff;
            top: 30px;
            cursor: pointer;
        }
        
        #check:checked ~ .header .navbar ul {
            display: flex;
            flex-direction: column;
            height: 100vw;
            transition: all 700ms ease-in;
            display: block!important;
            background-color:rgb(251 251 251)!important;
            cursor: pointer;
            z-index: 99999;
        }
    
    
        .content-services + .footer-green {
            position: absolute;
        background-color: rgb(235 239 241);
        width: 100%;
        height: 188px;
        display: block;
        bottom: -138vw;
        }
    
        .footer-green center {
            position: relative;
            grid-column-start: 3;
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            left: 0%;
            top: 16px;
            color: #9e9e9e;
            font-size: 7vw;
        }
    
        .footer-nav {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: row;
            top: 23px;
            position: relative;
            background: rgb(235 239 241);
        }
        .footer-nav {
            width: 100%;
            height: 58px;
            display: flex;
            flex-direction: row;
            top: 27px;
            position: relative;
            background: rgb(235 239 241);
        }
    
        .footer-nav ul li { 
                margin: 9px;
                padding: 1px 3px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 7%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 16px;
            
        }
        .div-logo{z-index: 999!important;}
        #check:checked ~ .header .navbar ul .div-li {
            width: 83vw;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 242px;
            float: left;
            z-index: 99;
        }
        .content-services .baner {
            position: absolute;
            height: 40vw;
            width: 40vw;
            top: -8px;
            left: -13px;
            background: transparent;
            overflow: hidden;
            z-index: 2;
            transform: rotate(0);
        }
    
        .card-img{
            width: 100%;
        height: 32vw;
        background: rgb(231, 231, 231);
        }
    
        .card-3 .card-img img {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%!important;
            background: #f1f3f4;
            top: 0px;
            background-size: contain;
            position: absolute;
            left: 0;
        }
    
        .div-logo {
            width: 36%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            float: left;
        }
        .logo-img {
            width: 120px;
            height: 130px!important;
            top: -17px!important;
            position: relative;
            filter: grayscale(1);
            left: 10px!important;
        }
        nipt {
            position: relative;
            top: 8px;
            left: 0;
            text-align: center;
            display: block;
            color: #9e9e9e;
            font-size: 21px;
            padding: 10px;
            background: rgb(235 239 241);
        }
    
        .card-3 .h1-card-titull {
            font-size: 4.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
        .card-3 .input-card {
            height: 9vw;
            width: 32vw;
            position: absolute;
            bottom: 0;
            left: 26%;
            background: white;
            color: #10a7ff;
            transform: translate(-50%, -6px);
            left: 50%;
            border-radius: 25px;
            transition: all ease 700ms;
            cursor: pointer;
            border: none;
        }
        .p-card {
            font-size: 16px;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 84px;
            position: absolute;
            background: white;
            height: 39vw;
        }
        
        .card-3 .card-pershkrim {
            background: #ffffff;
            float: left;
            width: 100%;
            height: 66.5vw;
            position: absolute;
            float: right;
            left: 0;
            border-left: 1px solid gainsboro;
            border-bottom: 1px solid gainsboro;
            border-right: 1px solid gainsboro;
            top: 132px;
            border-radius: 0px 0px 5px 5px;
        }
    
        .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 27vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 214%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        .card .card-pershkrim .input-card:hover  .card .card-pershkrim .input-card:focus-within{
          
            background-color: #2a9ed8;
            color: rgb(255, 255, 255);
            cursor: pointer;
            transition: background-color ease-in   500ms;
    
            height: 8vw!important;
            width: 27vw;  
            border-radius: 50px;
            position: absolute;
            /* top: 214%;
            left: 50%;
            transform: translate(-50%, 100%); */
            border: none; 
            
        }
    
        .card-3 .input-card:hover {
         
            position: absolute;
           
            background: #10a7ff;
             
            border-radius: 25px;
            font-size: small;
            border: none;
            color: white;
            transition: all cubic-bezier(0, 0, 1, -0.11) 700ms;
            cursor: pointer;
        }
        /* index stilimi */
        .slide {
            position: relative;
            max-width: 100%;
            margin: 0px auto;
            height: 70vw!important;
            left: 0;
        }
    
        .slider {
            display: flex;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            box-shadow: 3px 5px 7px black;
            height: 100%!important;
            width: 100%!important;
            background-color: #ffffff;
            }
  .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}




    
        .slider .img {
            flex: 1 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 100%!important;
            display: flex;
            flex-direction: column;
            width: 48vw!important;
            height: 100%!important;
            background: white;
            z-index: 8!important;
            position: relative;
            top: -3px;
            left: -3px;
        }
        .input-slide {
            height: 36px;
            width: 128px;
            position: relative;
            background: #2196f3;
            margin-left: 0%;
            left: 51%;
            top: 650%;
            transform: translate(-50%, 0);
            border-radius: 25px;
            border: 2px solid #efefef;
            z-index: 1;
            color: #ffffff;
            cursor: pointer;
            font-weight: 900;
            font-family: EL Messiri;
        }
        .slider .img img {
            width: 100%;
            height: 100%!important;
            display: flex;
            position: absolute;
            right: 0px;
            z-index: 1;
        }
    
    
        pershkrim {
            height: 100%!important;
            width: 100%!important;
            color: white;
            font-size: 22px;
            position: absolute;
            z-index: 999;
            left: 0px;
            top: 2px!important;
            display: flex;
            background: #000000a6;
            flex-direction: column;
            text-align: center;
            align-items: center;
            align-self: center;
        }
        pershkrim h1 {
            font-size: 6vw;
            text-align: center;
            text-decoration: wavy;
            color: rgb(83 213 129);
            float: left;
            left: 132px;
            position: absolute;
            top: 9px;
        }
    
        pershkrim p {
            font-size: 4.9vw;
    text-align: center;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: -10px;
    width: 100%;
    padding: 2px 20px;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
        }
        .slider-nav {
            display: flex;
            column-gap: 1rem;
            position: absolute;
            bottom: -0.25rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
    
        .content {
            position: absolute;
            width: 100%;
            height: auto;
            margin-bottom: 50px;
            left: 0;
            padding: 0rem;
            background: #f1f3f4;
            left: 0px;
            top: 95vw;
            display: flex;
            flex-direction: column;
        }
.card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}
    
        .card-img-left {
            float: left;
            padding: 0px;
            height: 32vw;
            width: 100%;
            background: #ffffff;
            top: 0px;
            position: absolute;
            left: 2px;
        }
    
        .card-img-left img {
            width: 100%;
            height: inherit;
            background: white;
            position: absolute;
            left: -2px;
        }
        .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -238vw;
        }
        
        
        .card-pershkrim {
            float: left;
            width: 100%;
            height: 20vw;
            position: absolute;
            float: right;
            left: 0px;
            top: 134px;
            display: block;
        }
        pershkrim:before, pershkrim:after{
         display: none!important;
        }
    
    
    
        /* about */ 
            #container-about {
                position: absolute;
                width: 100%;
                height: 590vw;
                left: 0;
                padding: 1rem;
                background: #f1f3f4;
                left: 0;
                top: 0vw;
                display: flex;
                flex-direction: column;
            
        }
    
        #container-about h1.center {
            text-align: center;
            position: relative;
            padding: 1rem;
            margin-bottom: 1rem;
            font-family: 'El Messiri', sans-serif;
            color: #417e9c;
            top: 0px;
            margin-top: 70px;
        }
    
        .content-about {
            position: absolute;
            top: 190px !important;
            left: 0%;
            width: 100%;
            height: 500vw;
            display: flex;
            flex-direction: column;
            flex: 3;
        }
    
        .card-img-about {
            width: 40%;
            height: 40%;
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            align-content: center;
            border-radius: 50%;
            background: #9e9e9e;
            left: 30%;
            top: 1vw;
        }
    
        .card-img-about img {
            background-size: contain;
            position: absolute;
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            left: 0px;
            top: 0;
            border-radius: 50%;
            height: 100%;
            width: 100%;
        }
    
    
        .card-pershkrim-about {
            width: 100%!important;
            height: 70vw;
            background: #ffffff;
            position: absolute;
            display: flex;
            flex-direction: column;
            left: 0px;
            top: 50vw;
            padding: 0;
            font-family: 'El Messiri';
        }
    
        .content-about .p-card {
            font-size: 4vw;
            line-height: normal;
            font-weight: 100;
            color: #060403;
            padding: 20px;
            top: 9px;
            position: relative;
            line-height: 5vw;
        }
    
        #container-about .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -65vw;
        }
        .h1-card-titull-about {
            font-size: 6vw!important;
            color: #9e9e9e;
        }
        .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
            height: 120vw!important;
            width: 80%;
            margin-top: 20px;
            position: relative;
            background-color: white;
            display: flex;
            left: 10%!important;
            transform: perspective(1000px) rotateY(0);
        }
    
    
    
        /* database stilim */
        #container-database {
            height: 300vw;
            width: 100%;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
       
    
        #container-database .content {
            position: relative;
            width: 100%;
            height: 400vw;
            left: 0;
            padding: 0;
            left: 0px;
            top: 22vw;
        }
    
        #container-database .card {
            width: 100%;
            height: 139vw;
            background: transparent;
            display: flex;
            aspect-ratio: 16 / 9;
            position: relative;
            margin-top: 0px;
            margin-bottom: 50px;
            align-items: center;
            left: 52%;
            transform: translate(-50%, 20%);
        }
    
    
        #container-database .h1-card-titull {
            font-size: 5.5vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
        #container-database .card .card-pershkrim .input-card {
            height: 8vw!important;
            width: 39vw;
            background-color: #f1f3f4;
            color: #060403;
            border-radius: 50px;
            position: absolute;
            top: 248%;
            left: 50%;
            transform: translate(-50%, 100%);
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
        #container-database .card .card-pershkrim .input-card:hover {
             
            background-color: #3798c8;
            color: rgb(255, 255, 255);
            border-radius: 50px;
            position: absolute;
          
            border: none;
            cursor: pointer;
            transition: background-color ease-out 500ms;
        }
    
    
        #container-database .footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -187vw;
        }
    
        .contact-clean {
            width: 100vw;
            background: aliceblue;
            height: 148vw;
            position: relative;
            left: 0;
            top: 0;
        }
    
        .contact-clean form {  
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 147vw;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            
        }
        .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
        div.form-shadow {
            max-width: 100%;
            width: 100%;
            height: 90vw;
            top: 4px;
            margin: 90px auto;
            background-color: #ffffff;
            padding: 0;
            display: block;
            position: relative;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
            z-index: 1;
        }
        #container-registr .contact-clean form .btn {
            cursor: pointer;
            padding: 21px 20px;
            border-radius: 10px;
            border: none;
            background: none;
            box-shadow: 2px 4px 8px rgb(200 200 202);
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
            outline: none !important;
            left: 0px;
            width: 22rem;
        }
    
    
        #container-registr .contact-clean {
            width: 100vw;
        background: white;
        height: 119vw;
        position: relative;
        left: 0;
        top:60px;
        }
        #container-registr .contact-clean form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 89vw;
            flex-direction: inherit;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
        #container-contact {
            width: 100%;
            height: 215vw;
            background-color: #f1f3f4;
            left: 0;
            position: absolute;
            top: 0;
        }
    
        #container-contact + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -66vw;
        }
    
        .contact-clean h2 {
            margin-top: 10px;
            font-weight: 900;
            font-size:1.1rem ;
            margin-bottom: 36px;
            color: inherit;
            text-align: center;
            margin-left: 8px;
        }
        #container-registr + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -13vw;
        }
    
    
        #registro {
            height: 225vw!important;
            width: 100%; 
    
        }
    
        div#regjistro + footer.footer-green {
            position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 15vw;
            display: block;
            bottom: -97vw;
        }
        .regjistro{height:180vw;width: 100%;}
    
        .regjistro form {
            max-width: max-content;
            display: flex;
            width: 100%;
            height: 200vw;
            flex-direction: column;
            flex-wrap: wrap;
            margin: 0px auto;
            background-color: #ffffff;
            padding: 0px;
            left: 0px;
            position: relative;
            border-radius: 4px;
            color: #505e6c;
            box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
            border-radius: 10px;
        }
    
        #container .h1-card-titull {
            font-size: 4vw;
            line-height: normal;
            font-weight: 700;
            color: #060403;
            padding: 20px;
        }
    
  #container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%;
    bottom: 0vh!important;
}
    
        .slider-nav a {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: white!important;
            opacity: 0.7;
            transition: opacity ease 250ms;
            top: -1.7vw;
            position: relative;
        }

        .footer-green center:before {
            content: "";
            height: 5px;
            width: 17vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            left: 20px;
            background-color: #bfc1c3;
        }
        .footer-green center:after {
            content: "";
            height: 6px;
            width: 20vw;
            border-radius: 50px;
            position: absolute;
            top: 44%;
            right: 9px;
            background-color: #bfc1c3;
        }

 #container .content{display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
        }
    }
  @media screen and (max-width: 470px){ 

       *,html,body,#container{margin: 0;padding: 0;
            }
            
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:60px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
 
  #check:checked ~ .header .navbar ul li a {
     display:block;
     position:relative;
     height:60px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 60px;
        line-height: 60px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(65, 126, 156);
}
 #check:checked ~ .header .navbar ul li a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 60px;
    color: rgb(13 26 32);
}
        
        body{overflow-x: hidden;width: 100%;}
            .header {
                
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
            }
        
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
            
#container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 260vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
         float: left;
    position: relative;
    width: 80%;
    height: 70vh;
    border: 1px solid var(--gri);
    border-radius: 10px;
    left: 10%;
    margin-right: 40px;
    margin-bottom: 14vw;
    top: 16vw;
    background: #ffffff;
            }
            .navbar {
                height: 80px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9!important;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
           color: black!important;
    height: 40px!important;
    width: 40px!important;
    position: absolute!important;
    font-size: 8vw!important;
    right: 17px!important;
    background: transparent!important;
                z-index: 99!important;
            }
.content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
    height: 95vh!important;
}
            .navbar ul {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 82px!important;
                left: 0;
                z-index: 1;
                background-color: #c5c4c4;
                display: none;
               transition: all 700ms ease-in;
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }
            
            #check:checked ~ .header .navbar ul {
                display: flex;
                flex-direction: column;
                height: 100vw;
                transition: all 700ms ease-in;
                display: block!important;
                background-color:rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 99999;
            }
        
        
            .content-services + .footer-green {
                position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 188px;
            display: block;
            bottom: -340rem!important
            }
        
            .footer-green center {
position: absolute;
    align-content: center;
    height: 50px;
    width: 93vw!important;
    top: -118px!important;
    left: -420px;
    font-size: 1.4rem!important;
    background: transparent!important;
            }
        
            .footer-nav {
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: row;
                top: 23px;
                position: relative;
                background: rgb(235 239 241);
            }
            .footer-nav {
                width: 100%;
                height: 58px;
                display: flex;
                flex-direction: row;
                top: 27px;
                position: relative;
                background: rgb(235 239 241);
            }
        
            .footer-nav ul li { 
         margin: 0px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 0%;
    margin-left: 0px;
    position: relative;
    top: 5px;
    font-size: 5vw;
                
            }
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
                width: 83vw;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 242px;
                float: left;
                z-index: 99;
            }
            .content-services .baner {
                position: absolute;
                height: 40vw;
                width: 40vw;
                top: -8px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
        
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                width: 130px!important;
                height: 130px!important;
                top: -17px!important;
                position: relative;
                filter: grayscale(1);
                left: -23px!important;
            }
            nipt {
        position: relative;
    width: calc(100% - 20px);
    top: 26px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 1rem;
    padding: 10px;
    background: rgb(235 239 241);
            }
            
            .we-offer h1.pershkrim-h2 {
   color: #666262!important;
    font-size: 3vh!important;
    height: 8vh;
    padding: 0;
    text-shadow: none!important;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
        
            .card-3 .h1-card-titull {
                font-size: 4.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
              height: 9vw;
    width: 32vw;
    position: absolute;
    bottom: 0px;
    left: 26%;
    background: white;
    color: #10a7ff;
    transform: translate(-50%, -6px);
    left: 50%;
    border-radius: 25px;
    transition: background 0.8s ease-in;
    cursor: pointer;
    border: none;
    z-index: 99;
            }
            .p-card {
                font-size: 16px;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 20px;
                top: 72px;
                position: absolute;
                background: white;
                height: 40vw;
            }
div#container\ service {
         position: absolute;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 14vh 85vh 61vh 22vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    height: 173vh!important;
}
            
            .card-3 .card-pershkrim {
               background: #ffffff;
    float: left;
    width: 100%;
    height: 66.5vw;
    position: absolute;
    float: right;
    left: -1px;
    top: 132px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
            }
        
            .card .card-pershkrim .input-card {
                   height: 9vw!important;
    width: 40vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 38vh;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover , .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                height: 8vw!important;
                width: 27vw;  
                border-radius: 50px;
                position: absolute;
                /* top: 214%;
                left: 50%;
                transform: translate(-50%, 100%); */
                border: none; 
                
            }
        
            .card-3 .input-card:hover { 
                position: absolute;
                background: #10a7ff;
                border-radius: 25px;
                font-size: small;
                border: none;
                color: white;
                transition: background cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
             display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
            }
        
            .slider {
                display: flex;
                aspect-ratio: 16 / 9;
                overflow: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 3px 5px 7px black;
                height: 100%!important;
                width: 100%!important;
                background-color: #ffffff;
                }
          .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 8!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
               height: 36px;
    width: 128px;
    position: relative;
    background: #2196f300;
    margin-left: 0%;
    left: 51%;
    top: 28vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    font-size: 2vh;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        .pershkrim h1 {
  color: white;
    font-size: 41px;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}
        
            pershkrim {
       height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #17298b7a!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
            }
            .slide-ermifood .input-slide {
    height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left:32vw;
    top: 51vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
            pershkrim h1 {
                font-size: 5vw;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 110px;
                position: absolute;
                top: 15;
            }
        
            pershkrim p {
 font-size: 4.9vw;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
             display: grid;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }

           #container .content {
display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vh 80vh 80vh 80vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }
          .card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}

#guarantee {
    position: absolute;
    display: grid;
    grid-area: guarentee;
    margin:0!important;
    width: 98%;
    left: 1%;
    height: 70vh;
    background: #ffffff;
}

#documntation{
    position: absolute;
    display: grid;
    grid-area: documentation;
    margin:0!important;
    width: 98%;
    left: 1%;
    height: 70vh;
    background: #ffffff;
}
        #service{
    position: absolute;
    display: grid;
    width: 98%;
    grid-area: service;
    margin: 0!important;
    height: 70vh;
    left: 1%!important;
    background: #ffffff;
    margin-top: 20px!important;
}
.we-offer {
    display: grid;
    grid-area: we-offer;
    width: 98%;
    left: 1%;
    position: absolute;
    height: 25vh;
    top: 0vh;
    background: white;
}
            .card-img-left {
                float: left;
                padding: 0px;
                height: 36vw;
                width: 100%;
                background: #ffffff;
                top: 0px;
                position: absolute;
                left: 2px;
            }
        
            .card-img-left img {
                width: 100%;
                height: inherit;
                background: white;
                position: absolute;
                left: -2px;
            }
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -238vw;
            }
            
            .container-login .contact-clean form {
                display: flex;
                width: 89%!important;
                min-width: 50%;
                height: 81vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: -43px;
                background-color: #ffffff;
                padding: 30px;
                left: 25px;
                top: -19px!important;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            .card-pershkrim {
                float: left;
                width: 100%;
                height: 20vw;
                position: absolute;
                float: right;
                left: 0px;
                top: 129px;
                display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 590vw;
                    left: 0;
                    padding: 0rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                
            }
        
            #container-about h1.center {
                text-align: center;
                position: relative;
                padding: 1rem;
                margin-bottom: 1rem;
                font-family: 'El Messiri', sans-serif;
                color: #417e9c;
                top: 0px;
                margin-top: 100px;
            }
        
            .content-about {
                position: absolute;
                top: 190px !important;
                left: 0%;
                width: 100%;
                height: 500vw;
                display: block;
                flex-direction: column;
                flex: 3;
            }
        
            .card-img-about {
                width: 40vw;
                height: 40vw;
                background: white;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0px;
                align-content: center;
                border-radius: 50%;
                background: #9e9e9e;
                left: 25%;
                top: 6vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                width: 97%!important;
                height: 70vw;
                background: #ffffff;
                position: absolute;
                display: block;
                flex-direction: column;
                left: 0px;
                top: 50vw;
                padding: 0;
                font-family: 'El Messiri';
            }
        
            .content-about .p-card {
                font-size: 4vw;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 10px;
                top: 9px;
                position: relative;
                line-height: 5vw;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -35vw!important
            }
            .h1-card-titull-about {
                font-size: 5vw!important;
                color: #9e9e9e;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
                height: 120vw!important;
                width: 80%;
                margin-top: 20px;
                position: relative;
                background-color: white;
                display: flex;
                left: 8%!important;
                transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 535vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 400vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 22vw;
            }
        
            #container-database .card {
                    width: 100%;
    height: 75vh;
    background: #ffffff;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 35%;
    transform: translate(-50%, 20%);
            }
        
        
            #container-database .h1-card-titull {
                font-size: 5.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
   
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute; 
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
                top: 42vh!important
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
              
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                border-radius: 50px;
                position: absolute;
             
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -20vw!important
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 90vw!important;
                position: relative;
                left: 0;
                top: -8px;
            }

            .contact-clean form {  
                    max-width: max-content;
                    display: flex;
                    width: 100%;
                    height: 147vw;
                    flex-direction: column;
                    flex-wrap: wrap;
                    margin: 0px auto;
                    background-color: #ffffff;
                    padding: 0px;
                    left: 0px;
                    position: relative;
                    border-radius: 4px;
                    color: #505e6c;
                    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                    border-radius: 10px;
                
            }
            footer.footer-regjistro {
              
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -116vw!important;

            }

 .container-login{width: 100%;height: 150vw!important;padding: 0;}
 .container-login + footer.footer-login {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -27vw!important;
            }
    footer.footer-regjistro{
    display: grid;
    position: absolute;
    grid-area: footer;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -89vh!important;
            }
            
    .footer-nav ul {
    height: 60px;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    font-size: 1.3vw;
    text-decoration: none;
    list-style-type: none;
}
.form-group { 
                margin-bottom: 1rem;
                width: 100%;
                left: 0.4%;
                position: relative;
                
            }
            .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                top: 10px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 100%!important
            }
            select {
                height: 50px;
                width: 100%;
                left: 0;
                border-radius: 10px;
            }
         .btn-primary{
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 19.9rem!important;
            }
           .container-login .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 100%!important
            }
            div.form-shadow { 
                width:86%;
                height: auto;
                top: 44px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 20px 10px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 19rem;
            }
        
            input[type='file'] {
                height: 15vw;
                width: 100%;
                border-radius: 10px;
                position: relative;
                left: 0%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }

            .form-control {
                display: block;
                width: 90%;
                padding: 0.375rem 0.75rem;
                font-size: 1rem;
                line-height: 1.5;
                left: 5%;
                position: relative;
            }
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 215vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -66vw!important;
            }
        
            .contact-clean h2 {
                margin-top: 10px;
                font-weight: 900;
                font-size: 1rem;
                margin-bottom: 33px;
                color: inherit;
                text-align: center;
                margin-left: -6px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:243vw!important;width: 100%;}
        
         
            #container .h1-card-titull {
                font-size: 4vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
         #container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%;
    bottom: -46vh!important;
}
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }

            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding: 0px!important;
                height: 47px;
                border-radius: 10px;
                width: 100%;
                left: 0px;
            }
            .contact-clean form{
                display: flex;
                max-width: 100%;
                height: 213vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 10px;
                left: -7px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                top: 0vw!important;
            }


         .clean-360 form {
min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
 
  #container-contact .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 45px;
                border-radius: 10px;
            }
.contact-clean form textarea.form-control {
    min-height: 200px;
    max-height: 278px;
    padding-top: 10px;
    resize: vertical;
    border-radius: 10px;
}
#container-contact .contact-clean form {
   min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -6.7%;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}


.footer-green center:before {
    content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 8px;
    background-color: #bfc1c3;
}
.footer-green center:after {
content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 45%;
    right: 1vw;
    background-color: #bfc1c3;
}
    }

  @media screen and (max-width: 420px){ 

    *,html,body,#container{margin: 0;padding: 0;
            }
        
        body{overflow-x: hidden;width: 100%;}
        #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 60vh;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}
            .header {
                
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
    z-index: 9;

            }
        
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
            
#container {
    width: 100%;
    height: 220vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 9vh 43vh 220vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
         float: left;
    position: relative;
    width: 80%;
    height: 70vh;
    border: 1px solid var(--gri);
    border-radius: 10px;
    left: 10%;
    margin-right: 40px;
    margin-bottom: 14vw;
    top: 16vw;
    background: #ffffff;
            }
            .navbar {
                height: 80px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
           color: black!important;
    height: 40px!important;
    width: 40px!important;
    position: absolute!important;
    font-size: 8vw!important;
    right: 17px!important;
    background: transparent!important;
                z-index: 99!important;
            }
.content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
    height: 125vh!important;
}
            .navbar ul {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 82px!important;
                left: 0;
                z-index: 1;
                background-color: #c5c4c4;
                display: none;
               transition: all 700ms ease-in;
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }

        
            .content-services + .footer-green {
                position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 188px;
            display: block;
            bottom: -16rem!important;
            }
        #container .footer-green center {
   position: absolute;
    display: grid!important;
    align-items: center;
    left: 0vw;
    width: 100%!important;
    background: #ebeff1!important;
    top: -10px!important;
    color: #9e9e9e;
    font-size: 1.3rem;
}
            .footer-green center {
position: absolute;
    display: grid!important;
    align-items: center;
    left: 0vw;
    width: 100%!important;
    background: #ebeff1!important;
    top: -40px!important;
    color: #9e9e9e;
    font-size: 1.3rem;
            }
.navbar{z-index:2!important}
        
            .footer-nav {
                width: 100%;
    height: 58px;
    display: flex;
    flex-direction: row;
    top: 32px;
    position: relative;
    left: 0%;
    background: rgb(235 239 241);
            }
            .footer-nav {
       width: 90%;
    height: 58px;
    display: flex;
    flex-direction: row;
    top: 34px;
    position: absolute;
    left: 0%;
    padding: 0px 4vw;
    margin-left: 0%;
    background: rgb(235 239 241);
            }
        
            .footer-nav ul li { 
                margin: 9px;
                padding: 1px 2px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 1%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 1rem;
                
            }
            h6{    width: 100%;
    left: 1%;
    position: relative;
    top: 1vh;}
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
             width: 100%!important;
    height: 48px!important;
    position: absolute;
    top: 0px;
    left: 242px;
    float: left;
    z-index: 99;
            }
            .content-services .baner {
                position: absolute;
                height: 40vw;
                width: 40vw;
                top: -8px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
        
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                   width: 80px!important;
    height: 80px!important;
    top: 0px!important;
    position: relative;
    filter: grayscale(1);
    left: 11px!important
            }
            nipt {
  position: absolute;
    width: 94%!important;
    top: 80px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 1.3rem;
    padding: 10px;
    background: rgb(235 239 241);
            }
            
    .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 32px;
    height: 8vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
        
            .card-3 .h1-card-titull {
                font-size: 4.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
              height: 9vw;
    width: 32vw;
    position: absolute;
    bottom: 0px;
    left: 26%;
    background: white;
    color: #10a7ff;
    transform: translate(-50%, -6px);
    left: 50%;
    border-radius: 25px;
    transition: background 0.8s ease-in;
    cursor: pointer;
    border: none;
    z-index: 99;
            }
            .p-card {
     color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    font-size: 2vh!important;
    position: relative;
            }
div#container\ service {
         position: absolute;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 14vh 85vh 61vh 22vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    height: 173vh!important;
    overflow: hidden;
}
           .grid-container {
    width: 100%;
    height: 90vh!important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "qengj qengj vic vic"
        "peshk derr derr pul"
        "peshk oktapod vez vez"
        "karkaleca karkaleca vez vez";
} 
            .card-3 .card-pershkrim {
               background: #ffffff;
    float: left;
    width: 100%;
    height: 66.5vw;
    position: absolute;
    float: right;
    left: -1px;
    top: 132px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
            }
        
            .card .card-pershkrim .input-card {
                   height: 10vw!important;
    width: 55%;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 18vh;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover , .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                height: 8vw!important;
                width: 27vw;  
                border-radius: 50px;
                position: absolute;
                /* top: 214%;
                left: 50%;
                transform: translate(-50%, 100%); */
                border: none; 
                
            }
        
            .card-3 .input-card:hover { 
                position: absolute;
                background: #10a7ff;
                border-radius: 25px;
                font-size: small;
                border: none;
                color: white;
                transition: background cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
             display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
            }
        
  .slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    top: 1vh;
    box-shadow: 3px 5px 7px black;
    height: 90%!important;
    width: calc(100% - 10px)!important;
    background-color: #ffffff;
                }
          .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 8!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
               height: 36px;
    width: 128px;
    position: relative;
    background: #2196f300;
    margin-left: 0%;
    left: 51%;
    top: 28vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    font-size: 2vh;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        .pershkrim h1 {
  color: white;
    font-size: 41px;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}
        
            pershkrim {
       height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #17298b7a!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
            }
            .slide-ermifood .input-slide {
    height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left:32vw;
    top: 51vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
            pershkrim h1 {
                font-size: 5vw;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 110px;
                position: absolute;
                top: 15;
            }
        
            pershkrim p {
 font-size: 4.9vw;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
             display: grid;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }

           #container .content {
display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vh 60vh 60vh 60vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh!important;
            }
          .card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 94%;
    left: 3%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}

#guarantee {
position: absolute;
    display: grid;
    width: 94%;
    grid-area:guarentee;
    margin: 0!important;
    height: 55vh;
    left: 3%!important;
    background: #ffffff;
    margin-top: -170px!important;
}

#documntation{
   position: absolute;
    display: grid;
    width: 94%;
    grid-area: documentation;
    margin: 0!important;
    height: 55vh;
    left: 3%!important;
    background: #ffffff;
    margin-top: -170px!important;
}
        #service{
 position: absolute;
    display: grid;
    width: 94%;
    grid-area: service;
    margin: 0!important;
    height: 55vh;
    left: 3%!important;
    background: #ffffff;
    margin-top: -170px!important;
}
.we-offer {
    display: grid;
    grid-area: we-offer;
    width: 98%;
    left: 1%;
    position: absolute;
    height: 25vh;
    top: 0vh;
    background: white;
}
            .card-img-left {
          float: left;
    padding: 0px;
    height: 36vw;
    width: 60%;
    background: #ffffff;
    top: 30px;
    position: absolute;
    left: 19%;
            }
        
            .card-img-left img {
    width: 100%!important;
    height: 100%!important;
    background: white;
    position: absolute;
    left: 0%;
    top: 0%;
    background-size: contain;
}
            
            h3 {
    font-size: 4vh!important;
}
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -238vw;
            }
            
            .container-login .contact-clean form {
                display: flex;
                width: 89%!important;
                min-width: 50%;
                height: 81vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: -43px;
                background-color: #ffffff;
                padding: 30px;
                left: 25px;
                top: -19px!important;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            .card-pershkrim {
              width: 100%!important;
    height: 12vw!important;
    position: absolute;
    float: right;
    line-height: 100%;
    left: 0px;
    top: 190px!important;
    display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 590vw;
                    left: 0;
                    padding: 0rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                
            }
        
            #container-about h1.center {
                text-align: center;
                position: relative;
                padding: 1rem;
                margin-bottom: 1rem;
                font-family: 'El Messiri', sans-serif;
                color: #417e9c;
                top: 0px;
                margin-top: 100px;
            }
        
            .content-about {
 position: relative;
    top: 44% !important;
    left: 0%;
    width: 100%;
    height: 500vw;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0!important;
            }
        
            .card-img-about {
    width: 40vw!important;
    height: 40vw;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    align-content: center;
    border-radius: 50%;
    background: #9e9e9e;
    left: 27%;
    top: 6vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                   width: 97%!important;
    height: 70vw;
    background: #ffffff;
    position: absolute;
    display: block;
    flex-direction: column;
    left: 0px;
    top: 27vh;
    padding: 0;
    font-family: 'El Messiri';
            }
        
            .content-about .p-card {
             font-size: 4vw;
    line-height: normal;
    font-weight: 100;
    color: #060403;
    padding: 10px;
    top: 9px;
    position: relative;
    line-height: 5vw;
    width: 93%;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -35vw!important
            }
            .h1-card-titull-about {
                font-size: 5vw!important;
                color: #9e9e9e;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
       height: 60vh!important;
    width: 90%!important;
    margin-top: 15%;
    position: relative;
    background-color: white;
    display: flex!important;
    left: 2%!important;
    transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 535vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 400vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 22vw;
            }
        
            #container-database .card {
                    width: 100%;
    height: 75vh;
    background: #ffffff;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 35%;
    transform: translate(-50%, 20%);
            }
        
        
            #container-database .h1-card-titull {
                font-size: 5.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
   
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute; 
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
                top: 42vh!important
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
              
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                border-radius: 50px;
                position: absolute;
             
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -20vw!important
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 90vw!important;
                position: relative;
                left: 0;
                top: -8px;
            }

            .contact-clean form {  
                    max-width: max-content;
                    display: flex;
                    width: 100%;
                    height: 147vw;
                    flex-direction: column;
                    flex-wrap: wrap;
                    margin: 0px auto;
                    background-color: #ffffff;
                    padding: 0px;
                    left: 0px;
                    position: relative;
                    border-radius: 4px;
                    color: #505e6c;
                    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                    border-radius: 10px;
                
            }
            footer.footer-regjistro {
              
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -116vw!important;

            }

 .container-login{width: 100%;height: 150vw!important;padding: 0;}
 .container-login + footer.footer-login {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -27vw!important;
            }
    footer.footer-regjistro{
   display: grid;
    position: absolute;
    grid-area: footer;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 45vw;
    bottom: -120vh!important;
            }
            .form-group { 
                margin-bottom: 1rem;
                width: 100%;
                left: 0.4%;
                position: relative;
                
            }
            .contact-clean form .btn {
               cursor: pointer;
    padding: 20px 20px;
    border-radius: 10px;
    border: none;
    background: none;
    box-shadow: 2px 4px 8px rgb(200 200 202);
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    top: 0px;
    line-height: 1;
    outline: none !important;
    left: 0px;
    width: 100%!important;
            }
            select {
                height: 50px;
                width: 100%;
                left: 0;
                border-radius: 10px;
            }
         .btn-primary{
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 19.9rem!important;
            }
           .container-login .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 100%!important
            }
            div.form-shadow { 
                width:86%;
                height: auto;
                top: 44px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 20px 10px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 19rem;
            }
        
            input[type='file'] {
                height: 15vw;
                width: 100%;
                border-radius: 10px;
                position: relative;
                left: 0%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }

            .form-control {
                display: block;
                width: 90%;
                padding: 0.375rem 0.75rem;
                font-size: 1rem;
                line-height: 1.5;
                left: 5%;
                position: relative;
            }
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 215vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -66vw!important;
            }
        
            .contact-clean h2 {
                margin-top: 10px;
                font-weight: 900;
                font-size: 1rem;
                margin-bottom: 33px;
                color: inherit;
                text-align: center;
                margin-left: -6px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:243vw!important;width: 100%;}
        
         
            #container .h1-card-titull {
              font-size: 2.2vh!important;
    font-weight: 700;
    color: #060403;
    padding: 35px;
    line-height: 1vh;
    top: -25%;
            }
        
         #container .footer-green {
display: flex;
    flex-direction: column;
    grid-area: footer;
    position: absolute;
    height: 23vh!important;
    background-color: rgb(235 239 241);
    width: 100%;
    top: -150%!important;
}
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }

            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding: 0px!important;
                height: 47px;
                border-radius: 10px;
                width: 100%;
                left: 0px;
            }
            .contact-clean form{
                display: flex;
                max-width: 100%;
                height: 213vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 10px;
                left: -7px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                top: 0vw!important;
            }


         .clean-360 form {
min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
            #container-contact .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 35px;
                border-radius: 10px;
            }
#container-contact .contact-clean form {
    min-width: 90vw;
    display: flex;
    width: 100%!important;
    height: 60vh!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -26px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;

}


.footer-green center:before {
    content: "";
    height: 5px!important;
    width: 15vw!important;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 5vw!important;
    background-color: #bfc1c3;
}
.footer-green center:after {
   content: "";
    height: 5px!important;
    width: 15vw!important;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 5vw!important;
    background-color: #bfc1c3;
}
}
@media screen and (max-width: 380px){ 

       *,html,body,#container{margin: 0;padding: 0;
            }
               #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
} 
        body{overflow-x: hidden;width: 100%;}
            .header {
                
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
            }
        
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
            
#container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 260vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
         float: left;
    position: relative;
    width: 80%;
    height: 70vh;
    border: 1px solid var(--gri);
    border-radius: 10px;
    left: 10%;
    margin-right: 40px;
    margin-bottom: 14vw;
    top: 16vw;
    background: #ffffff;
            }
            .navbar {
                height: 80px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
           color: black!important;
    height: 40px!important;
    width: 40px!important;
    position: absolute!important;
    font-size: 8vw!important;
    right: 17px!important;
    background: transparent!important;
                z-index: 99!important;
            }
.content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
    height: 95vh!important;
}
            .navbar ul {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 82px!important;
                left: 0;
                z-index: 1;
                background-color: #c5c4c4;
                display: none;
               transition: all 700ms ease-in;
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }
            
            #check:checked ~ .header .navbar ul {
                display: flex;
                flex-direction: column;
                height: 100vw;
                transition: all 700ms ease-in;
                display: block!important;
                background-color:rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 99999;
            }
        
        
            .content-services + .footer-green {
                position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 188px;
            display: block;
            bottom: -340rem!important
            }
        
            .footer-green center {
     position: absolute;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    width: 100%;
    top: 3px;
    color: #9e9e9e;
    font-size: 1.3rem;
            }
        
            .footer-nav {
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: row;
                top: 23px;
                position: relative;
                background: rgb(235 239 241);
            }
            .footer-nav {
                width: 100%;
                height: 58px;
                display: flex;
                flex-direction: row;
                top: 27px;
                position: relative;
                background: rgb(235 239 241);
            }
        
            .footer-nav ul li { 
                margin: 9px;
                padding: 1px 2px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 1%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 1rem;
                
            }
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
                width: 83vw;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 242px;
                float: left;
                z-index: 99;
            }
            .content-services .baner {
                position: absolute;
                height: 40vw;
                width: 40vw;
                top: -8px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
        
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                width: 130px!important;
                height: 130px!important;
                top: -17px!important;
                position: relative;
                filter: grayscale(1);
                left: -23px!important;
            }
            nipt {
        position: relative;
    width: calc(100% - 20px);
    top: 26px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 1rem;
    padding: 10px;
    background: rgb(235 239 241);
            }
            
            .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 32px;
    height: 8vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
        
            .card-3 .h1-card-titull {
                font-size: 4.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
              height: 9vw;
    width: 32vw;
    position: absolute;
    bottom: 0px;
    left: 26%;
    background: white;
    color: #10a7ff;
    transform: translate(-50%, -6px);
    left: 50%;
    border-radius: 25px;
    transition: background 0.8s ease-in;
    cursor: pointer;
    border: none;
    z-index: 99;
            }
            .p-card {
                font-size: 16px;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 20px;
                top: 72px;
                position: absolute;
                background: white;
                height: 40vw;
            }
div#container\ service {
         position: absolute;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 14vh 100vh 61vh 22vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    height: 173vh!important;
}
            
            .card-3 .card-pershkrim {
               background: #ffffff;
    float: left;
    width: 100%;
    height: 66.5vw;
    position: absolute;
    float: right;
    left: -1px;
    top: 132px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
            }
        
            .card .card-pershkrim .input-card {
                   height: 9vw!important;
    width: 40vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 38vh;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover , .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                height: 8vw!important;
                width: 27vw;  
                border-radius: 50px;
                position: absolute;
                /* top: 214%;
                left: 50%;
                transform: translate(-50%, 100%); */
                border: none; 
                
            }
        
            .card-3 .input-card:hover { 
                position: absolute;
                background: #10a7ff;
                border-radius: 25px;
                font-size: small;
                border: none;
                color: white;
                transition: background cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
             display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
            }
        
            .slider {
                display: flex;
                aspect-ratio: 16 / 9;
                overflow: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 3px 5px 7px black;
                height: 100%!important;
                width: 100%!important;
                background-color: #ffffff;
                }
          .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 8!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
               height: 36px;
    width: 128px;
    position: relative;
    background: #2196f300;
    margin-left: 0%;
    left: 51%;
    top: 28vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    font-size: 2vh;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        .pershkrim h1 {
  color: white;
    font-size: 41px;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}
        
            pershkrim {
       height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #17298b7a!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
            }
            .slide-ermifood .input-slide {
    height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left:32vw;
    top: 51vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
            pershkrim h1 {
                font-size: 5vw;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 110px;
                position: absolute;
                top: 15;
            }
        
            pershkrim p {
 font-size: 4.9vw;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
             display: grid;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }

           #container .content {
display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vh 80vh 80vh 80vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }
          .card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}

#guarantee {
    position: absolute;
    display: grid;
    grid-area: guarentee;
    margin:0!important;
    width: 98%;
    left: 1%;
    height: 70vh;
    background: #ffffff;
}

#documntation{
    position: absolute;
    display: grid;
    grid-area: documentation;
    margin:0!important;
    width: 98%;
    left: 1%;
    height: 70vh;
    background: #ffffff;
}
        #service{
    position: absolute;
    display: grid;
    width: 98%;
    grid-area: service;
    margin: 0!important;
    height: 70vh;
    left: 1%!important;
    background: #ffffff;
    margin-top: 20px!important;
}
.we-offer {
    display: grid;
    grid-area: we-offer;
    width: 98%;
    left: 1%;
    position: absolute;
    height: 25vh;
    top: 0vh;
    background: white;
}
            .card-img-left {
                float: left;
                padding: 0px;
                height: 36vw;
                width: 100%;
                background: #ffffff;
                top: 0px;
                position: absolute;
                left: 2px;
            }
        
            .card-img-left img {
                width: 100%;
                height: inherit;
                background: white;
                position: absolute;
                left: -2px;
            }
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -238vw;
            }
            
            .container-login .contact-clean form {
                display: flex;
                width: 89%!important;
                min-width: 50%;
                height: 81vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: -43px;
                background-color: #ffffff;
                padding: 30px;
                left: 25px;
                top: -19px!important;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            .card-pershkrim {
                float: left;
                width: 100%;
                height: 20vw;
                position: absolute;
                float: right;
                left: 0px;
                top: 129px;
                display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 590vw;
                    left: 0;
                    padding: 0rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                
            }
        
            #container-about h1.center {
                text-align: center;
                position: relative;
                padding: 1rem;
                margin-bottom: 1rem;
                font-family: 'El Messiri', sans-serif;
                color: #417e9c;
                top: 0px;
                margin-top: 100px;
            }
        
            .content-about {
                position: absolute;
                top: 190px !important;
                left: 0%;
                width: 100%;
                height: 500vw;
                display: block;
                flex-direction: column;
                flex: 3;
            }
        
            .card-img-about {
                width: 40vw;
                height: 40vw;
                background: white;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0px;
                align-content: center;
                border-radius: 50%;
                background: #9e9e9e;
                left: 25%;
                top: 6vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                width: 97%!important;
                height: 70vw;
                background: #ffffff;
                position: absolute;
                display: block;
                flex-direction: column;
                left: 0px;
                top: 50vw;
                padding: 0;
                font-family: 'El Messiri';
            }
        
            .content-about .p-card {
                font-size: 4vw;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 10px;
                top: 9px;
                position: relative;
                line-height: 5vw;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -35vw!important
            }
            .h1-card-titull-about {
                font-size: 5vw!important;
                color: #9e9e9e;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
                height: 120vw!important;
                width: 80%;
                margin-top: 20px;
                position: relative;
                background-color: white;
                display: flex;
                left: 8%!important;
                transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 535vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 400vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 22vw;
            }
        
            #container-database .card {
                    width: 100%;
    height: 75vh;
    background: #ffffff;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 35%;
    transform: translate(-50%, 20%);
            }
        
        
            #container-database .h1-card-titull {
                font-size: 5.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
   
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute; 
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
                top: 42vh!important
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
              
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                border-radius: 50px;
                position: absolute;
             
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -20vw!important
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 90vw!important;
                position: relative;
                left: 0;
                top: -8px;
            }

            .contact-clean form {  
                    max-width: max-content;
                    display: flex;
                    width: 100%;
                    height: 147vw;
                    flex-direction: column;
                    flex-wrap: wrap;
                    margin: 0px auto;
                    background-color: #ffffff;
                    padding: 0px;
                    left: 0px;
                    position: relative;
                    border-radius: 4px;
                    color: #505e6c;
                    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                    border-radius: 10px;
                
            }
            footer.footer-regjistro {
              
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -116vw!important;

            }

 .container-login{width: 100%;height: 150vw!important;padding: 0;}
 .container-login + footer.footer-login {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -27vw!important;
            }
    footer.footer-regjistro{
    display: grid;
    position: absolute;
    grid-area: footer;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -89vh!important;
            }
            .form-group { 
                margin-bottom: 1rem;
                width: 100%;
                left: 0.4%;
                position: relative;
                
            }
            .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 100%!important
            }
            select {
                height: 50px;
                width: 100%;
                left: 0;
                border-radius: 10px;
            }
         .btn-primary{
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 19.9rem!important;
            }
           .container-login .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 100%!important
            }
            div.form-shadow { 
                width:86%;
                height: auto;
                top: 44px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 20px 10px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 19rem;
            }
        
            input[type='file'] {
                height: 15vw;
                width: 100%;
                border-radius: 10px;
                position: relative;
                left: 0%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }

            .form-control {
                display: block;
                width: 90%;
                padding: 0.375rem 0.75rem;
                font-size: 1rem;
                line-height: 1.5;
                left: 5%;
                position: relative;
            }
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 215vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -66vw;
            }
        
            .contact-clean h2 {
                margin-top: 10px;
                font-weight: 900;
                font-size: 1rem;
                margin-bottom: 33px;
                color: inherit;
                text-align: center;
                margin-left: -6px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:243vw!important;width: 100%;}
        
         
            #container .h1-card-titull {
                font-size: 4vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
         #container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%;
    bottom: -46vh!important;
}
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }

            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding: 0px!important;
                height: 47px;
                border-radius: 10px;
                width: 100%;
                left: 0px;
            }
            .contact-clean form{
                display: flex;
                max-width: 100%;
                height: 213vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 10px;
                left: -7px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                top: 0vw!important;
            }


         .clean-360 form {
min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
            #container-contact .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 35px;
                border-radius: 10px;
            }
#container-contact .contact-clean form {
   min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}


.footer-green center:before {
    content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 8px;
    background-color: #bfc1c3;
}
.footer-green center:after {
   content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 1vw;
    background-color: #bfc1c3;
}
    }
    @media screen and (min-width: 340px) and (max-width: 379.8px){ 

        *,html,body,#container{margin: 0;padding: 0;
            }
        
        body{overflow-x: hidden;width: 100%;}
            .header {
                
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
            }
        
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
          #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}          

#container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 250vh 22vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
         float: left;
    position: relative;
    width: 80%;
    height: 70vh;
    border: 1px solid var(--gri);
    border-radius: 10px;
    left: 10%;
    margin-right: 40px;
    margin-bottom: 14vw;
    top: 16vw;
    background: #ffffff;
            }
            .navbar {
                height: 80px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
           color: black!important;
    height: 40px!important;
    width: 40px!important;
    position: absolute!important;
    font-size: 8vw!important;
    right: 17px!important;
    background: transparent!important;
                z-index: 99!important;
            }
.content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
    height: 130vh!important
}
            .navbar ul {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 82px!important;
                left: 0;
                z-index: 1;
                background-color: #c5c4c4;
                display: none;
               transition: all 700ms ease-in;
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }
            
            #check:checked ~ .header .navbar ul {
                display: flex;
                flex-direction: column;
                height: 100vw;
                transition: all 700ms ease-in;
                display: block!important;
                background-color:rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 99999;
            }
        
        
            .content-services + .footer-green {
         position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 188px;
    display: block;
    bottom: -10rem!important;
            }
        
            .footer-green center {
  position: absolute;
    display: flex!important;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    width: 100%!important;
    top: -9px!important;
    color: #9e9e9e;
    font-size: 1.3rem!important;
            }
        
            .footer-nav {
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: row;
                top: 23px;
                position: relative;
                background: rgb(235 239 241);
            }
            .footer-nav {
                width: 100%;
                height: 58px;
                display: flex;
                flex-direction: row;
                top: 27px;
                position: relative;
                background: rgb(235 239 241);
                padding: 0;
            }
        .footer-nav ul {
   height: 60px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: flex!important;
    font-size: 8vw!important;
    text-decoration: none;
    position: absolute;
    left: 2%;
    list-style-type: none;
}
            .footer-nav ul li { 
       margin: 4px;
    padding: 0;
    list-style: none;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: -2%;
    margin-left: 0px;
    position: relative;
    top: 5px;
    font-size: 1rem;
                
            }
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
                width: 83vw;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 242px;
                float: left;
                z-index: 99;
            }
            .content-services .baner {
                position: absolute;
                height: 40vw;
                width: 40vw;
                top: -8px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
        
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                   width: 80px!important;
    height: 80px!important;
    top: 0px!important;
    position: relative;
    filter: grayscale(1);
    left: 11px!important
            }
            nipt {
       position: relative;
    width: calc(100% - 20px);
    top: 7px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 1.2rem;
    padding: 10px;
    background: rgb(235 239 241);
            }
            
            .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: var(--titull);
    height: 8vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
        
            .card-3 .h1-card-titull {
                font-size: 4.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
              height: 9vw;
    width: 32vw;
    position: absolute;
    bottom: 0px;
    left: 26%;
    background: white;
    color: #10a7ff;
    transform: translate(-50%, -6px);
    left: 50%;
    border-radius: 25px;
    transition: background 0.8s ease-in;
    cursor: pointer;
    border: none;
    z-index: 99;
            }
            .p-card {
                 font-size: 2vh;
    line-height: normal;
    box-sizing: border-box;
    font-weight: 100;
    color: #060403;
    padding: 30px;
    width: 100%;
    top: 24px;
    position: absolute;
    background: white;
    height: 40vw;
            }
div#container\ service {
         position: absolute;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 14vh 100vh 61vh 22vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    height: 173vh!important;
}
            
            .card-3 .card-pershkrim {
               background: #ffffff;
    float: left;
    width: 100%;
    height: 66.5vw;
    position: absolute;
    float: right;
    left: -1px;
    top: 132px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
            }
        
            .card .card-pershkrim .input-card {
                   height: 9vw!important;
    width: 40vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover , .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                
                border-radius: 50px;
                position: absolute;
              
                border: none; 
                
            }
        
            .card-3 .input-card:hover { 
                position: absolute;
                background: #10a7ff;
              
                font-size: small;
                border: none;
                color: white;
                transition: background cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
             display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
            }
        
            .slider {
                display: flex;
                aspect-ratio: 16 / 9;
                overflow: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 3px 5px 7px black;
                height: 100%!important;
                width: calc(100% - 12px)!important;
                background-color: #ffffff;
                }
          .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 8!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
               height: 36px;
    width: 128px;
    position: relative;
    background: #2196f300;
    margin-left: 0%;
    left: 51%;
    top: 28vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    font-size: 2vh;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        .pershkrim h1 {
  color: white;
    font-size: 41px;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}
        
            pershkrim {
       height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #17298b7a!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
            }
            .slide-ermifood .input-slide {
    height: 50px;
    width: 239px;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left:32vw;
    top: 51vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
            pershkrim h1 {
                font-size: 5vw;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 110px;
                position: absolute;
                top: 15;
            }
        
            pershkrim p {
 font-size: 4.9vw;
    top: 32vw;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
             display: grid;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh!important;
            }

           #container .content {
display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vh 80vh 80vh 80vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }
          .card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 96%;
    left: 2%;
    top:-2%;
    height: 90vh;
    background: #d0d7db;
    background: #ffffff;
}

#guarantee {
    position: absolute;
    display: grid;
    grid-area: guarentee;
    margin:0!important;
    width: 96%;
    left: 2%!important;
    height: 66vh;
    background: #ffffff;
}

#documntation{
    position: absolute;
    display: grid;
    grid-area: documentation;
    margin: 0!important;
    width: 96%;
    left: 2%!important;
    height: 66vh;
    background: #ffffff;
    top: -60px;
}
        #service{
    position: absolute;
    display: grid;
    width: 96%;
    grid-area: service;
    margin: 0!important;
    height: 66vh;
    left: 2%!important;
    background: #ffffff;
    margin-top: 60px!important;
}
.we-offer {
    display: grid;
    grid-area: we-offer;
    width: 96%;
    left: 2%!important;
    position: absolute;
    height: 25vh;
    top: 5vh;
    background: white;
}
            .card-img-left {
                float: left;
                padding: 0px;
                height: 30%;
                width: 40%;
                background: #ffffff;
                top: 0px;
                position: absolute;
                left: 30%;
            }
        
            .card-img-left img {
                   width: 80%!important;
    height: inherit;
    background: white;
    position: absolute;
    left: 10%;
            }
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -238vw;
            }
            
            .container-login .contact-clean form {
                display: flex;
                width: 89%!important;
                min-width: 50%;
                height: 81vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: -43px;
                background-color: #ffffff;
                padding: 30px;
                left: 25px;
                top: -19px!important;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            .card-pershkrim {
                float: left;
                width: 100%;
                height: 20vw;
                position: absolute;
                float: right;
                left: 0px;
                top: 129px;
                display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 590vw;
                    left: 0;
                    padding: 0rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                
            }
        
            #container-about h1.center {
               text-align: center;
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: 'El Messiri', sans-serif;
    color: #93999d;
    background: transparent!important;
    top: 0px!important;
    margin-top: 100px!important;
            }
        
            .content-about {
                position: absolute;
                top: 190px !important;
                left: 0%;
                width: 100%;
                height: 500vw;
                display: block;
                flex-direction: column;
                flex: 3;
            }
        
            .card-img-about {
                width: 40vw;
                height: 40vw;
                background: white;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0px;
                align-content: center;
                border-radius: 50%;
                background: #9e9e9e;
                left: 25%;
                top: 1vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                width: 97%!important;
                height: 70vw;
                background: #ffffff;
                position: absolute;
                display: block;
                flex-direction: column;
                left: 0px;
                top: 50vw;
                padding: 0;
                font-family: 'El Messiri';
            }
        
            .content-about .p-card {
             font-size: 4.8vw;
    line-height: normal;
    font-weight: 100;
    color: #060403;
    padding: 10px;
    top: 9px;
    position: relative;
    line-height: 5vw;
    height: 27vh;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -35vw!important
            }
            .h1-card-titull-about {
                font-size: 5vw!important;
    color: #9e9e9e;
    top: 1%;
    left: -1.7%;
    position: relative;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
              height: 120vw!important;
    width: 94%!important;
    margin-top: 20px;
    position: relative;
    background-color: white;
    display: flex!important;
    left: 0%!important;
    transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 535vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 400vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 22vw;
            }
        
            #container-database .card {
                    width: 100%;
    height: 75vh;
    background: #ffffff;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 35%;
    transform: translate(-50%, 20%);
            }
        
        
            #container-database .h1-card-titull {
                font-size: 5.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
   
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute; 
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
                top: 42vh!important
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
              
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                border-radius: 50px;
                position: absolute;
             
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -20vw!important
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 165vw!important;
                position: relative;
                left: 0;
                top: -8px;
            }

            .contact-clean form {  
                    max-width: max-content;
                    display: flex;
                    width: 100%;
                    height: 147vw;
                    flex-direction: column;
                    flex-wrap: wrap;
                    margin: 0px auto;
                    background-color: #ffffff;
                    padding: 0px;
                    left: 0px;
                    position: relative;
                    border-radius: 4px;
                    color: #505e6c;
                    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                    border-radius: 10px;
                
            }
    /*        footer.footer-regjistro {*/
              
    /*position: absolute;*/
    /*background-color: rgb(235 239 241);*/
    /*width: 100%;*/
    /*height: 15vw;*/
    /*display: block;*/
    /*bottom: -116vw!important;*/

    /*        }*/

 .container-login{width: 100%;height: 150vw!important;padding: 0;}
 .container-login + footer.footer-login {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -27vw!important;
            }
    footer.footer-regjistro{
 display: grid;
    position: absolute;
    grid-area: footer;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -116vh!important;
            }
            .form-group { 
                margin-bottom: 1rem;
                width: 100%;
                left: 0.4%;
                position: relative;
                
            }
            .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 100%!important
            }
            select {
                height: 50px;
                width: 100%;
                left: 0;
                border-radius: 10px;
            }
         .btn-primary{
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 19.9rem!important;
            }
           .container-login .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 100%!important
            }
            div.form-shadow { 
                width:86%;
                height: auto;
                top: 44px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 20px 10px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 19rem;
            }
        
            input[type='file'] {
                height: 15vw;
                width: 100%;
                border-radius: 10px;
                position: relative;
                left: 0%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }

            .form-control {
                display: block;
                width: 90%;
                padding: 0.375rem 0.75rem;
                font-size: 1rem;
                line-height: 1.5;
                left: 5%;
                position: relative;
            }
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 215vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -66vw;
            }
        
            .contact-clean h2 {
                margin-top: 10px;
                font-weight: 900;
                font-size: 1rem;
                margin-bottom: 33px;
                color: inherit;
                text-align: center;
                margin-left: -6px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:243vw!important;width: 100%;}
        
         
            #container .h1-card-titull {
                font-size: 4vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
         #container .footer-green {
display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%!important;
    top: -44vh!important;
}
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }

            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding: 0px!important;
                height: 47px;
                border-radius: 10px;
                width: 100%;
                left: 0px;
            }
            .contact-clean form{
                display: flex;
                max-width: 100%;
                height: 213vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 10px;
                left: -7px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                top: 0vw!important;
            }


         .clean-360 form {
min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
            #container-contact .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 35px;
                border-radius: 10px;
            }
#container-contact .contact-clean form {
min-width: 91vw;
    display: flex;
    width: 100%;
    height: 159vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -20px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}


.footer-green center:before {
    content: "";
    height: 5px;
    width: 15vw!important;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 8px!important;
    background-color: #bfc1c3;
}
.footer-green center:after {
   content: "";
    height: 5px;
    width: 15vw!important;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 8px!important;
    background-color: #bfc1c3;
}
        }

        @media screen and (min-width: 300px) and (max-width: 339.8px){ 

        *,html,body,#container{margin: 0;padding: 0;
            }
        
        body{overflow-x: hidden;width: 100%;}
            .header {
                
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
            }
        
        .slide-ermifood{ 
    position: relative;
    max-width: 71rem;
    margin: 4px auto;
    height: 35vw;
    LEFT: 6PX;
}
                    #check:checked ~ .header .navbar ul {
    flex-direction: column;
    height: 70vw;
    width: 100%;
    display: none;
    transition: all 700ms ease-in;
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: -3px!important;
}
 #check:checked ~ .header .navbar ul li {
     display:block;
     position:relative;
     height:50px;
     width:100%;
     cursor:pointer;
     transition:all 1s ease-in;
     
 }
    #check:checked ~ .header .navbar ul li:hover {
    background: #12518370;
    height: 50px;
}

 #check:checked ~ .header .navbar ul li:hover a {
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalizes;
    line-height: 44px;
    color: rgb(65, 126, 156);
}
#container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13vh 61vh 260vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}
            
            .div-li {
                width: 100%!important;
                height: 50px!important;
                position: absolute;
                top: 0px;
                left: 0px!important;
                float: left;
            
            }
        
        
            .div-li li {
                float: left;
                width: 100%!important;
                height: 4vw;
                text-align: center;
                background-color: transparent;
                cursor: pointer;
                list-style: none;
                text-decoration: none;
                transition: .6s ease-in-out;
                font-family: 'El Messiri';
            }
            .card-3 {
         float: left;
    position: relative;
    width: 80%;
    height: 70vh;
    border: 1px solid var(--gri);
    border-radius: 10px;
    left: 10%;
    margin-right: 40px;
    margin-bottom: 14vw;
    top: 16vw;
    background: #ffffff;
            }
            .navbar {
                height: 80px!important;
                position: absolute;
                width: 100%!important;
                background-color: #fbfbfb!important;
                filter: drop-shadow(2px 3px 4px black);
                top: 0px!important;
                left: 0px!important;
                z-index: 9;
            }
        
            .checkbtn {
                height: 40px;
                width: 40px;
                right: 3vw;
                background-color: transparent;
                z-index: 2;
                top: 23px;
                position: absolute;
                display: block!important;
                cursor: pointer;
            }
            
            
            .fa-bars {
           color: black!important;
    height: 40px!important;
    width: 40px!important;
    position: absolute!important;
    font-size: 8vw!important;
    right: 17px!important;
    background: transparent!important;
                z-index: 99!important;
            }
.content-services {
display: grid;
    grid-area: content-service;
    position: absolute!important;
    width: calc(100% - 16px)!important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    left: 8px!important;
    top: 0px!important;
    height: 95vh!important;
}
            .navbar ul {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 82px!important;
                left: 0;
                z-index: 1;
                background-color: #c5c4c4;
                display: none;
               transition: all 700ms ease-in;
            }
        
            #check{
                right: 30px;
                position: absolute; 
                background-color: #10a7ff;
                top: 30px;
                cursor: pointer;
            }
            
            #check:checked ~ .header .navbar ul {
                display: flex;
                flex-direction: column;
                height: 100vw;
                transition: all 700ms ease-in;
                display: block!important;
                background-color:rgb(251 251 251)!important;
                cursor: pointer;
                z-index: 99999;
            }
        
        
            .content-services + .footer-green {
                position: absolute;
            background-color: rgb(235 239 241);
            width: 100%;
            height: 188px;
            display: block;
            bottom: -340rem!important
            }
        
            .footer-green center {
     position: absolute;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    left: 0%;
    width: 100%;
    top: 3px;
    color: #9e9e9e;
    font-size: 1.3rem;
            }
        
            .footer-nav {
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: row;
                top: 23px;
                position: relative;
                background: rgb(235 239 241);
            }
            .footer-nav {
                width: 100%;
                height: 58px;
                display: flex;
                flex-direction: row;
                top: 27px;
                position: relative;
                background: rgb(235 239 241);
            }
        
            .footer-nav ul li { 
                margin: 9px;
                padding: 1px 2px;
                list-style: none;
                text-decoration: none;
                text-transform: capitalize;
                font-family: inherit;
                align-items: center;
                display: block;
                left: 1%;
                margin-left: 0px;
                position: relative;
                top: 5px;
                font-size: 1rem;
                
            }
            .div-logo{z-index: 999!important;}
            #check:checked ~ .header .navbar ul .div-li {
                width: 83vw;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 242px;
                float: left;
                z-index: 99;
            }
            .content-services .baner {
                position: absolute;
                height: 40vw;
                width: 40vw;
                top: -8px;
                left: -13px;
                background: transparent;
                overflow: hidden;
                z-index: 2;
                transform: rotate(0);
            }
        
            .card-img{
                width: 100%;
            height: 32vw;
            background: rgb(231, 231, 231);
            }
        
            .card-3 .card-img img {
                float: left;
                padding: 0px;
                height: 32vw;
                width: 100%!important;
                background: #f1f3f4;
                top: 0px;
                background-size: contain;
                position: absolute;
                left: 0;
            }
        
            .div-logo {
                width: 36%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                float: left;
            }
            .logo-img {
                width: 130px!important;
                height: 130px!important;
                top: -17px!important;
                position: relative;
                filter: grayscale(1);
                left: -23px!important;
            }
            nipt {
        position: relative;
    width: calc(100% - 20px);
    top: 26px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 1rem;
    padding: 10px;
    background: rgb(235 239 241);
            }
            
            .we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 32px;
    height: 8vh;
    padding: 0;
    text-shadow: 4px -1px 2px black;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
        
            .card-3 .h1-card-titull {
                font-size: 4.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
            .card-3 .input-card {
              height: 9vw;
    width: 32vw;
    position: absolute;
    bottom: 0px;
    left: 26%;
    background: white;
    color: #10a7ff;
    transform: translate(-50%, -6px);
    left: 50%;
    border-radius: 25px;
    transition: background 0.8s ease-in;
    cursor: pointer;
    border: none;
    z-index: 99;
            }
            .p-card {
                font-size: 16px;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 20px;
                top: 72px;
                position: absolute;
                background: white;
                height: 40vw;
            }
div#container\ service {
         position: absolute;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 14vh 100vh 61vh 22vh;
    grid-template-areas:
        'header'
        'content-service'
        'center'
        'footer';
    height: 173vh!important;
}
            
            .card-3 .card-pershkrim {
               background: #ffffff;
    float: left;
    width: 100%;
    height: 66.5vw;
    position: absolute;
    float: right;
    left: -1px;
    top: 132px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
            }
        
            .card .card-pershkrim .input-card {
                   height: 9vw!important;
    width: 40vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 38vh;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
            }
        
            .card .card-pershkrim .input-card:hover , .card .card-pershkrim .input-card:focus-within{
              
                background-color: #2a9ed8;
                color: rgb(255, 255, 255);
                cursor: pointer;
                transition: background-color ease-in   500ms;
        
                
                border-radius: 50px;
                position: absolute;
                /* top: 214%;
                left: 50%;
                transform: translate(-50%, 100%); */
                border: none; 
                
            }
        
            .card-3 .input-card:hover { 
                position: absolute;
                background: #10a7ff;
                
                font-size: small;
                border: none;
                color: white;
                transition: background cubic-bezier(0, 0, 1, -0.11) 700ms;
                cursor: pointer;
            }
            /* index stilimi */
            .slide {
             display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
            }
        
            .slider {
                display: flex;
                aspect-ratio: 16 / 9;
                overflow: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 3px 5px 7px black;
                height: 100%!important;
                width: 100%!important;
                background-color: #ffffff;
                }
          .slider-wrapper {
    position: absolute;
    max-width: 100%;
    margin: 2PX auto;
    height: 100%;
}


        
            .slider .img {
                flex: 1 0 100%;
                scroll-snap-align: start;
                object-fit: cover;
                height: 100%!important;
                display: flex;
                flex-direction: column;
                width: 48vw!important;
                height: 100%!important;
                background: white;
                z-index: 8!important;
                position: relative;
                top: -3px;
                left: -3px;
            }
            .input-slide {
               height: 36px;
    width: 128px;
    position: relative;
    background: #2196f300;
    margin-left: 0%;
    left: 51%;
    top: 28vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: 2px solid #efefef;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    font-size: 2vh;
            }
            .slider .img img {
                width: 100%;
                height: 100%!important;
                display: flex;
                position: absolute;
                right: 0px;
                z-index: 1;
            }
        .pershkrim h1 {
  color: white;
    font-size: 41px;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}
        
            pershkrim {
       height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #17298b7a!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
            }
            .slide-ermifood .input-slide {
  height: 50px;
    width: 80vw;
    position: relative;
    background: #607d8bb5;
    margin-left: 0%;
    left: 50%;
    top: 51vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}
            pershkrim h1 {
                font-size: 5vw;
                text-align: center;
                text-decoration: wavy;
                color: rgb(255 255 255);
                float: left;
                left: 110px;
                position: absolute;
                top: 15;
            }
        
            pershkrim p {
 font-size: 4.9vw;
    top: 37vw;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
            }
            .slider-nav {
                display: flex;
                column-gap: 1rem;
                position: absolute;
                bottom: -0.25rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 99;
            }
        
            .content {
             display: grid;
    position: absolute;
    grid-area: content;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 1vh;
            }

           #container .content {
display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vh 80vh 80vh 80vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarentee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: -30vh!important;
            }
          .card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 65vh;
    background: #d0d7db;
    background: #ffffff;
}

#guarantee {
    position: absolute;
    display: grid;
    grid-area: guarentee;
    margin:0!important;
    width: 98%;
    left: 1%;
    height: 70vh;
    background: #ffffff;
}

#documntation{
   position: absolute;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: inherit;
    flex-shrink: 1;
    width: 98%;
    grid-area:documentation;
    margin: 0!important;
    height: 70vh;
    left: 1%!important;
    background: #ffffff;
    margin-top: 8vh!important;
    margin-bottom: 69vh!important;
}
        #service{
  position: absolute;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: inherit;
    flex-shrink: 1;
    width: 98%;
    grid-area: service;
    margin: 0!important;
    height: 70vh;
    left: 1%!important;
    background: #ffffff;
    margin-top: 8vh!important;
    margin-bottom: 69vh!important;
}
.we-offer {
    display: grid;
    grid-area: we-offer;
    width: 98%;
    left: 1%;
    position: absolute;
    height: 25vh;
    top: 31vh;
    background: white;
}

.we-offer-p {
    color: gray;
    text-align: center;
    padding: 10px;
    top: -3vh;
    font-size: 2vh!important;
    position: relative;
}
            .card-img-left {
                float: left;
                padding: 0px;
                height: 36vw;
                width: 100%;
                background: #ffffff;
                top: 0px;
                position: absolute;
                left: 2px;
            }
        
            .card-img-left img {
                width: 100%;
                height: inherit;
                background: white;
                position: absolute;
                left: -2px;
            }
            .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -238vw;
            }
            
            .container-login .contact-clean form {
             display: flex;
    width: 89%!important;
    min-width: 50%;
    height: 90vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: -40px;
    background-color: #ffffff;
    padding: 30px;
    left: 25px;
    top: -19px!important;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
            .card-pershkrim {
                float: left;
                width: 100%;
                height: 20vw;
                position: absolute;
                float: right;
                left: 0px;
                top: 129px;
                display: block;
            }
            pershkrim:before, pershkrim:after{
             display: none!important;
            }
        
        
        
            /* about */ 
                #container-about {
                    position: absolute;
                    width: 100%;
                    height: 590vw;
                    left: 0;
                    padding: 0rem;
                    background: #f1f3f4;
                    left: 0;
                    top: 0vw;
                    display: flex;
                    flex-direction: column;
                
            }
        
            #container-about h1.center {
                text-align: center;
                position: relative;
                padding: 1rem;
                margin-bottom: 1rem;
                font-family: 'El Messiri', sans-serif;
                color: #417e9c;
                top: 0px;
                margin-top: 100px;
            }
        
            .content-about {
          position: absolute;
    top: 190px !important;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    height: 500vw;
    display: block;
    flex-direction: column;
    flex: 1;

            }
        
            .card-img-about {
                width: 40vw;
                height: 40vw;
                background: white;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0px;
                align-content: center;
                border-radius: 50%;
                background: #9e9e9e;
                left: 25%;
                top: 6vw;
            }
        
            .card-img-about img {
                background-size: contain;
                position: absolute;
                display: flex;
                align-items: center;
                align-content: center;
                align-self: center;
                left: 0px;
                top: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
            }
        
        
            .card-pershkrim-about {
                width: 97%!important;
                height: 70vw;
                background: #ffffff;
                position: absolute;
                display: block;
                flex-direction: column;
                left: 0px;
                top: 50vw;
                padding: 0;
                font-family: 'El Messiri';
            }
        
            .content-about .p-card {
                font-size: 4vw;
                line-height: normal;
                font-weight: 100;
                color: #060403;
                padding: 10px;
                top: 9px;
                position: relative;
                line-height: 5vw;
            }
        
            #container-about .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -35vw!important
            }
            .h1-card-titull-about {
                font-size: 5vw!important;
                color: #9e9e9e;
            }
            .about-para, .about-dyta, .about-mezi, .about-treta, .about-katra {
                height: 120vw!important;
                width: 80%;
                margin-top: 20px;
                position: relative;
                background-color: white;
                display: flex;
                left: 8%!important;
                transform: perspective(1000px) rotateY(0);
            }
        
        
        
            /* database stilim */
            #container-database {
                height: 535vw;
                width: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
            }
           
        
            #container-database .content {
                position: relative;
                width: 100%;
                height: 400vw;
                left: 0;
                padding: 0;
                left: 0px;
                top: 22vw;
            }
        
            #container-database .card {
                    width: 100%;
    height: 75vh;
    background: #ffffff;
    display: flex;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: center;
    left: 35%;
    transform: translate(-50%, 20%);
            }
        
        
            #container-database .h1-card-titull {
                font-size: 5.5vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
            #container-database .card .card-pershkrim .input-card {
   
                background-color: #f1f3f4;
                color: #060403;
                border-radius: 50px;
                position: absolute; 
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
                top: 42vh!important
            }
        
            #container-database .card .card-pershkrim .input-card:hover {
              
                background-color: #3798c8;
                color: rgb(255, 255, 255);
                 
                position: absolute;
             
                border: none;
                cursor: pointer;
                transition: background-color ease-out 500ms;
            }
        
        
            #container-database .footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -20vw!important
            }
        
            .contact-clean {
                width: 100vw;
                background: aliceblue;
                height: 90vw!important;
                position: relative;
                left: 0;
                top: -8px;
            }

            .contact-clean form {  
                    max-width: max-content;
                    display: flex;
                    width: 100%;
                    height: 147vw;
                    flex-direction: column;
                    flex-wrap: wrap;
                    margin: 0px auto;
                    background-color: #ffffff;
                    padding: 0px;
                    left: 0px;
                    position: relative;
                    border-radius: 4px;
                    color: #505e6c;
                    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                    border-radius: 10px;
                
            }
            footer.footer-regjistro {
              
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    display: block;
    bottom: -116vw!important;

            }

 .container-login{width: 100%;height: 150vw!important;padding: 0;}
 .container-login + footer.footer-login {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -27vw!important;
            }
    footer.footer-regjistro{
    display: grid;
    position: absolute;
    grid-area: footer;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 15vw;
    bottom: -89vh!important;
            }
            .form-group { 
                margin-bottom: 1rem;
                width: 100%;
                left: 0.4%;
                position: relative;
                
            }
            .contact-clean form .btn {
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 100%!important
            }
            select {
                height: 50px;
                width: 100%;
                left: 0;
                border-radius: 10px;
            }
         .btn-primary{
                cursor: pointer;
                padding: 21px 20px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: -6px;
                width: 19.9rem!important;
            }
           .container-login .contact-clean form .btn {
                cursor: pointer;
    padding: 19px 50px;
    border-radius: 10px;
    border: none;
    background: none;
    box-shadow: 2px 4px 8px rgb(200 200 202);
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important;
    left: 1px;
    width: 102%!important;
            }
            div.form-shadow { 
                width:86%;
                height: auto;
                top: 44px;
                margin: 90px auto;
                background-color: #ffffff;
                padding: 0;
                display: block;
                position: relative;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                z-index: 1;
            }
            #container-registr .contact-clean form .btn {
                cursor: pointer;
                padding: 20px 10px;
                border-radius: 10px;
                border: none;
                background: none;
                box-shadow: 2px 4px 8px rgb(200 200 202);
                text-shadow: none;
                opacity: 0.9;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 13px;
                letter-spacing: 0.4px;
                line-height: 1;
                outline: none !important;
                left: 0px;
                width: 19rem;
            }
        
            input[type='file'] {
                height: 15vw;
                width: 100%;
                border-radius: 10px;
                position: relative;
                left: 0%;
                border: 1px dashed gray;
                margin-bottom: 20px;
            }

            .form-control {
                display: block;
                width: 90%;
                padding: 0.375rem 0.75rem;
                font-size: 1rem;
                line-height: 1.5;
                left: 5%;
                position: relative;
            }
            #container-registr .contact-clean {
                width: 100vw;
            background: white;
            height: 119vw;
            position: relative;
            left: 0;
            top:60px;
            }
            #container-registr .contact-clean form {
                max-width: max-content;
                display: flex;
                width: 100%;
                height: 89vw;
                flex-direction: inherit;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 0px;
                left: 0px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
            }
            #container-contact {
                width: 100%;
                height: 215vw;
                background-color: #f1f3f4;
                left: 0;
                position: absolute;
                top: 0;
            }
        
            #container-contact + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -66vw;
            }
        
            .contact-clean h2 {
                margin-top: 10px;
                font-weight: 900;
                font-size: 1rem;
                margin-bottom: 33px;
                color: inherit;
                text-align: center;
                margin-left: -6px;
            }
            #container-registr + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -13vw;
            }
        
        
            #registro {
                height: 225vw!important;
                width: 100%; 
        
            }
        
            div#regjistro + footer.footer-green {
                position: absolute;
                background-color: rgb(235 239 241);
                width: 100%;
                height: 15vw;
                display: block;
                bottom: -97vw;
            }
            .regjistro{height:243vw!important;width: 100%;}
        
         
            #container .h1-card-titull {
                font-size: 4vw;
                line-height: normal;
                font-weight: 700;
                color: #060403;
                padding: 20px;
            }
        
         #container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 100%;
    bottom: -46vh!important;
}
        
            .slider-nav a {
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: white!important;
                opacity: 0.7;
                transition: opacity ease 250ms;
                top: -1.7vw;
                position: relative;
            }

            .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding: 0px!important;
                height: 47px;
                border-radius: 10px;
                width: 100%;
                left: 0px;
            }
            .contact-clean form{
                display: flex;
                max-width: 100%;
                height: 213vw!important;
                flex-direction: column;
                flex-wrap: wrap;
                margin: 0px auto;
                background-color: #ffffff;
                padding: 10px;
                left: -7px;
                position: relative;
                border-radius: 4px;
                color: #505e6c;
                box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
                border-radius: 10px;
                top: 0vw!important;
            }


         .clean-360 form {
min-width: 90vw;
    display: flex;
    width: 100%;
    height: 131vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
            }
            #container-contact .contact-clean form .form-control {
                background: #fff;
                border-radius: 2px;
                box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
                outline: none;
                color: inherit;
                padding-left: 0px;
                height: 35px;
                border-radius: 10px;
            }
#container-contact .contact-clean form {
   min-width: 90vw;
    display: flex;
    width: 100%;
    height: 141vw!important;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 12px;
    left: -41px;
    position: relative;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}


.footer-green center:before {
    content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 8px;
    background-color: #bfc1c3;
}
.footer-green center:after {
   content: "";
    height: 5px;
    width: 15vw;
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 1vw;
    background-color: #bfc1c3;
}
        }
        
        
        
        /*=======================================================================================
        ==========================================================================================
                                        STILIM PER ORA SMART
        
        ==========================================================================================
        ========================================================================================*/
        
        @media screen and (min-width: 100px) and (max-width: 220px){

#container .content {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 57vh 180vh 180vh 180vh;
    grid-template-areas:
        'we-offer'
        'service'
        'guarantee'
        'documentation';
    position: absolute;
    grid-area: content;
    margin-bottom: 50px;
    padding: 0rem;
    background: #f1f3f4;
    left: 0px;
    top: 13vh;
}
#service {
    position: absolute;
    display: grid;
    width: 98%;
    grid-area: service;
    margin: 0!important;
    height: 70vh;
    left: 1%!important;
    background: #ffffff;
    margin-top: 51px!important;
}

.header {
    display: grid!important;
    grid-area: header;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: crimson;
}

.slide {

    display: grid;
    grid-area: slide;
    margin: 0px;
    height: 100%!important;
    width: 100%;
    left: 0;
    top: 14px;
    position: absolute;

}

.we-offer {
display: grid;
    grid-area: we-offer;
    width: calc(100% - 1px);
    left: 0%;
    position: absolute;
    height: 66vh;
    top: 12vh;
    background: white;
}

#container .footer-green {
    display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: auto;
    height: 100%;
    bottom: -46vh!important;
}

#container .footer-green center {
    position: absolute;
    display: grid!important;
    align-items: center;
    left: 0vw;
    width: 98%!important;
    background: #ebeff1!important;
    top: -16px!important;
    color: #9e9e9e;
    font-size: 8vw!important;
}

.footer-nav ul {
    height: 60px;
    width: 99vw;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 1.3vw;
    text-decoration: none;
    list-style-type: none;
}


.footer-nav ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    align-items: center;
    display: block;
    left: 1%;
    margin-left: 0px;
    position: relative;
    top: 5px;
    width: 94%;
    font-size: 4vw;
}

nipt {
    position: relative;
    width: calc(100% - 31px)!important;
    top: 26px;
    margin: 0!important;
    left: 0px;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: 6vw;
    padding: 10px;
    background: rgb(235 239 241);
}
#guarantee{position: relative!important;
    display: grid!important;
    width: 98%!important;
    grid-area: guarantee!important;
    margin: 0!important;
    width: calc(100% - 1px)!important;
    height: 180vh!important;
    left: 1%!important;
    background: #ffffff;
    top: 126px!important;
    bottom: 35px!important;
}

#service {
    position: relative!important;
    display: grid!important;
    width: 98%!important;
    grid-area: service!important;
    margin: 0!important;
    width: calc(100% - 1px)!important;
    height: 180vh!important;
    left: 1%!important;
    background: #ffffff;
    top: 63px!important;
    bottom: 5px!important;
}
#documntation {
    position: absolute;
    display: grid;
    grid-area: documentation;
    margin: 0!important;
    width: calc(100% - 1px);
    left: 0%;
    height: 180vh;
    background: #ffffff;
    top: 90vh;
}

.card-img-left img {
    width: 50%;
    height: inherit;
    background: white;
    position: absolute;
    left: 25%;
}

.card-pershkrim {
    float: left;
    width: 100%;
    height: 50vh;
    position: absolute;
    float: right;
    left: 0px;
    top: 36%;
    display: block;
}

#container .h1-card-titull {
    font-size: 6vw;
    line-height: normal;
    font-weight: 700;
    color: #060403;
    padding: 1px;
}

.p-card {
    font-size: 6.5vw;
    line-height: normal;
    font-weight: 100;
    color: #060403;
    padding: 5px;
    top: 11px;
    position: absolute;
    background: white;
    height: 80vh;
    width: calc(100% - 8px);
}


.card {
    position: absolute;
    display: grid;
    grid-area: card;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 98%;
    left: 2%;
    height: 140vh;
    background: #d0d7db;
    background: #ffffff;
}

.we-offer h1.pershkrim-h2 {
    color: black;
    font-size: 10vw;
    height: 8vh;
    padding: 0;
    text-shadow: 0px -1px 2px black;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}

.we-offer-p {
    color: gray;
    text-align: center;
    padding: 10px;
    top: 5vh;
    font-size: 6.8vw;
    line-height: 7vw;
    position: relative;
    width:88%;
}


#container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:100%;
    grid-template-rows: 13vh 61vh 500vh 20vh;
    grid-template-areas:
        'header'
        'slide'
        'content'
        'footer';
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
}


#container .footer-green {
display: grid;
    grid-area: footer;
    position: absolute;
    background-color: rgb(235 239 241);
    width: 100%;
    height: 60vh;
    bottom: -500vh!important;
}
.card .card-pershkrim .input-card {
    height: 14vw!important;
    width: 70vw;
    background-color: #f1f3f4;
    color: #060403;
    border-radius: 50px;
    position: absolute;
    top: 77vh;
    left: 50%;
    transform: translate(-50%, 100%);
    border: none;
    cursor: pointer;
    transition: background-color ease-out 500ms;
}
.footer-green center:before {
    content: "";
    height: 5px;
    width: 91vw;
    border-radius: 50px;
    position: absolute;
    top: 20%;
    left: 8px;
    background-color: #bfc1c3;
}
.footer-green center:after {
    content: "";
    height: 5px;
    width: 91vw;
    border-radius: 50px;
    position: absolute;
    top: 20%;
    right: 8px;
    background-color: #bfc1c3;
}
.pershkrim h1 {
    color: white;
    font-size: 8vh;
    text-align: center;
    padding: 0px;
    width: 90%;
    top: 5vh;
    left: 5%;
    text-shadow: 2px 2px 4px black;
}

pershkrim {
    height: 100%!important;
    width: 100%!important;
    color: white!important;
    font-size: 22px!important;
    position: absolute!important;
    z-index: 999;
    left: 0px!important;
    margin-top: 0vh!important;
    display: flex!important;
    background: #8b7d176b!important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
}

pershkrim p {
    font-size: 6.3vw;
    top: -61vh;
    height: 100%;
    margin-top: 129px;
    position: absolute;
    color: #ffffff;
    display: flex;
    left: 4px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    font-family: 'EL Messiri';
    font-weight: 900;
    line-height: 30px;
}
  .logo-img {
   width: 60px!important;
    height: 60px!important;
    top: -12px!important;
    position: relative;
    filter: grayscale(1);
    left: -15px!important;
   }
   
 .checkbtn {

   margin-left: 20vw;
    height: 40px;
    width: 40px;
    right: -14vw!important;
    background-color: transparent;
    z-index: 999;
    top: 5px!important;
    position: relative;
    display: none;
}

.fa-solid, .fas {
    font-weight: 900;
    font-size: 14vh!important;
}


.navbar {
    height: 31px!important;
    position: absolute;
    width: 100%!important;
    background-color: #fbfbfb!important;
    filter: drop-shadow(2px 3px 4px black);
    top: 0px!important;
    left: 0px!important;
    z-index: 9;
}

.slide-ermifood .input-slide {
   height: 26px;
    width: 73vw;
    position: relative;
    background: #3e3204b5;
    margin-left: 0%;
    left: 36vw;
    top: 38vh;
    transform: translate(-50%, 0);
    border-radius: 25px;
    border: none;
    z-index: 1;
    font-size: 7vh;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-family: EL Messiri;
    text-shadow: 0px 2px 4px black;
}


}
     
     
     .container-slide {
    display: flex;
    position: absolute;
    width: 1000px;
    height: 500px;
    transform: translate(-51%, -50%);
    top: 20%;
    left: 50%;
}