:root {
    --bg-color: #212121;
    --theme-color: #151515;
}

/* --------------- Menu --------------- */
.hamenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.topnav {
    gap: 20px;
}

.navbar {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999;
}

.navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navbar .logo {
    padding: 7px 15px;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 30px;
    width: 200px;
    display: flex;
}

.navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
}

.navbar .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */
.header-da {
    min-height: 100vh;
    /* padding: 140px 0; */
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.header-da .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background: #000;
    z-index: -1;
}

.header-da .background video {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.header-da video {
    filter: hue-rotate(0deg);
    animation: colorShift 2s infinite linear;
}*/

@keyframes colorShift {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}

.header-da .caption .text p {
    font-size: 20px;
    font-weight: 300;
}

.header-da .caption span {
    font-family: "Poppins", sans-serif;
    font-size: 140px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-da .caption span.play {
    font-family: "Playfair Display", serif;
    font-size: 140px;
    font-style: italic;
    text-transform: capitalize;
}

.header-da .caption ul li {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.header-da .caption ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 0;
}

.header-da .caption .digital-text {
    margin-bottom: -28px;
}

.menu-icon {
    display: none;
}

@media screen and (min-width: 768px) {
    .header-da .caption .digital-text {
        margin-bottom: -20px;
    }
}

/* --------------- Services --------------- */

.gradient_color {
    display: block;
    background: linear-gradient(to right, hsl(240, 100%, 50%), hsl(0, 100%, 50%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-da .numbers .item {
    padding: 60px 0;
    position: relative;
}

.services-da .numbers .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent);
}

.services-da .numbers .item:last-of-type:after {
    display: none;
}

.services-da .numbers .item h2 {
    font-size: 70px;
}

.services-da .numbers .item h2 span {
    font-size: 40px;
    font-weight: 300;
}

.services-da .serv-box {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.services-da .serv-box:last-child {
    border-top: none;
}

.services-da .serv-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 500px;
    padding: 60px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: #121212;
    position: relative;
    overflow: hidden;
}

.services-da .serv-item h5 {
    line-height: 1.2;
}

/* .services-da .serv-item:hover p, .services-da .serv-item:hover .butn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } */
/*.services-da .serv-item .img,
.services-da .serv-item video {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 10%;
    bottom: 10%;
}
*/

.services-da .serv-item .img {
    margin: 0 0 -60px;
}

.services-da .serv-item video {
    width: 100%;
    filter: hue-rotate(0deg);
    animation: colorShift 10s infinite linear;
    mix-blend-mode: lighten;
}

.services-da .serv-item .read-more {
    color: rgb(255, 255, 255, 0.7);
    margin-top: 15px;
    transition: all 0.3s ease;
    font-weight: bold;
}
.services-da .serv-item .read-more:hover {
    color: #fff;
} 

.services-da .serv-item .read-more span {
    position: relative;
    top: -2px;
    transition: all 0.3s ease;
}
.services-da .serv-item .read-more:hover span {
    position: relative;
    top: 4px;
}

#ai-automation .serv-item:last-child {
    display: none;
  }

@media screen and (min-width: 768px) {
    .services-da .serv-box:nth-child(3) .serv-item:nth-child(2) {
        margin-top: 0;
    }
    #ai-automation .serv-item:last-child {
        display: block;
      }
}

.services-da .serv-box:nth-child(3) .serv-item:nth-child(2) .img {
    margin: 0 0 -20px;
}

.services-da .serv-box:nth-child(2) .serv-item:nth-child(2) video {
    filter: hue-rotate(0deg);
    animation: colorShift 10s 1s infinite reverse linear;
}

.services-da .serv-box:nth-child(2) .serv-item:nth-child(3) video {
    filter: hue-rotate(0deg);
    animation: colorShift 10s 2s infinite linear;
}

.services-da .serv-box:nth-child(3) .serv-item:nth-child(2) video {
    filter: hue-rotate(0deg);
    animation: colorShift 10s 3s infinite reverse linear;
}

.services-da .serv-item .cont span {
    font-size: 13px;
}

.services-da .serv-item p {
    color: #fff;
}

.services-da .serv-item .butn {
    color: #1d1d1d;
    background: #fff;
    padding: 8px 20px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-da .serv-item .cont img {
    width: 100%;
    max-width: 225px;
    object-fit: contain;
}

.services-da .serv-item .cont ul {
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

.services-da .serv-item .cont ul li::before {
    content: '·';
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -18px;
}

.services-da .serv-item.col-lg-8 p {
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    .services-da .serv-item.col-lg-8 {
      border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
}

.services-ds {
    background: #121212;
}

.services-ds .item {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-ds .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-ds .item .title h2 {
    font-size: 128px;
    line-height: 128px;
    letter-spacing: -4px;
}

.services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px;
}

.services-ds .item .icon img {
    width: 30px;
}

.services-ds .item .title {
    position: relative;
    margin-bottom: -70px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-ds .item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.services-ds .item:hover .title {
    margin-bottom: 0;
    color: #A3E328;
}

.services-accord {
    background: #121212;
}

.services-accord .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0;
}

.services-accord .accordion .accordion-item:last-of-type .accordion-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-accord .accordion .accordion-item:last-of-type .accordion-body {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-accord .accordion .accordion-title {
    color: #8e8e8e;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.services-accord .accordion .accordion-title h2 {
    font-size: 70px;
}

.services-accord .accordion .accordion-title .icon svg {
    width: 40px;
    height: 40px;
}

.services-accord .accordion .accordion-body {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.services-accord .accordion-collapse.show .accordion-body {
    border-top: 0;
}

.services-accord .accordion .accordion-body .list {
    margin-top: 20px;
}

.services-accord .accordion .accordion-body .list ul {
    padding-left: 10px;
}

.services-accord .accordion .accordion-body .list span,
.services-accord .accordion .accordion-body .list ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.2;
}

.services-accord .accordion .accordion-body .list ul li {
    margin-top: 0;
}

.services-accord .accordion .accordion-body .list ul li:before {
    content: '·';
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.services-accord .accordion .accordion-title .icon svg path { fill: #8e8e8e; }
.services-accord .accordion .accordion-title:not(.collapsed) .icon svg path { fill: #0047FF; }
.services-accord .accordion .accordion-item:nth-child(2) .accordion-title:not(.collapsed) .icon svg path { fill: #aa00ff; }
.services-accord .accordion .accordion-item:nth-child(3) .accordion-title:not(.collapsed) .icon svg path { fill: #ff00aa; }
.services-accord .accordion .accordion-item:last-child .accordion-title:not(.collapsed) .icon svg path { fill: #ff0000; stroke: none; }

@media screen and (max-width: 768px) {
    .services-accord .accordion .accordion-title {
        color: #fff;
    }
    .services-accord .accordion .accordion-title .icon svg path { fill: #8e8e8e; }
    .services-accord .accordion .accordion-title .icon svg path { fill: #0047FF; }
    .services-accord .accordion .accordion-item:nth-child(2) .accordion-title .icon svg path { fill: #aa00ff; }
    .services-accord .accordion .accordion-item:nth-child(3) .accordion-title .icon svg path { fill: #ff00aa; }
    .services-accord .accordion .accordion-item:last-child .accordion-title .icon svg path { fill: #ff0000; stroke: none; }
}


@media screen and (min-width: 768px) {
    .services-accord .accordion .accordion-title:not(.collapsed) {
        color: #fff;
    }
}

.marq-sa {
    overflow: hidden !important;
}

.marq-sa .item {
    padding: 0 40px !important;
    position: relative;
}

/* .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } */
.marq-sa .item h2 {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    -webkit-background-clip: text;
}

.marq-sa .item h2 span {
    font-size: 54px;
}

/* --------------- Works --------------- */
.work-da .item {
    position: relative;
}

.work-da .item .img {
    height: 470px;
    border-radius: 15px;
}

/* --------------- Clients --------------- */
.clients-sa .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
}

.clients-sa .item .img {
    width: 100px;
}

.clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px;
}

.clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testimonials-sa {
    position: relative;
    overflow: hidden;
}

.testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2;
}

.testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px;
}

.testimonials-sa .gl-rate .icon {
    width: 35px;
}

.testimonials-sa .gl-rate .cont {
    padding-left: 30px;
}

.testimonials-sa .gl-rate .cont h6 {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
    font-size: 12px;
    opacity: .7;
    margin-top: 2px;
}

.testimonials-sa .swiper-slide {
    height: auto;
}

.testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.testimonials-sa .item .rate h5 {
    font-size: 16px;
}

.testimonials-sa .item .rate .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-sa .item .info .info-text {
    padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line>div {
    padding: 0;
}

.awards-sa .item-line>div:last-of-type {
    text-align: right;
}

.awards-sa .item-line:hover:after {
    height: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 14px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
    height: 470px;
    border-radius: 15px;
}

.blog-sa .item .cont .info a {
    font-size: 14px;
}

.blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
    padding: 120px 60px;
/*    background-image: url(../imgs/header/g-back.png);
    background-size: cover;
    background-position: center center; */    
    background: linear-gradient(320deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 30px;
    overflow: hidden;
}

.contact-sa .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contact-sa .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

/* .contact-sa .contact-form button {
  background: transparent;
  color: #fff; } */

.crv-butn button {
    background: transparent;
    border: none;
}

/* --------------- footer --------------- */

footer .sec-head {
    padding-left: 20px;
}

.footer-sa .logo {
    width: 160px;
}

.footer-sa .contact-info .item {
    margin-bottom: 50px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: start;
    padding-left: 20px;
}

.footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-sa .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 10px;
}

.footer-sa .social-icon a:hover {
    border-color: #fff;
}

.footer-sa .sub-footer .copy p {
    font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
    color: #fff;
}

.footer-sa .sub-footer .links {
    width: 100%;
}

.footer-sa .sub-footer .links a {
    font-size: 14px;
}

.footer-sa .sub-footer .links .active {
    color: #fff;
}

#footer-logo img {
    width: 220px;
    object-fit: contain;
    margin-top: 18px;
}

.footer-sa h4 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .footer-sa h4 {
        margin-top: 0;
    }
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

main {
    position: relative;
}

main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/stars.svg);
    background-repeat: repeat;
    opacity: .3;
    z-index: -1;
}

h1 {
    font-size: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    letter-spacing: -2px;
}

h5 {
    font-size: 32px;
    letter-spacing: -1px;
}

h6 {
    font-size: 24px;
}

.sub-color {
    color: #8e8e8e;
}

.sub-head {
    font-size: 20px;
    line-height: 28px;
}

p {
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
}

/*.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }*/

.loader-wrap svg {
    fill: #1d1d1d;
}

/* .butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; } */

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.white_arrow {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {

    #hero_services {
        position: relative;
        top: 140px;
    }

    #hero_solutions {
        position: relative;
        bottom: 130px;
    }

    #services_numbers {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

}


/* ====================== [ From Digital Marketing example ] ====================== */
.crv-butn span {
    background: #0000FF;
    color: #fff;
}

.crv-butn .text {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    position: relative;
}

nav .crv-butn .text {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
}

@media (min-width: 768px) {
    nav .crv-butn .text {
        line-height: 40px;
        font-size: 15px;
        font-weight: 500;
        padding: 0 20px;
        border-radius: 30px;
        position: relative;
    }

}

.crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.crv-butn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: -10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn:hover .text:after {
    border-radius: 50%;
    top: calc(50% - 5px);
    right: 0;
    height: 10px;
}

.crv-butn:hover .icon {
    margin-left: 5px;
}

.crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; } */


/* From Creative Studio  */

/* --------------- Works --------------- */
.work-card .card-item {
    margin-bottom: 30px;
    display: block;
}

.work-card .card-item .img {
    position: relative;
    height: 650px;
    border-radius: 15px;
    overflow: hidden;
}

.work-card .card-item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
    background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
    background-image: -o-linear-gradient(top, var(--theme-color), transparent);
    background-image: linear-gradient(to bottom, var(--theme-color), transparent);
    opacity: .6;
}

.work-card .card-item .img .tags {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}

.work-card .card-item .img .tags a {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.work-card .card-item .img video {
    height: 100%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }

@media (min-width: 768px) {
    .work-card .card-item .img video {
        width: 100%;
        height: auto;
    }
}


.work-card .card-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    z-index: 3;
}

.work-card .card-item h5.bottom {
    top: auto;
    bottom: 30px;
}

.work-card .card-item h5.left {
    text-align: left;
    padding-left: 30px;
}

.work-card .card-item h5.right {
    text-align: right;
    padding-right: 30px;
}

.section-padding.smaller {
    padding-bottom: 50px;
}

.section-padding.xsmaller {
    padding-bottom: 30px;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0000FF;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.testimonials-ds .qoute-icon .text {
    width: 240px;
    animation: rotation 20s linear infinite; /* Définit l'animation */
}

.testimonials-ds .qoute-icon .text p {
    font-weight: bold;
    color: #fff;
}

@keyframes rotation {
  from {
    transform: rotate(0deg); /* Point de départ de la rotation */
  }
  to {
    transform: rotate(360deg); /* Point d'arrivée de la rotation */
  }
}

.testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}

.testimonials-ds .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px;
}

.testimonials-ds .text p {
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.4;
}

.testimonials-ds .swiper {
    position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 2px 15px 7px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0000FF;
}

.sub-bg {
    background: #18191b;
}

/* --------------- Works --------------- */
.work-card .card-item {
    margin-bottom: 30px;
}

.work-card .card-item .img {
    position: relative;
    height: 650px;
    border-radius: 15px;
    overflow: hidden;
}

.work-card .card-item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, black, transparent);
    opacity: 0.6;
}

.work-card .card-item .img .tags {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}

.work-card .card-item .img .tags a {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
}

.work-card .card-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    line-height: 1;
    letter-spacing: normal;
    z-index: 3;
}

.work-card .card-item h5.bottom {
    top: auto;
    bottom: 30px;
}

.work-card .card-item h5.left {
    text-align: left;
    padding-left: 30px;
}

.work-card .card-item h5.right {
    text-align: right;
    padding-right: 30px;
}


.copyright_prisma {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-top: 35px !important;
}

.copyright_prisma.socials {
    /* padding-right: 70px; */
}

.copyright_prisma small {
    font-size: 0.7em;
    opacity: 0.15;
}

.dark-gradient {
    background-image: linear-gradient(to bottom, #121212 0%, #131313 25%, #141414 50%, #151515 100%);
}

.gray-gradient {
    background-image: linear-gradient(to bottom, #18191b, #111111);
    background-repeat: no-repeat;
    background-size: 100% 50px;
    background-position: center bottom;
}

.blue_text {
    color: #0000FF;
}

.clients-logos {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
}

.single_logo {
    margin-bottom: 10px;
    text-align: center;
}

.single_logo .img {
    width: 100%;
}

.single_logo .img {
    width: 100%;
    aspect-ratio: 3/2;
    display: flex;
    justify-content: center;
    align-content: center;
}

.single_logo .img a {
    display: flex;
    width: 100%;
    justify-content: center;
  }

.clients-logos img {
    max-width: 140px;
    max-height: 120px;
    object-fit: contain;
    filter: brightness(0) invert(1) grayscale(100%) contrast(100%);
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.gradient_border {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(45deg,
            hsl(240deg 100% 50%) 0%,
            hsl(250deg 100% 50%) 8%,
            hsl(260deg 100% 50%) 17%,
            hsl(270deg 100% 50%) 25%,
            hsl(280deg 100% 50%) 33%,
            hsl(290deg 100% 50%) 42%,
            hsl(300deg 100% 50%) 50%,
            hsl(310deg 100% 50%) 58%,
            hsl(320deg 100% 50%) 67%,
            hsl(330deg 100% 50%) 75%,
            hsl(340deg 100% 50%) 83%,
            hsl(350deg 100% 50%) 92%,
            hsl(0deg 100% 50%) 100%);
    border-image-slice: 1;
    /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; */
}

.gradient-background {
    background-image: linear-gradient(45deg,
            hsl(240deg 100% 50%) 0%,
            hsl(250deg 100% 50%) 8%,
            hsl(260deg 100% 50%) 17%,
            hsl(270deg 100% 50%) 25%,
            hsl(280deg 100% 50%) 33%,
            hsl(290deg 100% 50%) 42%,
            hsl(300deg 100% 50%) 50%,
            hsl(310deg 100% 50%) 58%,
            hsl(320deg 100% 50%) 67%,
            hsl(330deg 100% 50%) 75%,
            hsl(340deg 100% 50%) 83%,
            hsl(350deg 100% 50%) 92%,
            hsl(0deg 100% 50%) 100%);
    border-radius: 1000px;
    padding: 4px;
}

.section-padding-medium {
    padding-top: 100px;
    padding-bottom: 0;
}

#services {
    padding-bottom: 0;
}

#services_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#services_title h3 {
    color: rgb(255, 255, 255, 0.5);
}

#services_title h3 span {
    color: #fff;
}

#services_title h3 span.gradient_border {
    border-bottom: none;
}


.section-padding-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text_white {
    color: #fff;
}

@media screen and (min-width: 768px) {

    .clients-logos {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        padding: 30px;
    }

    #services_title h3 span.gradient_border {
        border-bottom: 4px solid transparent;
        border-image: linear-gradient(45deg, hsl(240deg 100% 50%) 0%, hsl(250deg 100% 50%) 8%, hsl(260deg 100% 50%) 17%, hsl(270deg 100% 50%) 25%, hsl(280deg 100% 50%) 33%, hsl(290deg 100% 50%) 42%, hsl(300deg 100% 50%) 50%, hsl(310deg 100% 50%) 58%, hsl(320deg 100% 50%) 67%, hsl(330deg 100% 50%) 75%, hsl(340deg 100% 50%) 83%, hsl(350deg 100% 50%) 92%, hsl(0deg 100% 50%) 100%);
        border-image-slice: 100%;
        border-image-slice: 1;
      }

}

#services_top_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

#numbers_1,
#numbers_2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
    #numbers_1,
    #numbers_2 {
        border-bottom: none;
    }
}


/* single portfolio */

.proj-details .accordion {
    margin-top: 40px;
}

.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  cursor: pointer; }

  .proj-details .accordion-item .accordion-header {
    background: transparent; }
    .proj-details .accordion-item .accordion-header button {
      background: transparent;
      color: inherit;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 15px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .proj-details .accordion-item .accordion-header button span {
        font-size: 14px;
        margin-right: 25px; }
      .proj-details .accordion-item .accordion-header button:after {
        display: none; }
  .proj-details .accordion-item .accordion-body {
    padding: 0 0 15px 38px; }
    .proj-details .accordion-item .accordion-body p {
      font-size: 14px; }

@media (min-width: 768px) {
      .proj-details .accordion-item.active {
    border-color: #0000FF;
    pointer-events: none;}
    .proj-details .accordion-item.active button {
      color: #0000FF !important; }
}

.intro-portfolio .icon svg {
  width: 40px;
  height: 40px;
}

.intro-portfolio h6 {
    font-size: 16px;
}

@media (min-width: 768px) {
    .intro-portfolio h6 {
        font-size: 20px;
    }
}

.intro-portfolio .row > div:nth-child(1) svg path { fill: #0047FF; stroke: none; }
.intro-portfolio .row > div:nth-child(2) svg path { fill: #aa00ff; stroke: none; }
.intro-portfolio .row > div:nth-child(3) svg path { fill: #ff00aa; stroke: none; }
.intro-portfolio .row > div:nth-child(4) svg path { fill: #ff0000; stroke: none; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
    .sec-head .sub-head {
        margin-bottom: 30px !important;
    }

    .header-da {
        padding: 120px 0 0 0;
    }

    .header-da .caption span {
        font-size: 90px;
    }

    .header-da .caption span.play {
        font-size: 90px;
        margin: -10px 0 0;
    }

    .header-da .icon-img-100 {
        width: 80px !important;
    }

    .header-da .shape {
        width: 90%;
        left: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .services-da .serv-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .services-accord .accordion .accordion-title h2 {
        font-size: 74px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .logo {
        width: 175px;
    }

    .accordion-item:not(:first-of-type) {
        padding-top: 30px;
    }

    .marq-sa .item h2 span {
        font-size: 40px;
    }

    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .footer-logo img {
        width: 250px;
    }

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

    .accordion-collapse {
        display: block !important;
    }

    .navbar .logo img {
        max-width: 150px;
    }

    .sec-head {
        display: block !important;
    }

    .sec-head h4 {
        font-size: 30px;
    }

    .sec-head .ml-auto {
        margin: 15px !important;
    }

    .header-da .icon-img-100 {
        display: none;
    }

    .header-da .caption span.play {
        font-size: 58px;
    }

    .header-da .caption span {
        font-size: 58px;
    }

    .header-da .caption .text {
        margin-bottom: 15px;
    }

    .header-da {
        padding-bottom: 120px;
    }

    .services-accord .accordion .accordion-title {
        padding: 15px 0;
    }

    .services-accord .accordion .accordion-title h2 {
        font-size: 45px;
    }

    .services-accord .accordion .accordion-title .d-flex {
        display: block !important;
    }

    .contact-sa .box {
        padding: 120px 40px;
    }

    .menu-icon {
        display: block;
    }

    .testimonials-ds .qoute-icon .text {
        width: 180px;
    }

    .testimonials-ds .qoute-icon .icon {
        width: 80px;
    }

    .testimonials-ds .item h4 {
        font-size: 25px;
        letter-spacing: normal;
    }

}

/* Portfolio cards  */

@media screen and (max-width: 768px) {
    .work-card .card-item .img {
        height: 500px;
    }

    .work-card .card-item h5 {
        font-size: 40px;
    }

    .services-cst .item .title h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .services-cst .item .title .list {
        display: none;
    }

    .services-cst .item .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .services-cst .item .icon img {
        width: 25px;
    }

    .testimonials-ds .qoute-icon .text {
        width: 180px;
    }

    .testimonials-ds .qoute-icon .icon {
        width: 80px;
    }

    .testimonials-ds .item h4 {
        font-size: 25px;
        letter-spacing: normal;
    }
}

/* ==================== Contact Form Messages ==================== */

.form-message {
    margin-top: 30px;
    padding: 20px 25px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    animation: slideInUp 0.4s ease-out;
    border: 1px solid transparent;
}

.form-message-success {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
    color: #16a34a;
}

.form-message-error {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #dc2626;
}

.form-message .message-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-message .message-icon {
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.form-message .message-text {
    line-height: 1.5;
}

/* Spinner for loading state */
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for messages */
@media screen and (max-width: 768px) {
    .form-message {
        margin-top: 20px;
        padding: 16px 20px;
        font-size: 14px;
    }
    
    .form-message .message-content {
        gap: 10px;
    }
    
    .form-message .message-icon {
        font-size: 18px;
    }
}
