@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/bg-texture.png);
}

.btn:focus,
.btn:active,
.btn:target {
    outline: none;
    box-shadow: none;
}

.btn {
    border-radius: 5px;
    padding: 8px 22px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary {
    background-color: #c3bf35;
    border: 0px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:target,
.btn-primary:focus {
    background-color: #ffffff;
    color: #c3bf35;
    border: 0px;
}

a,
a:active,
a:hover,
a:focus,
a:target {
    color: inherit;
    text-decoration: none;
}




/*NAV*/




.navbar {
    border-bottom: 2px solid #c3bf35;
    padding: 12px 0px;
}

.nav-link{
    color: #1d1d1b !important;
}

.navbar-brand img {
    width: 200px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829,29,27%29' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}







/*HERO*/



.hero {
    height: 650px;
    background-image: url(../img/madlen-bg.jpg);
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #c3bf35;
}

.hero .bg-light {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.hero-text {
    padding-top: 220px;
    color: #ffffff;
}

.hero-text h1 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 44px;
}

.hero-text p {
    font-family: 'Merriweather', serif;
    font-weight: 200;
}





/*HERO PAGE*/



.hero-page {
    height: 150px;
    background-image: url(../img/madlen-bg.jpg);
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #c3bf35;
}

.hero-page-text {
    padding-top: 50px;
    color: #ffffff;
}


.category {
    padding-top: 40px;
    padding-bottom: 20px;
}

.category h3 {
    background-color: #c3bf35;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.images {
    padding-top: 15px;
}

.category-title {
    
}




/*FEATURES*/



.features {
    position: relative;
    top: -100px;
}

.features .card {
    background-color: #c3bf35;
    color: #ffffff;
    padding: 20px;
    border: 0px;
    border-radius: 10px;
    border-bottom: 5px solid #9a9617;
}

.features .card .card-title {
    font-size: 22px;
}

.features .card .card-text {
    font-family: 'Merriweather', serif;
    font-weight: 100;
}







/*ABOUT*/



.about {
    margin-top: 0px;
padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff !important;
    border-top: 1px solid #c3bf35;
    border-bottom: 1px solid #c3bf35;
}

.about h2 {
    font-weight: 200;
    letter-spacing: 2px;
}

hr {
    margin-top: 0px;
    margin-bottom: 25px;
    border-top: 2px solid #c3bf35;
}


.about p {
    font-family: 'Merriweather', serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 14px;
}

.about-img {
    height: 100%;
    width: 100%;
    background-image: url(../img/madlen-img-01.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.about-text {
    padding: 0px 15px;
}





/*CONTACT*/


.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact h2 {
    font-weight: 200;
    letter-spacing: 2px;
}

.contact-list {
    list-style: none;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.contact-list li {
    padding-bottom: 10px;
}

.contact iframe {
    margin-top: 50px;
}



/*FOOTER*/

.madlen-footer {
    background-color: #fffed8;
    font-size: 14px;
    color: #343300 !important;
}

.madlen-footer-end {
    background-color: #c3bf35;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding-top: 14px;
}

.footer-logo img {
    width: 170px;
}

.footer-part {
    margin-bottom: 50px;
    margin-top: 20px;
}







/*MENU*/


.menu-container .nav-link {
    margin-right: 10px;
    border-bottom: 2px solid #c3bf35;
}

.menu-container .nav-pills .nav-link {
    border-radius: 0px;
    font-weight: 500;
    color: #c3bf35;
    background-color: #fff;
}

.menu-title {
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    background-color: #393939;
    margin: 10px 0px;
    padding: 7px 10px;
}

.menu-container .menu-item {
    background-color: #fff;
    margin: 5px 0px;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
}

.menu-item:nth-child(odd) {
    background-color: #fffee7;
}


.menu-container .nav-item .active {
    background-color: #c3bf35 !important;
    color: #ffffff!important;
    
}

.menu-container .nav-item {
    margin-bottom: 10px;
}


.tab-pane {
    padding-bottom: 80px;
}

.menu-item span {
    font-size: 12px;
}

.menu-not {
    background-color: #c3bf35 !important;
    color: #fff;
}

.menu-piece {
    padding: 0px;
}

.menu-piece img{
    width: 150px;
    display: inline-block;
}

.menu-piece .menu-ad{
    width: calc(100% - 270px);
    display: inline-block;
   
}

.menu-piece .menu-fiyat{
    width: 110px;
    display: inline-block;
    padding: 0px;
    padding-left: 10px;
    
    font-weight: 600;
   
}








.urunler-img{
    width: 100%;
}

.urunler-img img{
    width: 100%;
    margin-top: 20px;
}










/*RESPONSIVE*/



@media (max-width: 575.98px) { 



}


@media (max-width: 767.98px) { 
    
.menu-piece img{
    width: 80px;
    display: inline-block;
}

.menu-piece .menu-ad{
    width: calc(100% - 170px);
    display: inline-block;
   
}

.menu-piece .menu-fiyat{
    width: 80px;
    display: inline-block;
    padding: 0px;
    padding-left: 10px;
    
    font-weight: 600;
   
}
    
}

        


@media (max-width: 991.98px) { 

    .features .card {
        margin-bottom: 30px;
    }
    
    .about-img {
        height: 300px;
    }
    
    .about h2 {
        margin-top: 30px;
    }
    
    .work-time {
        margin-top: 50px;
    }
    
    .footer-part {
        
    }

}


@media (max-width: 1199.98px) { ... }


@media (max-width: 1399.98px) { ... }


















