header {
  overflow: hidden;
  background-image: url(../add/img/main-bg.jpg);
  background-repeat: no-repeat;
  min-height: 50vh;
  background-size: 160% auto;
  background-position: 0 60%;
  background-repeat: no-repeat;
  animation: bg-size 40s infinite linear;
}
@media (min-width: 1400px) {
  header {
    min-height: 100vh;
  }
}
header .my-logo {
  position: relative;
  top: -5px;
}
header .my-logo img {
  width: 50px;
}
header .wrapper {
  height: 150px;
}
header .wrapper-2 {
  height: calc(50vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  header .wrapper-2 {
    min-height: calc(100vh - 150px);
  }
}

@keyframes bg-size {
  0% {
    background-size: 160% auto;
  }
  50% {
    background-size: 190% auto;
  }
  100% {
    background-size: 160% auto;
  }
}
.wrapper-3 {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  background-color: #535579;
}
.wrapper-3 .wrapper-3-2 {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: #595E84;
  clip-path: polygon(65% 0%, 100% 0%, 100% 100%, 50% 100%);
}
.wrapper-3 .wrapper-3-text {
  position: relative;
  z-index: 20;
  color: var(--bs-orange);
}
.wrapper-3 .wrapper-3-accordion {
  position: relative;
  z-index: 20;
}

.my-animation {
  animation: move-text 0.5s ease-in-out;
  position: relative;
}

@keyframes move-text {
  0% {
    left: -15%;
  }
  100% {
    left: 0;
  }
}
.bg-body-tertiary {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.dropdown-menu {
  background-color: rgb(252, 166, 50) !important;
}

.accordion-item {
  background-color: #595E84;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #595E82;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-orange);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.15rem var(--bs-orange);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.my-image {
  position: relative;
  z-index: 30;
  top: 0;
  right: 0;
  min-height: 65vh;
}
@media (min-width: 1400px) {
  .my-image {
    transform: scale(0.4);
    top: -620px;
    right: -480px;
    min-height: 0;
  }
}
.my-image .one {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 40;
}
.my-image .two {
  width: 60%;
  position: absolute;
  right: 40%;
  top: 75px;
  z-index: 50;
}
.my-image .three {
  width: 70%;
  position: absolute;
  right: 5%;
  top: 220px;
  z-index: 35;
}
.my-image img {
  transition: transform 0.5s ease-in-out, z-index 0.5s ease-in-out;
}
.my-image img:hover {
  transform: scale(1.2);
  z-index: 100;
}

/*# sourceMappingURL=style.css.map */
