img {
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: "Inter Tight", sans-serif;
}

/*/ --- navbar starts --- /*/
.navbar {
    background-color: #fff;
    padding: 10px 4%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}
.navbar .container-fluid {
    gap:10px;
}
.navbar .navbar-toggler {
    width: 60px;
}
.navbar .navbar-brand {
    width: 230px;
}
.navbar .bni-logo {
    width: 170px;
}
.navbar .sponsor-logo {
    width:170px;
}
.navbar .sponsor-logo img {
    border-radius:8px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 400;
    color: #000;
    padding: 5px 16px;
}
.navbar .navbar-collapse {
    margin-left: auto;
    justify-content: center;
}
.navbar .contact-btn a {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.navbar .contact-btn a img {
    width: 20px;
    margin-left: 7px;
}
.navbar .navbar-collapse {
    margin-left: auto;
    justify-content: right;
}
.navbar .navbar-nav {
    align-items: center;
}
.navbar .reg-btn {
    background-color: #0bab66;
    color: #fff !important;
    padding: 10px 55px 10px 20px !important;
    display: block;
    width: fit-content;
    border-radius: 50px;
    font-size: 16px !important;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500 !important;
    position: relative;
}
.navbar .reg-btn img {
    background-color: #fff;
    width: 39px;
    position: absolute;
    border-radius: 40px;
    padding: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 3px;
    transition: 0.2s ease;
}
/*/ --- navbar ends --- /*/


/*/ --- banner starts --- /*/
.banner-main {
    background-image: url('../img/banner1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}
.banner-main .banner-content h1 {
    font-family: "Inter Tight", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}
.banner-main .banner-content {
    position: absolute;
    top: 40%;
    left: 7%;
    width: 50%;
}
.banner-main .banner-content .main-text {
    font-size: 42px;
    font-weight: 600;
}
.banner-main .banner-content .sub-text {
    font-size: 36px;
    font-weight: 600;
}
.banner-main .banner-content a {
    background-color: #0bab66;
    color: #fff;
    padding: 16px 85px 16px 30px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    font-size: 25px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    position: relative;
}
.banner-main .banner-content a img {
    background-color: #fff;
    width: 50px;
    position: absolute;
    border-radius: 40px;
    padding: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 7px;
    transition: 0.2s ease;
}
.banner-main .banner-content a img:hover {
    transform: rotate(45deg);
}
.banner-main .banner-highlights {
    position: absolute;
    right: 7%;
    top: 45%;
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    gap: 20px;
    align-items: flex-end;
}
.banner-main .banner-highlights .h-box {
    width: 45%;
    backdrop-filter: blur(12px);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    height: auto;
    border: 1px solid #dddddd42;
    transition: 0.3s ease;
}
.banner-main .banner-highlights .h-box:hover {
    background-color: #000000a1;
    cursor: pointer;
}
.banner-main .banner-highlights .h-box-one {
    animation: updown 1.5s infinite alternate ease-in-out;
}
.banner-main .banner-highlights .h-box-two {
    animation: updown 1.7s infinite alternate ease-in-out;
}
.banner-main .banner-highlights .h-box-three {
    animation: updown 1.9s infinite alternate ease-in-out;
}
.banner-main .banner-highlights .h-box-four {
    animation: updown 2.1s infinite alternate ease-in-out;
}
.banner-main .banner-highlights .h-box img {
    width: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
}
.banner-main .banner-highlights .h-box h2 {
    color: #0bab66;
    font-size: 36px;
    font-weight: 500;
    position: relative;
}
.banner-main .banner-highlights .h-box h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
@keyframes updown {
  0% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(8px);
  }
}
/*/ --- banner ends --- /*/

/*/ --- about starts --- /*/
.about-main .custom-container {
    padding: 80px 7%;
}
.about-main .content img{
    width: 250px;
    margin-bottom: 20px;
}
.about-main .content h4 {
    color: #1b4734;
    font-weight: 700;
    font-size: 28px;
}
.about-main .content p, li {
    color: #3e3e3e;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 8px;
}
.about-main .content .tagline {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}
.about-main .content span {
    font-weight: 500;
}
.about-main .img {
    position: relative;
}
.about-main .img .main-img {
    height: 380px;
    object-fit: contain;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    display: block;
} 
.reveal-animation {
  width: 430px;
  height: 430px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
}
.reveal-content {
  width: 100%;
  height: 100%;
  background-image: url('../img/about-arrow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0); /* Initially hidden from the right */
  animation: reveal-right 3s linear infinite;
}
@keyframes reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/*/ --- about ends --- /*/

/*/ --- sponsors starts --- /*/
.sponsors-section .custom-container {
    padding: 10px 7% 80px;
}
.sponsors-section .sponsor-box h4 {
    color: #1b4734;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 22px;
}
.sponsors-section .sponsor-box .logo {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.sponsors-section .sponsor-box .logo img {
    height: 95px;
    object-fit: contain;
    width: 190px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 10px;
}
.sponsors-section .sponsor-box .pwd-by {
    font-size: 32px;
}
/*/ --- sponsors ends --- /*/

/*/ --- date details starts --- /*/
.date-details .custom-container {
    padding: 0px 7%;
}
.date-details .date-row {
    display: flex;
}
.date-details .head {
    width: 40%;
    background-color: #0bab66;
}
.date-details .main-content {
    width: 60%;
    background-color: #1b4734;
    padding: 30px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.date-details .main-content .date-box .icon img {
    width: 40px;
}
.date-details .main-content .venue-box .icon img {
    width: 40px;
}
.date-details .d-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.date-details .main-content .date-box {
    display: flex;
    width: 50%;
    gap: 20px;
}
.date-details .main-content .venue-box {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
}
.date-details .main-content .date-box h5 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}
.date-details .main-content .date-box h6 {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.date-details .main-content .venue-box h5 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}
.date-details .main-content .venue-box h6 {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.date-details .head {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
}
.date-details .head h4 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}
.date-details .head h6 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
/*/ --- date details ends --- /*/

.footer {
    background-color: #0d291d;
    margin-top: 50px;
}
.footer .custom-container {
    padding: 50px 7% 0px;
}
.footer .top {
    padding: 30px 0px;
    border-bottom: 1px solid #3f3f3f;
    display: flex;
    justify-content: space-between;
}
.footer .head h4 {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}
.footer .head h4 span {
    color: #e50003;
    position: absolute;
    animation: right-left 0.9s infinite alternate ease-in-out;
}
.footer a {
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}
.footer .copyright p {
    font-family: "Mulish", sans-serif;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 15px; 
}
.footer .copyright p a {
    color: #fff;
}
.footer .copyright {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #184725;
}
.footer .contact ul li {
    list-style: none;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 300;
    display: inline;
    font-size: 20px;
}
.footer .contact p {
    list-style: none;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}
.footer .contact h6 {
    list-style: none;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}
.footer .contact a {
    list-style: none;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}
.footer .contact ul {
    text-align: center;
}
.footer .contact ul li a {
    color: #fff;
    font-size: 20px;
}
.footer .contact ul li span {
    color: #e50003;
}
.footer .contact {
    padding: 20px 0px;
}

.footer .terms {
    padding: 10px 0px;
}
.footer .terms ul li {
    list-style: none;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 300;
    display: inline;
    font-size: 20px;
}
.footer .terms ul {
    text-align: center;
    padding-left: 0px;
}
.footer .terms ul li a {
    color: #fff;
}
.footer .terms ul li span {
    color: #4eac68;
}

/*/ --- form css starts --- /*/
.form-main .custom-container {
    padding: 100px 7% 60px;
}
.form-main .img {
    height: 100%;
}
.form-main .img img {
    border-radius: 15px;
    object-position: bottom;
    height: 100%;
    object-fit: cover;
}
.form-main .form-box {
    box-shadow: rgba(32, 62, 84, 0.08) 0px 10px 40px 0px;
    width: 60%;
    padding: 40px;
    margin: auto;
    border-radius: 10px;
}
.form-main .form-box .head {
    margin: 20px 0px;
}
.form-main .form-box .head h4 {
    font-family: "Inter Tight", sans-serif;
    color: #1b4734;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    font-size: 36px;
}
.form-main .form-box .head h6 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}
.form-main .form-box input {
    height: 42px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e6e6f0;
    background-color: #f5f5f5;
    width: 100%;
    padding: 5px 10px;
}
.form-main .form-box input {
    height: 50px;
    line-height: 40px;
    background-color: rgb(245, 245, 245);
    width: 100%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 10px;
}
.form-main .form-box input::placeholder {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
}
.form-main .form-box select {
    height: 50px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
}
.form-main .form-box .form-group {
    margin-bottom: 20px;
}
.form-main .form-box p {
    color: #434343;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 6px;
}
.form-main .form-box label {
    color: #434343;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 4px;
}
.form-main .form-box label span {
    color: red;
}
.form-main .form-box .iti {
    width: 100%;
}
.form-main .form-box .submit-btn button {
    background-color: #0bab66;
    color: #fff !important;
    padding: 12px 40px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    font-size: 16px !important;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500 !important;
    position: relative;
    border: none;
    width: fit-content;
    margin: auto;
}
.form-check {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-check label {
    margin-bottom: 0px !important;
}
/* Hide the default checkbox */
  .form-check-input {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: all 0.2s;
  }

  .form-check-input:checked::after {
    content: '';
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 4px;
  }

  .form-check-label {
    margin-left: 8px;
    user-select: none;
  }
  .form-check-input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    background-color: #c9c9c9 !important;
    padding: 0px !important;
  }
  .inv-text {
    text-align: center;
    font-size: 13px !important;
    color: #7d7d7d !important;
    
  }
  /* Tick mark and green background when checked */
  .form-check-input:checked {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
  }
/*/ --- form css ends --- /*/

/*/ --- success page starts --- /*/
.success-section .custom-container {
    width: 70%;
    margin: auto;
    border-radius: 10px;
    margin-top: 160px;
    padding: 60px 20px;
    background-color: #f6fff7;
}
.checkmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4BB543;
  position: absolute;
  top: 0;
  left: 0;
  animation: scaleIn 0.4s ease-out forwards;
}

.checkmark {
  border-radius: 5px;
}

.checkmark.draw:after {
  animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
    animation-fill-mode: forwards;
    content: '';
    height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 15px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    opacity: 0;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 15px;
    opacity: 1;
  }
  40% {
    height: 30px;
    width: 15px;
    opacity: 1;
  }
  100% {
    height: 30px;
    width: 15px;
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.success-message {
  color: #4BB543;
  font-weight: 600;
}
/*/ --- success page ends --- /*/

/*/ --- failure page starts --- /*/
.failure-section .custom-container {
  width: 70%;
  margin: auto;
  border-radius: 10px;
  margin-top: 160px;
  padding: 60px 20px;
  background-color: #fff6f6;
}

.crossmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.crossmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff4d4d;
  position: absolute;
  top: 0;
  left: 0;
  animation: scaleIn 0.4s ease-out forwards;
}

.crossmark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}

.crossmark.draw:before,
.crossmark.draw:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 40px;
  background-color: #fff;
  top: 5px;
  left: 22px;
  opacity: 0;
  animation: crossmark 0.8s ease forwards;
}

.crossmark.draw:before {
  transform: rotate(45deg);
  animation-delay: 0.1s;
}

.crossmark.draw:after {
  transform: rotate(-45deg);
  animation-delay: 0.2s;
}

@keyframes crossmark {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 40px;
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.failure-message {
  color: #ff4d4d;
  font-weight: 600;
}
/*/ --- failure page ends --- /*/

/*/ --- region starts --- /*/
.region-section-main {
    height: 70vh;
}
.region-section-main .custom-container {
    padding: 150px 7% 60px;
}
.region-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.region-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.region-box h4 {
    color: #0bab66;
    font-weight: 600;
    font-size: 25px;
}
.region-box p {
    font-weight: 500;
    font-size: 20px;
}
.region-box .btn-success {
    color: #fff;
    background-color: #4eac68;
    border-color: #4eac68;
    padding: 5px 50px;
    border-radius: 40px;
}
.region-box .btn-danger {
    color: #4eac68;
    background-color: #ffffff;
    border: 2px solid #4eac68;
    padding: 5px 50px;
    border-radius: 40px;
}
.region-box .btn-danger:hover {
    background-color: #4eac68;
}
.btn-group-wrap button {
  min-width: 100px;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #28a745;
  color: #fff;
}

.btn-danger:hover {
  background-color: #c82333;
  color: #fff;
}

.thank-you {
  margin-top: 25px;
  color: #28a745;
  font-weight: 500;
  font-size: 1rem;
  display: none;
  animation: fadeIn 0.5s ease forwards;
}

.thank-you {
  display: none;
  margin-top: 15px;
  font-weight: 600;
  color: #28a745;
  animation: fadeIn 0.5s ease-in-out;
}

.btn-group-wrap.hidden {
  display: none !important;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
/*/ --- region ends --- /*/


.countdown {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}
.countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown div #days, #hours, #minutes, #seconds {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.countdown div .label {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .about-main .img .main-img {
        height: 330px;
    }
    .reveal-animation {
        width: 360px;
        height: 360px;
    }
    .form-main .form-box {
        width: 100%;
    }
    .form-main .custom-container {
        padding: 100px 3% 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .top a {
        padding: 8px 0px;
    }
    .footer .copyright {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer .copyright p {
        padding: 8px 0px;
    }
    .date-details .head {
        width: 100%;
    }
    .date-details .main-content {
        width: 100%;
    }
    .date-details .date-row {
        flex-wrap: wrap;
    }
    .date-details .head {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }
    .date-details .main-content {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }
    .date-details .main-content .date-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .date-details .main-content .venue-box {
        margin-top: 0px;
    }
    .banner-main {
        height: auto;
    }
    .banner-main .banner-content {
        position: unset;
        width: 100%;
        padding: 150px 10px 40px 7%;
    }
    .banner-main .banner-highlights {
        position: unset;
        width: 100%;
        gap: 20px;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 0px;
    }
    .banner-main .banner-content .main-text {
        font-size: 36px;
    }
    .banner-main .banner-content .sub-text {
        font-size: 28px;
    }
    .banner-main .banner-content h1 {
        font-size: 20px;
    }
    .banner-main .custom-container {
        padding-bottom: 40px;
    }
    .about-main .img .main-img {
        height: 290px;
    }
    .reveal-animation {
        width: 320px;
        height: 320px;
    }
    .region-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .sponsors-section .sponsor-box h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .region-section-main {
        height: auto;
    }
    .footer .head h4 {
        margin-bottom: 0px;
    }
    .footer .contact p {
        margin-top: 25px;
    }
    .navbar .bni-logo {
        width: 100%;
    }
    .navbar .bni-logo img {
        width: 150px;
    }
    .navbar .sponsor-logo {
        width: 115px;
    }
    .navbar .navbar-brand {
        width: 130px;
    }
    .navbar .navbar-toggler {
        width: 56px;
    }
}


@media only screen and (max-width: 499px) {
    .about-main .img .main-img {
        height: 280px;
    }
    .reveal-animation {
        width: 310px;
        height: 310px;
    }
}