body {
    font-family: "Inter", sans-serif;
}

:root {
    --heading: "Playwrite NZ Basic", cursive;
    --sub-heading: "Dosis", sans-serif;
    --text-font: "Inter", sans-serif;
    --color1: #cf231e;
    ;
}

.top-bar {
    background: var(--color1);
    color: white;
    font-family: var(--text-font);
}

.navbar {
    background: white;
}

.navbar .navbar-brand {
    font-family: var(--sub-heading);
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 35px;
}

.navbar-nav li a {
    font-family: var(--text-font);
}

.navbar-nav li a:hover {
    color: var(--color1);
    border-bottom: 1px solid var(--color1);
    transition: 1s;
}

/* --------------------------------- */

/* home-sec-2 start */

.item-card {}

.item-card img:hover {
    scale: 1.1;
    transition: 1s;
}

.home-sec-2 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.home-sec-2 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.home-sec-2 span {
    color: var(--color1);
}

/* home-sec-2 end */

/* home-sec-3 start */

.home-sec-3 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.home-sec-3 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.home-sec-3 span {
    color: var(--color1);
}

.home-sec-3 p {
    font-family: var(--text-font);
    text-align: justify;
    width: 100%;
}

.home-sec-3 .about-home-right {
    align-content: center;
    align-items: center;
}

.home-sec-3 button {
    padding: 10px 20px;
    background: var(--color1);
    color: white;
    border: 0px;
}

.home-sec-3 button a {
    text-decoration: none;
    color: white;
    font-family: var(--text-font);
}


/* home-sec-3 end */

/* home-sec-4  start*/

.home-sec-4 .home-chocolate-left-sec {
    align-content: center;
    align-items: center;
}

.home-sec-4 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.home-sec-4 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.home-sec-4 span {
    color: var(--color1);
}

.home-sec-4 p {
    font-family: var(--text-font);
    text-align: justify;
    width: 100%;
}

.home-sec-4 button {
    padding: 10px 20px;
    background: var(--color1);
    color: white;
    border: 0px;
}

.home-sec-4 button a {
    text-decoration: none;
    color: white;
    font-family: var(--text-font);
}

/* home-sec-4 end */

/* home-sec-5 start */

.home-sec-5 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.home-sec-5 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.home-sec-5 span {
    color: var(--color1);
}

.home-sec-5 p {
    font-family: var(--text-font);
    text-align: justify;
    width: 100%;
}

.product-slider {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.home-sec-6 button {
    padding: 10px 20px;
    background: var(--color1);
    color: white;
    border: 0px;
}

.home-sec-6 button a {
    text-decoration: none;
    color: white;
    font-family: var(--text-font);
}


/* home-sec-5 end */


/* home-sec-6 start */

.home-sec-6 {
    background: url(../images/softdrink-banner.png);
    padding-top: 20px;
    padding-bottom: 250px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-sec-6 h2 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.home-sec-6 span {
    color: var(--color1);
}

/* home-sec-6 end */

/* banner-sec start */

.banner-sec {
    background: url(../images/kai-skyline-banner.png);
    padding: 100px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.banner-sec h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--sub-heading);
}

.banner-sec a {
    font-family: var(--text-font);
    text-decoration: none;
    color: white;
}

.banner-sec p {
    font-family: var(--text-font);
}

/* banner-sec end */


/* about-sec-2 start */

.about-img img {
    border-radius: 15px;
}

.about-sec-right {

    /* background: #e4e6ea; */
}

.about-sec-2 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.about-sec-2 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.about-sec-2 span {
    color: var(--color1);
}

.about-sec-2 p {
    font-family: var(--text-font);
    text-align: justify;
    width: 100%;
}

.about-sec-2 ul {
    list-style: none;
    padding-left: 0;
}

.about-sec-2 i {
    color: var(--color1);
}

.about-sec-2 li h4 {
    font-family: var(--sub-heading);
}

.about-sec-2 li p {
    font-family: var(--text-font);
}


/* about-sec-2 end */

/* products-sec start */

.product-card {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px;
}

.product-card a {
    font-family: var(--text-font);
    text-decoration: none;
    color: black;
}

/* product-sec end */

/* contact-sec-2 start */

.about-sec-2 h3 {
    font-family: var(--heading);
    font-size: 18px;
}

.conatct-sec-2 h1 {
    font-size: 45px;
    font-family: var(--sub-heading);
    font-weight: 700;
}

.conatct-sec-2 span {
    color: var(--color1);
}

.contact-card {
    background: white;
    box-shadow: 0 5px 20px rgba(95, 95, 95, 0.1);
    border-radius: 15px;
    padding: 15px 30px;
}

form {
    padding: 0 150px;
}

.contact-section {
    padding: 80px 0;
}

.contact-title {
    font-weight: 700;
    font-size: 36px;
}

.contact-subtitle {
    color: #777;
    margin-bottom: 40px;
}

.form-control {
    border-radius: 50px;
    padding: 14px 20px;
    border: 1px solid #ddd;
}

textarea.form-control {
    border-radius: 20px;
    resize: none;
}

form .btn-custom {
    background-color: #e02020;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

form .btn-custom:hover {
    background-color: #c71c1c;
}

/* contact-sec-2 end */

/* -------------------------------- */
footer {
    padding-left: 35px;
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: url(../images/kai-skyline-footer-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer h1 {
    font-family: var(--sub-heading);
    font-weight: 700;
    font-size: 30px;
}

footer h4 {
    font-family: var(--sub-heading);
    font-weight: 700;
}

footer ul {
    list-style: none;
}

footer ul li a {
    font-size: 15px;
    text-decoration: none;
    color: black;
    font-family: var(--text-font);
}

footer p {
    line-height: 25px;
    font-family: var(--text-font);
    font-size: 15px;
    text-align: justify;
}

/* ------------------------------- */

@media (min-width : 290px) and (max-width : 430px) {
    .navbar h1 a {
        font-size: 22px !important;
    }

    .top-bar p {
        font-size: 12px;
        margin-bottom: 15px !important;
    }

    .top-bar i {
        font-size: 12px;
    }

    .home-sec-2 h1 {
        font-size: 35px;
    }

    .home-sec-3 h1 {
        font-size: 35px;
    }

    .home-sec-3 h3 {
        font-size: 15px;
    }

    .home-sec-4 h1 , .home-sec-5 h1 {
        font-size: 28px;
    }

    .home-sec-6 h2 {
        font-size: 24px;
    }

    .offcanvas{
        padding: 20px;
    }
}