* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

:root {
    --color: #b91c1d;
    --text: #051838;
    --black: #000;
}

@font-face {
    font-family: 'Titillium Web', sans-serif;
    src: url(../font/TitilliumWeb-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web', sans-serif;
    src: url(../font/TitilliumWeb-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: url(../images/white-texture.jpg) center no-repeat;
    background-size: cover;
}

.logo img {
    width: 60px;
}

.center-info h5 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--color);
}

.center-info p {
    font-size: 16px;
    font-weight: 600;
}

.phone .btn {
    background-color: var(--color);
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.phone .btn:hover {
    background-color: var(--color);
    transform: translateY(-2px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}


.about-info h1 {
    font-size: 24px;
    font-weight: 600;
}

.about-info p {
    font-size: 16px;
    line-height: 30px;
}

.about-info .btn {
    background-color: var(--color);
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}



.about-info .btn:hover {
    background-color: var(--color);
    transform: translateY(-2px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.about-info img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-bene ul li {
    line-height: 30px;
}

.our-product h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.our-product .card .btn {
    background-color: var(--color);
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
}

.our-product .card {
    background: url(../images/White-Wave.png);
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
    transition: all 0.5s ease-in-out;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
}

.our-product .card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease-in-out;

}

.our-product .card .fa {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.our-product .card .fa:hover {
    color: var(--color);
    transition: all 0.5s ease-in-out;
}

.our-product .card span{
    color: var(--color) !important;
}


.modal-header {
    background-color: var(--color);
    color: white;
}

.modal-header button {
    color: white;
}

.modal-header button:hover {
    color: white;
}

.modal-body td {
    font-size: 14px;
}

.modal-body th {
    background-color: var(--color);
    color: white;
}

.modal-body .table {
    border: 1px solid var(--color);
}


.antioxidant {
    background-image: linear-gradient(to right, #D1D1D1 50%, #EFEFEF 50%);
}


.antioxidant h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}


.mi-section h2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 24px;
}

.mi-section .card h5 {
    font-size: 18px;
    color: var(--color);
    font-weight: 600;
}

.mi-section .card p {
    font-size: 14px;
    line-height: 30px;

}

.mi-section .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
}

.copyrights {
    background-color: var(--color);
    color: white;
    padding: 5px;
}

.copyrights p {
    font-size: 16px;
    margin-top: 9px;
}


.modal-header {
    background-color: var(--color);
    color: white;
}

.modal-header button {
    
    color: white;
    cursor: pointer;
}

.modal-header button:hover {
    color: white;
}

.modal-body td {
    font-size: 14px;
}

.modal-body th {
    background-color: var(--color);
    color: white;
}

.modal-body .table {
    border: 1px solid var(--color);
}

.bg-kitchen label{
    font-size: 14px;
}

.bg-kitchen ::placeholder {
    font-size: 12px;
    font-weight: 600;
}

.bg-kitchen select {
    font-size: 12px;
    font-weight: 600;
}

.bg-kitchen .btn {
    background-color: var(--color);
    letter-spacing: 1px;
    border: none;
    outline: none;
    cursor: pointer;
}

.bg-kitchen .btn:hover {
    background-color: var(--color);
}

.whatsapp-chat {
    height: 55px;
    width: 55px;
}

#myBtn {
    position: fixed;
    bottom: 2px;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtn img {
    width: 100px;
    transition: all 0.3s ease-in-out;
}

#myBtn img:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}


#myBtnn {
    position: fixed;
    bottom: 40px;
    right: 0px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtnn img {
    width: 100px;
    transition: all 0.3s ease-in-out;
}

#myBtnn img:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}

.thank-logo img {
    width: 150px;
}

.thank-header h1 {
    font-weight: 600;
    margin-top: 20px;
}

.thank-check .fas {
    font-size: 40px;
    color: var(--color);
}

.icon-bar {
    position: fixed;
    top: 60%;
    right: 0;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;

}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #051838;
}

.icon-bar .fab:hover {
    color: whitesmoke;
    transition: all 0.5s ease-in-out;
}

.facebook {
    background: #b91c1c;
    color: white;
}



.twitter {
    background: #b91c1c;
    color: white;
}

@media screen and (max-width: 1200px) {
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


@media screen and (max-width: 768px) {
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .center-info {
        margin-top: 15px;
    }

    .center-info h5 {
        font-size: 18px;
    }

    .ab-img img {
        margin-top: 10px;
    }

    .mi-section .card p {
        line-height: 28px;
    }

    .modal-body th {
        font-size: 12px;
    }

    .modal-body td {
        font-size: 10px;
        font-weight: 600;
    }

}




@media screen and (max-width: 600px) {
    .top-bar {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .phone {
        display: flex;
        justify-content: center;
    }

    .center-info {
        margin-top: 15px;
    }

    .center-info h5 {
        font-size: 18px;
    }

    .ab-img img {
        margin-top: 10px;
    }

    .modal-body th {
        font-size: 12px;
    }

    .modal-body td {
        font-size: 10px;
        font-weight: 600;
    }

}




@media screen and (max-width: 425px) {
    .top-bar {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .phone {
        display: flex;
        justify-content: center;
    }

    .center-info {
        margin-top: 15px;
    }

    .center-info h5 {
        font-size: 18px;
    }

    .ab-img img {
        margin-top: 10px;
    }

    .modal-body th {
        font-size: 12px;
    }

    .modal-body td {
        font-size: 10px;
        font-weight: 600;
    }

}


@media screen and (max-width: 375px) {
    .top-bar {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .phone {
        display: flex;
        justify-content: center;
    }

    .center-info {
        margin-top: 15px;
    }

    .center-info h5 {
        font-size: 18px;
    }

    .ab-img img {
        margin-top: 10px;
    }

    .modal-body th {
        font-size: 12px;
    }

    .modal-body td {
        font-size: 10px;
        font-weight: 600;
    }

}




@media screen and (max-width: 320px) {
    .top-bar {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .phone {
        display: flex;
        justify-content: center;
    }

    .center-info {
        margin-top: 15px;
    }

    .center-info h5 {
        font-size: 18px;
    }

    .ab-img img {
        margin-top: 10px;
    }

    .modal-body th {
        font-size: 12px;
    }

    .modal-body td {
        font-size: 10px;
        font-weight: 600;
    }

}