@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: outfit;
}
body{
    background-color: #dadada;
}
a{
    text-decoration: none;
    color: inherit;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #131921;
    padding: 10px 20px;
    color: #fff;
}
.nav-contry{
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 13px;
    color: #c4c4c4;
}
.nav-contry h1{
    color: rgba(0, 128, 0, 0.559);
    font-size: 15px;
}
.nav-search{
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    color: gray;
    max-width: 1000px;
    border-radius: 4px;
    margin-left: 15px;
}
.nav-search-catagory{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 5px;
    background: #e5e5e5;
    border-radius: 4px 0 0 4px;
}
.nav-search-input{
    border: none;
    outline: none;
    padding-left: 20px;
    width: 100%;
}
.nav-search-icon{
    max-width: 41px;
    padding: 8px;
    background: rgba(0, 128, 0, 0.559);
    border-radius: 0 4px 4px 0;
}
.nav-language{
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    margin-left: 15px;
}
.nav-text{
    margin-left: 15px;
}
.nav-text p{
    font-size: 10px;
}
.nav-text h1{
    font-size: 14px;
}
.nav-cart{
    display: flex;
    align-items: center;
    margin: 0px 15px;
}
.nav-bottom{
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 8px 20px;
    background: rgba(0, 128, 0, 0.809);
    color: #fff;
    font-size: 15px;
    justify-content: space-between;
}
.hero-contact{
    background-image: url("./Images/background5.jfif");
    background-size: cover;
    background-position: center;
    height: 90vh;
    width: 100%;
    padding: 0 80px;
    justify-content: center;
    padding-top: 200px;
}
.hero-contact h1{
    color: yellowgreen;
    margin-left: 500px;
}
.nav-bottom div{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
#contact-details {
    align-items: center;
    justify-content: space-between;
}
#contact-details .details {
    width: 40%;
}
#contact-details .details span,
#form-details form span {
    font-size: 12px;
}
#contact-details .details h2,
#form-details form h2 {
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
    color:  rgba(0, 128, 0, 0.559);
}
#contact-details .details h3 {
    font-size: 16px;
    padding-bottom: 15px;
}
#contact-details .details li {
    list-style: none;
    display: flex;
    padding: 10px 0;
}
#contact-details .details li i {
    font-size: 14px;
    padding-right: 22px;
}
#contact-details .details li p {
    margin: 0;
    font-size: 14px;
}
#contact-details .map {
    width: 100%;
    height: 400px;
}
#contact-details .map iframe {
    width: 100%;
    height: 100%;
}
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: #131921;
    padding: 20px 60px;
    line-height: 30px;
}
footer h5{
    color: green;
}
footer p{
    color: grey;
}
/*------media query------*/
@media only screen and (max-width:900px){
    nav{
        flex-wrap: wrap;
    }
    .nav-search{
        order: 7;
        margin: 15px 0 5px;
        max-width: 300px;
    }
    .box-col{
        max-width: 48%;
    }
    .see-more{
        display: none;
    }
    
}
@media only screen and (max-width:600px){
    .nav-contry{
        display: none;
    }
    .nav-language{
        display: none;
    }
    .nav-text{
        display: none;
    }
    .nav-bottom{
        font-size: 13px;
        gap: 10px;
        overflow-x: scroll;
    }
    .nav-bottom::-webkit-scrollbar{
        display: none;
    }
    .nav-bottom p{
        text-wrap: nowrap;
    }
    .mobile-user-icon{
        display: flex !important;
        flex: 1;
        justify-content: flex-end;
    }
    .mobile-user-icon img{
        width: 25px;
    }
    .nav-cart h4{
        display: none;
    }
    .nav-cart img{
        width: 25px;
    }
    .header-slider a{
        top: 24px;
        padding: 2vh 1vw;
        font-size: 15px;
    }
    .box-col{
        max-width: 100%;
        width: 100%;
    }
    wiper-slide img{
    width: 100%;
    padding-top:15px;
    height: 400px;
} 
.eclia-img{
    width: 600px;
    height: 600px;
    background: gray;
    padding-right: 150px;
}
.center h2{
    font-size: 18px;
    padding-top: 20px;
    font-weight:600;
}
    .story p{
    line-height: 15px;
    font-size: 12px;
}
    .see-more{
        display: none;
    }
    .slider1{
    width: 80vh;
    height: 50vh;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-image: url(Images/background1.jfif);
    margin-left: 100px;
    margin-top: 100px;
    padding-right: 30PX;
}

.common{
    display: inline;
    justify-content: space-between;
}
    footer{
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        display: block;
    }
