p {
  color: white;
  font-weight: normal;
  box-sizing: border-box;
}

.sim2logo {
  height: 65px;
  width: auto;
}

.sim2NavbarColor,
.sim2Section {
  background-color: #021116;
}

.sim2ActiveLink {
  color: #c6e7ea !important;
}

.nav-link {
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-link:hover {
  color: #c6e7ea;
}

.padding-0 {
  padding: 0;
}

.bannerHeight {
  height: auto;
}

.download-area {
  padding: 5rem;
  padding-top: 2rem;
}

.downloadText {
  font-weight: 500;
  font-size: 24px;
  color: #00F3FF;
  text-align: center;
}

.img-post {
  height: 200px;
}

.button-outline-pink {
  color: white !important;
  border-color: #1B7484 !important;
  border-radius: 20px !important;
}

.button-outline-pink:hover {
  color: #1B7484;
}

.icon-left {
  padding-left: 5px;
  padding-right: 8px;
}

.icon-left:hover {
  color: #1B7484;
}

.icon-right {
  padding-left: 5px;
  padding-right: 8px;
}

.button-margin {
  margin-left: 25px;
}

.pink-color {
  color: #00F3FF;
}

.mt-70 {
  margin-top: 70px;
}

.form-control {
  background-color: transparent !important;
  border: 1px solid #6fcdd7 !important;
  border-radius: 0 !important;
  border-left-style: none;
  font-size: 1.15rem !important;
}

.form-control:focus {
  background-color: transparent !important;
}

.input-group-left {
  background-color: #06495c !important;
  border: 1px solid #6fcdd7 !important;
  border-radius: 0 !important;
  border-right-style: none;
}

.input-group-lg {
  font-size: 1.15rem !important;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0;
}

.textarea-control {
  border: 1px solid #6fcdd7;
}

textarea#inputMessage {
  background-origin: content-box;
  background-repeat: no-repeat;
}

textarea#inputMessage:focus {
  background-image: none;
}

.kaigan-logo {
  margin-left: 15px;
  font-weight: bold;
  margin-top: 3.7rem;
}

.mt-150 {
  margin-top: 100px;
}

/*carousel*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-control-prev1 {
  left: -165px;
}

.carousel-control-next1 {
  right: -165px;
}

.carousel-ctrl-btn {
  width: 75%;
}

.social-icon > a:hover {
  color: #1B7484;
}

.fas .fa-bars {
  color: white;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: white !important;
}

.kaigangames-discord {
  width: 50px;
}

.mb--40 {
  margin-bottom: -40px;
}

.btn-outline-send-pink {
  background-color: transparent;
  border: 1px solid #00F3FF !important;
  color: #00F3FF !important;
}

.btn-outline-send-pink:hover {
  background-color: #1B7484;
  color: white !important;
  border: 1px solid #1B7484 !important;
}

/*scroll bar*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #1B7484);
  border-radius: 7px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(transparent, #45B0BB);
  border-radius: 7px;
  cursor: pointer;
}

.hamburger {
  padding: 5px 5px;
}

a:hover {
  text-decoration: none !important;
}

.ml-15 {
  margin-left: 15px;
}

.navbar {
  z-index: 100;
}

.game-description {
  text-align: justify;
}

#carouselWithImageIndicators .small-img {
  position: relative;
  bottom: 1em;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar {
  background-color: transparent;
}

footer p {
  color: #00F3FF;
  font-weight: bold;
}

.zero-top {
  margin-top: -146px;
}

.video-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #021116 0%, rgba(255, 255, 255, 0) 20%);
  z-index: 1;
}

