
body{
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;

font-family: var(--secondary-font);
background-color: white;
}
a{
    text-decoration: none;
    font-size: 12px;
}
::-webkit-scrollbar{
width: 6px;
}
::-webkit-scrollbar-track{
    background:rgb(0, 0, 255);
}
::-webkit-scrollbar-thumb{
background-color: red;

}
section{
    padding: 100px 0;
}
.main-btn{
    font-size: 10px;
display: inline-block;
border-radius: 50px;
padding: 10px 27px;
border: 1px solid red;
color: red;
font-weight: 600;
font-weight: 14px;
text-transform: uppercase;
letter-spacing: 1px;
background: linear-gradient(to right,red 50% ,transparent 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all 0.5s ease-out;
}
.main-btn:hover{
    color: white;
    background-position: left bottom;
}
h1{
    font-size: 80px;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    font-family: serif;
}
h1 span{
    color: red;
}


h2{
    font-size: 35px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    font-family: serif;
}
h3{
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin-bottom: 15px;
    font-family: serif;
}
h5{
    font-size: 15px;
    font-weight: 600;
    color: rgb(253, 0, 0);
}
p{
    color: black;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 300;
}
.header_wrapper .navbar{
padding: 15px;
-webkit-transition:all.2s linear;
transition:all.2s linear;
-o-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
}
.header_wrapper .navbar-brand img{
    max-width: 60px;
    height: auto;
}
.header_wrapper .navbar-toggler:focus{
    box-shadow: none;
}
.header_wrapper .nav-item{
    margin: 0 10px;
}
.header_wrapper .nav-item .nav-link{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: black;
    display: inline-block;
}

.header_wrapper .nav-item .nav-link.active,
.header_wrapper .nav-item .nav-link:hover{
color: red;
}

.header-scrolled{
position: fixed;
top: 0;
left: 0;
height:100px ;
width: 100%;
background-color: rgb(255, 255, 255);
transition: 2s;
box-shadow: rgb(29, 29, 29);
}
.banner-wrapper{
    padding-top: 100px;
}
.banner-wrapper img{
    height: 400px;
    background: none;
}
.banner-wrapper .top-menu .card{
height: 200px;
overflow: hidden;
cursor: pointer;
}
.banner-wrapper .top-menu .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}
.banner-wrapper .top-menu .card:hover img{
    transform: scale(1.1);
}
.about-wrapper{

    background-color: rgb(236, 236, 236);
    padding-bottom: 40px;
}
.about-wrapper h2{
    font-size: 20px;
}

.about-wrapper .card{
    z-index: 10;
    right: -60px;
    top: 30%;
}
#hamza img{
height: 350px;
}
.menu-wrapper{
    width: 100%;
    height: auto;
     background-color: rgb(236, 236, 236);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;


}
.menu-wrapper .hamza img{
    height: 300px;
    width: 100;
}
.menu-wrapper h2{
  text-decoration: underline;  
}
.menu-wrapper .row{
padding-top: 0px;
}
.menu-wrapper .card a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrapper .card{
background-color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .card h3,
.menu-wrapper .card p {
    color: rgb(0, 0, 0);
}
.menu-wrapper .card h3 span{
    background-color: red;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 30px;
}
.offfers-wrapper .card{
    height: 100%;
    min-height: 260px;
    box-shadow: 0 0.16px 4px rgb(0, 0, 0);
    background-position: 50% 50%;
    background-size: cover;
}
.offfers-wrapper .card .offer-text{
    width: 50%;
    height: 100%;
background-color: rgba(0,0,0,0.7);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.review-wrapper{
    width: 100%;
    height: auto;
    background-image: url(review.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;

}
.review-wrapper .carousel-item{
    min-height: 500px;
    height: 100%;
    text-align: center;
    align-items: center;
}
.review-wrapper .carousel-item img{
    height: 20px 20px;
    margin-bottom: 1px;

}
.review-wrapper .carousel-control-prev-icon,
.review-wrapper .carousel-control-next-icon{
filter: brightness(0.01);
}
.footer_wrapper{
    background-color: white;
padding: 29px 0;
}
.footer_wrapper .footer-logo img{
   width: 70px; 
}
.footer_wrapper .social-icon li{
margin: 6px;
}
.footer_wrapper .social-icon a{
width: 35px;
height: 35px;
line-height: 32px;
font-size: 14px;
display: inline-block;
border: 2px solid black;
color: black;
text-align: center;
border-radius: 100%;
-webkit-transition: all 0.3s cubic-bezier(0.645 0.045, 0.335, 1);
transition: all 0.3s cubic-bezier(0.645 0.045, 0.335, 1);
}
.footer_wrapper .social-icon a:hover{
    background-color: red;
    border-color: red;
    color: white;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 /5%);
    transform: translateY(-3px);
}
.footer_wrapper .copyright-text p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.footer_wrapper .copyright-text a{
    color: red;
}


