/* FONT SIMILE PER P O TESTI PIU' LEGGERI */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;1,100&display=swap');

:root { 
    --main-danger: #dc3746; 
    --main-danger-hover: #aa001e; 
    --main-warning: #ffc305; 
    --main-success: #4baf50; 
    --main-success-hover: #3c8c3c; 
    --main-info: #2396f0; 
    --very-dark-grey: #323232;
    scroll-behavior: initial;

    --main-color: #e6007e;
    --main-grey: #666665;
} 

p {
    font-family: 'Barlow';
    font-weight: 300;
}



html , body {
    max-width: 100%;
    overflow-x: hidden!important;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)!important;
    scroll-behavior: initial;
}
a {
    text-decoration: none;
    color: var(--main-color);
}
a:hover {
    color: var(--main-color);
}
b , strong , .font-weight-bold {
    font-weight: 700!important;
}
p {
    margin: 0!important;
}
.text-justify , .text-justify * {
    text-align: justify!important;
}
.grecaptcha-badge , .super_hidden , .accordion-button::after {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}

.overflow-hidden {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	overflow: hidden!important
}
.preloader {
	background-color: #fff;
	height: 100vh;
	width: 100vw;
	position: fixed;
	overflow: hidden;
	z-index: 2147483647;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.preloader .spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}
.preloader .spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid var(--main-color);
    border-color: var(--main-color) transparent var(--main-color) transparent;
    animation: spinner 1.2s linear infinite;
}
.preloader span {
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: var(--main-color);
}

::-webkit-scrollbar {
	width: 3px!important;
	height: 0!important
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: var(--main-very-dark)
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}

::selection {
	background: var(--main-selection);
}

.ease , .cool_btn::before , .cool_btn::after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.cursor-pointer {
    cursor: pointer!important;
}
.cursor-text {
    cursor: text!important;
}
.text-muted {
    color: var(--body-color-t)!important;
}
* , *:focus {
    outline: none!important;
}

img.white_img {
    filter: brightness(0) invert(1);
}
.main_h2 {
    color: var(--main-color);
    font-weight: 600;
}
.main_subtitle {
    color: var(--main-grey);
    font-weight: 600;
}
.secondary_subtitle {
    font-weight: 600;
}
.bg_first {
    background: var(--main-dark);
}
.bg_second , .footer_section {
    background: var(--main-very-dark);
}
small.small {
    font-size: 60%!important;
    vertical-align: middle;
    opacity: .75;
}
small , .small {
    font-size: 12.5px!important;
}
.footer_link {
    color: #ffffffbf;
}
a.footer_link:not(.cursor-text):hover {
    color: #fff;
}
.eweb_signature {
    font-size: 75%;
    background: #000;
    color: #ffffffbf;;
}
.eweb_signature a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--body-color);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: initial;
    transform: scale(0.75);
    opacity: .5;
    z-index: -1;
    position: relative;
}
.main_color {
    color: var(--main-color)!important;
}
.breadcrumb-item a:hover {
    color: var(--main-very-dark);
}
.a2a_kit i {
    background: var(--main-grey);
    height: 32px;
    width: 32px;
    position: relative;
}
.a2a_kit a:last-of-type i { 
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.a2a_kit i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.a2a_button_facebook:hover i {
    background-color: #1978f0!important;
}
.a2a_button_twitter:hover i {
    background-color: #1ea0f0!important;
}
.a2a_button_pinterest:hover i {
    background-color: #e60023!important;
}
.a2a_button_linkedin:hover i {
    background-color: #2878c8!important;
}
.a2a_button_email:hover i {
    background-color: var(--body-color)!important;
}
.a2a_button_whatsapp:hover i {
    background-color: #05cd50!important;
}
.main-btn , .btn_submit , .btn-theme {
    background: var(--main-color);
    border: none!important;
}
.main-btn:hover , .btn_submit:hover , .btn-theme:hover {
    background: var(--main-very-dark);
}
.open_close_accordion {
    height: 20px;
    width: 20px;
    font-size: 50%;
    background-color: var(--body-color);
}
.accordion-button:not(.collapsed) .open_close_accordion {
    background-color: var(--main-color);
}
.accordion-button:not(.collapsed) .open_close_accordion::before {
    content: "\f068";
}
.open_close_accordion::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.accordion-button:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.accordion-button:not(.collapsed) {
    color: var(--main-color)!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.hide {
    opacity: 0!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}
.full_screen_section {
    /*height: 85vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);*/
}

video {
	display: block;
	height: 75vh;
	object-fit: cover;
    width: 100%;
}

.full_screen_section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75vh;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';   
}
.cool_btn > div {
    z-index: 3;
}
.cool_btn::before , .cool_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90vh;
    z-index: 0;
}
.cool_btn::before {
    border: solid 1px #ffffff80;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
}
.cool_btn:hover::before {
    transform: scale(1);
    opacity: 1;
}
.cool_btn::after {
    background: #ffffff40;
    transform: scale(1);
    opacity: 1;
}
.cool_btn:hover::after {
    transform: scale(0);
    opacity: 0;
}
.move_me {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.75) translateX(0);
}
.move_me::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.cool_btn:hover .move_me {
    transform: translateY(-50%) scale(.75) translateX(15px);
}

/* Cookies banner */

.cookies_banner {
    background: #000;
    z-index: 2147483644;
    max-height: 100vh;
    overflow-y: auto;
}
.cookies_banner.hidden {
    opacity: 0;
    transform: translateY(100%);
}
.cookies_banner_backdrop {
    position: fixed;
    z-index: -2147483647;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000000bf;
    opacity: 0;
    pointer-events: none;
}
body.cookies_open .cookies_banner_backdrop {
    z-index: 2147483643;
    opacity: 1;
    pointer-events: initial;
}
.btn_close_banner , .btn_preferences_cookie , .btn_accept_all_cookie , .btn_cookie_policy , .btn_save_cookies , .close_modal_btn {
    border: none;
    border-radius: 10px;
    line-height: 1;
    text-align: center!important;
}
.btn_close_banner , .btn_preferences_cookie {
    background: var(--very-dark-grey);
}
.btn_accept_all_cookie , .btn_save_cookies {
    background: var(--main-color);
}
.btn_cookie_policy , .close_modal_btn {
    background: #e6e6e6;
    color: var(--body-color)!important;
}
.btn_close_banner:hover , .btn_preferences_cookie:hover {
    background: var(--body-color);
}
.btn_accept_all_cookie:hover , .btn_save_cookies:hover {
    background: var(--main-very-light);
}
.btn_cookie_policy:hover , .close_modal_btn:hover {
    background: #dcdcdc;
}
.btn_close_banner.disabled , .btn_accept_all_cookie.disabled , .btn_save_cookies.disabled {
    opacity: .5;
    cursor: not-allowed;
}
#cookies_modal {
    z-index: 2147483646;
}
.modal-backdrop {
    z-index: 2147483645;
}
.close_cookies_modal {
    color: var(--body-color-t);
}
.close_cookies_modal:hover {
    color: var(--body-color);
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .modal-content {
    border-radius: 15px;
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .border-top {
    border-color: #e6e6e6!important;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2885, 135, 185, 0.25%29'/%3e%3c/svg%3e");
    border-color: var(--main-light);
    box-shadow: 0 0 0 0.25rem var(--main-color-transp);
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#cookies_modal .form-check {
    transform: translate(5px, 5px)!important;
}
.ext_policy {
    color: var(--body-color);
}
.ext_policy:hover {
    color: var(--main-color);
}

/* End of cookies banner */

@media only screen and (min-width: 1200px) {
    .cool_btn > div {
        font-size: 20px;
        letter-spacing: .5px;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-15px);
    }
    60% {
      transform: translateY(-5px);
    }
}


.nav-link {
	font-size: 18px;
	margin-left: 20px;
}

.navbar.nav-w .nav-link {
    color: var(--main-color) !important;
}


.navbar.nav-w {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 5px #d3d3d3;
    z-index: 5 !important;
}

nav.nav-w .container-fluid {
    padding: 0px 30px 0 30px;
    z-index: 5 !important;
}

.navbar {
	transition: .5s all ease;
}

.social_nav a i {
    margin-left: 10px;
    background: var(--main-color);
    font-size: 18px;
    padding: 10px 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;

}

nav .container-fluid {
    padding: 0px 30px 0 30px;
}


.nav-pages nav .container-fluid {
	background: #fff !important;
	box-shadow: 3px 3px 5px #d3d3d3;
}

.nav-pages .nav-link {
	color: #000 !important;
}


.dot_1 {
    height: 150px;
    width: 150px;
    background-color: var(--main-color);
    border-radius: 50%; 
    position: absolute;
    top: -78px;
    left: 5%;
    z-index: 1;
  }

  .dot_2 {
    height: 150px;
    width: 150px;
    background-color: #dddddd;
    border-radius: 50%; 
    position: absolute;
    top: -28px;
    right: 5%;
    z-index: 1;
  }

  .location_section {
      background: var(--main-grey);
      padding-bottom: 100px;
  }

  .bg-eventi {
    background: var(--main-grey) !important;
}

  .col-w {
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      padding: 75px 30px 115px 30px;
      box-shadow: 0px 2px 2px 3px #efefef;
  }

  .col-ev {
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    padding: 75px 30px 115px 30px;
    box-shadow: 0px 2px 2px 3px #efefef;
  }

  .btn__circle, .btn__text {
    position: absolute;
  }

  .btn__circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--main-color);
    transition: 0.3s linear;
  }

  .btn__text {
    white-space: nowrap;
    z-index: 2;
    padding: 14px 30px;
    transition: 0.3s linear;
  }

  .box-area {
      position:absolute;
       top: 0; 
       left: 0; 
       width: 100%; 
       height: 100%; 
       overflow: hidden; 
    }
.box-area li{
    position: absolute; 
    display: block; 
    list-style: none;
    width: 25px; 
    height: 25px; 
    border-radius: 50%;
    background: rgba(230, 0, 126, 0.2);
    animation: animate 20s linear infinite; 
    bottom: -150px;
}

.box-area li:nth-child(1) {left: 86%; width: 80px; height: 80px;  animation-delay: 0s; animation-duration: 15s;}
.box-area li:nth-child(2) {left: 12%; width: 30px; height: 30px; animation-delay: 1s;animation-duration: 10s;}
.box-area li:nth-child(3) {left: 70%; width: 100px; height: 100px; animation-delay: 4s; animation-duration: 8s;}
.box-area li:nth-child(4) {left: 42%; width: 150px; height: 150px; animation-delay: 5s;animation-duration: 15s;}
.box-area li:nth-child(5) {left: 65%; width: 40px; height: 40px; animation-delay: 0s; animation-duration: 9s;}
.box-area li:nth-child(6) {left: 15%; width: 110px; height: 110px; animation-delay: 3s; animation-duration: 10s;}

@keyframes animate {
    0% {transform: translateY(0) rotate(0deg);
    opacity: 1;}

    100% {transform: translateY(-1100px) rotate(360deg);
        opacity: 0;}
} 

.col-grey {
    background: var(--main-grey);
    padding: 75px 30px 115px 30px;
}


.box-content-event {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.overlay-event, .col-grey {
    min-height: 420px;
}

.overlay-event::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5)
}


.date {
    background-color: var(--main-color);
    padding: 8px;
    font-size: 22px;
}

.col-form {
      background: var(--main-color);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      padding: 75px 30px 115px 30px;
      box-shadow: 2px 2px 3px #efefef;
}

.col-form button {
    z-index: 1;
    background-color: transparent;
    border: 0 !important;
    white-space: nowrap;
    z-index: 2;
    padding: 1px 30px;
    transition: 0.3s linear;
    position: absolute
}

.input-form {
    background-color: transparent;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff  !important;
    font-size: 12px !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff  !important;
    font-size: 12px !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff  !important;
    font-size: 12px !important;
  }

  footer {
    box-shadow: 0px 3px 3px 5px #d3d3d3;
  }

  h1 {
      font-size: 60px;
  }

  h2 {
      font-size: 45px;
  }

  h3 {
      font-size: 30px;
  }


  .gallery_location {
      background: var(--main-grey);
      color: #fff !important
  }

  .clienti span {
      font-size: 22px;
      font-family: 'Barlow';
      font-weight: 300;
  }

  @media only screen and (max-width: 768px) {
    h1 {
        font-size:38px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 24px;
    }
    .chi_siamo span img {
        width: 70px !important;
    }
    .dot_1, .dot_2 {
        height: 100px;
        width: 100px;
        z-index: 3;
    }
    .col-w, .col-form {
        position: initial;
        top: 0;
        transform: initial;
    }
    .col-ev {
        position: initial;
        top: 0;
        transform: initial;
    }
    .navbar ul {
        text-align: center !important;
        padding: 20px;
    }
    .social_nav {
        margin-top: 20px;
    }
    p {
        font-size: 14px;
    }
    .section_contact img {
        width: 70% !important;
    }
    nav .container-fluid {
        padding: 5px 5px 0 18px;
    }
    footer .col-md-4 {
        padding-left: 40px !important;
    }

    .navbar.nav-w {
        z-index: 10 !important;
    }
    .gallery_location .w-75 {
        width: 100% !important;
    }
    .chi_siamo h1 {
        line-height: 40px;
        margin-top: 20px;
    }

    .btn__circle {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        background: var(--main-color);
        transition: 0.3s linear;
      }
    
      .btn__text {
        white-space: nowrap;
        z-index: 2;
        padding: 25px 30px;
        transition: 0.3s linear;
        font-size: 18px;
      }

      .col-form button {
        z-index: 1;
        background-color: transparent;
        border: 0 !important;
        white-space: nowrap;
        z-index: 2;
        padding: 10px 30px;
        transition: 0.3s linear;
        position: absolute;
        font-size: 18px;
    }

    video {
        height: 65vh;
    }
    
    .full_screen_section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 65vh;
        background-color: rgba(0, 0, 0, 0.4);
        content: '';   
    }

    .dropdown-menu.show {
        background: transparent !important;
        border: 0px;
        padding: 0 !important;
    }

    .dropdown-item {
        color: var(--main-color);
        background: transparent !important;
    }

    .dropdown-item {
        font-size: 14px !important;
        padding-left: 55px;
        padding-top: 0px;
    }

    ul {
        padding-left: 15px !important;
    } 

    .overlay_loc img {
        height: 300px;
    }

    .location_section {
        padding-bottom: 30px !important;
    }

    .clienti span {
        font-size: 20px;
    }

    .offset-5 {
        margin-left: 0 !important; 
    }
 

   
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .offset-5 {
        margin-left: 0 !important; 
    } 

    .col-w {
      position: initial;
      top: 0;
      transform: initial;
      width: 100%;

    }
    .catering img {
        width: initial !important;
    }
    .col-ev {
        position: initial;
        top: 0;
        transform: initial;
        width: 100%;
    }
    .eventi img {
        width: initial!important;
    }

    .col-form {
      position: initial;
      top: 0;
      transform: initial;
      width: 100%;
    }

    .section_contact img {
        width: 100% !important;
    }

    .dot_1, .dot_2 {
        height: 100px;
        width: 100px;
        z-index: 3;
    }
  
}
.form-check-input:checked {
    background-color: #666665;
    border-color: #666665;
}

.dropdown-item{
    color: var(--main-color);
}

.dropdown-item:hover{
    color: var(--main-color);
    background: #fff;
}

.dropdown-menu {
    border-radius: 0px;
}

ul.dropdown-menu.show {
    left: 27px;
    background: rgba(255, 255, 255, 0.8);
}


.titolo_location_h {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}

.overlay_loc::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, .55);
}


.lb-data .lb-caption {
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
}

