@font-face {
    font-family: "Rubik_Regular";
    src: url("/assets/font/Rubik-Regular.ttf") format("truetype"), url("/assets/font/Rubik-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "Rubik_Bold";
    src: url("/assets/font/Rubik-Bold.ttf") format("truetype"), url("/assets/font/Rubik-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}



*,
*::before,
*::after {
    box-sizing: border-box;

}


body {
    margin: 0;
    font-family: 'Rubik_Regular';

}

header{
/*    background-image:url("../img/bg-circle.svg") ;
    background-repeat: no-repeat;
    background-position-x: 1800%;
    background-position-y: 200%;*/
    background-color:#FFFFFF ;
}

.dc {
    height: 20px;
    border-radius: 5px;
    padding: 3px;
    background: white;
}

.nav-bg{
    display: none;
    padding: 82px 80px;
    height: 216px;

}
.block{
    display: block;
}
nav{
    display: flex;
    padding: 82px 80px;
    position: relative;
    transition: all .5s;
}

.scrolled{
    position: fixed;
    top: 0;
    background: #FFFFFF;
    width: 100%;
    z-index: 999;
    padding: 30px 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-ul{
    list-style: none;
    display: flex;
    gap: 44px;
    margin-left: 250px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}

.nav-ul a{
    color: #2B1B3D;
    font-size: 18px;
    font-weight: 500;
    text-decoration:none ;
    position: relative;
}

.ind{
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EE342A;
}


.line{
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 10px;
    background-color: red;
    width: 0px;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}




.header-content{
    margin-top: 250px;
    padding: 82px 80px;
    position: relative;
}

.header-content .right{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}


.icons-wrap{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}

.icons-wrap .icons,.tree{
    position: absolute;
    top: -200px;
    max-width: 625px;
}
.icons-wrap .icons{
    top: -240px;
}


.header-content .title{
    width: 100%;
    font-family: 'Rubik_Bold';
    font-size: 22px;
    font-weight: 900;
    color: #EF4130;
    margin-bottom: 20px;
}
.header-content .title span{
    color:#2B1B3D;
    text-transform: uppercase;
}

.header-content .content{
    font-size: 16px;
    width: 100%;
}

body{
    background: #EF4130;
}

#services,#foodCourt,footer{
padding: 96px 0;
}

.container{
    max-width: 1054px;
}

.services-tile{
    max-width: 570px;
    background-image: url("../img/hizmet-bg.svg");
    font-size: 71px;
    font-family: 'Rubik_Bold';
    font-weight: 900;
    margin: auto;
    color: #FFFFFF;
    background-size: 100%;
    text-align: center;
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}

.services{
    justify-content: center;
}

.services .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services .item{
    margin-top: 15px;
}
.services .item .img{
    min-height: 107px;
    margin-bottom: 25px;
}

.services .item img{
    height: 107px;
}
.services .item p{
    font-family: 'Rubik_Bold';
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom:0px ;
    max-width: 237px;
}

.services .item span{
    font-family: 'Rubik_Regular';
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    max-width: 265px;
    text-align: center;
}


.food-court-title{
    font-size: 40px;
    font-family: Rubik_Bold;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}


.food-cards{
    justify-content: center;
}


.food-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
}

.food-card img{
    margin-bottom: 25px;
}
.food-card .brand{
    font-family: 'Slackey';
    color: #FFFFFF;
    font-size: 35px;
}

.food-card .food-card-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.food-card .brand-sub-tile{
    font-size: 26px;
    font-family: 'Rubik_Bold';
    color: #FFFFFF;
}

.food-card .phone{
    font-size: 27px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
}


.food-card .address{
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.footer{
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 86px 110px;
    padding-top: 300px;
}

.footer button{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F1F1;
    border-radius: 34px;
    width: 319px;
    height: 88px;
    border: none;
}

.social-icons ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.social-icons ul a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 33px;
    font-weight: 400;
}

header{
    position: relative;
    overflow: hidden;
}

.bg-circle {
    position: absolute;
    right: 0px;
    top: -77%;
    z-index: 0;
    transform: translate(159px, 12px);
}


@media (min-width: 1600px) {
    .bg-circle{
        position: absolute;
        right: 180px;
        top: -98%;
        z-index: 0;
        transform: translate(338px, 12px);
        width: 1600px;
    }
}

@media (max-width: 1440px){

    .header-content{
        margin-top: 100px;
    }

    .bg-circle {
        position: absolute;
        right: -18%;
        top: -107%;
        z-index: 0;
        transform: translate(-3px, 10px);
    }
}



.mobile-menu-icon {
    display: none; /* Initially hide the mobile menu icon */
    cursor: pointer;
}

@media only screen and (max-width: 768px) {




    .nav-ul {
        display: none; /* Hide the navigation links on small screens */
    }

    .mobile-menu-icon {
        display: block; /* Show the mobile menu icon on small screens */
    }

    .nav-ul.show-mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 92px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 0;
        z-index: 9999;
        border-radius: 20px;
        gap: 20px;
    }




    nav{
        padding: 30px;
        justify-content: space-between;
        align-items: center;

    }


    .nav-ul a.active::after{
        content: '';
        position: absolute;
        left: 50%;
        bottom: -50%;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #EE342A;
    }

}


@media (max-width: 600px){


    .line{
        display: none;
    }
    .scrolled{
        padding: 30px;
    }

    .header-content{
        padding: 15px;

    }


    .social-icons{
        padding-left: 0 !important;
    }

    .icons-wrap{
        margin-top: 80px;
    }
    .icons-wrap .icons{
        top: -70px !important;
    }
    .icons-wrap .icons, .tree{
        top: -50px;
        width: 100%;
    }


        .services-tile{
            font-size: 40px;
            height: 120px;
            margin-bottom: 40px;
        }


        .food-court-title{
            font-size: 30px;
            margin-bottom: 20px;
        }

        .food-court-title-img{
            width: 100%;
        }


    .food-card .brand-sub-tile{
        font-size: 20px;
    }

        .footer{
            gap: 20px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }

    .header-content .title{
        font-size: 20px;
    }




}
