.guide_section_main {
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 620px;
  background-image: url(../images/guide_section_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.hand_image_mian {
  width: min(70vw, 1343px);
  height: min(34vw, 540px);
  position: absolute;
  top: 4px;
  right: -70px;
  z-index: 1;
}

.hand_image_mian img {
  width: 115%;
  height: 102%;
  object-fit: contain;
  object-position: right top;
  margin-left: -126px;
}

.guide_information_main {
  width: 670px;
  height: auto;
  margin: 40px 0px 0px 80px;
  position: relative;
  z-index: 2;
}

.guide_information_title {
  font-family: var(--font-Glida-Display);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.guide_information_heading {
  font-size: 82px;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(101.58deg,
      #636363 0.97%,
      #9b9b9b 20.97%,
      #b1b1b1 37.13%,
      #e1e1e1 50.61%,
      #b1b1b1 62.82%,
      #9b9b9b 76.44%,
      #636363 100.96%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: metallicShine 4s linear infinite;
}

@keyframes metallicShine {
  from {
    background-position: 250% center;
  }

  to {
    background-position: -250% center;
  }
}

.leadership_text_description_head {
  font-size: 25px;
  font-weight: 500;
}

.guide_information_description {
  font-family: var(--font-Glida-Display);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
}

.leadership_and_image_main {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: end;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.leadership_image_main {
  width: 460px;
  height: min(66vh, 620px);
  flex-shrink: 0;
}

.leadership_image_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership_text_main {
  width: 900px;
  height: auto;
  margin-bottom: min(15vh, 27px);
}

.leadership_text_heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  background: linear-gradient(270deg,
      #be9644 0.01%,
      #aa803c 15.01%,
      #f3dc87 43.01%,
      #fbefac 59.01%,
      #f3dc87 73.01%,
      #aa803c 93.01%,
      #c49d47 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.leadership_text_description {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  text-indent: 70px;
  margin: -23px 0px 0px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1600px) {
  .guide_section_main {
    min-height: 480px;
  }

  .hand_image_mian {
    width: min(76vw, 1158px);
    height: min(64vw, 518px);
    top: 43px;
    right: -88px;
  }

  .hand_image_mian img {
    width: 115%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -126px;
  }

  .guide_information_main {
    width: 560px;
    margin: 28px 0px 0px 56px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 26px;
  }

  .guide_information_heading {
    font-size: 67px;
  }

  .leadership_and_image_main {
    gap: 48px;
  }

  .leadership_image_main {
    width: 330px;
    height: min(72vh, 430px);
  }

  .leadership_text_main {
    width: min(63vw, 820px);
    margin-bottom: 31px;
  }

  .leadership_text_heading {
    font-size: 20px;
  }

  .leadership_text_description_head {
    font-size: 24px;
  }

  .leadership_text_description {
    font-size: 24px;
    line-height: 1.45;
    text-indent: 24px;
    margin-top: -14px;
  }
}

@media screen and (max-width: 1400px) {
  .guide_section_main {
    min-height: 480px;
  }

  .hand_image_mian {
    width: min(76vw, 1158px);
    height: min(64vw, 518px);
    top: 43px;
    right: -17px;
  }

  .hand_image_mian img {
    width: 123%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -126px;
  }

  .guide_information_main {
    width: 560px;
    margin: 28px 0px 0px 56px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 26px;
  }

  .guide_information_heading {
    font-size: 67px;
  }

  .leadership_and_image_main {
    gap: 48px;
  }

  .leadership_image_main {
    width: 330px;
    height: min(72vh, 430px);
  }

  .leadership_text_main {
    width: min(63vw, 820px);
    margin-bottom: 31px;
  }

  .leadership_text_heading {
    font-size: 20px;
  }

  .leadership_text_description_head {
    font-size: 22px;
  }

  .leadership_text_description {
    font-size: 22px;
    line-height: 1.45;
    text-indent: 24px;
    margin-top: -14px;
  }
}

@media screen and (max-width: 1200px) {
  .guide_section_main {
    min-height: 480px;
  }

  .hand_image_mian {
    width: min(76vw, 1158px);
    height: min(64vw, 518px);
    top: 77px;
    right: -17px;
  }

  .hand_image_mian img {
    width: 123%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -126px;
  }

  .guide_information_main {
    width: 560px;
    margin: 28px 0px 0px 56px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 26px;
  }

  .guide_information_heading {
    font-size: 67px;
  }

  .leadership_and_image_main {
    gap: 48px;
  }

  .leadership_image_main {
    width: 330px;
    height: min(72vh, 430px);
  }

  .leadership_text_main {
    width: min(63vw, 820px);
    margin-bottom: 31px;
  }

  .leadership_text_heading {
    font-size: 20px;
  }

  .leadership_text_description {
    font-size: 22px;
    line-height: 1.45;
    text-indent: 24px;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .guide_section_main {
    height: calc(100vh - 70px);
    min-height: auto;
  }

  .guide_information_main {
    width: 500px;
    margin: 15px 0px 0px 56px;
    height: auto;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 18px;
  }

  .guide_information_heading {
    font-size: 42px;
  }

  .leadership_and_image_main {
    gap: 30px;
  }

  .leadership_image_main img {
    width: 84%;
    height: 100%;
    object-fit: cover;
  }

  .leadership_image_main {
    /* width: 363px; */
    width: 303px;
    height: min(60vh, 413px);
  }

  .leadership_text_main {
    margin-bottom: 24px;
    width: calc(83% - 300px);
  }

  .leadership_text_heading {
    font-size: 18px;
  }

  .leadership_text_description {
    font-size: 18px;
    line-height: 1.35;
    text-indent: 24px;
    margin-top: -15px;
  }

  .leadership_text_description_head {
    font-size: 18px;
  }

  .hand_image_mian {
    width: min(60vw, 900px);
    height: min(60vh, 320px);
    top: 40px;
    right: -10px;
  }

  .hand_image_mian img {
    width: 106%;
    height: 100%;
    object-fit: contain;
    object-position: right top;
    margin-left: -23px;
  }
}

@media screen and (max-width: 991px) {
  .guide_section_main {
    min-height: 600px;
  }

  .hand_image_mian {
    width: 82vw;
    height: 40vw;
    top: 123px;
    right: -35px;
  }

  .guide_information_main {
    width: 520px;
    margin: 26px 0px 0px 34px;
  }

  .guide_information_heading {
    font-size: 48px;
  }

  .leadership_and_image_main {
    gap: 28px;
  }

  .leadership_image_main {
    width: 300px;
    height: min(58vh, 390px);
  }

  .leadership_text_main {
    width: calc(100% - 360px);
    margin-bottom: 24px;
  }

  .leadership_text_description {
    font-size: 18px;
    text-indent: 24px;
  }
}

@media screen and (max-width: 768px) {
  .guide_section_main {
    height: auto;
    min-height: calc(100vh - 70px);
    padding: 0px 14px 18px;
    justify-content: flex-start;
  }

  .hand_image_mian img {
    width: 123%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -295px;
  }

  .hand_image_mian {
    width: 84vw;
    height: 50vw;
    top: 62px;
    right: -31vw;
  }

  .guide_information_main {
    width: 100%;
    margin: 12px 0px 0px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 16px;
  }

  .guide_information_heading {
    font-size: 40px;
  }

  .guide_information_description {
    width: 100%;
    text-align: center;
  }

  .leadership_and_image_main {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 112px;
  }

  .leadership_image_main img {
    width: 77%;
    height: 98%;
    object-fit: cover;
    margin-left: -15px;
  }

  .leadership_image_main {
    width: min(62vw, 322px);
    height: min(52vh, 339px);
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 22px 0px 0px;
  }

  .leadership_text_description_head {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: -2px;
    white-space: normal;
  }

  .leadership_text_heading {
    font-size: 22px;
  }

  .leadership_text_description_head {
    font-size: 18px;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.55;
    text-align: start;
    text-indent: 0px;
    margin-top: -17px;
    white-space: normal;
  }
}

@media screen and (max-width: 580px) {
  .guide_section_main {
    height: auto;
    min-height: calc(100vh - 70px);
    padding: 0px 14px 18px;
    justify-content: flex-start;
    background-image: url(../images/guide_section_bg_for_mobile.webp);
  }

  .hand_image_mian img {
    width: 123%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -229px;
  }

  .hand_image_mian {
    width: 84vw;
    height: 50vw;
    top: 106px;
    right: -31vw;
  }

  .guide_information_main {
    width: 100%;
    margin: 12px 0px 0px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 13px;
  }

  .guide_information_heading {
    font-size: 40px;
  }

  .guide_information_description {
    width: 100%;
    text-align: center;
  }

  .leadership_image_main img {
    width: 77%;
    height: 98%;
    object-fit: cover;
    margin-left: -15px;
  }

  .leadership_image_main {
    width: min(62vw, 322px);
    height: min(52vh, 339px);
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 22px 0px 0px;
  }

  .leadership_text_description_head {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: 21px;
    white-space: normal;
  }

  .leadership_text_heading {
    font-size: 22px;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
    text-align: start;
    text-indent: 0px;
    margin-top: -17px;
    white-space: normal;
  }
}

@media screen and (max-width: 580px) and (max-height: 850px) {
  .guide_section_main {
    height: calc(100vh - 70px);
    min-height: unset;
    padding: 0px 12px 14px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .guide_information_main {
    width: 100%;
    margin: 8px 0px 0px;
    flex-shrink: 0;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 15px;
  }

  .guide_information_heading {
    font-size: 32px;
    line-height: 0.95;
  }

  .hand_image_mian {
    width: 80vw;
    height: 38vw;
    top: 72px;
    right: -28vw;
  }

  .hand_image_mian img {
    width: 115%;
    height: 110%;
    object-fit: contain;
    object-position: right top;
    margin-left: -180px;
  }

  .leadership_and_image_main {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 0;
    padding-top: 80px;
    min-height: 0;
    overflow: hidden;
    justify-content: flex-end;
    margin-left: -11px;
  }

  .leadership_image_main {
    width: min(62vw, 280px);
    height: min(44vh, 310px);
    flex-shrink: 0;
  }

  .leadership_image_main img {
    width: 86%;
    height: 100%;
    object-fit: cover;
    margin-left: -15px;
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 0px;
    flex-shrink: 0;
  }

  .leadership_text_heading {
    font-size: 16px;
    margin-bottom: 3px;
    margin-left: 12px;
  }

  .leadership_text_description_head {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: 5px;
    white-space: normal;
    margin-left: 12px;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.4;
    text-align: start;
    text-indent: 0px;
    margin-top: -15px;
    white-space: normal;
    margin-left: 12px;
  }
}

@media screen and (max-width: 480px) {
  .guide_section_main {
    height: auto;
    min-height: calc(100vh - 70px);
    padding: 0px 14px 18px;
    justify-content: flex-start;
  }

  .hand_image_mian img {
    width: 123%;
    height: 119%;
    object-fit: contain;
    object-position: right top;
    margin-left: -197px;
  }

  .hand_image_mian {
    width: 84vw;
    height: 50vw;
    top: 106px;
    right: -31vw;
  }

  .guide_information_main {
    width: 100%;
    margin: 12px 0px 0px;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 16px;
  }

  .guide_information_heading {
    font-size: 40px;
  }

  .guide_information_description {
    width: 100%;
    text-align: center;
  }

  .leadership_image_main img {
    width: 100%;
    height: 98%;
    object-fit: cover;
    margin-left: -15px;
    margin-top: 20px;
  }

  .leadership_image_main {
    width: min(62vw, 322px);
    height: min(52vh, 339px);
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 22px 0px 0px;
  }

  .leadership_text_description_head {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: 21px;
    white-space: normal;
  }

  .leadership_text_heading {
    font-size: 22px;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
    text-align: start;
    text-indent: 0px;
    margin-top: -17px;
    white-space: normal;
  }
}

@media screen and (max-width: 480px) and (max-height: 850px) {
  .guide_section_main {
    height: calc(100vh - 70px);
    min-height: unset;
    padding: 0px 12px 14px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .guide_information_main {
    width: 100%;
    margin: 8px 0px 0px;
    flex-shrink: 0;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .guide_information_heading {
    font-size: 34px;
    line-height: 0.95;
  }

  .hand_image_mian {
    width: 95vw;
    height: 40vw;
    top: 87px;
    right: -36vw;
  }

  .hand_image_mian img {
    width: 115%;
    height: 110%;
    object-fit: contain;
    object-position: right top;
    margin-left: -160px;
  }

  .leadership_and_image_main {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 0;
    padding-top: 75px;
    min-height: 0;
    overflow: hidden;
    justify-content: flex-end;
    margin-left: -11px;
  }

  .leadership_image_main {
    width: min(60vw, 260px);
    height: min(43vh, 300px);
    flex-shrink: 0;
  }

  .leadership_image_main img {
    width: 102%;
    height: 100%;
    object-fit: contain;
    margin-left: -15px;
    margin-top: 0px;
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 0px;
    flex-shrink: 0;
  }

  .leadership_text_heading {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 12px;
    text-align: center;
  }

  .leadership_text_description_head {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: 4px;
    white-space: normal;
    margin-left: 12px;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: start;
    text-indent: 0px;
    margin-top: -13px;
    white-space: normal;
    margin-left: 12px;
  }
}

@media screen and (max-width: 480px) and (max-height: 750px) {
  .guide_section_main {
    height: calc(100vh - 70px);
    min-height: unset;
    padding: 0px 12px 14px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .guide_information_main {
    width: 100%;
    margin: 8px 0px 0px;
    flex-shrink: 0;
  }

  .guide_information_title,
  .guide_information_description {
    font-size: 16px;
  }

  .guide_information_heading {
    font-size: 30px;
    line-height: 0.95;
  }

  .hand_image_mian {
    width: 78vw;
    height: 36vw;
    top: 66px;
    right: -32vw;
  }

  .hand_image_mian img {
    width: 115%;
    height: 110%;
    object-fit: contain;
    object-position: right top;
    margin-left: -160px;
  }

  .leadership_and_image_main {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 0;
    padding-top: 75px;
    min-height: 0;
    overflow: hidden;
    justify-content: flex-end;
  }

  .leadership_image_main {
    width: min(60vw, 260px);
    height: min(43vh, 300px);
    flex-shrink: 0;
  }

  .leadership_image_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -15px;
    margin-top: 0px;
  }

  .leadership_text_main {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 0px;
    flex-shrink: 0;
  }

  .leadership_text_heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .leadership_text_description_head {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
    text-align: start;
    text-indent: 0px;
    margin-top: 4px;
    white-space: normal;
  }

  .leadership_text_description {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
    text-align: start;
    text-indent: 0px;
    margin-top: -13px;
    white-space: normal;
  }
}