/*Preset globali*/
:root {
    --text: #fff;
    --circle1: #CEEDF1;
    --circle2: #2C99F2;
    --circle3: #0018C6;
    --circle4: #041675;
    --button-radius: 40px;
    --bento-radius:20px;
    --border: #414141;
    --background-dark: #141215;
    --dark-text:#141215;
}
a {
    text-decoration: none;
    color: inherit;
}




body {
    background-color: var(--background-dark);
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    margin-left: 28%;
    overflow-x: hidden;

  
}
p.showcase-subtitle {
    font-size: 16px;
    right: 0 !important;
    text-align: right;
}


body.black {
    background-color: #000;
}

.showcase-card {
    border: solid 1px var(--border) !important;
}



footer.mt-5.py-3.bg-light.dark {
    background-color: #000 !important;
    color: #fff!important;
}

footer.mt-5.py-3.bg-light.dark a{
    color: #fff!important;
    text-decoration: none;
}

.page-button{
    background: #0d6efd;
    border: 1px solid var(--border);
    border-radius: var(--button-radius);
    color: var(--text);
    padding: 15px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 21px;
    font-weight: 500;
    z-index: 999;
    backdrop-filter: blur(3px);
}

.page-button:hover{
    background: rgba(133, 133, 133, 0.28);
}
.white-button{
    background: #d9d9d949;
    border: 1px solid var(--border);
    border-radius: var(--button-radius);
    color: var(--text);
    padding: 10px 10px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 21px;
    font-weight: 500;
    z-index: 999;
    backdrop-filter: blur(3px);
}

.white-button:hover{
    background:#b3b3b349;
}


.absolute-button{
    position: relative;
    top: 40%;
    left: 1%;
}
/*fine Preset globali*/

/*Sidebar*/


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 28%;
    background-color: var(--background-dark);
    display: flex;
    flex-direction: column;
    padding: 20px;
   
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 16%;
}
.sidebar.BUILD .icons-container{
   width:100%; 
}
.admin-language-selector{
    right: 40px;
    position: absolute;
}
.admin-language-selector button{
background-color: transparent;
    border: 1px solid #3e3e3e;
    color: #fff;
}
.admin-language-selector .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #2C99F2 !important;
    background-color: transparent;
    color: #fff;
    border-color: #2C99F2;
}
.thinks4-text {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    padding: 8px 15px;
    border-radius: 30px;
}

.menu-icon {
    color: var(--text);
    font-size: 20px;
}

.logo-section {
    text-align: center;
    margin-bottom: 40px;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    width: 100%;
    max-width: 200px;
}

.email {
    color: var(--text);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
}
.figlio1.BUILD-FIGLIO {
    width: 100% !important;
}

.circles-container {
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--button-radius);
    padding: 10% 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border: solid 1px var(--border);
    margin-top: 15%;
}

.circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 8px solid;
    background-color: transparent;
}

.circle-1 { border-color: var(--circle1); }
.circle-2 { border-color: var(--circle2); }
.circle-3 { border-color: var(--circle3); }
.circle-4 { border-color: var(--circle4); }

.start-button {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--button-radius);
    color: var(--text);
    padding: 15px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 21px;
    font-weight: 500;
}

.start-button:hover {
    background: rgba(255, 255, 255, 0.05);
}

.arrow-icon {
    margin-left: 5px;
}

.side-logo{
    width: 80%;
    
}

/*fine Sidebar*/

/*hero section*/
.hero-section{
    width: 100%;
    height: 100vh;
    padding: 1%;
    
}

.sub-hero{
    
     color: white;
     position: relative;
     margin-top: 10%;
     font-size: 19px;
}

.main-div{
    height: 100%;

}

.blocco1{
    height: 95%;
    width: 70%;
    border-radius: var(--bento-radius);
    background-color: black;
    border: solid 1px var(--border);
    padding: 1%;
    overflow: hidden;
    
}

.blocco2{
    height: 100%;
    width: 30%;
    gap: 1%;
 
}

.main-div{
    display: flex;
    gap: 1%;
}

.figlio1 {
    height: 60%;
    width: 330px;
    border-radius: var(--bento-radius);
    border: solid 1px var(--border);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.figlio2{
    width: 100%;
    height: 40%;
    border-radius: var(--bento-radius);
    background-color: #0B48E1;
    border: solid 1px var(--border);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.computer-vision-p{
    color: var(--text);
    text-transform:capitalize;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

.titolo-home{
    color: var(--text);
    font-size: 160px;
    font-weight: 100;
}

.palla {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle at 20% 50% , 
        #CEEDF1 0%, 
        #001fff 20%,
        #00052a 40%,
        #040c36 60%,
        #000000 70%,
        #000 80%
    );
    box-shadow:
        inset 0 0 50px rgba(206, 237, 241, 0.8),
        inset 20px 0 80px rgba(44, 153, 242, 0.6),
        inset -20px 0 80px rgba(0, 24, 198, 0.5),
        inset 20px 0 300px rgba(44, 153, 242, 0.4),
        inset -20px 0 300px rgba(0, 24, 198, 0.4),
        0 0 50px rgba(206, 237, 241, 0.3),
        -10px 0 80px rgba(44, 153, 242, 0.3),
        10px 0 80px rgba(0, 24, 198, 0.3);
    margin-top: 3%;
    margin-left: 40%;
    position: relative;
    filter: blur(1px);
}

.palla::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, 
        rgba(206, 237, 241, 0.4) 0%,
        rgba(44, 153, 242, 0.2) 20%,
        rgba(0, 24, 198, 0.1) 40%,
        rgba(4, 22, 117, 0.05) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: blur(15px);
    z-index: -1;
}

.description{
    color: var(--text);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.testo-cont{
    gap: 0;
}

/*fine hero section*/

/* process section*/
.process-section{
    width: 100%;
    height: 80vh;
    padding: 1%;
}

.lato1{
    width:30% ;

}

.lato2{
    width: 60%;
    flex-direction: column;
    justify-content: space-around !important;
}

.container.py-4.BUILD.process-tabs {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.main-div-process{
height: 100%;
width: 100%;
background-color: #000;
border-radius: 20px;
border: solid 1px var(--border);
color:#fff;
}
.contact-title,
.showcase-title,
.process-title{
font-weight: 300;
font-size: 48px;
color: #2C99F2;
}

.card-blue {
    background-color: var(--circle4);
    display: flex;
    flex-direction: column;
    padding: 4%;
    border-radius: 8px;
    margin-top: 5%;
    border: solid 1px var(--border);
    
    
}

.card-image{
    padding-top: 5%;
}

.condividi{
    color: var(--text);
    font-weight: 700;
    font-size: 32px;
}

.condividi-desc{
    color: var(--text);
    font-size: 13px;
    font-weight: 300;
}


.section-header {
    border-bottom: 2px solid #dee2e6;
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text);
    transition: color 0.3s ease;
}

.section-header.active h2 {
    color: #2C99F2;
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0 15px;
}

.section-content.show {
    max-height: 500px; /* Adjust based on your content */
    padding: 15px;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon.rotated {
    transform: rotate(180deg);
}

.btn-primary {
    background-color: var(--circle4);
    border: 1px solid var(--border);
    padding: 10px 30px;
    font-weight: bold;
    transition: all .2s linear;
    border-radius: var(--button-radius);
    font-size: 16px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: var(--circle3);
}

.main-div-process.d-flex.BUILD {
    justify-content: space-between;
}

.process-tabs{
    height: 100%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desc-process{
    color: #2C99F2;
    font-size: 15px;
}

h1.process-title {
    padding-bottom: 17%;
}
/* fine process section*/

/*  showcase section*/

.showcase-container {
    background-color: #000;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
}

.showcase-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.showcase-subtitle {
    font-size: 20px;
    color: #666;
    max-width: 400px;
}



.btn-primary:hover {
    background-color: #0018C6;
}

.showcase-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.container {
    padding: 1%;
    margin: 0;
    width: 100% !important;
}

.showcase-card:hover {
    transform: translateY(-5px);
}

.showcase-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    color: white;
    margin: 0;
    font-weight: 500;
}

img.showcase-img {
    min-height: 49vh !important;
}

.solution-img {
    width: 100%;
    border-radius: 20px;
    margin-top: 40px;
}

/*fine  showcase section*/


/*  lets chat section*/
.contact-section {
    background: linear-gradient(90deg, #000 0%, #041675 100%);
    border: 1px solid #002255;
    padding: 60px 40px;
    border-radius: 20px;
    color: white;
    min-height: 300px;
}

.contact-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
}

.col-md-6 {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.contact-info li {
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-subtitle {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 30px;
    text-align: right;
}

.form-control {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 40px;
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
    background: white;
}

.submit-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 40px;
    padding: 12px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.alert {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
    z-index: 1000;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 30px 20px;
    }

    .contact-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .contact-subtitle {
        text-align: left;
        margin-top: 20px;
    }

    .contact-info {
        margin-bottom: 30px;
    }
}



@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .contact-section {
        padding: 30px 20px;
    }

    .contact-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .swiper-slide.thinks4-course-card.green-thinks4.animate-card.swiper-slide-active.animate__animated.animate__flipInY {
        width: 100% !important;
        margin-right: 50% !important;
    }

    .swiper-container {
        padding: 0px !important;
        width: 102% !important;
    }

    .swiper.thinks4-courses-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        margin-top:13% !important;
        padding: 11% !important;
    }

    

    .contact-subtitle {
        text-align: left;
        margin-top: 20px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    button.page-button.absolute-button {
        z-index: auto;
    }
}
/* fine lets chat section*/

@media (min-width: 1400px) {
    .container{
        max-width: none;
    }
}

@media (max-width: 768px) {
    .showcase-container {
        padding: 20px;
    }

    .showcase-title {
        font-size: 36px;
    }

    .showcase-subtitle {
        font-size: 16px;
    }

    .showcase-img {
        height: 200px;
    }

    .card-overlay {
        padding: 15px;
    }

    .btn-primary {
        font-size: 12px;
        padding: 6px 15px;
    }
}

@media (max-width: 576px) {
    .showcase-title {
        font-size: 28px;
    }

    .showcase-card {
        margin-bottom: 20px;
    }
}




@media (max-width: 480px) {
    .process-title {
        font-size: 28px;
    }
    .figlio1 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .condividi {
        font-size: 20px;
    }

    .condividi-desc {
        font-size: 12px;
    }

    .section-header h2 {
        font-size: 1rem;
    }

    .btn-primary {
        width: 100%;
    }
}

/*Fix varie*/
.figlio1.BUILD-FIGLIO img.card-image {
    padding-top: 0;
}

.blocco1.BUILD a {
    color: #fff !important;
    text-decoration: none;
}
.sidebar.BUILD button.start-button.auth-trigger-desktop:hover,
.blocco1.BUILD button.page-button:hover a {
    color: #2C99F2 !important;
}
.sidebar.BUILD button.start-button.auth-trigger-desktop:hover i,
.blocco1.BUILD button.page-button:hover i {
    color: #2C99F2 !important;
}

.figlio1.BUILD-FIGLIO {
    overflow: hidden;
}

.popover{
    background-color: var(--background-dark)!important;
    border: solid 1px var(--border)!important;
    margin-top: 10px!important;
}
.menu-informations a,
.menu-links a{
   color: var(--text)!important;
}
.menu-informations a,
.menu-links a:hover{
    color: #00aced!important;
 }
 .login-btn,
 .logout-btn {
    background-color: #0d6efd!important;
}
.login-btn:hover,
.logout-btn:hover {
    background-color: #00aced!important;
}

.google-btn {
    color: var(--text)!important;
    background: #ba2231!important;
    text-decoration: none;
    border: 1px solid #680000!important;
}
.google-btn:hover {
    color: var(--text)!important;
    background: #ff0019!important;
    border: 1px solid #680000!important;
}
.page-content.col-md-8 {
    padding-bottom: 50px;
}
/*Provvisorio, trova soluzione Christian*/
footer.mt-5.py-3.bg-light.dark {
    display: none;
}


.swiper-home {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    perspective: 1000px;
    background: transparent;
}

.card {
    position: relative;
    width:340px;
    height: 95%;
    background-color: transparent;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    border-radius: 15px;
    border: none;
}

.flip .card {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-front {
    background: linear-gradient(45deg, #1a365d, #2563eb);
    color: white;
    border-radius: 15px !important;
}

.card-back {
    background: var(--circle1) !important;
    color: #333;
    transform: rotateY(180deg);
    border-radius: 15px !important;
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: white;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.card-category {
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
}

.card-description {
    text-align: center;
    line-height: 1.6;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600 !important;
}

.navigation-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 0 0 15px 15px;
    margin: 0 -20px -20px -20px;
}

.card-back .navigation-buttons {
    background: rgba(0,0,0,0.05);
    display: none;
}

.nav-button {
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    z-index: 10;
}

.nav-button:hover {
    background: rgba(255,255,255,0.2);
}

.card-back .nav-button {
    color: #2563eb;
}

.card-back .nav-button:hover {
    background: rgba(0,0,0,0.1);
}

.slide-counter {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.card-back .slide-counter {
    color: #2563eb;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.showcase-container.BUILD{
    border: solid 1px var(--border);
}

.swiper-home{
    padding: 0!important;
}

p.showcase-subtitle {
    color: white;

}

li {
    color: white;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

.card-title{
    margin-bottom: 0 !important;
    font-size: 16px;
}

.container-solution-- {
    min-height: 10vh;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap !important;
    margin-bottom: 5%;
}

@media screen and (max-width:767px) {
    .container-solution{
        flex-direction: column;
    }

    .main-div-process.d-flex.BUILD {
        margin-top: 58% !important;
    }
}


.educational_learning_wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 30px !important;
    justify-content: space-between !important;
}

.educational_learning_card {
    flex: 1 1 calc(25% - 15px) !important;
    min-width: 150px !important;
    aspect-ratio: 1/1 !important;
    border-radius: var(--bento-radius) !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: var(--background-dark) !important;
    transition: all 0.3s ease !important;
}



.educational_learning_card__content {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    background-color: #2a2a2a !important;
}

.educational_learning_card__image {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.educational_learning_card__label {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 8px 25px !important;
    border-radius: 200px 20px 200px 20px !important;
    color: var(--text) !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    z-index: 2 !important;
}

/* Varianti che non si fanno mettere i piedi in testa 😤 */
.educational_learning_card--intro {
    border: 2px solid #98E8C1 !important;
}

.educational_learning_card--instruction {
    border: 2px solid #FFB088 !important;
}

.educational_learning_card--experiment {
    border: 2px solid #FF88B7 !important;
}

.educational_learning_card--share {
    border: 2px solid #88E1FF !important;
}



.educational_learning_card__label--intro {
    background-color: #98E8C1 !important;
}

.educational_learning_card__label--instruction {
    background-color: #FFB088 !important;
}

.educational_learning_card__label--experiment {
    background-color: #FF88B7 !important;
}

.educational_learning_card__label--share {
    background-color: #88E1FF !important;
}

/* Hover effect che spacca tutto 🔥 */
.educational_learning_card:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}

/* Media queries per un responsive che non perdona 📱 */
@media (max-width: 1024px) {
    .educational_learning_card {
        flex: 1 1 calc(50% - 10px) !important;
    }
}

@media (max-width: 576px) {
    .educational_learning_card {
        flex: 1 1 100% !important;
    }
}

.educational_learning_card__image:hover {
    border-radius: 110px 20px 110px 20px !important;
}

/* Solo box-shadow, niente fronzoli! 💪 */
.educational_learning_card--intro:hover {
    box-shadow: 0 0 20px #98E8C1,
                0 0 40px #98E8C1 !important;
                border-radius: 110px 20px 110px 20px !important;
}

.educational_learning_card--instruction:hover {
    box-shadow: 0 0 20px #FFB088,
                0 0 40px #FFB088 !important;
                border-radius: 110px 20px 110px 20px !important;
}

.educational_learning_card--experiment:hover {
    box-shadow: 0 0 20px #FF88B7,
                0 0 40px #FF88B7 !important;
                border-radius: 110px 20px 110px 20px !important;
}

.educational_learning_card--share:hover {
    box-shadow: 0 0 20px #88E1FF,
                0 0 40px #88E1FF !important;
                border-radius: 110px 20px 110px 20px !important;
}
.container-fluid.p-15 {
    padding: 5% !important;
}

@media (min-width:150px) and (max-width:767px){

    .hero-section{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .swiper.thinks4-courses-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 7% !important;
}
.container-fluid.p-15 {
    padding: 0 !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
}
.swiper.base-courses-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 0 !important;
}
.swiper.thinks4-courses-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 0 !important;
}
.swiper .card.course-card {
    width: 100%;
    padding-left: 0 !important;
}
.stats-cards-container {

    display: contents !important;
   ;
}
.stats-dashboard {
    max-height: fit-content !important;
}
.chart-card {
    width: 280px !important;
}
.charts-container {
    height: fit-content !important;
}
h2.welcome-heading {
    margin-top: 10%;
}

    .card-front, .card-back {
        position: absolute;
        width: 100%;
        height: 43%;
        backface-visibility: hidden;
        border-radius: 15px !important;
        padding: 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .figlio1{
        width: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
      
    }

    

    .card {
        width: 100%;}

    .titolo-home{
        color: var(--text);
        font-size: 60px;
        font-weight: 100;
    }

    .computer-vision-p{
        font-size: 15px;
        
    }

    h1.process-title {
        padding-bottom: 0;
    }

    .figlio1.BUILD-FIGLIO {
        height: 90vh;
    }

    section.process-section.BUILD {
        margin-top: 55% !important;
    }

    .page-content.col-md-8 {
        margin: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 0px 10px 50px 10px;
    }

    

    .swiper-slide.swiper-slide-active {
        padding: 0;
    }   

    body{
        margin-left: 0;
        margin-top: 25%;
    }
    .main-div{
        display: flex;
        flex-direction: column;
        padding: 1%;
    }

    .blocco1{
        width: 100%;
        padding: 2%;
    }

    .blocco2{
        width: 100%;
    }

        .section-header {
            padding: 6%;
        }

        .blocco1.BUILD {
            padding: 5%;
        }

        .blocco2.d-flex.flex-column {
            gap: 2% !important;
        }

        section.process-section.BUILD {
            padding: 1% !important;
            margin-top: 8% !important;
        }

        .blocco1.BUILD {
            min-height: 80vh;
        }

        .process-section {
            height: auto;
            padding: 5%;
        }
    
        .main-div-process {
            flex-direction: column;
        }
    
        .lato1, .lato2 {
            width: 100%;
        }
    
        .process-title {
            font-size: 36px;
            padding-bottom: 5%;
        }
    
        .card-blue {
            margin-bottom: 30px;
        }
    
        .condividi {
            font-size: 24px;
        }
    
        .card-image {
            max-width: 100%;
            height: auto;
        }
    
        .process-tabs {
            padding: 2%;
        }
    
        .section-header h2 {
            font-size: 1.2rem;
        }
    
        .white-button {
            width: 100%;
            font-size: 18px;
        }

        .absolute-button {
            position: relative;
            top: 3%;
            left: 1%;
        }

        .process-tabs {
            padding: 8% !important;
        }

        .showcase-container.BUILD {
            padding: 8%;
        }

        p.showcase-subtitle {
            color: white;
            padding: 5%;
        }

        .figlio1.BUILD-FIGLIO img.card-image {
            padding-top: 0;
            position: absolute;
            width: 100%;
            vertical-align: middle;
        }
        .figlio1.BUILD-FIGLIO {
            overflow: hidden;
            display: flex;
            position: relative;
            align-items: center;
        }


        .page-button {
            width: 76%;
        }

        section.BUILD.hero-section {
            min-height: 142vh;
        }

        .blocco-menu {
            margin-top: -70px;
            padding: 30px;
        }

        div#menuOverlay {
            min-height: 100%;
        }

        img.menu-logo {
            padding-top: 12%;
        }
        .menu-left {
            padding: 05%;
        }
        a.menu-links {
            font-size: 30px;
        }

        .menu-links {
            margin-top: 15%;
            
        }

        .contact-info p {
            margin: 0;
            font-size: 10px;
        }


        /* SELETTORE LINGUA  NASCOSTO DA MOBILE*//**//**//**//**//**//**/
        .admin-language-selector {
            display: none;
        }
        /**//**//**//**//**//**//**//**/
}

.active{
    overflow-y: hidden !important;
}


@media screen and (min-width:1024px) and (max-width:1700px) {

    .titolo-home {
        font-size: 86px;
    }

    .blocco2{
        height: 98% !important;
    }

    h2.description {
        font-size: 13px;
    }

    .side-logo {
        width: 62%;
    }

    .email {
        font-size: 11px;
    }

    p.sub-hero {
        font-size: 13px;
    }

    .circle {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 5px solid;
        background-color: transparent;
    }

    .circles-container {
        padding: 6%;
    }

    a {
        font-size: 15px;
    }

    .figlio1.BUILD-FIGLIO {
        width: -webkit-fill-available;
    }

    .swiper-home {
        width: -webkit-fill-available;
    }

    .card {
        width: -webkit-fill-available;
    }

    button.white-button {
        width: 100%;
    }

    p.condividi {
        font-size: 19px;
    }

    .process-section {
        width: 100%;
        height: 91vh;
        padding: 1%;
    }
    button.white-button {
        font-size: 14px;
    }

    .educational_learning_wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 60px ;
        width: 100% !important;
        margin-top: 30px !important;
        justify-content: space-between !important;
    }


    h1.process-title {
        font-size: 34px;
    }
    h1.mb-4.desc-process {
        font-size: 13px;
    }

    .section-header {
        font-size: 12px;
    }

    .showcase-title {
        font-size: 34px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 15px !important;
    }

    p {
        font-size: 12px;
    }

    button.btn.btn-primary.mt-4 {
        font-size: 11px;
    }

    .lato1.BUILD-FIGLIO.d-flex.flex-column.align-items-start.p-4.justify-content-left {
        justify-content: space-between;
    }

    .card-overlay {
        flex-direction: column;
        gap: 10px;
    }

    h2.showcase-title {
        font-size: 29px !important;
    }

    .swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
        padding: 0;
        margin: -17px;
    }

   

    .card-overlay {
        padding: 3%;
    }

    .card-overlay {
        flex-direction: row;
    }

    .educational_learning_card {
       
        min-width: 135px !important;
        
    }
}


@media screen and (min-width:1280) and (max-width:1420){


    .card {
        width: -webkit-fill-available;
    }


    .blocco2 {
        height: 98%;
        width: 35%;
        
    }


    h1.process-title {
        font-size: 45px;
    }

    button.white-button {
        font-size: 14px;
    }

    .card-overlay {
        flex-direction: row;
        text-align: left;
    }

    .card-overlay {
        padding: 3%;
    }

    .page-content.col-md-8 {
        width: 67% !important;
    }

    .educational_learning_card {
       
        min-width: 204px !important;
      
    }

    h1.titolo-home {
        font-size: 74px;
    }

   

    .figlio1.BUILD-FIGLIO {
        width: -webkit-fill-available;
    }
    
}

@media screen and(min-width:1500px){

    .educational_learning_wrapper {
        gap: 60px !important;
    }
}

/*Dashboard studenti*/


.container-stats {
    max-height: 600px !important;
    overflow-y: auto !important;
    background: #202020 !important;
    border-radius: 15px !important;
    padding: 20px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

.card.course-card {
    background: none !important;
}
.h-100 {
    height: 100% !important;
    background: none !important;
}

h2.welcome-heading {
    color: #fff !important;
    font-size: 23px !important;
}

h2.section-heading.mb-4 {
    color: #fff !important;
    font-size: 20px !important;
    margin-top: 7% !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e66b !important;
    margin-bottom: 2% !important;
}



.swiper-slide.swiper-slide-active {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-info {
    flex-direction: column;
}
.social-links {
    justify-content: center;
}
div#menuOverlay .contact-info {
    justify-content: center;
    flex-direction: column;
}

div#menuOverlay .social-links {
    justify-content: flex-start;
}

.footer-widget.footer-links {
    justify-content: flex-start;
    display: flex
;
    flex-direction: column;
    align-items: baseline;
}

.contact-info {
    align-items: baseline;
}

.contact-info {
    align-items: baseline;
    display: flex
;
    flex-direction: row;
}

.swiper-slide.thinks4-course-card.green-thinks4.animate-card.swiper-slide-active.animate__animated.animate__flipInY {
    margin-right: 65px !important;
}

div#swiper-wrapper-3c2c710932b6710561 {
    padding: 1% !important;
}

.course-details .container-fluid.p-15 {
    padding: 30px 0 70px 0 !important;
  }

  .step-title {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    padding-left: 50px;
}

.col-md-3 {
    margin: 0 !important;
    padding: 10px;
}
.card.mb-4 {
    background: #202020;
    width: 100% !important;
}
.card.mb-4 {
    border: 2px solid #4f4f4f9c !important;
}

.card.mb-4 {
    transition: border-color 0.3s ease-in-out;
  }
  img.card-img-top {
    border: solid 2px #75737338;
}
  
  .card.mb-4:hover {
    border-color: #2c99f2 !important;
    animation: smoothPulse 2s ease-in-out infinite;
  }
  
  @keyframes smoothPulse {
    0% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
    25% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    50% {
      box-shadow: 0 0 12px rgba(206, 237, 241, 0.8);
    }
    75% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    100% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
  }
  
  @media (max-width:800px) {
    .col-md-3 {
        padding: 5% 5%;
    }
  }

  .img-fluid, .img-thumbnail {
    max-width: 25% !important;
}
.img-fluid, .img-thumbnail {
    max-width: 100% !important;
    border: solid 2px #ababab;
    border-radius: 12px;
}
.img-fluid, .img-thumbnail {
   
    transition: border-color 0.3s ease-in-out;
  }
  
  .img-fluid:hover, .img-thumbnail:hover {
    border-color: #2c99f2 !important;
    animation: smoothPulse 2s ease-in-out infinite;
  }
  
  @keyframes smoothPulse {
    0% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
    25% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    50% {
      box-shadow: 0 0 12px rgba(206, 237, 241, 0.8);
    }
    75% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    100% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
  }
  
  .wavesurfer-container {
    border: solid 1px #d7d7d71a;
}
.wavesurfer-container:hover {
    animation: smoothPulse 2s ease-in-out infinite;
    border-color:  #2c99f2;
  }
  
  @keyframes smoothPulse {
    0% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
    25% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    50% {
      box-shadow: 0 0 12px rgba(206, 237, 241, 0.8);
    }
    75% {
      box-shadow: 0 0 8px rgba(206, 237, 241, 0.6);
    }
    100% {
      box-shadow: 0 0 4px rgba(206, 237, 241, 0.5);
    }
  }
  
  .allinea{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-singola{
    border: solid 1px #fff;
  }
  .card-singola {
    border: solid 2px #d7d7d76b;
    border-radius: 12px;
    padding: 15px;
    width:24%;
    background: #202020;
}


.card-singola {
    transition: border-color 0.3s ease-in-out;
  }
  
  .card-singola:hover {
    border-color: #2c99f2 !important;
    
  }

  a.btn.btn-secondary.mt-3 {
    background: #0066ff;
    border-radius: 20px;
    padding: 4% 18px;
    font-weight: 600;
    transition: all .2s ease-in-out !important;
}

a.btn.btn-secondary.mt-3:hover{
   background-color: transparent;
   border: solid 1px #0066ff;
   color: #0066ff !important;
}

a.btn.btn-primary.mt-3{
    background: #0066ff;
    border-radius: 20px;
    padding: 4% 18px;
    font-weight: 600;

}

a.btn.btn-primary.mt-3:hover{
    background-color: transparent;
   border: solid 1px #0066ff;
   color: #0066ff !important;

}

@media (max-width:800px) {
    .card-singola {
        width: 84%;
        margin: 4% 5%;
    }
    
}

.row.course-steps {
    display: flex;
    width: 100% !important;
    padding: 2% 4%;
    justify-content: space-between;
}

@media (max-width:800px){
    .row.course-steps {
        display: flex
    ;
        width: 106% !important;
        padding: 18% 10%;
        justify-content: space-between;
        gap: 47px;
    }
}

a.btn.btn-primary.view-substeps {
    display: flex
;
    align-items: center;
    justify-content: center;
}
/**Fixes varie*/
.container-fluid.articleList .sidebar {
    position: relative;
    width: 100%;
}

.container-fluid.articleList .card {
    position: relative;
    width: auto;
    background-color: transparent;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    border-radius: 15px;
    border: none;
}


