@font-face {
    font-family: 'lipishree';
    src: url('../fonts/lipishree.ttf') format('truetype');
}

body {
    font-family: 'Sora';
}

:lang(bn) {
    font-family: 'lipishree';
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}



.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
    outline: none;
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
    outline: none;
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
    outline: none;
}
.btn:focus{
    outline: none;
    border: none;
}


.topbar{
    background-color: #170228;
    font-size: 12px;
}
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}




.nav-bar {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.5s ease;
    font-size: 12px !important;
}

.navbar-light .navbar-brand img {
    max-height: 40px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 40px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.navbar .navbar-nav .nav-item:before,
.navbar .navbar-nav .nav-item:after {
    content: "";
    position: absolute;
    background: none;
    border: 2px solid #275677;
    border-radius: 10px;
    transition: none;
    opacity: 0;
}

.navbar .navbar-nav .nav-item:before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 2px 2px 0 0;
    transition: width 0.1s linear, height 0.1s linear 0.1s;
}

.navbar .navbar-nav .nav-item:after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 2px 2px;
    transition: height 0.1s linear 0.2s, width 0.1s linear 0.1s;
}

.navbar-light .navbar-nav .nav-item:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-item:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-item:hover{
    color: #275677;
}
.navbar-light .navbar-nav .nav-item.active {
    color: #275677;
    transition: color 0.3s ease-in-out;
    font-weight: bolder;
    text-shadow: #275677;
}
@media (max-width: 768px) {
    .navbar .navbar-nav .nav-item:before,
    .navbar .navbar-nav .nav-item:after {
        display: none;
    }

    .navbar-light .navbar-nav .nav-item:hover:before,
    .navbar-light .navbar-nav .nav-item:hover:after {
        transform: none;
        opacity: 0;
        color: #275677;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    @media (max-width: 768px) {
        .navbar .navbar-nav .nav-btn {
            width: 100%;
            justify-content: center;
        }
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        color: var(--bs-purple1);
        outline: none;
        border: none;
    }

    .navbar.navbar-expand-lg .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        vertical-align: middle;
        margin-left: 8px;
        outline: none;
    }
}

.navbar-toggler i {
    transition: transform 0.3s ease;
}

.navbar-toggler i.fa-times {
    transform: rotate(90deg);
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}


.header-carousel .header-carousel-item {
    height: 600px;
}

.header-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.header-carousel .owl-dot {
    display: inline-block;
    width: 30px;
    height: 7px;
    margin: 0 5px;
    background:  #ffffff;
    background-size: 400% 400%;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.header-carousel .owl-dot:hover {
    transform: scale(1.2);
}

.header-carousel .owl-dot.active {
    background: linear-gradient(135deg,
    #16344a 0%,
    #195792 20%,
    #0f3752 40%,
    #10232e 60%,
    #03131a 80%,
    #176e84 100%);
    animation: colorWave 2.5s ease infinite;
}

@keyframes colorWave {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 850px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        min-height: 650px;
    }
}





.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
    #16344a 0%,
    #195792 20%,
    #0f3752 40%,
    #10232e 60%,
    #03131a 80%,
    #176e84 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}


.feature {
    position: relative;
}

.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s ease-in-out;
    min-height: 356px;
    width: auto;
    color: var(--bs-dark);
    overflow: hidden;
    z-index: 2;
}

.feature .hidden-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-purple1);
    transform: rotate(0) scale(0.9);
    transform-origin: center;
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}


.feature .feature-item:hover + .hidden-card {
    transform: rotate(-5deg) scale(1);
    z-index: 0;
}
.fs-9{
    font-size: .9rem;
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-grey);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h6,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}


.feature .feature-item:hover a.btn:hover {
    color: var(--bs-white);
}





.service .service-item {
    border-radius: 10px;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-light);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-purple1);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}





.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}





.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-purple1);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}





.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}





.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}





.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}





.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}





.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}



@keyframes slideInLeft {
    0% {
        transform: translateX(-150px);

        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(650px);

        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-icon {
    animation: slideInLeft 1s cubic-bezier(0.25, 0.1, 0.25, 1.0) forwards;
}

.animate-text {
    animation: slideInRight 3s cubic-bezier(0.25, 0.1, 0.25, 1.0) forwards;
}

.navbar .navbar-expand-lg .navbar-light {
    overflow: hidden;
}


.btn-gradient {
    padding: 12px 24px;
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 8px !important;
    cursor: pointer;
    background-color: #0862b7;
    background-image: url('../img/btn-stroke.svg');
    background-size: cover;
    background-position: center left;
    background-size: 200% 200%;
    transition: background-position 0.3s;
    outline: none;
    animation: colorWaveReverse .5s ease forwards;
}

.btn-gradient:hover {
    animation: colorWave .5s ease forwards;
    color: #ffffff;
}


.animated-background {
    background: linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    background-size: 400% 400%;
}

.animated-background:hover {
    animation: colorWave 2.5s ease infinite;
    color: #ffffff;
}


@keyframes colorWave {
    0% {
        background-position: 10%;
    }
    100% {
        background-position: 70% 70%;
    }
}
@keyframes colorWaveReverse {
    0% {
        background-position: 70% 70%;
    }
    100% {
        background-position: 10% 50%;
    }
}

.gradient-icon {
    background: linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img-back {
    background-image:linear-gradient(45deg, #235375, #387091, #1b3f5f);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.area-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 1rem;
    height: 100%;
    text-align: center;
    background: linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    background-size: 400% 400%;
}
.area-card:hover {
    animation: colorWave 2.5s ease infinite;
}
.icon-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,
    #16344a 0%,
    #195792 20%,
    #0f3752 40%,
    #10232e 60%,
    #03131a 80%,
    #176e84 100%);
    background-size: 400% 400%;
    color: var(--bs-white);
    font-size: 1.2rem;
    margin: 0 auto 10px;
    transition: transform 0.3s ease;
}

.area-card1 {
    position: relative;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 1rem;
    height: 100%;
    text-align: center;
    background: linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    background-size: 400% 400%;
    overflow: hidden;
  }

  .area-card1:hover {
    animation: colorWave 2.5s ease infinite;
  }

  .area-card1:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    z-index: 1;
  }

  .icon-circle1 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,
    #16344a 0%,
    #195792 20%,
    #0f3752 40%,
    #10232e 60%,
    #03131a 80%,
    #176e84 100%);
    background-size: 400% 400%;
    color: var(--bs-white);
    font-size: 1.2rem;
    margin: 0 auto 10px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
  }

  .area-item1:hover .icon-circle1 {
    transform: translate(10%, 50%) scale(1.5);
  }

.card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color:var(--bs-white);
}
.form-control {
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    border-color: linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    box-shadow: 0 0 5px linear-gradient(135deg,
    #18639C 0%,
    #195792 20%,
    #2374AB 40%,
    #2886B9 60%,
    #2F98C5 80%,
    #2CABCC 100%);
    outline: none;
}

.tooltip {
    background-color: #333;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 0.9rem;
  }

  .tooltip .tooltip-inner {
    background-color: var(--bs-purple1);
    color: #fff;
    border-radius: 8px;
    padding: 5px 5px;
  }

  .tooltip-arrow::before {
    border-top-color: #333;
  }
  .badge-transparent {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 0.8rem;
    color: var(--bs-white);
}
.home-banner {
    background-color: #ffe0e7;
    background-image: linear-gradient(90deg, #ffe0e7 0%, #fff9fa 101.21%);
    padding: 55px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .home-banner h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    max-width: 515px;
    font-family: "Sora", sans-serif;
    background: linear-gradient(164.68deg, #550679 -27.59%, #d80027 140.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .home-banner p {
    margin: 0 0 20px;
    color: #191A24;
    font-weight: 500;
    font-family: "Sora", sans-serif;
  }
  .home-banner .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #8C135F;
    font-family: "Sora", sans-serif;
    margin-left: 1px;
  }
  .home-banner .icon-curve {
    font-size: 100vw;
    position: relative;
    bottom: 0;
    z-index: 9;
    right: 0;
    display: block;
    line-height: 290px;
    transform: rotate(-5deg);
    background-position: bottom;
    background-repeat: repeat;
    background-size: 175px;
    background-position: 0 0, 100px 100px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #800f64;
  }
  .home-banner .shape {
    width: 100vw;
  }
  .home-banner.home-internet-banner h1, .home-banner.business-banner h1 {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
  }
  .home-banner.home-internet-banner p, .home-banner.business-banner p {
    color: #fff;
  }
  .home-banner.home-internet-banner .btn, .home-banner.business-banner .btn {
    background: #fff;
    color: #191A24;
  }
  .home-banner.home-internet-banner {
    background: #8C135F;
  }

  .banner {
    width: 460px;
    min-height: 475px;
    margin: 0 auto;
    position: relative;
  }
  .banner::before {
    color: #ebcfe2;
    left: -110px;
    top: 25%;
  }
  .banner::after {
    color: #f5931d;
    right: -40px;
    bottom: 20px;
    font-size: 110px;
  }

  img.banner-text {
    margin-bottom: 30px;
    max-width: 380px;
  }

  .home-banner.home-internet-banner img.banner-text {
    max-width: 320px;
  }

  .home-banner.business-banner img.banner-text {
    max-width: 360px;
  }

.banner-box {
    position: absolute;
    -webkit-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.banner-box:nth-child(1),
.banner.right-center .banner-box:nth-child(3),
.banner.bottom-center .banner-box:nth-child(2) {
    left: 0;
    top: 0;
    width: 250px;
    height: 400px;
    transform: translateX(0);
}

.banner.left-top .banner-box:nth-child(1) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
}

.banner-box:nth-child(2),
.banner.right-center .banner-box:nth-child(1),
.banner.bottom-center .banner-box:nth-child(3) {
    width: 200px;
    height: 210px;
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner.left-top .banner-box:nth-child(2) {
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner-box:nth-child(3),
.banner.right-center .banner-box:nth-child(2),
.banner.bottom-center .banner-box:nth-child(1) {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 60%;
    top: calc(100% - 160px);
    transform: translateX(-60%);
}

.banner.left-top .banner-box:nth-child(3) {
    left: 48%;
    top: calc(100% - 160px);
    transform: translateX(-50%);
}

.banner.right-center .banner-box:nth-child(2),
.banner.bottom-center .banner-box:nth-child(1),
.banner.left-top .banner-box:nth-child(3) {
    z-index: 999;
}

@media (max-width: 1024px) {
    .banner-box:nth-child(1),
    .banner.right-center .banner-box:nth-child(3),
    .banner.bottom-center .banner-box:nth-child(2) {
        width: 220px;
        height: 360px;
    }

    .banner-box:nth-child(2),
    .banner.right-center .banner-box:nth-child(1),
    .banner.bottom-center .banner-box:nth-child(3) {
        width: 180px;
        height: 200px;
    }

    .banner-box:nth-child(3),
    .banner.right-center .banner-box:nth-child(2),
    .banner.bottom-center .banner-box:nth-child(1) {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .banner-box:nth-child(1),
    .banner.right-center .banner-box:nth-child(3),
    .banner.bottom-center .banner-box:nth-child(2) {
        width: 240px;
        height: 400px;
    }

    .banner-box:nth-child(2),
    .banner.right-center .banner-box:nth-child(1),
    .banner.bottom-center .banner-box:nth-child(3) {
        width: 120px;
        height: 180px;
    }

    .banner-box:nth-child(3),
    .banner.right-center .banner-box:nth-child(2),
    .banner.bottom-center .banner-box:nth-child(1) {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .badge {
        font-size: 0.2rem;
        padding: 0.2rem 0.4rem;
    }
}

.dataTables_filter {
    display: none;
}
.dataTables_length {
    display: none;
}
.dataTables_paginate {
    display: none;
}

#customPagination button {
    min-width: 100px;
    font-size: 14px;
    padding: 8px 12px;
    transition: all 0.2s ease;
}

#customPagination button i {
    margin-right: 5px;
}

#customPagination button:hover {
    background-color: #007bff;
    color: white;
}


#pageInfo {
    font-size: 16px;
    color: #333;
}

.record-details {
    padding: 20px;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.detail-row strong {
    color: #333;
    min-width: 120px;
    margin-right: 10px;
    flex-shrink: 0;
}

.detail-row span {
    color: #555;
    flex-grow: 1;
    text-align: left;
}

.detail-row:last-child {
    border-bottom: none;
}


@media (max-width: 600px) {
    .detail-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-row strong {
        text-align: left;
        margin-bottom: 4px;
    }
}

.container {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pricing-right {
    position: relative;
    background: linear-gradient(135deg,
        #18639C 0%,
        #195792 20%,
        #2374AB 40%,
        #2886B9 60%,
        #2F98C5 80%,
        #2CABCC 100%);
    padding: 20px;
    color: var(--bs-white);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.7s ease-in-out;
}

.pricing-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(5px);
    transform: skewX(45deg) translateX(300%);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.pricing-right:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.pricing-right:hover::before {
    transform: skewX(45deg) translateX(-200%);
}

.footer-btm {
    background: #000000;
    padding: 15px 0;
    color: #9e9db0;
    font-size: 11px;
}

.footer-btm p {
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    color: #9e9db0;
}

.footer-btm .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-btm .footer-links li {
    margin: 0;
    display: inline-block;
}

.footer-btm .footer-links li a {
    color: #9e9db0;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.footer-btm ul li:first-child {
    color: var(--bs-purple1);
  }
.footer-btm .footer-links li:hover a {
    color: var(--bs-purple1);
}
.bg-gray-800 {
  background-color: #1f2937 !important;
}


@media (max-width: 768px) {
    .footer-btm .footer-links {
        justify-content: flex-start;
    }
    .footer-btm p {
        text-align: center;
    }
}


.price-sm-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    width: 125px;
    overflow: hidden;
    z-index: 2;
  }

  .price-sm-hidden-card {
    position: absolute;
    top: 0;
    left: 3%;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-white);
    transform: rotate(0) scale(0.9);
    transform-origin: center;
    z-index: 1;
    width: 125px;
    transition: transform 0.5s ease-in-out;
  }

  .price-sm-item:hover + .price-sm-hidden-card {
    transform: rotate(-4deg) scale(1);
    z-index: 0;
  }

  @media (max-width: 756px) {
    .price-sm-item {
      padding: 1rem;
    }

    .price-sm-hidden-card {
      border-radius: 10px;
      transform: rotate(0deg) scale(0.9);
    }
  }
@media (max-width: 575.98px) {
    .custom-margin {
        margin-top: -10px;
    }
}


.navbar {

}
.navbar-brand {

}
.navbar-brand img {
    height: 64px;
    transition: all .3s linear;
}

@media all and (min-width: 991px) {
    .navbar-brand {
        min-width: 200px;
    }

}
@media all and (max-width: 991px) {
    .navbar {
        position: relative;
        padding: 0;
    }
}


.header {

}
.header .split_text {
    z-index: 99;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    letter-spacing: 23px;
    opacity: 0;
    transform: translateX(35px);
    left: 26px;
}
.header .split_text.split-brand {
    left: 26px;
    top: 50%;
    margin-top: -7.5px;
    font-weight: bolder;
    color: #1a1818;
    font-size: 11px;
}
.header .split_text.split-promo {
    left: 26px;
    top: 64%;
    font-size: 9px;
    color: #d74c63;
}
.navbar-brand {
    position: relative;
}
.navbar-brand::after, .navbar-brand::before {
    content: "";
    width: 130px;
    height: 14px;
    left: 17px;
    background: #fff;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    -webkit-transition: transform 0.9s cubic-bezier(0, 0.51, 0.48, 1.04) 0s;
}
.navbar-brand::before {
    top: 50%;
    width: 100%;
    margin-top: -7px;
    left: 26px;
}
.navbar-brand::after {
    top: 50%;
    width: 100%;
    margin-top: 7px;
    left: 26px;
}

.header-tiny {

}
.header.header-tiny {
    top: -50px;
}
.header.header-tiny .navbar-brand img {
    height: 50px;
}
.header.header-tiny .split_text {
    letter-spacing: 5px;
    opacity: 1;
    transform: translateX(0);
    transition: letter-spacing 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s, transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}
.header.header-tiny .split_text.split-promo {
    letter-spacing: 3.7px;
}
.header.header-tiny .split_text.split-brand {
    letter-spacing: 3.7px;
}
.header.header-tiny .navbar-brand {
    position: relative;
}
.header.header-tiny .navbar-brand::after, .header.header-tiny .navbar-brand::before {
    transform: scaleX(1);
}


.navbar-common .container-fluid {
    width: 100%;
    padding: 0 15px;
}

.client-logo {
    padding: 10px;
    border-radius: 10px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s logoslide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 99px;
    margin: 0 40px;
    border-radius: 10px;
}


@keyframes logoslide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.ftp-card {
    --main-color: #ffffff;
    --sub-color: #4baee8;
    --bg-color: #f3f3f3;
    --accent-color: #242C88;
    position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: auto;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: var(--bg-color);
    transition: all 0.2s;
    cursor: pointer;
}

.ftp-card::before {
    content: '';
    width: 99%;
    height: 99%;
    background: var(--bs-purple1);
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    border-radius: 25px;
    transition: all 0.3s;
}

.ftp-card__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ftp-card__img {
    width: 100%;
}
.ftp-logo{
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
}
.ftp-card__title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.ftp-card__subtitle {
    color: var(--sub-color);
    font-weight: 600;
    font-size: 20px;
}

.ftp-card__icon {
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.ftp-card__icon svg {
    width: 100%;
    height: 100%;
}

.ftp-card__icon g {
    fill: var(--bs-purple1);
}

.ftp-card__icon circle, polyline, line {
    stroke: var(--bs-dark);
}

.ftp-card:hover .ftp-card__icon {
    transform: rotate(0);
}

.ftp-card:hover .ftp-card__icon circle, .ftp-card:hover .ftp-card__icon polyline, .ftp-card:hover .ftp-card__icon line {
    stroke: var(--accent-color);
}

.ftp-card:hover .ftp-card__icon g {
    fill: var(--accent-color);
}

.ftp-card:hover::before {
    transform: rotate(-5deg);
}

.st1 {
    fill: #fff;
}

.st2 {
    fill: none;
    stroke: #242c88;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st7 {
    fill: #589fff;
}

.st9 {
    fill: #bc8d66;
}

.st15, .st16 {
    opacity: 0.4;
    fill: #242c88;
}

.st16 {
    opacity: 0.2;
}

.st18 {
    fill: #ffc408;
}

.st53 {
    fill: none;
    stroke: #242c88;
    stroke-width: 1.848;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
