.hero-sec{
    background-image: url('../img/index_hero_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-sec h1{
    font-weight: 900;
    font-size: 63px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    color: var(--light-color);
}

.hero-btn{
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 0.3rem 1.5rem;
    border-radius: 1rem;
    font-weight: bolder;
    font-size: 1.5rem;
    
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.5);
}

.hero-btn:hover{
    background-color: var(--primary-hover-color);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.7);
}

.hero-img-wrapper{
    /*background-color: var(--light-color);*/
    padding: 1rem;
    border-radius: 3rem;
}

.hero-img-wrapper img{
    -webkit-mask-image: url('../img/index_hero_img_mask.webp');
    -webkit-mask-size: 114%;
    -webkit-mask-position: custom;
    -webkit-mask-position-x: 100%;
    -webkit-mask-position-y: 100%;
    -webkit-mask-repeat: no-repeat;
}

.hero-img{
    max-height: 430px;
    border-radius: 2rem;
    border-style: solid;
    border-width: 16px 16px 0px 16px;
    border-color: var(--light-color);
    border-radius: 47px 47px 47px 47px;
}

@media(max-width: 500px){
    .hero-sec{
        background-image: url('../img/index_hero_bg_sm.webp');
        padding: 2rem 0;
    }
    
    .hero-sec h1{
        font-size: 3rem;
        text-align: center;
    }
}

@media(min-width: 961px) and (max-width: 1399px){
    .hero-sec h1{
        font-size: 48px;
    }
}

/******** reggeli csomagjaink **********/

.featured-prods-sec{
    color: #222;
    padding: 5rem 0rem;
    
    background-color: transparent;
    background-image: url('../img/index_clouds.jpg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.featured-prods-img{
    background-image: url('../img/index_hegyek.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
    margin-bottom: 2rem;
}

.featured-prods-sec .desktop-title{
    text-align: center;
    font-family: "Lemon", serif;
    font-size: 2.5rem;
    color: #444;
    margin-bottom: 2rem;
}

.featured-prods-desc{
    font-size: 1.2rem;
}


.featured-prods-wrapper{
    margin-top: 3rem;
}

.featured-prods-sec .products-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-prods-sec .product-wrapper{
    width: 255px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.featured-prods-sec .product-title{
    font-size: 2rem;
    line-height: 2rem;
    min-height: 65px;
}

.featured-prods-sec .product-price{
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.featured-prods-sec .product-price-sale{
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.featured-prods-sec .ribbon {
    font-size: 14px;
    padding: 4px 8px;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    border-radius: 25px;
    background-color: #07F;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 1px;
}

.product-wrapper{
    text-align: center;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.product-wrapper:hover{
    transform: translateY(-2%);
}

.product-image{
    min-height: 250px;
    border-radius: 8px;
}

.product-url{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.product-url:hover{
    color: #BBB;
}

.product-title{
    font-size: 1.2rem;
    font-weight: bolder;
}

@media(max-width: 500px){
    .featured-prods-sec{
        padding: 2rem 0rem;
        background-image: none;
    }
    
    .featured-prods-sec .mobile-title{
        text-align: center;
        font-family: "Lemon", serif;
        font-size: 1.2rem;
        color: #444;
        margin-bottom: 0rem;
    }
    
    .featured-prods-wrapper{
        margin-top: 2rem;
    }
    
    .featured-prods-sec .product-title{
        font-size: 2rem;
        line-height: auto;
        min-height: 2rem;
    }
    
    .featured-prods-sec .product-wrapper{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .featured-prods-sec .desktop-title{
        font-size: 2rem;
    }
}


/************* advantages ***********/

.advantages-sec{
    padding: 1rem;
}

.advantages-wrapper{
    background-image: url('../img/index_placeholder1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    text-align: center;
    
    padding-top: 3rem;
    padding-bottom: 1rem;
    
    border-radius: 77px;
}

.farm-icon{
    height: 100px;
    margin-bottom: 1rem;
}

.delivery-icon{
    height: 90px;
    margin-bottom: 1rem;
}

.bottle-icon{
    height: 115px;
    margin-bottom: 0.5rem;
}

.advantages-title{
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

@media(max-width: 960px){
    .advantages-sec{
        padding: 0;
    }
    
    .advantages-wrapper{
        background-image: url('../img/index_placeholder1_sm.webp');
        border-radius: 0px;
    }
}

@media(min-width: 961px) and (max-width: 1399px){
    .advantages-title{
        font-size: 1.2rem;
    }
    
    .farm-icon{
        height: 90px;
    }

    .delivery-icon{
        height: 80px;
    }

    .bottle-icon{
        height: 100px;
        margin-top: -8px;
    }
}

/*************** our mission **********/

.our-mission-sec{
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: transparent;
    background-image: linear-gradient(219deg, #FECF63 0%, var(--primary-color) 100%);
    margin: 5rem 0;
}

.our-mission-sec h2{
    font-family: "Lemon", serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.our-mission-desc{
    padding: 1.5rem 2rem;
    border-radius: 2rem;
    background-color: var(--light-color);
    
    font-family: "Baloo 2", Sans-serif;
    font-size: 19px;
    word-spacing: 3px;
    font-weight: 600;
}

.our-mission-img{
    -webkit-mask-image: url('../img/circle.svg');
    -webkit-mask-size: 122%;
    -webkit-mask-position: custom;
    -webkit-mask-position-x: 60%;
    -webkit-mask-position-y: 100%;
    -webkit-mask-repeat: no-repeat;
    
    border-radius: 2rem;
}

.custom-shape-divider-bottom-1745400060 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1745400060 svg {
    position: relative;
    display: block;
    width: calc(163% + 1.3px);
    height: 120px;
}

.custom-shape-divider-bottom-1745400060 .shape-fill {
    fill: var(--light-color);
}

/************ shipping ***************/
.shipping-sec{
    background-color: var(--light-color);
    background-image: url('../img/banner2.webp');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}


.shipping-logo{
    max-height: 150px;
}

.shipping-sec h2{
    font-size: 2.5rem;
    font-family: "Lemon", serif;
    letter-spacing: 3px;
    color: var(--primary-color);
}

.shipping-sec ul{
    padding-left: 1rem;
}

.img-shipping-map{
    border-radius: 2rem;
}

.shipping-sec h3{
    font-size: 1.3rem;
    font-weight: 900;
}

.shipping-msg{
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.5rem;
}

.shipping-url{
    font-weight: normal;
    color: var(--primary-color);
}

@media(max-width: 960px){
    .shipping-sec{
        background-image: none;
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    
    .shipping-sec h2{
        font-size: 1.5rem;
        font-family: "Lemon", serif;
        color: var(--primary-color);
        margin-bottom: 1rem;
    }
    
    .shipping-logo{
        max-height: 100px;
        margin-bottom: 1rem;
    }
    
    .shipping-sec h3{
        font-size: 1.5rem;
        font-weight: 900;
    }
    
    .shipping-sec ul{
        font-size: 1.3rem;
    }
}

/************ guesthouses ***************/

.guesthouse-sec{
    background-color: var(--secondary-color);
    padding: 4rem 0;
}


.guesthouse-sec h2{
    font-size: 2.5rem;
    font-family: "Lemon", serif;
    letter-spacing: 3px;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.guesthouse-img{
    width: 100%;
    height: 192px;
    border-radius: 1rem;
}

@media(max-width: 1366px){
    .guesthouse-img{
        height: 160px;
    }
}

/************ reviews ***************/

.reviews-sec{
    background-color: #ffc9a4;
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.reviews-sec h2{
    font-size: 2.5rem;
    font-family: "Lemon", serif;
    letter-spacing: 3px;
    color: var(--primary-color);
}

.review-icon{
    font-size: 100px;
    text-align: center;
    color: var(--primary-color);
}

.review-img{
    max-height: 300px;
    border-radius: 2rem;
}

.mySwiper{
    background-color: var(--secondary-color);
    border-radius: 2rem;
}

.reivew-wrapper{
    padding: 2rem;
}

.review-body{
    font-style: italic;
}

.review-footer{
    font-weight: 800;
}

.swiper-button-next::after, .swiper-button-prev::after{
    color: var(--primary-color);
}

.swiper-pagination-bullet-active{
    background-color: var(--primary-color) !important;
}

.swiper-pagination-bullet{
    width: 14px !important;
    height: 14px !important;
    margin-right: 0.5rem !important;
}

@media(max-width: 500px){
    .reviews-sec{
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
    
    .review-icon{
        font-size: 80px;
    }
    
    .review-img{
        max-height: 200px;
    }
}

@media(min-width: 961px) and (max-width: 1399px){
    .review-icon{
        font-size: 50px;
    }
    
    .review-img{
        max-height: 200px;
    }
}