*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    background-color: #EAF7F5;
    scroll-behavior: smooth;
}
.primary-color{
    color: #014051;
}
.light-text{
    color: #EAF7F5;
}
.light-green-text{
    color: rgb(40, 194, 84);
}
.margin-2{
    margin: 2rem;
}
.margin-4{
    margin: 8rem 0;
}
.lalezar-regular {
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.caveat{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.container-fluid{
    justify-content: space-around !important;
}
.offcanvas{
    background-color: #014051;
}
.nav-item>a{
    color: #EAF7F5 !important;
    margin: 0 1.4rem;
}
.nav-logo{
    width: 200px;
}
.navbar-toggler-icon {
    filter: invert(1);
}

video,.hero-section-img{
    border-radius: 50px;
    width: 250px;
}
h1{
    font-size: 2.5rem;
}
h2{
    font-size: 3rem;
}

.hero-section{
    background-color: #014051;
    /* background: linear-gradient(
  to bottom,
  #014051,
  #014051,
  #6F9EA1); */

    padding: 2rem 1rem;
    /* padding-bottom: 8rem; */
    border-radius: 50px;
    /* border-bottom-right-radius:0 ;
    border-bottom-left-radius:0 ; */
    /* -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%);
    mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%); */
    position: relative;
    box-shadow: 0 30px 40px rgba(11, 60, 68, 0.5);
    animation: fadeIn 1s ease-in-out;
}
/* .blur-bottom{
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 150px;
    filter: blur(50px);
    background: linear-gradient(to bottom, #014051,#014051,rgba(11, 60, 68, 0),rgba(11, 60, 68, 0));
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
} */

.description-text{
    font-family: 'Tajawal', sans-serif;
}
.product-card{
    border-radius: 20px;
    padding: 1rem;
    background-color: white;
    box-shadow: 0 10px 20px rgba(11, 60, 68, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #014051;
}
.product-description {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #555;
}
.product-img-container{
    display: flex;
    justify-content: center;
}
.product-img{
    width: 200px;
    height: 250px;
    border-radius: 10px;
}
.products-order-now-btn{
    background-color: #28C254 !important;
}
.products-order-now-btn a{
    color: #EAF7F5;
    text-decoration: none;
}
.highlighted-card{
    border: 4px solid #28C254;
    position: relative;
    overflow: hidden;
}
.best-seller-logo{
    position: absolute;
    background-color: rgb(40, 194, 84);
    color: #EAF7F5;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    top: 0px;
    right: -40px;
    width: 180px;
    height: 40px;
    transform: rotate(25deg);
    /* border-radius: 50%; */
}
.product-price-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.product-price{
    border: 3px solid #EAF7F5;
    border-radius: 50%;
    padding: 0.3rem;
    cursor: pointer;
}
.product-price-container span:first-of-type{
    /* background-color: #28C254; */
    /* color: #EAF7F5; */
    text-align: center;
    width: 35px;
}
.product-price-details{
    margin-top: 1rem;
    text-align: center;
    color: #014051;
    font-weight: bold;
    font-size: 1.1rem;
    background-color: white;
    border-radius: 10px;
    padding-top: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.active-price{
    background-color: #28C254;
    color: #EAF7F5;
}
/* .about-section {
    padding: 4rem 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(11, 60, 68, 0.3);
    color: #EAF7F5;
    background-image: url('./images/WhatsApp\ Image\ 2026-01-27\ at\ 6.55.22\ PM.jpeg');
    background-size:contain;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #014051;
}
.about-section p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    line-height: 60px;
} */

footer{
    background-color: #014051;
    color: #EAF7F5;
    padding: 5rem 1rem 0 1rem;
    text-align: center;
    margin-top: 4rem;
}
.follow-us-icons{
    font-size: 2rem;
    margin: 1rem 0;
    color: #EAF7F5;
    transition: color 0.3s ease;
}
.follow-us-icons:visited{
    color: #EAF7F5;
}

.to-top-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #28C254;
    color: #EAF7F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    transform: translateY(100px);
    opacity: 0;

}

/* -------------------- animations ------------------ */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* --------------------- resposive ------------------ */

@media (min-width: 768px) {
    /* h1{
        font-size: 2.5rem;
    } */
    video.hero-section-img{
        width: 250px;
    }
}
@media (min-width: 992px) {
    h1{
        font-size: 4rem;
    }
    video,.hero-section-img{
        width: 200px;
    }
    .about-section p{
    width: 60%;
}
}
@media (min-width: 1200px) {
    /* h1{
        font-size: 4.5rem;
    } */
    video,.hero-section-img{
        width: 200px;
    }
}
@media (min-width: 1400px) {
    /* h1{
        font-size: 4.5rem;
    } */
    video,.hero-section-img{
        width: 200px;
    }
}

