* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", serif;
}
html {
    overflow-x: hidden;
    
}
.headerMain {
  background: #bf532f;
  background: linear-gradient(0deg, #262122 0%, #bf532f 100%);
  background-image: url("images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-link {
  color: #fff;
  margin: 20px;
  font-size: 16px;
  font-weight: 500;
}
.nav-link:hover {
  color: #ffd74e;
  margin: 20px;
  font-size: 16px;
  font-weight: 500;
}
.nav-link:focus {
  color: #ffd74e !important;
  margin: 20px;
  font-size: 16px;
  font-weight: 500;
}
.heroContainer {
  position: relative;
  padding-block: 40px;
}
.heroContainer .SN {
  color: #fff;
  font-size: 18px;
}
/* .heroContainer p {
  color: #fff;
} */
.heroImgContainer img {
  position: absolute;
  top: 40px;
  right: 0px;
}
.btnCont {
  margin-bottom: 30px;
}
/* .heroImgContainer img {
    position: absolute;
    animation-name: heroAni;
    animation-iteration-count: 50;
    animation-duration: 0.1s;
    animation-delay: 2s;
    opacity: 1;
  } */

/* @keyframes heroAni {
    0% {
      transform: skewX(-0.5deg);
    }
    5% {
      transform: skewX(0.5deg);
      opacity: 0.5;
    }
    10% {
      transform: skewX(-0.5deg);
      opacity: 1;
    }
    15% {
      transform: skewX(0.5deg);
      opacity: 0.5;
    }
    20% {
      transform: skewX(0deg);
      opacity: 1;
    }
    100% {
      transform: skewX(0deg);
      opacity: 1;
    }
  } */

.conclaveTitle {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.dateCont {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
}
.heroTitleCont {
  margin-top: 40px;
}
.regCont,
.regBtn {
  background-color: #ffd74e;
  padding: 18px 32px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  border-radius: 8px;
}
.regCont,
.regBtn a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.posterBtn {
  border: 1px solid #ffd74e;
  padding: 18px 32px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.2s ease-in;
}
.posterBtn p {
  margin: 0;
}
.posterCont:hover {
  background-color: #ffd74e;
  color: #000000 !important;
  border-radius: 8px;
}
.posterBtn:hover {
  background-color: #ffd74e;
  color: #000000 !important;
  border-radius: 8px;
}
.lectureCont {
  background-color: #1c1d66;
  padding: 20px;
}
.lectureCont p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  line-height: 2rem;
}
.welcomMain {
  background-color: #f4f2e7;
}
.welcomeCont {
  padding-top: 100px;
  margin-bottom: 0px;
  background-color: #f4f2e7;
}
.welTitle {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.welNote {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.horseImgCont {
  background-color: #f4f2e7;
}
.horseImg {
  background-color: #f4f2e7;
}

.orgCont {
  background-image: url("images/oc-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
}
.orgTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.orgSection {
  background-color: #f4f2e7;
}
.orgMemCont {
  margin-top: 40px;
}
.orgMember p {
  color: #fff;
  margin-top: 20px;
}
.venueSection {
  background-color: #f4f2e7;
}
.venueCont {
  padding: 50px;
  position: relative;
}
.venueTitle {
  color: #321911;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.orgMemCont .tajText {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.carsImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.emailCont {
  background-color: #773825;
  padding: 20px;
}
.emailCont p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.mapContainer {
  display: none;
}

.venue-img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  animation-name: venueImage;
}

@media (max-width: 600px) {
  .nav-link {
    color: #fff;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
  }
  .heroTitleCont {
    margin-top: 0px;
  }
  .heroContainer {
    padding-block: 10px;
  }
  .welcomeCont {
    padding-top: 10px;
    margin-bottom: 0px;
    background-color: #f4f2e7;
  }
  .conclaveTitle {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
  }
  .dateCont {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
  }
  .regCont {
    margin-bottom: 20px;
  }
  .hero-imgImg,
  .tajImg {
    width: 90%;
  }
  .carsImg,
  .horseImg {
    display: none;
  }
  .venueCont {
    padding: 20px;
    position: relative;
  }
  .orgSection {
    /* margin-top: 40px; */
  }
  .posterCont .posterBtn {
    margin-bottom: 20px;
  }
  .venue-img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 95%;
  }
  .welcomMain {
    background-color: #f4f2e7;
    padding-block: 20px;
  }
  .orgTitle {
    color: #fff;
    font-size: 22px;
  }
  .orgCont {
    background-image: url("images/oc-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
