.iiShare .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 120px;
}
.iiShare .hero h2 {
  font-size: 38px;
}
.iiShare .hero .top {
  display: flex;
  flex-direction: row;
  padding: 75px 0;
  justify-content: space-between;
  overflow: hidden;
  gap: 50px;
}

.iiShare .hero .left {
  max-width: 600px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding-left: 5%;
}
.iiShare .hero .left > span {
  color: #282e33;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
}

.iiShare .hero .left span.small {
  font-size: 12px;
}

.iiCOntrol .hero .left .small p a {
  color: #e50051 !important;
}
.iiShare .hero .right {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 564px;
  gap: 30px;
}

.iiShare .hero .right_one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  height: 100%;
  margin-left: auto;
}

.iiShare .hero .right_two {
  height: 568px;
  width: 641px;
  overflow: hidden;
  border-radius: 30px;
}

.iiShare .hero .right_one > div {
  height: 262px;
  overflow: hidden;
  max-width: 394px;
  width: 394px;
}

.iiShare .hero .right_one > div img {
  height: 100%;
  width: auto;
  object-position: center;
}

.iiShare .hero .right_two > div:last-of-type {
  height: 100%;
  width: 100%;
  margin-left: auto;
}

.iiShare .hero .img_container {
  border-radius: 30px;
}

.iiShare .hero .img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iiShare .hero .hero-swiper {
  display: none;
  width: 100%;
  height: 10%;
  overflow: hidden;
}

.iiShare .hero .hero-swiper img {
  min-height: 500px;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
}

.iiShare .iiShare-navigation {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  gap: 15px;
  min-height: 55px;
  max-height: 55px;
  flex-direction: column;
}

.iiShare-navigation-inner-wrapper > div {
  padding: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: white;
  text-align: center;
  margin: auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.iiShare-navigation-inner-wrapper > div a {
  padding: 8px;
}

@media screen and (max-width: 1100px) {
  .iiShare-navigation-inner-wrapper > div {
    gap: 40px;
  }
}

.iiShare-navigation-inner-wrapper a {
  padding: 8px;
  border-radius: 2px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.iiShare-navigation-inner-wrapper > a:hover {
  color: #3e4345;
  background: white;
}

.iiShare .iiShare-navigation span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.iiShare-navigation-wrapper {
  display: flex;
  align-items: center;
  max-width: 1431px;
  background-color: black;
}
.iiShare-navigation-wrapper > div {
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3sease-in-out;
  color: white;
  text-align: center;
}
.iiShare .underline-div {
  height: 5px;
  border-radius: 20px;
  margin: auto;
  width: 40px;
}
.iiShare-navigation-wrapper > div:hover .underline-div {
  width: 40px;
  height: 5px;
  background-color: #e50051;
  transition: translate(0.25s);
  color: #3e4345;
}

@media screen and (max-width: 876px) {
  .iiShare .hero .hero-swiper {
    display: block;
    border-radius: 20px;
  }
  .iiShare .hero .top {
    flex-direction: column;
  }
  .iiShare .hero .right {
    display: none;
  }
  .iiShare-hero-swiper {
    display: flex;
    width: 100%;
  }
  .iiShare-hero-swiper img {
    width: 100%;
    height: auto;
  }
}

.iiShare-navigation-inner-wrapper {
  display: flex;
  height: 75px;
  position: relative;
  width: 100%;
}

.iiShare-navigation-wrapper {
  position: relative;
  max-height: 1000px; /* Set to a sufficiently large value to accommodate the content */
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* TOGGLE MENU */

@media screen and (max-width: 640px) {
  .iiShare-navigation-inner-wrapper.active {
    z-index: 99;
    max-height: 1000px;
    opacity: 1;
    overflow: initial;
    padding-bottom: 15px;
  }
  .iiShare-navigation-inner-wrapper > div {
    gap: 15px;
  }
  .iiShare-navigation-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 9;
    position: absolute;
    margin-top: -10px;
    width: 100%;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .iiShare-navigation-wrapper.active {
    opacity: 1;
    border-radius: 8px; /* EXTRA CLASS DELETE IF DECIDE TO GO BACK TO TOGGLING MENU*/
    padding: 15px 0; /* EXTRA CLASS DELETE IF DECIDE TO GO BACK TO TOGGLING MENU*/
    max-height: 1000px;
  }

  /* EXTRA CLASS DELETE IF DECIDE TO GO BACK TO TOGGLING MENU*/

  .iiShare .menuToggle-news_submenu.hide {
    display: none !important;
  }
  /* END*/

  .iiShare .menuToggle-news_submenu {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
  }
  .iiShare .menuToggle-news_submenu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .iiShare .menuToggle-news_submenu span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 1px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .iiCOntrol .menuToggle-news_submenu span:first-child {
    transform-origin: 0% 0%;
  }
  .iiCOntrol .menuToggle-news_submenu span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
  .iiCOntrol .menuToggle-news_submenu input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-7px, -15px);
    background: #30b7f1;
  }
  /*
    hide the middle one.
     */
  .iiCOntrol .menuToggle-news_submenu input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  /*
     the last one should go the other direction
     */
  .iiCOntrol .menuToggle-news_submenu input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 11px);
  }
}
.iiCOntrol .menuToggle-news_submenu {
  display: none;
}
