@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

svg {
  font-family: sans-serif;
}

nav {
  height: 8vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
}

header {
  background: url("../img/bg_1.jpeg") no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.logo {
  position: absolute;
  cursor: pointer;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(-10%, -15%);
          transform: translate(-10%, -15%);
  z-index: 5;
  height: 15.8vh;
  width: 22.58vh;
  background: url("../img/logo_2.png") no-repeat;
  background-size: 80% 70%;
}

.navbar-path {
  fill: rgba(0, 0, 0, 0.5);
}

.svg-navbar {
  width: 80vh;
  height: 18vh;
  background: transparent;
}

.logo-png {
  width: 100%;
  height: 100%;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 30%;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  font-family: "Open Sans";
  opacity: 0.6;
}

.nav-links li a:hover {
  opacity: 1;
}

.text-center {
  text-align: center;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-home {
  color: white;
  width: 100%;
  padding: 30px;
}

.container-home p {
  width: 100%;
  text-align: center;
}

.green {
  max-width: 100px;
  height: 5px;
  background: #3aaa35;
  border: solid 1px #3aaa35;
  margin: 15px auto 15px auto;
}

.white {
  max-width: 100px;
  height: 5px;
  background: white;
  border: solid 1px white;
  margin: 15px auto 15px auto;
}

.text-white {
  color: white;
}

.btn-more {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #1e7b25;
  text-decoration: none;
  color: white;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px 30px 15px 30px;
  line-height: 1.5;
  border-radius: 25px;
}

.btn-more:hover {
  background: #3aaa35;
}

.path-one {
  fill: white;
}

.path-two {
  fill: #3aaa35;
}

.oneline-svg-down {
  width: 100%;
  height: 100px;
  background: transparent;
  margin-bottom: -10px;
}

.oneline-svg-up {
  width: 100%;
  height: 100px;
  background: transparent;
  margin-top: -100px;
}

.div-path {
  height: 150px;
  margin-top: -100px;
}

.about {
  max-width: 1200px;
}

.justify {
  text-align: justify;
  text-justify: newspaper;
}

#about,
#functionalities {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#team,
#timeline-section {
  padding: 50px 50px 150px 50px;
  background: #3aaa35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content {
  padding: 50px 50px 50px 50px;
}

.nokia-logo {
  height: 9vh;
  width: 39vh;
  margin-right: 15px;
  max-width: 378px;
  max-height: 87px;
}

.ukw-logo {
  height: 9vh;
  width: 39vh;
  max-width: 378px;
  max-height: 87px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 25px;
  margin: 5px;
  width: 29vh;
  max-width: 281px;
  max-height: 267px;
}

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 165, 0, 0.9);
  -webkit-clip-path: circle(100px at 125% -50%);
          clip-path: circle(100px at 125% -50%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  pointer-events: none;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cover p:first-child {
  margin-bottom: 10px;
}

.card:hover .cover {
  -webkit-clip-path: circle(200% at 95% -15%);
          clip-path: circle(200% at 95% -15%);
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.card-img {
  width: 100%;
  border-radius: 25px;
}

.card-text {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.card-text:last-child {
  margin-bottom: 0;
}

.cards-container {
  width: 60%;
}

.scrollbody {
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  max-width: 1200px;
  z-index: 2;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 5px;
  background: #b8bfb8;
}

.scrollbody::-webkit-scrollbar {
  width: 5px;
  background-color: grey;
  position: relative;
  left: 90%;
  border-bottom-right-radius: 10px;
}

.scrollbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: none;
}

.scrollbody::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: normal;
  background: white;
}

.scrollbody::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: white;
}

.scrollbody::-webkit-scrollbar-track {
  margin: 10px 0px 0px 0px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 10px;
  bottom: 10px;
  left: 50%;
  margin-left: -3px;
}

.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  background: white;
  position: relative;
  border-radius: 6px;
  color: black;
}

.content h2 {
  margin-bottom: 7px;
}

.functionalities {
  list-style: none;
}

.functionalities li {
  padding: 5px 0px;
}

.technology {
  max-width: 1200px;
}

@media screen and (max-width: 1400px) {
  .line {
    width: 30px;
    height: 3px;
    background: black;
    margin-bottom: 5px;
  }
  nav {
    position: fixed;
    background: white;
    z-index: 4;
  }
  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
    z-index: 5;
  }
  .svg-navbar {
    -webkit-transform: translate(0%, 43%);
            transform: translate(0%, 43%);
  }
  .navbar-path {
    fill: white;
  }
  .logo {
    background: url("../img/bg.png") no-repeat;
    background-size: 80% 70%;
    -webkit-transform: translate(10%, -15%);
            transform: translate(10%, -15%);
  }
  .nav-links {
    position: fixed;
    background: white;
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-clip-path: circle(100px at 95% -15%);
            clip-path: circle(100px at 95% -15%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    z-index: 2;
    padding: 150px;
  }
  .nav-links.open {
    -webkit-clip-path: circle(2000px at 95% -15%);
            clip-path: circle(2000px at 95% -15%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li a {
    font-size: 25px;
    color: black;
  }
  .nav-links li:nth-child(1) {
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
  li.fade {
    opacity: 1;
  }
  .nokia-logo {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .container-home {
    padding: 15px;
  }
  #about {
    padding: 25px;
  }
  .oneline-svg-up,
  .oneline-svg-down {
    height: 70px;
  }
  .content,
  .card-text {
    font-size: 11px;
  }
  .timeline::after {
    left: 31px;
  }
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after,
  .right::after {
    left: 10px;
  }
  .right {
    left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .container-home h1 {
    font-size: 120%;
  }
  .container-home h2 {
    font-size: 90%;
  }
  .card-text {
    font-size: 16px;
  }
}
