@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,500;1,600&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

/* Conmmon Classes */
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway';
    font-weight: 600;

}
p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
a{
    font-family: "Raleway";
    font-weight: 600;
}

.img-responsive{
    max-width: 100%;
    display: block;
    height: auto;
}
i.fa.fa-arrow-up{
    position: fixed;
    bottom: 20px;
    right: 25px;
    background-color: #00a8c5;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
}
div#toggle-btn{
    display: none;
}
/* header */

nav{
    position: fixed;
    width: 100%;
    z-index: 99;
    /* background-color: red; */
}
.menu-par{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-par h2{
    color:#fff;
    font-size: 40px;
}

.nav ul li{
    display: inline-block;
}
.nav ul li a:before{
    content: "s";
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #fff;
    width: 0%;
    height: 2px;
    font-size: 0px;
    transition: all 0.5s ease;
}
.nav ul li a:hover:before{
    width: 74%;
}
.nav ul li a{
    color:#fff;
    padding: 10px;
    position: relative;

}
/* navigation-fixed */
.nav-fixed{
    background-color: #fff;
    box-shadow: 2px 2px 10px #bbb;
}
.nav-fixed .menu-par{
    padding: 10px 0px;
}

.nav-fixed h2{
    color: #00a8b4;
}
.nav-fixed ul li a{
    color: #00a8b4;
}

header{
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 200px;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
}

/* video css */
.video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}
video#video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-par{
    padding: 30px 0px;
}
.header-info-par a{
    background-color: #fff;
    color: #00a8b4;
    padding: 17px 45px;
    display: inline-block;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.header-info-par a:after{
    content: "Read More";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00a8b4;
    color: #fff;
    width: 0%;
    height: 100%;
    line-height: 50px;
    transition: all 0.5s ease;
}
.header-info-par a:hover:after{
    width: 100%;
}
.header-info-par h1{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    letter-spacing: 4px;
}
.header-info-par p{
    line-height: 30px;
    font-size: 15px;
    width: 80%;
    margin: auto;
}

/* Welcome-text section */
section#welcome-text h2{
    color: #343a40;
    font-size: 45px;
    padding-bottom: 12px;
}
section#welcome-text{
    text-align: center;
    padding:100px 0px;
}
section#welcome-text p{
    color: #777;
    text-align: center;
    font-size: 16px;
}
/* Slides Section */
.slides{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.slide_1{
    /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe1.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    min-width: 60px;
    height: 300px;
    border-radius: 40px;
    margin: 0 15px;
    position: relative;
    transition: all 0.5s ease;
}
.slide_1:hover{
    min-width: 250px;
}
.slide_1:hover .slide-info{
    transform: rotate(0deg);
    font-size: 22px;
    left: 20px;
    bottom: 20px;
}
.slide-info{
    position: absolute;
    bottom: 50px;
    right: 0;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.slide_2{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe1.jpg);
}
.slide_3{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe2.jpg);
}
.slide_4{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe3.jpg);
}
.slide_5{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe4.jpg);
}
.slide_6{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe5.jpg);
}
.slide_7{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe6.jpg);
}
.slide_8{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe7.jpg);
}
/* Header */
nav {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.menu-par {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.logo-par h2 {
    color: #fff;
    font-size: 40px;
}

.nav ul li {
    display: inline-block;
}

.nav ul li a {
    color: #fff;
    padding: 10px;
    position: relative;
}

.nav ul li a:before {
    content: "s";
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #fff;
    width: 0%;
    height: 2px;
    font-size: 0px;
    transition: all 0.5s ease;
}

.nav ul li a:hover:before {
    width: 74%;
}

/* Navigation Fixed */
.nav-fixed {
    background-color: #fff;
    box-shadow: 2px 2px 10px #bbb;
}

.nav-fixed .menu-par {
    padding: 10px 0px;
}

.nav-fixed h2 {
    color: #00a8b4;
}

.nav-fixed ul li a {
    color: #00a8b4;
}

/* Mobile Header */
@media screen and (max-width: 768px) {
    div#toggle-btn {
        color: #fff;
        display: block;
        z-index: 1;
    }

    .nav {
        background-color: #000;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        transition: all 0.5s ease;
    }

    .nav-active {
        left: 0;
    }

    .nav ul {
        margin-top: 100px;
    }

    .nav ul li {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
}
/* Footer */
footer {
    border-top: 3px solid #00a8c5;
}

.footer-par {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
}

.footer-logo-h {
    font-size: 30px;
    color: #00a8c5;
}

.footer-1.footer-info h3 {
    color: #333;
    font-size: 25px;
    margin-bottom: 25px;
}

.footer-1.footer-info ul li a {
    color: #333;
    padding-bottom: 13px;
    display: inline-block;
    transition: all 0.5s ease;
}

.footer-1.footer-info ul li a:hover {
    padding-left: 5px;
}

p.copyright {
    background-color: #00a8c5;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

/* Mobile Footer */
@media screen and (max-width: 768px) {
    .footer-par {
        flex-direction: column;
        text-align: center;
    }

    .footer-1.footer-info h3 {
        font-size: 20px;
        margin-bottom: 18px;
        margin-top: 15px;
    }

    p.copyright {
        padding: 12px 0px;
        font-size: 14px;
    }
}

/* Header */
nav {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.menu-par {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.logo-par h2 {
    color: #fff;
    font-size: 40px;
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav ul li {
    display: inline-block;
}

.nav ul li a {
    color: #fff;
    padding: 10px;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 0;
    height: 2px;
    transition: width 0.5s ease;
}

.nav ul li a:hover:before {
    width: 100%;
}

.nav ul li a:hover {
    color: #00a8b4;
}

/* Navigation Fixed */
.nav-fixed {
    background-color: #fff;
    box-shadow: 2px 2px 10px #bbb;
}

.nav-fixed .menu-par {
    padding: 10px 0px;
}

.nav-fixed h2 {
    color: #00a8b4;
}

.nav-fixed ul li a {
    color: #00a8b4;
}

/* Mobile Header */
@media screen and (max-width: 768px) {
    .menu-par {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div#toggle-btn {
        color: #fff;
        display: block;
        font-size: 1.5rem;
        z-index: 1;
        cursor: pointer;
    }

    .nav {
        background-color: #000;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        transition: all 0.5s ease;
    }

    .nav-active {
        left: 0;
    }

    .nav ul {
        flex-direction: column;
        margin-top: 100px;
        align-items: center;
    }

    .nav ul li {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .logo-par {
        flex: 1 0 100%;
        text-align: center;
    }
}

/* Footer */
footer {
    border-top: 3px solid #00a8c5;
}

.footer-par {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
    gap: 20px;
}

.footer-logo-h {
    font-size: 30px;
    color: #00a8c5;
    text-align: center;
    flex: 1 0 100%;
}

.footer-1.footer-info {
    flex: 1 0 45%;
}

.footer-1.footer-info h3 {
    color: #333;
    font-size: 25px;
    margin-bottom: 25px;
}

.footer-1.footer-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-1.footer-info ul li a {
    color: #333;
    padding-bottom: 13px;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
}

.footer-1.footer-info ul li a:hover {
    padding-left: 5px;
}

p.copyright {
    background-color: #00a8c5;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

/* Mobile Footer */
@media screen and (max-width: 768px) {
    .footer-par {
        flex-direction: column;
        text-align: center;
    }

    .footer-1.footer-info h3 {
        font-size: 20px;
        margin-bottom: 18px;
        margin-top: 15px;
    }

    p.copyright {
        padding: 12px 0px;
        font-size: 14px;
    }
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}

/* Text Section */
.text-section {
    flex: 1 0 40%;
    max-width: 40%;
}

@media screen and (max-width: 768px) {
    .text-section {
        flex: 1 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

.description {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #555;
}

@media screen and (max-width: 768px) {
    .description {
        font-size: 0.9rem;
    }
}

.purchase-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
}

/* Scrolling Image Section */
.image-scroll-container {
    display: flex;
    gap: 20px;
    max-height: 400px;
    overflow: hidden;
    flex: 1 0 50%;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .image-scroll-container {
        flex: 1 0 100%;
    }
}

.scroll-layer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
}

.scroll-layer img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    animation: scroll-layer 10s linear infinite;
}

@media screen and (max-width: 768px) {
    .scroll-layer img {
        width: 100px;
        height: 100px;
    }
}

/* Reverse scroll for 2nd row */
.scroll-layer:nth-child(2) img {
    animation: scroll-layer-reverse 10s linear infinite;
}

/* Keyframe Animations */
@keyframes scroll-layer {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes scroll-layer-reverse {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
    }
}

/* CTA Button Top Right */
.cta-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f72757;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .cta-top-right {
        top: 10px;
        right: 10px;
        font-size: 0.8rem;
    }
}
