*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* HOME */

.main_logo{
    margin-top: 130px;
    align-items: center;
}
.main_logo img{
    height:250px;
    width:600px;
    margin-bottom: 7px;
    margin-top: 2rem;
}
.home-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70%;
    align-items: center;
}
.section {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.center h1{
    color: #fcc100;
    font-weight: 700;
    margin-bottom:35px;
    font-size:29px;
}
.center a{
  text-decoration: none;
  color: white;
  background-color: rgb(181, 105, 0);
  height: 38px;
  width: 135px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-top:20px;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 50px;
}
.center a:hover{
  text-decoration: none;
  color: #fff;
}
.powered{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    flex-direction: column;
    padding-bottom:25px;
  }
  .powered h3{
      font-size:35px;
  }
.rntu{
    height: 60px;
    width: 320px;
    margin-bottom: 15px;
}
.powered-date{
    height:65px;
    width:490px;
    background-image: url("image/date1.png");
     background-position: center;
    background-size: cover;
}
    .powered-date h3{
    font-size:33px;
    }
@media (max-width: 991px){
    .home-center{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main_logo img{
        height: 225px;
        width: 520px;
        margin-top: 60px;
    }
    .center{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .center h1{
        color: white;
        font-size: 35px;
    }
    .center a{
        margin-bottom: 50px;
    }
    .powered-date{
    height:55px;
    width:450px;
    background-image: url("image/date1.png");
     background-position: center;
    background-size: cover;
    }
    .powered-date h3{
    font-size:28px;
    }
}
@media (max-width: 770px){
    .main_logo img{
        height: 200px;
        width: 450px;
        margin-top: 50px;
    }
    .center h1{
        color: white;
        font-size: 22px;
    }
    .center a{
        margin-bottom: 65px;
    }
    .rntu{
        height: 60px;
        width: 300px;
    }
}
@media (max-width: 620px){
    .section {
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        height:85vh;
    }
    .main_logo img{
         margin-top: 0px; 
        height: 150px;
        width: 330px;
    }
    .center h1{
        color: white;
        margin-top: 5px;
        font-size: 25px;
        width: 90%;
        text-align: center;
    }
    .center a{  
        margin-bottom: 65px;
    }
    .rntu{
        height: 50px;
        width: 230px;
    }
    .powered-date{
    height:42px;
    width:300px;
    background-image: url("image/date1.png");
     background-position: center;
    background-size: cover;
    }
     .powered-date h3{
         font-size:20px;
     }
}

/* ABOUT */
.a :hover {
    color: #ffc107;
    text-decoration: none;
    background-color: transparent;
}
.about{
    height:fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245);
    padding:20px;
}
.about .box1{
    height: 100%;
    width: 40%;
}
.about_navonmesh1{
    height: 100%;
    width: 100%;
}
.box1 h1{
    position: absolute;
    color: rgba(218, 165, 32, 0.164);
    font-size: 84px;
    font-weight: 900;
}
.box1 h3{
    position: relative;
    top: 30px;
    z-index: 1;
    font-size:38px;
    font-weight: 900;
    color: rgb(203, 148, 10);
}
.box1 p{
    font-size:18px;
    font-weight: 600;
    padding-top:60px;
    line-height: 24px;
    width:88%;
}
#about-p{
    padding-top:10px;
}
.about .box2{
    height: 50%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.box2 img{
    height: 70%;
    width: 78%;
    border-radius: 950px 630px 130px 305px;
}
/*@media (max-width: 1629px){*/
/*    .about .box1{*/
/*        height: 100%;*/
/*        width: 40%;*/
/*        padding:0px 50px 00px 00px;*/
/*    }*/
/*    .box2 img{*/
/*        height: 80%;*/
/*        width: 100%;*/
/*        border-radius: 950px 630px 190px 305px;*/
/*        margin-right:0px;*/
/*    }*/
/*}*/
@media (max-width: 1329px){
    .about .box1{
        height: 100%;
        width: 45%;
        padding:0px 50px 0px 20px;
        margin: 38px;
    }
    .box1 h1{
    position: absolute;
    z-index: 0;
    color: rgba(218, 165, 32, 0.164);
    font-size: 80px;
    font-weight: 900;
}
.box1 h3{
    position: relative;
    top: 30px;
    z-index: 1;
    font-size:35px;
    font-weight: 900;
    color: rgb(203, 148, 10);
}
.box1 p{
    font-size:20px;
    font-weight: 500;
    padding-top:60px;
    line-height: 24px;
    width:90%;
}
.about .box2{
    height: 100%;
    width: 50%;
}
    .box2 img{
        height: 70%;
        width:91%;
        border-radius: 950px 630px 130px 305px;
        margin-right:60px;
    }
}
@media (max-width: 1131px){
    .box1 h3{
    position: relative;
    top: 30px;
    z-index: 1;
    font-size:30px;
    font-weight: 900;
    color: rgb(203, 148, 10);
}
    }
    .box1 h1{
    position: absolute;
    z-index: 0;
    color: rgba(218, 165, 32, 0.164);
    font-size: 80px;
    font-weight: 900;
}
.box1 p{
    padding-top:40px;
   
  }
}
@media (max-width: 1050px){
        .box2 img{
        height: 70%;
        width:80%;
        border-radius: 950px 630px 130px 305px;
        margin-right:60px;
    }
}
@media (max-width: 985px){
    .about{
        height: fit-content;
    }
    .about .box1{
        height: 28%;
        width: 96%;
        padding: 0px;
        padding-left: 82px;
    }
    .about{
        flex-direction: column;
        justify-content: space-evenly;
    }
    .about .box2{
        height: 100%;
        width: 100%;
        /* background-color: red; */
    }
    .box2 img{
        height: 90%;
        width:70%;
        border-radius: 950px 630px 130px 305px;
        margin-right:0px;
    }
    .box1 p{
    font-size:18px;
    font-weight: 500;
    padding-top:60px;
    line-height: 24px;
    width:90%;
   }
}
@media (max-width: 685px){
    .about{
        height: fit-content;
    }
    .about .box1{
        height: 70%;
        width: 100%;
        padding-left: 50px;
    }
    .about{
        flex-direction: column;
        justify-content: space-evenly;
    }
    .box1 h1{
        font-size: 60px;
    }
    .box1 h3{
        top: 24px;
        font-size:25px;
    }
    .box1 p{
        padding-top:40px;
    }
    #about-p{
        padding-top:5px;
    }
    .about .box2{
        height: 100%;
        width: 90%;
    }
    .box2 img{
        height: 92%;
        width:100%;
        border-radius: 950px 630px 130px 305px;
        margin-right:0px;
        padding-bottom: 20px;

    }
}
@media (max-width: 530px){
    .about{
        height: fit-content;
    }
    .about .box2{
        height: 80%;
        width: 90%;
        padding: 0;
        margin: 0;
    }
    .box2 img{
        height: 95%;
        width:100%;
        border-radius: 950px 630px 210px 305px;
        margin-right:0px;
        /* padding-bottom: 20px; */

    }
}
@media (max-width: 440px){
    .about .box1{
     margin-left: 0px;
    }
    .about{
        height: fit-content;
    }
    .box1 h1{
        font-size: 46px;
    }
    .box1 h3{
        top: 18px;
        font-size:20px;
    }
    .about .box2{
        height: 40%;
        width: 100%;
    }
    .box2 img{
        height: 50%;
        width:100%;
        border-radius: 950px 630px 199px 305px;
        padding-bottom: 20px;
    }
}
/*      TIMER COUNT     */

.coundown{
    font-family: Arial, sans-serif;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-image: url("image/timer.jpg");
    background-size: cover;
    background-position: center;
}
.timer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
}
.left {
    font-size: 50px;
    font-weight: 800;
    width:40% ;
}
.right {
    display: flex;
    justify-content: center;
    gap: 70px;
    width: 30%;
    font-size: 25px;
    text-align: center;
}
.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.time-block span:first-child {
    font-size: 48px;
    font-weight: bold;
}
.time-block span:last-child {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 771px){
    .coundown{
        height: fit-content;
    }
    .left {
        font-size: 40px;
        font-weight: 800;
    }
    .right {
        gap: 60px;
    }
    .time-block span:first-child {
        font-size: 40px;
        font-weight: bold;
    }
    .time-block span:last-child {
        font-size: 18px;
        font-weight: 500;
    }
}
@media (max-width: 500px){
    .coundown{
        height: fit-content;
    }
    .left {
        font-size: 28px;
        font-weight: 800;
    }
    .right {
        gap: 20px;
    }
    .time-block span:first-child {
        font-size: 30px;
        font-weight: bold;
    }
    .time-block span:last-child {
        font-size: 15px;
        font-weight: 500;
    }
}

/*    Event    */
.event {
    height: fit-content;
    background-color: rgb(245, 245, 245);
}
/* .upper_section{
    padding: 10px;
} */

.event1 {
    text-align: center;
    position: relative;
    padding: 30px;
    width: 100%;
}
.inner-img{
    display:flex;
    justify-content:center;
    height:100px;
    width:100px;
    border: rgb(255, 221, 0) solid 5px;
    border-radius: 50%;
        padding: 13px;
}

.event h1 {
    font-size: 90px;
    font-weight: 900;
    color: rgba(218, 165, 32, 0.192);
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.6;
    letter-spacing: 2px;
}
.event h2 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(203, 148, 10);
    position: relative;
    z-index: 1;
}
.event2 p{
    text-align: center;
    color: rgb(224, 194, 0);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.container .col img{
    border-radius:5px;
}
@media (max-width: 800px){
    .event {
        height: 25vh;
    }
    .event1 {
        margin-top:5px;

    }
    .event h1 {
        font-size: 70px;
    }
    .event h2 {
        font-size: 40px;
    }
    .event2 p{
        font-size: 22px;
        margin-top: -30px;
    }
}
@media (max-width: 670px){
    .event {
        height: 22vh;
    }
    .event1 {
        margin-top:5px;
    }
    .event h1 {
        font-size: 45px;
    }
    .event h2 {
        font-size: 25px;
    }
    .event2 p{
        font-size: 20px;
        margin-top: -10px;

    }
}
@media (max-width: 844px){
    .event {
        height:fit-content;
    }
}



.event-box-container{
    height:fit-content;
    width: 100%;
    background-color: rgb(245, 245, 245);
}
.event_box1{
    height: 180px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid rgb(255, 223, 15) 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner_box{
    width: 60%;
}
.event_box1 .image{
    height: 60%;
    width: 45%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.event_box1 .image{
    height: 90%;
    width: 40%;
    
}
.event_box1 img{
    height: 100%;
    background-color: white;
    width: 100%;
}
.event_box1 h2{
    font-size: 25px;
    font-weight: bold;
    color: rgb(203, 148, 10);
}
.event_box1 p{
    font-size: 17px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
@media (max-width: 990px){
    .inner-img{
    display:flex;
    justify-content:center;
    height:90px;
    width:90px;
    border: rgb(255, 221, 0) solid 5px;
    border-radius: 50%;
    align-items: center;
        padding: 3px;
}
    .event-box-container{
        height: fit-content;
        width: 100%;
    }
    .event_box1{
        height: 160px;
        width: 100%;
    }
    .event_box1 .image{
        height: 60%;
        width: 35%;
    }
    .event_box1 .image img{
        height: 80%;
        width: 70%;
        background-color: white;
    }
    .inner_box{
        line-height: 20px;
        width: 62%;
    }
    .event_box1 h2{
        font-size: 18px;
    }
    
}
@media (max-width: 768px){
    .event-box-container{
        height: fit-content;
        width: 100%;
    }
}
@media (max-height: 780px){
    .event-box-container{
        height: fit-content;
        width: 100%;
    }
}

/*     Speakers    */
#event-1{
    background-color: white;
}
.sperkars-box{
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.sperkars-box img{
    height: 220px;
    width: 220px;
    border-top-left-radius:10px ;
    border-top-right-radius:10px ;
} 
.sperkars-box .name{
    background:rgba(237, 191, 9, 0.87);
    width: 220px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;  
}
.sperkars-box .name p{
    font-size: 16px;  
    font-weight: 500;
    padding-top: 14px;
}

/*    Partners    */
#partners{
    height: fit-content;
    background-image: url("image/15.jpg");
    background-size: cover;
    background-position: center;
    padding:50px;
}
.partners_icon .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 20px;
}
.logo img{
    height: 100px;
    width: 200px;
}
@media (max-width:990px){
    #partners{
        height:fit-content;
    }
}
@media (max-width:576px){
    #partners{
        height:fit-content;
    }
    .logo img{
        height: 100px;
        width: 200px;
        padding: 0;
    }
}