body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

.top-menu {
  display: none;
}

.nonee {
  display: block;
}

.none {
  display: none;
}

.navbar img,
.navbar .nav-button,
.page-nav {
  display: none;
}

/* Navbar Mobile */
.non {
  display: block;
}

.side-home-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  float: right;
  margin-top: -29rem;
  font-size: 1.7rem;
}

.container {
  width: 100%;
  margin: auto;
}

.cs-africa {
  position: absolute;
  top: 5px;
  right: 25px;
  padding-top: 2px;
  font-size: 1.2rem;
  color: #0e2431;
}

.navbar {
  background-image: url(../img/bg/mobile-bg.png);
  background-size: cover;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 62px;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
  color: #ec5242;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #333;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .nav-items li {
  display: flex;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  margin-left: 3.8rem;
  font-weight: 500;
}

.navbar .nav-items {
  padding-top: 120px;
  background-color: #e9e9ea;
  opacity: 0.95;
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.nav-container input[type="checkbox"]:checked ~ .nav-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo {
  display: none;
}

/* \\\\\About-Header contents//// */

.about-header-content {
  background-image: url(../img/bg/mobile-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  margin: 0 0 0 -6rem;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 95%;
  margin-left: 25%;
}

.content-title {
  margin-top: -45rem;
  margin-left: -5.4rem;
  align-self: center;
  color: #ec5242;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.about-content .content-title {
  color: #ec5242;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-left: -0.5rem;
}

.about-content h1 {
  font-family: "COCOGOOSE", sans-serif;
  background-image: url(../img/bg/fire-bg.jpg);
  background-size: cover;
  background-position: bottom;
  color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-background-clip: text;
  font-size: 30px;
  margin-left: -2rem;
  text-align: center;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 90%;
  padding: 2rem;
  margin-left: 5rem;
  margin-top: -17rem;
}

.header-content p {
  font-size: 14px;
  text-align: center;
  padding-right: 1.2rem;
}

.header-content .description {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 30px;
  flex-wrap: wrap;
}

.about-header-content h6 {
  display: flex;
  justify-content: center;
  font-weight: 400;
}

.outer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 6rem;
  font-weight: 400;
}

.header-email {
  margin-top: -1rem;
  margin-left: 10rem;
  text-decoration: underline;
}

/* Elaborate Logo Details Section */
.about-the-logo {
  background-color: #fff;
}

.atl-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.atl-container .hr-line {
  color: #ec5242;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  width: 10%;
}

.atl-container .atl-header {
  font-weight: 500;
  color: #272a31;
}

.atl-container .atl-description {
  line-height: 30px;
  line-height: 2rem;
  text-align: center;
}

.atl-logo-img {
  width: 17rem;
}

.atl-container .atl-logo-img {
  border: 0.1rem solid #d3d3d3;
  padding: 3rem;
}

.atl-container h3 {
  text-align: center;
}

/* See past */
.see-past {
  display: flex;
  justify-content: center;
}

.sp-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-container .hr-line {
  color: #ec5242;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  width: 10%;
}

.sp-description {
  display: flex;
  text-align: center;
  width: 75%;
}

.summit-images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1rem;
  gap: 0.5rem;
}

.sp-container .summit-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
  margin-top: -1rem;
}

.ghana {
  height: 15rem;
}

.summit-images .ghana {
  background-image: url(../img/summit/ghana.jpg), linear-gradient(rgba(248, 33, 48, 0.6), rgba(144, 60, 47, 0.9));
  background-size: cover;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  padding: 5rem 6rem;
  transition: 0.5s;
}

.summit-year {
  color: #fff;
  font-weight: 800;
}

.ghana p {
  color: #fff;
  font-weight: bold;
}

.summit-images .eritrea {
  background-image: url(../img/summit/eretrea.jpg), linear-gradient(rgba(248, 33, 48, 0.6), rgba(144, 60, 47, 0.9));
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  padding: 5rem 6rem;
  transition: 0.5s;
}

.eritrea p {
  color: #fff;
  font-weight: bold;
}

/* \\\\\\\\Partners Section//////// */
.partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #414246;
}

.partners-header .partner {
  color: #d3d3d3;
  font-weight: 400;
}

.partners-header .hr-line {
  margin-left: 25%;
  width: 38%;
}

.partner-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -3rem;
}

.partners .partner-imgs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
  margin-left: 20rem;
  margin-right: 20rem;
}

.partner-imgs .partner-img {
  height: 2.8rem;
  width: 7.5rem;
}

/* \\\\\\\\Footer Section//////// */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 4rem;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.footer-logo {
  margin-top: -4.5rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.footer-container img {
  margin-left: 1rem;
  width: 9rem;
  height: 3rem;
}

.f-c-h {
  display: flex;
  text-align: start;
  color: #272a31;
  width: 9rem;
  font-size: 14px;
  margin-top: -2rem;
}

/* Mobile Version */
@media only screen and (min-width: 767px) {
  .top-menu {
    display: flex;
    justify-content: flex-end;
    background-color: #272a31;
  }

  .nonee {
    display: none;
  }

  .none {
    display: block;
  }

  .top-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 10px;
    padding: 10px 170px 10px 0;
  }

  .navbar img,
  .navbar .nav-button,
  .page-nav {
    display: block;
  }

  header {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .checkbox,
  .hamburger-lines {
    display: none !important;
  }

  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 10px 8px #d4d4d4;
    background-image: none;
  }

  .navbar img {
    margin-left: 1rem;
    margin-top: -0.8rem;
  }

  .navbar .nav-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    list-style: none;
    padding: 0;
    height: 0;
    width: 0;
    background-color: #fff;
    opacity: 1;
    transform: none;
    margin-top: 0.9rem;
  }

  .navbar ul a {
    text-decoration: none;
    color: #5c5a5a;
    margin: 0;
    font-size: 16px;
  }

  .page-nav ul a {
    text-decoration: none;
    color: #5c5a5a;
  }

  .navbar ul li a:hover {
    color: #ec5242;
    font-size: 18px;
    animation: 0.5s ease;
  }

  .navbar .nav-button {
    border-color: #ec5242;
    border-width: 7px;
    color: #ec5242;
    background-color: #fff;
    font-size: 16px;
    padding: 12px;
    margin: -0.5rem 5rem 0 1rem;
  }

  .navbar .nav-button:hover {
    color: #fff;
    background-color: #ec5242;
    font-size: 18px;
  }

  .page-nav ul {
    display: flex;
    list-style: none;
    gap: 0.3rem;
  }

  /* About Content */
  .about-content .content-title {
    color: #ec5242;
    font-size: 40px;
    font-weight: 400;
  }

  .about-header-content {
    background-image: url(../img/bg/desktop-bg.png);
    background-size: cover;
    padding: 3rem 0 0;
    margin: 0 0 0 -1rem;
    height: 100%;
  }

  .page-logo {
    margin-left: -40%;
  }

  .page-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: -2rem 12rem 0 0;
  }

  .home-icon {
    color: #535353;
  }

  .bi-chevron-right {
    color: #ec5242;
  }

  .about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: -25rem;
    margin-top: -60rem;
  }

  .about-content h1 {
    font-family: "COCOGOOSE", sans-serif;
    background-image: url(../img/bg/fire-bg.jpg);
    background-size: cover;
    background-position: bottom;
    color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    background-clip: border-box;
    -webkit-background-clip: text;
  }

  .about-content .hr-line {
    color: #ec5242;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    width: 2%;
  }

  .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15rem 0 0 6rem;
    background-color: #fff;
    width: 90%;
    padding: 2rem;
  }

  .header-content .description {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    flex-wrap: wrap;
    width: 55%;
  }

  .about-header-content h6 {
    display: flex;
    justify-content: center;
    font-weight: 400;
  }

  .about-header-content .outer {
    display: flex;
    justify-content: center;
    font-weight: 400;
  }

  .about-header-content .header-email {
    display: flex;
    justify-content: center;
    text-decoration: underline;
  }

  .header-email i {
    color: #5c5a5a;
  }

  /* \\\\\\\\About the Logo Section//////// */
  .about-the-logo {
    background-color: #fff;
  }

  .atl-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .container {
    width: 100%;
    margin: auto;
  }

  .atl-container .atl-header {
    font-weight: 400;
    color: #272a31;
  }

  .atl-container .atl-description {
    width: 43%;
    line-height: 30px;
    text-align: center;
  }

  .atl-container .atl-logo-img {
    border: 0.1rem solid #d3d3d3;
    padding: 3rem;
  }

  /* \\\\\\\\Past Summits Section//////// */
  .see-past {
    display: flex;
    justify-content: center;
  }

  .see-past .sp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-container .hr-line {
    color: #ec5242;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    width: 5%;
  }

  .sp-container .summit-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
  }

  .summit-images .ghana {
    background-image: url(../img/summit/ghana.jpg), linear-gradient(rgba(248, 33, 48, 0.6), rgba(144, 60, 47, 0.9));
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    padding: 5rem 6rem;
    transition: 0.5s;
  }

  .summit-images .ghana:hover,
  .summit-images .ghana:active {
    transform: scale(1.16);
    margin-right: 1rem;
  }

  .summit-year {
    color: #fff;
    font-weight: 800;
  }

  .ghana p {
    color: #fff;
    font-weight: bold;
  }

  .summit-images .eritrea {
    background-image: url(../img/summit/eretrea.jpg), linear-gradient(rgba(248, 33, 48, 0.6), rgba(144, 60, 47, 0.9));
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    padding: 5rem 6rem;
    transition: 0.5s;
  }

  .summit-images .eritrea:hover,
  .summit-images .eritrea:active {
    transform: scale(1.16);
    margin-left: 1rem;
  }

  .navbar .nav-items li {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    margin-left: 3.8rem;
    font-weight: 500;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #272a31;
    height: 20rem;
    gap: 3rem;
    color: #fff;
  }

  .footer-container img {
    width: 27rem;
    height: 28rem;
    margin-top: -5rem;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-top: -1rem;
    margin-right: 5rem;
  }

  .footer-content .f-c-h {
    font-weight: 600;
    color: #fff;
    width: 100%;
  }

  .non {
    display: none;
  }
}
