*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal; */
}
.contact{
    justify-content: left;
    gap: 30px;
    display: flex;
    cursor: pointer;
}
nav{
    width: 100%;
    height: 130px;
    background-color: #0e9c8d;
    font-size: 20px;
}
.navbar{
    display: flex;
    justify-content: space-around;
}
.logo img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top:5px;
    margin-left: 10;
}
.logo {
    background-color: #14413b;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border-radius: 50%;
}
.input {
    width: 400px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
}

.input input {
    margin-top: 5px;
    margin-left: 5px;
    width: 330px;
    height: 30px;
    border: none;
    background: transparent;
}

.input img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 20px;
    transition: transform 0.2s ease;
}

.input img:hover {
    transform: scale(1.1);
}

.result {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    position: absolute;
}
.user{
    cursor: pointer;
}
.user a img{
    width: 70px;
    height: 70px;
    gap: 50px;
    display: inline-flex;
    position: relative;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
    margin-top: 7px;
}
.user a img:hover{
    background-color: red;
}
/* //nav2 */
.menu {
    display: none;
    width: 30px;
    cursor: pointer;
    z-index: 200;
    position: absolute;
    top: 10px;
    left: 10px;
}

.nav-phn{
    display: none;
    position: absolute;
    top: 50px;
    left: 10px;
    background-color: #c4e7e4cc;
    padding: 10px;
    width: 140px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 150;
}

.nav-phn a{
    display: block;
    color: black;
    text-decoration: none;
    font-size: 0px;
    
}


/* NAV2 */
.nav2{
    width: 100%;
    height: 20px;
    display: flex;
    background-color: #0e9c8d;
}
.nav2 .menu{
    height: 25px;
    margin-top: 5px;
    background-color: #0e9c8d;
    display: none;
}
.nav2 li{
    display: flex;
    justify-content: space-around;
}
.nav2 li a{
    text-decoration: none;
    color: white;
}
.nav2 li a:hover{
    text-decoration: 3px underline black;
}


/* //step3 */
.container {
    width: 100%;
    height: 300px;
    padding: 0px 220px 0px 220px;
    
    margin-top: 12px;
}
.container img{
    height: 290px;
    margin-top: 5px;
}


.second-list a{
    text-decoration: none;
    color: white;
}
.second-list a:hover{
    text-decoration: 3px underline black;
}

.second-list {
    display: flex;
    justify-content: space-evenly;
    padding: 5px;
}
ul {
    width: 100%;
    background-color: #0e9c8d;
    height: 30px;
}

/* img page */
.img-gallery{
    width: 80%;
    margin: 50px 200px 0px 200px;
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
    grid-gap: 30px;
}
.img-gallery img{
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    border: 5px solid black;
}
.img-gallery img:hover{
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68,77,136,0.2);
}
.full-img{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.full-img img{
    width: 100%;
    max-width: 500px;
}
.full-img span{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
/* ///step 5// */

.shopping{
    justify-content: space-evenly;
    display: flex;
    margin-top: 50px;
    margin-left: 200px;
    margin-right: 200px;
}

.step1{
    display: inline-flex;
}
.service-price img{
    width: 40px;
}
.message h1{
    font-size: 20px;
}
.message p{
    font-size: 15px;
}

/* //footer// */
.footer{
    background-color: rgba(17, 16, 16, 0.87);
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin-top: 20px;
    padding: 30px;
}
.footer2 .policy a{
    color: black;
    text-decoration: none;
    display:flex;
    font-size:10px;
}

.footer h1{
    text-decoration: underline black;
    margin-bottom: 10px;
    margin-top: 40px;
}
.footer2{
    width: 100%;
    height: 50px;
    background-color: rgba(17, 16, 16, 0.87);
    border-top: 5px solid #0e9c8d;
    display: flex;
    justify-content: space-around;
}
.footer2 h1{
    font-size: 20px;
    margin-top: 10px;
}
.social{
    display: flex;
    gap: 10px;
}
.social h1{
    font-size: 15px;
}
.social a img{
    width: 25px;
    height: 25px;
    gap: 20px;
    display: inline-flex;
    position: relative;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
    margin-top: 7px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/* //payment */
.product-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product {
    border: 1px solid #ccc;
    margin: 15px;
    padding: 15px;
    width: 250px;
    height: 300px;
    border-radius :20px;
}
.product img {
    margin-left: 10px;
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.product h3{
    margin-left: 60px;
}
button {
    padding: 10px 20px;
    background-color: #3399cc;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    margin-left: 60px;
}
.product-start h1{
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
}