.activity1-container{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-container{
    height: 515px;
    width: 100%;
    margin-top: 80px;
    background-color: #0E1423;
    display: flex;
    justify-content: center;
}

.top-content{
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.top-content-left{
    display: flex;
    flex-direction: column;
    max-width: 650px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(50%);
}

.top-content-title{
    color: white;
    font-size: 42px;
    line-height: 50px;
    font-family: Inter-Bold;
}

.top-content-desc{
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
}

.top-content-img{
    width: 1064px;
    height: 515px;
    position: absolute;
    right: -180px;
}

.cont2{
    margin-top: 97px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
}

.cont2-content{
    /* overflow-x: auto; */
}

.cont2-part1{
    width: 100%;
    display: flex;
    gap: 40px;
}

.cont2-part1 img{
    width: 186px;
    height: 117px;
}

.title{
    font-size: 32px;
    line-height: 44px;
    font-family: Inter-Bold;
}

.desc{
    font-size: 16px;
    line-height: 22px;
    color: #6B7280;
}

.cont2-part2{
    margin-top: 41px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #EBEDF3;
}

.cont2-part2-item{
    display: flex;
    height: 52px;
    border-bottom: 1px solid #EBEDF3;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #262933;
}

.cont2-part2-item-first{
    padding-left: 16px;
    width: 290px;
    font-size: 16px;
    line-height: 18px;
    box-sizing: border-box;
}


.cont2-part2-item-second{
    padding-left: 16px;
    flex-grow: 1;
    box-sizing: border-box;
}

.cont2-part2-item-third{
    padding-left: 16px;
    width: 200px;
    box-sizing: border-box;
}

.cont2-part2-item-third img{
    width: 18px;
    height: 18px;
    margin-left: 30px;
}

.cont3{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 24px 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    gap: 12px;
    background-color: #FCFCFC;
    margin-bottom: 90px;
}

.img-to-top {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(38, 92, 162, 0.2);
  cursor: pointer; }
  .img-to-top:hover {
    content: url(../img/index/ic_index_top_hover.png); }

  #chat-widget-container{
    bottom: 200px !important;
    right: 85px !important;
  }


@media (max-width: 1200px){

    .top-container{
        height: 800px;
    }

    .top-content-img{
        width: 100%;
        height: auto;
        bottom: 0px;
        right: 0px;
        left: -100px;
    }

    .top-content-left{
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding-left: 50px;
        padding-right: 50px;
    }

    .cont2{
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 15px;
    }

}

@media (max-width: 1000px){
    .cont2-content{
        overflow-x: auto;
    }
    .cont2-part2{
        min-width: 1000px;
    }
}

@media (max-width: 700px){

    #chat-widget-container{
        bottom: 200px !important;
        right: 5px !important;
      }
      
    .top-content-left{
        transform:translateY(30%)
    }

    .top-content-img{
        bottom: 50px;
        left: -50px;
    }
}