/*     Font     */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');



/**************************/
/*     General Styles     */
/**************************/
body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
}


 p {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 125%;
    text-align: justify;
}

ol, ul, dl {
    color: #ffffff;
}

h1 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 60px;
    line-height: 125%;
    font-weight: 700;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 125%;
}

h3 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 125%;
    font-weight: 700;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 150%;
}

h5 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}


h6 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

a {
    color: #ffffff;
}

a:hover {
    color: #3f4a3c;
    text-decoration: none;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #F7B51C;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
}

.navbar .navbar-brand {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    z-index: 999;
}

.navbar .logo-image img {
    width: 180px;
    height: auto;
}

.navbar .logo-text {
    color: #ffffff;
    font-size: 24px;
    line-height: 1rem;
    text-decoration: 24px;
}

.navbar .store-icon {
    display: none;
}


.current {
    border-bottom: 4px solid #ffffff;
}


.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #3F4A3C;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .nav-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
}


.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}


.nav-link-icon-store {
  display: none;
}

.navbar .nav-item {
    margin-top: 1.5rem;
}


/**********************/
/*     Burger Menu    */
/**********************/

.burger-container {
  position: relative;
  z-index: 999;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}



/**********************/
/*   Secondary Menu   */
/**********************/

.primary-menu {
  display: none;
}




/*****************/
/*  Header Home  */
/*****************/


.header-home {
  background: url(/images/divider-bottom.svg) no-repeat center bottom, linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  padding: 11rem 0;
  background-size: 101%;
}

.header-home .title-header {
    margin: 2rem 0;
}

.header-home .text-container {
    padding-top: 3rem;
    text-align: left;
}

.image-header-home {
    display: block;
    width: auto;
    height: 590px;
    margin: auto;
}


/********************/
/* Section-1 Home   */
/********************/

.section-1-home {
    padding: 6rem 0;
    background-color: #ffffff;
    margin: -1px 0px;
}

.section-1-home h3, .section-1-home p  {
    color: #3F4A3C;
}

.tabcontent .row {
    margin-left: 0px;
    margin-right: 0px;
}


.section-1-home .title {
  padding-left: 15px;
}


.tabcontent .col-lg-6 {
  height: max-content;
}


.section-1-home .image-container img {
    filter: drop-shadow(8px 8px 32px rgba(63, 74, 60, 0.16));
    border-radius: 240px;
    margin-top: -140px;
    height: 480px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.app-container {
  margin: -240px 0 0 15px;
  padding: 32px;
  background: linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  box-shadow: 8px 8px 32px rgba(241, 90, 36, 0.32);
  border-radius: 24px;
  max-width: 47%;
  width: 100%;
  height: max-content;
  float: left;
  z-index: 10;
}

.app-container .text-container {
    padding-bottom: 20px;
}

/******************/
/*     Tabs     */
/******************/


.tab {
    padding: 2rem 0;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.tab button {
    color: #3F4A3C;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    border: 0px;
    border-bottom: 4px solid transparent;
    margin: 0 16px;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 0;
    transition: 0.3s;
}


.tab button:hover {
  color: #F7931E;
}

.tab button.active {
  border-bottom: 4px solid #F7931E;
  color: #F7931E;
}

.tabcontent {
  display: none;
}

.tabcontent {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/******************/
/*   light Box    */
/******************/

.modal-hover-opacity {
  cursor: pointer;
  transition: 0.3s;
}

.modal-hover-opacity:hover {
  opacity: 0.7;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1034;
  padding-top: 6%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  border-radius: 0px;
  margin: auto;
  display: block;
  width: 70%;
  max-width: 100%;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/********************/
/*  Section-2 Home  */
/********************/


.section-2-home {
  background: url(/images/divider-top.svg) no-repeat center top, url(/images/divider-bottom.svg) no-repeat center bottom, linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  padding: 11rem 0;
  background-size: 101%;
  overflow: hidden;
}


.section-2-home h3 {
    font-size: 60px;
    line-height: 125%;
}



.section-2-home .row {
    padding: 4rem 0;
}

.section-2-home .text-container {
    padding-top: 4rem;
}

.image-section-2-home-a, .image-section-2-home-c {
    float: left;
    width: 520px;
    margin-left: -25%;
    height: auto;
}

.image-section-2-home-b {
    float: right;
    width: 520px;
    margin-right: -25%;
    height: auto;
}



/********************/
/*  Section-3 Home  */
/********************/


.section-3-home {
  background: url(/images/section-3-home-background.svg);
  padding: 12rem 0;
  background-color: #ffffff;
  margin: -1px 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 120%;
}


.section-3-home h3, .section-3-home p  {
    color: #3F4A3C;
}



/*****************/
/*Header Contatti*/
/*****************/


.header-contatti {
    background: url(/images/footer-background.svg) no-repeat center bottom, linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  padding: 11rem 0;
  background-size: 101%;
}

.header-contatti .text-container {
  text-align: left;
}


.image-header-contatti {
    padding-top: 3rem;
    display: block;
    width: auto;
    height: 460px;
    margin: auto;
}

.text-container-item {
  margin-top: 3rem;
}

.text-item {
  display: flex;
  margin-bottom: 16px;
}

.contact-text-header {
  margin-top: 8px;
  margin-left: 8px;
  line-height: 125%;
  font-weight: bold;
}

.header-contatti .text-container .contact-title {
  line-height: 120%; 
}

.contact-link, .contact-link:hover {
  color: #ffffff;
  text-decoration: underline
}

.contact-button {
   width: 392px;
}


/*********************/
/*      Page        */
/*******************/


.page-container {
  background: url(/images/footer-background.svg) no-repeat center bottom, linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  padding: 11rem 0;
  background-size: 101%;
}

.page-container .title-header {
  padding-bottom: 4rem;
}

.page-container a, .page-container a:hover {
    text-decoration: underline;
}


/*********************/
/*      404        */
/*******************/


.page-404 {
  text-align: center;
  height: 100vh;
}


.page-404 .container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.page-404 .button-2 {
    padding: 14px 80px;
    width: auto;
    margin-top: 20px;
}



/********************/
/*     Button       */
/********************/


.button-1 {
    display: block;
    margin: auto;
    background: linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
    box-shadow: 8px 8px 32px rgb(241 90 36 / 32%);
    border-radius: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 14px;
    width: 100%;
    border: 0px;
    transition: 0.3s;
}


.button-1:hover {
    opacity: 0.8;
}


.button-2 {
    display: block;
    margin: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCE5B0 100%);
    box-shadow: 8px 8px 32px rgb(241 90 36 / 32%);
    border-radius: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #F7931E;
    font-weight: 700;
    padding: 14px;
    width: 100%;
    border: 0px;
    transition: 0.3s;
}


.button-2:hover {
    opacity: 0.8;
}


/******************/
/*    Store Icon  */
/******************/

.store-icon {
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}


.store-icon {
    display: inline-block;
    transition: transform .5s;
}

.store-icon:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}


/******************************/
/*       Social Icons         */
/******************************/


.social-container-menu {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}


.social-icon {
    margin: 0 0.5rem 0 0.5rem;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease;
}


/***********************/
/*   App Sticky Float  */
/***********************/

.app-sticky {
  width: 100%;
  box-shadow: 8px 8px 32px rgba(241, 90, 36, 0.32);
  text-align: center;
  position: fixed;
  display: none;
  bottom: 0;
  z-index: 20;
}

.app-container-sticky-1 {
  background: linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
  padding: 1rem;
}


.app-container-sticky-2 {
  background: #ffffff;
  padding: 1.2rem;
}


.app-container-sticky-2 h4 {
  color: #F7931E;
}


.app-sticky .col-app-sticky {
  display: inline-block;
  width: 40%;
  padding: 0.2rem 0;
}


/******************/
/*     Footer     */
/******************/

.footer {
    padding: 1.2rem 0;
    background: #3F4A3C;
    margin: -1px 0px;
    text-align: center;
}

.footer p, .footer a {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.footer a:hover {
    color: #F7931E;
}

.image-footer-logo {
    margin-top: -10px;
}



/*************************/
/*     Media Queries     */
/*************************/

/* Max-width 1400px */

@media (max-width: 1400px) {
.section-3-home,.section-1-contatti {
  background-size: 130%;
}
}



/*************************/
/*     Media Queries     */
/*************************/

/* Max-width 1200px */

@media (max-width: 1200px) {

  .navbar .nav-item {
      padding-right: 1.6rem;
      padding-left: 1.6rem;
  }

.section-3-home, .section-1-contatti, .page-container {
  background-size: 150%;
}
}



/*************************/
/*     Media Queries     */
/*************************/

/* Max-width 1024px */
@media (max-width: 1024px) {
   .modal-content {
    width: 95%;
  }

  .close {
    right: -15px;
  }
}



/* Max-width 991px */

@media (max-width: 991px) {


  /**********************/
  /*     Navigation     */
  /**********************/

   .offcanvas-collapse ul{
     width:100%;
     text-align: center;
     margin: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
  }

    .navbar .nav-item {
      margin-top: 0.5rem;
   }

    .mobile-br {
         display: none;
     }

     /**********************/
     /*   Secondary Menu   */
     /**********************/

     .primary-menu {
       display: block;
     }

     .secondary-menu {
       display: none;
     }

     /*****************/
     /*  Header Home  */
     /*****************/


    .header-home {
         padding: 6rem 0;
     }

    .header-home .title-header {
    margin: 1rem 0;
    }

    .header-home .row {
       flex-direction: column-reverse;
    }

    .image-header-home {
        height: 400px;
    }

    .header-home .text-container {
       text-align: center;
       padding-top: 0px;
    }


    /********************/
    /* Section-1 Home   */
    /********************/


  .section-1-home {
        padding: 5rem 0;
    }

    .section-1-home .image-container img {
        margin-top: 40px;
        margin-bottom: 40px;
    }

   .tab {
      justify-content: center;
      margin-left: 0px;
   }

   .section-1-home h3, .section-1-home p  {
       text-align: center;
   }


   .section-1-home .text-container {
       width: 100%;
   }

    .app-container {
      margin: auto;
      max-width: 100%;
      width: 95%;
      text-align: center;
      float: none;
    }


    /********************/
    /*  Section-2 Home  */
    /********************/

    .section-2-home h3 {
        font-size: 50px;
        line-height: 125%;
    }


    .section-2-home .col-lg-6 {
        width: 50%;
    }

    .image-section-2-home-a {
        margin-left: -45%;
    }

    .image-section-2-home-b {
        margin-right: -55%;
    }

    .image-section-2-home-c {
        margin-left: -135%;
    }


    /********************/
    /*  Section-3 Home  */
    /********************/

  .section-3-home {
        background: url(/images/section-3-home-background-mobile.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: #ffffff;
        margin: -1px 0px;
        background-size: 101%;
        padding: 6rem 0 26rem;
    }

  .section-3-home .container {
        width: 60%;
    }

  .section-3-home h3, .section-3-home p  {
        text-align: center;
    }


    /*****************/
    /*Header Contatti*/
    /*****************/


   .header-contatti {
      padding: 6rem 0;
    }

   .header-contatti .title-header {
   margin: 1rem 0 2rem;
   }

   .image-header-contatti{
       display:none;
   }

   .text-item {
     display: block;
   }

   .header-contatti .text-container {
      text-align: center;
      padding-top: 0px;
   }

   .header-contatti .contact-title {
     text-align: center
   }

   .contact-button {
      width: 100%;
   }

   .contact-button .button-2 {
      width: 60%;
   }


  .text-container-item{
    margin-bottom: 3rem;
  }


   /*********************/
   /*      Page        */
   /*******************/


   .page-container {
     background: url(/images/footer-background-mobile.svg) no-repeat center bottom, linear-gradient(180deg, #F7B51C 0%, #F7931E 100%);
     padding: 4rem 0;
     background-size: 101%;
     text-align: center;
   }


   .page-container p {
     text-align: center;
   }


   .page-container .title-header {
    padding-top: 4rem;
  }


    /******************/
    /*     Footer     */
    /******************/

    .footer {
        padding: 1.2rem 0 7rem 0;
    }


    .footer .col-lg-2, .footer .col-lg-5, .footer .col-lg-3 {
        padding: 0.7rem 0;
    }

    .footer .col-lg-5 {
        margin-top: -1rem;
    }
}


/* Max-width 768px */

@media (max-width: 768px) {
.modal {
    padding-top: 20%;
}


/********************/
/* Section-2 Home   */
/********************/


.section-2-home .container, .container-sm, .container-md {
    max-width: 95%;
}


.section-2-home h3 {
    font-size: 40px;
    line-height: 125%;
}

/********************/
/*  Section-3 Home  */
/********************/

.section-3-home {
    background-size: 110%;
    padding: 2rem 0 22rem;
}

.section-3-home .container {
    width: 80%;
}


/*****************/
/*Header Contatti*/
/*****************/


.contact-button  .button-2 {
    width: 80%;
}
}


/* Max-width 690px */

@media (max-width: 690px) {

/********************/
/* Section-2 Home   */
/********************/


.image-section-2-home-a {
    margin-left: -65%;
}

.image-section-2-home-b {
    margin-right: -90%;
}

.image-section-2-home-c {
    margin-left: -245%;
}
}


/* Max-width 600px */

@media (max-width: 600px) {

  h1 {
     font-size: 40px;
     line-height: 125%;
  }

  h2 {
    font-size: 16px;
    line-height: 125%;
  }

  h3 {
     font-size: 20px;
     line-height: 125%;
  }

  h4 {
    font-size: 18px;
    line-height: 125%;
}

  /*****************/
  /*  Header Home  */
  /*****************/

  .header-home h1 {
     font-size: 32px;
     line-height: 125%;
  }

  .image-header-home {
      height: 300px;
  }


  /********************/
  /* Section-1 Home   */
  /********************/

  .section-1-home .image-container img {
      width: 95%;
      height: 230px;

  }

  .tab button {
    margin: 0px 7px;
  }

  .app-container {
    padding: 20px 10px;
  }


  /********************/
  /* Section-2 Home   */
  /********************/

.section-2-home {
      padding: 2rem 0;
  }

.section-2-home .container, .container-sm, .container-md {
    max-width: inherit;
}

.section-2-home .row {
  padding: 3rem 0;
}

.section-2-home .text-container {
  padding-top: 1rem;
}

.section-2-home .row-right {
  padding: 0;
  flex-direction: column-reverse;
}

  .section-2-home .col-lg-6 {
      width: 100%;
  }

  .image-section-2-home-a {
      margin-left: -40%;
  }

  .image-section-2-home-b {
      margin-right: -40%;
  }

  .image-section-2-home-c {
      margin-left: -65%;
  }


  /********************/
  /*  Section-3 Home  */
  /********************/


.section-3-home .container {
      width: 100%;
  }

  /*****************/
  /*Header Contatti*/
  /*****************/


  .contact-button  .button-2 {
      width: 100%;
  }


  /*************************/
  /* Section-1 Contatti   */
  /***********************/

  .section-1-contatti {
    padding: 2rem 0 4rem 0;
}


/******************/
/*     Footer     */
/******************/

.footer {
    padding: 1.2rem 0 9rem 0;
}


/***********************/
/*   App Sticky Float  */
/***********************/

.app-sticky .col-app-sticky {
  display: block;
  width: 100%;
}
}


/* Max-width 450px */

@media (max-width: 450px) {
.modal {
    padding-top: 50%;
}

/********************/
/*  Section-3 Home  */
/********************/

.section-3-home {
      background-size: 150%;
      padding: 2rem 0 20rem;
  }
}



/* Min-width 992px */

@media (min-width: 992px) {

    /* Navigation */

    .nav-link-home, .social-container-menu  {
        display:none;
    }

    .navbar {
        padding-top: 1.75rem;
        background-color: transparent;
        border-bottom: none;
        transition: all 0.2s;
    }

    .navbar.top-nav-collapse .nav-link-icon-store {
        width: 125px;
        height: auto;
        margin-right: 0.8rem;
        margin-left: 0.8rem;
        display: block;
    }

    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: #F7B51C;
    }

    .navbar.top-nav-collapse .navbar .nav-item .nav-link {
        margin-top: 0px;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }


    .navbar .nav-item {
        margin: 0px;
    }

    .navbar a {
        color: #ffffff;
    }



    .nav-link-icon-store-secondary-menu {
        width: 125px;
        height: auto;
        margin-right: 0.8rem;
        margin-left: 0.8rem;
        display: block;
    }


    /***********************/
    /* App     Sticky */
    /***********************/


    .app-sticky {
      display: none !Important;
    }
}


/* Min-width 1201px */

@media (min-width: 1201px) {

  .navbar .nav-item {
      padding-right: 2.2rem;
      padding-left: 2.2rem;
  }
}



/* Min-width 1920px */

@media (min-width: 1920px) {

.section-3-home {
  padding: 16rem 0;

}
}