/*!
 * Powered by Iktome Adv
 * All rights reserved - Iktome Adv
 * Iktome Style
 */
 
 
 
/*BODY*/

html{
    overflow-x:hidden;
}

body{
    overflow-x:hidden;
}

.body-black {
    background:#141414;
    background-image: url(../img/background-nero@2x.jpg);
    background-size: 600px;
}


.body-blue {
    background-image: url(../img/background-celeste@2x@2x.jpg);
    background-size: 600px;
}

.wrapper{
    margin-top: 6.6rem;
}



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}



/*NAVBAR*/

.nav-iktome {
    height: 100px;
    width: 100%;
    position: fixed;
    top: -5px;
    left: 0;
    z-index: 1000;
    padding-top: 0;
    background: linear-gradient(to right, #b2b7c300 50%, #00ebf7 50%);
    transition: 0.2s;
    background-size: 200% 100%;
    background-position: left bottom;
}

.brand-iktome{
    z-index: 1001;
    mix-blend-mode: difference;
}

.brand-iktome > img {
    width: 5rem;
    mix-blend-mode: difference;
}

.brand-iktome > svg {
    width: 5rem;
    transition:0.3s;
}

.nav-container-iktome {
    border-bottom: 1px solid #00effb40;
    padding-bottom: 1.25rem;
    padding-top: 1rem;
}


.nav-iktome-b {
    height: 100px;
    width: 100%;
    position: fixed;
    top: -5px;
    left: 0;
    z-index: 1000;
    padding-top: 0;
    background: linear-gradient(to right, #b2b7c300 50%, #171717 50%);
    transition: 0.2s;
    background-size: 200% 100%;
    background-position: left bottom;
}


.nav-container-iktome-b {
    border-bottom: 1px solid #00000040;
    padding-bottom: 1.25rem;
    padding-top: 1rem;

}

.active-menu-scroll{
        background-position: right bottom !important;
}


.nav-iktome-section-contact {

    background: #171717;
    transition:0.2s background;

}




.web-menu > li{
    font-family:'Red Hat Mono';
    margin: 0px 15px;
}

.web-menu .nav-link {
    color: #ffffff5c;
    font-size: 16px;
    transition: 0.5s all;
    font-weight: 500;
}

.active-menu-scroll .web-menu .nav-link {
    color: #fff;
}

.active-menu-scroll .web-menu .nav-link:hover{
    color: #171717;
}

.active-menu-scroll .web-menu .nav-link.active{
    color: #171717 !important;
}

.web-menu .nav-link:hover{
    color: #00ebf7;
}

.active{
    color: #00ebf7 !important;
}


.active-menu-scroll .web-menu-b .nav-link {
    color: #ffffff5c;
}

.active-menu-scroll .web-menu-b .nav-link:hover{
    color: #00ebf7;
}

.active-menu-scroll .web-menu-b .nav-link.active{
    color: #00ebf7 !important;
}


.active-menu-scroll .brand-iktome > svg {
    fill: #00ebf7;
}

.svg-b{
    fill: #00ebf7;
}

.web-menu-b > li{
    font-family:'Red Hat Mono';
    margin: 0px 15px;
}

.web-menu-b .nav-link {
    color: #1717176e;
    font-size: 16px;
    transition: 0.5s all;
    font-weight: 500;
    mix-blend-mode: difference;
}

.web-menu-b .nav-link:hover{
    color: #171717;
}

.web-menu-b .nav-link.active{
    color: #171717 !important;
}


.mobile-menu{
    display:none;
}


.show-menu-mobile {
    display:none;
}


/*TITLE*/


.section-title {
    background-image: url(../img/background-schema-1@2x.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: top right;
    min-height: 25rem;
    margin-top: -0.8rem;
}


.section-title-page {
    min-height: 20rem;
    margin-top: -0.8rem;
}

.title-page{
    margin: 5rem 0px;
    margin-bottom:3rem;
}

.p-home{
    font-family: 'Red Hat Mono';
    color: #ffffffa1;
    font-size: 16px;
}


.title-page > h1{
    font-family: 'Red Hat Mono';
    color: #fff;
    font-size: 65px;
}

h1 > span{
    padding: 0px 10px;
    color: #00ebf7;
    background: linear-gradient(to left, #b2b7c300 50%, #00ebf7 50%);
    transition: 0.3s;
    background-size: 200% 100%;
    background-position: right bottom;
}




.breadcrumb-iktome {
    font-family: 'Red Hat Mono';
    color: #ffffff4f;
    font-size: 13px;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}


.breadcrumb-iktome > span{
    color: #fff;
}


.breadcrumb-iktome-b {
    font-family: 'Red Hat Mono';
    color: #fff;
    font-size: 13px;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}


.breadcrumb-iktome-b > span{
    color: #171717;
}


.title-page-b{
    margin: 5rem 0px;
}


.title-page-b > h1{
    font-family: 'Red Hat Mono';
    color: #171717;
    font-size: 65px;
}

.title-page-b > h1 > span{
    padding: 0px 10px;
    color: #fff;
    background: linear-gradient(to left, #b2b7c300 50%, #171717 50%);
    transition: 0.3s;
    background-size: 200% 100%;
    background-position: right bottom;
}


.categories-iktome {
    color: #00ebf7;
    letter-spacing: 3px;
    font-family: 'Red Hat Mono';
}


.active-span-scroll {
    background-position: left bottom !important;
    color: #171717;
}






/*DESCRIPTION PAGE*/


.description{
    color:#fff;
    font-family: 'Red Hat Mono';
}

.description-b{
    color:#171717;
    font-family: 'Red Hat Mono';
}





/*FILTER*/

.filter-select{
    
}

.filter {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}


.item-filter {
    font-family: 'Red Hat Mono';
    margin: 0px 3rem;
    font-size: 16px;
    color: #00ebf77a;
    cursor:pointer;
}


.item-filter:first-child {
  margin-left: 0px;
}



.item-filter:hover{
    color: #00ebf7;
}

.grid-filter{
display: flex;
    flex-wrap: wrap;
}

.dot-square{
    padding: 20px;
    position:relative;
    margin-bottom: 1rem;
}

.dot-square > img{
    width:100%;
    position: absolute;
    left: 0;
    padding: 20px 40px;
}


.start {
    position: absolute;
    background: #171717;
    margin: auto;
    font-family: 'Red Hat Mono';
    z-index: 9999999;
    color: #00ebf7;
    border: 3px solid #00ebf7;
    padding: 10px;
    width: 60%;
    font-weight:bold;
    bottom: 0rem;
    text-align: center;
    text-decoration: none;
    left: 20%;
    font-size:13px;
    z-index: 999;
    transition:0.5s all;
}
.start:hover{
    color: #171717;
    background: #00ebf7;
}

.info-case > p{
    text-align: center;
    font-family: 'Red Hat Mono';
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0.25rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.category-case{
    color: #00ebf7 !important;
    text-transform: lowercase !important;
    font-weight: normal !important;
    letter-spacing: 3px !important;
    font-size: 13px !important;
    margin-bottom: 1rem !important;
}


/*PACMAN*/

.pacman {
    position: absolute;
    pointer-events: none;
    margin-left: -12.5px;
    margin-top: -12.5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: transparent;
    cursor: none;
    z-index: 998;
    top: 95%;
    left: 50%;
}

.pacman > img{
    width:100%;
}




.rotate-up{
  transform:rotate(90deg);
    transition:0.1s transform linear;
}




.rotate-right{
  transform:rotate(180deg);
    transition:0.1s transform linear;
}




.rotate-bottom{
  transform:rotate(270deg);
    transition:0.1s transform linear;
}


.rotate-left{
  transform:rotate(360deg);
    transition:0.1s transform linear;
}






/*GALLERY CASE*/

.totem-case > img{
    width:100%;
}


.gallery-case {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #111111ad;
    display:none;
}


.img-totem{
    cursor:pointer;
}

.controls{
    display: flex;
    height: calc(100% - 32px);
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 11;
    margin: auto 8rem;
}


/*.button-c {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    color: #00ebf7;*/
/*    padding: 2px 5px;*/
/*    border: 2px solid;*/
/*    transition:0.5s all;*/
/*    background: #171717;*/
/*    cursor:pointer;*/
/*}*/


.button-c {
    width: 32px;
    line-height: 20px;
    font-size: 25px;
    height: 32px;
    text-align: center;
    color: #00ebf7;
    padding: 2px 0px;
    border: 2px solid;
    transition: 0.5s all;
    background: #171717;
    cursor: pointer;
}


.button-c:hover{

    background: #00ebf7;
    color:#171717;
}

.images-gallery{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.box-image-gallery {
    width: 80%;
    top: 0rem;
    display: flex;
    height: 42rem;
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

.box-image-gallery > img{
    height:100%;
    max-width: 100%;
    position: absolute;
    display:none;
}


.close-gallery {
    width: 32px;
    height: 32px;
    right: 9rem;
    /* text-align: center; */
    border: 2px solid;
    color: #00ebf7;
    /* font-size: 18px; */
    padding: 0px;
    /* line-height: 23px; */
    background: #171717;
    cursor:pointer;
}


    .close-gallery.change .bar-1 {
      -webkit-transform: rotate(45deg) translate(6px, 6px);
      transform: rotate(45deg) translate(6px, 3px);
      width: 80%;
      transition: 0.5s;
    }
    
    .close-gallery.change .bar-3 {
      -webkit-transform: rotate(-45deg) translate(0px, 0px);
      transform: rotate(-45deg) translate(3px, 0px);
      width: 80%;
      transition: 0.5s;
    }

    
    .close-gallery .bar-1{
        height: 3px;
        background: #00ebf7;
        width: 100%;
        transition: 0.5s;
        margin: 6px 0;
    }
    
    .close-gallery .bar-3{
        height: 3px;
        background: #00ebf7;
        width: 100%;
        transition: 0.5s;
        
    }
    

.controls-close {
    display: flex;
    height: 32px;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
    align-items: flex-start;
    z-index: 11;
    margin: auto 8rem;
    margin-top: 1.5rem;
}




/*SECTION CONTACT*/


.section-contact{
    min-height: 300px;
    background: #00ebf7;
    margin-right: 0;
    max-width: calc(100% - 8vw);
    margin-top: 4rem;
    position: relative;
    padding-top: 6rem;
    padding-left: 6rem;
}






.phone-bg{
    position: absolute;
    right: 0;
    top: 3%;
}

.phone-bg > img{
    width: 100%;
    float: right;
}




.section-contact .row .col-12 > h2 {
    font-size: 50px;
    font-family: 'Red Hat Mono';
}


.section-contact .row .col-12 > h2 > span{
    
padding: 0px 10px;
    
background: #171717;
    
color: #00ebf7;
}

.info-tel {
    text-align: center;
    background: #171717;
    color: #00ebf7;
    font-family: 'Red Hat Mono';
    padding: 10px 0px;
}



/*FORM CONTATTI*/


form{
    position:relative;
}

.loader-form{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    opacity: 0;
    transition: 0.2s;
    background: #00000045;
    visibility: hidden;
    z-index: 2;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.load-pacman > img{
    
}

*:focus {
    outline: none;
}

::placeholder {
  color: #171717;
  font-weight:500;
}

.col-input{
    position:relative;
}

.iktome-input {
    background: transparent;
    border: 0;
    font-family: 'Red Hat Mono';
    color: #171717;
    border-bottom: 2px solid;
    width: 100%;
    font-weight: 500;
    margin-bottom: 2rem;
    transition:0.5s all;
    position:relative;
    z-index:1;
    border-radius: 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #171717;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.error-form {
    color: #fff !important;

}


.error-input{
    width: 100%;
    height: 100%;
    position: absolute;
}


.require-error::after {
    content: 'Campo richiesto';
    position: absolute;
    font-size: 13px;
    right: 50%;
    opacity: 0;
    font-family: 'Red Hat Mono';
    transition:0.2s;
    color:#fff;
}

.require-error.show-error::after {
    right: calc(0% + 2rem);
    opacity: 1;
}


.email-error::after {
    content: 'Campo errato';
    position: absolute;
    font-size: 13px;
    right: 50%;
    opacity: 0;
    font-family: 'Red Hat Mono';
    transition:0.2s;
    color:#fff;
}

.email-error.show-error::after {
    right: calc(0% + 2rem);
    opacity: 1;
}


.format-error::after {
    content: 'File non valido';
    position: absolute;
    font-size: 13px;
    right: 50%;
    opacity: 0;
    font-family: 'Red Hat Mono';
    transition:0.2s;
    color:#fff;
}

.format-error.show-error::after {
    right: calc(0% + 2rem);
    opacity: 1;
}


.iktome-area {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid;
    font-family: 'Red Hat Mono';
    font-weight: 500;
    margin-bottom: 2rem;
    transition:0.5s all;
    position:relative;
    z-index:1;
    border-radius: 0;
}

.iktome-button {
    border: 0;
    background: #171717;
    font-size: 17px;
    font-weight: 500;
    color: #00ebf7;
    text-transform: lowercase;
    font-family: 'Red Hat Mono';
    padding: 5px 20px;
}


.label-file {
    background: black;
    color: #02f2fe;
    cursor: pointer;
    padding: 10px;
}







/*FOOTER*/

.pre-footer{
    border-bottom: 1px solid #00effb40;
    padding-bottom: 2rem;
}

.pre-footer-b{
    border-bottom: 1px solid #00000040;
    padding-bottom: 2rem;
}


.footer-info > h5 {
    color: #00ebf7;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: lowercase;
    font-family: 'Red Hat Mono';
}


.footer-info > p {
    color: #fff;
    font-weight: normal;
    font-family: 'Red Hat Mono';
    font-size: 14px;
    margin-bottom: 0.7rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-info > p > a{
    color: #fff;
    text-decoration:none;
}



.copyright {
    color: #ffffff70;
    font-family: 'Red Hat Mono';
    font-size: 13px;
    font-weight: 500;
}

.copyright > a{
    color: #ffffff70;
    text-decoration:none;
}



.footer-info-b > h5 {
    color: #171717;
    font-size: 17px;
    font-weight: normal;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: lowercase;
    font-family: 'Red Hat Mono';
}


.footer-info-b > p {
    color: #171717;
    font-weight: normal;
    font-family: 'Red Hat Mono';
    font-size: 14px;
    margin-bottom: 0.7rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-info-b > p > a{
    color: #171717;
    text-decoration:none;
}



.copyright-b {
    color: #1717176e;
    font-family: 'Red Hat Mono';
    font-size: 13px;
    font-weight: 500;
}

.copyright-b > a{
    color: #1717176e;
    text-decoration:none;
}





/*LOADER*/


.loaderGif {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
    height: 10rem;
}

#PageLoad{
    background-color: #000000;
    z-index: 9999999999;
    position: fixed;
    display: flex;
    width: 100%;
    top: 0;
    height: 100%;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}




.unload{
opacity: 0;
visibility: hidden;
transition: 0.5s linear;
}







/*GENERIC CLASS*/


.no-padding{
    padding:0px;
}

.m-t-2{
    margin-top:2rem;
}

.m-t-3{
    margin-top:3rem;
}

.m-t-5{
   margin-top:5rem; 
}

.m-b-5{
   margin-bottom:5rem; 
}
.m-t-10{
   margin-top:10rem; 
}


.m-b-1{
   margin-bottom:1rem; 
}


.hide{
    display:none;
}

.show{
    display:block !important;
}



.mobile{
    display:none;
}



a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}




/*EFFECTS*/

.animate__animated{
    animation-duration: 0.4s;
    --animate-delay: 0.4s;
}






/*TEAM*/

.img-team{
    width: 100%;
    filter: grayscale(1);
    transition:0.5s all;
}

.img-team:hover{
    filter: none;
}







.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4!important;
    grid-row: 1/4!important;
    grid-template-columns: 1fr 99fr 1fr;
    padding: 1em;
    overflow-y: hidden;
    color: #00ebf7 !important;
    background: #111 !important;
    box-shadow: 0 0 1px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 8%), 1px 2px 4px rgb(0 0 0 / 8%), 1px 3px 8px rgb(0 0 0 / 8%), 2px 4px 16px rgb(0 0 0 / 8%);
    pointer-events: all;
    border-radius: 0;
}


.swal2-timer-progress-bar {
    background: rgb(0 235 247) !important;
}


.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto!important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 0 !important;
}



input#file-upload-button {
    background:#000;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
}


.form-check-input:checked {
    background-color: #171717;
    border-color: #171717;
}


.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #171717;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #02f2fe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid rgb(23 23 23);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}


.form-check-label{
    font-family: 'Red Hat Mono';
    font-weight: 500;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(/assets/img/checkbox.svg);
    background-size: 10px 10px;
}

.windows-cookie {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff12;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    transition:0.5s;
}



.open-windows-cookie{
    opacity: 1;
    visibility: visible;
}


.cookie-banner {
    z-index: 9;
    width: 70%;
    transition: 0.5s;
    border: 5px solid #000;
    box-shadow: inset 0px 0px 0px 2px #02f2fe;
    background: #000;
    padding-top:0;
    position: relative;
    padding-bottom:2.5rem;
    display: none;
}

.open-b-cookies{

    bottom:0;
}

.head-cookies{
    margin: 4px;
    background: #838383;
    margin-bottom: 2rem;
    padding: 0rem 2rem;
    border: 2px solid #838383;
    box-shadow: inset 0px 0px 0px 2px #000;
}

.head-cookies>h4{
    margin: 0.3rem 0rem;
    font-size: 20px;
    font-family: 'Red Hat Mono';
}

.content-cookie-banner{
    padding: 0 2.5rem;
    font-family: 'Red Hat Mono';
    color: #00ebf7;
}

.content-cookie-banner > h4{
    
}

.content-cookie-banner > p{
    
    color: #fff;
    font-size: 14px;
    
}

.button-cookie{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 35px;
}


.accept-cookie {
    background: #02f2fe;
    appearance: none;
    border: 0;
    box-shadow: inset 0px 0px 0px 2px black;
    color: #161616;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid #02f2fe;
    text-transform: lowercase;
    font-family: 'Red Hat Mono';
    padding: 0px 20px;
    transition:0.5s;
}

.accept-cookie:active{
    box-shadow: inset 0px 0px 20px 20px black;
    color: #02f2fe;
}


.refuse-cookie {
    background: #838383;
    appearance: none;
    color: #101010;
    border: 1px solid #838383;
    box-shadow: inset 0px 0px 0px 2px black;
    font-weight: 500;
    margin-right: 10px;
    transition:0.5s;
    font-size: 17px;
    text-transform: lowercase;
    font-family: 'Red Hat Mono';
    padding: 0px 20px;
}

.refuse-cookie:active{
    box-shadow: inset 0px 0px 20px 20px black;
    color: #838383;
    
}

.close-cookies {
    position: absolute;
    top: 0.5rem;
    display: flex;
    height: 29.5px;
    width: 29.5px;
    right: 0.5rem;
    padding: 0;
    border: 2px solid #02e3ee;
    background: #02e3ee;
    box-shadow: inset 0px 0px 0px 2px black;
    flex-direction: row;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition:1s;
}

.close-cookies:active{
    box-shadow: inset 0px 0px 20px 20px black;
    color: #02f2fe;
}




.close-cookies >svg{
    transform: rotate(45deg);
    color:#000;
    transition:1s;
}

.close-cookies:active>svg{
    color: #02f2fe;
}
/*TEST*/


