@media(max-width: 2000px) and (min-width: 1400px) {
    .container {
        max-width: 1400px;
        display: flex;
        flex-wrap: wrap;
    }
}

ul.crumbs li {
    padding-right: 15px;
}

ul.crumbs li a {
    color: #cfcfcf;
}

ul.crumbs li a i {
    padding-right: 10px;
    font-size: 10px;
}

ul.crumbs li.two a {
    color: #363636;
}

ul.crumbs li.two i {
    padding-right: 8px;
    font-size: 12px;
}

.about-text h2 {
    font-weight: bold;
    width: 61%;
    line-height: 130%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-text p {
    width: 82%;
}

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

@media(max-width: 2000px) and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}


p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #787878;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #363636;
    font-size: 16px;
}

a:hover {
    color: #363636;
}

h1 {
    font-size: 60px;
    line-height: 80px;
    color: #363636;
}

h2 {
    line-height: 58px;
    font-size: 48px;
    margin: 0;
    color: #363636;
}

h3 {
    line-height: 46px;
    font-size: 36px;
    margin: 0;
    color: #363636;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}

h5 {
    line-height: 32px;
    font-size: 22px;
    color: #363636;
}

h6 {
    line-height: 28px;
    font-size: 18px;
    color: #363636;
}

a {
    color: black;
}

.gap {
    padding: 100px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}



/*-------------     footer      --------------*/
footer p {
    font-size: 16px;
}

.footer-description h2 {
    color: white;
    font-weight: bold;
    width: 59%;
    padding: 35px 0 20px;
}

.footer-description p {
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}

.menu h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    margin: 0;
    padding-bottom: 25px;
}

ul.footer-menu li {
    padding-top: 20px;
}

ul.footer-menu li a {
    font-size: 16px;
    color: #CFCFCF;
    text-transform: capitalize;
}

ul.footer-menu li a i {
    padding-left: 20px;
}

.footer-location {
    display: flex;
    align-items: baseline;
}

.footer-location i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.footer-location p {
    color: #CFCFCF;
}

.footer-location {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #787878;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.menu.contacts a i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.menu.contacts a {
    color: #CFCFCF;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

ul.social-media li {
    margin-right: 20px;
}

ul.social-media {
    display: flex;
    padding: 40px 0;
}

ul.social-media li a i {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-media li a i:hover {
    border: 1px #f29f05;
    color: white;
}

.footer-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 101px;
    border: 1px solid #787878;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 25px;
}

.footer-two a {
    color: #787878;
    font-size: 14px;
    padding-left: 20px;
}

.footer-two p {
    font-size: 14px;
}


.about-img:before {
    content: "";
    position: absolute;
    border: 7px white solid;
    height: 500px;
    width: 500px;
    border-radius: 50px;
    z-index: 0;
    left: 5%;
}

.our-mission-text h2 {
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}


.button-price {
    color: #F29F05;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #F29F05;
}


.button-price i {
    padding-left: 20px;
}

.button-price:hover {
    background-color: #cfcfcf;
    color: #d2001a;
    border: 1px solid #d2001a;

}





.name-form input[type="text"]::placeholder {
    color: #cfcfcf;
}

.name-form {
    position: relative;
}

.name-form input[type="text"] {
    color: black;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 60px;
    padding-left: 46px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
}

.name-form i {
    left: 2%;
    position: absolute;
    color: #F2F2F2;
    font-size: 20px;
    top: 50%;
}

.join-courier h3 {
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.blog-form textarea::placeholder {
    color: #cfcfcf;
}

.blog-form textarea {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 25px;
    height: 150px;
    color: black;
    border: 1px solid #F2F2F2;
    outline: none;
    margin-bottom: 10px;
}



.join-courier {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    position: absolute;
    width: 39%;
    top: 32%;
}



.address {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.address h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.address h5 {
    font-size: 16px;
    font-weight: 600;
}

.address h5:last-child {
    margin-bottom: 0;
}

.address i {
    font-size: 40px;
    padding-bottom: 22px;
}

.address:hover {
    background-color: #efefef;
}

.address:hover h6,
.address:hover span,
.address:hover h5 {
    color: black;
}

.address span {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.address span:last-child {
    margin-bottom: 0px;
}

.join-courier.content {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161, 151, 151, 0%);
}

.contact-map-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 20px;
}

.contact-map-data iframe {
    border-radius: 15px;
    height: 522px;
}


.hero-section.about {
    padding-top: 40px;
}

.hero-section.about.checkout {
    padding: 160px 0 30px;
}

/*-----------------        box shadow        -----------------*/
.Provides,
.services-card-style i,
.dish,
.author-text p,
.card-text-data.two,
.get-the-menu input[type="text"],
ul.food-dishes li,
.error-page form input[type="text"],
.join-courier {
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161, 151, 151, 0.15);
}

.address,
form.checkout-form,
.counter-blog .counter-img-data,
.contact-map-data,
.pricing-table-cards,
.comment-text {
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
}

/* Add a media query for smaller viewports */
@media(max-width: 1200px) {
    .contact-map-data {
        flex-direction: column;
        /* Stack items vertically */
        padding: 20px;
        /* Adjust padding */
    }

    .contact-map-data iframe {
        width: 100%;
        /* Make the map full width */
        height: 300px;
        /* Adjust height as needed */
        margin-top: 20px;
        /* Add some space between the form and map */
    }
}

