:root {
    --bg-color: #161616;
    --theme-color: #1B1B1B;
    --main-color: #BEF402;
}

/* --------------- header --------------- */

.header3 {
    position: relative;
}

.header3 .caption h1 {
    font-size: 78px;
    font-weight: 600;
    line-height: 1.2;
}

.header3 .caption h1 span {
    font-weight: 500;
}

.header3 .main-img {
    position: relative;
}

.header3 .main-img .text {
    padding: 10px 21px 15px 10px;
    background: var(--theme-color);
    border-radius: 0 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
}

.header3 .main-img .text:after,
.header3 .main-img .text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 -20px 0 0 var(--theme-color);
    box-shadow: 0 -20px 0 0 var(--theme-color);
    border-top-left-radius: 20px;
    z-index: 4;
}

.header3 .main-img .text:before {
    left: auto;
    right: -40px;
    bottom: auto;
    top: 0;
}

.header3 .main-img .botn {
    padding: 30px 0 0 17px;
    background: var(--theme-color);
    border-radius: 30px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.header3 .main-img .botn:after,
.header3 .main-img .botn:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 20px 0 0 var(--theme-color);
    box-shadow: 0 20px 0 0 var(--theme-color);
    border-bottom-right-radius: 20px;
    z-index: 4;
}

.header3 .main-img .botn:before {
    left: auto;
    right: 0px;
    bottom: auto;
    top: -40px;
}

.header3 .main-img .botn .cont h6 {
    font-size: 16px;
    text-transform: uppercase;
}

.header3 .main-img .botn .cont h6 span {
    font-weight: 200;
    display: block;
}

.header3 .main-img .botn a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    background: var(--main-color);
    margin-left: 15px;
}

.header3 .fit-img {

    border-radius: 182px;
}

.header3 .shape1 {
    position: absolute;
    top: 150px;
    left: 50px;
    z-index: -1;
}

.header3 .shape-circle {
    width: 45vw;
    height: 45vw;
    border: 5vw solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: -10%;
    right: -10%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: .4;
    z-index: -1;
}

/* --------------- Intro --------------- */

.intro3 .img {
    position: relative;
    padding: 0 30px;
}

.intro3 .img img {
    -webkit-mask-image: url(../imgs/intro/shape-mask.svg);
    mask-image: url(../imgs/intro/shape-mask.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.intro3 .cont h2 {
    font-size: 48px;
    font-weight: 600;
}

.intro3 .cont h2 span {
    font-weight: 500;
    display: inline;
}

.intro3 .cont .item {
    width: 100%;
    padding-right: 15px;
}

.intro3 .cont .item .icon {
    width: 50px;
}

.intro3 .cont .item .progress {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
}

.intro3 .cont .item .progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
}

.intro3 .cont .item:last-of-type {
    padding-left: 15px;
    padding-right: 0;
}

.intro3 .cont .item:last-of-type .progress span {
    width: 90%;
}

.call-marq {
    position: relative;
}

.call-marq .main-marq {
    overflow: hidden;
    padding: 20px 0;
}

.call-marq .main-marq:after {
    display: none;
}

.call-marq .main-marq.bg-color {
    position: relative;
    z-index: 2;
}

.call-marq .main-marq.bg-color .item h4 span {
    color: var(--main-color) !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 50px;
}

.call-marq .main-marq.bg-light {
    -webkit-transform: rotate(-5deg) translateY(-10px);
    -ms-transform: rotate(-5deg) translateY(-10px);
    transform: rotate(-5deg) translateY(-10px);
}

.call-marq .main-marq.bg-light .item h4 {
    color: #1b1b1b !important;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 400;
}

.numbers .item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    padding-left: 30px;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.numbers .item:last-of-type {
    border-right: 0;
}

.numbers .item h6 {
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    padding-left: 30px;
}

.numbers .item h6:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--main-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.numbers .item h2 {
    font-size: 90px;
}

.numbers .item h2 span {
    font-size: 40px;
    font-weight: 300;
}

/* --------------- Works --------------- */

.work3 .item {
    position: relative;
    margin-top: 120px;
}

.work3 .item:hover .tags,
.work3 .item:hover .cont {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.work3 .item .tags {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--theme-color);
    padding: 10px 30px 20px;
    border-radius: 0 0 0 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px) translateY(-20px);
    -ms-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.work3 .item .tags a {
    padding: 8px 22px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin: 0 2px;
}

.work3 .item .tags a:hover {
    background: var(--main-color);
    color: #1b1b1b;
}

.work3 .item .tags:after,
.work3 .item .tags:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 -20px 0 0 var(--theme-color);
    box-shadow: 0 -20px 0 0 var(--theme-color);
    border-top-right-radius: 20px;
    z-index: 4;
}

.work3 .item .tags:before {
    left: auto;
    right: 0;
    bottom: -40px;
    top: auto;
}

.work3 .item .img {
    border-radius: 20px;
    overflow: hidden;
}

.work3 .item .cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #1b1b1b;
    border-radius: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.work3 .item .cont .nam {
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 25px 10px 40px;
    background: #fff;
    border-radius: 25px 25px 0 0;
    position: relative;
}

.work3 .item .cont .nam:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 20px;
    width: 5px;
    height: 5px;
    background: #1b1b1b;
    border-radius: 50%;
}

.work3 .item .cont .nam:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    background-color: transparent;
    height: 40px;
    width: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 20px 0 0 #fff;
    box-shadow: 0 20px 0 0 #fff;
    border-bottom-left-radius: 20px;
    z-index: 4;
}

.work3 .item .cont h6 {
    font-size: 18px;
    padding: 10px 25px 20px;
    background: #fff;
    border-radius: 0 25px 25px 25px;
    margin-top: -1px;
}

/* --------------- Services --------------- */

.services3 {
    position: relative;
}

.services3 .item {
    padding: 40px 30px;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.05), var(--theme-color));
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.05), var(--theme-color));
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), var(--theme-color));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    height: 100%;
}

.services3 .item .icon {
    position: relative;
    margin-bottom: 50px;
}

.services3 .item .icon:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    border-left: 2px solid var(--main-color);
}

.services3 .item h5 {
    margin-bottom: 30px;
}

.services3 .item a {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}

.services3 .item a svg {
    width: 15px;
    margin-left: 5px;
}

.services3 .shape-circle {
    width: 45vw;
    height: 45vw;
    border: 10vw solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: .4;
    z-index: -1;
}

/* --------------- Testimonials --------------- */

.testim3 {
    background: var(--bg-color);
    border-radius: 50px;
    position: relative;
    z-index: 4;
}

.testim3 .imgs {
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testim3 .imgs .lin1 {
    margin-right: 20px;
}

.testim3 .imgs .fit-img {
    margin: 20px 0;
    height: 400px;
    width: 180px;
    border-radius: 200px;
}

.testim3 .shape-circle {
    width: 45vw;
    height: 45vw;
    border: 10vw solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    bottom: 5vw;
    right: -10%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: .5;
    z-index: -1;
}

.testim3 .arrows {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.testim3 .arrows .swiper-button-prev,
.testim3 .arrows .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    border: 1px solid #fff2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 0 15px !important;
}

.testim3 .arrows .swiper-button-prev::after,
.testim3 .arrows .swiper-button-next::after {
    color: #fff;
    font-size: 18px;
}

.testim3 .arrows .swiper-button-prev:hover,
.testim3 .arrows .swiper-button-next:hover {
    border-color: #fff;
}

.testim3 .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testim3 .item .info span {
    font-size: 14px;
    font-weight: 300;
    color: #c4c4c4;
}

.testim3 .item .brand-img {
    max-width: 100px;
}

.testim3 .testim-slider {
    position: relative;
    overflow: hidden;
}

/* --------------- Team --------------- */

/* --------------- Blogs --------------- */

.blog .item:hover .img1 .author {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.blog .item .img1 {
    position: relative;
}

.blog .item .img1 img {
    border-radius: 15px;
}



.blog .item .img1 .info {

    position: absolute;
    top: -1px;
    left: 0;
    background: var(--theme-color);
    padding: 10px 0;
    padding-left: 0px;
    border-radius: 0 0 10px 0;
    font-size: 12px;
    color: #c4c4c4;
    text-transform: uppercase;
    padding-left: 5px;
    width: 57px;
    height: 32px;
}


.blog .item .img1 .info i {
    color: #fff;
}

.blog .item .img1 .info span {
    margin-right: 15px;
}

.blog .item .img1 .info:after,
.blog .item .img1 .info:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    background-color: transparent;
    height: 20px;
    width: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 -10px 0 0 var(--theme-color);
    box-shadow: 0 -10px 0 0 var(--theme-color);
    border-top-left-radius: 10px;
    z-index: 2;
}

.blog .item .img1 .info:before {
    left: auto;
    right: -20px;
    bottom: auto;
    top: 0px;
}

.blog .item .img1 .author {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: var(--theme-color);
    border-radius: 10px 0 0 0;
    width: 60px;
    opacity: 0;
    -webkit-transform: translateX(5px) translateY(5px);
    -ms-transform: translateX(5px) translateY(5px);
    transform: translateX(5px) translateY(5px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blog .item .img1 .author:after,
.blog .item .img1.author:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    background-color: transparent;
    bottom: 0;
    height: 20px;
    width: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 10px 0 0 var(--theme-color);
    box-shadow: 0 10px 0 0 var(--theme-color);
    border-bottom-right-radius: 10px;
    z-index: 2;
}

.blog .item .img1 .author:before {
    left: auto;
    right: 0;
    bottom: auto;
    top: -20px;
}

.blog .item .img1 .author img {
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 992px) {
    .numbers .item {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 350px;
    }

    .testim3 .imgs {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .header3 .main-img .text {
        width: auto;
    }

    .intro3 .cont h2 {
        font-size: 38px !important;
    }

    .work3 .item {
        margin-top: 50px !important;
    }

    .testim3 .testim-slider {
        padding-bottom: 100px;
    }

    .testim3 .testim-slider h4 {
        font-size: 18px !important;
    }

    .testim3 .arrows {
        bottom: 0;
        left: 0;
        right: auto;
    }

    .header3 .caption h1 {
        font-size: 55px;
        font-weight: 600;
        line-height: 1.2;
    }

    .testim3 .arrows .swiper-button-next,
    .testim3 .arrows .swiper-button-prev {
        width: 50px !important;
        height: 50px !important;
    }
}