body {
    background-color: rgba(18, 18, 19, 1);
}

h1 {
    color: whitesmoke;
    font-family: mafia;
    font-size: 40px;
}
p {
    color: whitesmoke;
    font-size: 18px;
    font-family: poppins;
}

@font-face {
    font-family: mafia;
    src: url(media/mafia.ttf);
}


/* Navbar */

.container-fluid {
    width: 90%;
}

.navbar-brand {
 font-family: mafia;
 font-size: 32px;
 text-shadow: 0px 4px 4px #F8FA9E;
}

.sections {
    font-family: poppins;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Home Section */


.Home {
    background-image: url(media/Group\ 1.png);
    background-size: 100%;
    background-position-y: -110px;
    height: 900px;
    background-repeat: no-repeat;
}


/* About Section */
.AboutSection {
    width: 100%;
    margin:  0 auto;
    margin-top: 40px;
    text-align: center;
}

.AboutTitle {
 font-family: mafia;
 font-size: 40px;
}
.BlueText {
    color: rgba(82, 153, 171, 1);
}
.AboutText {
    width: 80%;
    margin:  0 auto;
}


/* Slider */

.slider {
    height: 400px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-top: 0px;

}

.slide-track {
    display: flex;
    width: calc(400px * 5);
    animation: scroll 70s linear infinite;
}



@keyframes scroll {
    0% {
        transform: translateX(0s);
    }

    100% {
        transform: translateX(calc(-500px * 7));
    }
}

.slide {
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;

}

.sli {
    width: 300px;
    transition: transform 1s;
    border-radius: 10% !important;
}

img:hover {
    transform: translateZ(15px);

}

.slider::before,
.slider::after {

    content: '';
    height: 100%;
    position: absolute;
    width: 1%;
    z-index: 2;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    transform: rotateZ(180deg);
    right: 0;
    top: 0;
}


/* Info Section */

.InfoSection {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.InfoText {
    text-align: justify;
    width: 88%;
    margin: 0 auto;
}
.InfoImg {
    width: 88%;
    margin-top: 30px;
}


/* Roadmap Section */

.RoadmapSection {
    background-image: url(media/The\ Code-jpg\ 1.png);
    background-size: 110%;
    background-position-y: 0px;
    padding-left: 40px;
    
    background-repeat: no-repeat;
    margin-top: 80px;
}

.RoadmapTitle {
    padding-top: 40px;
    text-align: center;
}

/* Roadmap */

.wrapper {
    max-width: 1245px;
    margin: 30px auto;
    padding: 0 0px;
    position: relative;
    color: white;

}

.center-line {
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    left: 50%;
    top: 20px;
}



.center-line img {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-line .center-line-face,
.center-line .center-line-foot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
}

.center-line-face {
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.center-line-foot {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.mycard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.mycard-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mycard-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mycard section {
    width: calc(50% - 20px);
    padding: 20px 30px;
    position: relative;
}

.mycard section .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    font-family: poppins;

}

.mycard section .details .title {
    font-size: 28px;
    font-family: mafia;
    text-align: right;
    letter-spacing: 8px;
}
.color-lightgreen {
    color: rgb(88, 85, 255);
}

.mycard section p {
    margin: 10px 0 17px 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.mycard-left section .details,
.mycard-left section>p {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: justify;
}

.mycard-right section .details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}




@media(max-width:991.98px) {
    .section__roadmap .container {
        max-width: 100%;
    }

}


@media(max-width: 768px) {
    .wrapper .center-line {
        left: 40px;
    }

    .wrapper .mycard {
        margin: 60px 0 3px 60px;
        padding-top: 20px;
    }

    .wrapper .mycard section {
        width: 100%;
        padding: 0px 30px;
    }


    .mycard-left section .icon {
        left: -60px;
    }

    .mycard-left section .details,
    .mycard-left section>p {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: start;
    }

    .mycard-right section .details {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media(max-width: 576px) {
    .wrapper .mycard section {
        padding: 5px;
        padding-left: 20px;
    }

    .mycard section p {
        margin: 10px 0 10px 0;
    }
}

@media(max-width: 320px) {
    .mycard section .details {
        font-size: 20px;
    }

    .mycard section .details .title {
        font-size: 15px;
        letter-spacing: 6px;
    }

    .mycard section p {
        font-size: 15px;
    }
}

/* Team Section */

.TeamSection {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

.TeamImg {
    margin-top: 30px;
    width: 300px;
    border-radius: 10px;
}

.TeamName {
    margin-top: 10px;
    font-size: 28px;
}

/* Footer Section */

.FooterSection {
    margin-top: 80px;
    text-align: center;
}
.FooterText {
    font-family: poppins;
    font-size: 22px;
    padding-bottom: 5px;
}

/* Mobile */
@media (max-width:992px) {
    
.Home {
    background-image: url(media/Group\ 1.png);
    background-size: 150%;
    background-position-y: 0px;
    background-position: center 0;
    height: 400px;
    background-repeat: no-repeat;
}
.navbar-toggler {
    display: none;
}

.AboutSection {
    width: 100%;
    margin:  0 auto;
    margin-top: 0px;
    text-align: center;
}
.InfoSection {
    margin-top: 10px;
}
.InfoTitle {
    margin-top: 30px;
}

.TeamImg {
    margin-top: 30px;
    width: 250px;
    border-radius: 10px;
}



}