.slides {
  width: 90%;
  max-width: 1500px;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-color: #1D3A44;
  padding: 50px;
  border-radius: 20px;
}
.slides .slides-btn {
  margin: 15px 0 0 40px;
}

.slides-button {
  padding-top: 25px;
}

.slide-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.content.active {
  opacity: 1;
  pointer-events: auto;
}

.slides-content-left {
  flex-basis: 50%;
  color: white;
  margin: 50px 0 0 70px;
}
.slides-content-left p {
  font-size: 17px;
  padding: 30px 0;
  width: 80%;
  border-bottom: 2px solid rgb(197, 197, 197);
  line-height: 25px;
}
.slides-content-left a {
  width: 150px;
  display: block;
  padding: 14px 16px;
  border-radius: 20px;
  text-decoration: none;
  background-color: rgba(69, 110, 125, 0.3490196078);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
.slides-content-left a:hover {
  background-color: rgba(86, 136, 153, 0.3490196078);
}

.slides-content-right {
  flex-basis: 50%;
  margin: 10px;
  text-align: center;
}
.slides-content-right img {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  background-color: rgba(38, 77, 90, 0.462745098);
  border-radius: 5px;
}

@media (max-width: 800px) {
  .btn-component {
    display: none;
  }
  .slides {
    height: auto;
    overflow: visible;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .content {
    position: static;
    transform: none;
    flex-direction: column;
    opacity: 1;
  }
  .slides-content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
  .slides-content-left p {
    text-align: center;
    width: 80%;
  }
  .slides-content-left h1 {
    text-align: center;
  }
  .slides-content-right img {
    width: 90vw;
  }
}
section:nth-child(5) {
  padding: 100px 0;
}
section:nth-child(5) h2 {
  font-size: 45px;
  color: #1D3A44;
  font-weight: 600;
}

.text-image-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  gap: 40px;
  background-color: rgba(255, 255, 255, 0.137254902);
  margin: 0 50px;
}
.text-image-card h2 {
  font-size: 45px;
  width: 70%;
  font-weight: 600;
  padding-bottom: 25px;
}
.text-image-card p {
  font-size: 20px;
  padding-bottom: 25px;
  font-weight: 500;
}
.text-image-card a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: 500;
}
.text-image-card img {
  width: 100%;
  max-width: 600px;
  padding: 10px;
}
.text-image-card .fa-solid {
  font-size: 20px;
}

.text-card {
  padding: 10px;
}

.link-arrow a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.text-image-card a:hover {
  color: rgb(170, 170, 170);
}

.text-image-card--compact {
  padding: 0;
}
.text-image-card--compact h2 {
  font-weight: 500;
  font-size: 35px;
  width: 100%;
}
.text-image-card--compact p {
  font-size: 17px;
  line-height: 30px;
}

.text-card--compact {
  width: 550px;
}

.text-card--button-styling {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.text-card--button-styling h2 {
  font-weight: 500;
  font-size: 35px;
  width: 100%;
}
.text-card--button-styling p {
  font-size: 17px;
}
.text-card--button-styling .standard-btn {
  color: #ffffff;
  background-color: #000000;
}
.text-card--button-styling .standard-btn:hover {
  background-color: #aaaaaa;
}

.text-card--button-styling-two {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.text-card--button-styling-two .standard-btn {
  color: #050505;
  background-color: #ffffff;
}
.text-card--button-styling-two .standard-btn:hover {
  background-color: #f3f3f3;
}
.text-card--button-styling-two #border-button {
  border: 1px solid rgb(8, 8, 8);
}

@media (max-width: 1100px) {
  .text-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 0;
    margin: 0 25px;
    padding: 50px 0;
  }
  .text-image-card h2 {
    width: 100%;
  }
  .text-image-card a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-card--compact {
    width: 100%;
  }
  .text-card--compact h2 {
    padding-top: 25px;
  }
  .text-card--button-styling,
  .text-card--button-styling-two,
  .text-card--font {
    align-items: center;
  }
}
.info-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-banner-container {
  padding: 100px 50px 100px 50px;
  background-color: #942365;
  border-radius: 20px;
  width: 100%;
  max-width: 1300px;
}

.info-banner-top {
  width: 50%;
}
.info-banner-top h2 {
  font-size: 45px;
  color: #faa1d5;
  padding-bottom: 25px;
}

.info-banner-bottom {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  gap: 80px;
  padding-top: 25px;
}

.banner1,
.banner2,
.banner3 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 300px;
}
.banner1 h3,
.banner2 h3,
.banner3 h3 {
  padding: 10px 0;
  font-size: 20px;
  color: #faa1d5;
  font-weight: 600;
}
.banner1 p,
.banner2 p,
.banner3 p {
  font-size: 17px;
  color: #faa1d5;
  font-weight: 500;
  line-height: 30px;
}

.info-banner-container-reverse {
  background-color: #faa1d5;
}
.info-banner-container-reverse h3, .info-banner-container-reverse h2, .info-banner-container-reverse p {
  color: #942365;
}

@media (max-width: 990px) {
  section:nth-child(5) {
    padding: 0;
  }
  section:nth-child(5) h2 {
    padding: 25px;
  }
  .info-banner-bottom {
    flex-direction: column;
  }
  .info-banner-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .info-banner-top {
    width: 100%;
  }
  .info-banner-top h2 {
    font-size: 40px;
  }
  [class^=banner] {
    margin-bottom: 20px;
    width: 100%;
  }
}
.btn-component button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background-color: rgba(70, 111, 125, 0.3490196078);
  color: white;
  font-size: 15px;
}

#btn1:hover,
#btn2:hover,
#btn3:hover {
  background-color: rgba(86, 136, 153, 0.3490196078);
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.btn {
  gap: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  color: #466f7d;
  font-size: 15px;
  background-color: #ffffff;
  width: 100%;
  max-width: 150px;
  font-weight: bold;
}
.btn:hover {
  background-color: #cfcfcf;
}

.standard-btn {
  gap: 30px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  color: #942365;
  background-color: #faa1d5;
  font-size: 15px;
  width: 100%;
  max-width: 150px;
  font-weight: bold;
}
.standard-btn:hover {
  background-color: #dd81b7;
}

.standard-btn-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
}

#transparent {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
  color: white;
}
#transparent:hover {
  background-color: rgba(224, 224, 224, 0.082);
}

.hero-background-color {
  padding-bottom: 25px;
  background-image: linear-gradient(to bottom, #2b5766, #1D3A44);
}

.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  position: relative;
  padding-top: 100px;
}
.hero-container h1 {
  font-size: 45px;
  font-weight: 600;
  padding: 25px;
}
.hero-container p:first-of-type {
  padding-top: 25px;
  font-size: 17px;
  font-weight: 500;
}
.hero-container p:last-of-type {
  font-size: 20px;
  padding-bottom: 25px;
  font-weight: 500;
}

.hero-fade {
  position: relative;
  height: clamp(250px, 55vh, 650px);
  min-height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: heroFade 18s infinite;
}

.image-1,
.image-2,
.image-3 {
  margin: 10px;
}

.image-1 {
  background-image: url("../img/agm-page/agm-hero-banner.webp");
  animation-delay: 0s;
}

.image-2 {
  background-image: url("../img/agm-page/agm-hero-banner-2.webp");
  animation-delay: 6s;
}

.image-3 {
  background-image: url("../img/agm-page/agm-hero-banner-3.webp");
  animation-delay: 12s;
}

.webcast-image-1 {
  background-image: url("../img/webcast/man_on_stage_webcast.webp");
}

.webcast-image-2 {
  background-image: url("../img/webcast/camera_webcast.webp");
}

.webcast-image-3 {
  background-image: url("../img/webcast/blur_webcast.webp");
}

.av-production-image-1 {
  background-image: url("../img/av-production/audio_av.webp");
}

.av-production-image-2 {
  background-image: url("/img/av-production/lighting_av.webp");
}

.av-production-image-3 {
  background-image: url("../img/av-production/audio2_av.webp");
}

.project-management-image-1 {
  background-image: url("../img/project-management/checkmark.webp");
}

.project-management-image-2 {
  background-image: url("../img/project-management/kanban.webp");
}

.project-management-image-3 {
  background-image: url("../img/project-management/taskboard.webp");
}

.staging-image-1 {
  background-image: url("../img/staging/furniture.webp");
}

.staging-image-2 {
  background-image: url("../img/staging/staging.webp");
}

.staging-image-3 {
  background-image: url("../img/staging/staging2.webp");
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .btn-container {
    flex-direction: column;
    gap: 10px;
  }
  .hero-fade {
    height: 300px;
    min-height: 0;
  }
}
.faq-container {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}
.faq-container > p,
.faq-container > h2 {
  margin: 1.5rem 0;
  text-align: center;
}
.faq-container > h2 {
  letter-spacing: 3px;
}

.text-box h2 {
  padding-bottom: 25px;
}

.accordion {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 32px 40px;
  border: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-weight: bold;
}
.accordion i {
  font-size: 1.6rem;
}
.accordion:hover {
  background-color: #ececeb;
}

.active-faq {
  background-color: rgb(247, 245, 245);
}

.panel {
  padding: 32px 32px 40px 32px;
  background-color: hsl(0, 0%, 100%);
  display: none;
  text-align: left;
}
.panel p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  line-height: 1.4rem;
}

footer {
  padding: 100px 0 25px 0;
  background-color: #1D3A44;
}

.footer-box-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
}
.footer-box-container h3,
.footer-box-container h4,
.footer-box-container p,
.footer-box-container a {
  color: white;
}
.footer-box-container h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
.footer-box-container p {
  font-size: 17px;
  padding-bottom: 40px;
  color: rgba(247, 247, 247, 0.911);
  font-weight: 500;
}
.footer-box-container a {
  text-decoration: none;
  font-size: 17px;
}
.footer-box-container a:hover {
  color: rgba(247, 247, 247, 0.603);
}

.footer-box-container > h4:first-of-type {
  padding-bottom: 45px;
  font-size: 45px;
  font-weight: 600;
  text-align: left;
}

.footer-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
  padding-bottom: 100px;
  border-bottom: 2px solid #404e53;
}

.box {
  background-color: rgba(38, 76, 90, 0.5254901961);
  width: 1000px;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
}
.box img {
  width: 40px;
  padding-bottom: 20px;
}
.box:hover {
  background-color: rgba(142, 202, 223, 0.301);
  cursor: pointer;
}

.footer-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.footer-lists li,
.footer-lists a {
  color: white;
  text-decoration: none;
  list-style-type: none;
}
.footer-lists li a,
.footer-lists a a {
  color: rgba(240, 242, 243, 0.74);
}
.footer-lists li a:hover,
.footer-lists a a:hover {
  color: rgba(142, 202, 223, 0.301);
}

.mobile-container {
  -moz-column-gap: clamp(1.5rem, 8vw, 200px);
       column-gap: clamp(1.5rem, 8vw, 200px);
  display: flex;
  flex-direction: row;
}

.list-top-mobile,
.list-bottom-mobile {
  display: flex;
  -moz-column-gap: clamp(1.5rem, 8vw, 200px);
       column-gap: clamp(1.5rem, 8vw, 200px);
}

.list li {
  padding: 20px;
}

.footer-bottom-bar {
  color: rgba(240, 242, 243, 0.74);
  background-color: #234652;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.footer-bottom-bar a {
  text-decoration: none;
  color: rgba(240, 242, 243, 0.74);
}
.footer-bottom-bar a:hover {
  text-decoration: underline;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (max-width: 800px) {
  .footer-box-container h3 {
    text-align: center;
  }
  .footer-box-wrapper,
  .mobile-container {
    flex-direction: column;
  }
  .list-top-mobile,
  .list-bottom-mobile {
    gap: 200px;
  }
}
.footer-bottom-bar {
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

@media (max-width: 500px) {
  .list-top-mobile,
  .list-bottom-mobile {
    gap: 50px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.3);
  z-index: 100;
}

.nav {
  height: 3.5rem;
}

.nav__burger,
.nav__close {
  color: #1d3a44;
}

.nav__data {
  height: 100%;
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.nav__logo img {
  width: 80px;
  padding: 5px;
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  margin-left: auto;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
}

.nav__burger,
.nav__close {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}

.nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color: rgb(29, 58, 68);
    padding-top: 16px;
  }
}
.nav__link {
  color: #152B33;
  font-weight: 600;
  padding: 20px 20px;
  transition: background-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__link:hover {
  background-color: #295361;
}

.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__link,
.dropdown__sublink {
  padding: 20px 20px 20px 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(55, 112, 131);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: 600;
  transition: background-color 0.3s;
  display: flex;
  justify-content: none;
  align-items: center;
}

.margin-left {
  margin-left: auto;
}

.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
}

.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: rgb(61, 125, 146);
}

.dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: rgb(55, 112, 131);
}

/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
  .nav__link {
    padding-inline: 1rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }
  .nav {
    height: 5.5rem;
    display: flex;
    justify-content: space-between;
    align-items: none;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: 100%;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    display: flex;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu,
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
    width: 200px;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}
@media screen and (max-width: 1117px) {
  .nav__link {
    background-color: rgb(29, 58, 68);
    color: white;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Inter;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.text-image-card,
.info-banner,
.slide-flex,
.faq-container,
.footer-box-container {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}/*# sourceMappingURL=style.css.map */