html,
body {
  height: 100%;
}

body {
  max-width: 1600px;
  min-width: 250px;
  margin: 0 auto;
}

.header {
  max-width: 100%;
  height: 18%;
  background-color: #000;
  padding: 30px 0;
  display: flex;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}


@media (max-width: 767px) {
  .header__clone-container {
    display: none;
  }

  .header__list {
    display: none;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked~.menu__box {
    left: 0 !important;
  }

  .menu__btn {
    position: fixed;
    top: 40px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }

  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffc492;
    transition-duration: 0.25s;
  }

  .menu__btn>span::before {
    content: "";
    top: -8px;
  }

  .menu__btn>span::after {
    content: "";
    top: 8px;
  }

  .menu__box {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }

  .menu__item {
    display: block;
    padding: 2em 2em;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }

  .menu__item:hover {
    background-color: #ffc492;
  }
}

.g-content {
  display: flex;
  margin: 0 auto;
  width: 82%;
  display: flex;
  padding: 0px 1%;
}

.header__navbar {
  display: flex;
  width: 70%;
}

.header__menu {
  display: flex;
}

.header__list {
  list-style-type: none;
}

.header__link {
  padding-right: 0.7em;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.header__clone-container {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.clone {
  color: #ffc492;
  padding-right: 12px;
}

.header__arrow {
  color: #fff;
}

.chart {
  /* width: 1600px;
  height: 3146px; */
  max-width: 100%;
  margin: 0 auto;
  background-color: #000;

}

.chart__main {
  /* width: 1280px;
  height: 2672px; */
  max-width: 100%;
  height: auto;
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 5%;
  position: relative;
}

.chart-upper {
  display: flex;
  /* width: 1217px; */
  height: 14%;
  max-width: 100%;
  justify-content: space-between;

}

.chart__text1 {
  max-width: 643px;
  width: 55%;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 3.7em;
  line-height: 121%;
  /* or 121% */
  color: #FFFFFF;
  align-self: flex-end;
  overflow: hidden;

}

.chart__text2 {
  max-width: 499px;
  width: 45%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  /* or 175% */
  color: #FFFFFF;
  align-self: flex-end;
  overflow: hidden;


}

.chart__om {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #FFB577;
  position: absolute;
  left: 0;
  top: -40px;

}

.chart__om::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #FFFFFF;
  margin-bottom: 7px;
}

.menu-a {
  display: flex;
  width: 55%;
  height: 5%;
  margin-top: 10%;
  margin-bottom: 3%;
  justify-content: space-between;
  overflow: hidden;
}

a {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 120%;
  line-height: 150%;

  /* identical to box height, or 150% */
  color: #FFFFFF;
  opacity: 0.6;
  text-decoration: none;
  padding-left: 2%;
}

a:hover {
  text-decoration: underline;
}

nav a:first-child {
  color: white;
  opacity: 1;
}

.chart__cards {
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  background: #1F1D21;
  justify-content: space-between;
}

.cards__column {
  /* width: 32%;
  height: 22%; */
  display: flex;
  flex: 0 1 32%;
  margin-bottom: 3%;
}

.cards__item {
  display: block;

  justify-content: space-between;
}

.cards__image img {
  max-width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards__body {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.cards__body_1 {
  padding-left: 5%;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.87;
}

.cards__body_2 {
  padding-right: 5%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.87;
}

.chart__map {
  /* width: 1280px;
  height: 532px; */
  max-width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #000000;
  color: #FFFFFF;
  justify-content: space-between;
  margin-top: 10%;
}

.map__text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 28px;
  padding-top: 3%;
  padding-left: 5%;
  /* or 175% */
  /* Colour 100 */
  color: #B8B8B8;
}

.map__image {
  width: 65%;

}

.map__image img {
  /* max-width: 836px;
  max-height: 532px; */
  width: 100%;
  height: 100%;
  object-fit: contain;

}

@media screen and (min-width:768px) and (max-width: 1023px) {

  .menu-a {
    width: 100%;
  }

  .chart__cards {
    justify-content: space-around;

  }

  .chart__text2 {
    display: none;
  }

  .chart__text1 {
    width: 100%;
    font-size: 5px;
  }

  .map__image img {
    /* max-width: 836px;
    max-height: 532px; */
    width: 100%;
  }
}

@media screen and (min-width:375px) and (max-width: 767px) {
  .menu__box {
    display: none;
  }

  .menu-a {
    width: 95%;
    font-size: 10px;
  }

  .chart__text1 {
    width: 100%;
    font-size: 1.5em;
  }

  .chart__text2 {
    display: none;
  }

  .cards__column {
    display: flex;
    flex: 0 1 45%;
    /* height: 22%; */
    margin: 0 auto;
  }

  .cards__body_1 {
    font-size: 10px;
  }

  .cards__body_2 {
    font-size: 10px;
  }

  .chart__map {
    display: none;
  }

  .footer {
    display: none;
  }
}


@media screen and (max-width: 374px) {
  .header {
    display: none;
  }

  .menu__box {
    position: static;
  }

  .chart__main {
    margin-top: 0;
  }

  .chart__text2 {
    display: none;
  }

  .chart__text1 {
    width: 100%;
    font-size: 1.5em;
    margin-top: 5px;
  }

  .chart__map {
    display: none;
  }

  /* .chart-upper {
    display: none;
  } */

  .chart__cards {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }

  .cards__column {
    flex: 0 1 97%;
  }


  .cards__body_1 {
    font-size: 10px;
  }

  .cards__body_2 {
    font-size: 10px;
  }

  .menu-a_a2 {
    display: none;
  }

  .footer {
    display: none;
  }
}


/*footer*/
.footer {
  max-width: 100%;
  height: 35%;
  background-color: #000;
  padding-top: 3%;
}

@media screen and (max-width: 767px) {
  .foot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__link {
    font-size: 12px;
    line-height: 20px;
  }

  .footer__contact-container {
    display: none;
  }
}

.footer-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 0px 15px;
}

.footer__top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__menu {
  display: flex;
}

.socials {
  padding: 0;
}

.footer__list {
  list-style-type: none;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer__link {
  padding-right: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.footer__bottom-part {
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.07)
}

.footer__bottom-part__text {
  color: #B8B8B8;
}

.footer__menu__item {
  list-style-type: none;
  color: #FFF;
  padding: 10px;
}

.contact {
  color: #FFf;
  padding-right: 12px;
}

.footer__arrow {
  color: #FFC492;
}