@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans" sans-serif;
}


/* HEADER */

header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: black;
    width: 100%;
}

nav {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fcf7ee;
    /* margin-right: 120px;
    margin-left: 120px;
     */
}

.navlink {
    padding-right: 40px;
    color: #fcf7ee;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    text-decoration: none;
}

.navlink:hover {
    color: #d02017;
    transition: 0.5s;
    text-decoration: underline;
}

button {
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    color: #fcf7ee;
}

svg {
    color: #fcf7ee;
    display: flex;
    margin-top: 6px;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    font-weight: bold;
}

.contact {
    display: block;
}

.call-order {
    display: flex;
    font-size: 18px;
    padding-right: 100px;
    color: #fcf7ee;
}

#number {
    font-weight: bold;
}

.navlinks-wrapper {
    display: flex;
}


/* .navbar-wrapper {
    justify-content: space-between;
    margin-right: 100px;
}
 */

.logo {
    margin-left: 100px;
    width: 15%;
}


/* TESTIMONIALS */

.testionials {
    padding: 40px 0;
    background: #f1f1f1;
    color: #434343;
    text-align: center;
    background: #b1a7a7;
}

.inner {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.inner h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.col {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.testimonial {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.testimonial img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.stars svg {
    justify-content: center;
    margin-bottom: 20px;
    color: #ffaa33;
}

.stars {
    display: flex;
    justify-content: center;
}


/* NAVIGATIONAL ARROWS */

.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


/* FOOTER  */

.footer {
    background-color: black;
    color: #fcf7ee;
    padding: 20px;
    /* text-align: center; */
    font-size: 20px;
    font-weight: bold;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 40px;
}

.contacts {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: #fcf7ee;
    font-size: 20px;
    font-weight: bold;
}

.contact {
    display: flex;
    margin-top: 10px;
}

.contact svg {
    margin: 0 5px;
    color: #ffffff;
    font-size: 10px;
    margin-right: 10px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: #fcf7ee;
    font-size: 20px;
    font-weight: bold;
}

.footer-col .underline {
    text-decoration: underline 1px solid red;
}

.footer-col ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

#copyright {
    text-align: center;
    margin-top: 1rem;
    color: white;
}

.logo {
    margin-right: 100px;
    width: 15%;
}


/* .footer {
    background-color: black;
    padding: 5px 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul {
    list-style: none;
    text-decoration: none;
}

.footer-col ul li a {
    text-decoration: none;
    margin-bottom: 5px;
    color: #fcf7ee;
    padding-left: 8px;
}

.footer-col ul li a:hover {
    color: #d02017;
    margin-right: 8px;
}

li {
    margin-bottom: 15px;
    text-align: center;
}

h4 {
    text-align: center;
} */


/* .footer-col {
    width: 25%;
    padding: 0 10px;
}

.footer-col h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fcf7ee;
    font-weight: 500;
    position: relative;
    align-items: center;
}

.footer-contact {
    display: flex;
    width: 114%;
    /* justify-content: space-evenly; */


/* 
.footer-contact>h4 {
    margin-top: 2%;
    display: inline;
}
.contacts h4:hover {
    margin-right: 8px;
    color: #d02017;
    cursor: pointer;
}
.footer-col {
    margin-top: 5px;
}
.contact svg {
    margin: 0 5px;
    color: #ffffff;
}
.underline {
    text-decoration: underline 1.5px solid red;
    color: #d02017;
    margin-bottom: 30px;
}
#copyright {
    text-align: center;
    margin-top: 1rem;
    color: white;
}
*/