@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.hero {
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero img {
    width: 100%;
    height: 60%;
}

.hero-header {
    position: absolute;
    top: 200px;
    right: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-text {
    padding: 12px;
    border-radius: 25px;
    font-size: 16px;
    color: white;
    width: 250px;
    text-align: center;
    background: #105C89;
}

.hero-subtext {
    font-size: 45px;
    color: #105C89;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtext1 {
    font-size: 45px;
    color: black;
    font-weight: 600;
    line-height: 1.2;
    margin: 65px 0 0 10%;
}

.hero-Krono-section {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background:#D1E2EB
}

.triply-krono {
    display: flex; 
    flex-direction: column; 
    gap: 20px;
}

.triply-krono img {
    height: 200px; 
    object-fit: contain;
}

.triply-krono-picture {
    display: flex; 
    flex-direction: column;
    gap: 16px;
}

.triply-krono-size {
    display: flex; 
    align-items: center; 
    gap: 16px;
}

.triply-krono-size p {
    font-size: 20px; 
    color: black;
}

.triply-krono-size-gap {
    display: flex; 
    gap: 4px;
}

.size-text {
    color: black;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid black;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.size-subtext {
    font-size: 24px;
    color: black;
}

.Krono-cooker-header {
    height: 400px; 
    object-fit: contain;
}

.ultra-krono p {
    text-align:center;
    background:#2D3077;
    color:white;
    height: 90px;
    padding: 30px;
    font-size: 30px;
}

.diet p{
    font-size: 20px;
    color: white;
    background: #1AA64F;
    width: fit-content;
    height: 46px;
    padding: 10px;
    margin-left: 125px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
}

.hero-Krono-diet-section{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #badcba;
}

.triply-krono-diet {
    display: flex; 
    flex-direction: column; 
    gap: 20px;
}

.triply-krono-diet img {
    height: 200px; 
    object-fit: contain;
}

.triply-krono-diet-picture {
    display: flex; 
    flex-direction: column;
    gap: 16px;
}

.triply-krono-diet-size {
    display: flex; 
    align-items: center; 
    gap: 16px;
}

.triply-krono-diet-size p {
    font-size: 20px; 
    color: black;
}

.triply-krono-diet-size-gap {
    display: flex; 
    gap: 4px;
}

.diet-size-text {
    color: black;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid black;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diet-size-subtext {
    font-size: 24px;
    color: black;
}

.Krono-diet-header-image {
    height: 400px; 
    object-fit: contain;
}

.hero-feature {
    max-width: 100%;
    margin: 0 auto;
    height: 300px;
    background: #D1E2EB;
    padding: 0 8%;
}

/* .feature-swiper-container {
    width: 100%;
    height: 200px;
    background: #D1E2EB;
    display: flex;
    gap: 5px;
} */

.feature-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #C9C9CB;
    margin-bottom: 16px;
    position: relative;
}

.feature-header .slider-arrows {
    position: absolute;
    top: 0;
    right: 0;
}

.feature-header .slider-arrows .leftslide {
    margin-left: 6px;
}

/* .home-category-flex p.text {
    display: table-caption;
} */

.home-category .slide-content .img-content {
    background-position: right 15px bottom 20px;
}

.home-category .slide-content {
    position: relative;
}

.home-category .slide-content .img-content {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/design/witarrow.png) no-repeat rgba(48, 49, 107, 0.6);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 19px bottom 15px;
}

/* Diet Feature Images */

.hero-feature-diet {
    max-width: 100%;
    margin: 0 auto;
    height: 300px;
    background: #badcba;
    padding: 0 8%;
}

.feature-header-diet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #C9C9CB;
    margin-bottom: 16px;
    position: relative;
}

.feature-header-diet .slider-arrows {
    position: absolute;
    top: 0;
    right: 0;
}

.feature-header-diet .slider-arrows .leftslide {
    margin-left: 6px;
}

/* .home-category-flex-diet p.text {
    display: table-caption;
} */

.home-category-flex-diet .slide-content .img-content {
    background-position: right 15px bottom 20px;
}

.home-category-flex-diet .slide-content {
    position: relative;
}

.home-category-flex-diet .slide-content .img-content {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/design/witarrow.png) no-repeat rgba(48, 49, 107, 0.6);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 19px bottom 15px;
}
/* Advance Booking Form */
.pledge-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 5%;
    background: white;
    border: 2px solid #63B4DF;
    border-radius: 24px;
}

.pledge-gird {
    display: grid;
}

.pledge-gird label {
    text-wrap: nowrap;
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.pledge-gird input {
    font-size: 18px;
    padding: 26px;
    background: #ECEDED;
    border-radius: 30px;
    border: 0px;
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.pledge-gird textarea {
    font-size: 18px;
    padding: 18px 26px;
    height: 100px;
    background: #ECEDED;
    border-radius: 30px;
    border: 0px !important;
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.pledge-gird select {
    font-size: 18px;
    padding: 18px 26px;
    border: 0 !important;
    border-radius: 50px;
    height: 60px;
    background: #ECEDED;
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.pledge-gird input:focus,
.pledge-gird textarea:focus {
    box-shadow: none;
}

.submit-btn {
    margin: 10px auto;
    border-radius: 50px;
    background: #2D3077;
    font-size: 20px;
    color: white;
    font-weight: 300;
    padding: 2% 7%;
}

.submit-btn:hover {
    background: #2D3077;
    border: none;
    color: white;
}

.columns .column.main {
    padding-bottom: 0px;
}
html body .page-footer .footer-top {
    padding-top: 0px;
}

@media (max-width: 1279px) {
    .hero {
        width: 100%;
        height: 1000px;
        object-fit: cover;
    }

    .hero-header {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-text {
        padding: 12px;
        border-radius: 25px;
        font-size: 16px;
        color: white;
        width: 250px;
        text-align: center;
        background: #105C89;
    }

    .hero-Krono-section {
        width: 100%;
        height: 715px;
        display: flex;
        flex-direction: column;
    }

    .hero-Krono-diet-section {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
    }
    html body .page-footer .footer-top {
        padding-top: 0px;
    }
}

@media (max-width: 568px) {
    .hero {
        width: 100%;
        height: 400px;
    }

    .hero img {
        width: 100%;
        height: 300px;
    }

    .hero-text{
        position: relative;
        top: -130px;
    }
    .hero-subtext {
        font-size: 36px;
        position: relative;
        top: -123px;
    }

    .pledge-form {
        margin: 0 20px;
    }

    .hero-header {
        position: unset;
        align-items: center;
        padding-bottom: 20px;
    }

    .hero-subtext1 {
        position: relative;
        font-size: 36px;
        margin: 5%;
        top: 136px;
        left: 28px;
    }

    .hero-Krono-section {
        display: flex;
        flex-direction: column;
    }
    .hero-feature {
        height: 275px;
    }

    .ultra-krono p {
        height: 90px;
        padding: 12px;
        font-size: 28px;
    }

    .hero-Krono-diet-section {
        display: flex;
        flex-direction: column;
    }

    .triply-krono-diet-picture {
        margin-left: 15px;
    }

    .diet p {
        margin-left: 70px;
    }

    .hero-feature-diet {
        height: 275px;
    }
    .columns .column.main{
        padding-bottom: 0px;
    }
    html body .page-footer .footer-top {
        padding-top: 0px;
    }
}