.Group {
  position: absolute;
  width: 280px;
  /* background: bisque; */
  height: 280px;
  top: 25rem;
  right: 37rem;
  animation: rotateAnimation 5s ease-in-out;
  transform-origin: right;
}

.Group img {
  position: absolute;
  bottom: 5rem;
  left: 4rem;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(160deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.section_fund_1 {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big_font {
  font-size: 48px;
  font-weight: 700;
  width: 562px;
  color: #142e59;
}
.Fund_Frame {
  width: 100%;
  position: relative;
}
.section4 {
  /* padding: 100px 200px; */
  background-image: url("../images/layar.png");
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}
.section_fund_2 {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  gap: 88px;
}
.section_fund_2 p {
  margin-bottom: 24px;
  color: #142e59;
}
.section_fund_2 p:last-child {
  margin-bottom: 0px;
}
/* section 3 */
.section_fund_3 {
  padding-bottom: 100px;
}
.fund_3_heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #142e59;
}
.fund_card_section {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.fund_card_one {
  border-radius: 12px;
  padding: 24px 24px 49px 24px;
  cursor: pointer;
  width: 100%;
  background: #fff;
}
.fund_card_one .fund_card_img img {
  width: 100%;
}
.fund_card_one:hover {
  box-shadow: 0px 20px 60px 0px rgba(22, 37, 65, 0.1);
}

.fund_card_detail h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #142e59;
}
.fund_card_detail p {
  margin-bottom: 0;
  line-height: 130%;
  font-weight: 600;
  color: #d31f42 !important;
}

/* Header */
.fund_header {
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.fund_header.sticky {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
.navbar-collapse {
  flex-grow: 0;
  align-items: baseline;
}
.navbar-brand {
  margin: 0;
}
.container-fluid {
  padding: 0 200px;
}
.navbar {
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999999999999;
  transition: background-color 0.3s ease;
}
.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 174px;
  height: 40px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #d90d36;
  background: #d90d36;
  line-height: normal;
}
.navbar-expand-md .navbar-nav .nav-link,
.nav-link a {
  padding: 0;
  color: #142e59 !important;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}

.navbar-expand-md .navbar-nav {
  display: flex;
  gap: 32px;
  margin-bottom: 0 !important;
  align-items: center;
}
.custom-dropdown-toggle {
  cursor: pointer;
}
.toogler_white_menu {
  background-image: url("../images/menu.svg") !important;
}
.custom-dropdown-toggle a::after {
  content: url("../images/nav_arrow_black.svg");
  margin-left: 4px;
  vertical-align: -8px;
  position: relative;
  top: 0px;
  font-size: 0px;
}
.custom-dropdown-toggle a.black-arrow::after {
  content: url("../images/nav_arrow_white.svg");
}
.dropdown-menu.show.hover {
  outline: none !important;
  border: none !important;
}
.dropdown-item.show:focus {
  border: none !important;
  outline: none !important;
}
.custom-dropdown-toggle:hover,
.custom-dropdown-toggle:focus {
  text-decoration: none;
}

.custom-dropdown-toggle:focus-visible {
  outline: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.nav-link:focus a {
  font-weight: 600;
  border-bottom: 2px solid #d90d36;
  color: white;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url("../images/ic_menu.svg");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.close_icon {
  display: none;
}
.dropdown-item {
  color: #142e59;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: #142e59;
  --bs-dropdown-link-hover-color: #142e59;
  --bs-dropdown-link-hover-bg: #fff;
}
.dropdown-menu {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(22, 37, 65, 0.1);
  padding: 12px 20px;
  border: 0 !important;
  top: 30px;
}
.button:focus {
  background-image: url("../images/focusRipple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.button:hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 37, 65, 0.3);
}
/* CANVAS */
.offcanvas.offcanvas-end {
  width: 60%;
}
.offcanvas {
  /* z-index: 9999999999; */
  --bs-offcanvas-transition: transform 0.5s ease-in-out;
}
.offcanvas-body {
  padding: 40px 90px 40px 32px;
}
.offcanvas-header {
  position: relative;
  padding: 0;
}
.btn-close-canvas {
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: #fff !important;
}
.leaderImgDiv_canvas img {
  width: 100%;
}
.fund_detail_box {
  margin-top: 24px;
}
.fund_card_header h4 {
  font-size: 22px;
  color: #142e59;
  font-weight: 700;
  margin-bottom: 16px;
}
.fund_detail_box p {
  font-size: 18px;
  font-weight: 400;
  color: #686e73;
}
.Fund_Group img {
  width: 470px;
  height: 100%;
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  /* -----header---- */
  .container-fluid {
    padding: 0 120px;
  }
  .section4 {
    padding: 0px 120px;
  }
  .Group {
    position: absolute;
    width: 200px;
    /* background: bisque; */
    height: 200px;
    top: 27rem;
    right: 32rem;

    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }

  .Group img {
    position: absolute;
    bottom: 40px;
    left: -25px;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1564px) {
  .Group {
    position: absolute;
    width: 200px;
    /* background: bisque; */
    height: 200px;
    top: 25rem;
    right: 29rem;

    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }

  .Group img {
    position: absolute;
    bottom: 40px;
    left: -25px;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .section4 {
    padding: 0px 40px;
  }
  .dropdown-menu {
    left: -30px;
  }
  .Group {
    position: absolute;
    width: 200px;
    /* background: bisque; */
    height: 200px;
    top: 25rem;
    right: 24rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }

  .Group img {
    position: absolute;
    bottom: 40px;
    left: -25px;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  .section4 {
    padding: 0px 40px;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 180px;
    height: 200px;
    top: 21rem !important;
    right: 21rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 60px;
    left: 22px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 180px;
    height: 200px;
    top: 19rem !important;
    right: 19.5rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 59px;
    left: 21px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 180px;
    height: 200px;
    top: 19rem !important;
    right: 19.5rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 59px;
    left: 25px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  /* section_fund_1 */
  .section_fund_1 {
    padding: 80px 0px;
  }
  .dropdown-menu {
    left: -84px;
  }
  .big_font {
    display: flex;
    font-size: 32px;
  }
  /*SECTION_FIND_2  */
  .section_fund_2 {
    padding: 80px 0px;
  }
  /* Fund Section */
  .fund_3_heading {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .fund_card_one {
    padding: 16px;
  }
  .section_fund_3 {
    padding-bottom: 80px;
  }
  .fund_card_detail h3 {
    margin-top: 20px;
    font-size: 24px;
  }
  .section_fund_2 p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 912px) and (max-width: 991px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 18rem !important;
    right: 18rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 40px;
    left: 23px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 820px) and (max-width: 883px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 16rem !important;
    right: 15.5rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 45px;
    left: 20px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
@media only screen and (min-width: 884px) and (max-width: 911px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 17rem !important;
    right: 17rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 45px;
    left: 20px;
    width: 100%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 15.5rem !important;
    right: 14.5rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 47px;
    left: 46px;
    width: 80%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 800px) and (max-width: 819px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 15.5rem !important;
    right: 15.5rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 47px;
    left: 46px;
    width: 80%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: 350px;
  }
  .dropdown-item {
    white-space: normal;
  }
  /* HEADER */
  .navbar-expand-md {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
  .navbar-expand-md .navbar-nav {
    gap: 20px;
  }
  .container-fluid {
    padding: 0 32px;
  }
  /* section_fund_1 */
  .section_fund_1 {
    padding: 60px 0px;
  }
  .big_font {
    display: flex;
    font-size: 32px;
  }
  /*SECTION_FIND_2  */
  .section4 {
    padding: 0px 32px;
    background-image: none;
  }
  .section_fund_2 {
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .section_fund_2 p {
    margin-bottom: 16px;
  }
  .section_fund_2 p:last-child {
    margin-bottom: 0px;
  }
  /* Fund Section */
  .section_fund_3 {
    padding-bottom: 60px;
  }
  .fund_card_one {
    padding: 12px;
  }
  .fund_card_section {
    gap: 20px;
  }
  .fund_3_heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .fund_card_detail h3 {
    margin-top: 15px;
    font-size: 20px;
  }
  .fund_card_detail p {
    font-size: 16px;
    line-height: 173%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 150px;
    height: 150px;
    top: 13.5rem !important;
    right: 18rem !important;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 47px;
    left: 46px;
    width: 80%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  /* ----------header ------- */
  .container-fluid {
    padding: 0 24px;
  }
  .navbar {
    height: 48px;
  }
  .custom-dropdown-toggle a::after {
    margin-left: 83%;
  }
  /* section_fund_1 */
  .section_fund_1 {
    flex-direction: column;
    padding: 40px 0px;
  }
  .Fund_Frame {
    width: 80%;
    position: relative;
  }
  .big_font {
    margin-top: 16px;
    display: flex;
    font-size: 24px;
    width: 80%;
    justify-content: center;
    text-align: center;
  }
  /*SECTION_FIND_2  */
  .section4 {
    padding: 0px 24px;
    background-image: none;
  }
  .section_fund_2 {
    padding: 40px 0px 40px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .section_fund_2 p {
    margin-bottom: 16px;
  }
  .section_fund_2 p:last-child {
    margin-bottom: 0px;
  }
  /* Fund Section */
  .section_fund_3 {
    padding-bottom: 40px;
  }
  .fund_card_one {
    padding: 18px;
  }
  .fund_card_section {
    flex-direction: column;
    gap: 32px;
  }
  .fund_3_heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .fund_card_detail h3 {
    margin-top: 26px;
    font-size: 24px;
  }
  .fund_card_detail p {
    font-size: 16px;
    line-height: 173%;
  }

  /* CANVAS */
  .offcanvas-body {
    padding: 56px 16px 56px 16px;
  }
  .btn-close-canvas {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    background-color: transparent !important;
  }
  .fund_detail_box {
    margin-top: 20px;
  }
  .fund_card_header h4 {
    margin-bottom: 20px;
  }
  .fund_detail_box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .offcanvas {
    width: 100% !important;
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    border-radius: 16px !important;
  }
  .offcanvas.offcanvas-bottom {
    height: 93%;
    transform: translateY(100%);
  }
}

@media only screen and (min-width: 280px) and (max-width: 575px) {
  .Group {
    position: absolute;
    /* background: bisque; */
    width: 100px;
    height: 100px;
    top: 11.5rem;
    right: 11rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  /* ----------header ------- */
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle a::after {
    margin-left: 71%;
  }
  /* section_fund_1 */
  .section_fund_1 {
    flex-direction: column;
    padding: 32px 0px;
  }
  .Fund_Frame {
    width: 90%;
    position: relative;
  }
  .big_font {
    margin-top: 16px;
    display: flex;
    font-size: 24px;
    width: 90%;
    text-align: center;
    justify-content: center;
  }
  /*SECTION_FIND_2  */
  .section4 {
    padding: 0px 16px;
    background-image: none;
  }
  .section_fund_2 {
    padding: 48px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .section_fund_2 p {
    margin-bottom: 20px;
  }
  .Fund_Group {
    text-align: center;
  }
  .Fund_Group img {
    /* width: 70%; */
    width: 340px;
  }

  /* Fund Section */
  .section_fund_3 {
    padding-bottom: 48px;
  }
  .fund_card_one {
    padding: 20px 12px;
  }
  .fund_card_section {
    flex-direction: column;
    gap: 20px;
  }
  .fund_3_heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .fund_card_detail h3 {
    margin-top: 16px;
    font-size: 18px;
  }
  .fund_card_detail p {
    font-size: 16px;
    line-height: 173%;
  }
  /* CANVAS */
  .offcanvas-body {
    padding: 56px 16px 56px 16px;
  }
  .btn-close-canvas {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    background-color: transparent !important;
  }
  .fund_detail_box {
    margin-top: 20px;
  }
  .fund_card_header h4 {
    margin-bottom: 20px;
  }
  .fund_detail_box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .offcanvas {
    width: 100% !important;
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    border-radius: 16px !important;
  }
  .offcanvas.offcanvas-bottom {
    height: 93%;
    transform: translateY(100%);
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  /* -------footer------ */
  footer {
    padding-top: 32px;
  }
  .footer_logoDiv {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .footer_logoDiv ul {
    gap: 28px;
  }
  .footer_logoDiv ul li a {
    font-size: 14px;
  }
  .navbar-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  .footer_hr2 {
    display: block;
  }
  footer .contactDiv {
    flex-direction: column;
    margin-bottom: 36px;
  }
  .contact_div1 .contact_heading {
    font-size: 14px;
    font-weight: 500;
  }
  .contact_div1 .contact_detail .contact_detail1 {
    font-size: 14px;
  }
  .contact_div2 {
    width: 100%;
  }
  .location_footer {
    width: 220px;
  }
  .footer_lastLine {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    gap: 16px;
  }
  .footer_lastLine ul {
    gap: 16px;
  }
}
/* @media only screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-nav {
    gap: 16px;
  }

  .button {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 80px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 12px !important;
  }

  .custom-dropdown-toggle a::after {
    margin-left: -4px !important;
    vertical-align: -9px !important;
    top: -1px;
  }

  .button {
    width: auto;
    font-size: 12px !important;
    height: 34px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
  }
} */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .logo {
    width: 87px;
    height: 27px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    color: #112747 !important;
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .close_icon {
    display: block !important;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    right: 16px;
  }
  .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 0;
    right: -116%;
    width: 88%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.5s ease;
    border: transparent !important;
  }
  .navbar-collapse.collapse.show {
    right: 0;
  }
  .navbar-expand-md .navbar-nav {
    gap: 10px;
    margin-bottom: 24px !important;
    align-items: normal;
  }
  .nav-link {
    padding: 16px !important;
    text-align: start !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
    border: 0 !important;
    background-color: #f5f5f5;
  }
  .nav_btn {
    display: flex;
    justify-content: center;
  }
  .button {
    width: 91%;
  }
  .custom-dropdown-toggle a::after {
    content: url("../images/nav_arrow_black.svg") !important;
    vertical-align: -5px;
    line-height: 0;
    transition: all 0.2s;
  }
  .dropdown-item {
    white-space: unset;
    font-size: 14px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .nav-link.custom-dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 280px) and (max-width: 359px) {
  .Group {
    position: absolute;
    width: 100px;
    height: 100px;
    /* background-color: #142e59; */
    top: 9.5rem;
    right: 8.5rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }

  .Group img {
    position: absolute;
    bottom: 33px;
    left: 29px;
    width: 80%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 72%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 330px) {
  .Group {
    position: absolute;
    width: 80px;
    /* background: bisque; */
    height: 80px;
    top: 10.5rem;
    right: 10rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 18px;
    left: 11px;
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .hoverable-dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (min-width: 540px) and (max-width: 541px) {
  .Group {
    position: absolute;
    width: 180px;
    height: 200px;
    top: 13.5rem;
    right: 17rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 64px;
    left: 38px;
    width: 90%;
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotate(160deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

@media only screen and (min-width: 390px) and (max-width: 394px) {
  .Group {
    position: absolute;
    width: 100px;
    /* background: bisque; */
    height: 100px;
    top: 12rem;
    right: 12rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
}

@media only screen and (min-width: 375px) and (max-width: 376px) {
  .Group {
    position: absolute;
    width: 100px;
    /* background: bisque; */
    height: 100px;
    top: 12rem;
    right: 11.5rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
}

@media only screen and (min-width: 384px) and (max-width: 389px) {
  .Group {
    position: absolute;
    width: 100px;
    /* background: bisque; */
    height: 100px;
    top: 12rem;
    right: 11.5rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
}

@media only screen and (min-width: 480px) and (max-width: 539px) {
  .Group {
    position: absolute;
    width: 112px;
    /* background: bisque; */
    height: 112px;
    top: 14rem;
    right: 14.5rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 32px;
    left: 14px;
    width: 100%;
  }
}

@media only screen and (min-width: 430px) and (max-width: 433px) {
  .Group {
    position: absolute;
    width: 112px;
    /* background: bisque; */
    height: 112px;
    top: 13rem;
    right: 13.5rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 32px;
    left: 14px;
    width: 100%;
  }
}

@media only screen and (min-width: 428px) and (max-width: 429px) {
  .Group {
    position: absolute;
    width: 100px;
    /* background: bisque; */
    height: 100px;
    top: 13rem;
    right: 13rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 27px;
    left: 13px;
    width: 100%;
  }
}

@media only screen and (min-width: 424px) and (max-width: 427px) {
  .Group {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13rem;
    right: 13rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 27px;
    left: 13px;
    width: 100%;
  }
}

@media only screen and (min-width: 412px) and (max-width: 415px) {
  .Group {
    position: absolute;
    width: 100px;
    /* background: bisque; */
    height: 100px;
    top: 13rem;
    right: 13rem;
    animation: rotateAnimation 5s ease-in-out;
    transform-origin: right;
  }
  .Group img {
    position: absolute;
    bottom: 27px;
    left: 13px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}
