body {
  padding: 0;
}

@media screen and (min-width:1200px) {
  body {
    padding: 20px 0;
  }
}

.main-header {
  padding: 0 15px;
}

#header-top.active {
  background-color: #fff;
}

#header-top.active .navbar {
  /* background: #00071a; */
}

.navbar {
  padding: 15px 24px;
}

@media screen and (min-width: 1200px) {
  .navbar {
    background-color: #00071A80;
    border-radius: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar {
    flex-direction: row-reverse;
  }
}

.banner {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
  .banner {
    position: relative;
    padding: 0 15px;
    margin-bottom: 160px;
  }
}

.banner img.banner_img {
  width: 100%;
  max-height: 579px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    padding: 8px 20px;
    width: 100%;
    z-index: 99;
    right: 0;
    left: 0;
    background: #00071A80;
}

@media screen and (min-width:1200px) {
  .banner img.banner_img {
    height: 109vh;
    border-top-left-radius: 50px;
    border-radius: 40px;
  }
}

.logo img {
  display: none;
}

@media screen and (min-width:1200px) {
    .navbar {
        width: calc(-30px + 100vw);
        left: 50%;
        right: 0px;
        transform: translateX(-50%);
        background-color: rgba(0, 7, 26, 0.5);
        border-radius: 50px;
        padding: 20px 50px;
    }

  #bar {
    display: none;
  }

  .logo img {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .navbar {
    padding: 0 120px;
    height: 80px;
  }
}

@media screen and (min-width:1200px) {
  #bar {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .navbar .logo {
    display: block;
  }
}


@media screen and (max-width: 1199px) {
  .nav-links {
    display: none;
    gap: 20px;
    flex-direction: column;
    width: 65%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(255 255 255);
    padding: 36px 22px 0;
  }

  .nav-links.show+.shadown {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(43, 43, 43, 0.502);
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .nav-links {
    display: flex;
    list-style: none;
    gap: 25px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 0;
  }
}

.nav-links li {
  position: relative;
  display: block;
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .nav-links li {
    width: unset;
  }
}

@media screen and (max-width: 1199px) {
  .nav-links li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.nav-links a {
  color: #5C636B;
  text-decoration: none;
  font-weight: 300;
  padding: 3px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1200px) {
  .nav-links a {
    color: white;
    font-weight: 300;
    font-size: 1.06vw;
    padding: 8px 15px;
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    /* transform: translateY(-2px); */
  }
}

.nav-links a.active {
  position: relative;
  font-weight: 700;
  color: #00071A;
  display: block;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  height: 2px;
  background-color: rgba(14, 168, 218, 1);
}

@media screen and (max-width: 1199px) {
  .nav-links .nav-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .nav-links a.active {
    display: inline-block;
    color: #FFFFFF;
  }

  .nav-links a.active::after {
    content: "";
    position: absolute;
    width: 80%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: rgba(14, 168, 218, 1);
  }

  .nav-links .nav-close {
    display: none;
  }
}

.nav-close a {
  flex: 1;
}


/*  */
.mission h1 {
  margin-top: 20px;
}

.mission {
  background-color: #fff;
  color: #6B6B6B;
  padding: 40px 20px;
  border-radius: 20px;
  margin-top: 0;
}

.mission div {
  line-height: 1.8;
}

@media screen and (min-width:1200px) {
  .mission {
    margin-top: 25px;
  }
}


.mission h1 {
  margin-top: 0;
}

.mission h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
  /* color: #6B6B6B; */
}


@media screen and (min-width:1200px) {
  .mission {
    margin-top: 0;
    padding: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    width: 68vw;
    max-width: 894px;
    left: 50px;
    position: absolute;
    box-shadow: 0px 4px 42.8px 0px #C1C8CA;
    width: 68vw;
    position: absolute;
    bottom: -16%;
    left: 100px;
    height: fit-content;
    transform: unset;
  }

  .mission h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
    color: #0C151A;
  }
}

.represent {
  padding: 10px 20px 0;
}

.represent .represent_content {
  background-color: rgba(0, 7, 26, 1);
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  color: #fff;
}

.about_img {
  display: none;
}

.bg {
  display: none;
}

@media screen and (min-width:1200px) {
  .represent .represent_content {
    border-radius: 50px;
    padding: 20px 30px;
  }

  .about_img {
    display: block;
    margin: 0 auto;
  }

  .bg {
    display: block;
  }

  .represent {
    padding: 0 20px 0;
    margin-bottom: 80px;
  }

  .represent .represent_content {
    padding: 120px 200px;
    display: flex;
  }
}

.represent_text {
  flex: 1;
}


.represent_text .message-title {
  font-size: 15px;
  font-weight: 500;
}

.vibez-btn {
  background: linear-gradient(45deg, #00bcd4, #0097a7);
  color: black;
  padding: 0 10px;
  height: 43px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin: 20px 0;
}

@media screen and (min-width:1200px) {
  .represent_text .message-title {
    font-size: 16px;
  }

  .vibez-btn {
    font-size: 24px;
  }
}

.message-content div {
  margin-bottom: 15px;
  color: rgba(196, 196, 196, 1);
}



.about {
  position: relative;
  padding: 0 20px;
  /* height: 694px; */
}

.about img.bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about_content {
  padding: 30px 0;
}

@media screen and (min-width:1200px) {
  .ca {
    padding: 0;
    text-align: center;
    margin-top: 80px;
  }

  .about_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 100%;
  }

  .about {
    position: relative;
    height: 694px;
  }


  .ca {
    text-align: left;
    margin-top: 0;
  }
}

footer {
  margin-top: 80px;
}

.ca div {
  line-height: 34px;
}

.ct {
  font-size: 16px;
}

.cc {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .cc {
    font-size: 20px;
  }
}