body{
    overflow-y: auto !important;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.text-gray{
    color: gray;
}

header{
    background-color: #080808;
}

.social-links{
    background-color: #080808;
}

/* ========== scroll bar ============ */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #212121;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fbbc12;
}

/* studio page */
.studio > .container:first-child{
    padding-top: 140px;
}

/* horizontal line */
.light-line{
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #757575;
    vertical-align: super;
    margin-right: 4px;
}

/* animation with background */
.black-animation{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    background-color: #040404;
}

/* profile */
.abt-vs-studio{
    padding: 50px 0px;
}

.abt-vs-studio .profile-img{
    padding-right: 20px;
}

.abt-vs-studio .title{
    margin-bottom: 25px;
}

.abt-vs-studio span{
    font-size: 20px;
    color: white;
}

.abt-vs-studio .light-line{
    margin-right: 8px;
    width: 45px;
}

.abt-vs-studio h1{
    font-size: 90px;
    font-weight: 800;
    line-height: 0.9;
    margin-top: 20px;
}

.abt-vs-studio .white-outline{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    font-size: 90px;
    font-weight: 800;
}

.profile-p{
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

/* stats */
.stats{
    padding: 80px 0 50px 0;
    color: white;
}

.stats .col-md-8.col-sm-12.p-0{
    padding-left: 45px !important;
}

.right-corner-border{
    padding: 20px 20px 20px 10px;
    text-align: right;
    position: relative;
}

.stats .stat{
    margin-bottom: 30px;
    line-height: 1;
}

.right-corner-border h2{
    text-align: right;
    font-size: 38px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.right-corner-border span{
    font-size: 16px;
    text-align: right;
    line-height: 1.9;
    display: block;
    font-weight: 300;
}

.stats .num{
    display: block;
    font-size: 90px;
    font-weight: 500;
}

.stats .text{
    font-size: 40px;
    line-height: 1.2;
}

.right-corner-border h2::after{
    content: "";
    display: block;
    top: 0;
    right: 0;
    height: 8px;
    width: 40px;
    background-color: white;
    position: absolute;
}

.right-corner-border h2::before{
    content: "";
    display: block;
    top: 0;
    right: 0;
    height: 40px;
    width: 8px;
    background-color: white;
    position: absolute;
}

/* parallex background */
.parallax {
    background-image: url("../Images/parallex.jpg");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Designing tools */
.tool-text{
    /* max-width: 40%; */
    padding-right: 20px;
}

.tool-text h1{
    font-size: 50px;
    font-weight: bold;
    line-height: 0.8;
    margin-top: 20px;
}

.tool-text span{
    color: white;
    font-size: 18px;
}

.tool-text .light-line{
    width: 36px;
    margin-right: 25px;
}

.tools-sec{
    background: #0f0f0f;
    padding: 25px;
}

#XD:hover{
    color: #ff61f6;
} 

#Ps:hover{
    color: #31a8ff;
} 

#Ai:hover{
    color: #ff9a00;
} 

#Id:hover{
    color: #ff3366;
} 

#Pr:hover{
    color: #9999ff;
} 

#Ae:hover{
    color: #9999ff;
} 

#Lr:hover{
    color: #31a8ff;
} 

#Dn:hover{
    color: #31f763;
} 

#Au:hover{
    color: #9494f7;
} 

#Ch:hover{
    color: #9494f7;
} 

#Figma:hover{
    color: #ea4c1d;
} 

#InVision:hover{
    color: #d5375c;
} 

#Zeplin:hover{
    color: #d5375c;
} 

#CorelDraw:hover{
    color: #5ca542;
} 

#Cinema4D:hover{
    color: #5764d6;
} 

.black-box{
    background: #080808;
    color: white;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    /* max-width: 20%; */
    min-height: 270px;
    flex-wrap: wrap;
    justify-content: center;
}

.bold-bigger-text{
    font-weight: bold;
    font-size: 50px;
    display: block;
}

.bold-bigger-text + .sub-text{
    color: white;
    font-size: 18px;
    /* margin-top: -50px; */
}

.tool-initials{
    padding: 0 20px;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* max-width: 25%; */
}

.tool-initials .d-flex{
    padding-right: 20px;
    justify-content: space-between;
}

.tool-initials span,
.tool-names span{
    font-size: 28px;
    background: #080808;
    color: white;
    padding: 0px 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tool-initials span:last-of-type,
.tool-names span:last-of-type{
    margin-bottom: 0;
}

.tool-names span{
    background-color: inherit;
}

.tool-names .d-flex{
    color: white;
    justify-content: space-between;
    height: 100%;
    font-size: 26px;
    width: 100%;
}

/* carousel */

.owl-carousel-1 .owl-item img{
    max-width: 88px;
}

.carousel-content{
    width: 100%;
    /* max-width: 350px; */
    color: white;
    background-color: #0f0f0f;
    padding: 20px 20px;
    border-radius: 10px;
}

.slide-num{
    font-size: 16px;
    text-align: left;
}

.slide-icon{    
    padding: 90px 0 80px 0;
}

.carousel-content .text{
    font-size: 18px;
    word-break: break-word;
    line-height: 1.4;
    hyphens: auto;
}

.carousel-content .title{
    margin-bottom: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
}

.carousel-content .text a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.owl-dots,
.owl-nav{
    display: none !important;
}

.slick-slide{
    width:  auto !important;
    margin-right: 10px;
}

.arrow{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-color: white;
    width: 10px;
    height: 10px;
}

.arr-circle{
    border-radius: 50%;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.arr-circle:hover,
.arr-circle .arrow:hover,
.arr-circle-sm:hover,
.arr-circle-sm .arrow:hover{
    border-color: #ffba00;
}

.arr-circle-sm{
    border-radius: 50%;
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: white;
    width: 10px;
    height: 10px;
}

.fixed-slide{
    z-index: 1000;
    padding-bottom: 0px;
    left: 147px;

}

.fixed-slide .carousel-content{
    max-width: 420px;
    padding: 50px;
    border-radius: 0;
    margin-top: -1px;
    min-height: 520px !important;
    background-color: #080808;
    padding-left: 10px;
}

.fixed-slide span{
    font-size: 19px;
}

.fixed-slide .light-line{
    width: 38px;
    margin-right: 20px;
}

.fixed-slide h1{
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

.fixed-slide p{
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 200;
}

.fixed-slide .arrows{
    margin-top: 59px;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: center;
}

.draggable-slider{
    position: relative;
}

.bg-ele{
    background-color: #0f0f0f;
    height: 100%;
    max-width: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* owl carousel */
#sync1 .item{
    mix-blend-mode: luminosity;
    margin: 80px 0px 24px 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 .owl-item{
    background: #080808;
    opacity: 0.5;
}

#sync1 .owl-item.center{
    opacity: 1;
}

.b-active{
    right: -5vw;
}

.sync-active{
    left: 10vw;
    margin-right: 12vw !important;
}

.sync2-active{
    margin-right: 6vw !important;
    left: 5vw;
}

#sync2{
    /* max-height: 110px; */
    padding-top: 50px;
}

/*vin*/
#sync2 img{
    height: 52px;
    width: auto;
    text-align: center;
}

#sync2 .item:hover{
    mix-blend-mode: normal;    
}

/*#sync2 .owl-item{
    width: auto !important;
}*/

/*vend*/

#sync2 .owl-item{
    background: #0f0f0f;
    padding: 10px 20px;
    border-radius: 10px;
}

#sync2 .item{
    mix-blend-mode: luminosity;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .owl-item.active.center .item,
#sync1 .owl-item.active.center .item{
    mix-blend-mode: normal !important;
    opacity: 1;
}

#sync2 .item h1{
    font-size: 18px;
}


/* client feedback */
.c-feedback{
    background: #0f0f0f;
    color: white;
}

.c-feedback .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px 50px 40px !important;
}

.c-feedback .text-left span{
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.c-feedback .text-left img{
    max-width: 245px;
}

.c-feedback .text-right span{
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.c-feedback h2{
    font-size: 40px;
    max-width: 500px;
    text-align: right;
    margin-left: auto;
    line-height: 1;
}

.position-sm-static {
    position: static !important;
}

.c-feedback .position-sm-static img{
    max-width:  100%;
    height: 100%;
}

.auto-slider .owl-item{
    width: 1200px;
}

.automatic-slider-text{
    padding: 63px 20px 0px 0px;
    color: white;
}

.automatic-slider-text .light-line{
    width: 35px;
    margin-right: 10px;
}

.automatic-slider-text span{
    font-size: 18px;
}

.automatic-slider-text h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
}

/* hiring section */
.bg-anim{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 10px;
    background-color: #0f0f0f;
    position: relative;
}

.bg-anim h1 a{
    color: transparent;
    text-decoration: none;
    font-size: 100px;
    font-weight: bold;
    -webkit-text-stroke: 2px #fff;
}

.bg-anim p{
    color: white;
    line-height: 1.8;
    font-size: 18px;
}

.bg-anim:hover .black-animation{
    left: 0%;
}

.bg-anim:hover h1 a{
    color: white;
}

/* youtube video */
.video_wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    width: 1068px;
    height: 600px;
}

.video_wrapper_full {
    padding-top: 450px;
}

.utubeFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.video-icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: 100%;
    border: none;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.video-icon img{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.video-icon:hover:before,  .video-icon:focus:before {
    border-color: #f00;
}

.video-icon:hover:after, .video-icon:focus:after {
    border-left-color: #f00;
}

.utube-VideoWrapperActive .video-icon {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}


/* 
.contact-info span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 35px;
    color: #535353;
}

.contact-info h2{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-info{
    max-width: 1200px;
    margin-bottom: 0px !important;
}

.contact-info img{
    max-width: 300px;
} */

/* contact info section */
.contact-info span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 20px;
}

.contact-info h2{
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-info{
    /* max-width: 1200px; */
    margin-bottom: 0px !important;
}

.contact-info img{
    max-width: 300px;
}

/* footer */
footer .qr-row{
    margin-bottom: 0;
}

@media screen and (max-width: 1470px){

    .bg-anim h1 a {
        font-size: 80px;
    }

    .bg-anim p {
        font-size: 16px;
    }

    /* .black-box{
        min-height: 200px;
    } */
}


@media screen and (max-width: 1460px)and (min-width: 991px) {
    .tool-initials{
        max-width: 20%;
    }

    .tool-text {
        max-width: 38%;
        flex: 0 0 38%;
    }
    
}

@media screen and (max-width: 1365px) {
    .profile-img img{
        max-width: 170px;
    }

    .abt-vs-studio h1 {
        font-size: 67px;
        line-height: 1;
    }

    .abt-vs-studio .white-outline {
        font-size: 65px;
    }

    .stats .num {
        font-size: 80px;
    }

    .stats .text {
        font-size: 35px;
    }

    .right-corner-border h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1310px) {
    .tool-text h1 {
        font-size: 40px;
        margin-top: 15px;
    }

    .tool-initials span, .tool-names span {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .fixed-slide .light-line {
        width: 25px;
        margin-right: 10px;
    }

    .fixed-slide span {
        font-size: 18px;
    }

    .fixed-slide h1 {
        font-size: 40px;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 1236px) {
    .bg-anim h1 a {
        font-size: 70px;
    }    
}

@media screen and (max-width: 1200px) {
    .contact-info span {
        font-size: 18px;
        margin-top: 15px;
    }

    .contact-info img {
        max-width: 100%;
    }

    .contact-info {
        margin-bottom: 30px !important;
    }

    .right-corner-border h2 {
        font-size: 32px;
    }
    
    .fixed-slide .carousel-content {
        max-width: 396px;
        padding: 50px 30px;
        min-height: 515px !important;
    }

    .fixed-slide .arrows {
        margin-top: 34px;
    }

    .owl-carousel-1 .owl-item img {
        max-width: 105px;
    }
}

@media screen and (max-width: 991px) {
    .bg-anim h1 a {
        font-size: 55px;
    }

    .bg-anim p {
        font-size: 15px;
        line-height: 1.6;
    }

    .tool-text{
        margin-bottom: 65px;
    }

    .abt-vs-studio .white-outline {
        font-size: 57px;
    }
    
    .abt-vs-studio h1 {
        font-size: 60px;
    }

    .stats .num {
        font-size: 67px;
        margin-bottom: 20px;
    }

    .stats .text {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .right-corner-border span {
        font-size: 14px;
    }
    
    .right-corner-border h2 {
        font-size: 30px;
    }

    .automatic-slider-text h2 {
        font-size: 38px;
    }

    .c-feedback .text{
        padding: 45px 20px 45px 30px !important;
    }

    
    .c-feedback .text-left span{
        font-size: 16px;
    }

    .c-feedback .text-left img{
        width: 205px;
    }

    .c-feedback .text-right span{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .c-feedback h2{
        font-size: 28px;
        line-height: 1;
    }
}


@media screen and (max-width: 905px) {
    
    .contact-info img {
        max-width: 100%;
    }

    .contact-info h2 {
        margin-top: 12px;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 24px;
    }

    .contact-info span {
        font-size: 16px;
    }
    
    /* .contact-info {
        margin-bottom: 50px !important;
    } */

    .fixed-slide{
        position: static !important;
    }

    .fixed-slide .carousel-content{
        /* max-width: 100% ;
        min-height: auto !important;
        padding: 50px 50px 50px 150px; */
    }

    .draggable-slider .draggable-row{
        flex-direction: column !important;
    } 

    .draggable-slider .draggable-row .col-md-4,
    .draggable-slider .draggable-row .col-md-8,
    .draggable-slider .draggable-row .fixed-slide .carousel-content{
        max-width: 100% !important;
    } 

    .draggable-slider .draggable-row .fixed-slide .carousel-content{
        min-height: unset !important;
        padding-left: 10px;
        padding-top: 0;
    }

    .bg-ele{
        display: none;
    }


}

@media screen and (max-width: 881px) {

    .contact-info span{
        margin-top: 3px;
    }

    
    .abt-vs-studio .white-outline {
        font-size: 45px;
    }
    
    .abt-vs-studio h1 {
        font-size: 45px;
    }

    
    .stats .text {
        font-size: 25px;
    }
    
    
    #sync2 .owl-item{
        padding: 10px !important;
    }

    #sync2 .item {
        padding: 0;
    }
    

}
@media screen and (max-width: 767px) {

    .row.contact-info{
        align-items: center;
        flex-direction: column-reverse;
        padding-bottom: 100px;
        text-align: center;
        margin: 25px auto 30px auto;
    }

    .contact-info img {
        max-width: 206px;
    }

    .tool-text+.col-sm-12{
        margin-bottom: 50px;
        margin-right: 20px;
    }

    .black-box{
        min-height: 200px;
    }

    
    .f-rev-sm{
        flex-direction: column-reverse;
        margin-bottom: 40px;
        text-align: center;
    }

    .f-rev-sm img{
        max-width: 180px;
    }

    .tool-text h1 {
        text-align: center;
    }

    .bold-bigger-text{
        font-size: 40px;
    }

    .tool-initials span, .tool-names span {
        font-size: 22px;
    }

    .tools-sec {
        padding:25px 0px;
    }

    .abt-vs-studio .col-sm-12.mb-4{
        flex-direction: column;
        align-items: center;
    }

    .profile-img{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .profile-img img{
        max-width: 100%;
    }

    .abt-vs-studio .title{
        width: 100%;
        text-align: center;
    }

    
    .abt-vs-studio .white-outline {
        font-size: 60px;
    }
    
    .abt-vs-studio h1 {
        font-size: 60px;
    }
    
    .right-corner-border {
        padding: 20px 20px 40px 0px;
    }
    
    .stats .num {
        font-size: 60px;
        margin-bottom: 10px;
    }
    
    .stats .col-md-8.col-sm-12.p-0 {
        padding-left: 0px !important;
    }

    .video_wrapper {
        width: 900px;
        height: 500px;
    }

    .c-feedback .text-left img {
        width: 156px;
    }

    .c-feedback .text-left span,
    .c-feedback .text-right span  {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .c-feedback h2 {
        font-size: 26px;
        line-height: 1;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .c-feedback .text-left img {
        max-width: 174px;
    }
}

@media screen and (max-width: 753px) {
    .bg-anim h1 a {
        font-size: 50px;
    }
    
    .row{
        margin: 0;
    }

    .fixed-slide h1 {
        font-size: 47px;
    }

    #sync2 .owl-item {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 600px) {
    .b-active{
        right: unset !important;
    }
    
    .sync-active{
        left: unset !important;
        margin-right: unset !important;
    }
    
    .sync2-active{
        margin-right: unset !important;
        left: unset !important;
    }

    #sync2 .item {
        max-width: 170px;
    }    
}


@media screen and (max-width: 575px) {
    footer .qr-row {
        bottom: 0;
        text-align: left;
    }

    .bg-anim h1 a {
        font-size: 45px;
    }

    
    .tool-initials span, .tool-names span {
        font-size: 20px;
    }
    
    .bg-anim h1 {
        margin-bottom: 30px;
    }

    .stats .num {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .stats .text {
        font-size: 22px;
    }

    .right-corner-border h2 {
        font-size: 29px;
    }

    .automatic-slider-text span {
        font-size: 16px;
    }    
    
    .automatic-slider-text h2 {
        font-size: 35px;
    }

    .slide-icon {
        padding: 90px 0 41px 0;
    }

    .position-sm-static {
        position:  absolute !important;
        opacity: 0.3;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .position-sm-static img{
        height:  100%;
    }

    #sync1.owl-carousel .owl-item img{
        display: inline;
        width: fit-content !important;
    }

}

@media screen and (max-width: 553px) {    
    .tool-names .d-flex{
        width: 100%;
    }

    
    .abt-vs-studio h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .abt-vs-studio .white-outline {
        font-size: 50px;
    }

    .video-icon img {
        max-width: 30px;
    }

    .fixed-slide .carousel-content {
        padding: 50px 20px 50px 68px;
    }

    
    .carousel-content .text {
        font-size: 16px;
    }

    .carousel-content .text a {
        font-size: 16px;
    }

    .video-container{
        padding-right: 25px !important;
    }

    .video_wrapper {
        width: 900px;
        height: 400px;
    }

    .video_wrapper_full {
        padding-top: 20px;
    }

}

@media screen and (max-width: 460px) {
    .contact-info span {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    footer .qr-row {
        bottom: 0 !important;
        text-align: left;
    }

    
    .tool-initials span, .tool-names span {
        font-size: 18px;
    }
    
    
    .stats .num {
        font-size: 40px;
    }

    .stats .text {
        font-size: 19px;
    }

    .right-corner-border h2 {
        font-size: 26px;
        line-height: 1.3;
    }   
    
    
    .automatic-slider-text span {
        font-size: 14px;
    }    
    
    .automatic-slider-text h2 {
        font-size: 28px;
    }

    .automatic-slider-text .light-line {
        width: 27px;
        margin-right: 6px;
    }

    #sync2 .owl-item {
        background: #0f0f0f;
        padding: 10px 10px;
    }

    .video_wrapper {
        width: 900px;
        height: 200px;
    }

}

@media screen and (max-width: 405px) {

    .contact-info h2 {
        font-size: 20px;
    }

    .contact-info span {
        font-size: 12px;
    }
    
    .f-rev-sm img {
        max-width: 120px;
    }

    
    .bg-anim h1 a {
        margin-bottom: 20px;
        display: block;
        line-height: 1;
    }

    .abt-vs-studio span {
        font-size: 18px;
        color: white;
    }

    .abt-vs-studio .light-line {
        margin-right: 5px;
        width: 21px;
    }

    .profile-p{
        font-size: 16px;
        line-height: 1.5;
    }

    .profile-p p:first-of-type{
        margin-bottom: 20px;
    }
    
    .abt-vs-studio h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .abt-vs-studio .white-outline {
        font-size: 40px;
    }
    

    .fixed-slide .light-line {
        width: 27px;
        margin-right: 10px;
    }

    .fixed-slide span {
        font-size: 17px;
    }

    .fixed-slide h1 {
        font-size: 34px;
    }
    
    .fixed-slide p {
        font-size: 17px;
        line-height: 1.7;
    }

    .carousel-content .text {
        font-size: 14px;
    }

    .carousel-content .text a {
        font-size: 14px;
    }

    #sync2 .item {
        max-width: 130px;
    }   
    
    .c-feedback .text-left img {
        max-width: 124px;
    }

    .c-feedback h2 {
        font-size: 23px;
    }

    .c-feedback .text{
        padding: 40px 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .contact-info h2 {
        font-size: 18px;
    }
    
    .contact-info span {
        font-size: 12.5px;
        margin-top: 8px;
        margin-right: 3px;
    }

    .tool-text .light-line {
        width: 23px;
        margin-right: 3px;
    }

    .tool-text h1 {
        font-size: 30px;
        margin-top: 10px;
        line-height: 1;
        text-align: left;
    }

    .bold-bigger-text + .sub-text {
        font-size: 15px;
    }

    .bold-bigger-text {
        font-size: 35px;
    }    

    .tool-initials .d-flex{
        padding-right: 10px;
        justify-content: space-between;
    }

    .tool-text+.col-sm-12 {
        margin-bottom: 24px;
    }

    .tool-names .d-flex{
        width: 100%;
    }

    .tool-initials span, .tool-names span {
        font-size: 16px;
    }

    .tool-text {
        margin-bottom: 40px;
    }

    .tool-text {
        margin-bottom: 40px;
    }


    
    .stats .num {
        font-size: 29px;
        margin-bottom: 5px;
    }

    .stats .text {
        font-size: 18px;
        word-break: break-word;
        hyphens: auto;
    }

    .stats .col-6{
        padding:5px ;
    }
}

@media screen and (max-width: 320px) {
    
    .bg-anim h1 {
        margin-bottom: 20px;
    }

    .bg-anim h1 a {
        font-size: 35px;
        display: block;
        line-height: 1;
    }

    .bg-anim p {
        font-size: 13px;
    }

    
    .abt-vs-studio span {
        font-size: 16px;
        color: white;
    }

    .abt-vs-studio h1 {
        font-size: 30px;
    }

    .abt-vs-studio .white-outline {
        font-size: 30px;
    }
    

    
    .fixed-slide .light-line {
        width: 22px;
        margin-right: 8px;
    }

    .fixed-slide span {
        font-size: 16px;
    }

    .fixed-slide h1 {
        font-size: 30px;
    }
    
    .fixed-slide p {
        font-size: 16px;
        line-height: 1.7;
    }

    .automatic-slider-text h2 {
        font-size: 24px;
        line-height: normal;
    }

    #sync2 .owl-item{
        padding: 5px;
    }

    #sync2 .item{
        max-width: 100px;
    }

}


.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}