@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');

:root{

    --bg-color: #306aac;

}


/* Header */

body{
    background: url('/uploads/utile/bg_main.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Bubblegum Sans', cursive;
    color: white;
}

header{
    margin-top: 10rem;
}

main{
    background: var(--bg-color);
    width: min(100% - 15px, 1200px);
    margin: auto;
}

.navbar{
    width: min(100% - 15px, 1200px);
    margin: auto;
    background: var(--bg-color);
    padding: 0;
}

.navbar-brand{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 2rem 0rem;
}

.navbar-brand .logo{
    max-height: 150px;
}

#main-navbar-collapse{
    display: none !important;
    visibility: hidden;
}

.navbar-toggler{
    display: none;
    visibility: hidden;
}

.c-form-success{
    text-align: center;
    text-shadow: 2px 2px #62b9f7;
    font-size: calc(15px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
}

/* Main */

.row_1{
    border-bottom: 1px solid rgba(255, 255, 255, 0.094);;
}

.row_1 .module-code svg{
    max-height: 50px;
    height: 100%;
    width: auto;
}

.row_1 .intro_col{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.row_1 .intro_heading h1{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    text-shadow: 2px 2px #62b9f7;
    margin-top: 0.5em;
}

.row_1 .col_gallery .module-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}

.row_1 .col_gallery .module-text p{
    color: white;
    font-size: calc(8px + 6 * ((100vw - 320px) / 680));
    text-shadow: 1px 1px #62b9f7;
}

.row_1 .col_gallery{
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.row_1 .col_gallery .module-gallery{
    width: min(100% - 15px, 350px);
}

.row_1 .col_gallery .module-gallery figure img{
    max-width: 350px;
    max-height: 350px;
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    border-radius: 150%;
    border: 20px solid #ffffff0f;
}

.slick-initialized .slick-slide{
    overflow: hidden !important;
}
/* 
.row_1 .col_gallery .module-gallery img{
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.row_1 .col_gallery .module-gallery .slick-active img{
    transform: scale(1);
} */


.row_2{
    border-bottom: 1px solid rgba(255, 255, 255, 0.094);;
}

.row_2 .counter_col .module-text h2{
    text-shadow: 2px 2px #62b9f7;
}

.row_2 .counter_col{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.row_2 .counter_col .module-code{
    margin-bottom: 1rem;
}

.row_2 .counter_col .module-code svg{
    max-height: 50px;
    height: 100%;
    width: auto;
}

.row_2 .counter_col .hours_text h2{
    text-shadow: 1px 1px #62b9f7;
}

.row_2 .counter_col ul{
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    font-size: calc(26px + 6 * ((100vw - 320px) / 680));
    text-shadow: 2px 2px #62b9f7;
}

.row_2 .counter_col span{
    margin-right: 5px;
}

.row_3 .info_col{
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.row_3 .info_col .module-image img{
    max-width: 300px;
    max-height: 300px;
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    border-radius: 150%;
    border: 20px solid #ffffff0f;
}

.row_3 .info_col .info_text span{
    color: cyan;
}


.row_3 .info_col .info_text h2{
    border-bottom: 1px solid #ffffff0f;
    text-shadow: 2px 2px #62b9f7;
}

.row_3 .info_col .info_text h3{
    text-shadow: 1px 1px #62b9f7;
}

.row_3 .info_col .info_text a{
    color: cyan;
    font-size: calc(10px + 6 * ((100vw - 320px) / 680));
}

.row_3 .info_col .info_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.row_4{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row_4 .form_col{
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    gap: 40px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #fff;
    align-items: center;
}


.row_4 .form_col .form-group .btn-primary{
    background: cyan;
    color: #000;
    border: 1px solid var(--bg-color);
    padding: 5px 20px;
}

.row_4 .form_col .module-text h3{
    text-shadow: 2px 2px #62b9f7;
}

.row_5 .gallery_col{
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.row_5 .col_text .module-text h2{
    text-shadow: 2px 2px #62b9f7;
}

.row_5 .gallery_col .module-gallery{
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
    place-items: center;
    grid-gap: 20px;
}

.row_5 .gallery_col .module-gallery figure{
    margin: 0;
    padding: 0;
}

.row_5 .gallery_col .module-gallery figure img{
    width: 100vw;
    max-height: 350px;
    height: 100vw;
    object-fit: cover;
}

footer{
    display: none;
    visibility: hidden;
}