.studio-banner {
    margin-top: 0vw;
    display: flex;
    justify-content: center;
    height: 26vw;
    align-items: center;
    flex-direction: column;
    padding-left: 43vw;
    padding-right: 14vw;
}
.studio-banner p {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}
.studio-banner .svg1 {
    position: absolute;
    left: 0vw;
    top: -1vw;
    width: 40vw;
    height: 28vw;
}


.list-creative {
    padding:0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    counter-reset: Item;
    gap: 2vw;
}

.list-creative li {
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 2vw;
    border-top-right-radius: 2vw;
    flex: 1;
    color: var(--taktical-text-blue);
    padding: 4vw 2vw 2vw;
    font-weight: 100;
    box-shadow: 0px 6px 18px -11px #ccc;
    font-size: 1.1vw;
    line-height: 1.4vw;
    letter-spacing: -0.03vw;
    margin: 7vw 0 0;
    flex-basis: 22vw;
}
.list-creative li:after{
    counter-increment: Item;
    content: counter(Item);
    position: absolute;
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-creative li strong {
    width: 100%;
    display: block;
    margin-bottom: 0.5vw;
    font-size: 1.8vw;
    line-height: 2vw;
}

.list-creative li:after {
    counter-increment: Item;
    content: counter(Item);
    position: absolute;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/studio/creative-diamond.svg) no-repeat;
    background-size: 100%;
    color: #fff;
    border-radius: 1vw;
    font-size: 2vw;
    top: -2vw;
    left: 0;
    right: 0;
    margin: auto;
}

.list-creative li:before {
    content: '';
    position: absolute;
    top: -4.5vw;
    left: 12.4vw;
    background: url(../images/studio/arrow-over-head.svg) no-repeat;
    background-size: 100%;
    height: 5vw;
    width: 21.4vw;
}

.list-creative li:nth-child(3n):before{
    display: none;
}

.optim {
    margin: 3vw auto;
    width: 100%;
    padding: 4px;
    /*border: 3px solid #d4d9ff;*/
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 3.6vw;
    border-top-right-radius: 3.6vw;
}
.optim-txt {
    max-width: 30vw;
    margin: 1.2vw auto;
}

.optim-txt .site-heading {
    font-size: 2.2vw;
    line-height: 2.8vw;
    margin-bottom: 0.5vw;
}
.optim-txt .site-para {
    font-size: 1.2vw;
    line-height: 1.6vw;
}
.optim-txt .site-para:last-child{
    margin: 0;
}

.optim svg:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0vw;
    height: 11vw;
    width: 25vw;
}
.optim svg:last-child {
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    height: 11vw;
    width: 25vw;
}


/*************** taktical sav slider ************/
.taktical-nav-slider {
    margin: 0vw auto;
    gap: 3vw;
}
.taktical-nav-slider .nav-link {
    background: var(--taktical-light-blue);
    margin-bottom: 1vw;
    padding: 1.2vw 3vw;
    font-size: 1.2vw;
    line-height: 1.4vw;
    box-shadow: 0vw 10px 10px -8px rgb(0 0 0 / 12%);
    border-radius: 1vw;
    letter-spacing: -0.02vw;
    font-weight: 100;
    min-height: 5vw;
    max-width: 25vw;
    text-align: left;
}

.taktical-nav-slider .nav-link:last-child{
    margin-bottom: 0;
}

.taktical-nav-slider .nav-pills .nav-link.active{
    background-color: var(--taktical-blue);
}
.taktical-nav-slider .tab-content {
    width: 60%;
}


.taktical-nav-slider .studio-slide {
    max-width: 100%;
    width: 100%;
    height: 40vw;
    object-fit: contain;
    filter: drop-shadow(0px 8px 14px rgba(0,0,0,0.12));
    display: block;
    margin: auto;
}



.our-work-container {
    width: 70vw;
    margin: auto;
}

.our-work-container ul{
    display: flex;
    padding: 0;
    list-style-type: none;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.our-work-container ul li {
    position: relative;
    width: auto;
    margin: 0.5vw;
    overflow: hidden;
    border-radius: 3vw 0vw 3vw 0vw;
    height: 19vw;
    width: 34vw;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.our-work-container ul li:nth-child(n){
    width: 34vw;
}
.our-work-container ul li:nth-child(2n){
    width: 34vw;
}

.our-work-container ul li:nth-child(3n){
    width: 43vw;
}
.our-work-container ul li:nth-child(4n){
    width: 25vw;
}

.our-work-container ul li:nth-child(5n){
    width: 34vw;
}
.our-work-container ul li:nth-child(6n){
    width: 34vw;
}


.our-work-container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-work-container ul li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transform-origin: bottom right;
    background-color: rgb(91 86 234 / 50%);
    transition: all 0.2s ease-in;
    border-radius: 3vw 0vw 3vw 0vw;
    opacity: 0;
}
.our-work-container ul li:hover span{
    transform: scale(1);
    opacity: 1;
}
.our-work-container ul li span a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--taktical-orange);
    color: var(--taktical-text-blue);
    width: 10vw;
    padding: 0.7vw 0.5vw;
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    border-radius: 0vw 1vw 0vw 1vw;
    box-shadow: 0.1vw 0.2vw 0.6vw 0.1vw rgb(24 24 24 / 14%);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.our-work-container ul li span a::after {
    content: '';
    display: block;
    position: absolute;
    top: -5vw;
    left: -12vw;
    background: #fff;
    width: 5vw;
    height: 10vw;
    opacity: .3;
    transform: rotate(-45deg);
    border-radius: 46vw;
}
.our-work-container ul li span a:hover::after{
    left: 107%;
    transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
}

.our-work {
    margin: 5vw auto;
}
@media (max-width:767px){
    .our-work {
    margin: 10vw auto;
}
   .studio-banner {
    min-height: 150vw;
    padding: 90vw 7vw 25vw;
    height: auto;
}
    .studio-banner .svg1{
        top: -5vw;
    width: 92vw;
    height: 97vw;
    }
    .studio-banner .svg2 {
        transform: rotate(90deg);
        right: -4vw;
        width: 40vw;
        height: 34vw;
        bottom: 0;
        top: inherit;
    }
   .studio-banner .site-heading {
    margin-left: 0;
    margin-top: 0;
    margin-right: auto;
}

    .taktical-nav-slider .tab-content {
        width: 100%;
    }
    .taktical-nav-slider .studio-slide {
        height: auto;
    }
    .taktical-nav-slider .nav-pills .nav-link {
    max-width: 100%;
    width: 45vw;
    flex: 1 1 35vw;
    font-size: 3.8vw;
    line-height: 1;
    padding: 2vw;
    min-height: 14vw;
    align-self: stretch;
    box-shadow: 0vw 18px 20px -7px rgb(0 0 0 / 12%);
    text-align: center;
}
    .taktical-nav-slider .nav {
        gap: 3vw;
    }
    
    .list-creative li {
        flex-basis: 100%;
        padding: 5vw 8vw 5vw;
        font-size: 4vw;
        line-height: 5vw;
        border-bottom-left-radius: 5vw;
        border-top-right-radius: 5vw;
        margin: 7vw 0 0 10vw;
    }
    .list-creative li:after {
        margin: 0;
        left: -7vw;
        width: 14vw;
        height: 14vw;
        top: -7vw;
        font-size: 6vw;
        line-height: 6vw;
    }
    .list-creative li:before {
    width: 11.5vw;
    height: 3vw;
    rotate: 172deg;
    left: -9vw;
    right: auto;
    margin: 0;
    transform: skew(-80deg, -78deg);
    top: 21vw;
}
    .list-creative li strong {
        font-size: 5.4vw;
        line-height: 6.8vw;
        margin-bottom: 3vw;
    }
    .optim {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .optim-txt {
        max-width: 100%;
        margin: 7vw auto;
        text-align: center;
    }
    .optim svg:first-child {
        rotate: 90deg;
        left: -10.3vw;
        top: 7vw;
        width: 35vw;
        height: 20vw;
        z-index: 0;
    }
    .optim svg:last-child {
        position: absolute;
        right: 0vw;
        bottom: -3vw;
        height: 20vw;
        width: 35vw;
        z-index: 0;
    }
    .optim-txt .site-heading {
        text-align: center;
        font-size: 10vw;
        line-height: 10vw;
        margin-bottom: 3vw;
        z-index: 1;
        position: relative;
    }
    .optim-txt .site-para {
        font-size: 4vw;
        line-height: 5vw;
        position: relative;
        z-index: 1;
        padding: 0 5vw;
    }
    .list-creative {
        margin: 0 0 5vw;
    }
    

    .our-work-container {
        width: 100%;
    }
    .our-work-container ul li {
        width: 38.5vw;
        margin: 3vw auto 0vw;
        border-radius: 4vw 0vw 4vw 0vw;
        height: 36vw;

    }
   .our-work-container ul li:nth-child(n){
    width: 100%;
}
.our-work-container ul li:nth-child(2n){
    width: 100%;
}

.our-work-container ul li:nth-child(3n){
    width: 100%;
}
.our-work-container ul li:nth-child(4n){
    width: 100%;
}

.our-work-container ul li:nth-child(5n){
    width: 100%;
}
.our-work-container ul li:nth-child(6n){
    width: 100%;
}
    .our-work-container ul li span a{
        width: 25vw;
        padding: 1.7vw 0;
        font-size: 3.8vw;
        line-height: 4vw;
        min-height: 9vw;
        right: 3vw;
        bottom: 3vw;
        border-radius: 0vw 2vw 0vw 2vw;
    }
    .taktical-nav-slider {
    margin: 10vw auto;
}
}


.creative-testing-slider{
    padding-left: 3vw;
    overflow: hidden;
    position: relative;
}
.creative-testing-slider .swiper-slide {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: auto !important;
    padding: 0 0 0 5vw;
}
.creative-testing-slider .swiper-slide .cont {
    width: 35vw;
}
.creative-testing-slider .swiper-slide img {
    height: 22vw;
    width: auto;
    margin: 2vw auto;
}
.creative-testing-slider .slide-head {
    color: var(--taktical-orange);
    font-weight: 400;
    font-size: 3vw;
    line-height: 1;
    letter-spacing: -0.05vw;
    margin-bottom: 1vw;
}
.creative-testing-slider .cont p {
    color: var(--taktical-blue);
    font-weight: 200;
    margin: 0;
}
.creative-testing-slider .swiper-pagination.swiper-pagination-bullets, .creative-testing-slider>.swiper-pagination-bullets {
    right: inherit;
    left: 1.5vw;
    top: 3vw;
    transform: none;
    bottom: 0;
    margin: auto;
    width: 4vw;
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet{
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    width: 3vw;
    height: 3vw;
    font-weight: 500;
    color: var(--anim-color-fade);
    font-size: 1.8vw;
    line-height: 1.8vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 ;
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    background-color: var(--taktical-light-blue);
    width: 3vw;
    height: 3vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.5vw;
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #fff;
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    background-color: var(--taktical-orange);
   /* animation: pulse 2s ease-out infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;*/
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    background: url(../images/studio/testslide-dot-path.svg) no-repeat;
    width: 1vw;
    height: 7.5vw;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -2;
    animation: motiony 2s ease-out infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;
}
.creative-testing-slider .swiper-pagination .swiper-pagination-bullet:last-child:after{
    display: none;
}

@keyframes motiony{
    0%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(-5%);
    }
    100%{
        transform: translateY(0%);
    }
}

/*@keyframes pulse{
    0%{
        transform:scale(1) rotate(45deg);
    }
    50%{
        transform:scale(1.1) rotate(45deg);
    }
    100%{
        transform:scale(1) rotate(45deg);
    }
}*/

@media (max-width:767px){
    .creative-testing-slider .swiper-slide{
        flex-direction: column;
        padding: 20vw 0 0;
    }
    .creative-testing-slider .swiper-slide .cont{
        width: 100%;
    }
    .creative-testing-slider .swiper-slide img {
        height: 60vw;
        width: 100%;
        margin: 5vw auto;
        object-fit: contain;
    }
    .creative-testing-slider .slide-head {
        font-size: 8vw;
        line-height: 1;
    }
    .creative-testing-slider .cont p {
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .creative-testing-slider .swiper-pagination .swiper-pagination-bullet {
        width: 10vw;
        height: 10vw;
        font-size: 6.2vw;
        line-height: 1;
    }
   .creative-testing-slider .swiper-pagination.swiper-pagination-bullets, .creative-testing-slider>.swiper-pagination-bullets {
    top: 2vw;
    left: 0;
    right: 0;
    bottom: inherit;
    display: flex;
    justify-content: space-around;
    height: 12vw;
    width: 100%;
}
    .creative-testing-slider .swiper-pagination .swiper-pagination-bullet::before {
        width: 10vw;
        height: 10vw;
        top: 0;
        left: 0;
        border-radius: 2vw;
    }
    .creative-testing-slider .swiper-pagination .swiper-pagination-bullet::after {
        rotate: -90deg;
        height: 19vw;
        right: -25vw;
        width: 8vw;
        top: -7.2vw;
    }
}

@media (min-width: 1919.99px) {
  .studio-banner {
    margin-top: 0px;
    height: 499.2px;
    padding-left: 825.6px;
    padding-right: 268.8px;
    align-items: inherit;
  }

  .studio-banner .svg1 {
    left: 0px;
    top: -19.2px;
    width: 768px;
    height: 537.6px;
  }

  .list-creative {
    gap: 38.4px;
  }

  .list-creative li {
    border-bottom-left-radius: 38.4px;
    border-top-right-radius: 38.4px;
    padding: 76.8px 38.4px 38.4px;
    box-shadow: 0px 6px 18px -11px #ccc;
    font-size: 21.12px;
    line-height: 26.88px;
    letter-spacing: -0.576px;
    margin: 134.4px 0 0;
    flex-basis: 422.4px;
  }

  .list-creative li:after {
    counter-increment: Item;
    content: counter(Item);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 192px;
  }

  .list-creative li strong {
    margin-bottom: 9.6px;
    font-size: 34.56px;
    line-height: 38.4px;
  }

  .list-creative li:after {
    counter-increment: Item;
    content: counter(Item);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/studio/creative-diamond.svg) no-repeat;
    background-size: 100%;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.8px;
    height: 76.8px;
    border-radius: 19.2px;
    font-size: 38.4px;
    top: -38.4px;
  }

  .list-creative li:before {
    content: '';
    position: absolute;
    background: url(../images/studio/arrow-over-head.svg) no-repeat;
    background-size: 100%;
    top: -86.4px;
    left: 238.08px;
    height: 96px;
    width: 410.88px;
  }

  .list-creative li:nth-child(3n):before {
    display: none;
  }

  .optim {
    margin: 57.6px auto;
    padding: 4px;
    border-bottom-left-radius: 69.12px;
    border-top-right-radius: 69.12px;
  }

  .optim-txt {
    max-width: 576px;
    margin: 23.04px auto;
  }

  .optim-txt .site-heading {
    font-size: 42.24px;
    line-height: 53.76px;
    margin-bottom: 9.6px;
  }

  .optim-txt .site-para {
    font-size: 23.04px;
    line-height: 30.72px;
  }

  .optim svg:first-child {
    bottom: 0px;
    height: 211.2px;
    width: 480px;
  }

  .optim svg:last-child {
    right: 0px;
    bottom: 0px;
    height: 211.2px;
    width: 480px;
  }

  /*************** taktical sav slider ************/
  .taktical-nav-slider {
    margin: 0px auto;
    gap: 57.6px;
  }

  .taktical-nav-slider .nav-link {
    margin-bottom: 19.2px;
    padding: 23.04px 57.6px;
    font-size: 23.04px;
    line-height: 26.88px;
    border-radius: 19.2px;
    letter-spacing: -0.384px;
    min-height: 96px;
    max-width: 480px;
  }

  .taktical-nav-slider .studio-slide {
    height: 768px;
    filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.12));
  }

  .our-work-container {
    width: 1344px;
  }

  .our-work-container ul li {
    margin: 9.6px;
    border-radius: 57.6px 0px 57.6px 0px;
    height: 364.8px;
    width: 652.8px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
  }

  .our-work-container ul li:nth-child(n) {
    width: 652.8px;
  }

  .our-work-container ul li:nth-child(2n) {
    width: 652.8px;
  }

  .our-work-container ul li:nth-child(3n) {
    width: 825.6px;
  }

  .our-work-container ul li:nth-child(4n) {
    width: 480px;
  }

  .our-work-container ul li:nth-child(5n) {
    width: 652.8px;
  }

  .our-work-container ul li:nth-child(6n) {
    width: 652.8px;
  }

  .our-work-container ul li span {
    border-radius: 57.6px 0px 57.6px 0px;
  }

  .our-work-container ul li span a {
    width: 192px;
    padding: 13.44px 9.6px;
    right: 38.4px;
    bottom: 38.4px;
    border-radius: 0px 19.2px 0px 19.2px;
    box-shadow: 1.92px 3.84px 11.52px 1.92px rgb(24 24 24 / 14%);
  }

  .our-work-container ul li span a::after {
    top: -96px;
    left: -230.4px;
    width: 96px;
    height: 192px;
    border-radius: 883.2px;
  }

  .our-work {
    margin: 96px auto;
  }

  .creative-testing-slider {
    padding-left: 57.6px;
  }

  .creative-testing-slider .swiper-slide {
    padding: 0 0 0 96px;
  }

  .creative-testing-slider .swiper-slide .cont {
    width: 672px;
  }

  .creative-testing-slider .swiper-slide img {
    height: 422.4px;
    width: auto;
    margin: 38.4px auto;
  }

  .creative-testing-slider .slide-head {
    font-size: 57.6px;
    letter-spacing: -0.96px;
    margin-bottom: 19.2px;
  }

  .creative-testing-slider .swiper-pagination.swiper-pagination-bullets,
  .creative-testing-slider > .swiper-pagination-bullets {
    left: 28.8px;
    top: 57.6px;
    width: 76.8px;
  }

  .creative-testing-slider .swiper-pagination .swiper-pagination-bullet {
    width: 57.6px;
    height: 57.6px;
    font-size: 34.56px;
    line-height: 34.56px;
    margin-bottom: 96px;
  }

  .creative-testing-slider
    .swiper-pagination
    .swiper-pagination-bullet::before {
    content: '';
    background-color: var(--taktical-light-blue);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 57.6px;
    height: 57.6px;
    border-radius: 9.6px;
  }

  .creative-testing-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--taktical-orange);
  }

  .creative-testing-slider .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    background: url(../images/studio/testslide-dot-path.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -2;
    animation: motiony 2s ease-out infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;
    width: 19.2px;
    height: 144px;
  }
}
