*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

html {
  scroll-behavior: smooth;

}

::-webkit-scrollbar {
  width: 0px;
}
body {
  font-family: 'Poppins', sans-serif;

}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.nav {
  height: 70px;
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 100;
}
  
.nav > .nav-header {/*Logo*/
  display: inline;
}
  
.nav > .nav-header > .nav-title {/*Logo*/
  display: inline-block;
  padding: 10px;
}
.nav > .nav-header > .nav-title > img{/*Logo*/
  width: 110px;
  margin-left: 20px;
}
  
.nav > .nav-btn {
  display: none;
}
  
.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  height: 100%;
}
  
.nav > .nav-links > a {
  display: inline-block;
  padding: 25px 15px;
  text-decoration: none;/*Remove the undarline of a tags*/
  color: #efefef;
  margin-right: 27px;
}
  
.nav > .nav-links > a:hover {
  color: #B8915A;
}

#exposition_btn{
  border-radius: 13px;
  background: #B8915A;
  padding: 7px 6px;
  width: 140px;
  text-align: center;
  color: white;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
#exposition_btn:hover{
  background: white;
  color: #B8915A;
}
  
.nav > #nav-check {
  display: none;
}

@media (max-width:992px){
    .nav > .nav-links > a{
      margin-right: 0px;
    }
    .nav > .nav-header > .nav-title > img{/*Logo*/
      margin-left: 7px;
    }
} 


/*Hero section*/
.comingSooncontainer{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.93)),url("img/HeroBackground.jpg");
  background-size: cover;
  background-position: center;
  /* height: calc(100vh - 70px); */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  height: 100vh;
  width: 100%;
  /* border: 2px solid red; */
  /* display: flex;
  justify-content: center; */
}
#hero-img-div{
  max-width: 500px;
  /* border: 2px solid green; */
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
#hero-img{
  max-width: 350px;
  margin: auto;
  margin-top: 50px;
  /* margin: 150px auto 0 auto; */
  /* border: 2px solid rgb(255, 255, 255); */
}
#hero > h1{
  font-size: 70px;
  margin: auto;
  text-align: center;
}
#hero > p{
  text-align: center;
  margin: 15px 10px 0 10px;
  line-height: 1.6;
}
#socialMediaIcons{
  max-width: 520px;/*Adjust the icon gap here*/
  /* border: 2px solid green; */
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
#socialMediaIcons img{
  width: 40px;
  margin-left: 15px;
  margin-right: 15px;
}


/*Intro section*/

.introMain{
  width: 100%;
  background-image: url('./img/contentBack.jpg');
  background-size: cover;
  border: 2px solid rgb(255, 255, 255);
}

.intro-section{
  max-width: 1024px;
  padding: 20px 0;
  background-color: #D9D9D9;
  margin: 200px auto 50px auto;
  position: relative;
}


.intro-img{
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -130px;
  left: 80px;
}
.intro-section > .img-1{
  background-image: url("img/pic1.png");  
}
.intro-section > .img-2{
  background-image: url("img/exposition.jpg");
}


/*Image broken border*/
.intro-img::before,
.intro-img::after {
  position: absolute;
  width: 150px;
  height: 240px;
  content: "";
}
.intro-img::before {
  left: -10px;
  top: -10px;
  border-left: 2px solid #B8915A;
  border-top: 2px solid #B8915A;
 }
 .intro-img::after {
  right: -10px;
  bottom: -10px;
  border-right: 2px solid #B8915A;
  border-bottom: 2px solid #B8915A;
 }


.intro-box{
  /* background-color: #ad2222; */
  width: 90%;
  margin: auto;
  margin-right: 30px;/*this move the intro paragraph*/
  display: flex;
  justify-content: right;/* Horizontal alignment */
}

.intro-content{
  width: 70%;
  /* background-color: aqua; */
}

.intro-content > h2{
  font-size: 50px;
  color: #B8915A;
  padding: 0 45px;
}
.intro-content > p{
  text-align: justify;
  padding: 20px 45px;
  line-height: 1.5rem;
  font-size: 18px;
}



/*section-3 part1*/
#eventflow{
  padding-top: 20px;
}

#section-3{
  background-color: #111111;
  color: white;
  padding-top: 80px;
  padding-bottom: 50px;
}
#section-3 h2{
  text-align: center;
  padding: 40px;
  font-size: 45px;
  font-weight: 200;
}
#points{
  background-color: #333;
  margin: auto;
  max-width: 1200px;
  box-shadow: 0px 0px 25px #333;
  /* filter: blur(30px);
  -webkit-filter: blur(30px); */
}
#points .cell{
  display: flex;
  flex-direction: column;
  text-align: center;
}
#points .cell img{
  width: 140px;
  margin: auto;
  margin-bottom: 10px;
}
#points >.cell-2,#points > .cell-3,#points > .cell-4{
  border-left: 2px solid #B8915A;
}

#points p{
  font-size: 20px;
}


/*section-3 part2*/
#eventflowTitle{
  margin-top: 75px;
}
#timeline{
  max-width: 1020px;
  margin: auto;
  text-align: center;
}
#timeline p{
  margin: auto;
  font-size: 20px;
}

#timeline  .cell{
  height: 80px;
  display: flex;
}
#timeline .line-1>.cell{
  border-bottom: 2px solid #B8915A;
}
#timeline .cell-2{
  border-left: 2px solid #B8915A;
}
#timeline .cell-3{
  border-left: 2px solid #B8915A;
}
#timeline .cell-5{
  border-left: 2px solid #B8915A;
}



.copyright{
  background-color: #000000;
  color: #bfbebe;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}