html,body{
font-family : 'Roboto' !important;
}
body{
background-color:#fff !important;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 13px;
    height: 13px;
    background-color: #333;

    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 111px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    pointer-events: none;
    background: rgba(0,0,0,.045);
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;

}

  @media screen and (min-width:0 ) and (max-width:768px ) {
    #cursor-border,
    #cursor {
  display:none;
  }
  } .header-content{
        width: 100%;
        padding: 30px 30px 0 30px;
        background: #3b95bc;
        position: relative;
    }
    .header-content:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        opacity: .18;
        background-image: url(../../images/bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .header-content .contain{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        position: relative;
    }

    .header-content .left{
        width: 100%;
        margin: 0 auto;
        text-align: left;
        display: flex;
        justify-content: center;
    }
    .header-content .left .texts{
        width: 100%;
    }
    .header-content .gorsel{
        width: 100%;
        text-align: center;
        margin-top: auto;
        height: auto;
    }
    .header-content .gorsel img{
        margin-top: 100px;
        max-width: 90%;
    }
    .header-content .left .baslik{
        width: 900px;
        margin: 0 auto;
        font-size: 66px ;
        color: #fff;
        font-weight: 600;
        line-height: 66px;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    .header-content .left .spot{
        width: 600px;
        margin: 0 auto;
        font-size: 20px ;
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 40px;
        text-align: center;
    }
    .buttons-header{
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .buttons-header .btn1{
        border-radius: 200px;
        background-color: #fff;
        font-size: 14px ;
        margin:5px;
        color: #333;
        text-decoration: none!important;
        border: 1px solid transparent;
        padding: 15px 80px;
        font-weight: 600;
    }
    .buttons-header .btn2{
        border-radius: 200px;
        background-color: transparent;
        font-size: 14px ;
        color: #fff;
        margin:5px;
        text-decoration: none!important;
        border: 1px solid #fff;
        padding: 15px 80px;
        font-weight: 600;
    }
    .headerMarquee{
        width:100%;
        overflow:hidden;
        position:relative;
        margin:0;
    }

    .marqueeContainer{
        overflow:hidden;
        width:1000%;
        margin:0;
    }
    .marqueeItem{
        list-style:none;
        display:inline-block;
        padding:0 50px;
        font-size: 150px ;
        color:transparent;
        font-weight: bold;
        -webkit-text-stroke: 2px #fff;
    }
    @media screen and (min-width:0 ) and (max-width:767px ) {
        .header-content:before{
            background-image: url(../../images/bg.svg);
            background-size:  cover ;
            background-position:  right ;
            background-repeat: no-repeat;
            z-index: 0;
        }
        .header-content .left .spot,
        .header-content .left .baslik{
            width: 100%;
        }
        .header-content{
            padding: 10px 0 0 0;
        }
        .header-content .left .texts{
            width: 100%;
            text-align: center;
        }
        .header-content .left{
            width: 100%;
            flex:none;
            justify-content: center;
        }
        .header-content .gorsel{
            flex:none;
            width: 100%;
            text-align: center;
            margin-top: auto;
        }
        .header-content .gorsel img{
            max-width: 100%;
            margin-top: 30px;
        }
        .header-content .left .baslik {
            font-size: 40px;
            width: 90%;
            margin: 0 auto;
            line-height: 40px;
            margin-top: 10px;
            margin-bottom: 30px;
        }
        .header-content .left .spot{
            font-size: 18px ;
            width: 90%;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .buttons-header{
            justify-content: center;
        }
        .marqueeContainer{
            width:500%;
            white-space: nowrap;
        }
        .marqueeItem{
            padding:0 20px;
            font-size: 64px ;
        }
    }
    @media screen and (min-width:768px ) and (max-width:1200px ) {
        .header-content:before{
            background-image: url(images/bg.svg);
            background-size:  cover ;
            background-position:  right ;
            background-repeat: no-repeat;
            z-index: 0;
        }
        .header-content{
            padding: 10px 0 0 0;
        }
        .header-content .left {
            flex: none;
            width: 100%;
            text-align: left;
            display: flex;
            justify-content: center;
        }
        .header-content .left .baslik{
            margin-top: 0;
        }
        .header-content .left .baslik,
        .header-content .left .spot{
            text-align: center;
        }

        .header-content .left .baslik {
            width: 600px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .header-content .left .spot{
            width: 90%;
            margin: 0 auto;
            margin-bottom: 30px;

        }
        .buttons-header{
            justify-content: center;
        }
        .header-content .gorsel{
            flex:none;
            width: 100%;
            margin-top:0;
        }
        .header-content .gorsel img{
            margin-top: 50px;
            max-width: 95%;
        }
        .header-content .left .texts{
            width: 100%;
        }
    }
    .footer-content{
        width: 100%;
        height: auto;
        padding: 90px 30px 90px 30px;
        background: linear-gradient(315deg, #0d40a2, #01021d, #57108d);
        background-size: 600% 600%;
        -webkit-animation: backgroundGradient 15s ease infinite;
        -moz-animation: backgroundGradient 15s ease infinite;
        animation: backgroundGradient 15s ease infinite;
                                    overflow:hidden;
                                 
    }
    @-webkit-keyframes backgroundGradient {
        0%{background-position:94% 0%}
        50%{background-position:7% 100%}
        100%{background-position:94% 0%}
    }
    @-moz-keyframes backgroundGradient {
        0%{background-position:94% 0%}
        50%{background-position:7% 100%}
        100%{background-position:94% 0%}
    }
    @keyframes backgroundGradient {
        0%{background-position:94% 0%}
        50%{background-position:7% 100%}
        100%{background-position:94% 0%}
    }

    @-webkit-keyframes buttonGradient {
        0%{background-position:0% 22%}
        50%{background-position:100% 79%}
        100%{background-position:0% 22%}
    }
    @-moz-keyframes buttonGradient {
        0%{background-position:0% 22%}
        50%{background-position:100% 79%}
        100%{background-position:0% 22%}
    }
    @keyframes buttonGradient {
        0%{background-position:0% 22%}
        50%{background-position:100% 79%}
        100%{background-position:0% 22%}
    }

    .buttons-footer{
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .buttons-footer .btn1{
        border-radius: 200px;
        background-color: #fff;
        font-size: 14px ;
        margin:5px;
        color: #000;
        text-decoration: none!important;
        border: 1px solid transparent;
        padding: 10px 35px;
        font-weight: 600;
    }
    .buttons-footer .btn2{
        border-radius: 200px;
        background-color: transparent;
        font-size: 14px ;
        color: #fff !important;
        margin:5px;
        text-decoration: none!important;
        border: 1px solid #fff;
        padding: 10px 35px;
        font-weight: 600;
    }#popupModal .modal-body {
    padding: 0;
}
#popupModal .modal-content {
    border-radius: 0 !important;
}
#popupModal .modal-content .popup-kapat {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    color: #fff;
    font-size: 29px;
}
.scroll-top-button {
    position: fixed;
    bottom: 90px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #5b4cf1;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.scroll-top-button i {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.scroll-top-button:focus{
outline:none
}

  @media screen and (min-width:0 ) and (max-width:768px ) {
    .scroll-top-button {
          right: 10px;
      }
  } .tab-grid {
        border: 0;
        width: 101.7%;
        margin-left: -13px;
    }
    .tab-grid:after {
        content: "";
        display: flex;
        clear: both;
    }
    .tab-area {
        width: 100%;
        background-color: #f7f8fc;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .tab-area .insider {
        width: 1600px;
        margin: 0 auto;
    }
    .tab-area .insider .tab-titles {
        width: 100%;
    }
    .tab-area .insider .tab-desc {
        width: 700px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .tabbtn {
        border-radius: 200px;
        border: 1px solid transparent;
        background-color: transparent;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-right: 6px;
        margin-bottom: 6px;
        padding: 10px 30px;
    }
    .tabbtn:focus {
        outline: none;
    }
    .tabbtn:hover {
        color: #fff;
        background-color: #1871E5;
    }
    .tabbtn:active,
    .tabbtn.is-checked {
        color: #fff;
    }
    .tabbtn.is-checked {
        color: #fff;
        border-color: #1871E5 !important;
        background-color: #1871E5;
    }
    .button-group {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .element-item {
        position: relative;
        width: 25%;
        padding: 17px;
        height: auto;
    }
    .element-item .item-card {
        width: 100%;
        height: 100% !important;
        background-color: transparent;
        padding: 0;
        position: relative;
    }

    .element-item .item-card .ribbon {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 10px;
        font-weight: 600;
        line-height: 10px;
        color: #fff;
        padding: 9px 15px;
        border-radius: 15px 15px 15px 0;
        z-index: 9;
    }
    .element-item .item-card .image-demo {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow:0 4px 25px 0 rgba(0, 0, 0, .1);
        transition-duration: 0.2s; transition-timing-function: linear;
        border-radius: 12px;
    }
    .element-item .item-card .image-demo img {
        width: 100%;
        border-radius: 12px 12px 0 0;
        transition-duration: 0.2s; transition-timing-function: linear;
    }
    .element-item:hover .image-demo img{
        scale: 1.05;
    }
    .element-item .item-card .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px 10px;
    }
    .element-item .item-card .heading .title {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        flex: 1;
        text-align: center;
        display: block;
        text-decoration: none !important;
    }
    .element-item .item-card:hover .image-demo:after {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(255, 255, 255, 10) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(165, 14, 14, 0) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70%;
        padding: 20px;
        font-size: 18px;
        box-sizing: border-box;
        z-index: 7;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        content: "";
    }
    .demoya_git_img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 8;
        width: 100%;
        text-align: center;
        bottom: -100px;
        transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .element-item .item-card:hover .demoya_git_img {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
    }
    .demoya_git_img .insidetext {
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #5067c3;
        font-weight: 500;
        display: inline-block;
        border: 2px solid #5067c3;
        border-radius: 100px;
        margin: 0 auto;
        padding: 10px 30px;
    }
    @media screen and (min-width: 0) and (max-width: 500px) {
        .tab-area .insider .tab-desc,
        .tab-area .insider {
            width: 90%;
        }
        .element-item {
            width: 100%;
        }
        .tabbtn {
            margin-right: 6px;
            margin-bottom: 11px;
        }
        .tab-grid {
            margin-left: 0;
        }
    }
    @media screen and (min-width: 501px) and (max-width: 1023px) {
        .tab-area .insider .tab-desc,
        .tab-area .insider {
            width: 90%;
        }
        .element-item {
            width: 50%;
        }
        .tabbtn {
            margin-right: 6px;
            margin-bottom: 11px;
        }
        .tab-grid {
            margin-left: 0;
        }
    }
    @media screen and (min-width: 1024px) and (max-width: 1300px) {
        .tab-area .insider .tab-desc,
        .tab-area .insider {
            width: 90%;
        }
        .element-item {
            width: 33%;
        }
        .tabbtn {
            margin-right: 6px;
            margin-bottom: 11px;
        }
        .tab-grid {
            margin-left: 0;
        }
    }
    @media screen and (min-width: 1301px) and (max-width: 1600px) {
        .tab-area .insider .tab-desc,
        .tab-area .insider {
            width: 90%;
        }
        .element-item {
            width: 33%;
        }
        .tabbtn {
            margin-right: 6px;
            margin-bottom: 11px;
        }
        .tab-grid {
            margin-left: 0;
        }
    }.list-vitrin {
        width: 100%;
        background-color: #f7f8fc;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .list-vitrin .insider {
        width: 1600px;
        margin: 0 auto;
    }
    .list-vitrin .insider .head-titles{
        margin-bottom: 50px;
    }
    .list-vitrin .insider .titles {
        width: 100%;
    }
    .list-vitrin .insider .desc {
        width: 700px;
        margin: 0 auto;
    }
    .list-vitrin .insider .liste{
        width: 100%;
    }

    .list-vitrin .insider .liste .kattitles{
        margin-bottom: 40px;
    }
    .list-vitrin .insider .liste .kattitles .katname{
        font-size: 36px ;
        color: #000;
        font-weight: 600;
        text-align: center;
    }
    .list-vitrin .insider .liste .kattitles .katspot{
        font-size: 16px ;
        color: #333;
        margin-top: 10px;
        font-weight: 500;
        text-align: center;
    }
    .demo-list-area{
        width: 103.8%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .demo-list-area .list-demo-items{
        width: 22.5%;
        margin-right: 35px;
        margin-bottom: 35px;
        border-radius: 12px;
        position: relative;
        background-color: transparent;

    }

    .list-demo-items .ribbon {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 10px;
        font-weight: 600;
        line-height: 10px;
        color: #fff;
        padding: 9px 15px;
        border-radius: 15px 15px 15px 0;
        z-index: 9;
    }
    .list-demo-items .image-demo {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow:0 4px 25px 0 rgba(0, 0, 0, .1);
        transition-duration: 0.2s; transition-timing-function: linear;
        border-radius: 12px;
    }
    .list-demo-items .image-demo img {
        width: 100%;
        transition-duration: 0.2s; transition-timing-function: linear;
    }
    .list-demo-items:hover .image-demo img{
        scale: 1.05;
    }
    .list-demo-items .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px 10px;
        border-radius: 0 0 12px 12px;
    }
    .list-demo-items .heading .title {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        flex: 1;
        text-align: center;
        display: block;
        text-decoration: none !important;
    }
    .list-demo-items:hover .image-demo:after {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(255, 255, 255, 10) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(165, 14, 14, 0) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70%;
        padding: 20px;
        font-size: 18px;
        box-sizing: border-box;
        text-shadow: 0 1px 1px #000;
        color: #fff;
        z-index: 7;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        content: "";
    }
    .demoya_git_img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 8;
        width: 100%;
        text-align: center;
        bottom: -100px;
        transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .list-demo-items:hover .demoya_git_img {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
    }
    .demoya_git_img .insidetext {
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #5067c3;
        font-weight: 500;
        display: inline-block;
        border: 2px solid #5067c3;
        border-radius: 100px;
        margin: 0 auto;
        padding: 10px 30px;
    }
    @media screen and (min-width: 0) and (max-width: 500px) {
        .list-vitrin .insider .desc,
        .list-vitrin .insider {
            width: 90%;
        }
        .demo-list-area {
            width: 90%;
            margin: 0 auto;
        }
        .demo-list-area .list-demo-items {
            width: 100%;
            margin-bottom: 30px;
            margin-right: 0;
        }
    }
    @media screen and (min-width: 501px) and (max-width: 1023px) {
        .list-vitrin .insider .desc,
        .list-vitrin .insider .tab-desc,
        .list-vitrin .insider {
            width: 90%;
        }
        .demo-list-area {
            width: 100%;
            margin: 0 auto;
        }
        .demo-list-area .list-demo-items {
            width: 45%;
            margin-bottom: 30px;
            margin-right: 15px;
        }
    }
    @media screen and (min-width: 1024px) and (max-width: 1300px) {
        .list-vitrin .insider .desc,
        .list-vitrin .insider .tab-desc,
        .list-vitrin .insider {
            width: 90%;
        }
        .demo-list-area .list-demo-items {
            width: 30.1%;
            margin-bottom: 30px;
        }
    }
    @media screen and (min-width: 1301px) and (max-width: 1600px) {
        .list-vitrin .insider .desc,
        .list-vitrin .insider .tab-desc,
        .list-vitrin .insider {
            width: 90%;
        }
        .demo-list-area .list-demo-items {
            width: 30%;
            margin-bottom: 30px;
        }
    }    .slide-vitrin {
        width: 100%;
        background-color: #f7f8fc;
        padding: 70px 0;
    }
    .slide-vitrin .insider {
        width: 100%;
        margin: 0 auto;
    }
    .slide-vitrin .insider .head-titles {
        margin-bottom: 50px;
    }
    .slide-vitrin .insider .titles {
        width: 100%;
    }
    .slide-vitrin .insider .desc {
        width: 700px;
        margin: 0 auto;
    }
    .slide-vitrin .insider .liste .kattitles {
        margin-bottom: 40px;
    }
    .slide-vitrin .insider .liste .kattitles .katname {
        font-size: 36px;
        color: #000;
        font-weight: 600;
        text-align: center;
    }
    .slide-vitrin .insider .liste .kattitles .katspot {
        font-size: 16px;
        color: #000;
        margin-top: 10px;
        font-weight: 500;
        text-align: center;
    }
    .demos-slide .slide-demo-items {
        padding: 10px;
        position: relative;
    }
    .slide-demo-items .item-inside {
        padding: 0;
        border-radius: 12px;
        transition-duration: 0.2s;
        transition-timing-function: linear;
    }
    .slide-demo-items .ribbon {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 12px;
        font-weight: 600;
        line-height: 10px;
        color: #fff;
        padding: 8px 25px;
        border-radius: 100px;
        z-index: 9;
    }
    .slide-demo-items .image-demo {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow:0 4px 15px 0 rgba(0, 0, 0, .1);
        transition-duration: 0.2s; transition-timing-function: linear;
        border-radius: 12px;
    }
    .slide-demo-items .image-demo img {
        width: 100%;
        border-radius: 12px 12px 0 0;
        transition-duration: 0.2s; transition-timing-function: linear;
    }
    .slide-demo-items:hover .image-demo img{
        scale: 1.05;
    }
    .slide-demo-items .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px 10px;
        border-radius: 0 0 12px 12px;
    }
    .slide-demo-items .heading .title {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        flex: 1;
        text-align: center;
        display: block;
        text-decoration: none !important;
    }
    .slide-demo-items:hover .image-demo:after {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(255, 255, 255, 10) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(165, 14, 14, 0) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70%;
        padding: 20px;
        font-size: 18px;
        box-sizing: border-box;
        text-shadow: 0 1px 1px #000;
        color: #fff;
        z-index: 7;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        content: "";
    }
    .demoya_git_img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 8;
        width: 100%;
        text-align: center;
        bottom: -100px;
        transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .slide-demo-items:hover .demoya_git_img {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
    }
    .demoya_git_img .insidetext {
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #5067c3;
        font-weight: 500;
        display: inline-block;
        border: 2px solid #5067c3;
        border-radius: 100px;
        margin: 0 auto;
        padding: 10px 30px;
    }
    .demos-slide {
        width: 100%;
        padding-left: 620px !important;
        margin-bottom: 100px !important;
    }

    @media screen and (min-width: 1660px) and (max-width: 1920px) {
        .demos-slide {
            padding-left: 300px !important;
        }
    }
    @media screen and (min-width: 1601px) and (max-width: 1660px) {
        .demos-slide {
            padding-left: 195px !important;
        }
    }
    @media screen and (min-width: 1550px) and (max-width: 1600px) {
        .demos-slide {
            padding-left: 175px !important;
        }
    }
    @media screen and (min-width: 1401px) and (max-width: 1440px) {
        .demos-slide {
            padding-left: 190px !important;
        }
    }
    @media screen and (min-width: 1367px) and (max-width: 1400px) {
        .demos-slide {
            padding-left: 190px !important;
        }
    }
    @media screen and (min-width: 1200px) and (max-width: 1366px) {
        .demos-slide {
            padding-left: 190px !important;
        }
    }

    .demos-slide .swiper-button-prev {
        left: 50px !important;
        z-index: 999999999 !important;
    }
    .demos-slide .swiper-button-next {
        right: 50px !important;
        z-index: 999999999 !important;
    }

    @media screen and (min-width: 768px) and (max-width: 1199px) {
        .demos-slide {
            padding-left: 100px !important;
        }
        .demos-slide .swiper-button-prev {
            left: 20px !important;
        }
        .demos-slide .swiper-button-next {
            right: 20px !important;
        }
    }

    @media screen and (min-width: 0) and (max-width: 767px) {
        .slide-vitrin .insider .liste .kattitles{
            margin-bottom: 0 !important;
        }
        .slide-vitrin .insider .liste .kattitles .katname,
        .slide-vitrin .insider .liste .kattitles .katspot{
            width: 90%;
            margin: 0 auto;
        }
        .demos-slide .swiper-button-prev,
        .demos-slide .swiper-button-next {
            font-size: 22px;
            width: 50px !important;
            height: 50px !important;
        }

        .demos-slide {
            padding: 40px !important;
        }
        .demos-slide .swiper-button-prev {
            left: 20px !important;
        }
        .demos-slide .swiper-button-next {
            right: 20px !important;
        }
        .slide-vitrin .insider .desc {
            width: 100%;
        }
        .slide-vitrin .insider .head-titles {
            width: 90%;
            margin: 0 auto;
        }
        .demos-slide {
            margin-bottom: 10px !important;
        }
    }

    .demos-slide .swiper-button-prev,
    .demos-slide .swiper-button-next {
        visibility: visible;
        opacity: 1;
        background-image: none !important;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        width: 65px;
        height: 65px;
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(72, 140, 186, 0.9);
    }
    .demos-slide .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0.2 !important;
    }

    .demos-slide .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .demos-slide .swiper-slide:hover {
        text-decoration: none !important;
    }