.section_header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  padding: 0 2.4rem;
  width: 90%;
  height: 75px;
  box-shadow: 0px 4px 24px 4px #ededed;
  border-radius: 1.2rem;
  background-color: var(--color-white);
  justify-content: space-between;
  z-index: 5;
  font-family: var(--font-Nunito);
}
.mob_sidebar_section_wraper {
  font-family: var(--font-Nunito);
}
.section_header.scroll-down {
  top: 20px;
}

.section_header.scroll-up {
  opacity: 0;
  top: -100px;
}
.logoImg2 {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.3s linear;
}
.section_header_top {
  transition: transform 0.3s linear;
  transform: translateY(-100px);
}
.section_header_top1 {
  opacity: 1;
  position: absolute;
  top: 20px;
}
.section_header_top2 {
  opacity: 0;
  top: 100px;
}
.scroll_up_logo_frst {
  opacity: 0;
  position: absolute;
  top: -45px;
}
.scroll_up_logo_scnd {
  opacity: 1;
  top: 38px;
}
.logoImages {
  max-width: 170px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.logoImg1 {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 150px;
  width: 100%;
  transition: top 0.3s linear;
}
.logoImg1:hover .goshHrCir {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotateLogo 4s infinite linear;
  transform-origin: center;
}
@keyframes rotateLogo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.goshHrCir img {
  width: 100%;
  height: auto;
}
.logoImg1 img {
  height: 100%;
}

.headerTabs {
  list-style: none;
  gap: 30px;
  height: 100%;
}
.headerTabs li {
  height: 100%;
  display: flex;
  align-items: center;
}
.headerTabs li a,
.headerTabs li button,
.headerTabs li {
  text-decoration: none;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  line-height: 2.1rem;
  color: var(--color-gray);
  cursor: pointer;
}
.headerTabs li a:hover,
.headerTabs li:hover {
  transition: all 0.5s;
  color: var(--color-primary-black);
}
.dropDownArrow {
  fill: var(--color-light-gray);
  width: 18px;
  height: 18px;
}
.headerTabs li:hover .dropDownArrow {
  fill: var(--color-primary-black);
}
.getStartBtn {
  max-width: 123px;
  width: 100%;
  height: 4.2rem;
  background-color: var(--color-primary-black);
  border-radius: 0.8rem;
  cursor: pointer;
  color: var(--color-white);
  font-size: var(--font-size-16);
}
.nav_dropdown {
  margin-top: 3px;
  align-items: center;
  gap: 32px;
  padding: 16px;
  position: absolute;
  background: var(--color-white);
  width: 600px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  box-shadow: 0px 13px 50px 4px rgba(237, 237, 237, 0.3);
  display: none;
}
.dropdownContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_dropdown_list_sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub_dropdown_list_sec .sub_dropdown_list_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.sub_dropdown_list_sec li {
  list-style: none;
}

.sub_dropdown_list_sec .sub_dropdown_list_item:not(:first-child) {
  margin-top: 16px;
}

.sub_dropdown_list_sec .sub_dropdown_list_item:hover {
  padding-left: 10px;
  border-radius: 5px;
}

.timeFlit:hover {
  background: linear-gradient(
    270deg,
    rgba(235, 157, 157, 0) 0%,
    rgba(255, 167, 167, 0.37) 100%
  );
}
.timeFlit:hover .sub_drop_hed {
  color: #ee3947;
}
.nestFlit:hover {
  background: linear-gradient(
    270deg,
    rgba(235, 222, 157, 0) 0%,
    rgba(255, 227, 177, 0.5) 100%
  );
}
.nestFlit:hover .sub_drop_hed {
  color: #ecab39;
}
.lazeFlit:hover {
  background: linear-gradient(
    270deg,
    rgba(186, 238, 134, 0) 0%,
    rgba(224, 255, 230, 0.5) 100%
  );
}
.lazeFlit:hover .sub_drop_hed {
  color: #6bc07b;
}
.sub_drdn_txt h3.sub_drop_hed {
  color: var(--color-primary-black);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: 19px;
}

.sub_drdn_txt .sub_drop_sub_hed {
  color: var(--color-light-gray);
  font-size: 12px;
  line-height: 16.5px;
}

.sub_dropdown_reclaim_sec {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 17px;
  border-radius: 12px;
  background: #ccfff6;
  height: 100%;
  max-width: 312px;
}

.sub_dropdown_reclaim_con {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sub_dropdown_reclaim_head {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sub_dropdown_reclaim_head .sub_drdn_recl_hd_tit {
  color: var(--color-primary-black);
  font-size: 10px;
  font-weight: 600;
}

.sub_dropdown_reclaim_con h3 {
  color: var(--color-primary-black);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-700);
  line-height: 20px;
}
.headerTabs_prod {
  gap: 5px;
}

.sub_dropdown_reclaim_con p {
  color: var(--color-light-gray);
  font-size: 12px;
  line-height: 16.44px;
}

.hamburger_svg {
  display: none;
}

.header_btns {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  max-width: 180px;
  width: 100%;
}

/* mobile side nav bar css  */

.mob_sidebar_section_wraper {
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100%;
  background-color: #5b5b5b42;
  z-index: 999;
  backdrop-filter: blur(1px);
  display: none;
}

.mob_sidebar_section {
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}

.mob_sidebar_head {
  justify-content: space-between;
  padding: 16px 24px;
  background: var(--color-white);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

.sidebarclose_btn {
  background-color: unset;
  padding: 0.5rem;
  cursor: pointer;
}

.mob_sidebar_section .mob_sidebar_body li {
  padding: 16px 24px;
  border-bottom: 1px solid #efefef;
  font-size: var(--font-size-16);
  cursor: pointer;
  color: var(--color-gray);
}

.mob_sidebar_body .mobile_pr_dd_cont li {
  border-bottom: unset;
  padding: 10px 10px 0;
}
.mobile_pr_dd_cont {
  display: none;
}
@media (max-width: 1023px) {
  .headerTabs {
    display: none;
  }
  .sub_dropdown_list_sec {
    gap: 4px;
  }

  .hamburger_svg {
    display: block;
    cursor: pointer;
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .hamburger_svg {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    margin-left: unset;
  }
  .hamburger_svg svg {
    width: 100%;
  }
  .new_logo {
    width: 120px;
  }
  .section_header {
    padding: 0 1.5rem;
  }
  .getStartBtn {
    max-width: 90px;
  }
}
