@charset "UTF-8";

/* General */


a {
    text-decoration: none !important;
    color: #1B3433;
}



h1 {
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}

.sottotitolo-intro {
    font-size: 10px;
}

.logo-aigae {
    height: 40px;
}

@media only screen and (max-width: 768px) {
    .logo-aigae {
        height: 35px;
    }
}

.sottotitolo {
    font-size: 20px;
    font-family: 'Livvic', sans-serif;
    font-weight: 500;
}

.bg-verde {
    background-color: #1D3434;
}

.text-green {
    color: #1B3433;
}

.bg-brown {
    background-color: #F6F2EA;
}

/* Fonts */

@font-face {
    font-family: 'Lexend';
    src: url('../font/Lexend-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    /* Intervallo dei pesi disponibili */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delightis';
    src: url('../font/Delightis.ttf') format('truetype');
    font-weight: 100 900;
    /* Intervallo dei pesi disponibili */
    font-style: normal;
    font-display: swap;
}

.delightis {
    font-family: 'Delightis', sans-serif;

}

.lexend-regular {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
}

.lexend-medium {
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
}


@font-face {
    font-family: 'Livvic';
    src: url('../font/Livvic-Medium.ttf') format('truetype');
}

.livvic-medium {
    font-family: 'Livvic', sans-serif;
}

@font-face {
    font-family: 'Livvic semibold';
    src: url('../font/Livvic-SemiBold.ttf') format('truetype');
}

.livvic-semibold {
    font-family: 'Livvic semibold', sans-serif;

}



.citazione {
    font-size: 90px;
    line-height: 70px;
}

@media only screen and (max-width: 768px) {
    .citazione {
        font-size: 60px;
        line-height: 50px;
    }
}

p {
    font-weight: 300;
}

/* Navbar */

.nav-logo {
    width: 84px;
}

@media only screen and (max-width: 768px) {
    .nav-logo {
        width: 70px;
    }
}

/* BTN */

/* From Uiverse.io by NelsonDJCR */
.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    overflow: hidden;
    color: #090909;
    padding: 0.65em 1.6em 0.65em 1.6em;
    font-size: 16px;
    border-radius: 0.7em;
    background: #74FB94;
    border-width: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}



.button2>svg {
    height: 27px;
    padding-left: 8px;
    margin-top: -1px;
}


.button2:hover {
    background-color: #90ffaa;
}


/* intro hero */
.first-box {
    height: 550px;
}

.sfumato-bg {
    background: linear-gradient(to bottom,
            #1D3434 2%,
            #324b4b 25%,
            #FFE7AD 100%);
    height: 300px;
}

@media only screen and (max-width: 768px) {
    .sfumato-bg {
        background: linear-gradient(to bottom,
                #1D3434 2%,
                #324b4b 25%,
                #FFE7AD 100%);
        height: 500px;
    }
}

.img-intro {
    width: 600px;
}

.montagna-1 {
    margin-top: -300px;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .montagna-1 {
        margin-top: -100px;

    }
}

.sezione-citazione {
    margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    .img-intro {
        margin-top: 110px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .img-intro {
        width: 520px;
    }
}




/* Chi sono */

.img-dam {
    width: 580px;
}


.card-custom {
    width: 30%;
    /* oppure 320px per una larghezza fissa */
    /* min-width: 250px; */
    flex: 1 1 auto;
    min-height: 250px;
}

@media only screen and (max-width: 768px) {
    .card-custom {
        width: 100%;
        /* oppure 320px per una larghezza fissa */
        /* min-width: 250px; */
        flex: 1 1 auto;

    }
}


.title-card {
    font-size: 20px;
}

.card-escursione {
    width: 100%;
    max-width: 320px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    font-family: 'Lexend', sans-serif;


}

.card-escursione:hover {
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    .card-escursione {
        max-width: 100%;
        border-radius: 20px;
        overflow: hidden;
        background-color: #fff;
        font-family: 'Lexend', sans-serif;
    }
}

.card-img-wrapper {
    position: relative;
    overflow: visible;
    border-radius: 20px;
}

.card-img-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 180px;
}

.card-data {
    position: absolute;
    bottom: -15px;
    right: 15px;
    background-color: white;
    padding: 6px 14px;
    font-weight: bold;
    border-radius: 12px;
    border-width: 1px;
    font-size: 0.95rem;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.card-luogo {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.card-luogo .icon-location {
    margin-right: 6px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 5px 0 10px;
    color: #000;
}

.card-text {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.4;

}

.card-info {
    display: flex;
    font-size: 0.9rem;
    color: #333;
}

.card-info .icon-walk {
    margin-right: 6px;
}

.text-difficolta {
    font-size: 12.5px;
}

.text-info {
    color: #444 !important;
}

.card-img-wrapper {
    position: relative;
    overflow: visible;

}

.card-img-clip {
    overflow: hidden;
    border-radius: 20px;
}

.card-img-clip img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}


.card-escursione:hover .card-img-clip img {
    transform: scale(1.1);

}

/* PAGINA ESCURSIONI */



.partecipazione-card {
    background-color: #f8f4ef;
    border-radius: 1rem;


    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.partecipazione-card-header {
    background-color: #1c3531;
    color: white;
    padding: 0.75rem 1rem;
    font-weight: 600;
}

.partecipazione-card-body {
    padding: 1.5rem;
}

.quota-base {
    font-weight: 600;
}

.quota-prezzo {
    font-weight: 700;
    font-size: 1rem;
}

.divider {
    border-top: 1px solid #2f4f4f2c;
    margin: 0.5rem 0 1rem 0;
}


/* VIDEO YT */
.video-wrapper {
    position: relative;
    width: 640px;
    /* larghezza fissa da desktop */
    max-width: 100%;
    /* limite per evitare overflow */
    margin: 0 auto;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* servizi */
.card-servizi {
    border-radius: 20px;
    min-height: 300px;
}



/* FOOTER */
.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
    color: #333;
}



.footer-description {
    margin-bottom: 20px;
    color: #6c757d;
}


.logo-footer {
    width: 70px;
}

.footer-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #0d6efd;
}

.contact-info {
    margin-bottom: 15px;
    color: #6c757d;
}

.contact-info a {

    color: #6c757d !important;
}



.contact-info i {

    color: #0d6efd;
}

@media (max-width: 767.98px) {
    .footer-col {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-family: 'Lexend', sans-serif;
        font-weight: 600;
        font-size: 42px;
    }
}




/* CONTATTI  */

.contact-section {
    text-align: center;
    padding: 3rem 1rem;
}

.contact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact-divider {
    border-left: 1px solid #6b835f;
    height: 100%;
}

.social-icons a {

    font-size: 2rem;
    margin: 0 0.5rem;
}


.img-anteprima {
    background-size: cover;
}

/* gallery */


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 300px;
    gap: 20px;

}





@media only screen and (min-width: 768px) {
    .item--tall {
        grid-row: span 2;
    }

    .item--wide {
        grid-column: span 2;
    }
}


/* Whatsapp widget */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* paginatore */

.pagination .page-link {
    color: #1D3434;
    border: 1px solid #1D3434;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-link:hover {
    background-color: #1D3434;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #1D3434;
    border-color: #1D3434;
    color: #fff;
}