/* Reset some default styles */
body{
    margin: 0;
    padding: 0;
    background-color: #eee;
    box-sizing: border-box;

}

ul, li, p {
    margin: 0;
    padding: 0;
}

/* Style the header section */
.headofweb {
    background-color: #fff;
    color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size: 18px;
    font-family: "Times New Roman", serif;
    box-shadow: 0px 4px 4px 0px rgb(167, 167, 167);
    padding: 2px;
}

.headofweb nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.headofweb .logo img {
    max-width: 70px;
    height: auto;
}

.headofweb ul {
    list-style: none;
    display: flex;
}

.headofweb ul li {
    margin-right: 40px;
}

.headofweb ul li:last-child {
    margin-right: 0;
}

.headofweb ul li a {
    text-decoration: none;
    color: #FFA500;
    font-weight: lighter;
    transition: color 0.3s ease;
}

.headofweb ul li a:hover {
    color: green;
}

.headofweb .nav-icons {
    display: flex;
    align-items: center;
}

.headofweb .nav-icons a {
    text-decoration: none;
    color: #FFA500;
    margin-right: 30px;
    font-size: 15px;
}

.headofweb .nav-icons a:hover {
    color: green;
}

/* responsive code */
@media (max-width: 768px) {
    .headofweb {
        padding: 10px 0;
    }

    .headofweb nav {
        padding: 0 10px;
    }

    .headofweb .logo img {
        max-width: 80px;
    }

    .headofweb ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 10px;
    }

    .headofweb ul li {
        margin: 10px 0;
    }

    .headofweb .nav-icons {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .headofweb .nav-icons a {
        margin: 5px 0;
    }
}

/* -----------------------search box---------------------------- */
#search-box {
    display: none;
    position: absolute;
    top: 105%;
    right: 10px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 2px 2px 0px green;
    padding: 5px;
}

/* Style the search input */
#search-input {
    width: 200px;
    padding: 5px;
    border: none;
    outline: none;
}

/* Style the search icon when the search input is in focus */
#search-input:focus + #search-box {
    display: block;
}

/* ---------------Login box----------------------------- */
.user {
    position: absolute;
    right: -450px;
    top: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 2px 0px green;
}

.user h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #FFA500;
}

.user .login-btn {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    width: 100px;
    background-color: #FFA500;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.user .login-btn:hover {
    background-color: green;
    color: white;
    transform: translateY(3px);
    letter-spacing: 1px;
    transition: background-color 0.1s ease, color 0.1s ease, transform 0.1s ease;
}

.user input {
    border: none;
    outline: none;
    background: #eee;
    padding: 12px;
    margin-bottom: 5px;
    border-radius: 25px;
    width: 100%;
}

.user p {
    font-size: 15px;
    color: black;
    align-items: center;
    margin-right: 10px;
}

.user a {
    text-decoration: underline;
    color: #FFA500;
    margin-left: 20px;
}

.user.active {
    right: 1rem;
    transition: 0.2s;
}


/*------------Home Page-------------------------- */

.Home {
    background-color: #eee;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text h4 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    color: green;
    margin-bottom: 1px;
    word-spacing: 3px;
}

.text h1 {
    word-spacing: 7px;
    font-size: 50px;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #FFA500;
}

.main img {
    margin-top: -430px;
    width: 600px;
    margin-left: -20px;
    height: auto;
}

/*--------------- Style explore buttons---------- */
.buttoncontainer {
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
}

.btn1:hover {
    background-color: #ff9933;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .Home {
        padding: 60px 0; /* Adjust padding for smaller screens */
    }

    .text h4 {
        font-size: 24px; /* Decrease font size for smaller screens */
    }

    .text h1 {
        font-size: 40px; /* Decrease font size for smaller screens */
    }

    .main img {
        margin-top: -300px; /* Adjust margin for the image */
        width: 400px; /* Adjust image width for smaller screens */
    }

    .btn-container {
        margin-top: 170px; /* Adjust margin for the button container */
    }

    .btn {
        padding: 8px 16px; /* Adjust button padding for smaller screens */
        font-size: 16px; /* Decrease button font size for smaller screens */
    }
}

/* Media query for even smaller screens, e.g., mobile phones */
@media (max-width: 480px) {
    .Home {
        padding: 40px 0; /* Adjust padding for even smaller screens */
    }

    .text h4 {
        font-size: 20px; /* Further decrease font size for mobile phones */
    }

    .text h1 {
        font-size: 36px; /* Further decrease font size for mobile phones */
    }

    .main img {
        margin-top: -200px; /* Further adjust margin for the image */
        width: 300px; /* Further decrease image width for mobile phones */
    }

    .btn-container {
        margin-top: 100px; /* Further adjust margin for the button container */
    }

    .btn {
        padding: 6px 12px; /* Further decrease button padding for mobile phones */
        font-size: 14px; /* Further decrease button font size for mobile phones */
    }
}

/* ------------------seprate each section------------------ */

.horizontal-line1 {
    width: 100%; 
    height: 2px; 
    background: linear-gradient(to right, #FFA500, #FF4500); 
    margin: 20px 0;
    margin-top: 40px;

}

/* Adjust the line's height on smaller screens if needed */
@media (max-width: 768px) {
    .horizontal-line {
        height: 1px; /* Reduce the height on smaller screens */
        margin-top: 50px; /* Adjust the top margin on smaller screens */
    }
}


/* -------------------------Herading ---------------------------- */

.head1 {
    text-align: center;
    margin-top:-110px;
    padding: 50px;
    /* background-color: #fff; */
}
.head1 h1 {
    font-family: "Times New Roman", serif;
    color: #FFA500;
    font-size: 2.3rem;
}
.head1 h1 span{
    color: green;
}

/* -------------------------------------Product Section-------------------------------------- */

.shop {
    display: flex;
    flex-wrap: wrap; /* Wrap items to the next line */
    justify-content: space-between; /* Distribute space between items */
    overflow-x: auto; /* Enable horizontal scrolling*/
    margin: 50px;
    margin-top: -155px;
    padding: 100px;
}

.card {
    position: relative;
    background-color: #fff;
    border: 1px solid #f39c12;
    padding: 20px;
    width: calc(25% - 20px);
    text-align: center;
    margin-bottom: 20px; /* Add spacing between rows */
    transition: all 0.3s ease;
}
.card img {
    width: 170px; 
    height: 160px; 
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}


/* Style the heart icon */
a.fas.fa-heart {
    color: #f39c12;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease; /* Add transitions for color and transform */
    position: absolute; /* Position the icon absolutely */
    top: 0; 
    right: 0; 
    margin: 10px; 
}

/* Style the eye icon */
a.fas.fa-eye {
    color: #f39c12;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease; /* Add transitions for color and transform */
    position: absolute; /* Position the icon absolutely */
    top: 0;
    left: 0;
    margin: 10px; 
}

/* Add hover effect for the icons */
a.fas.fa-heart:hover {
    color: green;
    transform: scale(1.2);
}

a.fas.fa-eye:hover {
    color: green;
    transform: scale(1.2);
}  

.card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

.card .cardText {
    color: #f39c12;
}

.card span {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.card a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #f39c12;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: small;
}

.card a.btn:hover {
    transform: scale(1.1);
    background-color: green;
    color: white;
    transform: translateY(3px); /* Move the button 3px down on hover */
    letter-spacing: 1px;
    transition: background-color 0.1s ease, color 0.1s ease, transform 0.1s ease;
}

/* -------------------------------Style the line ---------------------------------------- */

.horizontal-line2 {
    width: 100%; /* Full width of the container */
    height: 2px; /* Height of the line */
    background: linear-gradient(to right, #FFA500, #FF4500); /* Gradient background */
    margin: 20px 0; /* Margin to separate from other elements */
    margin-top: -120px;

}

/* Adjust the line's height on smaller screens if needed */
@media (max-width: 768px) {
    .horizontal-line {
        height: 1px; /* Reduce the height on smaller screens */
        margin-top: 50px; /* Adjust the top margin on smaller screens */
    }
}

/* --------------------------------------------------------------------- */

.head2 {
    text-align: center;
    margin-top:-60px;
    padding: 50px;
    /* background-color: #fff; */
}
.head2 h1 {
    font-family: "Times New Roman", serif;
    color: #FFA500;
    font-size: 2.3rem;
}
.head2 h1 span{
    color: green;
}


/* ------------------------------------------------ */
.read {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    margin: 20px; /* Adjust margin for smaller screens */
    margin-top: -50px; /* Adjust margin for smaller screens */
    flex-wrap: wrap; /* Allow items to wrap to the next row on small screens */
}

/* Style for each review box */
.box {
    background-color: #fff;
    border: 1px solid #f39c12;
    padding: 10px; /* Adjust padding for smaller screens */
    flex: 1; /* Allow boxes to take equal space in the row */
    max-width: calc(33.33% - 20px); /* Adjust box width for smaller screens */
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px; /* Add margin at the bottom for spacing */
}

/* Style for the star icons */
.stars {
    color: gold; /* Color for the stars */
    margin: 10px 0;
}

/* Style for the review headings */
.stars h2 {
    color: #f39c12;
    font-size: 18px; /* Adjust font size for smaller screens */
    margin: 5px 0;
}

/* Style for the review text */
.stars p {
    font-size: 16px;
    margin: 10px 0;
    color: rgb(215, 17, 222);
}


/* Style for the review names */
.stars h2:last-child {
    margin-top: 10px; /* Adjust margin for smaller screens */
}


/* ------------------------------------------------------- */

.horizontal-line3 {
    width: 100%; /* Full width of the container */
    height: 2px; /* Height of the line */
    background: linear-gradient(to right, #FFA500, #FF4500); /* Gradient background */
    margin: 20px 0; /* Margin to separate from other elements */
    margin-top: 20px;

}

@media (max-width: 768px) {
    .horizontal-line {
        height: 1px; /* Reduce the height on smaller screens */
        margin-top: 50px; /* Adjust the top margin on smaller screens */
    }
}

/* -----------------------contact us---------------------------------- */

.contactUs {

    margin: 50px auto;
    padding: 30px;
    width: 50%;
    border: 1.5px solid #f39c12;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: -55px;
    border: none;
    direction: none;
}
  
.contactUs h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
  
/* Style for input fields */
.contactUs input {
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c8c1c1;
    border-radius: 25px;
    outline: none;
}
  
  /* Style for the submit button */
.contactUs button {
    display: inline-block;
    padding: 0.7rem 0.9rem;
    width: 100px;
    background-color: #FFA500;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 10px; /* Adjust margin as needed */
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);}
  
.contactUs button:hover {
    background-color: green;
    color: white;
    transform: translateY(3px);
    letter-spacing: 1px;
    transition: background-color 0.1s ease, color 0.1s ease, transform 0.1s ease;

}

/* ----------------------contact form submission message style--------------------------------- */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.message {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#closeButton {
    background-color: #FFA500;
    color: white;
    border: none;
    margin-top: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

/* -------------------------footer------------------------ */
.footer {
    display: flex;
    justify-content: space-between;
    background-color: rgb(1, 85, 85);
    color: white;
    padding: 20px; /* You can adjust the padding value */
  }
  
.text {
    flex: 2;
    margin-top: 30px;
    margin-left: 50px;
}
  
.text h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
  
.text p {
    font-size: 0.9rem;
    line-height: 1.5;
}
  
.text1 {
    flex: 1;
    margin-top: 30px;
    margin-left: -50px;
}
  
.text1 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
  
.text1 a {
    display: block;
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}
  
.text1 a:hover {
    text-decoration: underline;
}

.text2 {
    flex: 1;
    margin-top: 30px;
    margin-left: -30px;

}
  
.text2 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
  
.text2 a {
    display: block;
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}
  
.text2 a:hover {
    text-decoration: underline;
}

.text3 {
    flex: 1;
    margin-top: 30px;
    margin-left: 30px;
}
  
.text3 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
  
.text3 a {
    display: block;
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}
  
.text3 a:hover {
    text-decoration: underline;
}
/* ----------------------------complete-------------------------- */