.row{
    display: flex;
}
.col-4{
    width: 33.33%;
    margin-right: 80px;
    
}
.col-3{
    width: 25%;
    

}
.col-2{
    width: 20%;
   
    
}

.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.hero .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}

.hero .hero-content .content {
    margin-top: 150px;
    text-align: center;
    align-items: center;

}

.hero .hero-content .link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.hero .hero-content a {
    text-decoration: none;
    color: white;
}

.hero .hero-content .link u {
    background-color: transparent;
    color: #FEA53D;
}

.hero .hero-content a:hover {
    color: #FEA53D;
}

.hero .hero-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FEA53D;

}

.hero .hero-content .content p {
    font-size: 30px;
    font-weight: 600px;
    margin-top: -20px;
    margin-left: 50px;
    color: #ddd;

}
.about-restaurant{
    width: 800px;
    margin: auto;
    text-align: center;
    color: #ddd;

}
.about-restaurant .text h2{
    font-size: 35px;
    color: #FEA53D;
}
.about-restaurant .text h3{
    padding-bottom: 20px;
    font-size: 25px;
}
.about-restaurant  h4{
    font-size: 20px;
}
.about-restaurant  h5{
    font-size: 18px;
}
.about-restaurant .text .p{
    padding-top: 30px;
    
}
.about-restaurant .text p{
    font-size: 18px;
}
.about-restaurant .team {
    padding-top: 120px;

}
.about-restaurant .text1{
    padding-top: 120px;
    font-size: 20px;
}
.about-restaurant .team .profile{
    width: 100%;
    height: 250px;
}

.about-restaurant .team .profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    /* padding: 0 10px; */
}


.socical-media a {
    text-decoration: none;

}
strong{
    font-size: 23px;
    color: #FEA53D;
}
 .card .profile{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
 .card .profile .socical-media{
    width: 100%;
    position: absolute;
    margin-top: -6%;
    text-align: center;
    display: none;
}
 .card .profile .socical-media a{
    text-decoration: none;
}
 .card .profile .socical-media i{
    
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 3px;
    line-height: 40px;
    font-size: 20px;
    background-color: #FEA53D;
    border-radius: 10px;
    transition: 0.5s;
}
 .card .profile:hover .socical-media{
    display: block;
    transform: translate(0px, -40px);
}
 .card .profile .socical-media i:hover{
    color: #FEA53D;
    background-color: #fff;
    transform: scale(1.05);
    border: 1px solid #FEA53D;
}
.card h4{
    margin-top: 10px;
    font-size: 23px;
}
