@font-face {
  font-family: "anekfont";
  /* The name you'll use in your CSS */
  src: url("fonts/bn/AnekBangla-Regular.ttf");
  /* Path to the font file */
}

*,
body {
  font-family: "anekfont", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.logo_top {
  position: absolute;
  top: 1%;
  left: 5%;
  z-index: 99999;
  width: 5%;
}

.navbar-brand {
  width: 7%;
}

.navbar-brand > img {
  max-width: 100%;
}

.bg-body-tertiary {
  background-color: white !important;
  box-shadow: 1px 0px 4px black;
}

.register_button_nav {
  background: #fdecd9;
  /* Dark Maroon */
  color: black;
  font-weight: 600;
  padding: 5px 25px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
}

.register_button_nav:hover {
  transform: translateY(-2px);
}

.lang-toggle {
  padding: 4px 20px;
  color: white;
  background-color: #ad5300;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
}

.lang-toggle:hover {
  transform: translateY(-2px);
}

.carousel-button {
  padding: 10px 20px;
  color: white;
  background-color: #65231c;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
  font-size: 30px;
  font-weight: 600;
  bottom: 100px;
}

.carousel-caption {
  bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
  border-radius: 96px !important;
  background-color: #fdecd9 !important;
  opacity: 1 !important;
}

.carousel-indicators .active {
  background-color: #65231c !important;
}

#counter {
  background-color: #fcc900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

#counter > .counter_box {
  background-color: #ad5300;
  /* border:1px solid black; */
  /* min-width:auto; */
  margin: 10px;
  padding: 13px 7px;
  /* min-height:100px */
}

#counter > .counter_box > span {
  background-color: white;
  color: #ef7f19;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: bold;
}

.counter_text {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.about_heading {
  color: #ad5300;
  font-size: 45px;
  font-weight: 700;
}

.about_p {
  font-size: 18px;
}

.about_img {
  border-radius: 20px;
}

.form-section {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box {
  width: 70%;
  background-color: white;
  padding: 10px 30px;
}

.form-box h4 {
  color: #ad5300;
  border-bottom: 2px solid #f78335;
  padding-bottom: 6px;
}

.form-label {
  margin-bottom: 0rem;
}

.form-button {
  padding: 5px 20px;
  color: white;
  background-color: #ad5300;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 600;
  bottom: 100px;
}

.footer_container_vm {
  background-color: #ad5300;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 30px;
  color: white;
}

.logo_footer {
  width: 100%;
}

.contact_info {
  text-align: center;
}

.contact_info p {
  margin-bottom: 5px;
}

.register_now_box {
  width: 400px;
  height: 100px;
  background-color: transparent;
  /* border:2px solid red; */
  position: absolute;
  bottom: 1%;
  left: 35%;
  cursor: pointer;
}

.logo_footer_container {
  width: 7%;
}

.modal-body {
  width: 600px;
  height: 300px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("images/P_bg.webp") no-repeat center center / cover;
}

.thank_you_msg {
  text-align: center;
  padding: 20px;
}

.gi > .col-12 > ul {
  padding-left: 30px !important;
}

@media (max-width: 768px) {
  .modal-body {
    width: 100%;
    height: 360px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("images/pm_bg.webp") no-repeat center center / cover;
  }

  .navbar-brand {
    width: 18%;
  }

  .register_button_nav {
    background: #fdecd9;
    color: black;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
    font-size: 12px;
  }

  .lang-toggle {
    padding: 4px 20px;
    color: white;
    background-color: #65231c;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
    font-size: 12px;
  }

  #counter > .counter_box > span {
    background-color: white;
    color: black;
    padding: 3px 16px;
    font-size: 20px;
    font-weight: bold;
  }

  .about_heading {
    color: #65231c;
    font-size: 30px;
    font-weight: 700;
  }

  .form-section {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form-box {
    width: 100%;
    background-color: white;
    padding: 10px 30px;
  }

  .register_now_box {
    width: 100%;
    height: 100px;
    background-color: transparent;
    /* border:2px solid red; */
    position: absolute;
    bottom: 1%;
    left: 0%;
    cursor: pointer;
  }

  .footer_container_vm {
    background-color: #ad5300;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    color: white;
  }

  .logo_footer_container {
    width: 20% !important;
    margin-top: -65px;
  }
  .logo_top {
    position: absolute;
    top: 1%;
    left: 5%;
    z-index: 99999;
    width: 20%;
  }
}

#round1 > .row > .col-12 {
}

#round1 {
  padding: 10px 20px;
}

.round1-heading {
  color: #ad5300;
  border-bottom: 2px solid #f78335;
  padding-bottom: 6px;
}

.dropZone {
  width: 300px;
  height: 150px;
  border: 3px dashed #aaa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  cursor: pointer;
}

.dropZone.hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: #f0f7ff;
}

.previewImg {
  margin-top: 15px;
  max-width: 300px;
  display: none;
}

.pdfInfo {
  margin-top: 15px;
  font-weight: bold;
  color: #444;
  display: none;
}

.replaceBtn {
  margin-top: 10px;
  padding: 8px 14px;
  border: none;
  background: #3b82f6;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}

.replaceBtn:hover {
  background: #2563eb;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  border: 1px solid black;
}

#videoInfo {
  margin-top: 15px;
  font-weight: bold;
  color: #444;
  display: none;
}

.round1_form_box {
  box-shadow: 2px 2px 8px black;
  width: 60%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .round1_form_box {
    box-shadow: 2px 2px 8px black;
    width: 100%;
    border-radius: 10px;
  }
}

.gi_p > span {
  font-size: 20px;
  font-weight: 700;
}

.gi_p {
  font-size: 16px;
  margin-bottom: 0px;
}

.general_list {
  font-size: 15px;
  padding-top: 5px;
}
.general_list > li {
  line-height: 1.5rem;
}

.general_box {
  min-height: 250px !important;
  margin-top: 20px;
}
