/* For Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px; /* width of the entire scrollbar */
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(95, 95, 97); /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 1px solid rgb(255, 255, 255); /* creates padding around scroll thumb */
}

/* For Firefox */
body {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: rgb(95, 95, 97) rgb(255, 255, 255); /* scroll thumb and track */
}


section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#meet-mobile{
    display: none;
}
#meet img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: none;
}

.contri-small-fonts{
    font-size: 15px;
    margin-top: 15px;
    padding: 1px;
    /* background-color: #91E0FD;
    background: linear-gradient(90deg, rgba(145, 224, 253, 1) 0%, rgba(0, 212, 255, 0) 71%); */
}
#meet .meet-title {
    position: absolute;
    
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */

    bottom: 29%;
    left: 50px;
    /* font-size: 66px; */
    /* font-size: clamp(1rem, 0.3243rem + 3.3784vw, 4.125rem); */
    font-size: clamp(1.25rem, 0.1689rem + 5.4054vw, 6.25rem) !important;
    color: white;
    z-index: 3;
    width: 500px;
    font-family: Roboto,sans-serif;
    font-weight: 600;
}

#meet .meet-titles {
    position: absolute;
    bottom: 18%;
    left: 50px;
    /* font-size: 66px; */
    /* font-size: clamp(1rem, 0.3243rem + 3.3784vw, 4.125rem); */
    font-size: clamp(1.25rem, 0.1689rem + 5.4054vw, 6.25rem) !important;
    color: white;
    z-index: 3;
    width: 500px;
    font-family: Roboto,sans-serif;
    font-weight: 600;
}


#meet .meet-bg-left {
    background-image: url('../img/vasquez-proud/page 1/left2.JPG');
    width: 57.1%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: -120px 60%;
    position: absolute;
    margin-left: auto;
    left: 0;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%); */
    clip-path: polygon(0 0, 93% 0, 70% 100%, 0% 100%);
}


#meet .meet-bg-left div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.339);
    z-index: 2;
}

#meet .meet-bg-right {
    background-image: url('../img/vasquez-proud/page 1/rigth1.JPG');
    width: 60%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 30%;
    position: absolute;
    margin-left: auto;
    right: 0px;
    z-index: 0;
}

.meet_top_overlay {
    background-image: url('../img/vasquez-proud/page 2/bg.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}

/* Page 2 */
.left-img {
    position: absolute;
    background-size: cover;
    width: 40%;
    min-width: 450px;
    height: 100%;
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.right-con {
    position: absolute;
    width: 55%;
    height: 100%;
    /* top: 0; */
    bottom: 0;
    right: 10px;
    /* padding-top: 40px; */
    font-size: clamp(0.625rem, -0.625rem + 4vw, 3.125rem);
}

.name {
    color: #48ACD0;
    /* font-size: 45px; */
    font-size: clamp(1rem, 0.5405rem + 2.2973vw, 3.125rem);
    font-weight: 900;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding-top: 10%;
}

.position {
    /* font-size: 26px; */
    font-size: clamp(0.75rem, 0.5608rem + 0.9459vw, 1.625rem);
    background-color: #D3E7FF;
    width: fit-content;
}

.contri {
    /* font-size: 20px; */
    font-size: clamp(0.6875rem, 0.5118rem + 0.8784vw, 1.5rem);
    margin-top: 15px;
    padding: 10px;
    /* background-color: #91E0FD;
    background: linear-gradient(90deg, rgba(145,224,253,1) 0%, rgba(0,212,255,0) 71%); */
}

/* Page 3 */
.right-img {
    position: absolute;
    background-size: cover;
    right: 0;
    width: 40%;
    height: 100%;
    min-width: 450px;
    /* clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); */
    clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}

.left-con {
    position: absolute;
    width: 55%;
    height: 100%;
    /* top: 0; */
    left: 50px;
    font-size: clamp(0.625rem, -0.625rem + 4vw, 3.125rem);
}

/* Page 4 */
#meet-p4 .left-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); */
    clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}

#meet-p6 .left-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); */
    clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}

/* Page 7 */
.left-card {
    position: absolute;
    padding: 40px;
    /* padding: 50px; */
    font-size: clamp(0.625rem, 0.0439rem + 2.9054vw, 3.3125rem);
    left: 0;
    width: 50%;
    height: 100%;
}

.title {
    /* font-size: 45px; */
    font-size: clamp(0.75rem, 0.2635rem + 2.4324vw, 3rem);
    font-weight: bold;
    color: #37ABCC;
    font-family: Roboto,sans-serif;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 5px;
}

.context {
    /* font-size: 20px; */
    font-size: clamp(0.875rem, 0.7399rem + 0.6757vw, 1.5rem);
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.right-card {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item {
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* Page 8 */
.rights-card {
    position: absolute;
    padding: 40px;
    /* padding: 50px; */
    font-size: clamp(0.625rem, 0.0439rem + 2.9054vw, 3.3125rem);
    right: 0;
    width: 50%;
    height: 100%;
}

.lefts-card {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

@media screen and (max-width: 900px) {
    .container__footer {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .footer-details {
        display: grid;
        grid-template-columns: 1fr; 
    }
    
    .container__footer {
        padding: 80px 30px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .footer-details {
        display: flex;
        flex-direction: row;
    }
    
    
    .footer-links {
        margin-top: 20px;
        font-size: 12px;
    }
    
    .footer-contact {
        margin-top: 20px;
        font-size: 12px;
    }
    
    .footer-img {
        width: 120px;
    }
    
    .footer-copyright {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px){
    #meet .meet-bg-left div {
    display: none;
    }

    /* #meet .meet-title {
        display: none;
    } */

    #meet .meet-bg-right {
        display: none;
    }

    #meet .meet-bg-left {
        display: none;
    }

    /* #meet {
        display: none;
    } */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#meet-leaders{
    display: none;
}
#meet-leaders .leader{
    display: none;
}

.box img {
    display: none;
}
.names {
    color: #48ACD0;
    display: none;
}
.namesinfo {
    
    display: none;
}
.names-team{
    display: none;
}

#meet-leaders .mobilecausel{
    display: none;
}

@media screen  and (min-width: 320px) and (max-width: 1025px) {
    .navbar-logo {
        display: none;
    }
    #meet-leaders{
        display: block;
        z-index: 1;
    }
    #meet-leaders .mobilecausel{
        display: block;
        z-index: 1;
    }
   
    #meet-leaders .leader{
        display: block;
    }

    .box img {
        display: block;
    }
    .names {
        color: #48ACD0;
        display: block;
    }
    .namesinfo {
        display: block;
    }
    .names-team{
        display: block;
    }
    .slide-image{
        display: none;
    }


    #meet-p2{
        display: none;
    }
    #meet-p3{
        display: none;
    }
    #meet-p4{
        display: none;
    }
    #meet-p5{
        display: none;
    }
    #meet-p6{
        display: none;
    }
    #meet-p7{
        display: none;
    }

    

    section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        /* gap: 10px;
        padding: 20px; */
        /* background-color: #f4f4f4; */
        /* margin-top: 100px; */
        height: 100%;

    }
    
    .department{
        
        max-height: 75%;
        margin-bottom: -20px;
    }
    .department2{
        max-height: 75%;
        margin-top: 50px;
    }
    .leader {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        /* gap: 10px;
        padding: 20px; */
        background-color: #f4f4f4;
        /* margin-top: 100px; */
        /* height: 540%; */
    }
    .leader2 {
        display: grid
;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        background-color: #f4f4f4;
        /* margin-top: 100px; */
        /* height: 150%; */
    }
    
    .box {
        /* background-color: #ccc; */
        padding: 30px;
        text-align: center;
        /* border: 1px solid #ddd; */
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }
    
    /* Ensures that the image fits well within the grid cell */
    .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .names{
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        /* background-color: #37ABCC; */
        height: 100%;
        font-family: 'nunitoregular';
        padding-top: 3px;
        color: #48ACD0;
    }
    .names-team{
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #37ABCC;
        height: 100%;
        font-family: 'nunitoregular';
        padding-top: 1px;
    }
    .namesinfo{
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'nunitoregular';
        padding-bottom: 5px;
        padding-top: 5x;
    }

    img{
        width: 100%;
        display: block;
        margin-left: 10px;
    }

    .carousel {
        /* margin-left: 15%;
        margin-right: 15%; */
    }
    
    ul.slides {
        display: block;
        position: relative;
        height: 405px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
    }
    
    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    
    ul.slides input {
        display: none; 
    }
    
    
    .slide-container { 
        display: block; 
    }
    
    .slide-image {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0;
        transition: all .7s ease-in-out;
    }   
    
    .slide-image img {
        width: auto;
        min-width: 100%;
        height: 100%;
    }
    
    .carousel-controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        font-size: 100px;
        line-height: 600px;
        color: #fff;
    }
    
    .carousel-controls label {
        display: none;
        position: absolute;
        padding: 0 20px;
        opacity: 0;
        transition: opacity .2s;
        cursor: pointer;
    }
    
    .slide-image:hover + .carousel-controls label{
        opacity: 0.5;
    }
    
    .carousel-controls label:hover {
        opacity: 1;
    }
    
    .carousel-controls .prev-slide {
        width: 49%;
        text-align: left;
        left: 0;
    }
    
    .carousel-controls .next-slide {
        width: 49%;
        text-align: right;
        right: 0;
    }
    
    .carousel-dots {
        position: absolute;
        left: 5px;
        right: 0;
        bottom: 100px;
        z-index: 999;
        text-align: center;
    }
    
    .carousel-dots .carousel-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #0c0c0c;
        opacity: 0.5;
        margin: 5px;
    }
    
    input:checked + .slide-container .slide-image {
        opacity: 1;
        transform: scale(1);
        transition: opacity 1s ease-in-out;
    }
    
    input:checked + .slide-container .carousel-controls label {
         display: block; 
    }
    
    input#img-1:checked ~ .carousel-dots label#img-dot-1,
    input#img-2:checked ~ .carousel-dots label#img-dot-2,
    input#img-3:checked ~ .carousel-dots label#img-dot-3,
    input#img-4:checked ~ .carousel-dots label#img-dot-4,
    input#img-5:checked ~ .carousel-dots label#img-dot-5,
    input#img-6:checked ~ .carousel-dots label#img-dot-6 {
        opacity: 1;
    }
    
    
    input:checked + .slide-container .nav label { display: block; }

   .meetheader{
    font-family: 'nunitoregular';
    font-weight: bold;
    position: absolute;
    top: 325px;
    left: 30px;
    }


    
}
