* {
    box-sizing: border-box;
}

button.btn-close {
    position: absolute;
    right: 0;
}

*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html,
select {
    scrollbar-color: rgba(var(--clr-2), 1) transparent;
}

body,
html {
    scroll-behavior: smooth;
}

body,
select {
    scrollbar-width: 8px;
}

html,
select {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--clr-2), 1), rgba(var(--clr-2), 1));
}

::-moz-selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--dark-color), 1);
}

::selection {
    color: rgba(var(--light-color), 1);
    background: rgba(var(--dark-color), 1);;
}

html {
    scroll-snap-type: y mandatory;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: 'Century Gothic Paneuropean', sans-serif !important;
    line-height: 1.5;
    color: rgba(var(--light-color), 1);
    background: rgba(var(--dark-color), 1);
    overflow-x: hidden;
    font-size: 14px;
}



footer,
section {
    overflow-x: hidden;
    overflow-y: clip;
}


:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    color: inherit;text-decoration: none !important;
}

a.active,
a:active,
a:focus,
a:hover {
     color: rgba(var(--clr-1), 1.0)
    !important;

    outline: 0 !important;
}

audio,
img,
video {
    max-width: 100%;
    height: auto;
}

.fw-700,
b,
strong {
    font-weight: 700;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    
    transition: 0.8s;
    /*    text-transform: capitalize;*/
}
.f-55{
    font-size: 55px;
}
.f-41 {
    font-size: 41px;
}

.f-70 {
    color: #fff;
    font-size: 70px;
}

.f-34 {
    font-size: 34px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.clr-1 {
    color: rgba(var(--clr-1), 1);
}

.clr-2 {
    color: rgba(var(--clr-2), 1);
}

.clr-l {
    color: rgba(var(--light-color), 1) !important;
}
.clr-d{
    color: rgba(var(--dark-color), 1.0) !important;
}
.bg-1 {
    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), 0.12);
}

.bg-light {
    background: #EEEEEE !important;
}

.btn,
button {
    color: rgba(var(--light-color), 1.0);
    background: rgba(var(--dark-color), 1);
    border: 1px solid rgba(var(--clr-1), 1) !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    transition-duration: 0.8s;
    font-size: inherit;
    animation: blink 5s infinite;
    box-shadow: 0 0 0 0px rgba(var(--clr-1), 1);
}



.btn.active,
.btn:hover,
button.active,
button:hover,.accordion-button:not(.collapsed) {
    background: rgba(var(--clr-1), 1) !important;
    color: rgba(var(--light-color), 1.0)!important;
    

}

.bg-2 .btn,
.bg-2 button,
.bg-2 .icon {
    background: rgba(var(--clr-1), 1.0) !important;
    border-color: rgba(var(--light-color), 1.0) !important;
}

.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 button.active,
.bg-2 button:hover {
    background: rgba(var(--clr-1), 1.0) !important;
    border-color: rgba(var(--light-color), 1.0) !important;
    border-radius: 0 10px !important;
}

.form-control,
input,
select,
select input {
    background: none;
    color: inherit !important;
    border: none !important;
    border-bottom: 2px solid rgba(var(--clr-1), 1.0) !important;
    padding: 10px 20px !important;
    box-shadow: unset !important;
    transition-duration: 0.8s;
    height: auto !important;
    border-radius: unset; !important;
    overflow: hidden;
}

.bg {
    background-attachment: fixed;
    background-size: COVER;

    background-position: center;
}

.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1) !important;
    border: 1px solid rgba(var(--clr-1), 1);
    box-shadow: none;
}

.bg-d select option,
.icon {
    color: rgba(var(--light-color), 1);
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--light-color),0.5);
    opacity: 1;
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1;
}



.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), 1);
    color: rgba(var(--dark-color), 1) !important;
}

.text-white .form-control:focus,
.text-white input:focus {
    background: rgba(var(--clr-3), 1);
    border: 1px solid rgba(var(--clr-2), 1);
}

.text-white .form-control::placeholder,
.text-white input::placeholder {
    color: rgba(var(--light-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;
}


.
.c-list li:before {
    background: rgba(var(--clr-1), 1);
    display: flex;
}
.slick-loading{
    opacity: 0;
}
.slick-next, .slick-prev {
    bottom: -50px !important;
    top: auto;
    border: none !important;
    animation: none !important;
}

.slick-prev {
    left: 48%;
    transform: translateX(-50%);
}

.slick-next {
    right: 48%;
    transform: translateX(50%);
}
.slick-dots li button, .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover{
    background: none !important;

}
.icon {
    height: 45px;
    width: 45px;
    border-radius: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(var(--clr-1), 1);
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--clr-1), 1);

}
.btn .icon{
    background: rgba(var(--light-color), 1.0);
}
.overlay {
    background: linear-gradient(rgba(var(--clr-1), 1), rgba(var(--clr-2), 0.3));
    padding: 20px 10px;
    height: 100%;
    transition: 0.8s;
    transform: translateY(80%);
}

@supports (-moz-appearance: none) {
    SELECT {
        -moz-appearance: none !important;
        background: url('data:image/gif; base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}


.image-container {
    position: relative;
    overflow: hidden;
     padding-bottom: calc(100% / (var(--ratio))); 
  }
 
  .image-container img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    object-position: center;
    padding: 0;
    border-radius: 23px ;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background: linear-gradient(black, black, rgb(0 0 0 / 74%), #00000000);
}
.nav-open span.menue-line {
    display: block;
    height: 2px;
    width: 20px;
    background: rgba(var(--clr-1), 1);
    position: relative;
    transition-duration: 0.8s;
}

.nav-open span.menue-line:nth-child(1) {
    margin-top: 1px;
    margin-bottom: 3px;
    left: 2px;
}

.nav-open span.menue-line:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 1px;
    left: auto;
    right: 2px;
}

.nav-open.active span.menue-line:nth-child(1) {
    transform: translate3d(-2px, 1px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.nav-open.active span.menue-line:nth-child(2) {
    transform: translate3d(2px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.drop-down-cont {
    position: absolute;
    width: 100%;
    max-height: 0;
    transition: height .9s;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 100%;
    background: rgba(var(--dark-color), 0.8);
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 23px;
    backdrop-filter: blur(5px);
    transition: 0.8s;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
}

.drop-down:hover .drop-down-cont {
    transition: max-height .8s ease-out;
    max-height: 140vh;
    opacity: 1;
    visibility: visible;
}


a.logo {
  header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
}  width: 100%;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.banner video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.client {
    height: 50px;
}

.client img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.platform {
    height: 30px;
}

.platform img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 200px 50px;
}
form.firstfold,.ctaform {
    background: rgba(13, 13, 13, 0.12);
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid rgba(112, 112, 112, 1);
    backdrop-filter: blur(5px);
    transition: 0.8s;
    animation: blink 5s infinite;
    box-shadow: 0 0 0 0px rgba(var(--clr-1), 1);
}
.first-fold-left{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}
.first-fold-right{
    position: absolute;
    top: 1%;
    right: 0;
    z-index: -1;
}
.first-fold-bottom{
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: -1;
}
.box {
    background:rgba(var(--light-color),0.10);
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 23px;
    backdrop-filter: blur(4px);
    transition: 0.8s;
}
.bg-l.box {
     background:rgba(var(--light-color),0.8);
}
.box:hover:not(.hovernot), form.firstfold:hover {
    background: rgba(var(--clr-1), 0.5);
    color: rgba(var(--light-color), 1) !important;
}.service-cat-box {
    min-height: 300px;
}
.first-fold .box .image-container {
    height: 200px;
    border-radius: 26px;
}
.first-fold .box .image-container.large{
      height: 430px;  
}
.guarantee .box{
    border-color: rgba(var(--clr-1), 1.0);
    min-height:350px;
}
.headbox {
    background: rgba(var(--dark-color),1);
    padding: 20px 5px;
    border:1px solid rgba(var(--clr-1),1);
    border-radius: 120px;
}
.neg-margin {
    margin-bottom: -3rem !important;
    z-index: 999999;
    position: relative;
}
.service.box .image {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.slick-slide .service.box .image {
    width: 100px;
    height: 80px;
    overflow: hidden;
}
.servive-left{
    position: absolute;
    top: 300px;;
    left: 0;
    z-index: -1;
}
.servive-right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.service.box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.slick-slide .box.service {
    min-height: 460px;
}
.box.service .image{
    transition: 0.8s;
}
.box.service:hover .image{
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}
.cta.box {
    background: rgba(var(--clr-2),0.86);
}
@keyframes blink{
    0%{
        box-shadow: 0 0 0px rgba(var(--clr-1), 0.9);
        border-color: rgba(214, 214, 214, 1);
    }
    50%{
        box-shadow: 0 0 36px rgba(var(--clr-1), 0.9);
        border-color: rgba(var(--clr-1), 1.0);
    }
    100%{
        box-shadow: 0 0 0px rgba(var(--clr-1), 0.9);
        border-color: rgba(214, 214, 214, 1);
    }
}
.sub-service.box .image {
    height: 175px;
    width: 100%;
    overflow: hidden;
    border-radius: 23px;
}
.sub-service.box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-service .discription{
    min-height: 150px;
}
div.service {
/*     height: 200vh; */
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}div.service .box.hovernot{
background:rgba(23, 23, 23, 0.5)}
.gallery .image-container{
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.gallery .box{
    height: 300px;
}
.client-logo {
    background: rgba(var(--light-color), 1);
    border-radius: 15px;
    height: 60px;
    overflow: hidden;
    width: 150px;
    margin: 0 auto -60px auto;
}
.client-logo img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.reviews {
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.main_index{
    height: 100vh;
}

.macbook{position: absolute; left: 0; top: 0; width: 100%; height: 100vh; z-index: 1000; text-align: center; display: flex; justify-content: center; align-items: center; z-index: 0; flex-direction: column;}
.macbook .mac-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #222; */
    display: flex;
    
}
/*.macbook .mac-bg img{  width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.3); }*/
.mockup {
    display: inline-block;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0;
    perspective: 2400px;
    perspective-origin: 50% 100%;
    opacity: 0;
    transition: 500ms opacity;

}

.mockup.loaded {
    opacity: 1;
}
.macbook img.left {
    position: absolute;
    top: 10%;
    left: 0;
}

.macbook img.right {
    position: absolute;
    top: 10%;
    right: 0;
}
.mockup .part .top,
.mockup .part .bottom {
    position: absolute;
    top: 0;
    left: 0;
}

.mockup .part.top {
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup .part.top img:first-of-type{filter: brightness(0.85)}
.mockup .part.bottom img:last-of-type{filter: brightness(0.5)}

.mockup .part {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    /*  transition: 900ms;*/
}

.mockup.opened .part .top {
    transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}
.macbook .p-title{
    transform: translate3d(0, 0, -65px) rotateX(90deg);
    color: #fff;
    font-size: 30px; 
    top:0;
    z-index: 10;
    left: 0;
    position: absolute; width: 100%;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    display: flex; justify-content: center; align-items: center;
    transform-origin: 100% 0%;
    font-family: 'Trench Thin';
}

.mockup .part .top {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, -11px) rotateX(90deg);
    
}


.mockup img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
}

.mockup .part .cover {
    position: relative;
}

.mockup .screen{
    display: flex;
    position: absolute;
    top: 5%;
    left: 3%;
    right: 3%;
    /*  width: 94%;*/
    border-radius: 6px;
    background-color: #f00;
    /*  backface-visibility: hidden;*/
    background-color: #fff; overflow: hidden;
    z-index: 10; height: 89%;
    color: #333; font-size: 20px; font-weight: 600;
    display: flex;
    object-fit: cover;
}


.mockup .part.bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0,0,0) rotateX(90deg);
}
.accordion-item {
    background: none;
    border: none !important;
}

.accordion-button {
    background: #121212;
    border: none !important;
    color: rgba(var(--light-color),1);
    animation: none !important;
    padding: 30px 15px !important;
    box-shadow: none !important;
}
.accordion-collapse {
    background: #121212;
    color: rgba(var(--light-color),1);
    border-radius: 17px;
}
.accordion-button:focus,:focus-visible{
    box-shadow: none !important;
        OUTLINE: NONE !important;
}
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(33deg) brightness(105%) contrast(104%);
}
footer{
    background: #121212;
}
.scrolltop   {
    position: fixed;
    z-index: 999;
    bottom: 1vw;
    right: 1vw;
    animation: blink 5s infinite;
    transform: translateY(300%);
    transition-duration: 0.8s;
    
}
.scrolltop.scroll {
    transform: translateY(0);
}
.service-cat{
    width: 100%;
    height: 300px;
    border-radius: 20px;
}
.tags{
    background: #292929;
    border-radius: 10px ;
    padding: 10px;
}
section.blur{
    background: linear-gradient(rgba(28,28,28, 1.0), rgba(var(--dark-color), 1.0) );
    border-radius: 50px;z-index: 2;
}
.service-cat-box-left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-cat-box-right{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.why-chose-service-cat {
    background: linear-gradient(#00000000 5%, #00000000 50%, #6F6F6F 100%);
}
.why-chose-service-cat .blur {
    background: linear-gradient(#1C1C1C, #00000000);
    border-radius: 50px;
}
.why-chose-service-cat .image-container{
    height: 400px;
    border-radius: 25px;
}
.border-left{
    padding: 10px 30px 10px 30px;
    border-left: 2px solid rgba(var(--clr-1), 1.0);
}
.numbers{
    height: 250px;
}
.numbers.large{
    height: 300px;
}
.beifits .box{
    min-height: 400px;
}
.extraservice .box{
    min-height: 300px;
}
.modal-content.modal-custom {
    background: rgba(var(--dark-color),1);
}.modal-header {
    padding: 0 !important;
}
.image-container.ab{
    width: 100%;
    height: 400px;
}.contact.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -100vh;
}
input[type="checkbox"]:checked+label.service {
    background: rgba(var(--clr-1), 0.5);
}
.servicecheck{
    display: none;
}
@media screen and (min-width:1660px) {
    .w-80{
        max-width: 80%;
    }
}

@media screen and (min-width:1367px) {
  
.sub-service .discription{
    min-height: 120px;
}.numbers.left{
    transform: rotate(-7deg);

}
.numbers.right{
    transform: rotate(7deg);

}


}

@media screen and (max-width: 1367px) {
     .w-80{
        max-width: 90%;
    }
    .f-80 {
        font-size: 66px;
    }
    .f-70 {
        font-size:65px;
    }
    .f-34 {
        font-size: 30px;
    }

    .f-55 {
        font-size: 50px;
    }

    body {
        font-size: 14px;
    }

    .f-24 {
        font-size: 22px;
    }

    

    
}

@media screen and (max-width: 1181px) {
    .f-80 {
        font-size: 60px;
    }
    .f-70 {
        font-size:55px;
    }
    
    .f-34 {
        font-size: 27px;
    }

    .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) {
    .f-41 {
    font-size: 36px;
}

    .f-18 {
        font-size: 14px;
    }

    img.logo {
        object-position: center;
    }

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

    .dropdown-cont{
        position:relative;
        left:0;
    }

}
@media screen and (max-width: 576px) {
    .slick-prev {
    left: 40%;
}

.slick-next {
    right: 40%;
}

    .f-80 {
        font-size: 40px;
    }
    .f-70 { 
        font-size:35px;
    }
    .f-34 {
        font-size: 28px;
    }
    .macbook,.mockup{
        overflow: hidden;
    }
     .nav-bar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background: rgba(var(--dark-color),1);
        width: 100vw;
        height: 100vh;
        clip-path: circle(0.4% at 100% 0);
        z-index: 99999999;
        transition: .8s
    }

    .nav-bar.active {
        clip-path: circle(150% at 100% 0)
    }

    .menu {
        height: 60vh;
        overflow-y: scroll;
        padding-top: 15px;
    }
.drop-down-cont{
    position: relative;
    border:none !important;
}
    .nav-bar ul li {
        padding-top: 10px;
        font-size: 18px;
    }

}

@media screen and (max-width: 431px) {
    body {
        font-size: 12px !important;
    }

    
}

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

    .icon:not(.nav-open) {
        height: 30px;
        width: 30px;
    }
}
