/*import bootstrap mixins*/

@media (max-width: 575.98px) {
  .bg-color {
    background-color: transparent;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .carousel-control-prev1 {
    left: 0;
    height: 5vh !important;
    top: 35% !important;
  }

  .carousel-control-next1 {
    right: 0;
    height: 5vh !important;
    top: 35% !important;
  }

  .small-box {
    margin-top: 0 !important;
  }

  .mr-5 {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .download-area {
    padding: 1rem;
  }

  .downloadText {
    font-size: 20px !important;
  }

  .button-margin {
    margin-left: 0;
  }

  #kaigangames-logo {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  #contact-us h3 {
    font-size: 24px;
  }

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

  .kaigan-logo {
    margin-top: 2.2rem;
  }

  .kaigangames-discord {
    width: 15%;
  }

  .navbar-collapse {
    background-color: #130013;
  }

  .overlay-menu {
    text-align: center;
    line-height: 35px;
  }

  .nav-item {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }

  .nav-item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

  .nav-item:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }

  .nav-item:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }

  .nav-item:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }

  .nav-item .btn-discord {
    background-image: linear-gradient(to right, #41d4df 0%, #2794af 51%, #086981 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }

  .nav-item .btn-discord:hover {
    background-position: right center;
    /* change the direction of the change here */
  }

  .nav-item a.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon:hover .fa-square-facebook {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5999;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon .fa-square-facebook {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 13%;
  }

  .nav-item a.social-media-icon-tw {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-tw:hover .fa-square-twitter {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-tw:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-tw::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1DA1F2;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-tw .fa-square-twitter {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 7%;
  }

  .nav-item a.social-media-icon-yt {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-yt:hover .fa-square-youtube {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-yt:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-yt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF0000;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-yt .fa-square-youtube {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 0;
  }

@-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

@keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

  .sosmed {
    margin-top: 2rem;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -250px;
    width: 250px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background: linear-gradient(25deg, #021116 0%, #30a8b3 100%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse .mr-auto {
    margin-right: unset !important;
  }

  .offcanvas-collapse .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 20px;
    color: white;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse.open .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 20px;
    color: white;
  }

  .offcanvas-collapse.open .close-sidemenu .cil-x {
    position: relative;
    top: 0.6vh;
  }

  #nav-hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 0.5vw;
    margin-top: 0.5vh;
  }

  #nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  /* Icon 3 */

  #nav-hamburger span:nth-child(1) {
    top: 0px;
  }

  #nav-hamburger span:nth-child(2),
  #nav-hamburger span:nth-child(3) {
    top: 10px;
  }

  #nav-hamburger span:nth-child(4) {
    top: 20px;
  }

  #nav-hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

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

  .sim-slider-logo {
    width: 75% !important;
  }

  .phone-wlp-md4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-color {
    background-color: transparent;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .small-box > a:nth-child(3) {
    margin-top: 15px;
  }

  .small-box img {
    width: 100%;
  }

  .hamburger {
    padding: 5px 5px;
  }

  .kaigan-logo {
    margin-top: 0.7em;
    font-size: 1.1em;
    height: 10px;
  }

  .social-icon {
    margin-top: -10px;
  }

  footer .wrapper {
    margin-bottom: -70px;
  }

  .navbar-collapse {
    background-color: #130013;
  }

  .overlay-menu {
    text-align: center;
    line-height: 35px;
  }

  #contact-us h2 {
    font-size: 24px;
  }

  .downloadText {
    font-size: 21px !important;
  }

  .side-menu {
    margin-top: 10rem;
  }

  .nav-item {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }

  .nav-item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

  .nav-item:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }

  .nav-item:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }

  .nav-item:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }

  .nav-item .btn-discord {
    background-image: linear-gradient(to right, #41d4df 0%, #2794af 51%, #086981 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }

  .nav-item .btn-discord:hover {
    background-position: right center;
    /* change the direction of the change here */
  }

  .nav-item a.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon:hover .fa-square-facebook {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5999;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon .fa-square-facebook {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 13%;
  }

  .nav-item a.social-media-icon-tw {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-tw:hover .fa-square-twitter {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-tw:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-tw::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1DA1F2;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-tw .fa-square-twitter {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 7%;
  }

  .nav-item a.social-media-icon-yt {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-yt:hover .fa-square-youtube {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-yt:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-yt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF0000;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-yt .fa-square-youtube {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 0;
  }

@-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

@keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

  .sosmed {
    margin-top: 3rem;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -250px;
    width: 250px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background: linear-gradient(25deg, #021116 0%, #30a8b3 100%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse .mr-auto {
    margin-right: unset !important;
  }

  .offcanvas-collapse .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 16px;
    color: white;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse.open .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 16px;
    color: white;
  }

  .offcanvas-collapse.open .close-sidemenu .cil-x {
    position: relative;
    top: 1vh;
  }

  #nav-hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 0.5vw;
    margin-top: 0.5vh;
  }

  #nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  /* Icon 3 */

  #nav-hamburger span:nth-child(1) {
    top: 0px;
  }

  #nav-hamburger span:nth-child(2),
  #nav-hamburger span:nth-child(3) {
    top: 10px;
  }

  #nav-hamburger span:nth-child(4) {
    top: 20px;
  }

  #nav-hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

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

  .sim-slider-logo {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-color {
    background-color: transparent;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .sim2logo {
    height: 70px;
  }

  .kaigan-logo {
    margin-top: 0.2em;
    font-size: 1.7em;
    height: 10px;
  }

  .social-icon {
    margin-top: -10px;
  }

  .navbar-collapse {
    background-color: #130013;
  }

  .overlay-menu {
    text-align: center;
    line-height: 35px;
  }

  .nav-item {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }

  .nav-item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

  .nav-item:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }

  .nav-item:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }

  .nav-item:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }

  .nav-item .btn-discord {
    background-image: linear-gradient(to right, #41d4df 0%, #2794af 51%, #086981 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }

  .nav-item .btn-discord:hover {
    background-position: right center;
    /* change the direction of the change here */
  }

  .nav-item a.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon:hover .fa-square-facebook {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5999;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon .fa-square-facebook {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 13%;
  }

  .nav-item a.social-media-icon-tw {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-tw:hover .fa-square-twitter {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-tw:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-tw::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1DA1F2;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-tw .fa-square-twitter {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 7%;
  }

  .nav-item a.social-media-icon-yt {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-yt:hover .fa-square-youtube {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-yt:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-yt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF0000;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-yt .fa-square-youtube {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 0;
  }

@-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

@keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
}

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -500px;
    width: 500px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background: linear-gradient(25deg, #021116 0%, #30a8b3 100%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse .mr-auto {
    margin-right: unset !important;
  }

  .offcanvas-collapse .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 5vw;
    font-size: 25px;
    font-weight: bold;
    color: white;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse.open .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 25px;
    font-weight: bold;
    color: white;
  }

  .offcanvas-collapse.open .close-sidemenu .cil-x {
    position: relative;
    top: 0.6vh;
  }

  #nav-hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 0.5vw;
    margin-top: 0.5vh;
  }

  #nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  /* Icon 3 */

  #nav-hamburger span:nth-child(1) {
    top: 0px;
  }

  #nav-hamburger span:nth-child(2),
  #nav-hamburger span:nth-child(3) {
    top: 10px;
  }

  #nav-hamburger span:nth-child(4) {
    top: 20px;
  }

  #nav-hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .kaigan-logo {
    margin-top: 0.7em;
  }

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

  .logo-left {
    left: 10%;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .playsimulacra-logo-slider {
    width: 50%;
  }

  .nav-item .nav-link {
    font-size: 18px;
  }

  .nav-item .btn-discord {
    background-image: linear-gradient(to right, #41d4df 0%, #2794af 51%, #086981 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }

  .nav-item .btn-discord:hover {
    background-position: right center;
    /* change the direction of the change here */
  }

  .nav-item a.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon:hover .fa-square-facebook {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5999;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon .fa-square-facebook {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 13%;
  }

  .nav-item a.social-media-icon-tw {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-tw:hover .fa-square-twitter {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-tw:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-tw::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1DA1F2;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-tw .fa-square-twitter {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 7%;
  }

  .nav-item a.social-media-icon-yt {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-yt:hover .fa-square-youtube {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-yt:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-yt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF0000;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-yt .fa-square-youtube {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 0;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -545px;
    width: 545px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background: linear-gradient(0deg, #5f2a6f 0%, #130013 100%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
    background: linear-gradient(25deg, #021116 0%, #30a8b3 100%);
  }

  .offcanvas-collapse .mr-auto {
    margin-right: unset !important;
  }

  .offcanvas-collapse .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 16px;
    color: white;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 99;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-collapse.open .close-sidemenu {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-size: 16px;
    color: white;
  }

  .offcanvas-collapse.open .close-sidemenu .cil-x {
    position: relative;
    top: 1vh;
  }

  #nav-hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 0.5vw;
    margin-top: 0.5vh;
  }

  #nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  /* Icon 3 */

  #nav-hamburger span:nth-child(1) {
    top: 0px;
  }

  #nav-hamburger span:nth-child(2),
  #nav-hamburger span:nth-child(3) {
    top: 10px;
  }

  #nav-hamburger span:nth-child(4) {
    top: 20px;
  }

  #nav-hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

@media (min-width: 1200px) {
  .carousel-control-prev1 {
    left: -150px !important;
  }

  .carousel-control-next1 {
    right: -150px !important;
  }

  .nav-item .btn-discord {
    background-image: linear-gradient(to right, #41d4df 0%, #2794af 51%, #086981 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }

  .nav-item .btn-discord:hover {
    background-position: right center;
    /* change the direction of the change here */
  }

  .nav-item a.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon:hover .fa-square-facebook {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5999;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon .fa-square-facebook {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 13%;
  }

  .nav-item a.social-media-icon-tw {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-tw:hover .fa-square-twitter {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-tw:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-tw::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1DA1F2;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-tw .fa-square-twitter {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 7%;
  }

  .nav-item a.social-media-icon-yt {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }

  .nav-item a.social-media-icon-yt:hover .fa-square-youtube {
    color: #fff;
    transform: rotateY(360deg);
  }

  .nav-item a.social-media-icon-yt:hover::before {
    top: 0;
  }

  .nav-item a.social-media-icon-yt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF0000;
    transition: 0.5s;
    z-index: 2;
  }

  .nav-item a.social-media-icon-yt .fa-square-youtube {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 25px;
    right: 0;
  }
}

@media screen and (min-width: 1280px) and (max-width: 800px) {
  .carousel-control-prev1 {
    left: 0 !important;
  }

  .carousel-control-next1 {
    right: 0 !important;
  }
}

/* ultra large screen */

@media (min-width: 3440px) and (height: 1440px) {
  .navbar {
    width: 56%;
    left: 22%;
  }
}

