* {
  font-family: Assistant;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #edf1f4; /*#1b1a1a; /*#f5f5f5;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div.topnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.topnav {
  z-index: 1000;
  position: relative;
  overflow: hidden;
  background-color: #1f1f1f;
  height: 58px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.topnav a:hover {
  background-color: #ddd;
  color: #000;
}

.topnav-right {
  float: right;
}

#large-banner {
  text-align: center;
  background-position: center;
  /* background-color: #26292e; */
  position: relative;
  display: flow-root;
  width: 100%;
  height: 36vh;
  background-image: url(image0.png);

  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 0px 0px #a5a5a5;
  box-shadow: inset 0 0 0 2000px rgba(38, 41, 46, 0.4);
}

#large-banner h1 {
  position: relative;
  top: 100px;
  text-align: center;
  color: white;
  font-size: 70px;
  vertical-align: middle;
}

#large-banner h2 {
  position: relative;
  top: 100px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  display: inline;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.23);
  padding: 1px 5px;
  border-radius: 5px;
}

#large-banner button {
  top: 100px;
  position: relative;
  width: auto;
  margin-top: 10px;
  padding: 5px 15px;
  border: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  background: rgb(0, 136, 255);
  color: white;
  cursor: pointer;
}
#large-banner .android a {
  position: relative;
  float: right;
}

#large-banner .iphone {
  float: right;
  top: 100px;
  position: relative;
  width: 49.5%;
}
#large-banner .iphone a {
  position: relative;
  float: left;
}

#large-banner #mobilebuttons {
  margin: auto;
  top: 30%;
  position: relative;
  width: 100%;
  float: center;
  display: none;
}
#large-banner #mobilebuttons .mobile_btn {
  position: relative;
  margin: auto;
  width: 100%;
}
video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes cursor-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cursor {
  width: 4px;
  height: 50px;
  background-color: white;
  display: inline-block;
  animation: cursor-blink 1s infinite;
  opacity: 1;
  margin-right: -7px;
}

.site-content {
  margin: auto;
  /* width: 100%; */
  /* margin-left: 50%; */
  max-width: 1000px;
  margin: 10px auto;
}
section {
}

.launches {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.launch {
  padding: 10px 20px;
  background-color: white;
  margin: auto;
  width: 320px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.launch .content i {
  color: rgb(0, 136, 255);
}

.section-title {
  text-align: center;
  margin: 10px;
  font-size: 20px;
  color: #1f1f1f;
}
.section-title h4 {
  font-weight: 400;
}

.launch h3 {
  text-align: center;
}
.launch h4 {
  font-weight: 400;
}

.launch h3 {
  color: black;
}
.launch .img-container {
  margin: 1px auto;
  width: fit-content;
}
.images img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  margin: 5px 0;
}

.images img:hover {
  color: #424242;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari and Chrome */
}

.youtubebtn {
  border: none;
  padding: 3px 5px;
  width: 100%;
  border-radius: 15px;
  font-size: 20px;
  background: #ff0000;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.about-section {
  background: white;
}
section {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.aboutme {
  display: flex;
  justify-content: space-between;
}

.aboutme .text {
  width: 50%;
}
.aboutme h1 {
  color: #0088ff;
}
.aboutme h3 {
  font-weight: 300;
}
.aboutme .img-container {
  width: 30%;
  max-width: 240px;
}
.aboutme img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .topnav-left {
    float: none;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .aboutme {
    display: block;
  }
  .aboutme .text {
    width: 100%;
    margin-bottom: 10px;
  }
  .aboutme .img-container {
    margin: auto;
    width: 100%;
  }
  .aboutme img {
  }

  #large-banner {
    height: 40vh;
  }

  #large-banner h1 {
    font-size: 45px;
  }
  .cursor {
    height: 35px;
  }
}

.contact-form {
  max-width: 700px;
  margin: auto;
}
.contact-form input,
textarea {
  width: 100%;
  padding: 12px;
  border: hidden;
  border-radius: 4px;
  background: #edf1f4;
  color: black;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 16px;
}

.contact-form input[type="submit"] {
  background-color: #0088ff;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 4px 2px;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
}
