@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");

  @font-face {
    font-family: Lucida;
    src: url(../font/lucida.ttf);
  }

  @font-face {
    font-family: Wizzta;
    src: url(../font/Wizzta-vaDA.ttf);
  }

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Ubuntu",sans-serif;
}

h2 {
  text-align: center;
}

#why, #what, #how, #compliance, #dashboard,#contact,#team {
    color: white ;
    font-weight: 500;
    font-size: 1.2rem;
}


#why:hover,
#what:hover,
#how:hover,
#compliance:hover,
#dashboard:hover,
#contact:hover,
#team:hover {
  background-color: #5e17b6;
}

.topBanner {
  background-image: url("../images/header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.visionBackground{
  background:linear-gradient(10deg, rgba(241,241,241, 0.322), rgba(241,241,241, 0.404)) url("../images/data-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.whyBackground{
  background:linear-gradient(10deg, rgba(241,241,241, 0.322), rgba(241,241,241, 0.404)), url("../images/video-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.whatBackground{
  background:#5e17b6, url("../images/data-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.howBackground{
  background:linear-gradient(10deg, rgba(241,241,241, 0.322), rgba(241,241,241, 0.404)), url("../images/team-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.complianceBackground{
  /* background:linear-gradient(10deg, rgba(241,241,241, 0.322), rgba(241,241,241, 0.404)), url("../images/data-bg.png"); */
  background-position: center;
  background-repeat: no-repeat;
}

.teamBackground{
  background: url("../images/video-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.nav-link {
  font-size: 1.3rem;
  border: solid 1px transparent;
  border-radius: 3px;
}

.navInfo {
 height: 80%;
 padding-top: 1vh;
}

.navText h1{
    font-size: 4rem;
}

.navText p{
    font-size: 2rem;
    font-weight: 100;
    width: 90vh;
    color: rgba(245, 245, 245, 0.904);
    font-family: Lucida;
}

.navText button{
    background-color: #FC3D39;
    color: white;
    font-size: 1.1rem;
    border-radius: 41px;
    font-family: "Ubuntu",sans-serif;
}

.navButton{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.headerButton{
    margin-left: 0.5rem;
}

.navText button:hover{
    background-color: white;
    color: #FC3D39;
}

.navImage img{
    height: 50vh;
}

.visionButton button{
    background-color: #FC3D39;
    color: white;
    font-size: 1.1rem;
    border-radius: 41px;
    font-family: "Ubuntu",sans-serif;
}

.visionButton button:hover{
    background-color: white;
    color: #FC3D39;
}

.content{
    background-color: white;
}

.contentButton{
    margin-top: 1rem;
}

.contentButton button{
    background-color: #FC3D39;
    color: white;
    font-size: 1.1rem;
    border-radius: 41px;
    font-family: "Ubuntu",sans-serif;
}

.contentButton button:hover{
    background-color: white;
    color: #FC3D39;
}

.card{
    background-color: rgb(36, 36, 36);
    border-radius: 25px;
}

.card-title{
    color: #FC3D39;
    font-family:Lucida;
    font-size:30px;
}

.text-capitalize{
    font-family: "Lucida";
}

.card-text{
    color: rgba(245, 245, 245, 0.719);
    font-family: Lucida;
    font-size: 30px;
    line-height: 1.1;
}

.mainContentImgTop{
    margin-right: 2.5rem;
   position:relative;
   bottom:30px;
}

.mainContentImgBottom{
    margin-left: 2.5rem;
}

.whyText{
    font-family: Lucida;
    font-size: 30px;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.808);
}

.whatText{
    font-family: Lucida;
    font-size: 30px;
    line-height: 1.1;
    color: rgba(245, 245, 245, 0.678);
}

.whitePaper{
    background-color: #FC3D39;
    color: white;
    font-size: 1.1rem;
    border-radius: 45px;
    font-family: "Ubuntu",sans-serif;
   
}

.whitePaper:hover{
    background-color: white;
    color: #FC3D39;
}

.howText{
    font-family: Lucida;
    font-size: 2.3rem;
    color: rgba(0, 0, 0, 0.808);
}

.howList{
    font-family: Lucida;
    font-size: 2.1rem;
    color: rgba(0, 0, 0, 0.596);
}

.footer-name{
    font-family: Lucida;
    font-size:3.0rem;
}

footer li{
    font-size: 20px;
    list-style-type: none;
}

footer a{
    text-decoration: none;
}

.footerRow img{
    height: 70px;
    width: 70px;
}

.footerHeading{
    font-family: Lucida;
    font-size: 45px;
    margin: 0%;
}

.topButton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}

.topButton button {
    height: 45px;
    width: 42px;
    text-align: center;
    padding: 0px;
    line-height: 45px;
    background-color: #FC3D39;
    border-radius: 3.5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.roadmapHeading{
    color: #FC3D39;
    text-transform: capitalize;
    font-family: Lucida;
    font-size: 50px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: rgb(19, 19, 19);
  box-shadow: black 0px 2px 18px 0px;
}
 
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: rgb(19, 19, 19);
  border-radius: 10px;
  box-shadow: black 0px 2px 18px 0px;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}
 
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #000 transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -439px;
}
 
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000;
}

.timeline ul li::after {
  background: black;
  transition: background .5s ease-in-out;
}
 
.timeline ul li.in-view::after {
  background: black;
}

.view2::after{
    background: whitesmoke !important;
}

.whatRoad{
    background-color: white !important;
}

.whatRoad h4{
    color: black;
    font-family: "Ubuntu" !important;
}

.footerRow li{
    text-align: center;
}

.timeline ul li:nth-child(even) .whatRoad::before{
    border-color: transparent transparent transparent white !important;
}

.timeline ul li:nth-child(odd) .whatRoad::before{
    border-color: transparent white transparent transparent !important;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
 
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px,0,0);
}
 
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px,0,0);
}
 
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.in-view div h2{
    font-size:40px;
    color:#FC3D39;
    font-family: Lucida;
    text-transform: capitalize;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.in-view{
    color:rgba(255, 255, 255, 0.856);
    font-size: 20px;
    font-weight: 400;
    border-radius:10px;
}

footer{
        background:url("../images/data-bg.png");
        background-position: center;
        background-repeat: no-repeat;
}

.logo{
    border-radius:50%;
    height:15vh;
    width:100%;
}

.myimg2{
    height:100%;
    width:100%;
}

.why-h1{
    font-family:Lucida;
    font-size:40px;

}
@media screen and (min-width: 320px) and (max-width: 760px) {

    .topBanner{
        height: 100%;
    }

    #navBar{
        background-color: #FC3D39 !important;
    }

    .navInfo{
        padding:3rem;
        padding-top: 18vh;
        padding-left:1.5rem;
    }

    .navText h1{
        margin-right: 1rem;
        margin-left: 1rem;
        font-size: 52px !important;
    }

    .navText p{
        margin-right: 1rem;
        margin-left: 1rem;
        width: auto;
    }

    .navText button{
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 1.1rem;
        margin-bottom: 1.1rem;
    }

    .navButton{
        flex-direction: column;
        align-items: flex-start;
    }

    .navButton button{
        white-space: nowrap;
        font-size: 16px;
        padding: .6rem !important;
        padding-top: .9rem !important;
        padding-bottom: .9rem !important;
    }

    .headerButton{
        margin-left: 0rem;
    }

    .navInfo {
        height: auto;
        flex-direction: row;
        align-items: center;
    }

    .navImage img{
        margin-top:6rem;
        height: 35vh;
    }

    .buyAeth{
        margin-left: 1rem!important;    
    }

    .contentButton{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0%;
    }

    .card-text,.whyText,.whatText,.howText,.howList{
        font-size: 1.75rem;
    }

    .mainContentImgTop{
        margin-right: 0rem;
        margin-bottom: 1rem;
    }
    
    .mainContentImgBottom{
        height: 22vh !important;
        margin-left: 0rem;
        margin-bottom: 1rem;
    }

    .whatImage{
        margin-top: 3rem;
    }

    .dashboardCard{
        align-items: center !important;
    }

    .contact{
        text-align: center;
    }

    .teamCard{
        width: 18rem !important;
    }

    .footerRow{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }  
    
    footer li{
        font-size: 18px;
        list-style-type: none;
    }

    .timeline{
        position: relative;
        right:45px;
    }
    .timeline ul li {
        margin-left: 20px;
    }
       
    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .complianceDiv{
        width: calc(100vw - 120px) !important;
    }
       
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
       
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent black transparent transparent;
    }

    .in-view div h2{
        font-size:30px;
    }

    .in-view{
        font-size: 15px;
    }
    .timeline ul li:nth-child(even) .whatRoad::before{
        border-color: transparent white transparent  !important;
    }
    
    .timeline ul li:nth-child(odd) .whatRoad::before{
        border-color: transparent white transparent  !important;
    }
    .mainContentImgBottom{
     display: none;
    }
    
}