/*@font-face {*/
/*    font-family: 'Buenos Aires';*/
/*    src: local('Buenos Aires Regular'), local('Buenos-Aires-Regular'),*/
/*        url('BuenosAires-Regular.woff2') format('woff2'),*/
/*        url('BuenosAires-Regular.woff') format('woff'),*/
/*        url('BuenosAires-Regular.ttf') format('truetype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*  }*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Kanit:wght@300;400;500;600;700&family=Noto+Sans:wght@400;500;600;700&family=Sofia+Sans:ital,wght@0,700;1,700&display=swap');
#event__wrapper{
    /* padding:3% 5%; */
    line-height:1.8;
}
#event__wrapper h2{
    font-size: 2.3rem;
    font-weight: 600;
    padding-top: 1.5rem;
}
#event__wrapper ul > li{
   font-size: 1.3rem;
   font-weight: 500;
   padding-bottom:8px;
   /*line-height: 1.6;*/

/*font-family: "BuenosAires-Regular";*/

/*opacity: 0.9;*/
/*letter-spacing: -0.025em;*/
line-height: 32px;
}
#event__wrapper h6{
   margin-bottom: 1rem;
   background-color:brown ;
   width:43%;
   height: 3px;
   border-radius: 25px;
}
.subevent__wrapper{
    padding:3% 5%;
    display: flex;
    align-items:  flex-start;
    justify-content:space-between;
    background-color: rgb(253, 253, 253);
    color:  rgb(7, 7, 55);
}
.subevent__wrapper h6{
    max-height:300px !important;
}
.key__insight{
    width: 58% ;

}
.why__newzealand{
    width: 38% ;
}
.participating_institute {
    padding:3% 5%;
    background-color: darkcyan;
    color: white;
  /* border: 2px solid red; */
}
.participating_institute h6{
    text-align: center;
    align-items: center;
    justify-content: center;
   
}
.participating_institute ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.participating_institute ul >li {
   width: 50%;
   

}
#advantage{
    padding:3% 5%;
    background-color: rgba(127, 253, 1, 0.15);
    display: flex;
    align-items:  flex-start;
    justify-content:space-around;
    flex-direction: row;
    color: rgb(0, 0, 0);
}

.tpacific_advantage{
    width: 60%;
    line-height:1.8;
}
.expert_advice{
    width: 40%;
    line-height:1.8;
    background-color:white;
    padding-left:12px;
    border-radius:12px;
}

.banner_image{
    width:100vw;
    height: auto;
    min-height: 140px;
}
.banner_image img{
    width:100%;
    height: 100%;
    min-height: 140px;
}
@media (min-width:320px) and (max-width:800px){
    #event__wrapper ul > li{
        width:100%;
        font-weight:400;
        font-size:1.1rem;
    }
    .subevent__wrapper{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .key__insight{
        width: 100% !important;
    
    }
    .why__newzealand{
        width: 100% !important;
    }
    .participating_institute{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .participating_institute ul >li {
        width: 100% !important;
        
     
     }
    #advantage{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .tpacific_advantage{
        width: 100%;
    }
    .expert_advice{
        width: 100%;
    }
    #event__wrapper h2{
    font-size: 1.7rem;
    font-weight: 600;
    padding-top: 1.5rem;
}

}