/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 5.5rem;

  /*========== Colors ==========*/
  --first-color: #069C54;
  --first-color-alt: #048654;
  --first-color: #fff;
  --first-color-alt: #048654;
  --title-color: #393939;
  --text-color: #707070;
  --text-color-light: #A6A6A6;
  --body-color: #FBFEFD;
  --container-color: #FFFFFF;


  --first-color: #ffc800;
  --first-color-alt:  #ffc800;
  --title-color: #fff;

  --text-color: #fff;
  --body-color: #000;
  --container-color: #27302C;


  /*========== Colors ==========*/
  --first-color: #069C54;
  --first-color-alt: #048654;
  --first-color: #fff;
  --first-color-alt: #048654;
  --title-color: #393939;
  --text-color: #707070;
  --text-color-light: #A6A6A6;
  --body-color: #FBFEFD;
  --container-color: #FFFFFF;


  --first-color: #ffc800;
  --first-color-alt:  #ffc800;
  --title-color: #fff;

  --text-color: #fff;
  --body-color: #000;
  --container-color: #27302C;


  /*========== Font and typography ==========*/
  --body-font: 'Poppins', sans-serif;
  --biggest-font-size: 2.25rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --small-font-size: .713rem;
  --smaller-font-size: .75rem;

  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== Margenes ==========*/
  --mb-1: .5rem;
  --mb-2: 1rem;
  --mb-3: 1.5rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 3rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

@media screen and (min-width: 768px){
  :root{
    --biggest-font-size: 4rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .775rem;
    --smaller-font-size: .813rem;
  }
}

/*========== BASE ==========*/
*,::before,::after{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}


body{
--title-color: #5e4d0f;
    --text-color: #5c541a;
    --body-color: #d9d9d9;
    --container-color: #ffffff;
    --first-color: #cb9f00;
    --first-color-alt: #5e4d0f;

    --text-shadow-color:  transparent;
}

/*========== Variables Dark theme ==========*/
body.dark-theme{
  --title-color: #F1F3F2;
  --title-color: #fff;
  
  --text-color: #C7D1CC;
  --text-color: #fff;
  --body-color: #1D2521;
  --body-color: #000;
  --container-color: #27302C;
    --first-color: #ffc800;
  --first-color-alt:  #ffc800;

  --text-shadow-color:  #000;
  --body-color: rgba(0 0 0 / 93%)

}

body.light-theme{
background:  url(/site_specific/carozza/assets/img/greybg2.png);
 background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: center top;
        background-attachment: fixed;
        background-color: #ededed;
    --body-color: rgba(226 226 226 / 93%);

  --title-color: #616161;  
  --text-color: #616161;
  --container-color: #f7f7f7;
  --first-color:#72888d;
  --first-color-alt:  #ffc800;

--first-color:#e3aa00;
  --first-color-alt:  #e3aa00;
}

body.pizzacarozza{
  --body-color: rgb(20 90 94);
  --body-color: rgb(0 0 0);
}
/*========== Button Dark/Light ==========*/
/*.change-theme{
  position: absolute;
  right: 1rem;
  top: 1.8rem;
  color: var(--text-color);
  font-size: 1rem;
  cursor: pointer;
}*/

body{
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  line-height: 1.6;
}


h1,h2,h3,p,ul{
  margin: 0;
}

ul{
  padding: 0;
  list-style: none;
}
ul.other_chain{

    list-style: inside;
}
a{
  text-decoration: none;
  color: var(--text-color);
}

img{
  max-width: 100%;
  height: auto;
}


.EBe2gf, .EBe2gf span {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    width: 69px;
}


.EBe2gf {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.Fam1ne {
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}


/*========== CLASS CSS ==========*/
.section{
  padding: 4rem 0 2rem;
}

.section-title, .section-subtitle{
  text-align: center;
}

.section-title{
  font-size: var(--h1-font-size);
  color: var(--title-color);
  margin-bottom: var(--mb-3);
}

.section-subtitle{
  display: block;
  color: var(--first-color);
  font-weight: var(--font-medium);
  margin-bottom: var(--mb-1);
}

/*========== LAYOUT ==========*/
.bd-container{
  max-width: 960px;
  width: calc(100% - 2rem);
  margin-left: var(--mb-2);
  margin-right: var(--mb-2);
}

.bd-grid{
  display: grid;
  gap: 1.5rem;
}

.l-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);
  background-color: var(--body-color);
  background opacity: 95%;
}

.light-theme .l-header{

  background-color: rgba(226 226 226 / 93%);
  
}

/*========== NAV ==========*/
.nav{
  max-width: 1024px;
  height: calc(var(--header-height));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo img{
      max-height: 40px;
      padding: 5px 0 0;
}
@media screen and (max-width: 768px){
  .nav__menu{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 1.5rem 0 1rem;
    text-align: center;
    background-color: var(--body-color);
    transition: .4s;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    border-radius: 0 0 1rem 1rem;
    z-index: var(--z-fixed);
  }

  .presentation__detail, .presentation__location{
    display: none;
  }
}

.nav__item{
  margin-bottom: var(--mb-2);
}

.nav__link, .nav__logo, .nav__toggle{
  color: var(--text-color);
  font-weight: var(--font-medium);
}


.nav__logo:hover{
  color: var(--first-color);
}

.nav__link{
  transition: .3s;
}

.nav__link:hover{
  color: var(--first-color);
}

.nav__toggle{
  font-size: 2rem;
  cursor: pointer;
}

/* Show menu */
.show-menu{
  top: var(--header-height);
}

/* Active menu */
.active-link{
  color: var(--first-color);
}

/* Change background header */
.scroll-header{
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

/* Scroll top */
.scrolltop{
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  background: var(--first-color-alt);
  border-radius: .4rem;
  z-index: var(--z-tooltip);
  transition: .4s;
  visibility: hidden;
}

.scrolltop:hover{
  background-color: var(--first-color-alt);
}

.scrolltop__icon{
  font-size: 1.8rem;
  color: var(--body-color);
}

/* Show scrolltop */
.show-scroll{
  visibility: visible;
  bottom: 1.5rem;
}

/*========== HOME ==========*/
.home__container{
  height: calc(100vh - var(--header-height));
  align-content: center;
}

.home__title{
  font-size: var(--biggest-font-size);
  color: var(--first-color);
  margin-bottom: var(--mb-1);
}

.home__subtitle{
  font-size: var(--h1-font-size);
  color: var(--title-color);
  margin-bottom: var(--mb-4);
}

.home__img{
  width: 300px;
  justify-self: center;
}

section.home {
    overflow: hidden;
    margin: 0;
    position: relative;
}    
section .bg_img{

    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
    min-width: 500px;
}

.dark-theme #dashboard{
    /*background: url(/site_specific/carozza/assets/img/eld.jpg);
    background-size: 2000px auto;*/
    background-repeat: no-repeat;
    background-position: center top;
    --body-color: rgba(0 0 0 / 93%);
}

.light-theme #dashboard{
    /*background: url(/site_specific/carozza/assets/img/greybg2.png);*/
    background-repeat: no-repeat;
    background-position: center top;
    --body-color: rgba(226 226 226 / 93%);
}
/*.light-theme #dashboard{
    background: url(/site_specific/carozza/assets//img/front.png);
    background-size: 2000px auto;
    background-repeat: no-repeat;
    background-position: center top;
    --body-color: rgba(0 0 0 / 93%);
    height: 400px;
}*/
.front_bg{
  width: 100%;
  margin-top: calc(var(--header-height));
}
.front_bg_img{
  width: 100%;
}
@media screen and (min-width: 1800px){
  .front_bg_img{
    max-width: 1800px;
    border-radius: 10px;
    margin: 20px 0 0 0;
    box-shadow: 0 2px 4px rgba(3,74,40,.15);
  }
}
/*========== BUTTONS ==========*/
.button{
  display: inline-block;
  background-color: var(--first-color);
  color: #FFF;
  padding: .75rem 1rem;
  border-radius: .5rem;
  transition: .3s;
}

.button:hover{
  background-color: var(--first-color-alt);
}

.restaurant_order_button{
font-size: 16px;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 2px solid var(--first-color);
    border-radius: 0.2rem;
    margin: 0.5rem 0 0;
}
a.restaurant_order_button:hover{

    background: var(--first-color);
   color: #000;
}
.main_message {
    display: inline-block;
    padding: 0.75rem 1rem;
    border-radius: 0.1rem;
    transition: .3s;
    
    text-align: center;
    /* text-transform: capitalize; */
    font-weight: bold;
    
    
    margin: auto;

border-radius: 0.5rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0%;
}


.order_button {
    display: inline-block;
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.1rem;
    transition: .3s;
    
    text-align: center;
    /* text-transform: capitalize; */
    font-weight: bold;
    border: 3px solid #fff;
    
    margin: auto;


    width: 100%;
    font-size: 16px;
    margin: 0 0%;
}

.order_button:hover{
  background-color: rgb(0 0 0 / 60%);
}




/*========== ABOUT ==========*/

.about__data{
  text-align: center;
}

.about__description{
  margin-bottom: var(--mb-3);
}

.about__img, .about_us__img, .our_food__img {
  width: 280px;
  border-radius: .5rem;
  justify-self: center;
  box-shadow: 0 2px 4px rgba(3,74,40,.15);
}

.gm-style{
  box-shadow: 0 2px 4px rgba(3,74,40,.15);
}

.our_food__data{
  text-align: center;
}

.our_food__description{
  margin-bottom: var(--mb-3);
}



/*========== SERVICES ==========*/
.services__container{
  row-gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.services__content{
  text-align: center;
}

.services__img{
  width: 64px;
  height: 64px;
  fill: var(--first-color);
  margin-bottom: var(--mb-2);
}

.services__title{
  font-size: var(--h3-font-size);
  color: var(--title-color);
  margin-bottom: var(--mb-1);
}

.services__description{
  padding: 0 1.5rem;
}


/*========== MENU ==========*/

#map{
  position: relative;
    border-radius: .5rem;
    overflow: hidden;
    height: 400px;
}
#map .siteNotice{
  color: #000;
}
.map__container{
    grid-template-columns: repeat(1, 1fr);
  justify-content: center;
      max-width: 100%;
    margin: 5% 0%;
}
  .review__container{
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin-bottom: 2rem;
  }

  .review__content{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--container-color);
  border-radius: .5rem;
  box-shadow: 0 2px 4px rgba(3,74,40,.15);
  padding: .75rem;
      font-style: italic;

}
.review__img{
  width: 100px;
  align-self: center;
  margin-bottom: var(--mb-2);
}

.review__name, .review__preci{
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
}

.review__name{
  font-size: var(--normal-font-size);
}

.review__detail, .review__preci{
  font-size: var(--small-font-size);
}

.review__detail{
  margin-bottom: var(--mb-1);
}

.review__button{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: .625rem .813rem;
  border-radius: .5rem 0 .5rem 0;
}





  .presentation__container{
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  }

  .presentation__content{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 4px rgba(3,74,40,.15);

}
.presentation.section{
  margin-top: -100px;
}
.presentation__img{
  max-width: 70%;
  align-self: center;
  margin-bottom: var(--mb-2);
  margin-top: var(--mb-2);
}

.presentation__name, .presentation__preci{
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
  display: none;
}

.presentation__name{
  font-size: var(--normal-font-size);
}

.presentation__detail, .presentation__preci, .presentation__location{
  font-size: var(--small-font-size);
}

.presentation__detail{
  margin-bottom: var(--mb-1);
}

.presentation__button{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: .625rem .813rem;
  border-radius: .5rem 0 .5rem 0;
}



.locations__container{
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}

.locations__content{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--container-color);
  border-radius: .5rem;
  box-shadow: 0 2px 4px rgba(3,74,40,.15);
  padding: .75rem;
}

.locations__img{
  width: 100px;
  align-self: center;
  margin-bottom: var(--mb-2);
}

.locations__name, .locations__preci{
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
}

.locations__name{
  font-size: var(--normal-font-size);
}

.locations__detail, .locations__preci{
  font-size: var(--small-font-size);
}

.locations__detail{
  margin-bottom: var(--mb-1);
}

.locations__button{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: .625rem .813rem;
  border-radius: .5rem 0 .5rem 0;
}

.locations__icon{
  height: 30px;
  margin: -15px;
  }

  .locations__icon_img{
    width: 30px;
    border-radius: 20px;
    float: right;
    box-shadow: 0 2px 4px rgba(3,74,40,.15);
  }
  .locations__short_logo{
    height: 10px;
    float: left;
    margin: 8px 0 5px 10px;
  }
  .locations__short_text{
    float: left;
    margin: 3px 0 5px 5px;
    font-weight: bold;
    display: none;
  }

      
/*========== MENU ==========*/

.food_menu_logo{
  text-align: center;
      margin-top: 3em;
}
.food_menu_logo img{
  max-width: 50%;
}
.menu__container{
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}

.menu__content{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--container-color);
  border-radius: .5rem;
  box-shadow: 0 2px 4px rgba(3,74,40,.15);
  padding: .75rem;
}

.menu__img{
  width: 100px;
  align-self: center;
  margin-bottom: var(--mb-2);
}

.menu__name{
  font-weight: var(--font-semi-bold);
  color: var(--title-color)
}
.menu__preci{
  font-weight: var(--font-semi-bold);
  color: var(--first-color);;
}

.menu__name{
  font-size: var(--normal-font-size);
}

.menu__detail, .menu__preci{
  font-size: var(--small-font-size);
}

.menu__detail{
  margin-bottom: var(--mb-1);
}

.menu__button{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: .625rem .813rem;
  border-radius: .5rem 0 .5rem 0;
}

/*========== APP ==========*/
.app__data{
  text-align: center;
}

.app__description{
  margin-bottom: var(--mb-5);
}

.app__stores{
  margin-bottom: var(--mb-4);
}

.app__store{
  width: 120px;
  margin: 0 var(--mb-1);
}

.app__img{
  width: 230px;
  justify-self: center;
}

/*========== CONTACT ==========*/
.contact__container{
  text-align: center;
}

.contact__description{
  margin-bottom: var(--mb-3);
}

/*========== FOOTER ==========*/
.footer__container{
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 2rem;
}

.footer__logo{
  font-size: var(--h3-font-size);
  color: var(--first-color);
  font-weight: var(--font-semi-bold);
}
.footer__logo img{
      max-width: 120px;
    margin-left: -6px;
}
.footer__description{
  display: block;
  font-size: var(--small-font-size);
  margin: .25rem 0 var(--mb-3);
}

.footer__social{
  font-size: 1.5rem;
  color: var(--title-color);
  margin-right: var(--mb-2);
}

.footer__title{
  font-size: var(--h2-font-size);
  color: var(--title-color);
  margin-bottom: var(--mb-2);
}

.footer__link{
  display: inline-block;
  color: var(--text-color);
  margin-bottom: var(--mb-1);
}

.footer__link:hover{
  color: var(--first-color);
}

.footer__copy{
  text-align: center;
  font-size: var(--small-font-size);
  color: var(--text-color-light);
  margin-top: 3.5rem;
}

/*========== MEDIA QUERIES ==========*/
@media screen and (min-width: 576px){
  /*.home__container,*/
  .about__container,
  .app__container{
    grid-template-columns: repeat(2,1fr);
    align-items: center;
  }


  .about__data, .about__initial,
  .app__data, .app__initial,
  .contact__container, .contact__initial{
    text-align: initial;
  }
  .our_food__img,.about__img,  .about_us__img {
      width: 380px;
        box-shadow: 0 2px 4px rgba(3,74,40,.15);
  }
  .our_food__img, .app__img{
    order: -1;
      }

  .about__img, .about_us__img {
    order: 1;
  }

  .contact__container{
    grid-template-columns: 1.75fr 1fr;
    align-items: center;
  }
  .contact__button{
    justify-self: center;
  }
}
.home__container {
        height: 120px;
    max-width: 70%;
    margin:8% 15% 5%;
    }

.home__container .tagline{
font-size: 14px;
}
.tagline{
  text-align: center;
    width: 90%;
    display: block;
    margin: 0% 5%;
        text-shadow: 2px 2px var(--text-shadow-color);
        
    font-weight: bold;
}

.tagline img{
    max-width: 50%;
    margin: 1rem 25%;
}
.dash_sub{
  font-size: 12px;
}
@media screen and (min-width: 768px){
  body{
    margin: 0;
  }
.home__container   .tagline{

        font-size: 20px;
}
.dash_sub{
  font-size: 16px;
}
.order_button {

    width: 100%;
    font-size: 20px;
    margin: 0 0%;
}
  .section{
    padding-top: 4rem;
  }

  .nav{
    height: calc(var(--header-height));
  }
  .nav__list{
    display: flex;
  }
  .nav__item{
    margin-left: var(--mb-5);
    margin-bottom: 0;
  }
  .nav__toggle{
    display: none;
  }

  .change-theme{
    position: initial;
    margin-left: var(--mb-2);
  }

  .home__container{
    height: 100vh;
    justify-items: center;
  }

  .services__container,
  .menu__container{
    margin-top: var(--mb-6);
  }

  .menu__container{
    grid-template-columns: repeat(3, 210px);
    column-gap: 4rem;
  }
  .menu__content{
    padding: 1.5rem;
  }
  .menu__img{
    width: 130px;
  }



  .review__container{
    margin-top: var(--mb-6);
  }
  .review__container{
    grid-template-columns: repeat(2, 380px);
    column-gap: 4rem;
    margin-bottom: 1rem;
  }
  .review__content{
    padding: 1.5rem;
  }
  .review__img{
    width: 130px;
  }



  .presentation__container{
    margin-top: var(--mb-6);
  }
  .presentation__container{
    grid-template-columns: repeat(3, 260px);
    column-gap: 4rem;
  }
  .presentation__content{
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
  }
  .presentation__img{
    width: 130px;
  }
.presentation.section{
  margin-top: -200px;
}


  .locations__container{
    margin-top: var(--mb-6);
  }
  .locations__container{
    grid-template-columns: repeat(3, 230px);
    column-gap: 2rem;
  }
  body.BurgerCarozza .locations__container{
    grid-template-columns: repeat(2, 310px);
    column-gap: 4rem;
  }
  .locations__content{
    padding: 1.5rem;
  }
  .locations__img{
    width: 50px;
  }

.meny_header__img{
  width: 200px;
}
  .app__store{
    margin: 0 var(--mb-1) 0 0;
  }

    .home__container {
        height: 200px;
    }
}

@media screen and (min-width: 960px){
  .bd-container{
    margin-left: auto;
    margin-right: auto;
  }

  .home__img{
    width: 500px;
  }


  .about__container,
  .app__container{
    column-gap: 7rem;
  }


   .map__container{

      max-width: 80%;
      margin: 5% 10%;
  }
.tagline{
  text-align: center;
    width: 50%;
    display: block;
    margin: 0% 25%;
}
}

/* For tall screens on mobiles y desktop*/
@media screen and (min-height: 721px) {
    
}

.dark_theme_display {
  display: none;
}
.dark-theme .dark_theme_display {
  display: block;
}
.light_theme_display {
  display: block;
}
.dark-theme .light_theme_display {
  display: none;
}

