body, html {
    font-family: 'Sora', sans-serif;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
:root {
    --cs-dark: #21204D;
    --cs-accent: #D7F0FF;
    --cs-primary: #FF457A;
    --cs-white: #fff; 
    --cs-secondary: #FFEAEA;
    --cs-alter: #F1E9FF;
    --space-unit: 1.25em;
    --space-sm: calc(0.75 * var(--space-unit));
    --space-md: calc(1.25 * var(--space-unit));
}
.custom_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 5;
    background-color: #FFF5F5;
}
.banner__pink {
    background-color: var(--cs-primary);
    padding: .875rem;
    color: var(--cs-white);
    font-weight: 400;
    position: fixed;
    z-index: 4;
    left: 0;
    right: 0;
}

.custom_nav .nav-item .nav-link {
    color: var(--cs-dark);
    font-size: .875rem;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
}
.custom_nav .nav-item + .nav-item {
    margin-top: 1rem;
}
.navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
.custom_nav .nav-item .nav-link:active {
    color: var(--cs-primary);
}
.header_banner_home {
    background-color: #FFF5F5;
    padding-top: 170px;
}
.header--title {
    color: var(--cs-dark);
    line-height: 125%;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    position: relative;
}
.title--text {
    color: var(--cs-dark);
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    
}

.about__content p{
    color: var(--cs-dark);
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    margin: 1rem 0 0 0;
    
}

.primaryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    color: var(--cs-white);
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
    background-color: var(--cs-primary);
    text-decoration: none;
    border: 1px solid transparent;
}
.primaryBtn:active {
    background-color: #ec3166;
}
.borderBtn {
    background-color: #fff5f5;
    border-color: var(--cs-primary);
    color: var(--cs-primary);
}
.star_1 {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.star_2 {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.star_2 svg {
    width: 60px;
    height: auto;
}
.star_3 {
    position: absolute;
    display: inline-block;
    bottom: -35px;
    left: 0px;
}
.star_4 {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
.star_5 {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 10px;
}
.star_6 {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 45%;
}
.star_7 {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
}
.trusted_section {
    padding: 40px 0px;
    background-color: #FFE8E9;
}
.trusted_title {
    color: var(--cs-dark);
    margin: 0;
    font-weight: 400;
    line-height: 160%;
    font-size: 1rem;
}
.logo_client {
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #fff;
    border: 1px solid var(--cs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .65rem;
    margin: 8px 0px;
    height: 180px;
}

.why_case--img img {
  
    border-radius: 15px;
}

.partner-slider-block .slick-slide {
    text-align: center;
}
.partner-slider-block .slick-track {
    display: flex;
    align-items: center;
}
.borderBtn:active {
    background-color: var(--cs-white);
}
.bg--FFFBF9 {
    background-color: #FFFBF9;
}
.head__space {
    padding: 3rem 0rem;
}
.display--title--two {
    margin: 0;
    line-height: 125%;
    color: var(--cs-dark);
    font-weight: 700;
    font-size: 1.5rem;
}
.display--title--three {
    margin: 0;
    line-height: 125%;
    color: var(--cs-dark);
    font-weight: 700;
    font-size: 1.25rem;
}
.cl-alter {
    background-color: var(--cs-alter);
}
.video-js .vjs-control-bar {
    background: transparent;
    justify-content: flex-end;
}
.video-js .vjs-control-bar > * {
    display: none;
}
.video-js .vjs-control-bar > button.vjs-fullscreen-control.vjs-control.vjs-button {
    display: block;
    background: var(--cs-primary);
    width: 38px;
    line-height: 0;
}
.video-js .vjs-tech {
    object-fit: cover;
}
.browser-frame {
    position: relative;
    overflow: hidden;
    width: 320px;
    margin: 0 auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.browser-frame .browser-frame-img {
    width: 320px;
    height: 240px;
}
.browser-frame .video-js {
    position: absolute;
    width: 318px;
    height: 220px;
    max-width: 100%;
    bottom: 1px;
    left: 1px;
    overflow: hidden;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.video-js .vjs-big-play-button {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.vjs-paused.vjs-user-active .vjs-big-play-button {
    display: block;
}
.vjs-playing.vjs-user-active .vjs-big-play-button {
    display: block;
}
.vjs-paused.vjs-user-active .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
}
.vjs-playing.vjs-user-active .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f103";
}
.cl--secondary {
    background-color: var(--cs-secondary);
}
.cl-FFE9F5 {
    background-color: #FFE9F5;
}
.cl--D7F0FF {
    background-color: var(--cs-accent);
}
.case_element {
    height: 300px;
    overflow: hidden;
}
.case_element > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case_studyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cs-primary);
    color: var(--cs-white);
    text-decoration: none;
    padding: .875rem 2.25rem;
    border-radius: 4px;
    font-size: .875rem;
}
.case_studyBtn:active {
    background-color: #ec3166;
    text-decoration: none;
    color: var(--cs-white);
}
ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    position: relative;
    top: -5px;
}
ul.slick-dots li button {
    background: var(--cs-primary) !important;
    opacity: 0.2;
}
ul.slick-dots li.slick-active button {
    opacity: 1;
}
ul.slick-dots li.slick-active button::before {
    background: var(--cs-primary) !important;
}
.slick-prev {
    position: absolute;
    bottom: -15px;
    margin-left: -40px;
    left: 50%;
    top: auto;
    border: 1px solid #ff457a;
    width: 35px;
    height: 35px;
    border-radius: 4px;
}
.slick-next {
    position: absolute;
    bottom: -15px;
    margin-left: 5px;
    left: 50%;
    top: auto;
    border: 1px solid #ff457a;
    width: 35px;
    height: 35px;
    border-radius: 4px;
}
.slick-arrow::before {
    display: none;
}
.slick-arrow.slick-disabled {
    opacity: 0.3;
}
.bg-FFE8E9 {
    background-color: #FFE8E9;
}
.maxw--680 {
    max-width: 680px;
}
.custom__footer {
    background-color: var(--cs-dark);
    padding: 1.5rem 0rem;
}
.custom__footer--text {
    color: var(--cs-white);
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
}
.tag-logo {
    display: inline-block;
    text-decoration: none;
    margin-left: 15px;
}
.tag-logo:active path {
    fill: var(--cs-primary);
}
.video__box {
    position: relative;
    /* height: 350px; */
    overflow: hidden;
    border: 1px solid var(--cs-primary);
    box-shadow: 2px 2px 0px 0px rgba(255, 69, 122, 0.75);
    border-radius: 0.25rem;
    margin: 10px 0px;
}
.video__box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__arrow {
    display: none;
}
.video__box .video-js {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.video__box .vjs-poster img {
    object-fit: cover;
}
.video__box .vjs-big-play-button {
    border: 0;
    background-color: rgba(255,255,255,0.25);
}
.video__box .vjs-big-play-button span::before {
    font-size: 35px !important;
}
.video__box .video-js .vjs-control-bar > button.vjs-fullscreen-control.vjs-control.vjs-button {
    display: none;
}
.splide__pagination {
    display: none;
}
.video__box .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.display4--text {
    font-weight: 700;
    line-height: 125%;
    margin: 0;
    color: var(--cs-white);
    font-size: 1.125rem;
}
.text4--desc {
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    color: var(--cs-white);
    font-size: 1rem;
}
.red_block_card {
    border-radius: 1rem;
    background-color: var(--cs-primary);
    padding: 1.25rem;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.05);
}
/* .cardg {
    top: 160px;
} */
/* .cardg {
    position: sticky;
	top: 160px;
    transition: all 0.5s;
	padding-top: calc(var(--index) * var(--cardTopPadding));
} */
.js-stack-cards__item {
    position: -webkit-sticky;
    position: sticky;
    /* top: var(--space-md); */
    top: 180px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.stack-cards {
    --stack-cards-gap: var(--space-sm);
}
.video__box {
    margin: 20px 15px;
}
.video__box> video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-pause-button > span {
    line-height: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    border: 0.06666em solid #ffffff73;
    background-color: rgba(43, 51, 63, 0.7);
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    color: #fff;
    padding: 0;
}
.play-pause-button > span > span {
    position: relative;
    line-height: 1;
}
.play-pause-button > span > span::before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    content: "\f101";
    font-size: 20px;
}
.video__box.playing .play-pause-button > span > span::before {
    content: "\f103";
}
.play-pause-button {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
}
.overlay__container {
    position: fixed;
    inset: 0;
    background-color: rgb(5 6 6 / 76%);
    backdrop-filter: blur(1px);
    display: none;
}
.cancel--btn {
    border: 0;
    background: transparent;
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    padding: 0;
}
.cancel--btn svg {
    height: 25px;
    display: inline-block;
    width: 25px;
}
.header_banner_home .splide__slide-box {
    box-shadow: 2px 2px 0px 0px rgba(255, 69, 122, 0.75);
    height: 250px;
    border: 1px solid var(--cs-primary);
    border-radius: 6px;
    overflow: hidden;
}
.header_banner_home .splide__slide-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__slide {
    height: auto !important;
}
.stack-cards .display4--text, .stack-cards .text4--desc {
    text-align: center;
}
.cross-line {
    padding: 15px 15px 5px;
    border-bottom: 1px solid #f3d2dc;
    margin-bottom: 15px;
}
.input--custom {
    background-color: var(--cs-white);
    color: var(--cs-dark);
    font-size: 1rem;
    line-height: normal;
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    padding: 0.75rem 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input--custom::placeholder {
    color: rgba(33,32,77,0.5);
}
.input--custom:focus {
    border-color: var(--cs-primary);
}
.modal-content {
    border: 0;
    background-color: rgba(255, 245, 245, 1);
    border-radius: 40px;
    box-shadow: 0px 8px 8px -4px rgb(16 24 40 / 3%), 0px 20px 24px -4px rgb(16 24 40 / 8%);
    padding: 1.5rem;
}
.modal_form {
    display: grid;
    grid-gap: 1.5rem;
}
.modal-title {
    color: var(--cs-dark);
    margin: 0;
    line-height: 115%;
    font-size: 1.5rem;
    font-weight: 700;
}
.modal-desc {
    color: var(--cs-dark);
    margin: 0;
    line-height: 160%;
    margin-top: .875rem;
    font-weight: 400;
}
select.input--custom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.formBtnSubmit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    color: var(--cs-white);
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
    background-color: var(--cs-primary);
    text-decoration: none;
    border: 1px solid transparent;
}
.formBtnSubmit:active {
    background-color: #ec3166;
}
.formBtnClose {
    font-weight: 400;
    font-size: 15px;
    padding: 0.25rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cs-dark);
    border: 0;
    background: transparent;
    outline: none;
}
.maxw--1000 {
    max-width: 1000px;
}
.team__card-pic {
    height: 300px;
    overflow: hidden;
}
.team__card-pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team__card-contant {
    position: relative;
    margin-top: 1.25rem;
}
.team__card-contant > h4 {
    font-size: 20px;
    color: var(--cs-dark);
    margin: 0;
    line-height: 125%;
    font-weight: 700;
    padding-right: 25px;
}
.team__card-contant > p {
    font-size: 16px;
    color: var(--cs-dark);
    margin: 0;
    line-height: 150%;
    font-weight: 400;
    margin-top: 5px;
}
.team__card-contant > a {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        background: #fff5f5;
        padding-left: 0px;
        padding-top: 0px;
        transform: translateX(-110%);
        transition: .3s ease all;
    }
    .navbar .navbar-collapse.show {
        transform: translateX(0px);
    }
    .cross-line ~ li {
        padding-left: 15px;
    }

    .logo_client{
        width: 160px;
    }
}


@media (min-width: 540px) {
    .custom_nav {
        top: 52px;
    }
    .modal-dialog {
        max-width: 620px;
    }
}
@media (min-width: 768px) {
    .custom_nav .nav-item + .nav-item {
        margin-left: 2rem;
        margin-top: 0rem;
    }
    .header_banner_home {
        padding-top: 140px;
    }
    .header--title {
        font-size: 32px;
    }
    .primaryBtn {
        padding: .75rem 1.25rem;
        font-size: .9rem;
    }
    .star_1 {
        left: -35px;
        top: -15px;
    }
    .star_3 {
        bottom: -30px;
        left: -30px;
    }
    .star_6 {
        right: -40px;
    }
    .star_7 {
        right: -30px;
    }
    .display--title--two {
        font-size: 2rem;
    }
    .display--title--three {
        font-size: 1.75rem;
    }
    .minh--100 {
        min-height: 100vh;
    }
    .case_element {
        height: 560px;
    }
    .sticky-md-150 {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
    }
    .stack-cards .display4--text, .stack-cards .text4--desc {
        text-align: start;
    }
    .modal-title {
        font-size: 2rem;
    }
    .formBtnSubmit {
        padding: 0.75rem 1.25rem;
        font-size: .9rem;
    }
    .why_case--img.ms-md-auto > img {
        margin-left: auto;
        display: block;
    }
}
@media (min-width: 992px) {
    .why_case--img img {
        max-width: 500px;
    }
    .logo_client{
        width: 180px;
       
    }
    .browser-frame {
        width: 450px;
    }
    .browser-frame .browser-frame-img {
        width: 450px;
        height: 335px;
    }
    .browser-frame .video-js {
        width: 444px;
        height: 306px;
        left: 3px;
    }
    .display4--text {
        font-size: 1.25rem;
    }
    .red_block_card {
        padding: 2rem;
    }
    .header_banner_home .splide__slide-box {
        height: 350px;
    }
    .modal_form {
        grid-gap: 2rem;
    }
    .my-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .team__card-pic {
        height: 400px;
    }
}
@media (min-width: 1200px) {
    .custom_nav .nav-item .nav-link:hover {
        color: var(--cs-primary);
    }
    .header--title {
        font-size: 48px;
    }
    .title--text {
        font-size: 18px;
    }
    .about__content p{
        font-size: 18px;
    }
    .primaryBtn {
        padding: .875rem 2rem;
        font-size: 1rem;
    }
    .primaryBtn:hover {
        background-color: #ec3166;
    }
    .borderBtn:hover {
        background-color: var(--cs-white);
    }
    .star_1 {
        left: -40px;
        top: -35px;
    }
    .star_2 {
        bottom: -60px;
    }
    .star_2 svg {
        width: auto;
        height: auto;
    }
    .trusted_title {
        font-size: 1.125rem;
    }
    .head__space {
        padding: 5rem 0rem;
    }
    .display--title--two {
        font-size: 2.6rem;
    }
    .display--title--three {
        font-size: 2rem;
    }
    .case_studyBtn {
        font-size: 1rem;
    }
    .case_studyBtn:hover {
        background-color: #ec3166;
        color: var(--cs-white);
    }
    .custom__footer--text { 
        font-size: 1rem;
    }
    .tag-logo:hover path {
        fill: var(--cs-primary);
    }
    .modal-title {
        font-size: 2.5rem;
    }
    .formBtnSubmit {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    .formBtnSubmit:hover {
        background-color: #ec3166;
    }
    .formBtnClose {
        font-size: 1rem;
    }
    .modal-content {
        padding: 2rem 5rem;
    }
    .modal-dialog {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1400px) {
    .custom_nav .nav-item .nav-link {
        font-size: 1.125rem;
    }
    .header--title {
        font-size: 56px;
    }
    .title--text {
        font-size: 20px;
    }
    .about__content p{
        font-size: 20px;
    }
    
    .trusted_title {
        font-size: 1.25rem;
    }
    .head__space {
        padding: 6rem 0rem;
    }
    .display--title--two {
        font-size: 3rem;
    }
    .display--title--three {
        font-size: 2.5rem;
    }
    .browser-frame {
        width: 600px;
    }
    .browser-frame .browser-frame-img {
        height: 450px;
        width: 600px;
    }
    .browser-frame .video-js {
        width: 598px;
        height: 412px;
        left: 2px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .custom__footer--text { 
        font-size: 1.15rem;
    }
    .display4--text {
        font-size: 1.5rem;
    }
    .red_block_card {
        padding: 2.5rem;
    }
    .modal-title {
        font-size: 3rem;
    }
    .team__card-pic {
        height: 500px;
    }
    .team__card-contant > h4 {
        font-size: 24px;
    }
}

.grid_new_slide_study {
    display: grid;
    grid-gap: 1.25rem;
}
.grid_new_slide_study .display--title--three strong {
    font-weight: 800;
}
.grid_new_slide_study .case_element {
    height: 280px;
}
@media (max-width: 767px) {
    .banner__pink {
        font-size: 10px;
        padding: 8px 5px;
        position: static;
    }
    .custom_nav {
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
    }
    .navbar-brand {
        width: 85px;
    }
    .header_banner_home {
        padding-top: 20px;
    }
    .star_1 {
        display: none;
    }
}

@media (min-width: 768px) {
    .grid_new_slide_study {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 2rem;
    }
    .grid_new_slide_study .case_element {
        height: 380px;
    }
    .slick_case_slider_two  .grid_new_slide_study {
        align-items: center;
    }
}


/**/