body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

body {
  font-size: 14px;
  line-height: 1.625;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
.ff-header {
  font-family: "Sora", sans-serif !important;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: #0145DC;
  text-decoration: none;
}
a:hover {
  color: #D3302B;
  text-decoration: none;
}

.fs-custom-20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .fs-custom-20 {
    font-size: 16px;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #0145DC;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #1D1F21;
}

.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #A4D4F2;
  content: "/";
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #136CAA;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.header i:not(.text-dark), .header a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .header .dropdown a {
    color: #1D1F21 !important;
  }
}
.header .additional i, .header .additional a {
  color: #1D1F21 !important;
  text-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header .nav-link {
    color: #1D1F21 !important;
  }
}
.header .sub-link {
  color: #1D1F21 !important;
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 75px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .header .language {
    color: #1D1F21 !important;
  }
}
.header .active-language {
  color: #fff !important;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header.header-scrolled i:not(.bi), .header.header-scrolled i.mobile-nav-toggle, .header.header-scrolled a:not(.btn-primary) {
  color: #1D1F21 !important;
}
.header.header-scrolled .sub-link {
  color: #1D1F21 !important;
}
@media screen and (max-width: 768px) {
  .header.header-scrolled .dropdown a {
    color: #1D1F21 !important;
  }
}
.header.header-scrolled .additional i, .header.header-scrolled .additional a {
  color: #1D1F21 !important;
  text-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header.header-scrolled .nav-link {
    color: #1D1F21 !important;
  }
}
.header.header-scrolled .sub-link {
  color: #1D1F21 !important;
}
.header.header-scrolled .getstarted {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .header.header-scrolled .active-language {
    color: #fff !important;
  }
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  color: #0145DC;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #1D1F21;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #1D1F21;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  color: #0145DC;
}
.navbar .active {
  color: #0145DC;
  font-weight: 700;
}
.navbar .active:focus {
  color: #0145DC;
}
.navbar .getstarted {
  background-color: #000;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:focus {
  background-color: #000;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:focus:hover {
  color: #fff;
  background-color: #000;
}
.navbar .getstarted:hover {
  color: #fff;
  filter: brightness(0.95);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul li:hover > a {
  color: #0145DC;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: #0145DC;
}
.navbar .dropdown ul .active:hover {
  color: #0145DC;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .megamenu {
  position: static;
}
.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}
.navbar .megamenu ul li {
  flex: 1;
}
.navbar .megamenu ul li a {
  color: #1D1F21;
}
.navbar .megamenu ul li a:hover {
  color: #0145DC;
}
.navbar .megamenu ul li:hover > a {
  color: #1D1F21;
}
.navbar .megamenu ul li .active {
  color: #0145DC;
}
.navbar .megamenu ul li .active:hover {
  color: #0145DC;
}

.mobile-nav-toggle {
  color: #1D1F21;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
}
.navbar-mobile a:not(.getstarted):not(.btn-primary) {
  color: #1D1F21 !important;
}
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1D1F21;
}
.navbar-mobile a:hover {
  color: #0145DC;
}
.navbar-mobile .active {
  color: #0145DC;
}
.navbar-mobile li:hover > a {
  color: #0145DC;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul li:hover > a {
  color: #0145DC;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #0145DC;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #0145DC;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.dropdown-menu {
  max-height: 27vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}
.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #1D1F21;
}
.hero h2 {
  color: #1D1F21;
  margin: 15px 0 0 0;
  font-size: 26px;
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  transition: 0.5s;
  color: #fff;
  background-color: #000;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}

.header-contact {
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .header-contact {
    display: none;
  }
}
.header-contact i {
  font-size: 1.25rem;
}

.flag-css {
  width: 20px !important;
}

.active-language {
  background: #2342C0;
  border: none !important;
}

#main-header {
  height: 100vh;
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #main-header {
    height: 117vh;
  }
}
#main-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  object-fit: cover !important;
  z-index: 0;
}
#main-header .content {
  position: relative;
  z-index: 3 !important;
  height: 100vh;
}
#main-header .content .text {
  width: 100%;
}
@media (min-width: 768px) {
  #main-header .content .text {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #main-header .content {
    padding-top: 100px;
  }
}
#main-header.page-title {
  height: 70vh;
}
@media (max-width: 768px) {
  #main-header.page-title {
    height: 65vh;
  }
}
#main-header.page-title .content {
  height: 85vh;
}
@media (max-width: 768px) {
  #main-header.page-title .content {
    height: 65vh;
  }
}
#main-header.page-title .content .text {
  width: 100%;
}
@media (min-width: 768px) {
  #main-header.page-title .content .text {
    width: 100%;
  }
}
#main-header .title-hero {
  font-size: 3.35em;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  #main-header .title-hero {
    font-size: 2rem;
  }
}
#main-header .title-hero.page-title {
  color: #fff;
}
#main-header .title-hero-home {
  font-size: 3.5em;
  width: 65%;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  #main-header .title-hero-home {
    font-size: 2.75em;
    width: 100%;
  }
}
#main-header .title-hero-home.page-title {
  color: #fff;
}
@media (max-width: 768px) {
  #main-header .slogan-hero-home {
    padding-left: 1.5em;
  }
}
#main-header .sub-title-hero-home {
  font-size: 2em;
  width: 100%;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  #main-header .sub-title-hero-home {
    font-size: 1.5em;
    padding-left: 1em;
  }
}
#main-header .sub-title-hero-home.page-title {
  color: #fff;
}

.wrap-highlight-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 8px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-team-text {
  position: absolute;
  bottom: 0;
  line-height: 1.25;
  color: #FFFFFF;
}

.wrap-team-photo img {
  object-fit: cover;
}

.border-grey {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.text-highlight-section {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  color: #0145DC;
  font-weight: 600;
}

.box-img {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  transition: 0.05s all ease-in-out;
}
@media (max-width: 768px) {
  .box-img.small {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .box-img.small {
    height: 200px !important;
  }
}
.box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.05s ease-in-out;
}
.box-img:hover img {
  transform: scale(1.1);
}
.box-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(180deg, #FFF 0%, #0a43d4 100%);
  opacity: 75%;
  z-index: 1;
}
.box-img.base-no-gradient::before {
  display: none;
}
.box-img h3, .box-img .content, .box-img .logo-category {
  z-index: 3;
  position: relative;
  font-weight: 700;
}

#highlight-pra-registrasi {
  position: relative;
  height: 50vh;
  width: 100%;
}
@media (max-width: 768px) {
  #highlight-pra-registrasi {
    height: 75vh;
    text-align: start;
  }
}
#highlight-pra-registrasi img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#highlight-pra-registrasi .row {
  z-index: 3;
  position: relative;
}

.btn {
  border: 0;
  border-radius: 0 !important;
  padding: 16px 24px 16px 24px !important;
}
@media (max-width: 768px) {
  .btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.btn.btn-white {
  background: #fff;
  color: #0145DC;
  font-weight: 600;
}
.btn.btn-primary {
  transition: 0.5s;
  color: #fff;
  background-color: #000;
}
.btn.btn-primary span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.btn.btn-primary i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.btn.btn-secondary-white {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: #fff;
}
.btn.btn-secondary-white span {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.fs-xl {
  font-size: 2.5rem;
}

.title-section {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-section {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  #countdown ul {
    padding-left: 0 !important;
    margin-top: 1rem;
  }
}
#countdown ul li {
  list-style-type: none !important;
  font-weight: 500;
}
#countdown ul li span {
  font-size: 4rem !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  #countdown ul li span {
    font-size: 3rem !important;
  }
}
@media (max-width: 768px) {
  #countdown ul {
    display: flex;
    flex-wrap: wrap;
  }
  #countdown ul .days-li {
    width: 100%;
  }
  #countdown ul .days-li ~ li {
    width: 17.5%;
  }
}

#footer .logo {
  line-height: 0;
}
@media (max-width: 768px) {
  #footer .logo {
    margin-bottom: 1rem;
  }
}
#footer .logo img {
  max-height: 75px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
.h-100-custom {
  height: 100%;
}

.side_to_side_page {
  padding: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  background: #fff;
}
@media (max-width: 768px) {
  .side_to_side_page {
    height: 100%;
    flex-direction: column;
  }
}
.side_to_side_page .left_side {
  width: 60%;
  padding: 5rem 4rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .side_to_side_page .left_side {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .side_to_side_page .left_side {
    width: 100%;
    order: 1;
    padding: 2rem;
  }
}
.side_to_side_page .right_side {
  width: 40%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2rem;
}
@media (max-width: 768px) {
  .side_to_side_page .right_side {
    width: 100%;
    height: 50vh;
    padding: 2rem;
  }
}
.side_to_side_page .right_side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  object-fit: cover !important;
  z-index: 0;
}
.side_to_side_page .right_side .content {
  position: relative;
  z-index: 3 !important;
  height: 100vh;
}

.text-primary {
  color: #0145DC !important;
}

.navbar-mobile #menu-mobile {
  display: unset;
  height: 90%;
}

.modal .modal-dialog {
  position: fixed;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog {
    width: 95%;
    min-height: 300px;
    bottom: 0;
  }
  .modal .modal-dialog .modal-content {
    min-height: 300px;
  }
}

.desktop {
  display: unset;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .row.desktop {
    display: flex;
  }
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: unset;
  }
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: 0.5;
}

.body-bg-glass {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* Dark theme */
  /* Animation */
}

.body-bg-glass .loading-main {
  padding: 1.5em 0;
}

.body-bg-glass .ip {
  width: 16em;
  height: 8em;
}

.body-bg-glass .ip__track {
  stroke: hsl(var(--hue), 90%, 90%);
  transition: stroke var(--trans-dur);
}

.body-bg-glass .ip__worm1,
.body-bg-glass .ip__worm2 {
  animation: worm1 2s linear infinite;
}

.body-bg-glass .ip__worm2 {
  animation-name: worm2;
}

@media (prefers-color-scheme: dark) {
  .body-bg-glass :root {
    --bg: hsl(var(--hue),90%,5%);
    --fg: hsl(var(--hue),90%,95%);
  }
  .body-bg-glass .ip__track {
    stroke: hsl(var(--hue), 90%, 15%);
  }
}
@keyframes worm1 {
  from {
    stroke-dashoffset: 0;
  }
  50% {
    animation-timing-function: steps(1);
    stroke-dashoffset: -358;
  }
  50.01% {
    animation-timing-function: linear;
    stroke-dashoffset: 358;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes worm2 {
  from {
    stroke-dashoffset: 358;
  }
  50% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -358;
  }
}
.text-white * {
  color: #fff;
}

.custom-sticky-sidebar .list-group-item-action {
  border: none;
  background-color: unset;
}

.custom-sticky-sidebar a,
.custom-sticky-sidebar .list-group-item.active {
  padding: 0;
  margin-bottom: 1em;
}

.custom-sticky-sidebar .list-group-item {
  color: #666;
}

.custom-sticky-sidebar .list-group-item.active {
  font-weight: 700;
}

.custom-sticky-sidebar .list-group-item-action.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-radius: 99rem;
  left: 0;
  width: 30px;
  height: 1px;
  border: 1px solid #2342C0;
}

.sticky-sidebar {
  position: -webkit-sticky; /* Untuk browser Safari */
  position: sticky;
  top: 150px; /* Atur jarak dari bagian atas halaman */
}

.wrap-share-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border-radius: 50%;
}
.wrap-share-icon i {
  color: #FFFFFF;
  font-size: 1em;
}

.custom_btn_outline_primary {
  border: 1px solid #dee2e6;
  background-color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding: 6px 24px;
}

.accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.1);
}

.hover-border-primary {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hover-border-primary:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0145DC, #D3302B) border-box;
  border: 1px solid transparent;
}
.hover-border-primary.bg-img {
  position: relative;
  overflow: hidden;
}
.hover-border-primary.bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hover-border-primary.bg-img.h-280 {
  height: 280px;
}
@media (max-width: 768px) {
  .hover-border-primary.bg-img.h-280 {
    height: 175px;
  }
}
.hover-border-primary.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover-border-primary.bg-img h5 {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.text-icon-flex {
  display: flex;
}
.text-icon-flex .icon {
  background: #D3302B;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent-icon-img {
  width: 50px;
  height: 50px;
  background: #EEEEEE;
}
.parent-icon-img .icon-img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .parent-icon-img .icon-img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .card-icon-img {
    display: flex;
    align-items: center;
  }
}

table {
  width: 100%; /* Optional, ensures the table fills the container */
  margin-bottom: 0; /* Remove default bottom margin */
  border-collapse: collapse; /* Collapse borders for seamless appearance */
}

th,
td {
  padding: 0.5rem; /* Set padding for cells */
  vertical-align: top; /* Vertically align content within cells */
  border: 1px solid #dee2e6; /* Add borders to cells */
}

thead th {
  color: #495057; /* Set text color for table headers */
  background-color: #e9ecef; /* Set background color for table headers */
  border-bottom: 2px solid #dee2e6; /* Thicker border for bottom of headers */
}

.col-5-max {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col-5-max {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 576px) {
  .col-5-max {
    grid-template-columns: 1fr;
  }
}

.col-7-max {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col-7-max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .col-7-max {
    grid-template-columns: 1fr;
  }
}

.col-9-max {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col-9-max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .col-9-max {
    grid-template-columns: 1fr;
  }
}

.text-label-custom {
  font-size: 56px;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .text-label-custom {
    font-size: 32px;
  }
}
.text-label-custom strong {
  background: linear-gradient(to right, #0145DC, #D3302B);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.marquee_container {
  position: relative;
  overflow: hidden;
}

.marquee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1%;
  width: 102%;
  height: fit-content;
  display: flex;
  gap: 60px;
  overflow: hidden;
}

.marquee_group {
  display: flex;
  flex-shrink: 0;
  gap: 45px;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  animation: scroll 15s linear infinite;
}

.marquee span {
  font-size: 9vw;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  background: linear-gradient(to right, #0145DC, #D3302B);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 60px));
  }
}
.blobs {
  height: 30vh;
  position: relative;
}
@media (max-width: 768px) {
  .blobs {
    height: 5vh;
  }
}

.square-item {
  width: 1.5em;
  height: 1.5em;
  background: linear-gradient(to right, #0145DC, #D3302B);
}

.no-overflow {
  overflow: unset;
}

.overflow-scroll-section {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .overflow-scroll-section.mobile-no-overflow {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}
.overflow-scroll-section::-webkit-scrollbar {
  display: none;
}

.box-media {
  width: 350px;
  height: 400px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .box-media {
    height: auto;
  }
}
.box-media .img {
  width: 350px;
  height: 200px;
  position: relative;
}
.box-media .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-5-custom {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  .ps-5-custom {
    padding: 1em;
  }
}

.heading-main {
  font-size: 2em;
  font-weight: 600;
  font-size: "Inter", sans-serif !important;
}

.ck-section strong {
  font-weight: 700;
}
.ck-section img {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px !important;
  }
}
.icon-share {
  background: #222222;
  width: 35px;
  height: 35px;
  margin-right: 6px;
  border-radius: 50%;
}

.img-race-expo-1 {
  width: 100%;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img-race-expo-1 {
    height: 160px;
    margin-bottom: 1em;
  }
}
.img-race-expo-1 img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #scroll-mobile {
    background: #fff;
    z-index: 99 !important;
  }
  .list-group.custom-sticky-sidebar {
    display: flex;
    white-space: nowrap;
    overflow-y: scroll !important;
    flex-direction: row;
  }
  .list-group.custom-sticky-sidebar::-webkit-scrollbar {
    display: none;
  }
  .list-group.custom-sticky-sidebar .list-group-item {
    margin-right: 2em;
  }
}
.heading-font {
  font-family: "Sora", sans-serif;
}

.embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*# sourceMappingURL=styles.css.map */
