@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth; }

.gray-color {
  color: #e6e7e8 !important; }

.yellow-color {
  color: #FFC107 !important; }

.purple-color {
  color: #5C0F8B !important; }

.bg-gray-light {
  background: #f3f3f3; }

.bg-green {
  background-color: #5C0F8B; }

body {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #414042; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    body {
      font-size: 1.15rem; }
      body h6 {
        font-size: 1.3rem; } }
  body p {
    font-size: 0.95rem; }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      body p {
        font-size: 1.15rem; } }

@media screen and (max-width: 1920px) and (min-width: 1650px) {
  .container {
    max-width: 1650px; } }
.d-mob-none {
  display: block; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .d-mob-none {
      display: none; } }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #414042; }

a {
  text-decoration: none;
  color: #e6e7e8;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #fff; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 35px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media (min-width: 1600px) {
    .section-md {
      padding: 100px 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 30px 0; } }

.section-lg {
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 40px 0; } }

.overflow-hidden {
  overflow: hidden; }

.count-list {
  column-count: 2; }

.section-title {
  margin-bottom: 3rem; }
  .section-title h2 {
    font-weight: 600;
    color: #5C0F8B; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .section-title h2 {
      font-size: 3rem; } }

.logo-dome img {
  width: 130px; }

.img-effect {
  position: relative;
  box-shadow: -8px -8px #414042; }

/* ----------------------------------------------------------
:: Common btn
---------------------------------------------------------- */
.custom-btn {
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #5C0F8B;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 0.9rem; }
  .custom-btn:hover {
    color: #fff;
    background-color: #414042; }
  @media (min-width: 1600px) {
    .custom-btn {
      padding: 0.5rem 1.5rem;
      font-size: 1.2rem; } }

input,
select,
textarea {
  width: 100%;
  padding: 0.5rem;
  /* background: #F8F5F0; */
  border-radius: 3px;
  transition: .5s;
  border: transparent solid 1px;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #5C0F8B;
  margin-bottom: 1.2rem; }
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: none; }

/* ----------------------------------------------------------
:: Section Title
---------------------------------------------------------- */
.pattern-bg {
  position: relative; }
  .pattern-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e8b94c17;
    height: 50%;
    z-index: -1; }
  .pattern-bg::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    bottom: 0;
    top: auto;
    background-color: #0439500f;
    z-index: -1; }

.social-link li {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #5C0F8B;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.5rem; }

.read-more {
  background: #5C0F8B;
  width: 40px;
  height: 40px;
  display: block;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 37px;
  text-align: center;
  font-size: 1.5rem; }

header {
  box-shadow: 0px 0px 10px #ddd; }
  header h1 {
    font-size: 2.1rem; }
  header .navbar-brand img {
    width: 100px; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    header h1 {
      font-size: 2.5rem; }
    header .navbar-brand img {
      width: 150px; } }
  @media screen and (max-width: 991px) and (min-width: 320px) {
    header h1 {
      font-size: 1.3rem; } }

/* ----------------------------------------------------------
:: Home page Banner
---------------------------------------------------------- */
.home-banner {
  background-image: url(../images/banner-images.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  position: relative;
  z-index: 0; }
  .home-banner::after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #4c419b, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media screen and (min-width: 1400px) {
    .home-banner {
      padding: 7rem 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .home-banner {
      padding: 1rem 0; }
      .home-banner::after {
        background: linear-gradient(145deg, #4c419b, black); } }

.banner-text h2 {
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 0; }
.banner-text h6 {
  line-height: 1.5;
  color: #585858; }
@media screen and (min-width: 1400px) {
  .banner-text h1 {
    font-size: 3.5rem; } }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .banner-text h1 {
    font-size: 2rem; }
  .banner-text h4 {
    font-size: 1.1rem; } }

.form-div {
  background: #fff;
  padding: 2rem; }
  .form-div img {
    width: 200px;
    margin-bottom: 1rem; }

/* ----------------------------------------------------------
:: Dates
---------------------------------------------------------- */
.dates-section {
  margin-top: -6rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .dates-section {
      margin-top: 0; } }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .dates-section {
      margin-top: -11rem; } }
  .dates-section .dates {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px #72b15070;
    border-radius: 10px;
    text-align: center; }
    .dates-section .dates h4 {
      color: #fff;
      background: #5C0F8B;
      padding: 0.5rem;
      text-align: center;
      border-radius: 0.25rem;
      margin-bottom: 1rem;
      font-size: 1.1rem; }
  @media screen and (min-width: 1400px) {
    .dates-section {
      top: -4rem; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .dates-section {
      position: relative; }
      .dates-section .dates {
        min-height: auto;
        margin-bottom: 1rem; } }

.about-us {
  padding-top: 10rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .about-us {
      padding-top: 4rem; } }

/* ----------------------------------------------------------
:: Steps
---------------------------------------------------------- */
.item {
  padding: 2.5rem 1rem 1rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  .item h5 {
    color: #5C0F8B;
    font-size: 1.1rem; }
  .item p {
    font-size: 0.9rem;
    margin-bottom: 0; }
  .item .count {
    color: #fff;
    background: #414042;
    position: absolute;
    top: -16px;
    left: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    right: 0;
    font-weight: 500;
    margin: auto;
    box-shadow: 0px 0px 10px #a5a5a5; }
    .item .count i {
      font-size: 1.1rem; }
  @media screen and (min-width: 1400px) {
    .item p {
      font-size: 1rem; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .item {
      min-height: auto; } }

.about-us .row .col:first-child .item::before {
  content: unset; }

.steps-sec {
  z-index: 0;
  background-image: url(../images/what-expect.avif);
  background-position: center center;
  background-size: cover; }
  .steps-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #5C0F8B;
    opacity: 0.7;
    z-index: -1; }
  .steps-sec .row .col:first-child .item::before {
    content: unset; }

.list-item li {
  margin-bottom: 2rem;
  color: #585858;
  position: relative;
  padding-left: 1rem; }
  .list-item li::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0px;
    border-left: 1px dashed #5C0F8B; }
  .list-item li span {
    display: block;
    color: #000; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.footer-sec {
  background-color: #414042;
  padding: 70px 0 10px 0; }
  .footer-sec p {
    font-size: 0.85rem; }

.logo-footer {
  width: 200px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .logo-footer {
      width: 250px; } }

.footer-link li {
  padding-bottom: 0.2rem; }
  .footer-link li a {
    color: #fff;
    font-size: 0.95rem; }
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .footer-link li a {
    font-size: 1.1rem; } }

input.error {
  margin-bottom: 0; }

.error {
  color: #dc3545 !important;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: left !important; }

#emailStatus {
  font-size: 0.9rem;
  margin-bottom: 10px; }

/* ----------------------------------------------------------
:: Why Choose
---------------------------------------------------------- */
.why-box {
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0px 0px 10px #d2d2d291;
  position: relative;
  margin-bottom: 1.2rem;
  background-color: #fff; }
  .why-box .why-icon {
    position: absolute;
    right: 0;
    top: -15px;
    color: #fff;
    background: #5C0F8B;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 10px;
    left: 0;
    display: inline-table;
    margin: auto;
    font-size: 0.85rem; }
    .why-box .why-icon i {
      padding-right: 0.5rem; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .why-box {
      margin-bottom: 3rem; } }

.inner-title-line {
  width: 100px;
  height: 1px;
  background-color: #5C0F8B; }

.steps-sec.join-event {
  background-image: url(../images/hurry-up.jpg);
  background-attachment: fixed;
  background-position: bottom center; }
  .steps-sec.join-event::before {
    background-color: #fff;
    opacity: 0.9; }

/*# sourceMappingURL=style.css.map */
