.top-logo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 150px;
    z-index:50;
}

.page-container-one {
    /* background: url(https://web.glance-cdn.com/images/indonesia-unlocked/BG.png); */
    background: url('../images/events/background1.png');
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-bottom: 3%;
    min-height: 70vh;
  }

  .page-container-two {
    background: url('../images/events/background2.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top;
    padding-bottom: 3%;

    padding: 5% 5% 10px 5%;
  }

  .page-container-three {
    background: url('../images/events/background3.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top;
    padding: 5% 5% 5% 5%;
  }

  .page-container-four {
    background: url('../images/events/background4.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 5% 5% 0 5%;
  }

  .page-container-five {
    background: url('../images/events/background1.png');
    /* opacity: 0.5; */
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    min-height: 70vh;

  }

  .page-container-contact-us {
    display: none;
  }

  .banner-section {
    width: 100%;
    display: flex;
    padding: 10% 10% 0% 10%;
  }

  .banner-section-2 {
    width: 100%;
    display: flex;
  }

  .speakers-section-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
  
  .section-break {
    background-color: #fff;
    border: 1px solid #ffa400;
    color: black;
    text-align: center;
  }
  
  .desktop-banner {
    display: block;
    width: 40vw;
    height: 50vh;
    overflow-y: scroll;
    background-color: white;
    padding: 3%;
    border-radius: 10px;
    margin-top: -30px;
    border: 1px solid grey;
  }

  .desktop-banner-2 {
    display: block;
    width: 60%;
  }
  .left-section {
    width: 50%;
    display: flex;
    align-items: flex-start;
    /* border-right: 2px solid white; */
  }
  
  .left-section img {
    width: 70%;
    margin-left: 5%;
  }
  
  .right-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 5%;
    margin-top: 5%;
  }

  .right-section-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5% 10% 10% 0;
    margin-top: 5%;
  }

  
  .left-section-nostra {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 5% 10% 3%;
  }

  
  .right-section .sec-one-top {
    font-family: "Inter";
    font-style: bold;
    font-weight: 600;
    font-size: 48px;
    line-height: 128.52%;
    color: #000000;
  }
  
  .right-section, .right-section-2 .sec-one-bottom {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 128.52%;
    color: #000;
  }
  
  .right-section, .right-section-2 .sec-two {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 147.02%;
    color: #000;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .right-section, .right-section-2 .sec-three {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 147.02%;
    color: #000;
  }
  
  .right-section .register-btn {
    width: 260px;
    height: 60px;
    background: #fc024d;
    margin-top: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .para-font {
    font-size: 150%;

  }

  .para-font-nostra {
    font-size: 130%;
  }
  .right-section .register-btn a {
    color: #ffffff;
  }
  
  /* banner two */
  
  .banner-two {
    width: 100%;
  }
  
  .banner-two img {
    width: 100%;
  }
  
  .mobile-banner {
    display: none;
  }
  
  
  
  .banner-three {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .banner-three-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  
  .banner-three-content-wrapper img {
    width: 270px;
    margin-bottom: 32px;
  }
  
  .banner-three-content-wrapper .banner-three-content {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
  }
  
  .banner-four {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  
  .banner-five {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding : 5% 30%;
  }
  
  .banner-four-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
  }
  
  .banner-four-content-wrapper img {
    width: 170px;
  }
  
 
  
  .book-meeting {
    font-family: "Inter";
    font-size: 40px;
    font-weight: 600;
    color: #ffa400;
  }
  .our-speaker-sec-img {
    width: 270px;
    margin-bottom: 32px;
  }
  
 
  .sub-title {
    margin-top: 2px;
    font-size: 18px;
    color: rgb(247, 250, 250);
  }
  
  .indonesia-report-footer {
    width: 100vw;
  }
  
  .first-speaker {
    width: 255px !important;
  }

  .padding-30-lr {
    padding-left: 30px;
    padding-right: 30px;

  }

  .footer-logos {
    width: 100px;
    margin: 20px;
  }
  .register-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;

}

  .overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
  }

  .team-style-02 figure .team-member-image {
    position: relative;
    overflow: hidden;
  }

  .team-member-logo {
    overflow: visible;
    /* right: 30px; */
    width: 15%;
    /* Adjust the size as needed */
    /* transform: translate(50%, 50%); */
    position:absolute;
    top: 10px;
    left : 35%
  }

  .team-member-logo-2 {
    overflow: hidden;
    /* right: 30px; */
    width: 15%;
    border: 2px solid grey;
    border-radius: 10px;
    position:absolute;
    top: 10px;
    left : 55%
  }

  .team-style-02 figure .team-member-name {
    font-size: larger;
    color: blue;
    font-weight: 700;
    margin-top: 10px;
  }

  .team-style-02 figure .team-member-details {
    overflow-y: scroll;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
  }

  .team-style-02 figure .team-member-image,
  .team-style-02 figure:hover .team-member-image {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
  }

  .team-style-02 figure {
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .team-style-02 figure:hover .team-member-details {
    top: 0;
  }

 
  .social-media-icons {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .social-media-icons ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .social-media-icons ul li {
    display: inline;
    margin-right: 20px;
  }

  .social-media-icons ul li a {
    color: #fff; /* Change this to the color you want for the icons */
    font-size: 24px; /* Change this to adjust the size of the icons */
    transition: color 0.2s ease-in-out;
  }

  .social-media-icons ul li a:hover {
    color: #ffa400; /* Change this to the color you want for the icons on hover */
  }
  
  @media (max-width: 1200px) {
    .right-section .sec-one-top {
      font-size: 32px;
    }
  
    .right-section .sec-one-bottom {
      font-size: 24px;
    }
  
    .right-section .sec-two {
      font-size: 24px;
    }
  
    .right-section .sec-three {
      font-size: 30px;
    }
    .right-section .register-btn {
      font-size: 24px;
    }
  
    .banner-three-content-wrapper .banner-three-content {
      font-size: 16px;
    }
  
    .sub-title {
      font-size: 13px;
    }
  
    .left-section-nostra {
        width: 100%;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0px 5% 10% 5%;
        font-size: 14px;
      }

    table,
    th,
    td {
      border: 1px solid white;
      border-collapse: collapse;
      padding: 18px;
      text-align: left;
      width: 800px;
      font-size: 16px;
      color: white;
    }
  }
  
  .footer {
    margin-top: 10rem;
    padding-top: 5rem;
    min-height: 20rem;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .social-links {
    display: flex;
    flex-direction: row;
  }
  
  .icons img {
    width: 75%;
    cursor: pointer;
  }
  
  .brands img {
    margin: 32px;
  }
  .oems img {
    margin: 32px;
  }
  
  .indonesia-report-footer {
    width: 100vw;
  }
  
  @media (max-width: 992px) {
    .top-logo {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 80px;
        z-index:50;
    }

    .page-container-contact-us {
      /* background: url(https://web.glance-cdn.com/images/indonesia-unlocked/BG.png); */
      background: url('../images/events/background1.png');
      background-repeat: no-repeat;
      position: relative;
      background-position: top;
      background-size: cover;
      display: flex;
      flex-direction: column;
      height: 70vh;
      width: 100vw;
      justify-content: center;
      align-items: center;
    }

    .page-container-four {
        padding: 5% 5% 20% 5%;
      }

    .banner-section {
      flex-direction: column;
      height: 60vh;
    }
    .left-section {
      border-bottom: 1px solid white;
      border-right: none;
      padding: 5% 0%;
      margin-left: 5%;
      width: 100%;
      display: none;
    }
  
    .left-section img {
      width: 60%;
    }
  
    .right-section {
      width: 100%;
      margin-top:15%;
    }
  
    .right-section-2 {
        width: 100%;
        padding: 5% 0;
      }

      .right-section-contact {
        width: 95%;
        padding: 3%;
        overflow-x: scroll;
        overflow-y: hidden;
        background-color: white;
        border-radius: 10px;
        border: 1px solid grey;
      }

    .right-section .sec-one-top {
      font-family: "Inter";
      font-style: bold;
      font-weight: 600;
      font-size: 30px;
      line-height: 128.52%;
      color: #000;
    }
  
    .para-font {
        font-size: 100%;
      }

      .para-font-nostra {
        font-size: 100%;
      }

    .right-section .sec-one-bottom {
      font-family: "Inter";
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 128.52%;
      color: #000;
    }
  
    .right-section .sec-two {
      font-family: "Inter";
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 147.02%;
      color: #000;
      margin-top: 12px;
    }
  
    .right-section .sec-three {
      font-family: "Inter";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 147.02%;
      color: #000;
    }
  
    .right-section .register-btn {
    display: none;

    }

    .book-meeting {
        font-family: "Inter";
        font-size: 16px;
        font-weight: 600;
        color: #000;
      }
  
    .banner-three-content-wrapper img {
      width: 215px;
      margin-bottom: 20px;
    }
  
    .banner-three-content-wrapper .banner-three-content {
      line-height: 16px;
      font-size: 14px;
    }
  
    .banner-four-content-wrapper img {
      width: 120px;
    }
  
    table,
    th,
    td {
      border: 1px solid white;
      border-collapse: collapse;
      padding: 10px;
      text-align: left;
      width: 100px;
      font-size: 16px;
      color: white;
    }
  
    .first-column {
      text-align: center;
      width: 20%;
      font-size: 16px;
    }
  
    .page-container-two {
      padding: 10% 10%;
    }
  
    .speakers-wrapper img {
      width: 110px;
      height: auto;
      margin: 32px 12px;
    }
  
    .first-speaker {
      width: 130px !important;
    }
  
    .brands img {
      margin: 12px;
      width: 150px;
    }
    .oems img {
      margin: 25px;
      width: 60px;
    }
  
    .banner-four {
      margin-top: 60px;
    }
    .banner-five {
      margin-top: 40px;
      padding: 10px;
    }
    .banner-three {
      margin-top: 40px;
    }
  
    .our-speaker-sec-img img {
      width: 65%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .banner-two {
      margin-top: 2rem;
    }
    .desktop-banner {
      display: none;
      /* width : 100vw;
      height: 100vh; */

    }
    .desktop-banner-2 {
        display: none;
      }
    .mobile-banner {
      display: block;
    }
  
    .register-button{
     display: none;
    }

    .banner-three-content-wrapper {
      width: 80vw;
    }

    .footer-logos {
        width: 40px;
        margin: 20px;
      }

      .social-media-icons {
        width: 50%;
        text-align: right;
        margin: 0 auto;
      }
  }
  