@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: #D12028;
    --yellow: #F8D03F;
    --blue: #2C3279;
}

body {
    font-family: 'Poppins';
}

.slider {
    background-position: center;
    background-size: cover;
}

.slider-text {
    font-size: 50px;
    color: white;
}

.slider-text h1 {
    color: white !important;
    font-size: 50px;
}

.slider-text strong {
    color: var(--yellow);
}

.slider-logo {
    max-width: 100px;
    margin-bottom: 15px;
}

.featured {
    margin-top: 80px;
}

.featured-head {
    text-align: center;
}

.featured-head h2 {
    font-size: 38px;
    color: var(--blue);
    font-weight: 700;
}

.featured-head p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.featured-card {
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px -4px rgb(229 229 229);
    min-height: 280px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f5f5f5;
}

.featured-card-img {
    margin-left: -10px;
}

.featured-card-head h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}

.featured-card-desc p {
    font-size: 15px;
}

.recommend {
    background-color: var(--blue);
    padding: 60px 0px;
    margin-top: 80px;
}

.recommend-card {
    background: white;
    border-radius: 12px;
}

.recommend-card-head {
    padding: 15px;
    border-bottom: 1px solid #C4C4C4;
}

.recommend-card-head span {
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
}

.recommend-card-body {
    padding: 20px;
}

.recommend-card-star {
    margin-bottom: 12px;
}

.recommend-card-body span {
    font-size: 15px;
}

.recommend-head {
    text-align: center;
    margin-bottom: 40px;
}

.recommend-head h3 {
    color: white;
    font-size: 35px;
    font-weight: 600;
}

.recommend-actions-r {
    width: 28px;
    height: 28px;
    padding: 6px;
    background-color: white;
    box-shadow: 0px 0px 12px -4px rgb(216, 216, 216);
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -5px;
    z-index: 150;
    top: 0;
    bottom: 0;
    margin: auto;
}

.recommend-actions-l {
    width: 28px;
    height: 28px;
    padding: 6px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    z-index: 150;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-recommend {
    padding: 0px 32px;
}

.synonymous {
    margin-top: 80px;
}

.synonymous-bg {
    display: flex;
    align-items: end;
    justify-content: end;
    background-position: left;
    background-size: cover;
    background-image: url(https://www.atoz-catering.co.uk/files/uploaded/page_attachments/attachment/7e5f75aad4496f3a48bbf17376a3ca9f);
    border-radius: 25px;
    padding: 45px;
    height: 400px;
}

.synonymous-text {
    text-align: center;
}

.synonymous-text h6 {
    font-size: 40px;
    font-weight: 500;
    color: white;
}

.synonymous-text h6 span {
    font-weight: 700;
    color: var(--yellow);
}

.synonymous-btn {
    margin-top: 15px;
}

.synonymous-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    font-size: 16px;
    color: var(--bs-light);
    font-weight: 600;
    background-color: var(--red);
    text-decoration: none;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
}

.synonymous-img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer {
    margin-top: 50px;
    padding: 10px 0px;
    background-color: var(--blue);
}

.footer img {
    max-width: 50px;
}

.footer span {
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-left: 10px;
}

@media only screen and (max-width: 992px) {
    .slider-logo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        max-width: 100px;
    }
    .slider-text {
        text-align: center;
    }
    .slider-text h1 {
        font-size: 35px;
    }
    .slider-text-img {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .slider-img {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .featured-head h2 {
        font-size: 30px;
    }
    .featured-head p {
        font-size: 15px;
    }
    .featured-card-head h6 {
        font-size: 18px;
    }
    .featured-card-desc p {
        font-size: 14px;
    }
    .recommend-head h3 {
        font-size: 30px;
    }
    .recommend-card-body span {
        font-size: 14px;
    }
    .synonymous-text h6 {
        font-size: 30px;
    }
    .synonymous-btn a {
        width: 180px;
        height: 42px;
        font-size: 15px;
    }
}

@media only screen and (max-width:768px) {
    .recommend-actions-l {
        right: 5px;
    }
    .recommend-actions-r {
        left: 5px;
    }
}

@media only screen and (max-width:992px) {
    .slider-img {
        max-width: 300px;
    }
    .slider-text h1 {
        font-size: 25px;
    }
    .slider-logo {
        max-width: 80px;
    }
    .featured-head h2 {
        font-size: 25px;
    }
    .featured-card {
        padding: 15px;
    }
    .synonymous-bg {
        padding: 20px;
        background-image: url(https://www.atoz-catering.co.uk/files/uploaded/page_attachments/attachment/6dcd997b2001b469d1e08f787cb8a2e0);
        height: 300px;
    }
    .footer {
        text-align: center;
    }
    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .footer span {
        margin-left: 0px;
        font-size: 10px;
    }
}