@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500;600;700&display=swap');
body{
    font-family: "Spline Sans", sans-serif;
    color: #777;
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    color: #222;
}

a{
    color: #222;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 600;
}

.shadow-on-hover{
    transition: all 0.3;   
}

.shadow-on-hover:hover{
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

section{
    padding-top: 120px;
    padding-bottom: 120px;
}

a:hover{
    color: #F58d17;
}

img{
    width: 100%;
}

    /* BUTON */
.btn{
    border-radius: 0;
    padding: 14px 38px;
}

.btn-brand{
    color: white;
    font-weight: 500;
    background-color: #F58d17;
    border-color: #F58d17;
}

.btn-brand:hover{
    background-color: #d37810;
    border-color: #d37810;
    color:white;
}

.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    /* SLIDER */
.slide-1{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/slider.jpg);
}

.slide-2{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/foodbox.jpg);
}
.slide-3{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/cover1.jpg);
}
.slide-4{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/box2.jpg);
}


#carouselslider h6::after,
#carouselslider h6::before{
    content: " ";
    width: 40px;
    height: 4px;
    background-color: white;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.logo{
    margin: auto;
    position: relative;
}
.carousel-control-prev,
.carousel-control-next{
    background-color: rgba(0,0,0,0.6);
    width: 40px;
    height: 70px;
    margin: auto;
}

/* about-us */

#about-us .divider{
    width: 60px;
    height: 2px;
    display: block;
    background-color: #F58d17;
}

/* menu */

.teklifb{
    border-radius: 45%;
}

.intro-text{
    margin-bottom: 40px;
    text-align: center;

}

.intro-text p{
    max-width: 500px;
    margin: 16px auto 0 auto;
}

#menu .nav-pills .nav-link{
    background-color: white;
    margin-left: 8px;
    margin-right: 8px;
    color: #222;
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#menu .nav-pills .nav-link.active{
    background-color: #F58d17;
    color: white;
}

.menu-item .stars{
    color: #F58d17;
}

/* services */
#services{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/catering.jpg);
}

.services-properties{
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.services-properties .properties-icon{
    width: 80px;
    height: 80px;
    color: white;
    background-color: #F58d17;
    font-size: 34px;
    display: inline-grid;
    align-content: center;
    text-align: center;
}

/* LİNK4 */

.link4-member img{
    max-width: 140px;
    box-shadow: -10px -10px 0 #F58d17;
    border-radius: 100px;
}

/* reviews */

#reviews{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/cover3.jpg);
}

.review img{
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.review .quote-icons{
    font-size: 74px;
    color: #F58d17;
    line-height: 1;
}

.review .stars{
    color: #F58d17;
}

#reviews .carousel-indicators{
    margin-bottom: -3rem;
}

/* contact */

#contact .form-control{
    border-radius: 0;

}

#contact .form-control:focus{
    box-shadow: none;
    border-color: #F58d17;
    
}

#contact .input-form-control{
    height: 47px;
}

/* IG POST */

.insta-post{
    position: relative;
    overflow: hidden;
}

.insta-post .insta-btn{
    width: 90px;
    height: 90px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    transform: translate(-50%,-50%);
    opacity: 0;

}

.insta-post img {
    transition: all 0.4s;
}

.insta-post:hover img{
    transform: scale(1.2);
}

.insta-post:hover .insta-btn{
    opacity: 1;
}

/* LINK6 */

.blog-post img{
    width: 40%;
    object-fit: cover;
}

@media (max-width:768px){
    .blog-post{
        flex-direction: column;
    }

    .blog-post img{
        width: 100%;
    }
}

/* FOOTER */

footer{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/cover3.jpg);
    padding-top: 120px;
    padding-bottom: 30px;
}

.footer-top{
    margin-bottom: 30px;
}

footer p,
footer a{
    color: white;
    opacity: rgba(255, 255, 255, 0.75);
}

footer .social-links a{
    font-weight: normal;
    font-size: 24px;
    margin-right: 10px;
}

footer img{
    max-width: 175;
}

.footer-bottom{
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.float {
    position: fixed;
    width: 190px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #22e96b;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: left;
    font-size: 27px;
    box-shadow: 2px 2px 3px rgb(0, 0, 0);
    z-index: 100;
   padding: auto;
    
   
}




.floatp {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.msg{
width: 100%;
position: relative;
display: flex;
justify-content: center;
}
.msg .success{
    font-size: 20px;
    color:green;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
  
}
.msg .danger{
    font-size: 20px;
    color:red;
    position: absolute;
    animation: buttons .3s linear;
  display: none;
}
.heightimg{
    height: 185px;
}