@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  background: grey;
}
.gallery_css {
  background: #fff;
  padding: 25px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgb(255 255 255 / 18%),
    0 2px 15px rgb(255 255 255 / 13%);
}
.gallery_css img {
  padding: 10px 0;
}
.gallery_css p {
  font-size: 0.9rem;
}

body {
  font-family: "Poppins", sans-serif;
}
.header-top {
  position: absolute;
  top: 0 !important;
  right: 0;
  left: 0;
}
.padding-100px-top {
  padding-top: 100px;
}
#timer {
  font-size: 28px;
  font-weight: 400;
  color: #1a0f01;
  /* text-shadow: 0 0 0px #48c8ff; */
  /* background: #ffffffd9; */
  background: #fff;
  padding: 5px;
  text-align: center;
  width: max-content;
  justify-content: center;
  display: flex;
  margin: auto;
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 12%);
  border-radius: 5px;
}
#timer div {
  display: inline-block;
  min-width: 80px;
}
#timer div span {
  color: #1a0f01;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
#timer div {
  display: inline-block;
  min-width: 80px;
}
.bg-dark-gray {
  background: #dee2e6;
}

.ind-box1 {
  /* min-height: 600px; */
  padding: 35px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(255 255 255 / 18%),
    0 2px 15px rgb(255 255 255 / 13%);
}
.ind-box {
  
  padding: 35px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(255 255 255 / 18%),
    0 2px 15px rgb(255 255 255 / 13%);
}
.ind-box h5 span {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.ind-box h5 {
  /* text-transform: uppercase; */
  font-weight: 600;
}
section {
  padding: 15px 0;
}
.h-logo {
  text-align: right;
}
.h-logo img {
 
  width: 300px;

  text-align: right; 
}
.c-logo img {
  /* background: white; */
  padding: 8px 5px;
  width: 165px;
}
.register {
  background: #101010f7;
  color: #fff;
  padding: 10px;
}
.register:hover {
  color: #d7d7d7;
}
.ind-box h4 {
  line-height: 1.6em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ind-box p {
  font-size: 1em;
  line-height: 2em;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

.ind-box1 p {
  font-size: 1em;
  line-height: 2em;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.list_align {
  margin-bottom: 0rem !important;
  padding: 0px;
  margin-left: 10px;
  font-size: 1em;
  line-height: 2em;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

.h-box {
  /* padding:25px 35px; */
  /* background:#fdfdfdd9; */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(255 255 255 / 18%),
    0 2px 15px rgb(255 255 255 / 13%);
  min-height: 150px;
  margin: 10px 0;
}
.h-box h3 {
  line-height: 1.6;
  font-weight: 600;
}
.h-box h5 span {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.h-box h5 {
  font-weight: 600;
  line-height: 1.4em;
  font-size: 1.1rem;
}
#timer div {
  display: inline-block;
  min-width: 88px;
}

.headline1 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #fff;
  text-transform: none;
}
.h44
{
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #fff;
  text-transform: none;
}

.headline2 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #7ab754;
  text-transform: none;
}

.main-date_venu {
  padding: 7px 60px;
  background-color: #000f6d;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  border-radius: 5px;
}
.logo_width {
  width: 250px;
}
.venue-time {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  line-height: 30px;
}


@media (min-width: 1620px) {
  .h-logo img {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  #timer {
    font-size: 28px;
    padding: 10px;
    font-weight: 400;
  }
  #timer div span {
    font-size: 16px;
  }
  #timer div {
    display: inline-block;
    min-width: 88px;
  }
}

@media (max-width: 1280px) {
  #timer div {
    display: inline-block;
    min-width: 80px;
  }
}
@media (max-width: 992px) {
  .ind-box {
    margin: 5px 0;
  }
  .h-logo img {
    width: 230px !important;
  }
  .c-logo img {
    width: 105px;
  }
  #timer div {
    display: inline-block;
    min-width: 60px;
  }
  #timer {
    padding: 5px;
    font-size: 24px;
  }
  .h-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .h-box {
    min-height: auto;
  }
  .h-logo,
  .c-logo {
    text-align: center;
    margin: 2px 0;
  }
  .headline1 {
    font-size: 33px;
  }
  .headline2 {
    font-size: 33px;
  }
  .main-date_venu {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .h-box {
    padding: 25px 15px;
  }
  .main-date_venu {
    width: 290px;
  }
}
