@import url('https://fonts.googleapis.com/css?family=Titillium+Web:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
body {
    background: rgb(0, 0, 0);
    font-family: 'Titillium Web', sans-serif;
    color: #f2f2f2;
}

/* Style the video: 100% width and height to cover the entire window */

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: white;
}

.text-white {
    color: #f2f2f2;
}

.text-orange {
    color: #ff7c1d;
}

.text-black {
    color: black;
}

main-menu {
    z-index: 3000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111111;
    top: 0;
    left: 0;
    margin: 0px;
    display: none;
}

menu {
    z-index: 3000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111111;
    top: 0;
    left: 0;
    margin: 0px;
    display: none;
}

profilecard {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111111;
    top: 0;
    left: 0;
    margin: 0px;
    display: none;
}

#myVideo {
    position: absolute;
    object-fit: cover;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: -2;
}

.text-p {
    color: #4fb3cd;
}

.footer {
    padding: 70px 80px;
    width: 100%;
    background-color: #4fb3cd;
    color: white;
    font-size: 18px;
}

.bg-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: -1;
}

.pdl-heading {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
}

.pdl-subtitle {
    font-size: 30px;
    line-height: 40px;
}

.spacer-bottom {
    margin: 0 0 80px;
}

.spacer-bottom-big {
    margin: 0 0 160px;
}

.pdl-body {
    font-size: 20px;
    line-height: 34px;
}

.head-container {
    padding-top: 150px;
    padding-bottom: 50px;
}

.body-container {
    padding: 20px 10%;
}

.c-green {
    color: green;
}

.c-red {
    color: red;
}

/* Add some content at the bottom of the video/page */

.content {
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}

.btn-black {
    background-color: #333;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}

.btn-black:hover {
    color: #333;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}

.btn-white:hover {
    background-color: #333;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}

.b {
    font-weight: 900;
}

.my-containter {
    padding: 5%;
    padding-top: 50px;
}

.c-blue {
    color: #3c9cecff;
}

.c-pink {
    color: #ee4f6dff;
}

.big-heading {
    font-size: 64px;
}

.bigger-heading {
    font-size: 72px;
}

.text-i {
    font-style: italic;
    font-size: 18px;
}

.card {
    background-color: #f2f2f2;
    color: #0c0c0cff;
    padding: 20px;
    border-radius: 5px;
    width: fit-content;
}

/* SLIDER START */

.pdl-slideshow {
    height: 80px;
   
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.team {
    height: 200px;
}

.pdl-slideshow>div {
    height: 80px;
    width: 25260px;
    background: url(../img/collabs-w_all.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.pdl-slideshow>team {
    height: 200px;
    width: 25260px;
    background: url(../img/team/team.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.pdl-slideshow>news {
    height: 200px;
    width: 25260px;
    background: url(../img/news/news.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.pdl-slideshow .mover-1 {
    animation: moveSlideshow 300s linear infinite;
}

.pdl-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
}

.pdl-slideshow:hover .mover-2 {
    opacity: 1;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-66.6666%);
    }
}

.mp-img {
    float: right;
}

/* SLIDER END   */
@media screen and (max-width: 1000px) {
    .mp-img {
        text-align: center;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .pdl-heading {
        font-size: 36px;
        line-height: 40px;
        font-weight: 900;
    }
    .pdl-subtitle {
        font-size: 25px;
        line-height: 30px;
    }
    
    .pdl-body {
        font-size: 18px;
        line-height: 28px;
    }

    .footer {
        padding: 35px 40px;
        width: 100%;
        background-color: #4fb3cd;
        color: white;
        font-size: 18px;
    }
    .text-orange {
        color: #ff7c1d;
        font-size: 20px;
    }
    
}