* {
    box-sizing: border-box
}

a,
a.active,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer
}

*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html,
select,
.scrol {
    scrollbar-color: rgba(var(--dark-color), 1) transparent
}

body,
html,
.scrol {
    scroll-behavior: smooth
}

body,
select,
.scrol {
    scrollbar-width: 8px
}

html,
select,
.scrol {
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--dark-color), 1), rgba(var(--clr-2), 1))
}

::-moz-selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--dark-color), 1)
}

::selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--dark-color), 1)
}

html {
    scroll-snap-type: y mandatory
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: "Archivo", serif important;
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
    background: rgba(var(--light-color), 1);
    overflow-x: hidden;
    font-size: 15px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right 100%;
}

footer,
section {
    overflow-x: hidden;
    overflow-y: clip
}

#text,
.drop-down-cont,
.gallery,
.service .image {
    overflow: hidden
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    outline: 0;
    color: inherit
}

a.active,
a:active,
a:focus,
a:hover {
    color: rgba(var(--clr-2), 1) !important;
    outline: 0 !important
}

.clr-l a.active,
.clr-l a:active,
.clr-l a:focus,
.clr-l a:hover {
    color: rgba(var(--clr-1), 1) !important;
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

.banner .author img,
.cta-left,
.cta-right,
.leftside,
.logo,
.nav-icons {
    object-fit: contain
}

.fw-700,
b,
strong {
    font-weight: 700
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Monument Extended';
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize
}

.f-74 {
    font-size: 74px
}

.f-60 {
    font-size: 60px;
}

.f-55 {
    font-size: 55px
}

.f-40 {
    font-size: 40px
}

.f-34 {
    font-size: 34px
}

.f-24 {
    font-size: 24px
}

.f-18 {
    font-size: 18px
}
.f-20 {
    font-size: 20px
}
.f-12 {
    font-size: 12px
}
.text-shadow {
    text-shadow: 3px 3px 0 rgba(var(--clr-2), 1)
}

.clr-1,
.drop-down:hover .a {
    color: rgba(var(--clr-1), 1)
}

.clr-2 {
    color: rgba(var(--clr-2), 1)
}

.clr-l,
.service:hover .clr-2 {
    color: rgba(var(--light-color), 1) !important
}

.bg-1,
.bg-d .btn,
.bg-d button,
.c-list li:before,
.top-bar {
    background: rgba(var(--clr-1), 1)
}

.bg-2 {
    background: rgba(var(--clr-2), 1)
}

.bg-l {
    background: rgba(var(--light-color), 1);
    border-radius: 50px
}

.bg-d,
.bg-d select option {
    background: rgba(var(--dark-color), 1)
}

.bg-1-l {
    background: rgba(var(--clr-1), .12)
}

.bg-light {
    background: #eee !important
}

.gr {
    background: linear-gradient(rgba(var(--clr-1), 1.0), rgba(var(--clr-3), 1.0));
}

.btn,
.form-control,
button,
input,
select,
select input {
    background: rgba(var(--clr-1), 1);
    transition-duration: .8s
}

.btn,
button {
    color: rgba(var(--light-color), 1);
    border: none !important;
    /*    text-transform: uppercase;*/
    /*    box-shadow: 3px 3px 0 rgba(var(--clr-2), 1);*/
    padding: 10px 25px !important;
    border-radius: 30px !important;
    font-size: inherit
}

.btn.active,
.btn:hover,
button.active,
button:hover {
    background: rgba(var(--clr-2), 1) !important;
    /*    box-shadow: -3px -3px 0 rgba(var(--clr-2), 1)*/
}

.bg-2 .btn,
.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 .icon,
.bg-2 button,
.bg-2 button.active,
.bg-2 button:hover {
    background: rgba(var(--clr-1), 1) !important;
    border-color: rgba(var(--light-color), 1) !important
}

.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 button.active,
.bg-2 button:hover {
    border-radius: 0 10px !important
}

.form-control,
input,
select,
select input {
    color: inherit !important;
    border: 1px solid rgba(var(--light-color), 1) !important;
    padding: 10px 20px !important;
    box-shadow: unset !important;
    height: auto !important;
    border-radius: 30px !important;
    overflow: hidden
}

.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--light-color), .5);
    color: rgba(var(--dark-color), 1) !important;
    border: 1px solid rgba(var(--clr-1), 1);
    box-shadow: none
}

.bg-d select option,
.c-list li:before,
.icon,
.service:hover {
    color: rgba(var(--light-color), 1)
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1
}

input.phone,
input[name=phone] {
    padding-left: 75px !important
}

.iti {
    display: block !important;
    width: 100% !important
}

.iti__country-list {
    background: rgba(var(--dark-color), 1) !important;
}

.icona:hover .icon {
    box-shadow: 0 0 10px rgba(var(--clr-1), 0.5);
}

.clr-l .icona:hover .icon {
    box-shadow: 0 0 10px rgba(var(--light-color), 0.5);
}

.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color), 1) !important
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-3), .8);
    border-radius: 25px 0 0 25px
}

.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-color), .5);
    color: rgba(var(--dark-color), 1) !important
}

.bg-d .form-control:focus,
.bg-d input:focus {
    background: rgba(var(--clr-2), 1) !important;
    border: 1px solid rgba(var(--clr-2), 1)
}

.bg-d .form-control::placeholder,
.bg-d input::placeholder {
    color: rgba(var(--dark-color), 1);
    opacity: 1
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

label.h {
    z-index: -999999999
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 16px
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important
}

.slick-next {
    right: -35px
}

.slick-prev {
    left: -40px;
    z-index: 9999
}

.icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--clr-2), 1)
}

.nav-bar .icon {
    border-color: rgba(var(--light-color), 1)
}

.platforms .slider img {
    height: 36px;
    width: 80%;
    object-fit: contain;
    object-position: center
}

.logo,
.publishing.platforms img {
    height: 80px
}

@supports (-moz-appearance: none) {
    SELECT {
        /* appearance: none!important; */
        -moz-appearance: none !important;
        background: url(data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}

header {
    position: absolute;
    top: 0;
    right: 0;
    l0: 0;
    left: 0;
    z-index: 9999;
}

.drop-down {
    position: relative;
}

.drop-down-cont {
    position: absolute;
    top: 100%;
    background: rgba(var(--dark-color), 1);
    /*    padding: 10px 20px 10px 10px;*/
    border-radius: 15px;
    max-height: 0;
    width: 200px;
    transition: max-height .8s ease-out;
    box-shadow: 10px 16px 36px rgba(var(--clr-1), 0.5);
}

.drop-down:hover .drop-down-cont {
    max-height: 250px;
}

.overlay {
    background: linear-gradient(45deg, rgba(var(--clr-2), 0.9), rgba(var(--dark-color), 0.9));
}

.banner video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner {
    height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

.inner.banner {
    height: 600px;
}

.heighlight {
    position: relative;
    z-index: 9;
    padding: 5px 10px 0;
    color: rgba(var(--light-color), 1.0);
    display: inline-block;
}

.heighlight:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--clr-1), 1.0);
    padding: 5px 10px 0;
    border-radius: 15px;
    transform: skew(-5deg);
}

button.btn-close {
    position: absolute;
    right: 0;
    padding: 10px !important;
    top: -5px;
    opacity: 1;
    background: red;
    z-index: 99999999999
}

.c-list li {
    position: relative;
    padding: 10px 0 10px 35px
}

.c-list li:before {
    display: flex;
    content: "\e903";
    font-family: icomoon;
    left: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(var(--clr-2), 1)
}

.chat-body,
.side-body,
.side-head {
    justify-content: center;
    color: #fff;
    display: flex
}

.logo {
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
}

.baner-image {
    height: 250px;
    width: 250px;
    border-radius: 32px;
    overflow: hidden;
    border: 8px solid rgba(var(--light-color), 1);
    box-shadow: 0 0 11px rgba(var(--dark-color), 0.3);
}

.baner-image img,
.home-big-1 img,
.home-big-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

img.lozad.star {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
}

.bannernegmargin {
    display: flex;
    justify-content: center;
    margin-top: -150px;
    z-index: 9;
    position: relative;
    padding-bottom: 18px;
}

.baner-image.one {
    transform: rotate(6deg);
}

.baner-image.two {
    transform: rotate(-8deg);
}

.baner-image.three {
    transform: rotate(3deg);
}

.baner-image.four {
    transform: rotate(-8deg);
}

.home-big-1 {
    height: 400px;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.home-big-2 {
    height: 550px;
    /* height: 550px;]0px;]0px; */
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.service-image {
    height: 500px;
    overflow: hidden;
    border-radius: 32px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrol {
    max-height: 373px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.service-tabs .nav-link svg path {
    fill: rgba(var(--dark-color), 1.0);
}

.service-tabs .nav-link.active svg path,
.service-tabs .nav-link:hover svg path {
    fill: rgba(var(--light-color), 1.0);
}

.nav-pills .nav-link {
    padding: 15px 25px !important;
    border-radius: 50px !important;
    border: 2px solid rgba(var(--dark-color), 0.2) !important;
    color: rgba(var(--clr-1), 1);
    margin-bottom: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    border: 2px solid rgba(var(--clr-2), 0.2) !important;
    color: rgba(var(--light-color), 1);
}

.box {
    border-radius: 32px;
}

.box.bg-d .icon {
    background: #2B2B2B;
}

.box .icon {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 10px;
    transition-duration: 0.8s;
}

.box:hover .icon {
    transform: rotate(-45deg);
}

.process-clip {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.process-clip-inside {
    clip-path: polygon(0 5%, 100% 2.5%, 100% 95%, 0% 100%);
    padding-bottom: 350px;
}

.opp-5 {
    opacity: 0.5;
}

.process .box,
.reviews .box {
    background: #2B2B2B;
}

.process .box {
    margin-top: 100px;
}

.process-neg {
    margin-top: -350px;
    z-index: 9;
    position: relative;
}

img.process-img {
    margin-top: -150px;
    width: 300px;
    height: 400px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    border-radius: 25px;
    height: 500px;
    width: 100%;
    border: 12px solid #fff;
    box-shadow: 0 0 15px rgba(var(--dark-color), 0.2);
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-next:before,
.slick-prev:before {
    color: rgba(var(--clr-1), 1.0);
}

.client {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

.reviews-clip {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.reviews-clip-inside {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 97.5%);
    /*    padding-bottom: 350px;*/
}

.reviews .slick-list.draggable {
    padding: 0 200px !important;
}

.lastvideo {
    height: 300px;
    overflow: hidden;
    border-radius: 34px;
    width: 100%;
}

.lastvideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.why {
    background: rgba(var(--dark-color), 1.0);
    transition: background 1s;
    padding: 30px 30px 60px;
    border-radius: 15px;
    /* height: 300px; */
    color: rgba(var(--light-color), 1.0);
}

.why:hover {
    background: linear-gradient( rgba(var(--clr-1), 1.0), transparent) rgba(var(--dark-color), 1.0);
}

.process .slick-track,
.why-slider .slick-track {
    display: flex;
    height: 100%;
}

@media screen and (min-width:1367px) {}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1367px) {
    .f-55 {
        font-size: 50px
    }
    body {
        font-size: 14px
    }
    .f-24 {
        font-size: 22px
    }
    .icon {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

@media screen and (max-width:1181px) {
    .baner-image {
        height: 200px;
        width: 200px;
    }
    .f-18 {
        font-size: 16px
    }
    .f-55 {
        font-size: 45px
    }
    .f-40 {
        font-size: 35px
    }
    .f-34 {
        font-size: 32px
    }
    .f-24 {
        font-size: 20px
    }
}

@media screen and (max-width:992px) {
    .reviews .slick-list.draggable {
        padding: 0 100px !important;
    }
    .tab-content .service-image {
        height: 120px;
        margin-bottom: 20px;
    }
    .home-big-1 {
        height: 300px;
    }
    .home-big-2 {
        height: 400px;
    }
    .bannernegmargin {
        margin-top: -100px;
    }
    .baner-image {
        height: 150px;
        width: 150px;
        border-radius: 25px;
    }
    span.line {
        right: 0;
        left: 40%
    }
    .publishing-left,
    .publishing-right {
        opacity: .2;
        width: 20vw
    }
    .number {
        height: 80px;
        width: 80px
    }
    .f-24 {
        font-size: 20px;
    }
    .f-18 {
        font-size: 16px
    }
    .top-bar {
        margin-bottom: 10px
    }
    img.logo {
        object-position: center
    }
    .banner .author {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        opacity: .5;
        height: 350px;
        transform: translateY(-50%)
    }
    .banner .author.right {
        right: 0;
        left: auto
    }
}

@media screen and (max-width:576px) {
    .service-image {
        height: 200px;
        margin-bottom: 40px;
    }
    .scrol {
        max-height: unset;
    }
    .service-tabs.nav-pills .nav-link {
        min-width: 250px;
        padding: 10px 20px !important;
        margin-right: 10px;
    }
    .service-tabs {
        height: 74px;
        overflow: scroll;
        padding-bottom: 0 !important;
        margin-bottom: 20px;
    }
    .reviews .slick-list.draggable {
        padding: 0 50px !important;
    }
    .process-clip-inside {
        padding-bottom: 500px;
    }
    .process-neg {
        margin-top: -500px;
    }
    .f-24 {
        font-size: 18px;
    }
    .f-18 {
        font-size: 14px
    }
    .nav-bar {
        background: rgba(var(--clr-1), 1);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(200%);
        z-index: 99999999;
        transition: .8s;
        padding-left: 20px;
        padding-right: 20px;
        color: rgba(var(--light-color), 1);
        overflow-y: scroll
    }
    .nav-bar li:not(.drop-down-cont li) {
        margin: 20px auto
    }
    .nav-bar.active {
        transform: translateX(0)
    }
    .drop-down-cont {
        height: auto !important;
        max-height: unset !important;
        background: 0 0;
        padding: 0 0 0 10px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translate(0);
        border-radius: unset;
        width: auto;
        box-shadow: none
    }
    .drop-down-cont li {
        padding-top: 10px
    }
    .f-55 {
        font-size: 30px;
    }
    .f-40 {
        font-size: 24px
    }
    .f-34 {
        font-size: 22px
    }
    .home-big-1 {
        height: 150px;
    }
    .home-big-2 {
        height: 200px;
    }
}

@media screen and (max-width:431px) {
    .bannernegmargin {
        margin-top: -50px;
    }
    .baner-image {
        height: 80px;
        width: 80px;
        border-radius: 20px;
        border-width: 5px;
    }
    body {
        font-size: 12px;
        background-size: 50px;
    }
}

@media screen and (max-width:391px) {
    .icon {
        height: 30px;
        width: 30px
    }
    button {
        padding: 10px 20px !important;
    }
}