.document {
    background-image: url(../images/bg/bg_2_2.png);
    background-size:contain;
    background-attachment: fixed;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cursiveTitle {
    font-family: cursiveTitle;
    color: #ff6000;
}

.endMsg img {
    border-radius: 12px;
}

@font-face {
    font-family: cursiveTitle;
    src: url(AttractionPersonalUse-Rx16.ttf);
}

.contactNbtns {
    background-color: var(--theme-dark);
}
.social-group .social{
    border-radius: 50%;
    padding:3px;
    display:inline-block;
    margin: 5px;
    color:gold;
    font-size: 24px;
    text-decoration: none;
}

.contact-group .contact{
    border-radius: 50%;
    padding:3px;
    display:inline-block;
    margin: 5px;
    color:var(--white);
    font-size: 24px;
    text-decoration: none;
}

.buttons .btn{
    width: 160px;
    padding: 6px 30px;
    margin: 0 10px;
}

.navSection {
    background-color: rgba(255,255,255,0.9);
}

.navbar-nav li {
    padding: 9px 5px;
    margin: 2px;
}

.navbar-nav li a {
    color: var(--theme-dark) !important;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
}

.navSection .confLogo {
width: 250px;
}

#image-gallery {
    background-image: url(../images/banner/1.jpg);
}

.transparentDarkTheme {
    background-color: var(--transparent-theme-dark) !important;
}

.bgDarkTheme {
    background-color: var(--theme-dark) !important;
    color:var(--theme-light) !important;
}

.bgLightTheme {
    background-color: var(--theme-light) !important;
}

.bgSemiDarkTheme {
    background-color: var(--theme-semi-dark) !important;
    color:var(--theme-light) !important;
}

.colorWhite {
    color: var(--white) !important;
}

.colorWhiteGrey {
    color: var(--white-grey) !important;
}

.colorDarkTheme {
    color:var(--theme-dark) !important;
}

.organizer a{
text-decoration: none;
}

.fontSize1 {
    font-size: 13px !important;
}

.fontSize2 {
    font-size: 15px !important;
}

.fontSize3 {
    font-size: 19px !important;
}

.fontSize4 {
    font-size: 22px !important;
}

.fontSize5 {
    font-size: 28px !important;
}

.fontSize6 {
    font-size: 36px !important;
}

.fontSize7 {
    font-size: 44px !important;
}

.fontSize8 {
    font-size: 52px !important;
}

.pad_8 {
    padding: 8px !important;
}

.pad_8_20 {
    padding: 8px 20px !important;
}

.pad_10 {
    padding: 10px !important;
}
.pad_10_25 {
    padding: 10px 25px !important;
}

.pad_15 {
    padding: 15px !important;
}

.pad_15_35 {
    padding: 15px 35px !important;
}

/* outer */
hr.hr {
    border: 0;
    background-color: #6a2257;
    height: 5px;
    color: #6a2257;  
    position: relative;
    border-radius: 2px;
    height: 5px;
    width: 15%;
    opacity: 1;
    margin-left: 5px;
    overflow: visible;
  }
  hr {
    border-color: #dedede;
    position: relative;
    margin: 0.6rem 0 1.7rem 0;
      margin-left: 0px;
  }

  [class*="bg-"] {
    background-size: cover;
    background-position: center center;
  }
  .bg-gray-1 {
    background-color: #f5f5f5;
  }
  
  .bg-dot {
      position: relative;
    }
  
    .bg-dot::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../images/event.png");
      opacity: .2;
      z-index: 0;
    }
  
    .box-countdown-light {
      padding-bottom: 40px;
      text-align: center;
    }
    .bg-dot {
      position: relative;
    }
  
    .box-countdown-light-inner {
      margin-left: auto;
      margin-right: auto;
      padding: 40px 20px 30px;
      background: #ffffff;
      border-radius: 0 0 20px 20px;
      box-shadow: 0 4px 40px rgba(21, 21, 21, 0.25);
      width: 75%;
    }
  
    .bg-dot > * {
      position: relative;
      z-index: 1;
    }
  
    .hurry {
      font-family: "Poppins", sans-serif;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 700;
      color: #151515;
      letter-spacing: 0;
    }
  
    .box-countdown-light p {
      color: rgba(21, 21, 21, 0.8);
    }
  
    .cuntDownTimer h3 + p {
      margin-top: 28px;
    }
  
    .countdown-gradient {
      margin-top: 35px;
    }
  
    /*
  *
  * Countdown
  */
  .countdown .countdown-row {
      display: flex;
      justify-content: space-between;
  }
  
  .countdown .countdown-section {
      width: 100%;
      max-width: 33%;
      padding: 0 10px;
      text-align: center;
  }
  
  .countdown .countdown-amount {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: .05em;
      color: #1DBEDE;
      font-size: 32px;
      line-height: 1;
      min-width: 100%;
  }
  
  .countdown .countdown-period {
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 500;
      font-size: 10px;
      line-height: 1.2;
      color: rgba(21, 21, 21, 0.52);
  }
  
  .countdown .countdown-section + .countdown-section {
      position: relative;
  }
  
  .countdown .countdown-section + .countdown-section::before, .countdown .countdown-section + .countdown-section::after {
      content: '';
      position: absolute;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--theme-light);
  }
  
  .countdown .countdown-section + .countdown-section::before {
      top: 30%;
  }
  
  .countdown .countdown-section + .countdown-section::after {
      bottom: 30%;
  }
  
  .countdown.countdown-sm {
      max-width: 320px;
  }
  
  .countdown.countdown-sm .countdown-section + .countdown-section::before, .countdown.countdown-sm .countdown-section + .countdown-section::after {
      display: none;
  }
  
  * + .countdown {
      margin-top: 25px;
  }
  
  .countdown + * {
      margin-top: 15px;
  }
  
  @media (max-width: 380px) {
      .countdown .countdown-section:last-child {
          display: none;
      }
  }
  
  @media (min-width: 768px) {
      .countdown .countdown-amount {
          font-size: 60px;
      }
      .countdown .countdown-period {
          font-size: 12px;
      }
      .countdown.countdown-sm .countdown-amount {
          font-size: 36px;
          font-weight: 500;
      }
      .countdown.countdown-sm .countdown-period {
          font-size: 12px;
          letter-spacing: .34em;
      }
      * + .countdown {
          margin-top: 40px;
      }
      .countdown + * {
          margin-top: 25px;
      }
  }
  
  @media (min-width: 992px) {
      .countdown .countdown-section + .countdown-section::before, .countdown .countdown-section + .countdown-section::after {
          width: 9px;
          height: 9px;
      }
      .countdown + * {
          margin-top: 50px;
      }
  }
  
  @media (min-width: 1600px) {
      .countdown .countdown-amount {
          font-size: 94px;
      }
  }
  
  .box-countdown-light {
      padding-bottom: 40px;
      text-align: center;
  }
  
  @media (min-width: 992px) {
      .box-countdown-light {
          padding-bottom: 60px;
      }
  }
  
  .box-countdown-light p {
      color: rgba(21, 21, 21, 0.8);
  }
  
  .box-countdown-light-inner {
      margin-left: auto;
      margin-right: auto;
      padding: 40px 20px 30px;
      background: #ffffff;
      border-radius: 0 0 20px 20px;
      box-shadow: 0 4px 40px rgba(21, 21, 21, 0.25);
  }
  
  @media (min-width: 768px) {
      .box-countdown-light-inner {
          padding: 60px;
          width: 80%;
          border-radius: 0 0 20px 20px;
      }
      .box-countdown-light-inner h3 {
          font-size: 30px;
      }
  }
  
  * + .countdown-gradient {
      margin-top: 35px;
  }
  
  .countdown-gradient .countdown-section:first-child .countdown-amount {
      color: #5656DF;
  }
  
  .countdown-gradient .countdown-section:nth-child(2) .countdown-amount {
      color: #F73CA1;
  }
  
  .countdown-gradient .countdown-section:nth-child(3) .countdown-amount {
      color: #00E175;
  }
  
  .countdown-gradient .countdown-section:nth-child(4) .countdown-amount {
      color: #FFD541;
  }
  
  @supports (-webkit-background-clip: text) {
      .countdown-gradient .countdown-section:first-child .countdown-amount {
          background: linear-gradient(228.54deg, #1DBEDE 30.16%, #5656DF 89.45%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
      }
      .countdown-gradient .countdown-section:nth-child(2) .countdown-amount {
          background: linear-gradient(228.54deg, #B90606 36.26%, #F73CA1 96.73%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
      }
      .countdown-gradient .countdown-section:nth-child(3) .countdown-amount {
          background: linear-gradient(228.54deg, #00E175 0%, #5656DF 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
      }
      .countdown-gradient .countdown-section:nth-child(4) .countdown-amount {
          background: linear-gradient(228.54deg, #5656DF 0%, #FFD541 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
      }
  }
  
  @media (min-width: 1200px) {
      .countdown-gradient .countdown-amount {
          font-size: 94px;
      }
  }
  
  @media (min-width: 992px) {
      .countdown-gradient .countdown-period {
          font-size: 14px;
          letter-spacing: 0.05em;
      }
  }
  
  .box-countdown-dark {
      padding: 25px;
      background: #3C3C3C;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
      border-radius: 7px;
  }
  
  @media (min-width: 768px) {
      .box-countdown-dark {
          padding: 40px;
      }
  }
  
  @media (min-width: 1200px) {
      .box-countdown-dark {
          padding: 50px 60px;
      }
  }
  
  .box-countdown-dark h3 {
      font-weight: 500;
  }
  
  .box-countdown-dark .countdown-section:before, .box-countdown-dark .countdown-section:after {
      display: none;
  }
  
  .box-countdown-dark .countdown {
      padding: 10px 0;
  }
  
  .box-countdown-dark .countdown:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../images/bg-dot-light.png");
      opacity: .1;
  }
  
  .box-countdown-dark .countdown-amount {
      color: #ffffff;
  }
  
  @media (min-width: 1200px) {
      .box-countdown-dark .countdown-amount {
          font-size: 75px;
      }
  }
  
  .box-countdown-dark .countdown-period {
      color: rgba(255, 255, 255, 0.8);
  }
  
  @media (min-width: 992px) {
      .box-countdown-dark .countdown-period {
          font-size: 14px;
          letter-spacing: 0.05em;
      }
  }
  /* countdown end */



  /* outer end */
  .messageSection p {
font-size: 18px;
  }

  .semi-bold {
    font-weight: 600;
  }

  .img-round {
    border-radius: 50%;
  }


:root {
    --theme-dark:#e0024c;
    --theme-semi-dark:#d13f70;
    --theme-semi-light:#ffabc7;
    --theme-light:#ffc2d6;
    --black-90:#1e1e20;
    --black-80:#323237;
    --white-grey:#f0f0f3;
    --white:#fff;
    --black:#000;
    --transparent-white:rgba(255,255,255,0.8);
    --transparent-black:rgba(0,0,0,0.8);
    --transparent-theme-dark:rgba(224,2,76,0.8);
    --transparent-theme-semidark:rgba(21,29,195,0.8);
}


/* code */
.teamBox {
    text-align: center;
  position: relative;
  padding: 15px 0px 0px 0px;
  background: var(--theme-light);
  border-radius: 7px;
  overflow: hidden;
  transition: all 1s;
  margin-bottom: 20px;
}

.teamBox:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 8px saddlebrown;
    transition: all 1.5s;
}

.teamBox .img {
    height: 160px;
    width: 160px;
    border: 6px solid salmon;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.teamBox .img img {
    height: 100%;
    width: 100%;
    transition: all 2s;
}

.teamBox .img:hover img {
    transform: scale(1.08);
    transition: all 3s;
}

.teamBox .NameDesign {
    position: relative;
    background-color: #6a2257;
    text-align: center;
    width: 100%;
    padding: 0.6rem 0;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    margin-top: 10px;
  }

  .NameDesign .name {
    font-size: 18px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
  }

  .NameDesign .design {
    color: #ff6000 !important;
    font-weight: 600;
  }

  .teamBox .NameDesign .design {
    color: yellow !important;
    font-weight: 500;
  }

  .reggrid {
    border:2px dashed gold;
    border-top: none;
    border-radius: 0px 0px 25% 25%;
  }

  .headreg {
    padding: 24px;
    background: #f9d464;
    color: #000000;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    font-weight: 800;
  }

  .reggrid p {
    font-size: 18px;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
  }

  .regprice {
    font-weight: bold;
    font-size: 44px;
  }

  .btntheme1 {
    background: #008ed1;
    border: 2px solid gold;
    padding: 10px 24px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 40px;
    transition: .8s;
    text-decoration: none;
  }

  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/bg/bg-liquid.png");
    background-repeat: repeat;
    background-position: center;
    top: 0;
    left: 0;
    mix-blend-mode:exclusion;
    z-index: -1;
    opacity: 0.13;
  }

  .footer {
    position: relative;
    isolation: isolate;
    background: #f0f4f8 !important;
    background: radial-gradient(circle, #2d6272, #3c466a) !important;
  }

  .privacy-bar {
    background: rgb(255 255 255 /5%);
    margin-top: 1rem;
    display: none;
  }

  .copyright {
    border-top: 1px solid rgb(255 255 255 / 22%);
  }