@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  font-family: "Ubuntu", sans-serif;
}

.f-regular {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-bold {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-light {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-medium {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-semibold {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-extrabold {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.howitwork-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-bottom: 2rem;
}
.howitwork-col {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  position: relative;
}
.howitwork-divider {
  width: 1px;
  background: #e0e0e0;
  margin: 0 0.5rem;
  height: auto;
  min-height: 180px;
  align-self: stretch;
}
.howitwork-divider-horizontal {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 0 auto;
}
.howitwork-row .howitwork-divider-horizontal:last-of-type {
  display: none;
}
.howitwork-divider-vertical {
  width: 60px;
  height: 2px;
  background: #e0e0e0;
  align-self: center;
  margin: auto 1.5rem;
  margin-top: 48px;
  margin-bottom: 48px;
  border-radius: 1px;
  display: block;
}
.howitwork-divider-absolute {
  position: absolute;
  right: -30px;
  top: 38px;
  width: 60px;
  height: 2px;
  background: #e0e0e0;
  border-radius: 1px;
  z-index: 10;
  display: block;
}
.howitwork-col:last-child .howitwork-divider-absolute {
  display: none;
}
@media (max-width: 1024px) {
  .howitwork-divider-absolute {
    width: 36px;
    right: -18px;
  }
}
@media (max-width: 768px) {
  .howitwork-row {
    flex-direction: column;
    gap: 2rem;
  }
  .howitwork-divider {
    display: none !important;
  }
  .howitwork-col {
    padding: 0 0.5rem;
  }
  .howitwork-divider-vertical {
    display: none;
  }
  .howitwork-divider-absolute {
    display: none;
  }
}

@media (max-width: 768px) {
  .rounded-4xl {
    border-radius: 1.5rem;
  }
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* MNT CSS START */
.csm-slider-video-cont-1::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(37, 1, 106, 1);
  mix-blend-mode: color;
}
.csm-slider-video-cont-1::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(37, 1, 106, 0.6);
}
.csm-slider-video-cont-2 video{
  object-position: 0% 55%;
}
.csm-slider-video-cont-2::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(37, 1, 106, 0.7);
}
.csm-button-shadow-1{
  box-shadow: inset 8px 8px 5px 0px rgba(47,12,88,0.79);
  transition: all .3s ease;
}
.csm-button-shadow-1:hover{
  box-shadow: inset -8px -8px 5px 0px rgba(47,12,88,0.79);
}
.csm-button-shadow-2{
  box-shadow: inset 8px 8px 5px 0px rgba(213, 195, 234, 0.79);
  transition: all 0.3s ease;
}
.csm-button-shadow-2:hover{
  box-shadow: inset -8px -8px 5px 0px rgba(213, 195, 234, 0.79);
  transition: all 0.3s ease;
}
button, a{
  cursor: pointer;
}
.csm-gradient-bg-1{
  background: linear-gradient(180deg,rgba(217, 58, 132, 1) 0%, rgba(196, 0, 252, 1) 50%, rgba(125, 0, 250, 1) 100%);
}
.csm-shadow-1{
  box-shadow: 0px 3px 8px 0px rgba(37,1,105,0.95);
}
@layer utilities {
  @keyframes pulse-size {
    0%, 100% {
      width: 10px;
      height: 10px;
    }
    50% {
      width: 14px;
      height: 14px;
    }
  }

  .animate-pulse-size {
    animation: pulse-size 1.5s ease-in-out infinite;
  }

  .animation-delay-0 {
    animation-delay: 0ms;
  }

  .animation-delay-200 {
    animation-delay: 300ms;
  }

  .animation-delay-400 {
    animation-delay: 600ms;
  }
}
.csm-button-shadow-3{
  box-shadow: inset 8px 8px 5px 0px rgba(35,9,85,0.79);
  transition: all .3s ease;
}
.csm-button-shadow-3:hover{
  box-shadow: inset -8px -8px 5px 0px rgba(35,9,85,0.79);
}
.csm-main-header-menu-1 .csmmhm1-link-1{
  display: inline-block;
  position: relative;
}
.csm-main-header-menu-1 .csmmhm1-link-1.active::after{
  content: '';
  height: 5px;
  width: 90%;
  border-radius: 10px;
  background: #D93A84;
  background: linear-gradient(90deg,rgba(217, 58, 132, 1) 0%, rgba(196, 0, 252, 1) 50%, rgba(125, 0, 250, 1) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: -6px;
}
.csm-inner-section-1{
  position: relative;
  margin-top: -124px;
  min-height: 100vh;
}
.csm-video-container-1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.csm-video-container-1::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg,rgba(217, 58, 132, 0.4) 0%, rgba(196, 0, 252, 0.4) 50%, rgba(125, 0, 250, 0.4) 100%);
  z-index: 2;
}
.csm-video-container-1 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.csm-video-content-1 {
  position: relative;
  z-index: 3;
  padding-top: 124px;
}
.csm-swiper-content-box-1{
  margin-bottom: 40px;
}
.csm-swiper-content-box-1 .csmscb1-text-1{
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.csm-swiper-content-box-1 .csmscb1-text-2{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.csm-swiper-dots-1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.csm-swiper-dots-1 .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  background: #180046;
  border: 1px solid #180046;
  opacity: 1;
}
.csm-swiper-dots-1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: linear-gradient(45deg,rgba(217, 58, 132, 1) 0%, rgba(196, 0, 252, 1) 50%, rgba(125, 0, 250, 1) 100%);
}
.csm-inner-section-2{
  position: relative;
  margin-top: -124px;
  padding-top: 124px;
  min-height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.csm-price-box-1{
  position: relative;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  padding: 40px 15px 30px;
  min-height: 480px;
}
.csm-price-box-1 .csmpb1-image-1{
  text-align: center;
  margin-bottom: 15px;
}
.csm-price-box-1 .csmpb1-head-1{
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.csm-price-box-1 .csmpb1-desc-1{
  max-width: 250px;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFFFFF;
}
.csm-price-box-1 .csmpb1-desc-2{
  text-align: center;
  font-size: 46px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.csm-price-box-1 .csmpb1-desc-2 sub{
  font-size: 13px;
  font-weight: 500;
  bottom: 0;
}
.csm-price-box-1 .csmpb1-list-div-1{
  min-height: 110px;
  margin-bottom: 30px;
}
.csm-price-box-1 .csmpb1-list-div-1 ul li{
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.csm-price-box-1 .csmpb1-list-div-1 ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/circle-check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.csm-price-box-1 .csmpb1-badge-div-1{
  min-height: 35px;
  position: relative;
  margin-bottom: 10px;
}
.csm-price-box-1 .csmpb1-badge-1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  min-width: 118px;
  background: #D93A84;
  background: linear-gradient(45deg, rgba(217, 58, 132, 1) 0%, rgba(196, 0, 252, 1) 40%, rgba(125, 0, 250, 1) 80%);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  border-radius: 100px 8px 0px 100px;
  position: absolute;
  right: -32px;
  top: 0px;
}
.csm-price-box-1 .csmpb1-badge-1::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 18px;
  height: 18px;
  background-image: url('/assets/images/triangle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.csm-price-row-1 .csmpr1-col-2 .csm-price-box-1{
  border-width: 2px;
}
.csm-blog-box-1{
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  padding: 5px;
  min-height: 290px;
}
.csm-blog-box-1 .csmbb1-text-1{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.csm-blog-box-1 .csmbb1-text-2{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.csm-blog-box-1 .csmbb1-text-3{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.csm-back-btn-1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.csm-blog-detail-info-1{
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.csm-blog-detail-info-1 h1, .csm-blog-detail-info-1 h2, .csm-blog-detail-info-1 h3, .csm-blog-detail-info-1 h4, .csm-blog-detail-info-1 h5, .csm-blog-detail-info-1 h6{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.csm-blog-detail-info-1 p{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
}
.csm-blog-detail-info-1 span{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}
.csm-blog-detail-info-1::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 10px;
}
.csm-blog-content-1 p{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
}
.csm-blog-content-1 h1, .csm-blog-content-1 h2, .csm-blog-content-1 h3, .csm-blog-content-1 h4, .csm-blog-content-1 h5, .csm-blog-content-1 h6{
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
.jsAccItemCont1 {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.jsAccItemCont1.open {
  max-height: 1000px;
}
.csm-global-content-1 h1, .csm-global-content-1 h2, .csm-global-content-1 h3, .csm-global-content-1 h4, .csm-global-content-1 h5, .csm-global-content-1 h6{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
.csm-global-content-1 p{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
}
.csm-acc-m-d-1 .csmamd1-item-1{
  margin-bottom: 15px;
  position: relative;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 12px;
  border: 0.3px solid #FFFFFF;
}
.csm-acc-m-d-1 .csmamd1-head-1{
  cursor: pointer;
  position: relative;
  padding: 20px 45px 20px 15px;
}
.csm-acc-m-d-1 .jsAccItemCont1 .csm-global-content-1{
  padding: 5px 15px 5px;
}
.csm-acc-m-d-1 .csmamd1-head-1::after{
  content: '';
  width: 21px;
  height: 12px;
  background-image: url('/assets/images/arrow-down-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 26px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s ease;
}
.csm-acc-m-d-1 .csmamd1-head-1.active::after{
  transform: rotate(180deg);
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .csm-inner-section-2{
    min-height: 85vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .csm-inner-section-2{
    min-height: 85vh;
  }
}

@media (max-width: 767px){
  .csm-inner-section-2{
    padding-top: 90px;
  }
}
.pricing-button:hover {
  box-shadow: 0px 3px 8px 0px rgba(37,1,105,0.95) !important;
}

/* MNT CSS END */