*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    width: 100%;
    height: 75px;
    line-height: 75px;
    padding: 0px 100px;
    position: fixed;
    opacity: 100%;
    background-color: white;
    z-index: 1;
}
nav .logo p
{
    font-size: 30px;
    font-weight: bold;
    float: left;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
}
nav .logo img
{
    width: auto;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    z-index: 2;
}
nav ul
{
    float: left;
    padding-left: 25px;
    position: absolute;
    left: 30%;
}
nav li
{
    display: inline-block;
    list-style: none;
}
nav li a
{
    text-decoration: none;
    color: black;
    padding: 0 15px;
    font-size: 18px;
    transition:  0.3s ease,transform 0.3s ease;
    z-index: 2;
}
nav li a:hover
{
    color: gray;
    transform: scale(1.1);
}
nav .icons
{
    position: absolute;
    right: 20%;
    top: 5%;
    cursor: pointer;
}
nav .user
{
    position: absolute;
    right: 17%;
    top: 5%;
    cursor: pointer;
}
nav .fav
{
    position: absolute;
    right: 14%;
    top: 5%;
    cursor: pointer;
}
nav .cart
{
    position: absolute;
    right: 11%;
    top: 5%;
    cursor: pointer;
}
.login .btn3
{
    background-color: gray;
    padding: 10px 20px;
    border: none;
    color: white;
    font-size: 16px;
    position: absolute;
    top:3%;
    right: 20px;
    z-index: 2;
    position: fixed;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.login .btn3 a
{
    text-decoration: none;
    color: white;
}
.login .btn3:hover
{
    color: white;
    transform: scale(1.1);
}
.main
{
    position: relative;
    
    
}
.main .content img
{
    width: 100%;
    max-width: fit-content;
    height: 100;
    opacity: 70%;
    cursor: pointer;
    margin-top: 5%;
}
.main .content p
{
    text-transform: uppercase;
    font-size: 250px;
    position: absolute;
    top: 20%;
    right: 10%;
    color: #0A3A40;
    z-index: -1;
}
.main .content h6
{
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Work Sans", serif;
    color: #F2F2F2;
    position: absolute;
    left: 42px;
    bottom: 28%;
    letter-spacing: 1.5px;
}
.main .content h3
{
    font-size: 60px;
    font-family: "Open Sans", serif;
    position: absolute;
    left: 38px;
    bottom: 14%;
    letter-spacing: 1.5px;
    color: #D8FFDB;
}
.main .content h5
{
    font-size: 19px;
    font-family: "Open Sans", serif;
    position: absolute;
    left: 39px;
    bottom: 12%;
    letter-spacing: 1.5px;
    color: #F2F2F2;
}
.main .content .btn
{
    font-family: "Open Sans", serif;
    padding: 15px 20px;
    width: 10%;
    font-size: 16px;
    background-color: maroon;
    color: white;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition:  0.3s ease;
    position: absolute;
    right: 25%;
    bottom: 15%;
}
.main .content .btn:hover
{
    background-color: maroon;
    transform: scaleX(1.05);
}
.main .content .btn1
{
    font-family: "Open Sans", serif;
    padding: 15px 20px;

    font-size: 16px;
    background-color: white;
    color: black;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition:  0.3s ease;
    position: absolute;
    right: 10%;
    bottom: 15%;
}
.main .content .btn1:hover
{
    background-color: white;
    transform: scaleX(1.05);
}
.content1
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content1 .content-item img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    justify-content: space-between;
    padding: 10px;
    margin-top: 10%;
    cursor: pointer;
}
.content1 .content-item h5
{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px;
    color: #0F5959;
}
.content1 .content-item p
{
    text-align: center;
    font-family: "Open Sans", serif;
    font-size: 20px;
    margin-top: 10px;
    color: gray;
    padding: 5%;
}
.text
{
    justify-content: center;
    align-items: center;
}
.text h3
{
    text-align: center;
    font-size: 40px;
    letter-spacing: 1.5px;
    font-family: "Work Sans", 'serif';
    color: #D6D58E;
    margin-top: 5%;
}
.text p
{
    text-align: center;
    padding: 20px;
    color: gray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.content2
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background-color: #f9f9f9;
}
.content2 .content-item2
{
    width: 100%;
    max-width: 450px;
    margin: 8px;
    border-radius: 10px;
    
}
.content2 .content-item2:hover
{
    transform: scale(1.05);
}
.content2 .content-item2 img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
}
.content2 .content-item2 h4
{
    color: #506266;
    font-size: 25px;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;;
}
.content2 .content-item2 p
{
    color: gray;
    font-size: 18px;

}
.content2 .content-item2 .btn2
{
    position: absolute;
    top: 10px;
    right: 11px;
    background-color: red;
    color: white;
    border: none;
    padding: 10px 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.content3
{
    position: relative;
    flex-wrap: wrap;
}
.content3 .content-item3
{
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin-top: 20px;
}
.content3 .content-item3 img
{
    width: 530%;
    max-width: auto;
    height: 90vh;
    margin-top: 30px;
    opacity: 30%;
}
.content3 .content-item4 img
{
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    left: 10%;
    top: 5%;
    height: 90vh;
    width: 100%;
    object-fit: cover;
    max-width: 500px;
    cursor: pointer;
}
.content3 .box
{
    width: 650px;
    height: 400px;
    position: absolute;
    left: 7%;
    top: 18%;
    z-index: -1;
    background-color: maroon;
    clip-path: polygon(15% 1%, 85% 0, 73% 100%, 2% 100%);
}
.content-item5 h3
{
    color: gray;
    font-size: 30px;
    position: absolute;
    top: 40%;
    right: 25%;
    font-family: "Open Sans", serif;
    font-weight: bold;
    letter-spacing: 1,5s;
}
.content-item5 p
{
    position: absolute;
    left: 48%;
    top: 45%;
    color: #8C8C8C;
    font-size: 150%;
    display: flex;
    flex-wrap: wrap;
    font-family: "Playfair Display", serif;
}
.content3 .box1
{
    width: 30px;
    height: 50px;
    background-color: maroon;
    clip-path: polygon(32% 0, 81% 0, 52% 100%, 2% 100%);
    position: absolute;
    left: 48%;
    top: 60%;
}
.content3 .box2
{
    width: 20px;
    height: 30px;
    background-color: maroon;
    clip-path: polygon(32% 0, 48% 0, 26% 100%, 2% 100%);
    position: absolute;
    left: 49.05%;
    top: 63%;
}
.content-item6 h3
{
    color: black;
    font-size: 20px;
    font-family:monospace;
    font-weight: 100;
    position: absolute;
    left: 53%;
    top: 60%;
}
.content-item6 p
{
    color: gray;
    font-size: 25px;
    font-family:monospace;
    font-weight: 100;
    position: absolute;
    left: 53%;
    top: 65%;
    text-decoration: line-through;
}
.content-item6 span
{
    color: red;
    font-size: 25px;
    font-family:monospace;
    font-weight: 100;
    position: absolute;
    left: 62%;
    top: 65%;
}
.btn4
{
    color: black;
    padding: 13px 33px;
    position: absolute;
    left: 49%;
    top: 72%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: 0.3s ease,;
    cursor: pointer;
}
.btn4:hover
{
    background-color: maroon;
    color: white;
    transform:scale(1.05);
    border: none;
}
.content4
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.content4 .cart1 img
{
    width: 80px;
    height: 80px; 
    margin-left: 40%;
    padding: 10px;
    margin-top: 70px;
    cursor: pointer;
}
.content4 .cart1 h4
{
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin-top: 5px;
}
.content4 .cart1 p
{
    color: black;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-left: 12%;
    margin-top: 10px;
   font-weight: 200;
}
hr
{
    border: 0;
    height: 1px;
    background: gray;
    margin: 70px 0;
}
.content5
{
    display: flex;
    justify-content: right;
    align-items:center;
    position: relative;
    flex-wrap: wrap;
}
.content5 .content-item7 img
{
    width: 650px;
    height: 110vh;
    max-width: 100%;
    flex-wrap: wrap;
    margin-right: 20px;
    cursor: pointer;
}
.content5 .content-item7 h3
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    position: absolute;
    right: 66%;
    top: 37%;
    color: #506266;
}
.content5 .content-item7 p
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    position: absolute;
    right: 70%;
    top: 45%;
    left: 2%;
    color: rgb(111, 109, 109);
}
.content6
{
    position: relative;
    flex-wrap: wrap;
}
.content6 .content-item8 img
{
    width: 650px;
    height: 110vh;
    position: absolute;
    top: px;
    left: 10px;
    cursor: pointer;
   
}
.content6 .content-item8 h3
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    position: absolute;
    left: 66%;
    bottom: 50px;
    top: 320px;
    color: #506266;
}
.content6 .content-item8 p
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    position: absolute;
    left: 66%;
    bottom: 50px;
    top: 390px;;
    color: rgb(111, 109, 109);
}
footer {
    background-color: whitesmoke;
    color: black;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60%;
}
footer .footer-content h4
{
    font-size: 25px;
    margin-bottom: 10px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    left: 80px;
    letter-spacing: 1.5px;
}
footer .footer-content p
{
    margin: 10px 0;
    font-size: 14px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    left: 50px;
    padding: 30px;
}
footer .newsletter-form
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
footer .newsletter-form input
{
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}
footer .newsletter-form button img
{
    width: 30px;
    height:30px;
    background-color: red;
    padding: 0px 6px;
    transition: transform 0.3s ease;
}
footer .newsletter-form button img:hover
{
    background-color: red;
}
footer .footer-content .btn8
{
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    left: 77px;
}
footer .footer-content .btn8:hover
{
    background-color: #555;
    transform: scale(1.05);
}
footer .footer-content1 h4
{
    font-size: 25px;
    margin-bottom: 10px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    left: 80px;
    bottom: 50px;
    letter-spacing: 1.5px;
}
footer .socials {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    left: 77px;
    bottom: 25px;

}
footer .socials li {
    display: inline;
}
footer .socials li a {
    color: gray;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}
footer .socials li a:hover {
    color: #ddd;
}
