/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.react-heading,
.rs-dual-heading{
    position: relative;    
        & > span {
            font-size: 16px;
            font-weight: 600;
            font-family: $titleFont;
            text-transform: uppercase;
            line-height: 24px;
            letter-spacing: 0.1em;
            color: var(--primaryColor);
        }
        .sub-text{            
            margin: 0 0 16px;
            display: inline-block;
            color: var(--primaryColor);
            font-size: 16px;            
            line-height: 16px;
            font-family: $titleFont;
            font-weight: 600;            
            z-index: 1;
            &.title-upper{
                text-transform: uppercase;
            }
        }
        &.yes{
            .title{
                color: rgba(0, 0, 0, 0.5);                
                line-height: 1;
                color: #333;
                -webkit-text-stroke: 1px white;
                -webkit-text-fill-color: transparent;
            }
        }        
        .title{
            color:var(--secondarycolor);   
            margin-top: 8px;
            margin-bottom: 5px;
            font-size: 48px;
            line-height: 1.1;
            z-index: 1;
            &.title-upper{
                text-transform: uppercase;
            }            
            span{
                font-weight: 100;
                position: relative;
                z-index: 1;
            }       

    }
    span.watermark {         
        font-size: 150px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        text-transform: uppercase;
        font-family: $titleFont;
        font-weight: 700;
        background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
        opacity: 0.06;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: 95px;
        display: flex;
        align-items: center;
        -webkit-text-stroke: 1px #000000;
    }

    .rt-button{
        a{
            color: $whiteColor;
            display: inline-block;          
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            &:hover {
                color: var(--primaryColor);
            }
            i {
                display: inline-block;
                margin-left: 10px;
                color: $whiteColor;
                height: 27px;
                width: 27px;
                background: var(--primaryColor);
                text-align: center;
                border-radius: 5px;
                font-size: 14px; 
            }
        }
    } 

    &.big{
        .title-inner{
            h2{
                font-size: 36px;
                line-height: 44px;
            }
        }
        .description{
            p{
                font-size: 20px;
                line-height: 32px;
            }
        }
    }
    &.style4{
        .title-inner{
            .title{
                margin-bottom: 8px;
            }
            .title-img{
                margin-bottom: 12px;
            }
        }
    }
    &.style5{
        .sub-text{
            display: inline-block;
        }
    }
    &.style2{
        position: relative;
        padding-bottom: 15px;        
      
        &:after{
            content: "";
            position: absolute;
            background: $secondaryColor;
            width: 60px;
            height: 2px;
            left: 0;
            bottom: 0;
            z-index: 1;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
        &.center{
            &:after{
                transform: translateX(-50%);
                left: 50%;
            } 
        }
        &.right{
            &:after{
                left:auto;
                right: 0;
            } 
        }
        h2{
            margin-bottom: 12px;
        }
        .description{
            p{
                margin-bottom: 12px;
            }
        }
        &.Lite{
            &:after{
                background: #fff !important;
            }
        }
    }
    &.style3{
        position: relative;
        padding-bottom: 12px;
        h2{
            margin-bottom: 12px;
        }
        .description{
            position: relative;
            padding-left: 80px;
            &:after{
                content: "";
                position: absolute;
                border: 0;
                width: 60px;
                height: 2px;
                background: var(--primaryColor);
                z-index: 9;
                margin-left: 0;
                left: 0;
                top: 14px;
            }
            p{
                margin-bottom: 12px;
            }
        }
        &.Lite{
            .description{
                &:after{
                    background: #fff !important;
                }
            }
        }
    }
    &.style1{
        position: relative;
        padding-bottom: 12px;
        h2{
            margin-bottom: 12px;
        }
        .description{
            position: relative;
            padding-right: 80px;
            &:after{
                content: "";
                position: absolute;
                border: 0;
                width: 60px;
                height: 2px;
                background: var(--primaryColor);
                z-index: 9;
                margin-left: 0;
                right: 0;
                top: 14px;
            }
            p{
                margin-bottom: 12px;
            }
        }
        &.Lite{
            .description{
                &:after{
                    background: #fff !important;
                }
            }
        }
    }
    &.style8{
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 10px;     
        .title-inner{
            padding-left: 25px;
            position: relative;
            display: inline-block;
            .sub-text{
                margin-bottom: 5px;
            }
            &:after{
                content: "";
                position: absolute;
                border: 0;
                width: 2px;
                height: 100%;
                background: var(--primaryColor);
                z-index: 9;
                margin-left: 0;
                left: 0;
                top: 0;          
            }
        }
        .description{
            padding-left: 25px;
            position: relative;
            &:after{
                content: "";
                position: absolute;
                border: 0;
                width: 2px;
                height: 100%;
                background: var(--primaryColor);
                z-index: 9;
                margin-left: 0;
                left: 0;
                top: 0;          
            }
        }
        h2{
            margin-bottom: 5px;
        }
        &.text-center{
            .description{
                padding-top: 15px;
                padding-left: 0px;
                &:after{
                    display: none;
                }
            }
        }
        &.Lite{
            .title-inner{
                &:after{
                    background: #fff;        
                }
            }
            .description{
                &:after{
                    background: #fff !important;
                }
            }
        }
    }
    &.style6{
        .title-inner{
            position: relative;
            padding-bottom: 12px;
            h2{
                margin-bottom: 12px;
            }
            .sub-text{
                position: relative;
                padding-left: 14px;
                
                &:after{
                    content: "";
                    position: absolute;
                    background: var(--primaryColor);
                    width: 2px;
                    height: 14px;
                    left: 0;
                    top: 1px;
                    z-index: 1;
                }
                p{
                    margin-bottom: 12px;
                }
            }
        }
        &.text-center,
        &.text-right{
            .title-inner{
                .sub-text{
                    display: inline-block;
                }
            }
        }
        &.text-center{
            .sub-text{
                position: relative;
                padding-left: 0px;
                padding-top: 60px;
                color: $secondaryColor;
                &:after{
                    content: '';
                    width: 77px;
                    height: 2px;
                    position: absolute;
                    left: 50%;
                    top: 0;
                    margin-top: -1px;
                    width: 2px;
                    height: 50px;
                }
            }
        }
        &.Lite{
            .sub-text{
                &:after{
                    background: #fff !important;
                }
            }
        }
        &.dark{
            .sub-text{
                &:after{
                    background: #232023 !important;
                }
            }
        }
    }
    &.style4{
        &.left{
            .title-inner{
               .sub-text{
                    padding-left: 43px;
                    &:before{
                        left: 0;
                    }
                }   
            }            
        }

        &.right{
            .title-inner{
               .sub-text{
                    padding-right: 43px;
                    &:after{
                        right: 0;
                    }
                }   
            }
            
        }
        .title-inner{
                       
            position: relative;
            padding-bottom: 12px;
            h2{
                margin-bottom: 12px;
                display: block;
            }
            .sub-text{
                position: relative;
                color: $secondaryColor;
                display: inline-block;
                &:before,
                &:after{
                    content: "";
                    position: absolute;
                    border: 0;
                    width: 35px;
                    height: 2px;
                    background: var(--primaryColor);
                    z-index: 9;
                    margin-left: 0;
                    left: -20px;
                    top: 12px;
                }
                &:before{
                    left: -40px;
                }
                &:after{
                    
                    left: auto;
                    right: -40px;
                }
                p{
                    margin-bottom: 12px;
                }
            }
        }
        &.Lite{
            .sub-text{
                &:before,
                &:after{
                    background: #fff !important;
                }
            }
        }
        &.text-center,
        &.text-right{
            .title-inner{
                .sub-text{
                    display: inline-block;
                }
            }
        }
    }
    &.style7{
        .title-inner{
            position: relative;
            padding-bottom: 12px;
            h2{
                margin-bottom: 12px;
            }
            .sub-text{
                position: relative;
                padding-right: 65px;
                display: inline-block;
                color: $secondaryColor;
                &:after{
                    content: "";
                    position: absolute;
                    border: 0;
                    width: 50px;
                    height: 2px;
                    background: var(--primaryColor);
                    z-index: 9;
                    margin-left: 0;
                    right: 0;
                    top: 12px;
                }
                p{
                    margin-bottom: 12px;
                }
            }
            &.Lite{
                .sub-text{
                    &:after{
                        background: #fff !important;
                    }
                }
            }
            &.text-center,
            &.text-right{
                .title-inner{
                    .sub-text{
                        display: inline-block;
                    }
                }
            }
        }
    }  
    
    &.style9{  
        .title-img {
            img{
                position: relative;
            }
        }     
               
        .title-img.top{
            margin-bottom: 15px;
        }
        
        .title-upper{
            margin-bottom: 5px;
        }
        .bottom-line{
            .title{
                margin-bottom: 8px;
                position: relative;
                padding-bottom: 20px;
                &:after{
                    content: "";
                    position: absolute;
                    border: 0;
                    width: 80px;
                    height: 2px;
                    background: var(--primaryColor);
                    z-index: 9;
                    margin-left: 0;
                    bottom: 0;
                    left: 0;
                }
            }
        }
        &.text-center{
            .bottom-line {
                .title{
                    &:after{
                        transform: translateX(-50%);
                        left: 50%;
                    }
                }
            }
        }
    }
   
}
.rs-animated-heading,
.rs-dual-heading{
    .title{
        span{
            display: inline-block;
        }
    }
}


.title-no-margin h4.title {
    margin-bottom: 5px;
}
.title-no-margin h3.title {
    margin-bottom: 3px !important;
    font-size: 20px;
}

.list-style{
    padding: 0;
    margin: 0;
    list-style: none;
    li{
        position: relative;
        padding-left: 32px;
        margin-bottom: 5px;
        &:before{
            content: "\f0a9";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
        }
    }
}
.no-padding {
    padding: 0 !important;
}

.rt-features-list.separator_yes{
    position: relative;
}
.rt-features-list.separator_yes:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #F36464;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.font-size-0 {
    font-size: 0;
}
.img-border-radius img{
    border-radius: 15px !important;
}


.rts-btn{
    padding: 10px 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    max-width: max-content;
    transition: .3s;
}

.mfp-close {
    opacity: 0.9;
}


.mfp-iframe-holder .mfp-close{
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}


/** Portfolio CSS ---------------------
--------------------------------------*/
.portfolio-filter {
    text-align: center;
    max-width: 1290px;
    margin: auto;
    margin-bottom: 20px;
    button{
        border-radius: 15px;
        font-weight: 600;
        font-size: 16px;
        padding:12px 30px;
        margin-right: 7px;
    }
    span {
        color: #333;
        padding: 10px;
        cursor: pointer;
        display: inline-block;

        &.active {
            color: var(--primaryColor);
        }

        &:hover {
            color: var(--primaryColor);
        }
    }
}



.sticky_search{
    i:before{
        font-weight: 700 !important;
    }
}

/******* RS Tab CSS  **********
-----------------------------*/
.rsaddon_pro_box {
    &.default {
        .pointer-events {
            pointer-events: none;
        }
    }
}


.elementor-invisible.elementor-widget-rs-timecounter {
    visibility: visible;
}

.rs-image {
    position: relative;
    width: 100%;
    height: 100%;
    &.yes {
        .veritcal {
            animation-name: veritcal;
            animation-timing-function: linear;
            animation-duration: 12s;
            animation-iteration-count: infinite;
        }
        @keyframes veritcal {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(100px);
            }

            100% {
                transform: translateY(0);
            }
        }
        .horizontal {
            animation-name: horizontal;
            animation-timing-function: linear;
            animation-duration: 12s;
            animation-iteration-count: infinite;
        }
        @keyframes horizontal {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(100px);
            }

            100% {
                transform: translateX(0);
            }
        }
    }
}

/* -----------------------
    Features List CSS
--------------------------*/

.rt-features-list-content {
    ul {
        list-style: none;
        margin: 0;
        display: flex;
        li {
            list-style: none;
            display: flex;
            .icon {
                i {
                    color: $titleColor;
                    font-size: 16px;
                    display: inline-block;
                }
            }
            .sub-text {
                font-size: 16px;
                line-height: 24px;
                display: block;
                font-weight: 600;
                font-family: $titleFont;
                margin-bottom: -3px;
            }

            .text-heading {
                font-weight: 600;
                font-size: 20px;
                line-height: 30px;
                color: $titleColor;
                font-family: $titleFont;
                transition: 0.3s;
                span{
                    display: block;
                }
            }

        }
    }

    .separator_yes.rotate_yes{
        &:after{
            top: -7px;
            transform: skew(-10deg);
        }
    }
}

/* Product Filter CSS -----------------
-----------------------------*/
.product-filter {
    margin-bottom: 20px;

    span {
        color: #333;
        padding: 10px;
        cursor: pointer;
        display: inline-block;

        &.active {
            color: var(--primaryColor);
        }

        &:hover {
            color: var(--primaryColor);
        }
    }
}

.logo-border-radius .rs-grid-img{
    border-radius: 100%;
}


.react-heading  .sub-text span {
    padding: 2px 8px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

.menu-area .icon1 .navbar ul > li.menu-item-has-children > a:before{
content: "\e805";
font-size: 12px;
}

.border-icon-list .elementor-icon-list-items li .elementor-icon-list-icon {
    position: relative;
    top: -11px;
}


//accordion CSS
.rts-accordion{
    .accordion-item .accordion-header .accordion-button:not(.collapsed){
        box-shadow: none;
    }
    .accordion-item{
        padding: 14px 0;
        border: 1px solid #E8E8E8;
        display: inline-block;
        width: 100%;
        border-right: 0;
        border-left: 0;
        .accordion-header {
            button{
                background: transparent;
                font-weight: 700;
                font-size: 16px;
                line-height: 26px;
                color: var(--secondarycolor);
                align-items: center;
                display: flex;
                justify-content: space-between;
                span {
                    color: var(--primaryColor);
                }
                .accordion-icon-active{
                    display: none;
                } 
                .accordion-icon, 
                .accordion-icon-active{
                    position: absolute;
                    right: 0px;
                    top: 50%;
                    transform: translate(0px, -50%);
                }                
            }
            button[aria-expanded=true]{    
                .accordion-icon{
                    display: none ;
                }
                .accordion-icon-active{
                    display: block;
                    font-size: 16px;
                }                  
            }
        }
        .accordion-body{
            padding: 20px 0 0 0;
        }
    }
}


//advace tab css
.rts-tab-advance {
    display: flex;
    gap: 30px;
    .nav-tabs {
        margin: 0;
        gap: 26px;
    }
    .single-tab-btn {
        padding: 0;
        .title {
            text-align: left;
        }
        .nav-link {
            padding: 0;
            .des{
                margin: 0;
                text-align: left;
                color: var(--color-body);
            }
        }
    }
    .history-nav {
        flex-basis: 525px;
        .nav {
            .nav-link {
                &.active {
                    border: none !important;
                }
            }
        }

    }
    .tab-content {
        .tab-pane {
            .react-image img {
                transform: scaleX(0);
                transition: 0.3s;
            }
        }
        .tab-pane.active.show {
            .react-image {
                img {
                    transform: scaleX(-1) !important;
                }
            }
        }
    }
    
}

//button css

.react-button {
    a{
        display: inline-block;
        color: #fff;
        padding: 17px 33px;
        font-size: 16px;
        font-weight: 700;   
        font-family: $titleFont;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        background: var(--primaryColor);
        border-radius: 2px;
        position: relative;
        transition: 0.3s;
        z-index: 1;
        overflow: hidden;        
        &:hover {
            background: $titleColor;
        }
        svg {
            width: 20px;
            position: relative;
        }
        &::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: var(--secondarycolor);
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }
        &:hover::after {
            transform: translateY(0%);
        }  
           
    }
    &.secondary_btn{
       a{
            background: $titleColor;
            &:after{
              background: var(--primaryColor);
            }
       }     
    }  
}

//counter css
.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-top-area {
    position: relative;
    svg {
        width: 40px;
        height: 40px;
        path{
            fill: var(--primaryColor);
        }
    }    
    .rts-counter-list {
        .counter-icon {
            display: inline-block;
            i {
                font-size: 50px;
                color: #dcdcdc;
                line-height: 60px;
                transition: all 0.3s ease 0s;
            }
        }
        .count-text {
            .rs-counter {
                font-size: 50px;
                color: var(--primaryColor);
                line-height: 60px;
                display: inline-block;
                transition: all 0.3s ease 0s;
            }
            .title {
                font-size: 18px;
                color: #666;
                line-height: 18px;
                transition: all 0.3s ease 0s;
                display: inline-block;
            }
        }
    }

    &.style1 {
        text-align: center;
        .count-number span {
            padding: 10px 0px 10px 0px;
        }
    }

    &.style2 {
        padding: 50px;
        border: 1px solid #E9E9E9;
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        transition: 0.3s;
        height: 100%;
        .rts-counter-list {
            .counter-icon{
                position: absolute;
            }
            .count-text{               
                width: 100%;
                .count-number{
                    border-bottom: 1px solid #E9E9E9;
                    transition: 0.3s;
                }
            }            
            display: flex;
            align-items: center;          
        }
        &:after{
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            height: 250px;
            width: 250px;
            background: var(--primaryColor);
            border-radius: 50%;
            filter: blur(50px);
            z-index: -1;
            top: -30%;
            left: -10%;
            transition: 0.3s;
            opacity: 0;
        }
        &:hover{
            border-color:var(--primaryColor);
            .rts-counter-list .count-text .count-number{
                border-color: var(--primaryColor);
            }
            &:after{
                opacity: 0.5;
            }
        }

    }
    &.style3 {
        .rts-counter-list {
            .rts-counter-list-inner {
                display: flex;
                align-items: center;
                
                .counter-icon img {
                    width: 80px;
                    height: 80px;
                    padding: 20px;
                    overflow: visible;                    
                    border-radius: 50%;
                }
            }
            .text {
                font-weight: 400;
                line-height: 26px;
                margin-top: 17px;
            }
        }
    }
}

//rt-image-showcase-css
.react-image {
    position: relative;
    width: 100%;
    height: 100%;
    
   
    &.yes {
        .veritcal {
            animation-name: veritcal;
            animation-timing-function: linear;
            animation-duration: 12s;
            animation-iteration-count: infinite;
            position: absolute;
            right: 0;
            top: -150px;
        }

        @keyframes veritcal {
          0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
          }
          50% {
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
          }
          100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
          }
        }

        .veritcal_two {
            animation-name: veritcal_two;
            animation-timing-function: linear;
            animation-duration: 12s;
            animation-iteration-count: infinite;
        }

        @keyframes veritcal_two {
            0% {
                transform: translateY(100px);
            }

            50% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(100px);
            }
        }

        .horizontal {
            animation-name: horizontal;
            animation-timing-function: linear;
            animation-duration: 12s;
            animation-iteration-count: infinite;
        }

        @keyframes horizontal {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(100px);
            }

            100% {
                transform: translateX(0);
            }
        }

        .rotated_style {
            animation: rotate1 30s linear infinite;
            -webkit-animation: rotate1 30s linear infinite;
        }

        @keyframes rotate1 {
            from {
                transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes rotate1 {
            from {
                transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
            }
        }

    }

}
.image-rotate {
    animation: rotation infinite 14s linear;
}

/* Rotation frame*/
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

  //logo widget css
  rt-grid-figure {
    .logo-img {
        text-align: center;

        a {
            transition: all 0.5s;
        }

        img {
            margin: 0 auto;           
            transition: all 0.5s;
            border-radius: 15px;
        }
        &:hover {
            img {
                opacity: 1;
            }

            a.back {
                display: block;
            }

            a.back-exists {
                display: none;
            }
        }
    }
    .logo-img.logo-gray {
        a {
            
            &:hover {
                img {
                    opacity: 80%;                 
                }
            }
        }
    }
}

//progress bar css
.rs-skill-bar {
    .skillbar {
        background: #eeeeee;
        display: inline-block;
        height: 6px;
        position: relative;
        width: 100%;

        .skillbar-bar {
            background: var(--primaryColor);
            height: 8px;
            width: 0;
            margin-bottom: 0;
        }

        .skillbar-title,
        .skill-bar-percent {
            position: absolute;
        }

        .skillbar-title {
            color: #212121;
            font-size: 20px;
            font-weight: 600;
        }

        .skill-bar-percent {
            font-size: 15px;
            font-weight: 700;
            color: $titleColor;
        }
    }

    &.animation,
    &.striped {
        .skillbar .skillbar-bar {
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-size: 1rem 1rem;
        }
    }

    &.animation {
        .skillbar .skillbar-bar {
            -webkit-animation: rs-progress-pie-stripes 1s linear infinite;
            animation: rs-progress-pie-stripes 1s linear infinite;

        }
    }

    &.style1 {
        .skillbar {
            .skillbar-title {
                top: -20px;
            }

            .skill-bar-percent {
                right: 0;
                top: -20px;
            }
        }
    }

    &.style2 {
        .skillbar {
            .skillbar-title {
                left: 0;
                padding: 2px 20px 0;
                top: 0;
                width: 160px;
                background: #83b614;
            }

            .skill-bar-percent {
                right: 10px;
                top: 0;
            }
        }
    }
}
.gap-30 {
    .services-icon{
        display: none;
    }
}

//rt video css
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.react-video {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: content !important;
    padding: 100px 20px;

    &.center {
        .overly-border {
            margin: 0 auto;

        }
    }

    &.left {
        .overly-border {
            margin-left: 0;
            margin-right: auto;
        }
    }

    &.right {
        .overly-border {
            margin-left: auto;
            margin-right: 0;
        }
    }

    &.style1 {
        .video-desc {
            top: 60px;
        }
    }

    .video-desc {
        z-index: 1;
        font-size: 20px;
        position: relative;

        span {
            display: block;
            font-size: 22px;
            font-weight: 400;
        }
    }
    .overly-border {
        border-radius: 50%;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .video-content {
        z-index: 10;
        h4 {
            margin-top: 40px;
            margin-bottom: 0;
            font-size: 30px;
            color: #fff;
            text-transform: uppercase;
        }
    }
    &:hover {
        .popup-videos {
            animation-duration: 0.8s;
        }
    }
    .popup-videos {
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        line-height: 90px;
        padding: 0;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        z-index: 9;
        text-align: center;
        background: var(--primaryColor);
        &:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            transition: all 200ms;
        }
        &:before {
            border: 1px solid #fff;
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }
        i {
            text-indent: 5px;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
            font-size: 28px;
            color: var(--primaryColor);
            position: relative;
            top: -4px;
            &:before {
                color: #fff;
                top: -1px;
            }
        }
        &:hover {
            border-color: rgba(255, 255, 255, 0.7);
        }
        span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 27px solid #fff;
            border-top: 17px solid transparent;
            border-bottom: 17px solid transparent;
        }
    }
    &:hover {
        .overly-border {

            &:before,
            &:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }
    }
    &.style2 {
        .overly-border {
            width: 60px;
            height: 60px;
        }
    }
}
