
.home #all #hero .h {
    text-shadow: -5px 5px 2px rgba(0,0,0,0.9);
}

.home #all #hero .banner {
    background: linear-gradient(205.58deg, #560161 39.2%, #3D0161 76.74%);
    background: var(--clr-02);
}
.home #all #hero .banner. item.white {
    background: transparent;
}

.home #all #hero .banner .link-area .button-style1 {
    font-family: 'Roboto Slab', Sans-serif;
}

.home #all #hero .banner .overlay {
    background: url('../img/overlay.png') no-repeat center top;
    background-size: cover;
    opacity: 0.2;
}

.home #hero .banner .container {
    background: url('../img/hero-phone.png') no-repeat 85% 70%;
    background-size: 42.5%;
}

.home #all #hero .wpb_wrapper {
    position: relative;
}

.home #all #hero .banner .link-area .button-style1 {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
}

.home #hero .social-buttons.tac {
    position: absolute;
    right: calc((100vw - 1400px) / 2);
    top: calc(50% - 125px);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home #hero .video-block {
    border-radius: 0;
    position: absolute;
    width: 270px;
    bottom: 50px;
    right: 0;
}

.home #all #hero .video-block .h {
    position: absolute;
    top: -10px;
    text-shadow: unset;
    font-size: 22px;
    margin: 0;
    line-height: 1.5;
    left: 0;
    padding-left: 15px;
    border-left: 3px solid #ffc310;
    font-weight: normal;
    letter-spacing: 1px;
}

.home #hero .video-block a {
    border-radius: unset;
}

@media all and (max-width: 1400px) {
    .home #hero .banner .container {
        background-position-y: 80%;
    }
    .home #hero .social-buttons.tac {
        right: calc((100vw - 1170px) / 2);
    }
    .home #all #hero .cell .h {
        font-size: 60px !important;
    }
    .home #hero .video-block {
        width: 200px;
        bottom: 0px;
    }
    .home #all #hero .video-block .h {
        top: 10px;
        font-size: 18px;
    }
}

@media all and (max-width: 1198px) {
    .home #hero .banner .container {
        background-position-y: 60%;
    }
    .home #hero .social-buttons.tac {
        right: calc((100vw - 970px) / 2);
    }
    .home #all #hero .cell .h {
        font-size: 44px !important;
    }
}

@media all and (max-width: 991px) {
    .home #hero .banner .cell {
        width: 100%;
        margin-top: 150px;
        margin-top: 150px;
        text-align: center;
        display: block;
    }
    .home #hero .banner .container {
        background-position: center 70%;
    }
}

@media all and (max-width: 767px) {
    .home #all #hero .cell .h {
        font-size: 30px !important;
    }
    .home #all #hero .banner .link-area .button-style1 {
        font-size: 16px;
    }
    .home #hero .video-block {
        display: none;
    }
    .home #all #hero .banner .item .link-area {
        max-width: 300px;
        margin: 20px auto 0;
    }
}

.home #hero .social-buttons.tac a {
    margin: 0;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #370161EE;
    font-size: 20px;
}

#icon-boxes .owl-item .icon:before,
#plans .icon-box .icon:before{
    content: '';
}

#icon-boxes .owl-item .icon,
#plans .icon-box .icon {
    display: block;
    height: 70px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

#icon-boxes .owl-item .icon.graphic-design-pencil {
    background-image: url('../img/1.png');
}

#icon-boxes .owl-item .icon.graphic-design-canvas {
    background-image: url('../img/2.png');
}

#icon-boxes .owl-item .icon.graphic-design-scissors {
    background-image: url('../img/3.png');
}

#icon-boxes .owl-item .icon.graphic-design-monitor {
    background-image: url('../img/4.png');
}

#icon-boxes .owl-item .icon.graphic-design-paint-tube {
    background-image: url('../img/5.png');
}

#all .characters-slider .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 110px;
    border: unset;
    color: #fff;
    background: transparent;
    font-size: 35px;
    z-index: 9;
}

#all .characters-slider .slick-arrow.slick-prev {
    left: 0;
}

#all .characters-slider .slick-arrow.slick-next {
    right: 0;
}

#all .characters-slider .character-slide {
    margin: 0 15px;
}

#all .characters-slider .character-slide .character-content {
    height: 595px;
    position: relative;
}

#all .characters-slider .character-slide .character-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#all .characters-slider .character-slide .character-content .character-slide-content {
    position: absolute;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: linear-gradient(180deg, #560161 0%, #370161 100%);
    background: var(--clr-02);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.79);
    transition: opacity 0.25s ease-in-out;
    cursor: pointer;
}

#all .characters-slider .character-slide .character-content:not(:hover) .character-slide-content {
    opacity: 0;
}

#all .characters-slider .character-slide .character-content .character-slide-content .character-title {
    margin: 0 0 10px 0;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
}

#all .characters-slider .character-slide .character-content .character-slide-content .character-link {
    font-size: 20px;
    line-height: 1.2;
    color: #FFC310;
    text-decoration: none;
}

@media all and (max-width: 1399px) {
    #all .characters-slider .character-slide .character-content {
        height: 395px;
    }
}

@media all and (max-width: 767px){
    #all .characters-slider .character-slide .character-content {
        height: 395px;
    }
}

.home #all .icon-box-carousel .item {
    background: linear-gradient(180deg, #560161 0%, #370161 100%);
	background: var(--clr-02);
}

.home #all .icon-box-carousel .item:hover {
    background: #fff;
    color: #0F001B;
}

.home #all .icon-box-carousel .item:hover .h {
    color: #370161;
}

.home #all .icon-box-carousel .item .h {
    font-size: 35px;
    font-weight: normal;
}

.home #about-app-text p{
    color: #370161;
}

.home #all .icon-box-carousel .item .desc,
.home #all .icon-box-style1 .desc,
.home #about-app-text p{
    font-size: 20px;
    line-height: 1.5;
}

@media all and (max-width: 1399px){
    .home #all .icon-box-carousel .item .desc,
    .home #all .icon-box-style1 .desc,
    .home #about-app-text p{
        font-size: 14px;
    }
    .home #all .icon-box-carousel .item .h {
        font-size: 30px;
    }
}

.home #about-app-text p{
    font-size: 16px;
}

.home #all .icon-box-style1 .desc {
    font-size: 14px;
}

#all .icon-box-carousel .item .num {
    font-size: 26px;
}

#apps .vc_column-inner {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50% 80%;
}

#apps .vc_column-inner img {
    width: 100%;
    transform: scale(1.1);
}

.home #all .video-block .play-button {
    margin: 100px 0 100px 0;
}

@media all and (max-width: 767px){
    #home-video .video-block.fix-height a {
        height: 300px !important;
    }
    .home #all #home-video .video-block .play-button {
        margin: 0 0 50px 0;
    }
}

#plans .icon-box .icon.graphic-design-idea {
    background-image: url('../img/plans/1.png');
}

#plans .icon-box .icon.graphic-design-vector {
    background-image: url('../img/plans/2.png');
}

#plans .icon-box .icon.graphic-design-monitor {
    background-image: url('../img/plans/3.png');
}

#plans .icon-box .icon.graphic-design-gallery {
    background-image: url('../img/plans/4.png');
}

#plans .icon-box .icon.graphic-design-pencil {
    background-image: url('../img/plans/5.png');
}

#plans .icon-box .icon.graphic-design-photo-camera {
    background-image: url('../img/plans/6.png');
}

.home #testomonials {
    background: linear-gradient(180deg, #560161 0%, #370161 100%);
    background: var(--clr-02);
    padding-top: 115px;
    padding-bottom: 125px;
}

.home #testomonials .testimonials {
    margin-top: 60px;
}

.home #testomonials .testimonials .testimonial-item .quote {
    font-style: normal;
    line-height: 1.5;
    text-align: justify;
}

.home #testomonials .testimonials .testimonial-item .label .cell {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 90px;
}

.home #home-news {
    padding: 140px 0 110px;
}

#home-news .vc_gitem-post-data p {
    font-size: 16px;
    color: #0f001b;
    line-height: 1.714em;
    font-size: 14px;
	letter-spacing: -.025em;
    font-weight: 400;
}

#home-news .vc_gitem_row {
	padding: 35px 35px 0;
	background: #e5e5e5;
}

#home-news .vc_gitem-post-data-source-post_date {
	color: #f9b03e;
    font-size: 12px;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#home-news .vc_custom_heading h6 a,
#home-news .vc_custom_heading h6 a:hover,
#home-news .vc_custom_heading h6 a:visited {
    margin-bottom: 18px;
    line-height: 1.333em;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: 20px;
	color: #383838;
}

#home-news .button-style6,
#home-news .vc_btn3 {
    color: #370161;
    font-family: 'Roboto Slab', Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#home-news .vc_btn3 {
	margin: 17px 0 0;
	padding:0;
	background:none;
	border:none;
	padding:0;
}

#home-news .button-style6:before,
#home-news .button-style6:after,
#home-news .vc_btn3:before,
#home-news .vc_btn3:after {
    content: none;
}

@media all and (max-width: 767px){
    .home #testomonials, .home #home-news {
        padding: 0;
    }
}