@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+CU:wght@100..400&display=swap");
* {
  box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  transition: all 0.5s linear;
  color: #fff;
  text-transform: capitaliz;
}
body {
  background-color: rgb(2, 2, 61);
  font-family: sans-serif;
}

header {
  position: relative;
  padding: 2em 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(images/indigene-bg-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.logo {
  font-size: 2em;
  font-weight: 600;
  flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
}
.logo img {
  width: 150px;
  margin-right: 1%;
}
.navbar {
  width: 100%;
  padding: 2rem 3rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  top: 0;
  position: fixed;
}

.navbar.scrolled {
  background-color: #0a0136;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.nav_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.item {
  display: flex;
  justify-content: center;
}
.nav_items li {
  list-style: none;
  padding: 1em;
}
.nav_items li a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav_items li::before {
  content: "";
  width: 0;
  height: 2px;
  background: rgb(7, 230, 255);
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav_items li:hover::before {
  width: 100%;
}
.btn {
  padding: 9px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: rgb(1, 3, 177);
  border: 2px solid rgb(1, 2, 177);
  transition: all 0.5s ease-out;
  color: #00c0fb;
}

.nav_menu {
  display: none;
}
.main {
  width: 90%;
  left: 50%;
  top: 55%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
}

.youtube_container {
  width: 100%;
}

.youtube_container iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.heading_1 {
  font-size: 2.5em;
  color: #00c0fb;
}
.heading {
  font-size: 3.7em;
  padding: 1.5% 0;
  font-family: "Lato", sans-serif;
}
.main_btn {
  display: flex;
}
.btn1:hover {
  background-color: transparent;
}
.btn2 {
  background-color: transparent;
  margin-left: 1%;
  align-items: center;
  display: flex;
}

button a{
  text-decoration: none;
}
.btn2 i {
  font-size: 2em;
  margin-right: 6px;
  color: rgb(1, 3, 177);
}
.btn2:hover {
  background-color: rgb(1, 3, 177);
}
.btn2:hover i {
  color: #fff;
}

.section1 {
  padding: 8% 3% 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
}
.head {
  text-align: center;
}

.head h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #010857;
  font-weight: 600;
}

.head p {
  font-family: Arial, Helvetica, sans-serif;
}

.youtube_container {
  width: 90%;
}

.youtube_container img {
  width: 100%;
  height: 100%;
}

/*ind_card section*/

.About-Us {
  text-align: center;
  color: #0a0136;
  font-size: 30px;
  margin: 3%;
}

.About-Us h1 {
  color: #0a0136;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.in_card {
  width: 100%;
  background-color: #fff;
  padding: 60px 5%;
}

.in-card_box {
  display: grid;
  width: 90%;
  margin: auto;
  align-items: center;
  grid-gap: 3.9rem;
  grid-template-columns: 1fr 1fr;
}

.right_box img {
  width: 100%;
}

.left_box .heading {
  color: rgb(13, 2, 176);
  font-size: 30px;
  padding: 30px 0px;
  font-family: sans-serif;
  line-height: 1.2;
}

.left_box {
  width: 100%;
}
.left_box p {
  color: #000;
  font-size: 19px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 0;
  width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: justify;
  text-wrap: pretty;
}

.right_box {
  text-align: right;
}

.in_btn {
  padding: 20px 0px;
}

/*-----------contact-----------*/

.location {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}

.location iframe {
  width: 100%;
}

.contact-us {
  width: 80%;
  margin: auto;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 30px;
}

.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.contact-col div i {
  font-size: 28px;
  color: #00c0fb;
  margin: 10px;
  margin-right: 30px;
}

.contact-col div h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.contact-col input,
.contact-col textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  color: #000;
}

/*------boxes--------*/

.boxes {
  margin: 4rem auto;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
}

.box {
  text-align: center;
  padding: 5% 0;
  box-shadow: rgba(0, 0, 0, 1.35) 0 5px 15px;
  border: 2px solid transparent;
}
.box img {
  width: 90px;
}

.box p {
  max-width: 275px;
  margin-inline: auto;
  text-align: center;
  line-height: 1.75rem;
  color: #888;
}
.box h4 {
  margin: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
}

/* __________footer */
.footer_container {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 60px;
}
.footer_logo img {
  max-width: 150px;
}
.footer_logo span {
  display: flex;
  font-size: 1.8rem;
  font-weight: 800;
}
.footer_col .footer_text {
  max-width: 350px;
  color: #999;
  margin: 2rem 0;
}
.footer_socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.footer_socials a {
  font-size: 1.8rem;
  text-decoration: none;
  padding: 3%;
}
.footer_socials a:hover {
  background-color: orangered;
}
.footer_col h4 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.footer_links {
  display: grid;
  gap: 1rem;
  list-style: none;
}
.footer_links a {
  text-decoration: none;
  color: #999;
}
.footer_links a:hover {
  color: orangered;
}
.footer_bar {
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
}
/* __________Scroll-up */
.top {
  background-color: rgb(0, 55, 255);
  font-size: 40px;
  padding: 0.5rem;
  position: fixed;
  border-radius: 10%;
  right: 5%;
  cursor: pointer;
  bottom: -50%;
}
.top:hover {
  transform: translateY(-0.6rem);
}
.top.show {
  bottom: 8%;
}

@media only screen and (max-width: 1161px) {
  .nav_items {
    padding: 20px;
  }

  .heading {
    font-size: 2.7em;
    padding: 1%;
  }
}

@media only screen and (max-width: 999px) {
  .nav_items {
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    padding: 5em 0em 2em 0;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 0.9rem;
    background-color: #000;
    transition: 0.5s;
    z-index: -1;
    transform: translateY(-100%);
  }
  .nav_items.open {
    transform: translateY(0);
  }
  .item {
    flex-direction: column;
  }
  .nav_menu {
    display: block;
    font-size: 2em;
  }

  .nav_items {
    flex: 1.7;
  }

  .main {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }

  .youtube_container {
    width: 100%;
  }

  .youtube_container iframe {
    width: 60%;
    height: 100%;
    border-radius: 30px;
  }

  .head h3 {
    font-size: 25px;
  }

  .in-card_box {
    width: 70%;
    grid-gap: 2.9rem;
    grid-template-columns: 1fr;
  }

  .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .head h3 {
    font-size: 15px;
  }

  .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 548px) {
  .footer_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .heading {
    font-size: 2.2em;
  }

  .in_card {
    padding: 10px;
  }
}

@media only screen and (max-width: 445px) {
  .heading {
    font-size: 2em;
  }

  .in_card {
    padding: 2px;
  }

  .left_box .heading {
    font-size: 25px;
  }

  .left_box p {
    font-size: 15px;
  }

  .head h3 {
    font-size: 20px;
  }

  .About-Us {
    font-size: 20px;
    padding: 10%;
  }

  .About-Us h1{
    font-size: 30px;
  }
}
