html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /*font-family: "Playfair Display", serif;*/
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  min-height: 100vh;
  color: #fcfcfc;
  position: relative;
}
.top-image {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
}

.globe-icon {
  position: absolute;
  left: -27px;
  top: -4px;
  width: 24px;
}

#sidebarMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  margin-top: 0;
  height: auto;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: linear-gradient(
    to top,
    #4a2c11 0%,
    /* Dark Golden-Brown at the very bottom */ #1a1005 40%,
    /* Fading into a warm shadow */ #000000 100%
      /* Becomes pure black for the main content area */
  );
}
.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 16px;
  height: 22px;
  width: 22px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.logo {
  font-style: italic;
  position: absolute;
  left: 88px;
  top: -20px;
  font-size: 4rem;
  color: #0a0000;
}
.header {
  flex-shrink: 0;
  min-height: 300px;
  background-image: url("../sunrise5.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.intro__title {
  font-size: 2.8rem;
  margin: 1rem 0 0;
  text-align: center;
  margin-top: 2.7rem;
}
.intro__title span {
  font-style: italic;
  font-size: 1.5rem;
  display: block;
  margin-top: 3rem;
}
.desc {
  text-align: center;
  max-width: 800px;
  margin: 4rem auto 0;
  font-weight: 500;
}
.purpose {
  font-size: 1.4rem;
  text-align: center;
  max-width: 800px;
  margin: 2rem auto;
}
.purpose span {
  font-weight: 900;
  font-size: 1.5rem;
}
main {
  flex: 1 0 auto;
  padding: 0px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0a0000;
  margin-top: -2px;
}

.services {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.partners {
  z-index: 2;
  font-weight: 900;
}

.audience {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.audience__title {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.audience ul {
  max-width: 75%;
  padding: 0;
  text-align: center;
}

.audience li {
  list-style: none;
}

.audience span {
  font-weight: 900;
}

.audience p {
  text-align: center;
  max-width: 50%;
}

footer {
  flex-shrink: 0;
}
.footer {
  color: #fcfcfc;
  text-align: center;
  padding: 0 20px 20px;
  background-size: contain;
  z-index: 2;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fcfcfc;
}

.footer-phone {
  font-weight: 900;
  font-size: 1.3rem;
  padding-top: 5px;
  display: inline-block;
}

.footer-image {
  position: absolute;
  bottom: -57px;
  height: 400px;
  width: 100%;
  bottom: 0;
}

/*bigger than 2k*/
@media all and (min-width: 2561px) {
  .sidebarIconToggle {
    height: 50px;
    width: 50px;
    top: 27px;
  }
  .spinner {
    height: 5px;
  }
  .horizontal,
  .diagonal.part-2 {
    margin-top: 6px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    margin-top: -16px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    margin-top: 10px;
  }
  .sidebarMenuInner li {
    font-size: 2rem;
  }
  #sidebarMenu {
    transform: translateX(300px);
    width: 300px;
  }
  .globe-icon {
    left: -42px;
    top: -3px;
    width: 33px;
  }
  .logo {
    font-size: 7rem;
  }
  .header {
    min-height: 600px;
  }
  .intro__title {
    font-size: 5rem;
    margin-top: 6.7rem;
  }
  .intro__title span {
    font-size: 3.5rem;
    display: block;
    margin-top: 4rem;
  }
  .desc {
    font-size: 2.3rem;
    max-width: 1200px;
    /* margin-top: -1.5rem; */
    margin: -1.5rem auto 3rem;
  }
  .purpose {
    font-size: 3rem;
    max-width: 1200px;
  }
  .purpose span {
    font-size: 3.5rem;
  }
  .services {
    font-size: 2rem;
  }
  .partners {
    font-size: 2.2rem;
  }
  .audience {
    font-size: 2rem;
  }
  .audience__title {
    font-size: 2.5rem;
  }
  .footer-image {
    height: 460px;
  }
  .footer {
    font-size: 2rem;
    padding-top: 3rem;
  }
  .footer p {
    margin-bottom: 1rem;
  }
  .footer-phone {
    font-size: 2rem;
    padding-top: 1rem;
  }
}
/*between less-than-4k and 2k*/
@media all and (max-width: 3000px) and (min-width: 2560px) {
  .logo {
    font-size: 7rem;
  }
  .header {
    min-height: 600px;
  }
  .intro__title {
    font-size: 5rem;
    margin-top: 6.7rem;
  }
  .intro__title span {
    font-size: 3.5rem;
    display: block;
    margin-top: 3rem;
  }
  .desc {
    font-size: 2rem;
    max-width: 1200px;
    /* margin-top: 6rem; */
  }
  .purpose {
    font-size: 2.5rem;
    max-width: 1200px;
  }
  .services,
  .partners,
  .footer,
  .audience {
    font-size: 1.8rem;
  }
  .audience__title {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 2560px) and (min-width: 1921px) {
  .logo {
    font-size: 4rem;
    left: 40px;
  }
  .header {
    min-height: 450px;
  }
  .intro__title {
    font-size: 4rem;
    margin-top: 4.7rem;
  }
  .intro__title span {
    font-size: 2rem;
    display: block;
    margin-top: 5rem;
  }
  .desc {
    font-size: 1.3rem;
    margin-top: -100px;
  }
  .purpose {
    font-size: 1.6rem;
  }
  .services,
  .partners,
  .audience,
  .footer {
    font-size: 1.3rem;
  }
  .audience__title {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .footer {
    padding-top: 3rem;
  }
}

@media all and (max-width: 1920px) {
  .logo {
    font-style: italic;
    position: absolute;
    left: 25px;
    top: -30px;
    font-size: 3.5rem;
  }
  .header {
    background-position: right top 10%;
  }
  .desc {
    margin-top: -100px;
  }
}

/*small laptop*/
@media all and (max-width: 1366px) {
  .header {
    min-height: 240px;
    background-image: url("../sunrise3_1500px.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 27% center;
    background-image: none;
  }
  .page_wrapper {
    background-image: url("../sunrise5.jpg");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: bottom 100% left 2%;
  }
  .logo {
    left: 40px;
  }
  body {
    background-color: #0a0000;
  }
  main {
    background-color: transparent;
    padding: 0;
  }
  .intro__title {
    padding: 0 6rem;
    max-width: 57%;
    margin: 2.4rem auto 0;
  }
  .footer-image {
    height: 230px;
  }
  .services {
    margin-top: 1rem;
  }
  .audience {
    background-color: #0a0000;
    margin-bottom: 1.625rem;
  }
  .desc {
    margin-top: 0;
  }
}

@media all and (max-width: 1290px) {
  .intro__title {
    font-size: 2.5rem;
    max-width: 63%;
  }
}

@media all and (max-width: 1150px) {
  .intro__title {
    margin: 1rem auto 0;
  }
  .audience__title {
    font-size: 1.2rem;
  }
  .logo {
    left: 15px;
    top: -30px;
    font-size: 3rem;
  }
}

@media all and (max-width: 1050px) {
  .page_wrapper {
    background-size: 135%;
  }
}

@media all and (max-width: 1025px) {
  .intro__title span {
    margin-top: 4rem;
  }
}

@media all and (max-width: 993px) {
  .page_wrapper {
    background-size: 150%;
  }
}

@media all and (max-width: 768px) {
  .header {
    background-image: url("../sunrise3_1500px.jpg");
    background-repeat: no-repeat;
    background-position-x: left 74%;
    background-position-y: bottom 56%;
    background-size: initial;
    min-height: 230px;
    background-image: none;
  }
  .intro__title {
    max-width: 58%;
    font-size: 1.8rem;
    margin: 1rem auto 0;
    text-align: center;
  }
  .desc,
  .purpose {
    padding: 0 1rem;
  }
  .purpose {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .services {
    flex-direction: column;
  }
  .services ul:first-child {
    margin-bottom: 0;
  }
  .services ul:nth-child(2) {
    margin-top: 0;
  }
  .partners {
    text-align: center;
    padding: 0 1rem;
  }
  .audience ul {
    max-width: 80%;
  }
  .audience p {
    max-width: 80%;
  }
}

@media all and (max-width: 700px) {
  .intro__title {
    max-width: 90%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .header {
    padding-top: 100px;
    min-height: 140px;
  }
  .intro__title span {
    display: inline-block;
    margin-top: 0;
  }
}

@media all and (max-width: 700px) {
  .page_wrapper {
    background-image: url("../sunrise6-mob.jpg");
    background-size: 100%;
    background-position: top -6% center;
  }
  .logo {
    left: 2%;
    top: -2%;
  }
}

@media all and (max-width: 600px) {
  .logo {
    font-size: 2rem;
    left: 3%;
    top: -1%;
  }
  .services {
    padding: 0 1rem;
  }
  .page_wrapper {
    background-position: bottom 100% left 0%;
  }
  .intro__title {
    margin: 1rem auto 0;
  }
}

@media all and (max-width: 500px) {
  .intro__title {
    margin: 0 auto 0;
  }
}

@media all and (max-width: 400px) {
  .intro__title {
    font-size: 1.625rem;
  }
  .intro__title span {
    font-size: 1.2rem;
  }
  .page_wrapper {
    background-position: bottom 100% left 0%;
  }
  .header {
    min-height: 110px;
  }
  .desc {
    margin: 2rem auto 0;
  }
  #sidebarMenu {
    width: 100%;
    transform: translateX(100%);
    z-index: 98;
  }
}
