@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --red: #AC061A;
    --dark-red: #8A0817;
    --yellow: #D89D3D;
    --blue: #16467B;
}

body {
    font-family: 'Poppins';
}

.header-head {
    display: flex;
    width: 100%;
}

.header-left {
    height: 15px;
    width: 100%;
    background-color: #D41E2D;
}

.header-right {
    height: 15px;
    width: 100%;
    background-color: #2C3279;
}

.slider {
    background-image: url(https://atoz-catering.co.uk/files/uploaded/page_attachments/attachment/0f43011cc4823b0c46ea4f406699c177);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
}

.slider-text-logo {
    text-align: center;
}

.slider-text-bg {
    text-align: center;
    color: white;
    margin-top: 10px;
}

.slider-text-bg h1 {
    font-size: 60px;
    font-weight: 600;
}

.slider-text-img {
    margin-top: 20px;
}

.slider-text-button {
    text-align: center;
    margin-top: 30px;
}

.slider-text-button .slider-login {
    background-color: #D41E2D;
    text-decoration: none;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    width: 165px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.slider-text-button .slider-register {
    background-color: #2C3279;
    text-decoration: none;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    width: 165px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

.products {
    margin-top: 80px;
}

.products-head {
    text-align: center;
}

.products-head h2 {
    color: #171717;
    font-size: 35px;
    font-weight: 600;
}

.products-head p {
    color: #171717;
    font-size: 15px;
}

.products-card {
    box-shadow: 0px 0px 16px -6px rgba(194, 194, 194, 1);
    border-radius: 12px;
    border-top: 12px solid #D41E2D;
    padding: 30px 20px;
}

.products-card-img {
    text-align: center;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-cart-text {
    margin-top: 25px;
}

.products-cart-text h6 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.products-cart-text p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.about {
    margin-top: 80px;
    padding: 30px 0px;
    background-color: #FFF6F6;
}

.about-bg {
    display: flex;
    align-items: center;
}

.about-right {
    text-align: right;
    max-width: 600px;
    margin-left: auto;
}

.about-right h6 {
    color: #D41E2D;
    font-size: 25px;
    font-weight: 700;
}

.about-right p {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.video {
    margin-top: 80px;
    padding: 30px 0px;
    background-color: #F6F6FF;
}

.video-bg {
    display: flex;
    align-items: center;
}

.video-left h6 {
    color: #2C3279;
    font-size: 25px;
    font-weight: 700;
}

.video-left ul {
    padding-left: 20px;
    margin-top: 20px;
}

.video-left ul .list-head {
    color: #2C3279;
    font-size: 16px;
    font-weight: 700;
}

.video-left ul li {
    padding: 10px 0px;
}

.video-left ul .list-alt {
    font-size: 15px;
    font-weight: 400;
}

.video-right {
    margin-left: auto;
    text-align: right;
}

.footer {
    background-color: #2C3279;
    padding: 40px 0px;
}

.footer-text {
    text-align: center;
}

.footer-text h6 {
    font-weight: 600;
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
}

.products-cart-text a {
    background-color: #2C3279;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    margin-top: 20px;
    width: 120px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .about-bg {
        display: unset;
    }
    .about-right {
        text-align: left;
        margin-left: unset;
    }
    .video-bg {
        display: unset;
    }
    .video-right {
        text-align: unset;
        margin-left: unset;
    }
    .slider-text-bg h1 {
        font-size: 45px;
    }
    video {
        margin-top: 0px;
    }
}

@media only screen and (max-width:768px) {
    .text-md-center {
        text-align: center;
    }
    .footer-text {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:600px) {
    .video-right iframe {
        width: 345px !important;
    }
    .slider-text-bg h1 {
        font-size: 35px;
    }
    .slider-text-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider-login {
        height: 40px;
        width: 150px;
        font-size: 16px;
    }
    .slider-register {
        height: 40px;
        width: 150px;
        font-size: 16px;
        margin-left: 0px;
    }
    .products-head h2 {
        font-size: 28px;
    }
    .products-head p {
        color: #171717;
        font-size: 14px;
    }
    .video-left h6 {
        font-size: 22px;
    }
    .about-right h6 {
        font-size: 22px;
    }
}

@media only screen and (max-width:360px) {
    .video-right iframe {
        width: 300px !important;
    }
}