@font-face {
    font-family: DMsans-medium;
    src: url(/fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMsans-bd;
    src: url(/fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SB;
    src: url(/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: DMsans-regular;
    src: url(/fonts/DMSans-Regular.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#active {
    color: #B1AFE6 !important;
}


/*Video*/

video {
    width: 98.9vw;
}


/* hero section */

.abouthero-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.abouthero-container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    padding: 5rem 7rem;
}

.abouthero-container p:nth-child(1) {
    color: white;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
}

.abouthero-container h1 {
    color: white;
    text-align: left;
    font-size: 40px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
    letter-spacing: 1px;
    border-left: 4px solid white;
}

.abouthero-container p:nth-child(3) {
    color: white;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 500px 5px 20px;
    margin-bottom: 30px;
}

.abouthero-container img {
    color: white;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
    margin-bottom: 30px;
}

.abouthero-container h5 {
    color: white;
    text-align: left;
    font-size: 35px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
    letter-spacing: 1px;
}

.abouthero-container span {
    font-size: 40px;
    font-family: DMsans-bd;
}


/* end of hero section */


/* why us section */

.aboutwhyus-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutwhyus-container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 7rem 1rem;
}

.aboutwhyus-container p {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
}

.aboutwhyus-container h2 {
    color: #000;
    text-align: left;
    font-size: 35px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 20px;
    letter-spacing: 1px;
}

.aboutwhyus-container span {
    font-size: 45px;
}


/* end of why us section */


/* why us video section */

.aboutwhyvideo-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutwhyvideo-container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    /* background-color: #02A6B9; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 7rem 3rem; */
}

.aboutwhyvideo-container img {
    width: 100%;
}


/* end of why us video section */


/* dolphins section */

.aboutdolphins-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutdolphins-container {
    width: 100%;
    max-width: 1920px;
    padding: 2rem 7rem;
}

.aboutdolphins-container .aboutdolphins-show p:nth-child(1) {
    color: #02A6B9;
    font-family: "DMsans-regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.aboutdolphins-container p {
    color: #000;
    font-family: "DMsans-regular";
    font-size: 20px;
    font-weight: 550;
    line-height: 1.2em;
    margin-bottom: 25px;
    width: 70%;
}

.aboutdolphins-hidden {
    display: none;
}

.aboutdolphins-hidden p {
    color: #000;
    font-family: "DMsans-regular";
    font-size: 20px;
    font-weight: 550;
    line-height: 1.2em;
    margin-bottom: 25px;
    width: 70%;
}

.aboutdolphins-container button {
    padding: 0.6rem 3rem;
    border-radius: 10px;
    background-color: #02A6B9;
    color: white;
    font-size: 18px;
    font-family: DMsans-BD;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid #02A6B9;
}


/* end of dolphins section */


/* our mission section */

.mission-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mission-container {
    width: 100%;
    max-width: 1920px;
    padding: 5rem 7rem;
    background-color: #8280CB;
}

.mission-container p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.mission-container h4 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    font-family: DMsans-regular;
    line-height: 1.4em;
    letter-spacing: 1px;
    width: 80%;
}

.mission-container span {
    font-weight: 700;
    font-size: 42px;
}


/* end of mission section */


/* our vision section */

.vision-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vision-container {
    width: 100%;
    max-width: 1920px;
    padding: 5rem 7rem;
    background-color: white;
}

.vision-container p {
    color: #101010;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.vision-container h4 {
    color: #101010;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    font-family: DMsans-regular;
    line-height: 1.4em;
    letter-spacing: 1px;
    width: 80%;
}


/* end of vision section */


/* principles section */

.principles-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.principles-container {
    width: 100%;
    max-width: 1920px;
    padding: 5rem 7rem;
    background-color: #000;
}

.principles-container p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
    width: 100%;
}

.principles-container h4 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    font-family: DMsans-regular;
    line-height: 1.4em;
    letter-spacing: 1px;
    width: 100%;
}

.principles-container p:last-child {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
    width: 70%;
}

.principles {
    margin: 20px 0;
}

.slider-box {
    width: 100%;
    position: relative;
}

.slide {
    width: auto;
    padding: 30px 30px;
    border: 1px solid #02A6B9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    position: relative;
    text-align: center;
}

.slide-container {
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-container p:nth-child(1) {
    color: #02A6B9;
    text-align: left;
    font-size: 20px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
}

.slide-container p:nth-child(2) {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
    width: 100%;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 3px 0;
}

.arrows {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.arrows p {
    font-size: 50px !important;
}

.arrows .next .fa {
    background-color: #fff;
    color: #2f2f2f;
    padding: 0px 17px 0 12px;
    border-radius: 50%;
}

.arrows .prev {
    text-align: right !important;
}

.arrows .prev .fa {
    background-color: #fff;
    color: #2f2f2f;
    padding: 0px 12px 0 17px;
    border-radius: 50%;
}


/* end of principles section */


/* leader section */

.leader-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.leader-container {
    width: 100%;
    max-width: 1920px;
    padding: 4vw;
    background-color: #8280CB;
}
.name-mobile{
    display: none;
}
.leader-container h2 {
    color: #fff;
    
    font-size: 3vw;
    margin-bottom: 2vw;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
    
}
.leader-details-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}

.leader-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    align-items: center;
    justify-content: flex-start;
}
.leader-background{
    background-image: url("../images/leader-background.png");
    width: 40vw;
    background-size: cover;
 
    overflow: hidden;
    padding: 4vw 2vw 0;
}
.leader-img{
    width: 35vw;
    margin-bottom: -.25vw;
    
    
}
.social-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin-top: 2vw;
}
.social-container i{
    font-size: 2.5vw;
    color: #8280CB;
    background-color: #fff;
    border-radius: 50%;
    padding: 1vw 1.2vw;
}
.social-container i:first-child{
    padding: 1.1vw 1.1vw;
}
.leader-details h1{
    font-family: "Montserrat", sans-serif;
    font-size: 5vw;
    margin-left: -15vw;
    font-weight: 1000;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #807DF1, #fff, #fff, #fff);
    background-clip: text;
    color: transparent;
    display: block;
}
.leader-details{
    align-self: flex-end;
}
.leader-details p{
    color: #fff;
    font-family: DMsans-regular;
    font-size: 1.8vw;
    line-height: 1.5;
    margin-top: 5vw;
  
}



.leader-details-container{
    position: relative;
}





.leader-quote p:first-child {
    color: #fff;
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    font-family: DMsans-bd;
    line-height: 1.3em;
    width: 80%;
    margin-bottom: 20px;
}

.leader-quote p:last-child {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-family: DMsans-regular;
    line-height: 1.4em;
    width: 80%;
}


/* end of leader section */


/* mobile version */

@media screen and (max-width: 768px) {
    /* hero section */
    .abouthero-container {
        padding: 5rem 1rem;
    }
    .abouthero-container h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .abouthero-container p:nth-child(3) {
        color: white;
        font-size: 16px;
        padding: 0 20px;
    }
    .abouthero-container h5 {
        font-size: 30px;
    }
    /* end of hero section */
    /* about why us section */
    .aboutwhyus-container {
        padding: 3rem 1rem 1rem;
    }
    .aboutwhyus-container h2 {
        font-size: 20px;
        padding: 5px 20px;
    }
    .aboutwhyus-container span {
        font-size: 30px;
    }
    /* end of about why us section */
    /* about video section */
    /* end of about video section */
    /* about dolphins section */
    .aboutdolphins-container {
        padding: 2rem 1rem;
    }
    .aboutdolphins-container .aboutdolphins-show p:nth-child(1) {
        font-size: 22px;
    }
    .aboutdolphins-container p {
        font-size: 20px;
        width: 100%;
    }
    .aboutdolphins-hidden p {
        font-size: 20px;
        width: 100%;
    }
    /* end of about dolphins section */
    /* mission section */
    .mission-container {
        padding: 3rem 1rem;
    }
    .mission-container h4 {
        font-size: 25px;
        width: 100%;
    }
    /* end of mission section */
    /* vision section */
    .vision-container {
        padding: 3rem 1rem;
    }
    .vision-container h4 {
        font-size: 25px;
        width: 100%;
    }
    /* end of visions section */
    /* principles section */
    .principles-container {
        padding: 2rem 1rem;
    }
    .principles-container h4 {
        font-size: 25px;
        width: 100%;
    }
    .principles-container p:last-child {
        width: 100%;
    }
    .slide-container {
        height: 350px;
    }
    /* end of principles section */
    /* leader section */
    .leader-container {
        padding: 10vw;
    }
    .leader-container h2 {
        font-size: 8vw;
        width: 100%;
        font-weight: 800;
    }
    .leader-desc {
        flex-direction: column;
    }
    .leader-image img {
        width: 250px;background-color:transparent;
        height: 250px;
    }
    .name-mobile{
        display: block;
        background-image: linear-gradient(to right, #fff, #807DF1);
        background-clip: text;
        color: transparent;
        font-family: "Montserrat", sans-serif;
        font-weight: 1000;
        font-size: 6vw;
        text-transform: uppercase;
        position: absolute;
        bottom: 15vw;
        left: 0vw;
    }
    .social-container i{
        font-size: 5vw;
        padding: 2vw 2.2vw;
    }
    .social-container i:first-child{
        padding: 2.1vw 2.1vw;
    }
    .social-container{
        gap:3vw;
        margin-top: 4vw;
    }
    .leader-image h5 {
        font-size: 20px;
        width: 100%;
    }
    .leader-image p {
        font-weight: 500;
    }
    .leader-quote p:first-child {
        font-size: 25px;
        width: 100%;
        margin-bottom: 20px;
    }
    .leader-quote p:last-child {
        margin-top: 40px;
        font-size: 18px;
        width: 100%;
    }
    .slick-next {
        right: 0;
    }
    .leader-details h1{
        display: none;
    }
    .leader-details p{
        font-size: 3.5vw;
        width: 75%;
    }
    .leader-details-container{
        flex-direction: column-reverse;
    }
    .leader-details-container div{
        align-self:flex-end ;
    }
    .leader-background img{
        width: 48vw;
        margin-right: -2vw;
        margin-bottom: -2vw;
    }
    .leader-background{
        width: 51vw;
    }
    /* end of leaders section */
}