*{
    margin: 0px;
    padding: 0px;
}
#navbar{
    display: flex;
    /* border: 2px solid red; */
   
    justify-content: space-between;
    position: sticky;
   
    height: 80px;
    top: 0;
}
#navbar:before{
    content:"";
    position:absolute;
    height: 98%;
    width: 100%;
    background-color: rgb(222, 56, 255);
    opacity: 0.4;
    z-index: -1;
    top: 0px;
}
#navbar img{
    position: absolute;
    /* border: 2px solid red; */
    height: 100%;
    width: 190px;
    left: 0%;
    
}
.navcontainer{
    position: relative;
    /* border: 2px solid red; */
    list-style: none;
    padding: 5px;
    margin: 5px;
    right: 0px;
}
.navcontainer ul a{
        padding: 7px;
        /* border: 2px solid black; */
        text-decoration: none;
        font-size: 1.3rem;
        font-family: 'Baloo Bhai 2', cursive;
        font-family: 'Kanit', sans-serif;
        border-radius: 7px;
        /* background-color: rgb(217, 209, 209); */
        color: rgb(0, 0, 0);
    }
.navcontainer ul a:hover{
    transform: scale(1.2rem);
    text-decoration: underline;
    color: #3725c1;

}
#navabr::before{
    content: "";
    height: 100px;
}
#home{
    display: flex;
    flex-direction: column;
    /* border: 2px solid red; */
    margin: 3px;
    justify-content: center;
    align-items: center;  
    font-family: 'Baloo Bhai 2', cursive;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Kanit', sans-serif;
    color: #2a0cd7;
    height: 400px;
}
#Registration{
    margin: 7px;
    margin-bottom: 10px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#Registration a{
    /* text-decoration: none; */
    font-size: 1.1rem;
    font-family: 'Baloo Bhai 2', cursive;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Kanit', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'REM', sans-serif;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    text-align: center;
    padding:10px;
    transition-duration: 1s;
    
}
#Registration a:hover{
    color: #ffffff;
    background: #c900c9;
    transform: scale(1.1);
    color: #ffffff;
    transition-duration: 1s;
}
#home h1{
    font-size: 2rem;
    color: #800080;
}
#home p{
    font-size: 0.95rem;
    margin: 8.7px;
    color: rgb(205, 19, 19);
}
.conference{
    margin-top: 35px;

}
#home::before{
    content: "";
    position: absolute;
    background: url(un-flag-edited.jpg) no-repeat center center/cover ;
    height: 100%;
    width:100%;
    z-index:-1;
    opacity: 70%;
    height: 480px;
    margin-bottom: 13.4px;
    top: 0px;
    
}
#home .conference{
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    font-size: 1.2rem;

}

#about{
    
    border: 2px solid rgba(248, 154, 154, 0.836);;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 80%; */
    /* background-color: #ce76f499; */
    font-family: 'Baloo Bhai 2', cursive;
    margin-right: 10px;
    margin-left: 10px;
    background-color:  rgb(230, 221, 221);
    border-radius: 10px;
    padding: 2px;
}

#about h1{
    font-size: 2rem;
    color: #341DB5;
}
#about p{
    color: rgb(73, 118, 225);
    font-size: 1.2rem;
}
#vision{
    border: 2px solid rgba(248, 154, 154, 0.836);
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 80%; */
    /* background-color: #ce76f499; */
    font-family: 'Baloo Bhai 2', cursive;
    margin-top: 4px;
    margin-right: 70px;
    margin-left: 70px;
    background-color:  rgb(230, 221, 221);
    border-radius: 10px;
}
#vision h1{
    font-size: 2 rem;
    color: #341DB5;
}
#vision p{
    font-size: 1.2 rem;
    color: rgb(73, 118, 225);
    font-size: 1.1rem;
}
#Contact{
    /* border: 2px solid red; */
    height: 200px;
    width: 100%;
    background-color: #d596fa;
    display: flex;
    flex-direction: column;
    
}
/* #Contact .maincontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
#Contact h1{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    color: #ffffff;
    font-family: 'Baloo Bhai 2', cursive;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Kanit', sans-serif;
    font-family: 'REM', sans-serif;
}
.container{
    display: flex;
    flex-direction: row ;
    justify-content: center;
    margin: 7px;
}
.linkdin{
    margin: 6px;
    /* border: 2px solid red; */
}
.linkdin:hover{
    transform: scale(1.2);

}
.facebook{
    margin: 6px;
    /* border: 2px solid red; */
}
.facebook:hover{
    transform: scale(1.2);
}

.linktree{
    margin: 6px;
    /* border: 2px solid red; */
    
}
.linktree:hover{
    
    transform: scale(1.2);
}

.mail{
    margin: 6px;
    /* border: 2px solid red; */
}
.mail:hover{
    transform: scale(1.2);
}

.container2{
    display: flex;
    justify-content: space-between;
    margin: 2px;
    
    /* border: 2px solid red; */
}
.mid{
    margin: 2px;
    padding: 2px;
    display: flex;
    flex-direction: column;
}
.mid .line1{
    font-size: 1.2rem;
    font-family: 'Balsamiq Sans', cursive;
}
.mid .line2{
    font-size: 1.1rem;
    font-family: 'Balsamiq Sans', cursive;
}
.location:hover{
    transform: scale(1.2);
}
.phone:hover{
    transform: scale(1.2);
}

#Agenda{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
    background-color:  rgb(230, 221, 221);
    border: 2px solid rgba(248, 154, 154, 0.836);
}
#Agenda .heading{
    color: #341DB5;
}
#Agenda .continer{
    height: 290px;
    display: flex;
    /* border: 2px solid red; */
}
#Agenda .box{
    position: relative;
    width: 100%;
    border: 2px solid black; 
    margin: 2px;
    box-sizing: border-box;
}
#Agenda .box img{
    position: relative;
    width: 100%;
    height: 100%;
    
}
#Agenda .box .text{
    background: #000000;
    color: #ffffff;
    background: rgba(145, 42, 236, 0.8);
    position: absolute; 
    top: -10%;
    overflow: hidden;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: all 1s;
    opacity: 0; 
}
#Agenda .box:hover .text{
    top: 0;
    opacity: 1;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}