/* RESET DEFAULTS */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

/* HEADER SECTION START */
header {
  background: rgb(210, 225, 244);
  background: linear-gradient(
    180deg,
    rgba(210, 225, 244, 1) 60%,
    rgba(255, 255, 255, 1) 95%
  );
  width: 100%;
  padding-bottom: 20rem;
}

.testes {
  position: absolute;
  width: 100px;
  top: 60px;
  left: 395px;
  z-index: 100;
}

.gradient__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(210, 225, 244);
  background: linear-gradient(
    180deg,
    rgba(210, 225, 244, 1) 55%,
    rgba(255, 255, 255, 1) 95%
  );
  width: 100%;
  padding-top: 12rem;
  position: relative;
}

.gradient__wrapper--why-party-go {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(210, 225, 244);
  background: linear-gradient(
    180deg,
    rgba(210, 225, 244, 1) 70%,
    rgba(255, 255, 255, 1) 95%
  );
  width: 100%;
  margin-top: 5rem;
}

.inner-wrapper {
  max-width: 1920px;
  padding-left: 4rem;
  padding-right: 4rem;
}

nav {
  display: flex;
  justify-content: right;
  align-items: right;
  width: 100%;
}

.imgs-grid-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* gap: 4rem; */
  margin: 0 auto;
}
.imgs-grid-header .baloon {
  max-width: 35%;
  position: absolute;
  border-bottom: 0;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .imgs-grid-header .baloon {
    margin-top: 50px;
    max-width: 50%;
    right: 0;
  }
}
@media (max-width: 1000px) {
  .imgs-grid-header .baloon {
    margin-top: 50px;
    max-width: 60%;
    right: 0;
  }
}
@media (max-width: 700px) {
  .imgs-grid-header .baloon {
    margin-top: 50px;
    max-width: 90%;
    right: 0;
  }
}
.clouds {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}

nav img {
  padding-right: 2rem;
  padding-top: 2rem;
  width: 100%;
  max-width: 451px;
}

.header-img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 4rem;
}

@media (max-width: 500px) {
  .header-img {
    margin-bottom: 0rem;
  }

  header {
    background: rgb(210, 225, 244);
    background: linear-gradient(
      180deg,
      rgba(210, 225, 244, 1) 80%,
      rgba(255, 255, 255, 1) 95%
    );
  }

  .gradient__wrapper {
    padding-top: 8rem;
  }
}

.header-main-img {
  width: 100%;
  max-width: 1068px;
}

@media (max-width: 768px) {
  .imgs-grid-header {
    gap: 0;
  }
  .clouds {
    display: none;
  }
  nav img {
    padding-right: 0;
  }

  header {
    padding-bottom: 20rem;
  }
}

@media (max-width: 450px) {
  header {
    padding-bottom: 0rem;
  }
}
/* HEADER SECTION ENDS */

/* PRODUCTS SECTION STARTS */

#toggle-container {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 40px;
}

.toggle-btn {
  text-align: center;
  cursor: pointer;
  font-family: Druk Wide Bold, sans-serif;
  font-size: 16px;
  padding: 20px;
  background: none;
  border: none;
  border-radius: 5px;
  outline: none;
  transition: background-color 0.3s ease;
  border-radius: 44px;
  width: 200px;
  font-weight: bold;
  z-index: 99;
}

.active-button {
  background-color: #e95d16;
  color: white;
}

.hidden-carousel-item {
  display: none;
}

.book-now-button {
  font-family: Druk Wide Bold, sans-serif;
  font-weight: bold;
  background-color: #ea5d15;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  padding: 5px 30px;
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.book-now-button > div > a {
  background: none !important;
}
.book-now-button a:hover {
  color: white !important;
}

.right-col img {
  margin-bottom: 2rem !important;
}
.slider-intro div {
  font-size: 28px !important;
  color: #011d5d !important;
  font-weight: 500 !important;
  font-family: "Avenir";
}
.slider-description p {
  color: #011d5d !important;
  font-weight: 300;
  font-family: "Avenir";
}

@media (max-width: 768px) {
  .toggle-btn {
    width: 120px;
    padding: 15px;
    font-size: 14px;
  }
}
/* PRODUCTS SECTION ENDS */

/* WHY PARTYGO SECTION STARTS */
.why__party-go--decorator {
  position: absolute;
  top: -150px;
  right: 200px;
  width: 350px;
  height: 350px;
  z-index: 40;
}

@media (max-width: 1600px) {
  .why__party-go--decorator {
    top: -224px;
  }
}

@media (max-width: 1200px) {
  .why__party-go--decorator {
    top: -224px;
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 1000px) {
  .why__party-go--decorator {
    top: -130px;
    right: 100px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 500px) {
  .why__party-go--decorator {
    width: 150px;
    height: 150px;
    top: -144px;
  }
}

.why-partygo {
  display: flex;
  color: white;
  font-family: Avenir;
  background-color: #ea5f18;
  width: 100%;
  position: relative;
  padding-bottom: 400px;
}
.skew-triangle {
  clip-path: polygon(100% 70%, 0% 100%, 100% 100%);
  background-color: #ea5f18;
  height: 200px;
  position: absolute;
  top: -199px;
  z-index: 5;
  width: 100%;
}
.why-partygo .img-container {
  width: 209px;
  height: 209px;
}
h2 {
  font-size: 36px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-family: Avenir;
  padding-top: 2rem;
}
.subtitle {
  font-size: 42px;
  color: #ffffff;
  font-weight: 300;
  font-family: Avenir;
  margin-bottom: 0;
  margin-top: 1rem;
}
.stands-out-paragraph {
  font-size: 42px;
  color: #ffffff;
  font-weight: 300;
  font-family: Avenir;
  margin-top: 0;
}
.stands-out-paragraph span {
  font-weight: bold;
}
.inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1177px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.benefits-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  gap: 4rem;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .inner-container {
    max-width: 1177px;
    width: 70%;
  }
}

@media (max-width: 500px) {
  .benefits-container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .inner-container {
    margin: unset;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}

.middle {
  margin-top: 2rem;
}
.benefit-wrapper {
  max-width: 435px;
}
.benefits-title {
  font-size: 28px;
  line-height: 2rem;
  margin-bottom: 0;
}
.description {
  max-width: 310px;
  margin-top: 0;
  margin-top: 10px;
}
.important {
  margin-top: 0;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .why-partygo {
    padding-bottom: 100px;
  }
  h2 {
    font-size: 28px;
    line-height: 2rem;
  }
  .subtitle {
    font-size: 22px;
  }
  .stands-out-paragraph {
    font-size: 22px;
  }
  .img-container img {
    width: 150px;
  }
  .benefits-title {
    margin-top: 0;
  }
}
@media (max-width: 1473px) {
  .benefits-container {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .benefits-title {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .description {
    font-size: 1rem;
  }
  .stands-out-paragraph {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .why-choose-title {
    font-size: 1.2rem;
  }
  .why-partygo .img-container {
    height: 162px;
  }
}

/* WHY PARTYGO SECTION ENDS */

/* FOOTER STYLES BEGINNING*/

.imgs-grid {
  width: fit-content;
  margin-bottom: 4rem;
  position: absolute;
  top: -400px;
  transform: translateY(-50%);
}

.why-choose-title {
  font-family: Druk Wide Bold, sans-serif;
}

.footer__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 350px;
}

.footer__container p {
  font-family: Avenir;
}

.footer_article-section {
  max-width: 1000px;
  width: 100%;
}

.footer__paragraph-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.footer__heading-container {
  display: flex;
  gap: 0.7rem;
}

.footer__heading--dark-blue,
.footer__heading--orange {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Druk Wide, sans-serif;
  margin: 0;
  margin-top: 4rem;
}

.footer__heading--dark-blue {
  color: #011d5d;
}

.footer__heading--orange {
  color: #ea5d15;
}

.footer__paragraph--small {
  font-size: 2rem;
  color: #011d5d;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2rem;
}

.footer__paragraph--small-bold {
  font-size: 2rem;
  color: #011d5d;
  font-weight: bold;
}

.footer__paragraph--small-light-gray {
  font-size: 1rem;
  line-height: 2.3125rem;
  color: #011d5d;
  font-weight: 300;
  margin-top: 3rem;
}

.footer__image {
  position: absolute;
  bottom: -89px;
  right: -27px;
  width: 500px;
  height: 300px;
}

.footer__cta {
  font-family: Druk Wide Bold, sans-serif;
  font-weight: bold;
  background-color: #ea5d15;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.footer__cta::after {
  content: "‣";
  font-size: 2rem;
}

.footer__cta:hover {
  background-color: #cc5013;
}

@media (max-width: 1000px) {
  .footer__image {
    top: 320px;
    right: 0px;
  }

  .footer__heading--dark-blue,
  .footer__heading--orange {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .footer__paragraph--small,
  .footer__paragraph--small-bold {
    font-size: 1.8rem;
    text-align: center;
  }

  .footer__image {
    position: relative;
    top: 0;
    width: 300px;
    height: 150px;
  }

  .footer__heading-container {
    justify-content: center;
  }

  .footer__paragraph--small-bold {
    text-align: center;
  }

  .footer_article-section {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer__paragraph-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .imgs-grid {
    width: 100vw;
    margin-bottom: 4rem;
    position: absolute;
    top: -400px;
    transform: translateY(-20%);
  }
}

@media (max-width: 500px) {
  .imgs-grid {
    margin-bottom: 0rem;
    top: -193px;
  }

  .footer__container {
    margin-top: 150px;
  }
}

@media (max-width: 800px) {
  .footer__image {
    position: relative;
    top: 0;
    width: 300px;
    height: 150px;
  }

  .footer__heading-container {
    justify-content: center;
  }

  .footer__paragraph--small {
    font-size: 1.2rem;
  }

  .footer__paragraph--small-bold {
    text-align: center;
  }

  .footer_article-section {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer__paragraph-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer__heading--dark-blue,
  .footer__heading--orange,
  .footer__paragraph--small,
  .footer__paragraph--small-bold {
    font-size: 1rem;
    text-align: center;
  }

  .footer__heading-container {
    gap: 0.3rem;
  }
}

/* FOOTER STYLES END*/

/* ACCORDION STYLES BEGINNING*/
.carousel__baloon--decorator {
  position: absolute;
  bottom: -150px;
  right: 50px;
  width: 300px;
  height: 300px;
}

.book_now_carousel {
  margin-top: 2rem;
}

@media (max-width: 1000px) {
  .carousel__baloon--decorator {
    width: 200px;
    height: 200px;
    right: 0px;
  }
}

@media (max-width: 480px) {
  .carousel__baloon--decorator {
    width: 200px;
    height: 200px;
    right: 0px;
  }
}

.custom-accordion {
  position: relative;
  width: 70%;
  max-width: 1000px;
  margin-bottom: 10rem;
}

.custom-accordion-title {
  font-size: 1.5rem;
  line-height: 0;
  text-transform: uppercase;
  color: #011d5d;
  font-weight: bold;
  font-family: Druk Wide Bold, sans-serif;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.custom-accordion-title p {
  color: #ea5d15;
}

.accordion-item {
  position: relative;
}

.accordion-item.active::after {
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  color: #ea5d15;
  font-size: 15px;
  content: "▲";
}

.accordion-item::after {
  position: absolute;
  right: 0px;
  bottom: 35px;
  color: #ea5d15;
  font-size: 15px;
  content: "▼";
}

.accordion-title {
  cursor: pointer;
  padding: 20px 0;
  margin: 0;
  font-size: 2rem;
  color: #011d5d;
  font-family: Avenir;
}

.accordion-title {
  font-weight: 300;
}

.accordion-item .accordion-title {
  border-bottom: 1px solid #a6a4a4;
}

.accordion-item.active .accordion-title {
  border-bottom: none;
  padding: 0;
  padding-top: 20px;
}

.accordion-item.active .accordion-content {
  display: flex;
  font-size: 1rem;
  color: #011d5d;
  font-weight: 300;
  font-family: Avenir;
  border-bottom: 1px solid #a6a4a4;
  transition: height 0.5s ease-in-out;
}

.accordion-item .accordion-content {
  display: none;
}

.accordion-main-img {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -30vw;
  top: 176px;
}

@media (max-width: 800px) {
  .custom-accordion {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin-bottom: 6rem;
  }

  .accordion-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 500px) {
  .custom-accordion {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin-bottom: 6rem;
  }

  .custom-accordion-title {
    font-size: 1.1rem;
    line-height: 0;
    text-transform: uppercase;
    color: #011d5d;
    font-weight: bold;
    font-family: Avenir;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .accordion-title {
    cursor: pointer;
    padding: 20px 0;
    margin: 0;
    font-size: 1.2rem;
    color: #011d5d;
    font-family: Avenir;
  }
}

.bold {
  font-weight: bold;
}

/* ACCORDION STYLES END*/

/* ARTICLE STYLES BEGINNING*/

.shadow {
  padding-right: 100px;
  width: 70px;
  z-index: 10;
}

.article__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 6rem 0 3rem 0;
}

.article__main-wrapper {
  background-color: #ea5f18;
  position: relative;
  width: 100%;
}

.above {
  background: #ea5f18;
  height: 150px;
  transform: skewY(-2deg);
  position: absolute;
  width: 100%;
  top: -99px;
}

.below {
  background: #ea5f18;
  transform: skewY(-2deg);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -57px;
  z-index: 1;
}

.article__heading {
  font-size: 8rem;
  font-family: Druk Wide Bold, sans-serif;
  width: 100%;
  color: #fff;
  margin: 0;
}

.article__paragraph--small,
.article__paragraph--medium,
.article__paragraph--large {
  color: #fff;
  font-family: Avenir;
  margin: 0;
}

.article__paragraph--small {
  font-size: 1.2rem;
}

.article__paragraph--medium {
  font-size: 1.5rem;
}

.article__paragraph--large {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 500px) {
  .article__paragraph--large {
    font-size: 1.2rem;
  }

  .article__paragraph--medium {
    font-size: 1.2rem;
  }
}

.article__cta {
  background-color: #fff;
  font-family: Druk Wide Bold, sans-serif;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: none;
  display: flex;
  z-index: 2;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.article__cta::after {
  content: "‣";
  color: #ea5f18;
  font-size: 2rem;
}

.article__article-main-image {
  position: absolute;
  top: -217px;
  right: -320px;
  width: 90%;
  max-width: 750px;
  max-height: 1500px;
  z-index: 2;
}

.article__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  width: 70%;
  max-width: 600px;
}

.article__decoration-image {
  position: absolute;
  left: 20px;
  bottom: -200px;
  width: 40%;
  z-index: 2;
  max-width: 350px;
}
.logo-secondary {
  display: flex;
  gap: 4rem;
}

@media (max-width: 1200px) {
  .logo-secondary,
  .clouds-image-wrapper {
    display: none;
  }

  .article__article-main-image {
    position: relative;
    width: 90%;
    max-width: 600px;
    max-height: 1500px;
    top: -79px;
    right: -150px;
  }

  .article__wrapper {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 0;
    padding-top: 5rem;
  }
}

@media (max-width: 900px) {
  .article__article-main-image {
    top: 0;
    right: 0;
  }

  .article__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .article__heading {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 730px) {
  .footer__heading--dark-blue,
  .footer__heading--orange {
    text-align: center;
  }

  .orange-section section {
    width: 90%;
  }
  .orange-section img {
    margin-top: 2rem;
  }

  .img-container {
    padding-bottom: 1.5rem;
  }
  .camera {
    padding-bottom: 0;
  }
}

@media (max-width: 440px) {
  .article__main-wrapper {
    margin-top: 10rem;
  }
  .article__article-main-image {
    width: 80%;
    max-width: 400px;
  }

  .article__decoration-image {
    bottom: -100px;
  }

  .article__heading {
    text-align: left;
    font-size: 4.5rem;
    margin-bottom: 0;
  }

  .article__cta {
    font-size: 1rem;
  }

  .shadow {
    padding-right: 21px;
    width: 39px;
  }

  .article__image--baloon {
    top: 100px;
    left: 12%;
  }
}

/* ARTICLE STYLES END*/
