body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", serif;
  font-size: 15px;
  background: #fff;
}

.counter {
   font-size: 1.5em;
    background: #acb1f2;
    color: white;
    /*display: inline-block;*/
    /* padding: 5px 5px; */
    border-radius: 5px;
    justify-content: center;
    display: flex;
}
ul li {
  list-style-type: none;
}

.header_top {
  background: #081854;
  color: #fff;
  font-size: 13px;
}
.header_top li {
  padding: 8px;
}
.header_top li a {
  padding: 8px;
  color: #fff;
  text-decoration: none;
}

.logo {
  font-size: 24px;
}

.header_top_nav {
  background: #6b46ff;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -16px;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  justify-content: space-evenly;
  display: flex;
}
.header_top_nav li {
  display: inline;
  padding: 6px;
}
.header_top_nav ul {
  padding: 0;
  margin: 0;
}
.header_top_nav li a {
  color: #fff;
  text-decoration: none;
}
.header_top_nav li a:hover {
  color: #a4fa9c;
  text-decoration: none;
}
.navbar {
  background: #efeeff;
}
.navbar li {
  border-right: 1px solid #6b21d3;
  font-size: 18px;
}

a.dropdown-item {
  border-right: none;
}
.navbar li:last-child {
  border-right: none;
}
.drop {
  border-right: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #c2bff4 !important;
}
.nav-link {
  color: #000 !important;
}



.story {
  height: 401px;
  overflow-y: scroll;
  overflow-x: hidden;
}

footer {
  background: #120537;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}

footer .title {
  font-size: 22px;
  color: #fff;
}
footer p {
  font-size: 15px;
  color: #fff;
}

footer li {
  list-style-type: circle;
  padding: 5px;
  color: #fff;
}
footer li a {
  text-decoration: none;
  color: #fff;
}
footer li a:hover {
  color: #33b8f5;
  text-decoration: none;
}

.card_area {
  border-radius: 20px;
  box-shadow: #efeeff;
  box-shadow: -1px 9px 12px 8px rgb(0 0 0 / 30%);
}
.card_height {
  height: 130px;
}
h1 {
  font-size: 45px;
  color: #0d2fc6;
  font-weight: normal;
}
.hilight {
  color: #6b21d3;
}

.box {
  border: 1px solid #6b21d3;
  border-radius: 0px 15px 15px;
}
.slant-shape {
  width: 250px;
  height: 60px;
  background: #6c16d8; /* purple color */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  color: #fff;
  font-size: 22px;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.btn {
  background-color: #9747ff;
  color: #fff;
  border: none;
  border-radius: 20px;
}
.border2 {
  border-bottom: 1px solid #6b21d3;
}
.logo_grid {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  height: 156px;
}
.col-lg-4:last-child .logo_grid {
  border-right: none;
}


/* 
body {
  margin: 0;
  background: #eee;
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
  padding: 10px;
  color: #222;
}



.main {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
  background: #000;
}

.main a {
  width: 50%;
  height: 100%;
}

.main img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: brightness(0.95) contrast(0.95);
}

.main img:hover {
  transform: scale(1.03);
  filter: brightness(1.08) contrast(1.08);
  z-index: 3;
}

@media (max-width: 768px) {
  .main {
    flex-direction: column;
    height: auto;
  }

  .main a,
  .main img {
    width: 100%;
    height: 200px;
  }
} */




.form-container {
  background-color: #2a0989;
  padding: 60px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

.form-title {
  font-size: 35px;
  text-align: center;
  color: #000;
}
h2 {
  color: #2a0989;
  font-size: 30px;
  font-weight: 400;
}
.form-label {
  color: #fff;
}
.form-control {
  border-radius: 0;
  height: 42px;
  border: none;
}
.form-select {
  height: 42px;
  border-radius: 0;
}

.btn2 {
  background: linear-gradient(
    90deg,
    rgba(106, 219, 253, 1) 0%,
    rgba(145, 154, 252, 1) 49%,
    rgba(74, 236, 212, 1) 100%,
    rgba(237, 221, 83, 1) 100%
  );
  border-radius: 8px;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 25px;
}
.btn3 {
  background: linear-gradient(
    90deg,
    rgba(151, 71, 255, 1) 0%,
    rgba(145, 154, 252, 1) 49%,
    rgba(163, 95, 253, 1) 100%
  );
  border-radius: 8px;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 25px;
}
.form-container2 {
  background-color: #2a0989;
  padding: 60px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
  height: 200px;
}
.box2 {
  background-color: #cfc6f5;
  padding: 15px;
  font-size: 25px;
  text-align: center;
}
.form-container3 {
  background-color: #2a0989;
  padding: 40px;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
}
.form-container4 {
  background-color: #2a0989;
  padding: 60px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
  max-height: 500px;
  overflow-y: auto;
}
.bg {
  background-color: #fff;
}
input {
  border: 0;
}
input.dynamic-input-field {
  width: 100%;
  height: 42px;
  padding: 8px;
}
.profile-card {
  background-color: #3a1a9a;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  width: 90%;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.profile-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 4px solid #3ef3f3;
  border-top: none;
  pointer-events: none;
}

.profile-icon {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 10px;
  position: relative;
}

.profile-icon::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 206px;
  border: 2px solid #4ae0ff;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: transparent;
}

.profile-card h5 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
}

.profile-card p {
  font-size: 15px;
  color: #bdb7ff;
  margin-bottom: 15px;
  font-size: 20px;
}
.profile-card a {
  color: #fff;
  text-decoration: none;
}
.view-details {
  color: #b8b8ff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.view-details:hover {
  color: #4ae0ff;
  text-decoration: underline;
}
.main_area {
  min-height: 300px;
}
.navbar-toggler {
  background-color: #6c82ff !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255,0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media only screen and (min-width: 1366px) and (max-width: 1400px) {
  /* CSS styles to be applied within this viewport range */
  .form-label {
    color: #fff;
    font-size: 13px;
  }
}
@media (min-width: 312px) and (max-width: 1199px) {
  /* CSS rules for screens with a width between 992px and 1199px (inclusive) */

  .form-container {
    background-color: #2a0989;
    padding: 30px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    height: 800px;
    overflow-y: scroll;
  }

  .form-container4{ padding: 30px;  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 8%);}
  .form-container .main {
    min-height: 700px;
  }
}
/* *debalina*/
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .main {
    min-height: 700px;
  }

  .header_top li {
    padding: 0px;
  }
  .logo_text {
    font-size: 20px;
  }
  .header_top_nav {
    font-size: 12px;
  }
  .logo {
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .header_top_nav {
    border-radius: 10px;
    top: -3px;
  }

  .navbar li {
    border-right: none;
    border-bottom: 1px solid #33b8f5;
    font-size: 18px;
  }
  .navbar {
    background: #efeeff;
    width: 100%;
  }
  .card_height {
    height: 130px;
    margin-bottom: 40px;
  }

  .box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .reg_img {
    display: none;
  }

  .main {
    min-height: 700px;
  }

  .header_top li {
    padding: 0px;
    text-align: left;
    font-size: 10px;
  }
  .logo_text {
    top: -14px;
    position: relative;
  }
  .header_top_nav {
    font-size: 12px;
  }
  .logo {
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .header_top_nav {
    border-radius: 10px;
    top: -3px;
    padding: 0;
    font-size: 11px;
  }
  .header_top_nav li {
    display: inline;
    padding: 8px 2px 8px 2px;
  }
  .navbar li {
    border-right: none;
    border-bottom: 1px solid #33b8f5;
    font-size: 18px;
  }
  .navbar {
    background: #efeeff;
    width: 100%;
  }
  .card_height {
    height: 130px;
    margin-bottom: 40px;
  }

  .box {
    margin-bottom: 40px;
  }
  .logo_text {
    font-size: 18px;
  }
  .logo_text {
    font-size: 20px;
  }
  .header_top_nav {
    font-size: 12px;
  }
  .logo {
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .header_top_nav {
    border-radius: 10px;
    top: -3px;
    padding: 4px 0 4px 0;
  }

  .navbar li {
    border-right: none;
    border-bottom: 1px solid #33b8f5;
    font-size: 18px;
  }
  .navbar {
    background: #efeeff;
    width: 100%;
    margin-top: 10px;
  }
  .card_height {
    height: 130px;
    margin-bottom: 40px;
  }

  .box {
    margin-bottom: 40px;
  }
  .logo_text {
    font-size: 15px;
  }
}
