@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Salsa&display=swap");
/* _reset.scss */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    font-family: "Inter";
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

.common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 50px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .common {
        padding: 40px 25px;
    }
}

.header_section {
    position: relative;
}
.header_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.header_section .nav_one {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 80px;
}
.header_section .nav_one::after {
    content: "";
    width: 42.5%;
    height: 1px;
    background-color: #ff6b00;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one::after {
        width: 42.5%;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .header_section .nav_one::after {
        width: 48.5%;
    }
}
.header_section .nav_one::before {
    content: "";
    width: 1%;
    height: 1px;
    background-color: #ff6b00;
    position: absolute;
    bottom: 5.9px;
    right: 42.33%;
    transform: rotate(45deg);
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one::before {
        right: 42.33%;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .header_section .nav_one::before {
        right: 48.45%;
    }
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one {
        padding: 16px 25px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_one {
        padding: 16px 25px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_one {
        display: none;
    }
}
.header_section .nav_one .left,
.header_section .nav_one .right {
    display: flex;
}
.header_section .nav_one .left ul,
.header_section .nav_one .right ul {
    font-family: inter;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.header_section .nav_one .left ul li,
.header_section .nav_one .right ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one .left ul li,
    .header_section .nav_one .right ul li {
        font-size: 14px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_one .left ul li,
    .header_section .nav_one .right ul li {
        font-size: 13px;
    }
}
.header_section .nav_one .left ul li a .R_btn,
.header_section .nav_one .right ul li a .R_btn {
    background-color: #ff6b00;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one .left ul li a .R_btn,
    .header_section .nav_one .right ul li a .R_btn {
        font-size: 14px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_one .left ul li a .R_btn,
    .header_section .nav_one .right ul li a .R_btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_one .left ul li a .R_btn,
    .header_section .nav_one .right ul li a .R_btn {
        font-size: 12px;
    }
}
.header_section .nav_one .left ul li a .after::after,
.header_section .nav_one .right ul li a .after::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 7px;
    right: -17px;
}
.header_section .nav_one .right ul li .right_info {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.header_section .nav_one .right ul li .right_info::after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #ffffff;
}
@media (min-width: 1000px) and (max-width: 1100px) {
    .header_section .nav_one .right ul li .right_info .icon {
        display: none;
    }
}
.header_section .nav_one .right ul li .right_info .text p {
    font-size: 13.5px;
    margin: 0;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_one .right ul li .right_info .text p {
        font-size: 12px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_one .right ul li .right_info .text p {
        font-size: 11px;
    }
}
.header_section .nav_one .right ul li .right_info .text .heading {
    color: #ff6b00;
}
.header_section .nav_two {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    color: #ffffff;
    background-color: transparent;
    padding: 10px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_two {
        padding: 16px 25px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two {
        padding: 16px 10px;
        top: 0;
    }
}
.header_section .nav_two .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_section .nav_two .navbar .navbar-brand img {
    width: 213px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_two .navbar .navbar-brand img {
        width: 180px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_two .navbar .navbar-brand img {
        width: 150px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-brand img {
        max-width: 150px;
    }
}
.header_section .nav_two .navbar .navbar-toggler {
    border: none;
    outline: none;
    background: none;
}
.header_section .nav_two .navbar .navbar-toggler:focus {
    box-shadow: none;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-toggler {
        margin-left: auto;
    }
}
.header_section .nav_two .navbar .navbar-collapse {
    justify-content: flex-end;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 10px;
        border-radius: 10px;
    }
}
.header_section .nav_two .navbar .navbar-collapse span i {
    color: #ffffff;
}
.header_section .nav_two .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3098039216);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.header_section
    .nav_two
    .navbar
    .navbar-collapse
    .navbar-nav
    .dropdown-menu
    li {
    margin-left: 10px;
}
.header_section .nav_two .navbar .navbar-collapse ul li {
    position: relative;
}
.header_section .nav_two .navbar .navbar-collapse ul li a {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    margin: 0 7px;
    transition: 0.5s ease;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a {
        margin: 0 22px;
        font-size: 20px;
    }
}
.header_section .nav_two .navbar .navbar-collapse ul li a.active,
.header_section .nav_two .navbar .navbar-collapse ul li a:hover {
    color: #ff6b00;
    font-weight: 600;
    background: none;
}
.header_section .nav_two .navbar .navbar-collapse ul li a.active::before,
.header_section .nav_two .navbar .navbar-collapse ul li a:hover::before {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 11px;
    height: 2px;
    background-color: #ff6b00;
    transition: 0.5s ease;
}

ul li a.dropdown-item.active {
    color: #ff6b00 !important;
    font-weight: 600;
}

@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a.active::before,
    .header_section .nav_two .navbar .navbar-collapse ul li a:hover::before {
        bottom: 16px;
        width: 11px;
    }
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a {
        font-size: 14px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a {
        margin: 0 5px;
        font-size: 14px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a {
        font-size: 12px;
        display: block;
        padding: 8px 0;
    }
}
.header_section .nav_two .navbar .navbar-collapse ul li a .R_btn {
    width: 100%;
    background-color: #ff6b00;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a .R_btn {
        font-size: 14px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a .R_btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a .R_btn {
        font-size: 12px;
    }
}
@media (min-width: 1000px) and (max-width: 5100px) {
    .header_section .nav_two .navbar .navbar-collapse ul li a .R_btn {
        display: none;
    }
}
.header_section .nav_two .navbar .navbar-collapse ul li .login_btn {
    text-decoration: underline;
}
.header_section .nav_center_content_2 {
    width: 100%;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #ffffff;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content_2 {
        width: 100%;
        top: 60%;
        padding: 0 20px;
    }
}
.header_section .nav_center_content_2 .heading_top {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .header_section .nav_center_content_2 .heading_top {
        font-size: 40px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_center_content_2 .heading_top {
        font-size: 40px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content_2 .heading_top {
        font-size: 30px;
    }
}
@media (min-width: 200px) and (max-width: 600px) {
    .header_section .nav_center_content_2 .heading_top {
        font-size: 30px;
    }
}
.header_section .nav_center_content_2 .heading_top span {
    font-weight: 700;
}
.header_section .nav_center_content_2 .heading_top span span {
    color: #ff6b00;
}
.header_section .nav_center_content_2 .small_p {
    text-align: center;
    font-size: 16px;
}
@media (min-width: 200px) and (max-width: 600px) {
    .header_section .nav_center_content_2 .small_p {
        font-size: 12px;
    }
}
.header_section .nav_center_content_2 .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}
.header_section .nav_center_content_2 .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.header_section .nav_center_content_2 .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content_2 .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

/* navigation path Start */

.header_section .navigation_path {
    position: absolute;
    bottom: 0;
    left: 16.3%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .header_section .navigation_path {
        left: 18.5%;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .navigation_path {
        font-size: 14px;
        left: 227px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .navigation_path {
        width: 100%;
        left: 192px;
        font-size: 12px;
    }
}
.header_section .navigation_path a {
    color: #ffffff;
}
.header_section .navigation_path a.active {
    color: #ff6b00;
    font-weight: 600;
    text-decoration: none;
}

/* navigation path End */

@media (min-width: 200px) and (max-width: 600px) {
    .header_section .nav_center_content_2 .heading {
        font-size: 12px;
    }
    .header_section .nav_center_content_2 .heading::after,
    .header_section .nav_center_content_2 .heading::before {
        width: 10px;
        height: 10px;
    }
}
.header_section .nav_center_content {
    position: absolute;
    width: 45%;
    top: 237px;
    left: 80px;
    z-index: 1;
    color: #ffffff;
}
.header_section .nav_center_content .heading {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .header_section .nav_center_content .heading {
        font-size: 50px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_center_content .heading {
        font-size: 50px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content .heading {
        font-size: 30px;
    }
}
.header_section .nav_center_content .heading span {
    font-weight: 700;
}
.header_section .nav_center_content .heading span span {
    color: #ff6b00;
}

.header_section .nav_center_content .submit {
  background-color: #ff6b00;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header_section .nav_center_content .submit:hover {
  background-color: #ff7e1f;
  box-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
  transform: translateY(-2px);
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .header_section .nav_center_content .submit {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .header_section .nav_center_content .submit {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .header_section .nav_center_content .submit {
    padding: 15px;
    font-size: 15px;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .header_section .nav_center_content .submit {
    width: 100%;
    margin-top: 10px;
  }
}
.header_section .nav_center_content .neon_pulse {
  position: relative;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.header_section .nav_center_content .neon_pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(90deg, #ff6b00, #ffd700, #ffffff, #ffae00, #ff6b00);
  background-size: 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderMove 3s linear infinite;
}
.header_section .nav_center_content .neon_pulse span {
  background: linear-gradient(90deg, #ff6b00, #ffd700, #ffffff, #ffae00, #ff6b00);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textFlow 3s linear infinite;
}
.header_section .nav_center_content .neon_pulse:hover {
  box-shadow: 0 0 15px rgba(255, 107, 0, 0.4);
  transform: translateY(-2px);
}
@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
@keyframes textFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .header_section .nav_center_content .neon_pulse {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .header_section .nav_center_content .neon_pulse {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .header_section .nav_center_content .neon_pulse {
    padding: 15px;
    font-size: 15px;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .header_section .nav_center_content .neon_pulse {
    width: 100%;
    margin-top: 10px;
  }
}

.header_section .nav_center_content .para {
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .header_section .nav_center_content .para {
        font-size: 18px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_center_content .para {
        font-size: 16px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content .para {
        font-size: 14px;
    }
}
.header_section .nav_center_content button {
    background-color: #ff6b00;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 19px;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .header_section .nav_center_content button {
        padding: 15px 15px;
        font-size: 16px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_center_content button {
        padding: 10px 15px;
        font-size: 14px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content button {
        padding: 10px 15px;
        font-size: 15px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .header_section .nav_center_content {
        width: 50%;
        left: 50px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .nav_center_content {
        width: 90%;
        left: 16px;
        top: 100px;
    }
}


.header_section .countdown {
  position: absolute;
  width: 100px;
  top: 237px;
  right: 80px;
  z-index: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 200px) and (max-width: 1000px) {
  .header_section .countdown {
    flex-direction: row;
    left: 15px;
    top: 390px;
  }
}
@media (min-width: 399px) and (max-width: 500px) {
  .header_section .countdown {
    top: 475px;
    left: 50px;
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  .header_section .countdown {
    top: 485px;
    left: 42px;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .header_section .countdown {
    top: 485px;
    left: 30px;
  }
}
.header_section .countdown .time_box {
  display: flex;
  width: 90.019px;
  padding: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 6.925px;
  border: 0.692px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 200px) and (max-width: 500px) {
  .header_section .countdown .time_box {
    padding: 10px;
  }
}
.header_section .countdown .time_box h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 200px) and (max-width: 500px) {
  .header_section .countdown .time_box h2 {
    font-size: 15px;
  }
}
.header_section .countdown .time_box p {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 200px) and (max-width: 500px) {
  .header_section .countdown .time_box p {
    font-size: 10px;
  }

}

.header_section .carousel .carousel-inner .carousel-item .banner {
    width: 100%;
    height: 740px;
}

@media (min-width: 200px) and (max-width: 1000px) {
    .header_section .carousel .carousel-inner .carousel-item .banner {
        width: 100%;
        max-height: 500px;
    }
}

@media (min-width: 200px) and (max-width: 500px) {
  .header_section .carousel .carousel-inner .carousel-item .banner {
    max-height: 550px;
  }
}

.header_section .carousel .carousel-inner .carousel-item .banner #banner_1 {
    height: 100%;
    background-image: url(../images/Banner_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header_section .carousel .carousel-inner .carousel-item .banner #banner_2 {
    height: 100%;
    background-image: url(../images/Banner_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header_section .carousel .carousel-inner .carousel-item .banner #banner_3 {
    height: 100%;
    background-image: url(../images/Banner_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header_section .carousel .carousel-inner .carousel-item .banner_inner_regiter {
    width: 100%;
    height: 400px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section
        .carousel
        .carousel-inner
        .carousel-item
        .banner_inner_regiter {
        height: 300px;
    }
}
.header_section
    .carousel
    .carousel-inner
    .carousel-item
    .banner_inner_regiter
    #banner_register {
    height: 100%;
    background-image: url(../images/register_image.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header_section
    .carousel
    .carousel-inner
    .carousel-item
    .banner_inner_top_banner_2 {
    width: 100%;
    height: 400px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header_section
        .carousel
        .carousel-inner
        .carousel-item
        .banner_inner_top_banner_2 {
        height: 300px;
    }
}
.header_section
    .carousel
    .carousel-inner
    .carousel-item
    .banner_inner_top_banner_2
    #banner_register {
    height: 100%;
    background-image: url(../images/top_banner_2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sponsors {
    background-image: url(../images/Official_Partner_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sponsors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.sponsors .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
}
.sponsors .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.sponsors .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .sponsors .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.sponsors p {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    margin-bottom: 40px;
}
.sponsors .main_logo {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.sponsors .main_logo img {
    width: 500px;
}
.sponsors .main_logo:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
.sponsors .images_section {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 30px;
}
.sponsors .images_section img {
    width: 275px;
    transition: all 0.3s ease-in-out;
}
.sponsors .images_section img:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
@media (min-width: 1400px) and (max-width: 1630px) {
    .sponsors .images_section img {
        width: 240px;
    }
}

.conference {
    padding-top: 0;
}
.conference .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
}
.conference .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.conference .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .conference .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.conference .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.conference .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .conference .main_heading {
        font-size: 30px;
    }
}
.conference .table_confrence {
    font-family: "Inter", sans-serif;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 11px 0 rgba(1, 58, 55, 0.15);
    width: 100%;
    overflow: auto;
}
.conference .table_confrence .table > :not(caption) > * > * {
    padding: 20px;
    text-align: left;
    border-right-width: 1px;
    border-bottom-width: 0px;
    text-wrap-mode: nowrap;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .conference .table_confrence .table > :not(caption) > * > * {
        padding: 14px;
    }
}
.conference .table_confrence table thead tr th {
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .conference .table_confrence table thead tr th {
        font-size: 14px;
    }
}
.conference .table_confrence table tbody tr td .small_text {
    font-size: 14px;
}
.conference .table_confrence table tbody tr td .big_text {
    font-size: 15px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .conference .table_confrence table tbody tr td .big_text {
        font-size: 14px;
    }
}

.summit {
    background-color: rgba(242, 242, 242, 0.5);
    position: relative;
}
.summit .part {
    width: 1300px;
    display: flex;
    gap: 40px;
    justify-content: start;
    margin-bottom: 60px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .part {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.summit .part .left {
    width: 70%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left {
        width: 100%;
        align-items: center;
    }
}
.summit .part .left .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 20px;
    text-align: center;
    width: 40%;
}
.summit .part .left .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.summit .part .left .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .part .left .heading {
        font-size: 16px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .heading {
        width: 70%;
    }
}
.summit .part .left .main_heading {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
}
.summit .part .left .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .part .left .main_heading {
        color: #333333;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        line-height: 1.3;
    }
    .summit .part .left .main_heading span {
        color: #ff6b00;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) and (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .main_heading {
        color: #333333;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        line-height: 1.3;
    }
    .summit .part .left .main_heading span {
        color: #ff6b00;
    }
}
@media (min-width: 200px) and (max-width: 1000px) and (min-width: 200px) and (max-width: 1000px) {
    .summit .part .left .main_heading {
        font-size: 30px;
    }
}
.summit .part .right {
    width: 50%;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .right {
        width: 100%;
        text-align: center;
    }
}
.summit .part .right p {
    text-align: justify;
    font-size: 18px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .part .right p {
        font-size: 16px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .part .right p {
        font-size: 14px;
    }
}
.summit .outer_circle {
    position: absolute;
    background-color: rgba(255, 101, 0, 0.07);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.summit .outer_circle:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .outer_circle {
        width: 180px;
        height: 180px;
        position: relative;
    }
}
.summit .outer_circle a {
    text-decoration: none;
    color: #333333;
}
.summit .outer_circle .circle_button {
    width: 170px;
    height: 170px;
    background-color: rgba(255, 101, 0, 0.07);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
    border: 1px solid #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .outer_circle .circle_button {
        width: 150px;
        height: 150px;
    }
}
.summit .outer_circle .circle_button .text .small_text {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.summit .outer_circle .circle_button .text .big_text {
    font-size: 50px;
    font-weight: 400;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .outer_circle .circle_button .text .big_text {
        font-size: 30px;
        margin-top: 10px;
    }
}
.summit .outer_circle .circle_button img {
    align-items: center;
}
.summit .image_section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .image_section {
        width: 100%;
        overflow: auto;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .summit .image_section {
        width: 100%;
        overflow: auto;
    }
}
.summit .image_section img {
    width: 100%;
    height: 100%;
    align-self: flex-end;
    border-radius:15px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .summit .image_section img {
        width: 210px;
    }
}

.speak {
    width: 100%;
    height: 875px;
    justify-content: start;
    background-image: url("../images/speaker_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.speak .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
}
.speak .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.speak .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .speak .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.speak .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.speak .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .speak .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .speak {
        background-image: none;
        height: auto;
    }
}
.speak .speak_box {
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .speak .speak_box {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .speak .speak_box {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.speak .speak_box .box {
    display: inline-flex;
    flex-basis: 30%;
    padding: 40px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 10px;
    box-shadow: 0 6px 55px 0 rgba(82, 71, 175, 0.15);
}
@media (min-width: 200px) and (max-width: 1000px) {
    .speak .speak_box .box {
        width: 100%;
        gap: 20px;
        margin-bottom: 20px;
    }
}
.speak .speak_box .box img {
    width: 65px;
}
.speak .speak_box .box h4 {
    color: #333;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.6px;
    letter-spacing: -0.92px;
    text-transform: uppercase;
}
.speak .speak_box .box p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin: 0;
}

.seat {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat {
        width: 100%;
        align-items: center;
    }
}
.seat .part {
    width: 1300px;
    display: flex;
    gap: 40px;
    justify-content: start;
    margin-bottom: 60px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .seat .part {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
    }
}
.seat .part .left {
    width: 50%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left {
        width: 100%;
        align-items: center;
    }
}
.seat .part .left .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 20px;
    text-align: center;
    width: 60%;
}
.seat .part .left .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.seat .part .left .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .seat .part .left .heading {
        font-size: 16px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .heading {
        width: 80%;
    }
}
.seat .part .left .main_heading {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
}
.seat .part .left .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .seat .part .left .main_heading {
        color: #333333;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        line-height: 1.3;
    }
    .seat .part .left .main_heading span {
        color: #ff6b00;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) and (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .main_heading {
        color: #333333;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        line-height: 1.3;
    }
    .seat .part .left .main_heading span {
        color: #ff6b00;
    }
}
@media (min-width: 200px) and (max-width: 1000px) and (min-width: 200px) and (max-width: 1000px) {
    .seat .part .left .main_heading {
        font-size: 30px;
    }
}
.seat .part .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seat .part .right .high_light {
    display: flex;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (min-width: 200px) and (max-width: 405px) {
    .seat .part .right .high_light img {
        display: none;
    }
}
.seat .part .right p {
    text-align: justify;
    font-size: 18px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .seat .part .right p {
        font-size: 14px;
    }
}

.events {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.events .part {
    width: 1300px;
    display: flex;
    gap: 40px;
    justify-content: start;
    margin-bottom: 60px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .events .part {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.events .part .left {
    width: 90%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left {
        width: 100%;
    }
}
.events .part .left .top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.events .part .left .top img {
    width: 30%;
}
.events .part .left .top p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.events .part .left .main_heading {
    color: #333333;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    text-transform: none;
    position: relative;
}
.events .part .left .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .main_heading {
        font-size: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .events .part .left .main_heading {
        color: #333333;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        line-height: 1.3;
    }
    .events .part .left .main_heading span {
        color: #ff6b00;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) and (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .main_heading {
        font-size: 30px;
    }
}
.events .part .left .main_heading span {
    color: #ff6b00;
    font-family: "Just Another Hand", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 92px;
    position: absolute;
    top: 55px;
    left: 252px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .events .part .left .main_heading span {
        font-size: 50px;
        top: 48px;
        left: 217px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .main_heading span {
        width: 55%;
        font-size: 50px;
        top: 29px;
        left: 137px;
    }
}
.events .part .left p {
    font-size: 20px;
    margin-top: 30px;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left p {
        font-size: 14px;
    }
}
.events .part .left .buttoms {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .buttoms {
        font-size: 14px;
    }
}
.events .part .left .buttoms button:first-child {
    width: 211.627px;
    height: 53.987px;
    padding: 0 30.232px;
    border-radius: 9.498px;
    border: none;
    color: #ffffff;
    border-top: 1.08px solid #ff6b00;
    background: linear-gradient(
        180deg,
        rgba(255, 107, 0, 0.69) 0%,
        #ff6b00 100%
    );
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .buttoms button:first-child {
        padding: 0 18px;
    }
}
.events .part .left .buttoms button:last-child {
    width: 211.627px;
    height: 53.987px;
    padding: 0 30.232px;
    border-radius: 9.498px;
    border: 1px solid rgb(203, 213, 225);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .buttoms button:last-child {
        padding: 0 18px;
    }
}
.events .part .left .buttoms button:last-child video {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    -o-object-fit: fill;
    object-fit: fill;
}
.events .part .left .twitter_card {
    margin-top: 60px;
    position: relative;
}
.events .part .left .twitter_card .card_1 {
    width: 445.013px;
    height: 215.712px;
    padding: 22.081px 26.327px;
    border-radius: 20.382px;
    border: 0.425px solid rgba(148, 163, 184, 0.5);
    background: var(--color-base-white, #fff);
    box-shadow: 0 16.985px 33.97px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 5;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .twitter_card .card_1 {
        width: 100%;
        height: 100%;
    }
}
.events .part .left .twitter_card .card_1 img.twiiter {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.events .part .left .twitter_card .card_1 img.twi_bottom {
    position: absolute;
    bottom: -223px;
    left: 17px;
    z-index: 1;
}
.events .part .left .twitter_card .card_1 img.twi_right {
    position: absolute;
    top: -33px;
    right: -183px;
    z-index: 1;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .twitter_card .card_1 img.twi_right {
        display: none;
    }
}
.events .part .left .twitter_card .card_1 .top {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.events .part .left .twitter_card .card_1 .top img {
    width: 50px;
}
.events .part .left .twitter_card .card_1 .top .text p:first-child {
    font-size: 17px;
    color: #020617;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.events .part .left .twitter_card .card_1 .top .text p:first-child::after {
    content: "";
    background-image: url("../Assets/Images/Badge.svg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: -22px;
}
.events .part .left .twitter_card .card_1 .top .text p:last-child {
    font-size: 13px;
    color: #657786;
    font-weight: 400;
    margin: 0;
}
.events .part .left .twitter_card .card_1 p {
    font-size: 16px;
    color: #020617;
    font-weight: 500;
    margin: 0;
    margin-top: -12px;
}
.events .part .left .twitter_card .card_1 .time p {
    font-size: 13px;
    color: #657786;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
}
.events .part .left .twitter_card .card_2 {
    width: 445.013px;
    height: 215.712px;
    padding: 22.081px 26.327px;
    border-radius: 20.382px;
    border: 0.425px solid rgba(148, 163, 184, 0.5);
    background: var(--color-base-white, #fff);
    box-shadow: 0 16.985px 33.97px 0 rgba(0, 0, 0, 0.05);
    transform: rotate(-6deg);
    position: absolute;
    top: 0;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .twitter_card .card_2 {
        width: 100%;
        height: 100%;
    }
}
.events .part .left .twitter_card .card_3 {
    width: 445.013px;
    height: 215.712px;
    padding: 22.081px 26.327px;
    border-radius: 20.382px;
    border: 0.425px solid rgba(148, 163, 184, 0.5);
    background: var(--color-base-white, #fff);
    box-shadow: 0 16.985px 33.97px 0 rgba(0, 0, 0, 0.05);
    transform: rotate(-3deg);
    position: absolute;
    top: 0;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .part .left .twitter_card .card_3 {
        width: 100%;
        height: 100%;
    }
}
.events .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .right {
        margin-top: 20px;
    }
}
.events .right .mobile img {
    width: 385px;
    height: 787px;
    position: absolute;
    top: 0;
    left: 232px;
    z-index: 2;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .events .right .mobile img {
        left: 130px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .right .mobile img {
        position: relative;
        left: 0;
    }
}
.events .right .mobile video {
    position: absolute;
    top: 19px;
    left: 246px;
    width: 358px;
    height: 749px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
    z-index: 1;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .events .right .mobile video {
        left: 143px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .events .right .mobile video {
        left: 13px;
    }
}
@media (min-width: 200px) and (max-width: 450px) {
    .events .right .mobile video {
        width: 93%;
    }
}

.regiter_s {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
    gap: 50px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .regiter_s {
        font-size: 14px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s {
        flex-direction: column;
        margin: 20px;
    }
}
.regiter_s .left {
    width: 25%;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .regiter_s .left {
        width: 40%;
    }
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .regiter_s .left {
        width: 30%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left {
        width: 100%;
    }
}
.regiter_s .left .heading {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
    margin: 0;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .regiter_s .left .heading {
        font-size: 30px;
    }
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .regiter_s .left .heading {
        font-size: 40px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .heading {
        font-size: 30px;
        text-align: center;
    }
}
.regiter_s .left .sub_heading {
    text-align: justify;
    font-size: 20px;
    margin: 0;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .regiter_s .left .sub_heading {
        font-size: 15px;
    }
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .regiter_s .left .sub_heading {
        font-size: 18px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .sub_heading {
        font-size: 14px;
        text-align: center;
    }
}
.regiter_s .left label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0c1421;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
}
.regiter_s .left label span {
    color: red;
    font-size: 10px;
}
.regiter_s .left .mobile_input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.regiter_s .left .mobile_input input {
    width: 100%;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #d4d7e3;
    background: #f7fbff;
}
.regiter_s .left .mobile_input button {
    width: 40%;
    color: #ffffff;
    background-color: #ff6b00;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    border: none;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .mobile_input button {
        font-size: 14px;
    }
}
.regiter_s .left .OTP_input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.regiter_s .left .OTP_input input {
    width: 20%;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #d4d7e3;
    background: #f7fbff;
    text-align: center;
}
.regiter_s .left .reset {
    text-align: end;
    color: #657786;
    margin-top: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .reset {
        font-size: 14px;
    }
}
.regiter_s .left .reset a {
    color: #ff6b00;
    font-weight: 600;
    text-decoration: none;
}
.regiter_s .left .login_btn {
    width: 100%;
    color: #ffffff;
    background-color: #ff6b00;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    border: none;
    margin: 30px 0;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .login_btn {
        margin: 10px 0;
    }
}
.regiter_s .left .redirect {
    text-align: center;
    color: #313957;
    margin-top: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .left .redirect {
        font-size: 14px;
    }
}
.regiter_s .left .redirect a {
    color: #ff6b00;
    font-weight: 600;
    text-decoration: none;
}
.regiter_s .right img {
    width: 1283px;
    height: 765px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .regiter_s .right img {
        height: 600px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .regiter_s .right img {
        height: 300px;
    }
}

.D_footer {
    width: 100%;
    position: relative;
    background-image: url(../images/Footer_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0.36px;
    padding: 60px 50px 20px 50px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .D_footer {
        font-size: 14px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer {
        font-size: 14px;
        padding: 35px 25px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .D_footer {
        font-size: 14px;
    }
}
.D_footer .inner_footer {
    display: flex;
    gap: 20px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer {
        flex-direction: column;
    }
}
.D_footer .inner_footer .coll_f .heading {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-left: 12px;
}
.D_footer .inner_footer .coll_f .heading::after {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #ff6b00;
    position: absolute;
    left: -12px;
    top: 7px;
}
.D_footer .inner_footer .coll_f p {
    margin-top: 30px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f p {
        margin-top: 15px;
        font-size: 14px;
    }
}
.D_footer .inner_footer .coll_f .f_add,
.D_footer .inner_footer .coll_f .f_contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .D_footer .inner_footer .coll_f .f_add,
    .D_footer .inner_footer .coll_f .f_contact {
        margin-top: 23px;
    }
}
.D_footer .inner_footer .coll_f .f_add img,
.D_footer .inner_footer .coll_f .f_contact img {
    width: 40px;
}
.D_footer .inner_footer .coll_f .f_add p,
.D_footer .inner_footer .coll_f .f_contact p {
    margin: 0;
    font-size: 16px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .D_footer .inner_footer .coll_f .f_add p,
    .D_footer .inner_footer .coll_f .f_contact p {
        font-size: 14px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f .f_add p,
    .D_footer .inner_footer .coll_f .f_contact p {
        font-size: 14px;
    }
}
.D_footer .inner_footer .coll_f ul {
    margin-top: 30px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f ul {
        margin-top: 15px;
    }
}
.D_footer .inner_footer .coll_f ul li {
    list-style-type: none;
    margin: 20px 0px;
    position: relative;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f ul li {
        margin: 10px 0px;
    }
}
.D_footer .inner_footer .coll_f ul li::after {
    content: ">";
    position: absolute;
    left: -20px;
    top: 0;
    color: #ff6b00;
}
.D_footer .inner_footer .coll_f ul li:hover {
    color: #ff6b00;
    font-weight: 500;
    transition: all 0.3s linear;
}
.D_footer .inner_footer .coll_f .img_grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f .img_grid {
        margin-top: 15px;
    }
}
.D_footer .inner_footer .coll_f .img_grid img {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    width: 115px;
}
.D_footer .inner_footer .coll_f .img_grid img:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .D_footer .inner_footer .coll_f .img_grid img {
        width: 100px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .coll_f .img_grid img {
        width: 21%;
    }
}
.D_footer .inner_footer .f_1 {
    width: 600px;
    display: block;
}
@media (min-width: 1400px) and (max-width: 1800px) {
    .D_footer .inner_footer .f_1 {
        margin-right: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .D_footer .inner_footer .f_1 {
        width: 420px;
        margin-right: 0px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .f_1 {
        width: 100%;
        margin-right: 0px;
    }
}
.D_footer .inner_footer .f_2 {
    display: block;
    margin-left: -50px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .inner_footer .f_2 {
        margin-left: 0px;
    }
}
.D_footer .out_footer {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0px 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .out_footer {
        flex-direction: column;
    }
}
.D_footer .out_footer .visitors {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.D_footer .out_footer .visitors img {
    width: 30px;
}
.D_footer .out_footer .visitors p {
    margin: 0;
    font-family: Inter;
    color: #ff6b00;
    font-weight: 700;
    font-size: 15px;
}
.D_footer .out_footer p span {
    color: #ff6b00;
    font-weight: 600;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .out_footer p {
        order: 3;
    }
}
.D_footer .out_footer .img_f {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .out_footer .img_f {
        order: 2;
    }
}
.D_footer .out_footer .img_f img {
    width: 50%;
}
.D_footer .out_footer .img_f a {
    text-decoration: none;
}
.D_footer .out_footer .img_f a span {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.D_footer .out_footer .img_f a span i {
    color: #ff6b00;
    font-size: 18px;
}
.D_footer .out_footer ul {
    display: flex;
    gap: 40px;
    align-items: center;
}
.D_footer .out_footer ul li, .D_footer .out_footer ul li a {
    color: #ffffff;
    text-decoration: none;
}
.D_footer .out_footer ul li::marker {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .D_footer .out_footer ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
    }
}

.about_aisect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect {
        margin: 20px;
    }
}
.about_aisect .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
}
.about_aisect .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.about_aisect .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.about_aisect .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.about_aisect .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .main_heading {
        font-size: 30px;
    }
}
.about_aisect .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.about_aisect .inner {
    max-width: 1600px;
}
.about_aisect .inner .img_section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    max-width: 1600px;
    margin: auto;
}
.about_aisect .inner .img_section img {
    width: 100%;
    height: 98%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.about_aisect .inner .img_section .left {
    grid-row: span 2;
}
.about_aisect .inner .img_section .right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner .img_section .right {
        grid-template-rows: none;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner .img_section {
        grid-template-columns: 1fr;
    }
}
.about_aisect .inner P {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner P {
        font-size: 14px;
    }
}
.about_aisect .inner .inner_team {
    margin-top: 50px;
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner .inner_team {
        grid-template-columns: repeat(1, 1fr);
    }
}
.about_aisect .inner .inner_team .team .team_card_d {
    display: flex;
    align-items: center;
    gap: 10px;
}
.about_aisect .inner .inner_team .team .team_card_d .icon {
    min-width: 50px;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #ff6b00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_aisect .inner .inner_team .team .team_card_d .icon .inner {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    background-color: #ff6b00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.about_aisect .inner .inner_team .team .team_card_d .icon .inner img {
    width: 20px;
    height: 20px;
}
.about_aisect .inner .inner_team .team .team_card_d .text {
    width: 100%;
    background-color: #eaeaea;
    padding: 13px;
    border-radius: 10px;
    font-weight: 500;
}
.about_aisect .inner .partner_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}
@media (min-width: 200px) and (max-width: 1300px) {
    .about_aisect .inner .partner_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.about_aisect .inner .partner_grid .sponsor-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 10px;
}
@media (min-width: 200px) and (max-width: 850px) {
    .about_aisect .inner .partner_grid .sponsor-card {
        flex-direction: column;
    }
}
.about_aisect .inner .partner_grid .sponsor-card .image-slider {
    position: relative;
    overflow: hidden;
    height: 270px;
    border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .about_aisect .inner .partner_grid .sponsor-card .image-slider {
        height: 300px;
    }
}
.about_aisect .inner .partner_grid .sponsor-card .image-slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}
.about_aisect .inner .partner_grid .sponsor-card .image-slider .slider-btn {
    position: absolute;
    bottom: 5px;
    transform: translateY(-50%);
    background-color: #003366;
    color: #fff;
    border: none;
    padding: 5px 13px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;
}
.about_aisect
    .inner
    .partner_grid
    .sponsor-card
    .image-slider
    .slider-btn.prev {
    left: 10px;
}
.about_aisect
    .inner
    .partner_grid
    .sponsor-card
    .image-slider
    .slider-btn.next {
    right: 10px;
}
.about_aisect .inner .partner_grid .sponsor-card .image-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
.about_aisect .inner .partner_grid .sponsor-card .sponsor-content {
    padding: 0 15px;
    text-align: left;
    align-content: center;
}
@media (min-width: 200px) and (max-width: 850px) {
    .about_aisect .inner .partner_grid .sponsor-card .sponsor-content {
        margin-top: 15px;
    }
}
.about_aisect
    .inner
    .partner_grid
    .sponsor-card
    .sponsor-content
    .sponsor-logo {
    width: 200px;
}
.about_aisect .inner .partner_grid .sponsor-card .sponsor-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}
.about_aisect .inner .partner_grid .sponsor-card .sponsor-content p {
    font-size: 12.5px;
    margin-bottom: 5px;
    color: #555;
    line-height: 1.5;
    text-align: justify;
    font-weight: 500;
}
.about_aisect .inner .partner_grid .sponsor-card .sponsor-content ul {
    list-style-type: disc;
    padding-left: 15px;
    color: #222;
    font-size: 12.5px;
    margin: 10px 0;
}
.about_aisect .inner .partner_grid .sponsor-card .sponsor-content ul li {
    padding: 8px 0;
}
.about_aisect
    .inner
    .partner_grid
    .sponsor-card
    .sponsor-content
    ul
    li::marker {
    color: #ff6b00;
}
.about_aisect .inner .co-sponsor-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    padding: 20px 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner .co-sponsor-logos {
        gap: 50px;
    }
}
.about_aisect .inner .co-sponsor-logos img {
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .about_aisect .inner .co-sponsor-logos img {
        width: 200px;
    }
}

.event_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 10px;
    max-width: 1600px;
    margin: 0 auto;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page {
        padding: 20px;
    }
}
.event_page .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
}
.event_page .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.event_page .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.event_page .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.event_page .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .main_heading {
        font-size: 30px;
    }
}
.event_page .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.event_page .events_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1600px;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .event_page .events_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .events_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.event_page .events_grid .event-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4.64px 31.16px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    /* Three-image collage */
    /* Card content */
}
.event_page .events_grid .event-card:hover {
    transform: translateY(-5px);
}
.event_page .events_grid .event-card .event-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.event_page .events_grid .event-card .event-card-title .event-card-title-image {
    width: 40px;
}
.event_page .events_grid .event-card .event-card-title .card-title {
    font-size: 23px;
    font-weight: 600;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .event-card-title .card-title {
        font-size: 16px;
    }
}
.event_page .events_grid .event-card .image-grid {
    display: flex;
    height: 250px;
    gap: 4px;
    overflow: hidden;
}
.event_page .events_grid .event-card .left-img,
.event_page .events_grid .event-card .right-imgs {
    flex: 1;
    overflow: hidden;
}
.event_page .events_grid .event-card .left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.event_page .events_grid .event-card .right-imgs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.event_page .events_grid .event-card .right-imgs img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.event_page .events_grid .event-card .card-b {
    padding: 20px;
    position: relative;
    height: 455px;
}
@media (min-width: 1000px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b {
        height: 420px;
    }
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .event_page .events_grid .event-card .card-b {
        height: 400px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .events_grid .event-card .card-b {
        height: 390px;
    }
}
.event_page .events_grid .event-card .card-b ul {
    color: #333;
    margin-bottom: 15px;
    padding-left: 22px;
}
.event_page .events_grid .event-card .card-b ul li {
    margin-bottom: 5px;
    list-style: disc;
    font-size: 14px;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b ul li {
        font-size: 12px;
    }
}
.event_page .events_grid .event-card .card-b ul li::marker {
    color: #ff6b00;
}
.event_page .events_grid .event-card .card-b ul span {
    font-size: 9px;
    color: #ff6b00;
    font-weight: bold;
}
.event_page .events_grid .event-card .card-b .highlight-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff6b00;
    position: relative;
    left: -20px;
    padding: 10px 20px 10px 30px;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b .highlight-title {
        font-size: 12px;
    }
}
.event_page .events_grid .event-card .card-b .theme {
    font-size: 16px;
    margin-bottom: 10px;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b .theme {
        font-size: 12px;
    }
}
.event_page .events_grid .event-card .card-b .theme strong {
    font-size: 16px;
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b .theme strong {
        font-size: 12px;
    }
}
.event_page .events_grid .event-card .card-b .btn_collection {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
}
.event_page .events_grid .event-card .card-b .btn {
    width: 100%;
    text-align: center;
    background-color: #ff6b00;
    font-family: "Salsa", cursive;
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin: 5px 0;
}
@media (min-width: 200px) and (max-width: 1450px) {
    .event_page .events_grid .event-card .card-b .btn {
        padding: 10px;
        font-size: 12px;
    }
}
.event_page .events_grid .event-card .card-b .btn:hover {
    background-color: #ff6b00;
}
.event_page .event_h {
    width: 100%;
    margin-top: 20px;
    font-size: 35px;
    font-weight: 500;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .event_h {
        font-size: 20px;
    }
}
.event_page .event_p {
    width: 100%;
    font-size: 16px;
    color: #444444;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .event_p {
        font-size: 14px;
    }
}
.event_page .event_theme_h {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.event_page .event_theme_h .title {
    font-size: 18px;
    color: #ffffff;
    background-color: #ff6b00;
    padding: 15px 25px;
    text-align: center;
    border-radius: 10px;
    margin: 0;
}
.event_page .event_theme_h img {
    width: 50px;
}
.event_page .img_section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    max-width: 1600px;
    margin: auto;
    margin-top: 20px;
}
.event_page .img_section img {
    width: 100%;
    height: 98%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.event_page .img_section .left {
    grid-row: span 2;
}
.event_page .img_section .right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .img_section .right {
        grid-template-rows: none;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .img_section {
        grid-template-columns: 1fr;
    }
}
.event_page .table_outter {
    width: 100%;
    padding: 30px;
    border-radius: 33.442px;
    border: 1.286px solid var(--Neutral-300, #eff0f6);
    background: var(--Neutral-100, #fff);
    box-shadow: 0 6.431px 18.007px 0 rgba(8, 15, 52, 0.04);
    overflow: auto;
    max-width: 1600px;
    margin: 10px auto;
    /* Container of "Show entries" */
    /* Dropdown styling */
    /* Info text below the table */
    /* Pagination buttons container */
    /* Pagination buttons */
}
@media (min-width: 1520px) and (max-width: 1660px) {
    .event_page .table_outter {
        max-width: 1500px;
    }
}
@media (min-width: 1400px) and (max-width: 1519px) {
    .event_page .table_outter {
        max-width: 1340px;
    }
}
@media (min-width: 1151px) and (max-width: 1399px) {
    .event_page .table_outter {
        max-width: 1255px;
    }
}
@media (min-width: 1000px) and (max-width: 1150px) {
    .event_page .table_outter {
        max-width: 1040px;
    }
}
@media (min-width: 800px) and (max-width: 999px) {
    .event_page .table_outter {
        max-width: 800px;
    }
}
@media (min-width: 500px) and (max-width: 799px) {
    .event_page .table_outter {
        max-width: 500px;
    }
}
@media (min-width: 380px) and (max-width: 499px) {
    .event_page .table_outter {
        max-width: 380px;
    }
}
@media (min-width: 200px) and (max-width: 370px) {
    .event_page .table_outter {
        max-width: 250px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .table_outter {
        font-size: 16px;
        padding: 10px;
    }
}
.event_page .table_outter .table_h {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .table_outter .table_h {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
    }
}
.event_page .table_outter .table_confrence {
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    border-radius: 10px;
    width: 100%;
    overflow: auto;
}
.event_page .table_outter .table_confrence .table > :not(caption) > * > * {
    padding: 20px;
    text-align: left;
    border-right-width: 1px;
    border-bottom-width: 0px;
    text-wrap-mode: nowrap;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .table_outter .table_confrence .table > :not(caption) > * > * {
        padding: 14px;
    }
}
.event_page .table_outter .table_confrence table thead tr th {
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .table_outter .table_confrence table thead tr th {
        font-size: 14px;
    }
}
.event_page .table_outter .table_confrence table tbody tr td .small_text {
    font-size: 14px;
}
.event_page .table_outter .table_confrence table tbody tr td .big_text {
    font-size: 15px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .event_page .table_outter .table_confrence table tbody tr td .big_text {
        font-size: 14px;
    }
}
.event_page .table_outter .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 200px) and (max-width: 600px) {
    .event_page .table_outter .bottom {
        flex-direction: column;
    }
}
.event_page .table_outter .dataTables_length {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.event_page .table_outter .dataTables_length {
    margin-top: 20px;
    padding-top: 0.25em;
}
.event_page .table_outter .dataTables_length select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-size: 14px;
}
.event_page .table_outter .dataTables_info {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}
.event_page .table_outter .dataTables_paginate {
    margin-top: 15px;
    text-align: right;
    /* right align */
}
@media (min-width: 200px) and (max-width: 600px) {
    .event_page .table_outter .dataTables_paginate {
        font-size: 10px;
        margin-bottom: 20px;
    }
}
.event_page .table_outter .dataTables_paginate .paginate_button {
    padding: 5px 12px;
    margin: 0 2px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}
.event_page .table_outter .dataTables_paginate .paginate_button:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.event_page
    .table_outter
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button:hover {
    background-color: #ff6b00 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px;
}
.event_page
    .table_outter
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.event_page
    .table_outter
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current:hover {
    background-color: #ff6b00 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px;
}
.is-hidden {
    display: none;
}

.thrust_areas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas {
        margin: 20px;
    }
}
.thrust_areas .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
}
.thrust_areas .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.thrust_areas .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.thrust_areas .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.thrust_areas .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas .main_heading {
        font-size: 30px;
    }
}
.thrust_areas .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.thrust_areas .inner {
    max-width: 1600px;
}
.thrust_areas .inner .heading_h {
    color: #ff6b00;
    font-size: 20px;
    font-weight: 600;
}
.thrust_areas .inner P {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas .inner P {
        font-size: 14px;
    }
}

.thrust_areas_inner {
    background: linear-gradient(
        180deg,
        rgba(242, 242, 242, 0.5) 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    padding: 50px;
}
@media (min-width: 200px) and (max-width: 599px) {
    .thrust_areas_inner {
        padding: 20px;
    }
}
.thrust_areas_inner .inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.thrust_areas_inner .inner .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
    width: 14%;
}
.thrust_areas_inner .inner .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.thrust_areas_inner .inner .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas_inner .inner .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas_inner .inner .heading {
        width: 30%;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .thrust_areas_inner .inner .heading {
        width: 40%;
    }
}
.thrust_areas_inner .inner .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.thrust_areas_inner .inner .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas_inner .inner .main_heading {
        font-size: 30px;
    }
}
.thrust_areas_inner .inner .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.thrust_areas_inner .inner .theme_cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .thrust_areas_inner .inner .theme_cards {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 1000px) {
    .thrust_areas_inner .inner .theme_cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .thrust_areas_inner .inner .theme_cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
.thrust_areas_inner .inner .theme_cards .t_card {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6b00;
    border-radius: 20px;
}
.thrust_areas_inner .inner .theme_cards .t_card span {
    width: 70px;
    height: 70px;
    background-color: #ff6b00;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thrust_areas_inner .inner .theme_cards .t_card span i {
    font-size: 25px;
}
.thrust_areas_inner .inner .slider_t {
    margin-top: 50px;
    max-width: 1400px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .thrust_areas_inner .inner .slider_t {
        margin-top: 30px;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .thrust_areas_inner .inner .slider_t {
        margin-top: 10px;
    }
}

.Commercialization {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px;
    gap: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization {
        margin: 20px;
    }
}
.Commercialization .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
}
.Commercialization .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.Commercialization .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.Commercialization .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.Commercialization .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .main_heading {
        font-size: 30px;
    }
}
.Commercialization .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.Commercialization .inner_c {
    background-color: rgba(235, 235, 235, 0.75);
    padding: 30px;
    border-radius: 20px;
}
.Commercialization .inner_c p {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .inner_c p {
        font-size: 14px;
    }
}
.Commercialization .table_confrence {
    font-family: "Inter", sans-serif;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 11px 0 rgba(1, 58, 55, 0.15);
    width: 100%;
    overflow: auto;
}
.Commercialization .table_confrence .table > :not(caption) > * > * {
    padding: 20px;
    text-align: left;
    border-right-width: 1px;
    border-bottom-width: 0px;
    text-wrap-mode: nowrap;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .table_confrence .table > :not(caption) > * > * {
        padding: 14px;
    }
}
.Commercialization .table_confrence table thead tr th {
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .table_confrence table thead tr th {
        font-size: 14px;
    }
}
.Commercialization .table_confrence table tbody tr td .small_text {
    font-size: 14px;
}
.Commercialization .table_confrence table tbody tr td .big_text {
    font-size: 15px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .Commercialization .table_confrence table tbody tr td .big_text {
        font-size: 14px;
    }
}

/* user manual start */
    .Commercialization .inner_c img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.Commercialization .inner_c p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
  .Commercialization .inner_c p {
    font-size: 14px;
  }
}
.Commercialization .inner_c p b span {
  color: #ff6b00;
}
.Commercialization .inner_c ul.mobile_v {
  font-size: 16px;
}
@media (min-width: 200px) and (max-width: 1000px) {
  .Commercialization .inner_c ul.mobile_v {
    font-size: 14px;
  }
}
.Commercialization .inner_c ul.progress_step {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.Commercialization .inner_c ul.progress_step li {
  padding: 20px 20px;
  font-size: 14px;
  background-color: #ff6b00;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  list-style-type: none;
  position: relative;
}
.Commercialization .inner_c ul.progress_step li::after {
  content: "→";
  position: absolute;
  color: #ff6b00;
  font-weight: 900;
  top: 20px;
  right: -36px;
}
@media (min-width: 200px) and (max-width: 1000px) {
  .Commercialization .inner_c ul.progress_step li::after {
    top: 62px;
    right: 50%;
    transform: rotate(90deg);
  }
}
.Commercialization .inner_c ul.progress_step li:last-child::after {
  content: "";
}
@media (min-width: 1000px) and (max-width: 1410px) {
  .Commercialization .inner_c ul.progress_step li {
    padding: 20px 10px;
    font-size: 13px;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .Commercialization .inner_c ul.progress_step li {
    width: 100%;
    font-size: 16px;
    padding: 15px;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .Commercialization .inner_c ul.progress_step {
    flex-direction: column;
  }
}
.Commercialization .inner_c .user_center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.Commercialization .inner_c .user_center a.usermanual {
  background-color: #ff6b00;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 15px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

/* user manual end */
/* Publication Section start */

.publications-section {
    max-width: 1800px;
    margin: 0 auto;
    padding: 60px 150px;
    /* Left image */
    /* Right content */
    /* Cards grid */
    /* Featured logos */
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .publications-section {
        padding: 60px 80px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .publications-section {
        padding: 60px 20px;
    }
}
.publications-section .pub-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: auto;
    flex-wrap: wrap;
}
.publications-section .pub-image {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.publications-section .pub-image::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 22px;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.75);
    z-index: 1;
    border-radius: 15px;
}
.publications-section .pub-image img {
    width: 470px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 15px;
}
.publications-section .pub-content {
    margin-left: 10px;
    flex: 1 1 400px;
}
.publications-section .pub-content .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 10px;
    width: 150px;
}
.publications-section .pub-content .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.publications-section .pub-content .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .publications-section .pub-content .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .publications-section .pub-content .heading {
        font-size: 14px;
        width: 120px;
    }
}
.publications-section .pub-content .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 6px;
    text-align: left;
}
.publications-section .pub-content .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .publications-section .pub-content .main_heading {
        font-size: 30px;
    }
}
.publications-section .pub-content .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    text-align: left;
}
.publications-section .pub-content .pub-intro {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}
.publications-section .pub-content .pub-intro span {
    color: #ff6b00;
    font-weight: 600;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .publications-section .pub-content .pub-intro {
        margin-bottom: 15px;
    }
}
.publications-section .pub-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .publications-section .pub-cards-grid {
        margin-bottom: 15px;
    }
}
.publications-section .pub-cards-grid .pub-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    font-size: 11px;
    margin: 10px 6px;
    list-style: disc;
}
.publications-section .pub-cards-grid .pub-card h4 {
    font-size: 16px;
    margin-bottom: 4px;
}
.publications-section .pub-cards-grid .pub-card .card-tag {
    font-size: 12px;
    color: #ee9224;
    font-weight: bold;
    margin: 10px 0;
}
.publications-section .pub-cards-grid .pub-card ul {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    padding-left: 12px;
}
.publications-section .pub-cards-grid .pub-card ul li {
    font-size: 11px;
    margin: 10px 6px;
    list-style: disc;
}
.publications-section .logo-content p {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    padding: 0rem 0rem 24px 0;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .publications-section .logo-content p {
        padding: 0rem 0rem 14px 0;
        margin: 0;
    }
}
.publications-section .featured-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 20px;
}
.publications-section .featured-logos img {
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1499px) and (min-width: 1200px) {
    .pub-content {
        margin-left: 20px;
    }
}
@media screen and (min-width: 1700px) {
    .pub-image {
        max-width: 470px;
    }
    .pub-subtitle {
        font-size: 25px;
    }
    .pub-content .pub-subheading .pub-subheading-img {
        width: 45px;
    }
    .pub-title {
        font-size: 37px;
    }
    .pub-tagline {
        font-size: 20px;
    }
    .pub-intro {
        font-size: 15px;
    }
    .pub-card h4 {
        font-size: 22px;
    }
    .card-tag,
    .pub-card ul {
        font-size: 14px;
    }
    .pub-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Responsive */
@media (max-width: 1024px) {
    .pub-container {
        flex-direction: column-reverse;
    }
    .pub-image,
    .pub-content {
        max-width: 100%;
    }
    .pub-image {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .pub-title {
        font-size: 22px;
    }
    .pub-intro {
        font-size: 13px;
    }
    .play-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .featured-logos {
        justify-content: center;
        gap: 12px;
    }
    .pub-image::before {
        top: -7px;
        left: 7px;
    }
}
.tab_s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: px auto;
    gap: 10px;
    padding: 60px 150px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .tab_s {
        padding: 60px 80px;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s {
        padding: 60px 20px;
    }
}
.tab_s .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 32.773px;
    background: #ffffff;
    box-shadow: 0 6.555px 18.025px 0 rgba(1, 58, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
}
.tab_s .heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-left: 10px;
}
.tab_s .heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff6b00;
    z-index: 1;
    margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.tab_s .main_heading {
    color: #333333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.tab_s .main_heading span {
    color: #ff6b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .main_heading {
        font-size: 30px;
    }
}
.tab_s .min_heading {
    color: #414047;
    text-align: center;
    font-family: Inter;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    margin-bottom: 10px;
}
.tab_s .inner p {
    font-size: 16px;
    text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .inner p {
        font-size: 14px;
    }
}
.tab_s .tab_t {
    width: 100%;
}
.tab_s .tab_t ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s .tab_t ul li {
        width: 100%;
    }
}
.tab_s .tab_t ul li button {
    background-color: #ffffff;
    color: rgba(51, 51, 51, 0.8);
    border: 1.5px solid #ff6b00;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}
.tab_s .tab_t ul li button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(255, 107, 0);
}
.tab_s .tab_t ul li button span i {
    font-size: 20px;
    color: #ffffff;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t ul li button span {
        display: none;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .tab_s .tab_t ul li button {
        font-size: 12px;
        padding: 10px;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s .tab_t ul li button {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t ul li button {
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }
}
.tab_s .tab_t ul li .active {
    background-color: #ffffff;
    color: #ff6b00;
    font-weight: 600;
}
.tab_s .tab_t .tab-content .tab-pane {
    /* Modal */
}
.tab_s .tab_t .tab-content .tab-pane .tab_inner_n {
    border-radius: 33.442px;
    border: 1.286px solid #eff0f6;
    box-shadow: 0 6.431px 18.007px 0 rgba(8, 15, 52, 0.04);
    padding: 30px 50px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t .tab-content .tab-pane .tab_inner_n {
        padding: 20px;
    }
}
.tab_s .tab_t .tab-content .tab-pane .tab_inner_n .t_heading_h {
    padding: 15px;
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    border-radius: 20px;
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s .tab_t .tab-content .tab-pane .tab_inner_n .t_heading_h {
        font-size: 20px;
        padding: 10px;
    }
}
.tab_s .tab_t .tab-content .tab-pane .tab_inner_n .card_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    row-gap: 40px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t .tab-content .tab-pane .tab_inner_n .card_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.tab_s .tab_t .tab-content .tab-pane .tab_inner_n .card_grid .card_g {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab_s .tab_t .tab-content .tab-pane .tab_inner_n .card_grid .card_g img {
    width: 320px;
    border-radius: 20px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .tab_s .tab_t .tab-content .tab-pane .tab_inner_n .card_grid .card_g img {
        width: 250px;
    }
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .tab_inner_n
    .card_grid
    .card_g
    .team_card_d {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .tab_inner_n
    .card_grid
    .card_g
    .team_card_d
    .icon {
    min-width: 50px;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #ff6b00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .icon {
        min-width: 40px;
        min-height: 40px;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .icon {
        min-width: 30px;
        min-height: 30px;
    }
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .tab_inner_n
    .card_grid
    .card_g
    .team_card_d
    .icon
    .inner {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    background-color: #ff6b00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .icon
        .inner {
        min-width: 30px;
        min-height: 30px;
        font-size: 12px;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .icon
        .inner {
        min-width: 20px;
        min-height: 20px;
        font-size: 12px;
    }
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .tab_inner_n
    .card_grid
    .card_g
    .team_card_d
    .icon
    .inner
    img {
    width: 20px;
    height: 20px;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .tab_inner_n
    .card_grid
    .card_g
    .team_card_d
    .text {
    width: 100%;
    background-color: #eaeaea;
    padding: 13px;
    border-radius: 10px;
    font-weight: 500;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .text {
        font-size: 14px;
        padding: 10px;
    }
}
@media (min-width: 200px) and (max-width: 599px) {
    .tab_s
        .tab_t
        .tab-content
        .tab-pane
        .tab_inner_n
        .card_grid
        .card_g
        .team_card_d
        .text {
        font-size: 12px;
        padding: 10px;
    }
}
.tab_s .tab_t .tab-content .tab-pane .gallery-wrapper {
    padding: 40px 80px;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t .tab-content .tab-pane .gallery-wrapper {
        padding: 10px;
    }
}
.tab_s .tab_t .tab-content .tab-pane .gallery-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-title h2 {
    font-size: 22px;
    font-weight: 600;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-title h2 span {
    color: #ff7b00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t .tab-content .tab-pane .gallery-title h2 {
        font-size: 14px;
    }
}
.tab_s .tab_t .tab-content .tab-pane .gallery-title .top-view-btn {
    background: #ff7b00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-title .top-view-btn:hover {
    background: #e76a00;
}
@media (min-width: 200px) and (max-width: 1000px) {
    .tab_s .tab_t .tab-content .tab-pane .gallery-title .top-view-btn {
        display: none;
    }
}
.tab_s .tab_t .tab-content .tab-pane .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 25px;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-container a {
    text-decoration: none;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-container a .gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tab_s .tab_t .tab-content .tab-pane .gallery-container a .gallery-card:hover {
    transform: translateY(-5px);
}
.tab_s .tab_t .tab-content .tab-pane .gallery-container a .gallery-card img {
    width: 100%;
    height: auto;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card
    .gallery-details {
    padding: 16px 20px;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card
    .gallery-details
    h4 {
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card
    .gallery-details
    p {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0px;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card
    .gallery-details
    button {
    background: #ff7b00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card
    .gallery-details
    button:hover {
    background: #e76a00;
}
.tab_s
    .tab_t
    .tab-content
    .tab-pane
    .gallery-container
    a
    .gallery-card.wide
    img {
    -o-object-fit: cover;
    object-fit: cover;
}
.tab_s .tab_t .tab-content .tab-pane .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}
.tab_s .tab_t .tab-content .tab-pane .modal .modal-content_G {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
}

/* --- Gallery Style --- */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-card img {
    width: 200px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-card img:hover {
    transform: scale(1.05);
}

/* --- Modal Style --- */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modal-content_G {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
}

/* --- Animations --- */
.modal.show {
    animation: fadeIn 0.4s forwards;
}

.modal.hide {
    animation: fadeOut 0.4s forwards;
}

.modal-content_G.zoom-in {
    opacity: 1;
    transform: scale(1);
}

.modal-content_G.zoom-out {
    opacity: 0;
    transform: scale(0.8);
}

@keyframes fadeIn {
    from {
        background: rgba(0, 0, 0, 0);
    }
    to {
        background: rgba(0, 0, 0, 0.85);
    }
}
@keyframes fadeOut {
    from {
        background: rgba(0, 0, 0, 0.85);
    }
    to {
        background: rgba(0, 0, 0, 0);
    }
}
.Glimpses-section {
    padding: 40px 5px 95px 65px;
    background-color: #fff;
}
@media (min-width: 1500px) and (max-width: 2000px) {
    .Glimpses-section {
        padding: 40px 5px 65px 65px;
    }
}
@media (min-width: 1301px) and (max-width: 1500px) {
    .Glimpses-section {
        padding: 40px 5px 20px 65px;
    }
}
@media (min-width: 200px) and (max-width: 1300px) {
    .Glimpses-section {
        padding: 20px;
    }
}

.Glimpses-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    background-color: #f1f1f1;
    padding-top: 20px;
    border-radius: 20px;
    margin-bottom: 150px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .Glimpses-container {
        margin-bottom: 180px;
    }
}
@media (min-width: 200px) and (max-width: 1300px) {
    .Glimpses-container {
        margin-bottom: 20px;
    }
}

.Glimpses-text {
    /* flex: 1 1 40%; */
    position: relative;
    width: 40%;
    padding: 55px 0 20px 50px;
}
@media (min-width: 200px) and (max-width: 1300px) {
    .Glimpses-text {
        width: 100%;
        padding: 60px 20px 20px 20px;
    }
}

.Glimpses-section .Glimpses-container .Glimpses-text .section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.Glimpses-section
    .Glimpses-container
    .Glimpses-text
    .section-header
    .section-subtitle {
    color: #ff6b00;
    font-size: 16px;
}

.Glimpses-section
    .Glimpses-container
    .Glimpses-text
    .section-header
    .section-header-img {
    width: 20px;
}

.Glimpses-text .section-title {
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
}

.Glimpses-text .hhh6 {
    color: #ff6b00;
    font-weight: 600;
    margin-bottom: 10px;
}

.Glimpses-section
    .Glimpses-container
    .Glimpses-text
    .Glimpses-text-para
    strong {
    color: #ff6b00;
}

.Glimpses-section .Glimpses-container .Glimpses-text .show-less {
    background-color: #ff6b00;
    font-size: 16px;
    border: none;
    border-radius: 0px 20px 20px 0px;
    color: #ffffff;
    padding: 10px 19px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
}

.Glimpses-text p {
    font-size: 16px;
    text-align: justify;
    color: #222;
    margin-bottom: 10px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .Glimpses-text p {
        font-size: 14px;
    }
}

.Glimpses-slider-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    margin-top: 50px;
    /* overflow: hidden; */
}
@media (min-width: 200px) and (max-width: 1300px) {
    .Glimpses-slider-wrapper {
        display: none;
    }
}

.Glimpses-slider {
    flex: 1 1 55%;
    position: relative;
    overflow: hidden;
}

.Glimpses-track {
    display: flex;
    transition: transform 1s ease-in-out;
    width: 100%;
    position: relative;
    gap: 10px;
}

.Glimpses-slide {
    flex: 0 0 33.333%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    position: relative;
    text-align: center;
    z-index: 0;
}

.Glimpses-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

.Glimpses-slide.exit-left {
    transform: translateX(-100%);
    opacity: 0;
    z-index: 1;
}

.Glimpses-slide img {
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .Glimpses-slide img {
        min-height: 500px;
    }
}

.Glimpses-slide h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.Glimpses-slide p {
    font-size: 1.6px;
    color: #444;
}

.Glimpses-controls {
    /* position: absolute; */
    bottom: 10px;
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 10px;
    justify-self: end;
    padding-right: 10px;
}
@media (min-width: 200px) and (max-width: 1300px) {
    .Glimpses-controls {
        display: none;
    }
}

.Glimpses-controls button {
    width: 70px;
    border: none;
}

.Glimpses-controls button img {
    width: 81%;
}

@media screen and (min-width: 1700px) {
    .Glimpses-section
        .Glimpses-container
        .Glimpses-text
        .section-header
        .section-subtitle {
        font-size: 25px;
    }
    .Glimpses-section
        .Glimpses-container
        .Glimpses-text
        .section-header
        .section-header-img {
        width: 37px;
    }
    .Glimpses-text .section-title {
        font-size: 37px;
    }
    .Glimpses-text p {
        line-height: 30px;
    }
    .Glimpses-controls button {
        font-size: 35px;
    }
    .Glimpses-slide img {
        min-height: 620px;
    }
    .Glimpses-slide h4 {
        font-size: 25px;
    }
    .Glimpses-slide p {
        font-size: 16px;
    }
    .Glimpses-text {
        width: 41%;
    }
}
@media (max-width: 768px) {
    .Glimpses-container {
        flex-direction: column;
    }
    .Glimpses-slider {
        width: 100%;
    }
    .Glimpses-slider-wrapper {
        position: static;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
    .Glimpses-text {
        position: relative;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .Glimpses-slide {
        flex: 0 0 100%;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
        position: relative;
        text-align: center;
        z-index: 0;
    }
    .Glimpses-section {
        padding: 20px 10px;
        background-color: #fff;
    }
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 25px;
    margin: 0px 65px;
    margin-bottom: 50px;
}
@media (min-width: 1301px) and (max-width: 1500px) {
    .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}
@media (min-width: 200px) and (max-width: 1300px) {
    .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        margin: 0 27px;
    }
}
.gallery-container a {
    text-decoration: none;
}
.gallery-container a .gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gallery-container a .gallery-card:hover {
    transform: translateY(-5px);
}
.gallery-container a .gallery-card img {
    width: 100%;
    height: auto;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.gallery-container a .gallery-card .gallery-details {
    padding: 16px 20px;
}
.gallery-container a .gallery-card .gallery-details h4 {
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.gallery-container a .gallery-card .gallery-details p {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0px;
}
.gallery-container a .gallery-card .gallery-details button {
    background: #ff7b00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.gallery-container a .gallery-card .gallery-details button:hover {
    background: #e76a00;
}
.gallery-container a .gallery-card.wide img {
    -o-object-fit: cover;
    object-fit: cover;
} /*# sourceMappingURL=style.css.map */

/* Disabled link */
a.disabled-link {
    pointer-events: none;
    color: gray !important;
    text-decoration: none;
    cursor: default;
}

/* Disabled link */
