body {
    font-family: 'Open Sans'!important;
    font-weight: 700;
    overflow-x: hidden

}



/*NAVBAR Section*/
.nav {
  background: #447a78;
}
.navbar-hidden{
  transform: translateY(-100%);
  transition: .3s ease-out;
}

.navbar-hidden-s{
  transform: translateY(-0%);
  transition: .3s ease-out;
}

.navbar-active{
  transform: translateY(0%);
  background: #447a78;
  transition: .3s ease-out;
}
.nav-masthead .nav-link {
  text-decoration: none;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400;
  background: #447a78;
  background: linear-gradient(to left, #447a78 50%, #0fafad 50%) right;
  background-size: 400% 100%;
  transition: .8s ease-out;
}

.nav-masthead .nav-link:hover{
background-position: left;
color: white;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: whitesmoke;

}

.nav-link{
  text-decoration: none;
  color: #0fafad;
  display: block;
}

.hamburger{
  display: none;
  margin: auto 0;
  cursor: pointer;
  float: right;
  z-index: 200;
  margin-top: -60px;
}

.hamburger div{
  width: 35px;
  height: 3px;
  background: #2a2a2c;
  transition: .3s;
  z-index: 200;
}

.open .line1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 14px);
  transform: rotate(-45deg) translate(-10px, 10px);
}

.open .line2 {
  opacity: 0;
}

.open .line3 {
  -webkit-transform: rotate(45deg) translate(-6px, -14px);
  transform: rotate(45deg) translate(-6px, -4px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  background:#447a78;
  height: calc(100vh - 50px);
  transform: translateY(0%);
  transition: .3s ease-in;
  top: 50px;
  z-index: 100;
}

.mobile-menu {
  display: block;
  position: absolute;
  top: -900px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: #447a78;
  transition: .3s ease-in;
  z-index: 100;
}

.mobile-display .nav-link-mobile {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  color: #2a2a2c;
  text-transform: uppercase;
  font-weight: 700;
  background: #447a78;
  font-size: 25px;
  transition: .3s ease-in;
  z-index: 100;
  background: linear-gradient(to left, #447a78 50%, #0fafad 50%) right;
  background-size: 250% 150%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-display .nav-link-mobile:hover{
  background-position: left;
  color: white;
}

.mobile-menu li {
  margin-bottom: 10px;
}



/*NAVBAR END*/




/*Social media bar*/
#facebook {
  background: #3B5998;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand 

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}



#ig{
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  color: white;
}



.box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
  background-color: #0fafad;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-color: #0fafad;
  color: #0fafad;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #0fafad;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.box:hover::after {
    opacity: 1;
}
/*Social media bar end*/


/*
 * Header
 */

#goal{
  margin-top: 50px;
  margin-bottom: 40px;
}
.cover-container{
  background: black;
}
#menu_head{
  color: white;
}



/*Vertical lines*/
.line-container{
  overflow-x: hidden;
  overflow-y: hidden;
}
.line{
  color: #0fafad; text-align:center;margin: 0 auto;margin-top: 20px; margin-bottom: 20px;
}



/*TEAM*/
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -35px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,5); color: #ccc;}

#team {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

.sec-heading h6 {
  font-size: 30px;
}
.single-box {
  border: 1px solid #0fafad;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.info-area {
  padding: 0 20px 45px;
}
.img-area {
  overflow: hidden;
  padding: 15px 0 15px;
  border-radius: 20px;
}
.img-area img {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 230px;
  border-radius: 20px;
}
.single-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.info-area i {
  display: inline-block;
  color: #ffb400;
  margin: 0 4px;
}
.info-area h4 {
  font-weight: 600
}
.info-area h5 {
  color: #3b04db;
  margin: 10px 0 0;
  font-weight: 600
}
.info-area a {
  display: inline-block;
  margin: 25px 0 0;
  background-color: darkorange;
  color: #fff;
  padding: 10px 35px;
  border-radius: 4px;
}
/*.team-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  width: 100%;
}*/
/*.team-slider button.owl-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  border-radius: 50%;
  background-color: #262626;
}*/
.team-slider .owl-dot.active {
  background-color: orange;
}
.move-animation {
  position: relative;
  -webkit-animation: move-animation 2s ease-in-out infinite;
  animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
  0% {
    top: 3px;
  }
  50% {
    top: -3px;
  }
  100% {
    top: 3px;
  }
}
/*TEAM END*/


/*RESPONSIVE*/
@media screen and (max-width: 1100px) {
.nav-masthead .nav-link{
  background-size: 500% 100%;}

}



@media screen and (max-width: 770px) {
#menu_head{
  text-align: center;
  padding-bottom: 10px;
}

#goal{
  margin-top: 50px;
  overflow-x: hidden;
}

.nav-masthead .nav-link{
  background-size: 900% 100%;
    padding: .25rem 0;
    display: none;
}
.hamburger{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto 0;
    width: 2rem;
    height: 25px;
    margin-top: -60px;
}

.navbar-logo {
  float: left;
  margin-top: 15px!important;
  z-index: 200;
  position: sticky;
}
}
/*RESPONSIVE END*/



.floating-container {
    z-index: 10000;
  position: fixed;
  width: 100vw;
  height: 50px;
  bottom: 0;
  background-color: transparent;

}


.floating-container .floating-button {
  position: absolute;


  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: white;

  text-align: center;
  font-size: 23px;
  z-index: 100;

}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
}

#slide1{background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.4)) , url('./media/banner.jpg'); height: 100vh; width: 100vw;background-position: center; background-repeat: no-repeat; background-size: cover;  display: flex; justify-items: flex-end;}


#slide2{background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.4)) , url('./media/banner.jpg'); height: 100vh; width: 100vw;background-position: center; background-repeat: no-repeat;background-size: cover; justify-content: center; display: flex; align-items: center; }

#slide3{background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.4)) , url('./media/banner.jpg'); height: 100vh; width: 100vw;background-position: center; background-repeat: no-repeat;background-size: cover; justify-content: center; display: flex; align-items: center; }

.stage-text{
  background-color: #0fafad; 
  color: #fff;
  width: 35%;
  height: 25%;
  text-align: center;
  margin-left: 20px;
  white-space: nowrap;
  justify-items: center;
  border-radius: 5px;
  padding: 4px;
}
.stage-container{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.navbar-logo {
  margin-top: 0px;
  z-index: 200;
}

.footer-links {
  text-decoration: none;
  color: #2a2a2c;
}

.footer-text {
  color: #2a2a2c;
}

.footer-links:hover {
  color: white;
}

.footer-name {
  text-decoration: underline;
}

.footer-logo {
  width: 100px;
  padding: 10px;
}

.roadmap-heading {
  font-weight: bolder;
  font-family: 'Fira Sans', sans-serif;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}

#topb {
  display: none;  
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #447a78; 
  color: #2a2a2c; 
  cursor: pointer; 
  padding: 15px; 
  border-color: black;
  border-radius: 10px; 
  font-size: 18px;
}

#topb:hover span {
  display:none
}

#topb:hover {
  transition: 0.3s;
  background-color: #0fafad;
}

#topb:hover:before {
  content: url("/media/arrow_up.png");
}

.backround-image {
  background-image: url("/media/carsandcoffee.jpg");
  background-size: cover;
}

.success-text {
  color: white;
}

.button {
  color: white;
  text-decoration: none;
  border: 2px #447a78 solid;
  background-color: #447a78;
  border-radius: 5px;
  padding: 10px;
}

.button:hover {
  background-color: #447a78;
  color: white;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;

}

