body {
  font-family: Suisse Intl;
  font-family: 'Suisse Intl', sans-serif;
}
br.mobile {
  display: block;
}
br.desktop {
  display: none;
}

@media (min-width: 768px) {
  br.mobile {
    display: none;
  }
  br.desktop {
    display: block;
  }
}

body.page-template-page-futures {
  margin: 0;
  padding: 0;
}
#hp2 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  margin: 20px 0 !important;
  padding: 0;
  text-align: center;
}

#hp2 .light {
  font-weight: 300;
}

#hp2 h1,
#hp2 h2,
#hp2 h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: initial;
  width: initial;
  font-weight: 300;
  line-height: 54px;
  font-size: 44px;
  text-transform: capitalize;
}

#hp2 .ava-container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 66px 20px;
  text-align: center;
}

#hp2 .ava-container-wide {
  max-width: 1536px;
  margin: 0 auto;
  padding: 31px;
  text-align: center;
  min-height: 100vh;
}

@media (min-width: 768px) {
  #hp2 .ava-container-wide {
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  #hp2 .ava-container-wide {
    margin: 0;
    min-height: 720px;
    display: block;
    padding: 173px 0 224px 186px;
  }
}

/* #hero */

#hp2 #hero {
  background-image: url(/wp-content/uploads/2025/09/futures-hero-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center bottom;
  height: 745px;
}

#hp2 #hero h2 {
  color: #e5ff81;
  font-size: 33px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  width: 299px;
  text-align: center;
  margin: auto;
}

@media (min-width: 768px) {
  #hp2 #hero {
    max-height: 719px;
    text-align: start;
    background-image: url(/wp-content/uploads/2025/09/futures-hero-desktop.jpg);
    background-repeat: no-repeat;
  }

  .rtl #hp2 #hero {
    background-image: url(/wp-content/themes/avapartner/img/hero-hp-desktop-rtl.png);
    background-position: left bottom;
  }

  #hp2 #hero h2 {
    margin: 0 0 27px;
    color: var(--YellowGreen_Color_Style, #e5ff81);
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 58px;
    width: fit-content;
    max-width: 720px;
    text-align: left;
  }
  .ava-buttons {
    text-align: start;
  }
}

@media (min-width: 953px) {
  #hp2 #hero {
    margin-top: 85px;
  }
}

#hp2 #hero p {
  color: #fff;
  max-width: 690px;
}

@media (min-width: 768px) {
  #hp2 #hero p {
    text-align: start;
    margin-bottom: 36px !important;
  }
}

#hp2 #hero p:first-of-type {
  color: var(--White, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 338px;
  margin: 17px auto !important;
}

@media (min-width: 768px) {
  #hp2 #hero p:first-of-type {
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 32px !important;
    width: fit-content;
    max-width: 477px;
    text-align: left;
  }
}

#hp2 #avapartner2 {
  max-width: 1024px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f6ff;
  margin: 0 7.58px;
}

#hp2 #avapartner2 p {
  max-width: 740px;
  font-size: 22px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  #hp2 #avapartner2 {
    max-width: unset;
    margin: auto;
    padding: 125px 0 0 0 !important;
  }
}

/* why-partner */
#hp2 #why-partner {
  background-color: #101820;
  color: #fff;
}
#hp2 #why-partner .ava-container {
  padding: 31px 10px;
}

#hp2 #why-partner h3 {
  margin: 5px auto 17px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  text-transform: capitalize;
  width: 225px;
}

#hp2 #why-partner p {
  max-width: 160px;
  margin: 8px auto !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  /* padding: 0 15px; */
}

#hp2 #why-partner .image-box {
  width: 142px;
  margin-left: 16px;
}
.rtl #hp2 #why-partner .image-box {
  width: 142px;
  margin-right: 16px;
}


#hp2 #why-partner .image-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 768px) {
  #hp2 #why-partner .ava-container {
    max-width: 1080px;
    padding: 100px 20px 0;
  }

  #hp2 #why-partner .image-boxes {
    margin-top: 81px;
  }

  #hp2 #why-partner .image-box {
    width: 33.3%;
    /* margin: 10px 0 90px; */
  }

  #hp2 #why-partner .image-box img {
    width: 88px;
    height: 84px;
  }

  #hp2 #why-partner h3 {
    margin: 0 auto;
    font-size: 44px;
    font-weight: 300;
    line-height: 54px;
    text-align: center;
    width: fit-content;
  }

  #hp2 #why-partner p {
    max-width: 242px;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
}

@media (min-width: 1024px) {
  #hp2 #why-partner {
    padding: 122px 0;
  }
  #hp2 #why-partner .ava-container {
    max-width: 1160px !important;
    padding: 0 20px 0;
  }
  #hp2 #why-partner .image-boxes {
    gap: 140px;
    justify-content: center;
    align-items: center;
  }
  #hp2 #why-partner .image-box {
    width: 242px;
    margin-left: unset;
    margin-right: 28px;
  }
  .rtl #hp2 #why-partner .image-box {
    margin-right: 0;
    margin-left: 28px;
  }
  #hp2 #why-partner h3 {
    font-size: 44px;
    font-weight: 300;
    line-height: 54px;
  }
  #hp2 #why-partner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 166%;
  }
}

#hp2 .ava-btn {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: var(--DarkBlue_Color_Style, #101820);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#hp2 .ava-btn-primary {
  width: 188px;
  height: 44px;
  flex-shrink: 0;
  background: #e5ff81;
  color: #101820;
}

@media (min-width: 768px) {
  #hp2 .ava-btn-primary {
    width: 222px;
    height: 58px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#hp2 .ava-btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #000;
}

/* avapartner2 */
#avapartner2.ava-container {
  padding: 22px 20px 27px !important;
}

#avapartner2 h1 {
  color: var(--Trustworthy-Navy-Blue, #101820);
  text-align: center !important;
  font-size: 33px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 40px !important;
  text-transform: capitalize !important;
  width: 280px !important;
}
@media (min-width: 768px) {
  #avapartner2 h1 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 54px !important;
    width: unset !important;
  }
}

#avapartner2 p {
  margin-top: 5px !important;
}

#avapartner2 span {
  font-weight: 300;
}

@media (max-width: 767px) {
  #avapartner2 span {
    display: block;
  }
}

/* become-a-partner */
#become-a-partner {
  background-color: #f5f6ff;
  margin: -20px 7.58px 0;
}
#become-a-partner .ava-container {
  padding: 0px 20px 20px;
}

#become-a-partner .ava-container > p {
  color: #4c61ff;
  font-size: 54px;
  font-weight: 300;
  line-height: 58px;
  margin: 8px 0 !important;
}

#become-a-partner .box {
  margin-top: 20px;
  flex: 1;
}

@media (min-width: 1024px) {
  #become-a-partner {
    margin: 0;
  }
  #become-a-partner .box {
    display: flex;
    flex-direction: column;
  }
  #become-a-partner .box .box-container {
    flex: 1;
  }
  #become-a-partner .ava-container > p {
    margin: 12px 0 !important;
  }
}

#become-a-partner .box .box-container {
  padding: 35px 25.45px 28px !important;
  text-align: start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -8px;
}

#become-a-partner .box img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 720px) {
  #become-a-partner .box img {
    height: 320px;
  }
}

#become-a-partner .box h3,
#become-a-partner .box p {
  text-align: start;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

#become-a-partner .box h3 {
  font-size: 33px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 29.264px !important;
  text-transform: capitalize;
  margin-bottom: 13.36px;
}

#become-a-partner .box-container p {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  margin: 0 !important;
}
#become-a-partner .box-container p:last-of-type {
  margin: 0;
  margin-top: 31px !important;
}

#become-a-partner .box p:first-of-type {
  margin-bottom: unset !important;
}

@media (min-width: 1024px) {
  #become-a-partner .box > p:first-of-type {
    height: 346px;
    overflow: hidden;
  }
  #become-a-partner .box img {
    scale: 1.5;
  }
  #become-a-partner .box h3 {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 46px !important;
    margin-bottom: 0 !important;
  }
  #become-a-partner .box-container p {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }
  #become-a-partner .box-container p:last-of-type {
    margin-top: 49px !important;
  }
  #become-a-partner .box .ava-btn {
    width: 222px !important;
    height: 58px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
  }
}

#become-a-partner .box .ava-btn,
.promote-box .ava-btn {
  background-color: #4c61ff;
  color: #fff !important;
  min-width: 222px;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  display: flex;
  height: 36.262px;
  padding: 12.724px 34.99px;
  justify-content: center;
  align-items: center;
  gap: 6.362px;
  width: 169px;
  height: 36px;
  color: var(--White_Color_Style, #fff);
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 1024px) {
  #become-a-partner .boxes {
    display: flex;
    gap: 16px;
  }
  #become-a-partner .ava-container {
    padding: 46px 189px 158px;
  }

  #become-a-partner .box .box-container {
    padding: 55px 40px 44px 40px;
    height: 346px;
  }
}

/* promote */
#promote {
  padding: 0 !important;
}

#promote .promote-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 567px;
  padding: 39px 17px 302px 23px;
}
.promote-box .ava-btn {
  min-width: unset;
  width: 188px;
  height: 44px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#promote .promote-box:first-child {
  background-image: url('/wp-content/uploads/2025/09/section1-mobile.jpg');
  background-size: cover;
  background-position: bottom;
}

#promote .promote-box:nth-child(2) {
  background-image: url('/wp-content/uploads/2025/09/section2-mobile.jpg');
  background-size: cover;
  background-position: bottom;
}

#promote .promote-box:nth-child(3) {
  background-image: url('/wp-content/uploads/2025/09/section3-mobile.jpg');
  background-size: cover;
  background-position: bottom;
}

#promote .promote-box:nth-child(4) {
  background-image: url('/wp-content/uploads/2025/09/section4-mobile.jpg');
  background-size: cover;
  background-position: bottom;
}

#promote .promote-box:last-child {
  background-image: url('/wp-content/uploads/2025/09/section5-mobile.jpg');
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  #promote .promote-box:first-child {
    background-image: url('/wp-content/uploads/2025/09/section1-deskktop.png');
  }
  #promote .promote-box:nth-child(2) {
    background-image: url('/wp-content/uploads/2025/09/section2-desktop.png');
  }
  #promote .promote-box:nth-child(3) {
    background-image: url('/wp-content/uploads/2025/09/section3-desktop.png');
  }
  #promote .promote-box:nth-child(4) {
    background-image: url('/wp-content/uploads/2025/09/section4-dekstop.png');
  }
  #promote .promote-box:last-child {
    background-image: url('/wp-content/uploads/2025/09/section5-desktop.png');
  }
}

@media (min-width: 1024px) {
  #promote .promote-box:nth-child(4) {
    flex-direction: row !important;
  }
  #promote .promote-box:last-child {
    height: 763px !important;
  }
  #hp2 .ava-container {
    max-width: unset !important;
  }
  #promote .promote-box {
    min-height: unset !important;
    height: 556px !important;
    padding: 176px 10vw !important;
    flex-direction: row-reverse !important;
  }
  #promote .promote-text h3 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 54px !important;
    width: unset !important;
    margin-bottom: 45px !important;
    max-width: 633px !important;
  }
  #promote .promote-text p {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 37px !important;
    max-width: 633px !important;
  }
  #promote .promote-box:last-child p {
    max-width: unset !important;
  }
}

#promote .promote-box:nth-child(2) p,
#promote .promote-box:nth-child(4) p {
  color: #fff;
}

#promote .promote-box:last-child p {
  margin-bottom: 23px !important;
}

#promote .promote-box.reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #promote .promote-box {
    flex-direction: row;
    /* margin: 84px 0; */
  }
  #promote .promote-box.reverse {
    flex-direction: row-reverse;
  }
  #promote .promote-text {
    flex-basis: 40%;
  }
  #promote .promote-text:last-of-type {
    flex-basis: unset;
    max-width: 750px;
  }
  #promote .promote-box:last-child p {
    margin-bottom: 45px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

#promote .promote-text {
  font-size: 28px;
  line-height: 37px;
}

#promote .promote-text h3 {
  margin-bottom: 23px;
  text-align: start;
  color: #4c61ff;
  line-height: 54px;
  font-size: 44px;
  line-height: 54px;
  font-size: 33px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 34px !important;
  text-transform: capitalize;
  max-width: 240px;
}

#promote .promote-image img {
  max-width: 80%;
  padding: 0 30px;
}

@media (min-width: 768px) {
  #promote .promote-text h3 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 54px !important;
  }
  #promote .promote-box:last-of-type .promote-text h3 {
    text-align: center;
    margin: auto;
  }
}

#promote .promote-text p {
  text-align: start;
  margin: unset !important;
  color: var(--DarkBlue_Color_Style, #101820);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 320px;
}

/* Video */
.video-play {
  background: rgba(52, 52, 52, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 100001;
  display: none;
}

.home .v-player {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

iframe#video-iframe {
  width: 90%;
  height: 340px;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

@media (min-width: 1400px) {
  iframe#video-iframe {
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
  }

  .v-player {
    width: 766px;
    height: 434px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#hp2 h1,
#hp2 h2,
#hp2 h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: initial;
  width: initial;
  font-weight: 300;
  line-height: 54px;
  font-size: 44px;
  text-transform: capitalize;
}
#join-now {
  background-color: #4c61ff;
  color: #fff;
}

#join-now .ava-container {
  padding: 35px 20px 35px;
}

#join-now p {
  max-width: 1024px;
  margin: 30px auto !important;
  font-weight: 400;
  line-height: 30px;
  font-size: 22px;
  font-weight: 200;
}

#join-now .ava-btn {
  color: #4c61ff;
}
@media (min-width: 768px) {
  #become-a-partner .box {
    margin-top: unset;
  }
}

@media (max-width: 952px) {
  #hp2 .ava-btn {
    font-size: 16px;
  }
  #hp2 h1,
  #hp2 h2,
  #hp2 h3 {
    font-size: 22px;
    line-height: 29px;
  }
  #hp2 #avapartner2 p {
    font-size: 16px;
    line-height: 24px;
  }
  #hp2 #avapartner2.ava-container {
    padding: 26px 20px;
  }
  #hp2 #avapartner2 p {
    margin-bottom: 0 !important;
  }
  #become-a-partner .ava-container > p {
    font-size: 33px;
    line-height: 29px;
  }
  #become-a-partner .box h3 {
    font-size: 24px;
    line-height: 29.26px;
  }
  #become-a-partner .box p {
    font-size: 16px;
    line-height: 24px;
  }
  #become-a-partner .box .ava-btn {
    font-size: 11.45px;
    line-height: 22px;
    min-width: 160px;
  }
  #become-a-partner .box .box-container {
    padding: 20px 20px 5px 20px;
  }
  #promote .promote-text h3 {
    font-size: 22px;
    line-height: 29px;
  }
  #join-now p {
    font-size: 16px;
    line-height: 24px;
  }
  #join-now p {
    margin: 0 !important;
  }
  #join-now .ava-btn {
    margin-bottom: 0;
    width: 188px;
    height: 44px;
    color: #4c61ff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  #join-now p:first-of-type {
    margin: 5px 0 32px 0px !important;
    color: var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  #join-now .ava-container {
    padding: 96px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #join-now p {
    margin: 0 0 32px !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
  #join-now p:first-of-type {
    margin: 5px 0 22px 0px !important;
  }
  #join-now .ava-btn-secondary {
    width: 222px;
    height: 58px;
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
  }
}
