body {
    font-family: system-ui !important;
    background-color: var(--body_bg);
    padding:0!important;
    margin:0!important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --body_bg: #ECF0F3;
    --gradient: linear-gradient(45deg, #4C1864, #3F189A);
    --purple: #4C1864;
    --active: #6e1ba7;
    --gradient2: linear-gradient(45deg, #4c1864e3 0%, #3f189ad1 100%);
    --gradient1: linear-gradient(45deg, #4c1864 0%, #3f189a 100%);
    --gradient-box: linear-gradient(180deg, #E2E8EC 0%, rgba(255, 255, 255, 0) 104.75%);
    --gradient-box1: linear-gradient(145deg, #e2e8ec, #ffffff);
}

::-webkit-scrollbar {
    width: 5px;

}

::-webkit-scrollbar-track {
    background: none;

}

::-webkit-scrollbar-thumb {
    background: var(--gradient);
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient);
}

.top-header a {
    font-size: 12px;
    align-items: center;
    /*color: white!important;*/
}

.top-head {
    /*background: var(--gradient);*/
    background: url("../img/quantum-processing-deep-learning-artificial-intelligence-future-new-technology-business-science-presentation_118331-417.jpg");
    /*background: url("../img/particle-lines-futuristic-network-background_53876-129729.avif");*/
    /*height: 200px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*animation: animateBg 5s infinite;*/
}

@keyframes animateBg {
    100% {
        filter: hue-rotate(360deg);
    }
}

.top-header {
    display: flex;
    align-items: center;
}

.top-header .btn {
    font-size: 16px;
}

.btn-primary {
    background: var(--gradient);
    border: var(--purple);
    color: white;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    text-shadow: 0px 4px 4px #000;
}

.btn-secondary {
    background: white;
    border: 1px solid var(--purple);
    color: var(--purple) !important;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;

}

.btn-primary:hover, .btn-secondary:hover {
    background: var(--gradient2);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    color: white !important;
    text-shadow: 0px 4px 4px #000;
}

.bg-body-tertiary {
    background-color: var(--body_bg) !important;
}

.navbar-brand img {
    height: 55px;
}

.sticky-top {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 500 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--active);
    border-bottom: 2px solid var(--active);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.nav-link:focus, .nav-link:hover {
    color: var(--active);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.hero-color-img {
    background-image: url(../img/hero-img-2.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    height: 450px;
    position: relative;
}

.hero-color {
    background: var(--gradient2);
    height: 450px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img {
    background-image: url(../img/hero-img.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-shadow {
    background: #00000070;
    position: relative;
    height: 100%;
}

#position {
    position: absolute;
    /*top: 30%;*/
    left: 16%;
    height: 450px;
    display: flex;
    align-items: center;

}

.hero_card {
    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;
    background-color: var(--body_bg);
    width: 466px;
}

.logo, .bars {
    height: 45px;
}

.heading {
    font-size: 42px;
    font-weight: 700;
    text-shadow: 0px 5px 4px #00000040;
}

.about_card {
    background: var(--gradient-box);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
padding:20px;
}

.team_card1, .team_card2, .team_card3, .team_card4 {
    background: var(--gradient-box);
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;

}

.team_card1 {
    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;

}

.team_card2 {

    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;

}

.team_card3 {

    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
}

.team_card4 {

    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;


}

.contact_card {
    background: var(--gradient-box);
    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.our-service-heading {
    clip-path: polygon(100% 0, 100% 40%, 50% 100%, 0 40%, 0% 0%);

    height: 117px;
    background: url(../img/service-img.jpg);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our-service-img {
    background: var(--gradient2);
    height: 117px;
    width: 100%;
    z-index: -99;

}

.our-product-heading {
    clip-path: polygon(100% 0, 100% 40%, 50% 100%, 0 40%, 0% 0%);

    height: 117px;
    background: url(../img/service-img.jpg);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our-product-img {
    background: var(--gradient2);
    height: 117px;
    width: 100%;
    z-index: -99;

}

.services .card_img {
    background: var(--gradient);
    padding: 16px;
    height: 100px;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.services .card {
    width: 100%;
    background: var(--gradient-box);
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #00000057;
    border-radius: 12px;
    align-items: center;
    border: 0 !important;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease!important;
}

.services .card:hover {
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease!important;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
    box-shadow: 0px 10px 50px 0px #00000057;

}

.service_card_had {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 5px 4px #00000040;
}

.fa-arrow-right {
    animation: slideFromLeftToRight 1s ease-in-out infinite
}

@keyframes slideFromLeftToRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.bg_section {
    background-image: url(../img/rec_bg.png);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.bg_section_clr {
    background: var(--gradient2);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 35px;

}

.cont_section img {
    height: 400px;
    object-fit: cover;
}

.work .card {
    box-shadow: 0px 10px 50px 0px #00000057;
    padding: 0 !important;
    border-radius: 14px;
}

.work .card img {
    border-radius: 14px;
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.work .card {
    perspective: 523px;
    border-radius: 14px;
}


.info {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px;
    pointer-events: none;
    color: white;
    background: var(--gradient2);
}

.info .links {
    height: 90%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.info .des {
    height: 10%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.info a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000094;
    margin: 5px;
    text-align: center;
    border-radius: 50%;
}

.in-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

/* you can ignore this ones */

.work .col-12:after {
    content: "";
    display: table;
    clear: both;
}

.work .card .normal {
    width: 100%;
    height: 100%;
}

.work .card .normal svg {
    pointer-events: none;
    width: 50px;
}

.work .card .normal svg path {
    fill: rgba(52, 73, 94, 0.2);
}

.start-up {
    /*background-image: url("../img/business-teammates-working-late-office_23-2148991339.jpg");*/
    height: 300px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.start-up-bg {
    background: var(--gradient);
    height: 100%;
    position: relative;
}

.start-container {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.start-up-bg .card {
    background: var(--gradient1);
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    /*border-top-right-radius: 66px;*/
    /*border-bottom-left-radius: 66px;*/
    padding: 20px;
}

.start-up-bg .card img {
    width: 20%;
    height: 50%;
}

.carousel-cell {
    width: 20%;
    height: 200px;
    margin-right: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    margin-bottom: 10px;
}

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

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 2px !important;
    margin: 0 6px;
    background: #421885 !important;
    border-radius: 0%;
    opacity: .25;
    cursor: pointer;
}

.flickity-button {
    position: absolute;
    background: var(--gradient2) !important;
    border: none;
    color: #333;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 29% !important;
    top: 20% !important;
    width: 42% !important;
    color: white;
    height: 50%;
}

.flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 20% !important;
}

.why-img {
    max-width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    object-fit:cover;
}

.flickity-prev-next-button.previous {
    left: 0px !important;
}

.flickity-prev-next-button.next {
    right: 0px !important;
}

.why .img-wrapper::before {
    content: "";
    position: absolute;
    border: 6px solid var(--purple);
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    animation: colorAnimation 5s infinite, rotateAnimation 6s infinite;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}


@keyframes colorAnimation {
    0% {
        border: 6px solid #3f189a;
    }
    /*25% {*/
    /*    border: 6px solid blue;*/
    /*}*/
    50% {
        border: 6px solid #7c5980;
    }
    75% {
        border: 6px solid #4e1659;
    }
}

@keyframes rotateAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }

}

.why .img-wrapper {
    position: relative;
    animation: rotateAnimation 6s infinite;
    cursor: grab;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.why .img-wrapper:hover::before {
    left: 0px;
    top: 0px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.why .img-wrapper:hover {
    padding: 20px !important;
    transform: scale(0.9);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.img-wrapper1::before {
    content: "";
    position: absolute;
    border: 6px solid var(--purple);
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    animation: colorAnimation 5s infinite, rotateAnimation 6s infinite;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.img-wrapper1 {
    position: relative;
    animation: rotateAnimation 6s infinite;
    cursor: grab;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
    object-fit: cover;


}

.about-img {
    max-width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    object-fit: cover;

}

.img-wrapper1:hover::before {
    left: 0px;
    top: 0px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.img-wrapper1:hover {
    padding: 20px !important;
    transform: scale(0.9);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}
.img-wrapper3::before {
    content: "";
    position: absolute;
    border: 6px solid var(--purple);
    top: 100px;
    right: -20px;
    width: 100%;
    height: 85%;
    z-index: -1;
    border-radius: 12px;
    animation: colorAnimation 5s infinite, rotateAnimation 6s infinite;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.img-wrapper3 {
    position: relative;
    animation: rotateAnimation 6s infinite;
    cursor: grab;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
    object-fit: cover;


}

.team-img {
    max-width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    object-fit: cover;

}

.img-wrapper3:hover::before {
    left: 0px;
    top: 0px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.img-wrapper3:hover {
    padding: 20px !important;
    transform: scale(0.9);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.why .card {
    background: var(--gradient-box);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
    padding: 40px;
    line-height: 30px;
}

.footer {
    background: #2D2D2D;
}

.footer .form-control {
    background: transparent !important;
    padding: 15px !important;
    color: white !important;
}

.footer .form-control:focus {
    border-color: #6f21ab !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(111 25 165 / 40%) !important;
}

.footer .form-control::placeholder {
    color: white;
    opacity: 0.5;
}

.footer-heading {
    text-shadow: 0px 4px 4px #000;

}

.offcanvas.offcanvas-start {
    width: 75% !important;
}

.contact_info {
    background: var(--gradient);
    align-items: center;
    border-radius: 12px;
    padding: 35px;
    color: white;
}

.contact_card h4 {
    text-shadow: 0px 4px 4px #000;
}

.service-hero {
    background-image: url("../img/Rectangle 119.png");
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.service-hero-bg {
    background: var(--gradient2);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.ser-img {
    animation: rotateAnimation 6s infinite;
}

.form-check-input:checked {
    background-color: var(--purple);
    border-color: var(--purple);
}

.form-check-input:focus {
    border-color: #612074;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #2d073440;
}

.form-control:focus {
    border-color: #471877 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(70 24 125 / 17%) !important;
}

.products .container {
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px;
}

.products .container .card {
    position: relative;
    max-width: 100%;
    height: 200px;
    background-color: var(--gradient-box);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px #00000057;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.products .container .card:hover {
    height: 280px;
}

.products .container .card .image {
    position: relative;
    width: 90%;
    height: 260px;
    top: -40%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 100px !important;
}

.products .container .card .image img {
    max-width: 100%;
    border-radius: 15px;
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.products .container .card .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: center;

    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.products .container .card .content h3 {
    text-shadow: 0px 5px 4px #00000040;
}

.products .container .card:hover .content {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.team .container {
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px;
}

.team .container .card {
    position: relative;
    max-width: 100%;
    height: 300px;
    background-color: var(--gradient-box);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px #00000057;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.team .container .card:hover {
    box-shadow: 0px 10px 20px 0px #00000057;
}

.team .container .card .image {
    position: relative;
    width: 260px;
    height: 260px;
    top: -40%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 100px !important;
}

.team .container .card .image img {
    max-width: 100%;
    border-radius: 15px;
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.team .container .card .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.team .container .card .content h3 {
    text-shadow: 0px 5px 4px #00000040;
}

.team .container .card .content {
    margin-top: 12px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.animated-btn {
    animation: wiggle 3s linear infinite;
}

@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%, 100% {
        transform: rotateZ(0);
    }
}

.card__three::before, .card__three::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
}

.card__three::before {
    transform-origin: left top;
}

.card__three::after {
    transform-origin: right bottom;
}

.card__three:hover::before, .card__three:hover::after, .card__three:focus::before, .card__three:focus::after {
    transform: scale3d(1, 1, 1);
}

.top-head-bg {
    background: linear-gradient(45deg, #ffffffc9, #ecf0f3c9);
}

.blog .card-img-top {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
}

.blog .card {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    background: var(--gradient-box1);
    border: none !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.blog .card:hover {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    box-shadow: 0px 10px 10px 0px #00000040;
}

.user {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    object-fit: cover;
    /*background: var(--gradient);/*/
}

.user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client-logo {
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.client-logo:hover {
    box-shadow: 0px 10px 10px 0px #00000040;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.client .carousel-cell {
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 10px 0px #00000040;
}

.client .carousel-cell img {
    width: 50%;
    height: 300px;
}

.testi_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.testi_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.clear-fix:after {
    display: block;
    clear: both;
    content: "";
}

.img-responsive {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.card__collection {
    position: relative;
    display: block;
    /*background: rgba(10, 10, 10, 0.5);*/
    /*padding: 10px;*/
    font-family: "Do Hyeon", sans-serif;
    overflow: hidden;
}

.card__collection .cards {
    width: 100%;
    height: 150px;
    display: block;
    background-size: cover;
    float: left;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.card__collection .cards--one {
    backface-visiblility: hidden;
}

.card__collection .cards--one:hover:after {
    bottom: -20px;
}

.card__collection .cards--one:hover:before {
    bottom: -10px;
}

.card__collection .cards--one:hover .cards--one__rect {
    left: 45%;
}

.card__collection .cards--one:hover .cards--one__rect--back {
    left: 50%;
}

.card__collection .cards--one::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    transform: rotate(-3deg);
    background: #e660e3;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: -10px;
    z-index: 9;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

.card__collection .cards--one:before {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    transform: rotate(-3deg);
    bottom: -90px;
    left: 0;
    background: #fff;
    right: -10px;
    z-index: 5;
    transition: all 0.2s ease-in;
    transition-delay: 0.1s;
}

.card__collection .cards--one__rect {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #0f9bc0;
    width: 126px;
    height: 55px;
    transform: skewY(5deg);
    position: absolute;
    display: block;
    top: 60%;
    left: -45%;
    z-index: 1;
    line-height: 3.3rem;
    text-align: center;
    transition: all 0.2s ease-in;
}

.card__collection .cards--one__rect--back {
    display: block;
    background: rgba(34, 65, 154, 0.8);
    width: 126px;
    height: 55px;
    transform: skewY(7deg);
    position: absolute;
    top: 65%;
    left: -50%;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

.card__collection .cards--one__rect p {
    transform: skewY(-7deg);
    position: relative;
}

.card__collection .cards--two {
    position: relative;
    backface-visibility: hidden;
}

.card__collection .cards--two p {
    position: absolute;
    top: 63%;
    left: -100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all 0.6s ease;
}

.card__collection .cards--two:hover p {
    left: 8%;
}

.card__collection .cards--two:hover img {
    transform: translateY(-15px);
}

.card__collection .cards--two:hover .cards--two__rect {
    top: 75%;
}

.card__collection .cards--two:hover .cards--two__rect:before {
    transform: translateY(15px);
}

.card__collection .cards--two:hover li {
    transform: translateY(0);
}

.card__collection .cards--two:hover .cards--two__tri {
    right: -40%;
}

.card__collection .cards--two:hover .cards--two__tri:before {
    right: -312px;
}

.card__collection .cards--two img {
    transition: all 0.2s ease;
}

.card__collection .cards--two__tri {
    /*border-top: 220px solid transparent;*/
    /*border-bottom: 190px solid transparent;*/
    border-right: 288px solid #fff;
    opacity: 0.9;
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease-in-out;
}

/*.card__collection .cards--two__tri:before {*/
/*    border-top: 220px solid transparent;*/
/*    border-bottom: 190px solid transparent;*/
/*    border-right: 288px solid var(--purple);*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    top: -220px;*/
/*    right: -612px;*/
/*    transition: all 0.3s ease-in-out;*/
/*    transition-delay: 0.2s;*/
/*}*/
.card__collection .cards--two__rect {
    width: 500px;
    height: 300px;
    background: #fff;
    display: block;
    position: absolute;
    top: 175%;
    left: -78%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__rect:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: var(--gradient2);
    transform: translateY(200px);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.card__collection .cards--two ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
}

.card__collection .cards--two ul li {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: translateY(100px);
}

.card__collection .cards--two ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.card__collection .cards--two ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.card__collection .cards--two ul li:nth-child(4) {
    transition-delay: 0.4s;
}

.card__collection .cards--three {
    position: relative;
    z-index: 10;
}

.card__collection .cards--three:hover .cards--three__rect-1 {
    left: 10%;
}

.card__collection .cards--three:hover .cards--three__rect-1 .shadow-1 {
    left: -20%;
}

.card__collection .cards--three:hover .cards--three__rect-2 {
    left: 60%;
}

.card__collection .cards--three:hover .cards--three__rect-2:before {
    left: -100%;
}

.card__collection .cards--three:hover .cards--three__rect-2:after {
    left: 80%;
}

.card__collection .cards--three:hover .cards--three__rect-2 .shadow-2 {
    left: -10%;
}

.card__collection .cards--three:hover .cards--three__circle {
    transform: scale(1);
}

.card__collection .cards--three:hover .cards--three__circle:before {
    transform: scale(0.9);
}

.card__collection .cards--three:hover .cards--three__list li {
    transform: translateX(0);
}

.card__collection .cards--three__rect-1 {
    background: #fff;
    width: 200px;
    height: 110px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    top: 73%;
    opacity: 0.9;
    left: -100%;
    z-index: 8;
    transition: all 0.5s ease-in;
}

.card__collection .cards--three__rect-1 p {
    font-size: 20px;
    color: #fff;
    transform: skewX(20deg);
    line-height: 6rem;
}

.card__collection .cards--three__rect-1 .shadow-1 {
    background: #9b1308;
    width: 230px;
    height: 100px;
    display: block;
    position: absolute;
    left: -200%;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.card__collection .cards--three__rect-2 {
    width: 100px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 65%;
    left: 1000%;
    opacity: 0.9;
    transform: skewX(-20deg);
    z-index: 8;
    transition: all 0.5s ease-in;
}

.card__collection .cards--three__rect-2::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #57ccfd;
    opacity: 1;
    position: absolute;
    left: 500%;
    top: 10%;
    transition: all 0.3s ease-in;
}

.card__collection .cards--three__rect-2::after {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #9b1308;
    opacity: 1;
    position: absolute;
    left: 500%;
    top: 114%;
    transition: all 0.5s ease-in;
    transition-delay: 0.2s;
}

.card__collection .cards--three__rect-2 .shadow-2 {
    background: #57ccfd;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -10%;
    left: 500%;
    transition: all 0.5s ease-in;
    transition-delay: 0.2s;
}

.card__collection .cards--three__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -15%;
    left: 50%;
    opacity: 0.9;
    transform: scale(0);
    transition: all 0.3s ease;
}

.card__collection .cards--three__circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #9b1308;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.card__collection .cards--three__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all 0.4s ease;
}

.card__collection .cards--three__list li {
    display: inline-block;
    margin: 4px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(87, 204, 253, 0.9);
    text-align: center;
    line-height: 1.7rem;
    font-size: 12px;
    transition: all 0.3s ease;
    transform: translateX(500%);
}

.card__collection .cards--three__list li:nth-child(1) {
    transition-delay: 0.2s;
}

.card__collection .cards--three__list li:nth-child(2) {
    transition-delay: 0.3s;
}

.card__collection .cards--three__list li:nth-child(3) {
    transition-delay: 0.4s;
}

.choose_card {
    width: 100%;
    background: var(--gradient-box);
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #00000057;
    border-radius: 12px;
    align-items: center;
    border: 0 !important;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease!important;
}

.choose_card:hover {
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease!important;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
    box-shadow: 0px 10px 50px 0px #00000057;


}
.offcanvas-backdrop {
    width:100% !important;
}
