/***********************************************************************************/
/***************************SEZIONE GENERALI****************************************/
/***********************************************************************************/
* {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


body {
    overflow-x: hidden;
}

hr {

    border: 1px solid rgb(120, 120, 120) !important;
    margin: 20px 0 !important;

}


p i {
    margin: 0 10px !important;
}

p a {
    color: white;
    text-decoration: none;
}

.bi {
    color: #64C4DF;
}

#home-icona-whatsapp {
    position: fixed;
    bottom: 6dvh;
    right: 6dvw;
    z-index: 3000;
    height: clamp(2vh, 7vh, 12vh) !important;
    width: auto;
}


/***********************************************************************************/
/*********************SEZIONE PRELOADER********************************************/
/***********************************************************************************/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: relative;
    border: 4px solid rgba(0, 0, 0, 0.1) !important;
    border-left-color: #64C4DF !important;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

#loader-img {
    position: absolute;
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}




/***********************************************************************************/
/***************************SEZIONE HEADER******************************************/
/***********************************************************************************/


#section-header {
    width: 100dvw;
    height: 5dvh;
    background-color: rgb(20, 20, 20);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 100px;

    color: white;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
}

/***********************************************************************************/
/***************************SEZIONE MENU********************************************/
/***********************************************************************************/




#section-menu {
    width: 100dvw;
    height: 10dvh;
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;

}

#section-menu-logo {
    font-size: clamp(1.5rem, 3dvw, 2rem) !important;
    font-weight: bolder;
    margin-left: 50px !important;
    letter-spacing: 11px !important;
    color: rgb(0, 0, 0);
}

.section-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    /* Nasconde il menu */
    transition: transform 0.4s ease-in-out;
}

.section-menu-nav.active {
    transform: translateX(0);
    /* Mostra il menu */
}

.section-menu-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.section-menu-nav ul li a {
    color: white;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 30px 0 !important;

}


.hamburger-menu {
    margin: 0 20px !important;
    margin-top: 3px !important;
    position: relative;
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

.line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin-bottom: 5px !important;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburger-menu.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/***********************************************************************************/
/***************************SEZIONE BANNER********************************************/
/***********************************************************************************/


#section-banner {
    position: relative;
    background-color: #64C4DF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70dvh;
    width: 100dvw;
}

#section-banner-contact {


    position: absolute;
    top: 10%;
    left: 5%;

    width: 55%;
    height: 80%;
    z-index: 1;
    background-color: #2ab8e0;
    box-shadow: 0 0 30px 1px rgba(20, 20, 20, 0.5);

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#section-banner-image {

    position: absolute;
    top: 5%;
    right: 5%;

    box-shadow: 0 0 30px 1px rgba(20, 20, 20, 0.25);

    width: 50%;
    height: 90%;
    object-fit: cover;
}

#section-banner-image-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


#section-banner-contact i {
    color: white !important;
    height: 1rem;
    width: 1rem;
}

#section-banner-contact p {
    font-size: clamp(0.9rem,2dvw,4rem);
}


#section-banner-contact-headset {
    color: white !important;
    font-size: clamp(5rem, 10dvw - 4rem, 8rem);
}


/***********************************************************************************/
/******************************SEZIONE ABOUT****************************************/
/***********************************************************************************/
#section-about {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    width: 100dvw;

}

#section-about-image {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-about-image-container {
    position: relative;
    width: 30vw;
    box-shadow: 0 0 100px 1px rgb(182, 182, 182);
}

#section-about-image-container-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}


#section-about-image-container-years {
    position: absolute;
    bottom: -60px;
    right: -60px;
    background-color: rgb(100, 196, 223);
    height: 14rem;
    width: 14rem;
    border-radius: 50%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;

}

#section-about-image-container-years h2 {
    color: white;
    font-size: clamp(2rem, 5dvw, 4rem);
    font-weight: bolder;
    margin: 0;
}

#section-about-image-container-years p {
    color: white;
    font-weight: bolder;

}

#section-about-text {
    height: 100%;
    width: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 60px !important
}

#section-about-text-title {
    color: #64C4DF;
    text-transform: uppercase;
    letter-spacing: 11px;
    font-size: 4dvh !important;
}

#section-about-text-description {
    margin: 20px 0 !important;
}

/***********************************************************************************/
/******************************SEZIONE PLACES***************************************/
/***********************************************************************************/
#section-places {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    width: 100dvw;
    background-color: #64C4DF;
    font-size: clamp(0.7rem, 2dvw, 1rem);

}

.section-places-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    background-color: #2ab8e0;
    padding: 30px !important;
    margin: 2rem 0 !important;
    box-shadow: 0 0 50px 1px rgb(20, 20, 20, 0.5);
    border-radius: 2px;
}

.section-places-container hr {
    border-color: white !important;
}

.place {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

.place-title {
    text-align: center;
    margin-bottom: 0.5rem !important;
    color: white;
}

.place-description-text {
    margin: 10px 0 !important;
    color: white;
}


#section-places i {
    color: white;
}

.map {
    box-shadow: 0 0 20px 1px rgb(20, 20, 20, 0.5);
}


@media (max-width: 1540px) {
    .map {
        display: none !important;
    }

    .place {
        align-items: center !important;
        justify-content: center !important;
    }

    .section-places-container {
        width: 90%;
    }
}

/***********************************************************************************/
/****************************SEZIONE FOOTER*****************************************/
/***********************************************************************************/


#footer {
    height: 100dvh;
    width: 100dvw;
    background-color: rgb(20, 20, 20);
    position: relative;
    display: flex;
    flex-direction: column;
    color: rgb(120, 120, 120);

}

#footer-content {
    position: absolute;
    top: calc(5dvh + 10dvh);
    left: 20%;
    height: 40%;
    width: 60%;
    background-color: rgb(20, 20, 20);
    border: 10px solid rgb(120, 120, 120) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 1559px)
{
    #footer-content
    {
        left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 1050px)
{
    #footer-content
    {
        flex-direction: column;
    }
}

#footer-content-2 {
    padding-top: 5vh !important;
    position: absolute;
    top: calc(5dvh + 10dvh + 40% + 10px);
    left: 2%;
    height: 40%;
    width: 96%;

}