:root{
    --yellow:#F7CA3E;
}

*{
    font-family: 'Amatic SC';
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    text-transform: capitalize;
    transition:all .2s linear;
    scroll-behavior: smooth;
}

h1, h3{
    font-family: 'Amatic SC', sans-serif;
}

*::selection{
    background:var(--yellow);
    color:#fff;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
    /* height:200rem; */
}

html::-webkit-scrollbar{
    width:1.4rem;
}

html::-webkit-scrollbar-track{
    background:rgb(0, 0, 0);
}

html::-webkit-scrollbar-thumb{
    background:var(--yellow);
}

section{
    min-height: 550px;
    padding:1rem 10%;
    padding-top: 8.5rem;
}

.btn{
    font-size: 30px;
    padding:.7rem 4rem;
    border-radius: 5rem;
    margin-top: 1rem;
    background:none;
    color:#ffffff;
    cursor: pointer;
    border:.2rem solid var(--yellow);
    font-weight: 700;
    
}

.btn:hover{
    background:var(--yellow);
    opacity: 0.65;
}

.heading{
    text-align: center;
    font-size: 4rem;
    padding:0 .5rem;
    color:rgb(255, 255, 255);
}

.heading span{
    color:var(--yellow);
}

header{
    position: fixed;
    top:0; left:0;
    z-index: 1000;
    width:100%;
    background:#fff;
    padding:1.5rem 10%;
    box-shadow: 0 .3rem 2rem rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.78;
}

header .logo {
    font-size: 35px;
}



header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: #000000;
    
}

header .navbar ul li{
    margin-left: 3rem;
}

header .navbar ul li a{
    font-size: 30px;
    color:#666;
}

header .navbar ul li a.active,
header .navbar ul li a:hover{
    color:#000000;
}

header #menu-bar{
    font-size: 3rem;
    color:rgb(0, 0, 0);
    cursor: pointer;
    display: none;
}

.home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    overflow: hidden;

    min-height: 100vh;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
 
 

}


.home .content{
    margin-bottom: 30%;
}

.home .content h3{
    color:rgb(255, 255, 255);
    font-size: 60px;
}

.home .content p{
    color:rgb(255, 255, 255);
    font-size: 2rem;
    padding:1rem 0;
}

.home-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/pizza.jpg) no-repeat center;
    background-size: cover;
    
}


.home-menu .content{
    margin-bottom: 30%;
}

.home-menu .content h3{
    color:rgb(255, 255, 255);
    font-size: 60px;
    text-align: center;
    margin-top: 25%;
}

.home-menu .content p{
    color:rgb(255, 255, 255);
    font-size: 2rem;
    padding:1rem 0;
}




.about{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #000000;
}


.about .image{
    flex:1 1 40rem;
    height:50rem;
    background: url(../images/logo.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}



.about .content{
    flex:1 1 40rem;
    padding:2rem;
}

.about .content h3{
    font-size: 4rem;
    color:rgb(255, 255, 255);
}

.about .content p{
    font-size: 22px;
    color:rgb(255, 255, 255);
    padding:1rem 0;
}

.offert{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #000000;
}


.offert .image{
    flex:1 1 40rem;
    height:50rem;
    background: url(../images/sala.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}

.offert .image2{
    flex:1 1 40rem;
    height:50rem;
    background: url(../images/salka.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}

.offert .image5{
    flex:1 1 40rem;
    height:50rem;
    background: url(../images/6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}


.offert .content{
    flex:1 1 40rem;
    padding:2rem;
}

.offert .content h3{
    font-size: 4rem;
    color:rgb(255, 255, 255);
}

.offert .content p{
    font-size: 22px;
    color:rgb(255, 255, 255);
    padding:1rem 0;
}


.menu{
    background-color: #000000;
    height: 101vh;
    
    
}
.menu .list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding:1rem ;
    margin:2rem 0 ;
    height: 100px;;
    
    
    
}

.menu .list .btn{
    margin:1rem;
}


.menu .list .btn:hover{
    background:var(--yellow);
    color:#fff;
}

.menu .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu .row .image{
    margin:2rem;
    padding:2rem;
    flex:1 1 40rem;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
}

.menu .row .image img{
    width:100%;
    object-fit: cover;
    border-radius: 1rem;
}

.menu .row .content{
    flex:1 1 40rem;
}

.menu .row .content .info{
    padding:1rem 0;
}

.menu .row .content .info h3{
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    color:rgb(255, 255, 255);
}

.menu .row .content .info h3 span{
    padding-right: 1rem;
    color:var(--yellow);
}

.menu .row .content .info p{
    padding:1rem 0;
    padding-left: 4.5rem;
    font-size: 1.5rem;
    color:rgb(255, 255, 255);
}

.gallery{
    background-color: #000000;
}

.gallery .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .box-container .box{
    height:20rem;
    width:30rem;
    margin:2rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.gallery .box-container .box img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.gallery .box-container .box h3{
    position: absolute;
    top:100%; left:50%;
    transform: translate(-50%, -50%);
    color:#fff;
    text-align: center;
    font-size: 3rem;
    opacity: 0;
}



.order{
    background:url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;

}

.order .row{
    display: flex;
    background:#fff;
    margin:2rem 0;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
   
}

.order .row2{
    display: flex;
    background:#fff;
    margin:2rem 0;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
    border-radius: 1rem;
   
}

.contact-info{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #000000;
}

.card{
    position: relative;
    flex: 1;
    max-width: 300px;
    height: 140px;
    background-color: rgb(255, 255, 255);
    margin: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.icon{
    font-size: 45px;
    color: var(--yellow);
    transition: .3s linear;
}

.card:hover .icon{
    transform: scale(4);
    opacity: 0;
}

.card-content h3,
.card-content span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    opacity: 0;
}

.card-content h3{
    top: 20px;
    text-transform: uppercase;
    color: #000000;
}

.card-content span{
    bottom: 20px;
    color: var(--yellow);
    font-weight: 1000;
}

.card:hover h3{
    opacity: 1;
    top: 46px;
    transition: .3s linear .3s;
}

.card:hover span{
    opacity: 1;
    bottom: 46px;
    transition: .3s linear .3s;
}


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


    .card{
        flex: 100%;
        max-width: 500px;
    }
}

.footer{
    background:#282727;
    padding:1rem 7%;
}

.footer .box-container{
    display: flex;
    
    
}

.footer .box-container .box{
    flex:1 1 25rem;
    margin:2rem;
    
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color:#fff;
    padding:1rem 0;
    font-weight: normal;
}

.footer .box-container .box p{
    font-size: 25px;
    color:#eee;
    padding:1rem 0;
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 30px;
    
}

.footer .box-container .box a{
    font-size: 25px;
    color:#eee;
    padding:1rem 0;
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 30px;
    
}

.footer .box-container .box a:hover{
    color:var(--yellow);
}

.footer .box-container .box p i{
    padding-right: .5rem;
    color:var(--yellow);
}

.footer .credit{
    font-size: 2rem;
    text-align: center;
    border-top: .2rem solid rgba(255,255,255,.7);
    padding:2rem 1rem;
    font-weight: normal;
    letter-spacing: .1rem;
    color:#fff;
}

.footer .credit a{
    color:var(--yellow);
}

/* media queries  */

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .home::before,
    .home::after{
        display: none;
    }
    .home-menu::before,
    .home-menu::after{
        display: none;
    }
   
}

@media (max-width:768px){


    header #menu-bar{
        display: block;
    }

    header .navbar{
        position: fixed;
        top:8rem; left:0;
        width:100%;
        background:rgb(255, 255, 255);
        border-top: .2rem solid rgba(0,0,0,.1);
        transform:scaleY(0);
        transform-origin: top;
        opacity: 1;
    }

    header .navbar ul{
        flex-flow: column;
        padding:2rem;
    }

    header .navbar ul li{
        margin:1.5rem;
        width: 100%;
    }

    header .navbar ul li a{
        display: block;
        color:#000;
        padding-left: 2rem;
        border-left: .2rem solid #000;
        font-size: 2rem;
    }

    header .navbar ul li a:hover,
    header .navbar ul li a.active{
        color:var(--yellow);
        border-color: var(--yellow);
    }

    .fa-times{
        transform:rotate(180deg);
    }

    header .navbar.nav-toggle{
        transform:scaleY(1);
        opacity: 1;
    }

    
    .home .content{
        text-align: center;
    }

    .home .content h3{
        font-size: 4.5rem;
    }

    .order .row .image{
        display: none;
    }

   
}

@media (max-width:500px){

    html{
        font-size: 50%;
    }

    section{
        padding:1rem 5%;
        padding-top: 8.5rem;
    }
}


/* TABELA MENU */

.menu-res{
    background-size: cover;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
   
 

}



.menu-res h3{

    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 100px; 
}

table {
	width: 60%;
	margin:0px auto;
	table-layout:fixed;
	border-collapse: collapse;
    font-size: 25px;
    color: #ffffff;
    background-color: black;
	}

	td {
	padding:1em 0 0 0;
	vertical-align:bottom;
	}
	
	td span{
   	background-color:rgb(0, 0, 0);
	}
	
	td:first-child {
	text-align: left;
	font-weight: 700;
  overflow: hidden;
    position: relative;
	}
	
td:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  width:1500px;
  height:0px ;
  margin-left: 1em;
  border-bottom:2px dotted grey;
}

  	td:last-child {
	text-align:right;
	width:3em;
  	}

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: var(--yellow);
  bottom: 40px;
  right: 15px;
  border-radius: 10px 10px 10px 10px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}
      