body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.navbar-brand > img {
  max-height: none;
  max-width: none;
  height: 50px;
  margin-left: -5px;
}

@media (max-width: 600px) {
  .navbar-brand > img {
    height: 35px;
    margin-left: 0;
  }
}

#header {
  z-index: 999 !important;
}

#header,
header.main-nav {
  /* background-color: #f5fbff; */
}

nav.navbar-light a.nav-link:not(.active):not(:hover) {
  color: #3b3838;
  font-weight: 500;
}

.main-slider {
  height: calc(100vh - 119px);
  padding: 0;
  margin: 0;
}

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

.carousel-inner_ {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  /* justify-content: center;
  align-items: center; */
  gap: 15px;
}

.carousel-item_ {
  flex: 0 0 auto;
  /* Adjust width as needed */
  width: 50%;
  height: calc(100vh - 150px);
  margin-top: 15px;
  /* background-color: red; */
  border-radius: 15px;
  overflow: hidden;
}

.carousel-item_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-button_ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.carousel-button_.prev_ {
  left: 10px;
}

.carousel-button_.next_ {
  right: 10px;
}

#loom-companion-mv3 {
  display: none;
}

.padding-desktop {
  padding-left: 50px;
  padding-right: 70px;
}

@media (max-width: 600px) {
  .padding-desktop {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
  z-index: 4;
  transition: all 0.5s;
}

.absolute-full {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-index-5 {
  z-index: 5;
}

.bottom-40 {
  bottom: 100px;
}

.car-border-bottom {
  height: 0.5px;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: all 0.5s;
}

.card-slide-text {
  /* font-style: italic; */
  font-weight: 300;
  line-height: 1.5;
  transition: all 0.5s;
  opacity: 0;
  font-size: 23px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-item_ img,
.carousel-item_ span {
  transition: all 0.5s;
}

.carousel-item_:hover {
  overflow: hidden;
}

.carousel-item_:hover .card-slide-text,
.carousel-item_:hover .car-border-bottom {
  opacity: 1;
}

.overlay-full {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.carousel-item_:hover img {
  /* transform: scale(1.05); */
}

.text-comright {
  color: #94d6f3;
}

.content-wrapper {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

.content-aside {
  width: 45%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #96d9f7;
  z-index: 999;
  padding: 25px 70px;
  border-top-right-radius: 50px;
}

.content-aside.service {
  width: 37%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #96d9f7;
  z-index: 999;
  padding: 25px 70px;
  border-top-right-radius: 50px;
}

.menu-list-container ul > li > button {
  color: #01417d;
  font-size: clamp(0.8125rem, 0.746479rem + 0.211268vw, 1rem);
  line-height: 1.6;
  margin-bottom: 10px;
  transition: 0.3s ease-out;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
  text-align: left;
}

.menu-list-container ul > li > button.active,
.menu-list-container ul > li > button:hover {
  color: #000000b2;
  font-weight: 700;
}

.sticky-menu-list {
  position: fixed;
  inset: 50% auto auto 0px;
  transform: translateY(-50%);
  left: 50px;
  width: 230px;
}

.title-bar {
  display: flex;
  position: absolute;
  inset: auto auto 0px 0px;
  padding-bottom: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
}

.title-bar-bar {
  flex: 1 1 auto;
  position: relative;
}

.title-bar-bar::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #01417d;
}

.title-bar-text {
  font-size: clamp(0.8125rem, 0.702465rem + 0.352113vw, 1.125rem);
  flex: 0 0 auto;
  margin-right: 14px;
  font-weight: 700;
  color: #01417d;
}

.content-main {
  padding-left: 45%;
}

.content-main.service-main {
  padding-left: 37%;
}

.main-content-item {
  height: 85vh;
  position: relative;
}

.main-content-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-content-item-text {
  left: -250px;
  display: flex;
  justify-content: space-between;
}

.left-content {
  width: 300px;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 9999;
  left: -320px;
}

.right-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  left: 60px;
  color: #fff;
  text-shadow: #3b3838;
}

.home-section .left-content,
.home-section .right-content {
  z-index: 998;
}

.left-content h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.text-com-blue {
    color: #01417D;
}

.bg-comright {
    background-color: #33628D;
}

.right-content h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.announcement-img-container {
  width: 100%;
  height: 300px;
  background-color: #94d6f3;
}

.announcement-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-comright {
  color: #5ca6c9;
}

.announcement-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 35px;
}

.text-primary {
  color: rgb(137 55 151) !important;
}

@media (max-width: 600px) {
  .announcement-img-container {
    margin-bottom: 30px;
  }
}

.w-50p {
  width: 50%;
}

.sticky-menu-list li {
  display: block;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.6;
}

/* .left-content {
    left: -20px;
    color: #fff;
  } */

@media (min-width: 1444px) {
  .content-main {
    padding-left: 36.5%;
  }

  .content-aside {
    width: 36.5%;
  }
}

@media (max-width: 1282px) {
  .content-main {
    padding-left: 0;
  }

  .content-main.service-main {
    padding-left: 0;
  }

  .content-aside {
    display: none;
  }

  .right-content {
    display: flex;
    flex: 1;
    /* flex-direction: column; */
    width: 350px;
    position: relative;
    top: auto;
    transform: none;
    z-index: 9999;
    left: 0px;
    color: #fff;
    text-shadow: #3b3838;
  }

  .left-content {
    width: 300px;
    position: relative;
    top: auto;
    transform: none;
    z-index: 9999;
    left: 0;
  }

  .main-content-item-text {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-content-item {
    height: 100vh;
    position: relative;
  }

  .main-content-item-text {
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .left-content {
    left: -20px;
    color: #fff;
  }
}

.slite-para {
  padding-top: 25px;
}

.slide-title,
.slite-para {
  width: 500px;
}

@media (max-width: 768px) {
  .carousel-item_ {
    width: 40.3%;
  }

  .sticky-menu-list_ {
    display: none;
  }

  .mobile-btn-feedback {
    position: absolute;
    bottom: 50px;
    left: 25px;
  }

  .content-main.service-main {
    padding-left: 0;
  }
}

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

  .carousel-item_ {
    width: 90%;
  }

  .w-50p {
    width: 80%;
  }

  .slide-title,
  .slite-para {
    width: 100%;
  }
}

sticky-menu-list_ {
  /* position: absolute;
  left: 70px; */
  /* top: 50%; */
  /* transform: translateY(-50%, -50%); */
}

.menu-list-container {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%, -50%);
}

.navbar-brand > img {
  height: 45px;
}

.cur-count {
  height: 100%;
  background-image: linear-gradient(
    209.21deg,
    rgb(96, 3, 139) 13.57%,
    rgb(26, 172, 204) 98.38%
  ) !important;
}

.cur-count {
  height: 100%;
  background-image: linear-gradient(
    209.21deg,
    rgb(96, 3, 139) 13.57%,
    rgb(26, 172, 204) 98.38%
  ) !important;
}

.total-counter-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.total-count {
  background-color: #ebf3ff;
  height: 10px;
  flex-grow: 1;
  margin-right: 10px;
}

.avg {
  width: 30px;
  height: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  background-image: linear-gradient(
    209.21deg,
    rgb(96, 3, 139) 13.57%,
    rgb(26, 172, 204) 98.38%
  ) !important;
  margin-right: 10px;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.q-answers {
  border: 0.5px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
  padding: 3px 10px;
}

input[type='radio']:checked + span {
  color: #fff;
  background: #8156a1;
  padding: 3px;
  border-radius: 3px;
}

.sticky-menu-list_ li {
  list-style: none !important;
}

.color-footer {
  color: rgb(178, 178, 178) !important;
}

.color-footer-bg {
  background-color: rgb(178, 178, 178) !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) #aaaaaa !important;
}

footer#footer {
  position: relative;
  z-index: 9999 !important;
}

footer p,
footer a {
  font-weight: 300 !important;
}

.facts .num-container {
  width: 140px;
  height: 140px;
  color: #FF9D33;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #FF9D33;
}

.num-container h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin-bottom: 0;
}

.fact-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.flex-column {
  flex-direction: column;
}
