:root {
    --dark-color: 53, 67, 77;
    --light-color: 255, 255, 255;
    --clr-1: 96, 59, 165;
    --clr-2: 1, 135, 137;
}

html,
select,
.discription ul {
    scrollbar-color: rgba(var(--clr-1), 1) transparent;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 4px;
}

::selection {
    color: rgb(255, 255, 255);
    background: #1800ff;
}

body,
select,
.discription ul {
    scrollbar-width: 5px;
    scrollbar-color: rgba(var(--clr-1), 1) transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: linear-gradient(#070707, #1800ff, #070707);
}

html {
    font-family: 'Work Sans';
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font-family: 'Work Sans';
    color: #666666;
    background: #ffffff;
    font-weight: 400;
    overflow-x: hidden;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer,
section,
.counter {
    overflow-x: hidden;
    overflow-y: clip;
}

* {
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition-duration: .8s;
    position: relative;
}

a:active,
a:focus {
    color: #f7f7f7;
    outline: 0 !important;
    text-decoration: none;
}

a:hover {
    color: #1800ff;
    outline: 0 !important;
    text-decoration: none;
}

.text-white a.active,
.text-white a:active,
.text-white a:focus,
.text-white a:hover {
    color: #1800ff;
    outline: 0 !important;
    text-decoration: none;
}

.contact a.active,
.contact a:active,
.contact a:focus,
.contact a:hover {
    color: rgba(var(--dark-color), 1) !important;
}

b,
strong {
    font-weight: 700;
}

audio,
img,
video {
    max-width: 100%;
    height: auto;
}

h5 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

h3 {
    font-size: 35px;
}

h2 {
    font-size: 40px;
}

h1 {
    font-size: 41px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Agrandir-GrandHeavy";
    font-style: normal;
    text-transform: uppercase;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.f-20 {
    font-size: 20px;
}

.clr-dark {
    color: #333333;
}

.clr-1 {
    color: #1800ff;
}

.btn,
button {
    border-radius: 49px;
    background-color: rgb(0 0 0);
    padding: 18px 31px;
    border: unset;
    color: #ffffff;
    transition: 0.4s linear;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
    background-color: #1800ff;
    color: #ffffff !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.09);
}

.btn-2,
button {
    border-radius: 49px;
    background-color: #1800ff;
    box-shadow: 0px 0px 32px 0px rgba(255, 255, 255, 0.3);
    padding: 18px 31px;
    border: unset;
    color: #ffffff;
    transition: 0.4s linear;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.btn-2:active,
.btn-2:focus,
.btn-2:hover,
button:active,
button:focus,
button:hover {
    background-color: #000000;
    color: #ffffff;
}

.form-control,
input,
select {
    background: #fcfcfc1f;
    color: #030303;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    border-left: unset;
    border-top: unset;
    border-right: unset;
    border-radius: unset;
    padding: 4px 27px 7px 0px;
    transition: 0.3s linear;
    height: auto;
    border-radius: unset;
    font-size: 16px !important;
    box-shadow: unset;
}

.form-group label {
    font-size: 15px;
    color: #333333;
}

.form-control:focus,
input:focus {
    color: #030303;
    border-bottom: 1px solid rgb(12, 12, 12);
    font-size: 16px !important;
    box-shadow: unset;
}

.text-white .form-control,
.text-white input,
.text-white select {
    background: unset;
    color: rgba(var(--light-bg-color), 1);
    box-shadow: 2.911px -13.694px 50px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(255 255 255);
    border-left: unset;
    border-top: unset;
    border-right: unset;
}

.text-white .form-control:focus,
.text-white input:focus {
    background: #fcfcfc1f;
    border-bottom: 1px solid rgb(255 255 255);
    border-left: unset;
    border-top: unset;
    border-right: unset;
}

.text-white .form-control::placeholder,
.text-white input::placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 400;
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: #0e0e0e;
    font-weight: 400;
}

.form-control::placeholder,
input::placeholder {
    color: rgb(0 0 0 / 30%);
    font-weight: 400;
    font-size: 15px;
    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 {
    position: absolute;
    opacity: 0;
    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;
}

.text-uppercase {
    text-transform: uppercase;
}

.lh-28 {
    line-height: 28px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 19px;
    z-index: 99;
}

.index-wrap-1 h1 .font-big {
    font-size: 60px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.index-wrap-1 h1 .custom-padding {
    padding-left: 44px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.index-wrap-1 h1 {
    z-index: 9;
}

.index-wrap-1 h1::before {
    content: "";
    position: absolute;
    left: -45px;
    top: -42px;
    background: #001eff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    z-index: -1;
}

.index-wrap-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 233px 0px 167px;
}

header ul li a:hover {
    color: rgb(12, 12, 12) !important;
}

.index-wrap-1-img {
    position: absolute;
    right: 6%;
    bottom: 0;
    max-width: 48%;
    z-index: 9;
}

.index-wrap-1-circle {
    position: absolute;
    right: 0;
    bottom: -69%;
    background-color: rgb(57, 0, 219);
    width: 1050px;
    height: 1050px;
    border-radius: 50%;
}

.index-wrap-2 {
    padding: 37px 35px;
}

.service-item {
    height: 630px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.service-item-padding {
    padding-bottom: 40px;
}

.service-list-main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    background: white;
}

.service-list-main::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49px;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    height: 100%;
    background: white;
}

.service-list-main {
    margin-top: 130px;
}

.overlay {
    backdrop-filter: blur(0px) brightness(100%);
    width: 100%;
    height: 100%;
    transition: 0.4s linear;
}

.service-content {
    transform: translateY(118%);
    transition: 0.4s linear;
}

.service-item:hover .service-content {
    transform: translateY(0);
}

.service-item:hover .overlay {
    backdrop-filter: blur(19px) brightness(105%);
}

.cta-btn-item-content {
    font-size: 20px;
}

.cta-btn-item-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3e2aff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cta-btn-item-circle-short {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #181621;
}

.cta-btn-item-content {
    padding-left: 70px;
    transition: 0.4s linear;
}

.cta-btn-item-circle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #181621;
    left: 58px;
    margin-top: auto;
    margin-bottom: auto;
    transition: 0.4s linear;
}

.index-wrap-4 {
    padding: 120px 0px;
    background: #f4f4f4;
}

.index-wrap-4 .bg-heading {
    font-size: 300px;
    background: linear-gradient(180deg, #ffffff 30%, #f4f4f4 82%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: absolute;
    left: 15%;
    right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    top: 17px;
    bottom: 0;
}

.index-wrap-4 .container {
    z-index: 9;
    position: relative;
}

.cta-btn-item-anchor:hover .cta-btn-item-circle::before {
    width: 130px;
}

.cta-btn-item-anchor:hover .cta-btn-item-content {
    padding-left: 98px;
}

.counter-main .counter-item .p-number {
    font-size: 54px;
    font-family: 'Oswald';
    font-weight: 600;
}

.counter-main .counter-item .p-number span {
    font-weight: 200;
}

.counter-item .counter-name {
    font-weight: 300;
    font-size: 20px;
    font-family: 'Work Sans';
    line-height: 22px;
}

.counter-main {
    gap: 80px;
}

.index-wrap-5 {
    padding: 120px 0px;
}

.index-wrap-5 h2::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(198deg, #1800ffab 30%, #1800ff40 82%);
    z-index: -1;
}

.wrap-4-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 44%;
}

.nav-tabs .nav-link {
    background: unset;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: unset;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #3f2aff00;
    border-bottom-right-radius: 50px;
    padding: 12px 35px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #1800ff;
    border: 1px solid #3e2aff;
}

.nav-tabs .nav-link:hover {
    color: #ffffff;
    background: #1800ff;
    border: 1px solid #3e2aff;
}

.nav-tabs {
    border-radius: 50px;
    border: 1px solid black;
    display: inline-flex;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.service-inner-tab-ul {
    gap: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-inner-tab-ul li {
    border: 1px solid rgb(0 0 0 / 28%);
    color: #000000;
    border-radius: 50px;
    display: inline-flex;
    padding: 8px 19px 8px 10px;
    cursor: pointer;
    align-items: center;
    text-transform: uppercase;
    transition: 0.3s linear;
}

.service-inner-tab-ul li span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: black;
    margin-right: 9px;
    transition: 0.3s linear;
    padding: 10px;
}

.service-inner-tab-ul li span img {
    filter: brightness(0) invert(1);
    transition: 0.3s linear;
}

.service-inner-tab-ul li:hover span img,
.service-inner-tab-ul li.current span img {
    filter: unset;
}

.service-inner-tab-ul li:hover span,
.service-inner-tab-ul li.current span {
    background: rgb(255, 255, 255);
}

.service-inner-tab-ul li:hover,
.service-inner-tab-ul li.current {
    border: 1px solid #1800ff;
    color: #ffffff;
    background: #1800ff;
}

.arrow-anchor span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(317deg);
    transition: 0.3s linear;
}

.arrow-anchor:hover span {
    background: #1800ff;
    color: #ffffff;
    transform: rotate(359deg);
    border: 1px solid rgba(0, 0, 0, 0);
}

.tab-inner-content {
    margin-top: 30px;
}

.index-wrap-6 {
    padding: 85px 0px;
    background: #f4f4f4;
}

.service-portfolio {
    border-radius: 50px;
    border: 1px solid white;
    display: inline-flex;
}

.service-portfolio li {
    background: unset;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #3f2aff00;
    padding: 12px 35px;
    cursor: pointer;
    transition: 0.3s linear;
}
.service-portfolio li.current {
    color: #ffffff;
    background: #1800ff;
    border: 1px solid #3e2aff;
    transform: scale(1.05);
}

.portfolio-item {
    width: 100%;
    height: 375px;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap-7 {
    background: #212121;
    padding: 80px 0px 311px;
}

.btn-portfolio {
    box-shadow: unset;
}

.btn-white {
    background: white;
    color: #000000;
}

.btn-white:hover {
    background: #1800ff;
    color: #ffffff;
}

.wrap-8-cta {
    padding: 65px 100px 57px;
    border-radius: 95px 0px 95px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-8-cta h2 {
    font-size: 30px;
}

.wrap-8-cta-img {
    position: absolute;
    right: 22%;
    bottom: 0;
    max-width: 29%;
}

.index-wrap-8 {
    position: relative;
    margin-top: -10%;
}

.technology-ul {
    display: inline-flex;
    gap: 25px;
    align-items: center;
}

.technology-ul li {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.281);
    padding: 17px 40px;
    border-radius: 50px;
    color: black;
    text-transform: uppercase;
    transition: 0.3s linear;
}
.technology-ul li:hover,
.technology-ul li.current {
    border: 1px solid #1800ff;
    color: rgb(255, 255, 255);
    background: #1800ff;
}

.technology-ul-content .technology-item {
    width: 100%;
    height: 252px;
    background: #f9f9f9;
    display: inline-flex;
    transition: 0.3s linear;
    justify-content: center;
    padding: 80px;
    align-items: center;
}
.technology-ul-content .technology-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.technology-ul-content .technology-item:hover {
    background: #ffffff;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 4%);
}

.index-wrap-10 {
    background: #f4f4f4;
    padding: 80px 0px;
}

.process-card-item {
    width: 100%;
    height: 455px;
    overflow: hidden;
}

.process-card-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-card-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #000000c7 11%, #06060600 94%);
}

.process-card-item .content p {
    font-size: 15px;
    margin-bottom: 7px;
}

.process-card-item .content h6 {
    font-size: 20px;
}

.process-card-item .content {
    position: absolute;
    bottom: 19px;
    left: 25px;
}

.process-card-item-1 {
    border-radius: 185px 185px 0px 0px;
}

.index-wrap-9 .custom-padding {
    padding-bottom: 150px;
}

.process-content-slider-item .p-head {
    font-size: 20px;
}

.index-wrap-9 {
    padding: 100px 0px 158px;
}

.process-slider-main-margin-left {
    margin-left: -23%;
}

.process-card-item-2 {
    border-radius: 0px 150px 0px 0px;
}

.process-card-item-3 {
    border-radius: 0px 0px 150px 0px;
}

.process-card-item-4 {
    border-radius: 150px 0px 0px 0px;
}

.process-slider-main .slick-next:before {
    content: url("../img/process-icon.webp");
}

.process-slider-main .slick-prev:before {
    display: none;
}

.process-slider-main .slick-prev {
    display: none;
}

.process-slider-main .slick-next {
    right: 69%;
    bottom: -16%;
    z-index: 999999;
    top: auto;
    opacity: 1;
}

.process-slider-main .slick-next:hover {
    right: 69%;
    bottom: -16%;
    z-index: 999999;
    top: auto;
    opacity: 1;
}

.process-slider-main .slick-next,
.process-slider-main .slick-prev {
    height: fit-content;
    width: fit-content;
}

.process-slider-main {
    position: relative;
}

.process-slider-main::before {
    content: "";
    position: absolute;
    left: 0;
    background: url("../img/process-slider-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 112%;
    height: 142%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0px 320px 320px 0px;
}

.index-wrap-9-text {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.industrie-slider-item {
    width: 260px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.industrie-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industrie-slider-item-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}

.industrie-slider-item-content h6 {
    font-size: 15px;
    margin-bottom: unset;
}

.industrie-slider-2 {
    transform: rotate(180deg);
}

.industrie-slider-item-content-2 {
    transform: rotate(180deg);
}

.rating-star li i {
    color: #fbaf01;
}

.review-content p {
    font-size: 20px;
    font-style: italic;
}

.review-clr {
    color: #f6f6f6;
}

.review-name h5 {
    font-size: 20px;
}

.index-wrap-11 {
    padding: 90px 0px;
}

.review-slider-coma {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-wrap-11 {
    background: #1a1a1a;
}

.industrie-main-row::before {
    content: "";
    position: absolute;
    top: -1px;
    width: 82%;
    height: 168px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1a1a1a 37%, #1a1a1a00 97%);
    z-index: 9;
}

.industrie-main-row::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 82%;
    height: 168px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1a1a1a00 33%, #1a1a1a 91%);
    z-index: 9;
}

.index-wrap-12 [type="radio"]:checked,
.index-wrap-12 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.index-wrap-12 [type="radio"]:checked+label,
.index-wrap-12 [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #3333334b;
    font-weight: 600;
}

.index-wrap-12 [type="radio"]:checked+label:before,
.index-wrap-12 [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #383838;
    border-radius: 100%;
    background: #fff;
}

.index-wrap-12 [type="radio"]:checked+label:after,
.index-wrap-12 [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #3e2aff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.index-wrap-12 [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.index-wrap-12 [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index-wrap-12 [type="radio"]:checked+label {
    color: #333333;
}

.index-wrap-12 {
    padding: 90px 0px;
}

.footer-form-plane {
    position: absolute;
    left: 0;
    top: 43%;
    max-width: 34%;
}

.accordion-button:not(.collapsed) {
    color: #0e0e0e;
    background-color: unset;
    box-shadow: unset;
}

.accordion-button {
    padding: 0px 0px 0px 32px;
    font-size: 20px;
    font-family: 'Work Sans';
    color: #0e0e0e;
    text-transform: initial;
    background-color: unset;
    position: relative;
    box-shadow: unset;
}

.accordion-item {
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #333333;
    padding: 25px 0px;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
    color: #0e0e0e !important;
    background: unset;
}

.accordion-button:hover {
    background: unset;
    color: #0e0e0e !important;
    box-shadow: unset;
}

.accordion-body {
    padding: 0px 39px 0px 0px;
}

.accordion-item p {
    margin-bottom: unset;
    padding-top: 25px;
    padding-left: 34px;
    color: rgba(15, 15, 15, 0.8);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    content: "";
    background-image: url("../img/plus.webp");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus.webp");
    transform: unset;
}

.index-wrap-13 {
    padding: 100px 0px;
    background: #f4f4f4;
}

.accordion-button span {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
}

.index-wrap-14 .social li a img {
    transition: 0.4s linear;
    filter: brightness(0) invert(0);
}

.index-wrap-14 .social li a:hover img {
    filter: drop-shadow(0px 0px 16px #3e2aff);
}

.index-wrap-14 {
    padding: 70px 0px;
}

.achievements-ul {
    gap: 15px;
    padding-top: 33px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-ul-links {
    line-height: 40px;
}

.footer-ul-links li a {
    font-weight: 300;
}

.footer-ul-links li a:hover {
    color: white;
}

.footer-ul-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.4s linear;
    width: 0%;
    height: 1px;
    background: white;
}

.footer-ul-links li a:hover:before {
    width: 100%;
}

footer .footer-heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 18px;
}

footer .copyright-row {
    /* border-top: 1px solid rgb(255 255 255 / 20%); */
    padding: 30px 0px;
}

footer .links-row {
    padding-bottom: 30px;
}

footer {
    background: linear-gradient(180deg, #1800ff 33%, #0e009a 91%);
    padding-top: 75px;
}

.inner-service-wrap-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 233px 0px 167px;
}

.inner-service-wrap-1 h2 {
    font-size: 55px;
}

.border-font {
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.inner-service-wrap-1 h2 .custom-padding {
    padding-left: 77px;
}

.banner-heading-img {
    position: absolute;
    left: -32px;
    top: -17px;
}

.index-wrap-1-circle-inner {
    position: absolute;
    right: 0;
    bottom: -82%;
    background-color: rgb(57, 0, 219);
    width: 1091px;
    height: 1050px;
    border-radius: 50%;
}

.wrap-1-bg-text {
    position: absolute;
    right: 9%;
    bottom: -12%;
}

.wrap-1-bg-laptop {
    position: absolute;
    right: 3%;
    bottom: -18%;
    max-width: 60%;
}

.inner-service-wrap-2-clients li img {
    filter: brightness(0.5);
}

.inner-service-wrap-2 {
    padding: 90px 0px;
}

.inner-service-wrap-3-item {
    background-color: rgb(253, 253, 253);
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.05);
    width: 317px;
    transition: 0.4s linear;
    height: 255px;
    padding: 17px;
}

.inner-service-wrap-3-item:hover {
    color: white;
    background: #1800ff;
    transform: scale(1.03);
}

.inner-service-wrap-3-item:hover .inner-service-wrap-3-item-content-icon img {
    filter: brightness(0) invert(1);
}

.inner-service-wrap-3-item-content-icon {
    height: 75px;
    width: 75px;
    display: inline-block;
    overflow: hidden;
}

.inner-service-wrap-3-item-content-icon img {
    height: 100%;
    width: 100%;
    transition: 0.4s linear;
    object-fit: contain;
}

.inner-service-wrap-3 {
    padding: 80px 0px;
    background: #efefef;
}

.inner-service-wrap-3-item-content {
    padding-top: 16px;
}

.round {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
}

.round canvas {
    width: 250px;
    height: 250px;
}

.round h6 {
    position: absolute;
    top: 42%;
    left: 30%;
    font-size: 40px;
    color: #333333;
    font-weight: 100;
}

.round-bar-parah p {
    font-size: 18px;
}

.inner-service-wrap-4 {
    padding: 90px 0px;
}

.about-wrap-1-img {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-width: 52%;
}

.including-item-img {
    width: 52px;
    height: 52px;
    overflow: hidden;
}

.including-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.including-item-content .p-head {
    font-size: 24px;
}

.including-item-content .p-parah {
    font-size: 18px;
}

.including-item {
    position: relative;
    padding: 44px 0px 60px;
}

.including-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 1px;
    height: 93%;
    background: #dbdbdb;
}

.including-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 1px;
    width: 97%;
    background: #dbdbdb;
}

.including-item-3::before {
    display: none;
}

.including-item-4::after,
.including-item-5::after {
    display: none;
}

.including-item-6::before,
.including-item-6::after {
    display: none;
}

.about-wrap-3-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 436px;
    background: #001eff;
}

.about-wrap-3-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 436px;
    background: #001eff;
}

.about-wrap-3 {
    background: #f4f4f4;
    padding: 75px 0px;
}

.about-wrap-4 {
    padding: 110px 0px;
    background: #f9f9f9;
}

.about-wrap-4-img-1 {
    width: 888px;
    height: 495px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    border-radius: 331px 0px 0px 331px;
}

.about-wrap-4-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap-4-img-2 {
    position: absolute;
    top: 18px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 6%;
}

body.open .body-full {
    -webkit-transform: scale(.75) translate3d(-32vw, 0, 0);
    transform: scale(.75) translate3d(-32vw, 0, 0);
}

.body-full {
    overflow-x: hidden;
    overflow-y: scroll;
    transform: unset;
    transform: scale(1) translate3d(0vw, 0, 0);
    /* height: 100vh; */
}

.body-full.add-height {
    height: 100vh;
}

.body-full {
    position: relative;
    transition: .4s all;
    z-index: 1;
    background: #fff;
}

header .menu-toggle {
    cursor: pointer;
    overflow: hidden;
    pointer-events: all;
    display: inline-block;
}

header .menu-toggle span {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s all;
}

header .menu-toggle span:first-child {
    width: 32px;
    transition-delay: .2s;
}

header .menu-toggle span:before {
    content: "";
    position: absolute;
    right: calc(100% + 6px);
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

header .menu-toggle span:nth-child(2) {
    width: 32px;
    margin: 6px 0;
    transition-delay: .1s;
}

header .menu-toggle span:last-child {
    width: 22px;
    transition-delay: 0s;
}

header .menu-toggle:hover span {
    -webkit-transform: translate3d(38px, 0, 0);
    transform: translate3d(38px, 0, 0);
}

header .menu-toggle:hover span:first-child {
    transition-delay: 0s;
}

header .menu-toggle:hover span:nth-child(2) {
    transition-delay: .1s;
}

header .menu-toggle:hover span:last-child {
    transition-delay: .2s;
}

.megamenu {
    background: #131313;
}

.menu-list-main .quick-link-ul li {
    margin-bottom: 28px;
}

.menu-list-main .quick-link-ul li a {
    position: relative;
    font-size: 35px;
}

.menu-list-main {
    position: fixed;
    height: 100%;
    width: 36.75vw;
    right: 0;
    top: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    padding: 2vh 5%;
    overflow-y: scroll;
}

.pea-ul li {
    margin-bottom: 15px;
}

.pea-ul li a {
    font-size: 22px;
}

.social-ul-links {
    gap: 30px;
}

.social-ul-links li a {
    color: white;
    font-size: 28px;
}

.social-ul-links li a:hover {
    color: #001eff;
    filter: drop-shadow(0px 0px 16px #001eff);
}

.nav-close {
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    color: white;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
    background: #001eff;
    position: absolute;
    right: 35.2%;
    top: 0;
    transition: 0.6s linear;
    transition-delay: 0.7s;
    transform: scale(0);
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 9;
}

.nav-close i {
    font-size: 22px;
}

.nav-close:hover {
    background: white;
    color: #001eff;
    border: 2px solid #001eff;
}

body.open .nav-close {
    display: inline-flex;
    transform: scale(1);
}

.pricing-tabs {
    border-radius: 50px;
    border: 1px solid #333333;
    display: inline-flex;
}

.pricing-tabs li {
    background: unset;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    border-radius: 50px;
    border: 1px solid #3f2aff00;
    padding: 12px 35px;
    cursor: pointer;
    transition: 0.3s linear;
}
.pricing-tabs li.current {
    color: #ffffff;
    background: #1800ff;
    border: 1px solid #3e2aff;
    transform: scale(1.05);
}

.pkg-item-main .pkg-img {
    width: 100%;
    height: 194px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pkg-item-main .pkg-img .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #111111fa 30%, #111111ab 82%);
    padding-bottom: 8px;
    transition: 0.4s linear;
}

.pkg-item-main .pkg-img .overlay h6 {
    font-size: 25px;
    font-family: "Agrandir-Grandlight";
}

.pkg-item-main .pkg-img .overlay p {
    font-size: 15px;
}

.pkg-item-main .pkg-content ul {
    height: 191px;
    overflow-y: scroll;
}

.pkg-item-main .pkg-content ul li {
    color: #999999;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
}

.pkg-item-main .pkg-content ul .check::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url("../img/pricing/check.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.pkg-item-main .pkg-content ul .cross::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url("../img/pricing/cross.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.pkg-content {
    padding: 35px 50px 45px;
}

.pkg-content .p-name {
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    padding: 26px 0px 16px;
    border-bottom: 1px solid #dcdcdc;
    transition: 0.4s linear;
}

.pkg-price-cta h6 {
    font-size: 70px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Oswald';
}

.pkg-price-cta .span-1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 9px;
}

.pkg-price-cta .span-2 {
    font-size: 24px;
    font-weight: 200;
    color: #d2d2d2;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 48px;
}

.pkg-price-cta {
    padding: 40px 0px 23px;
}

.pkg-item-main {
    box-shadow: 0px 17px 44px #00000029;
    background: white;
    margin-bottom: 25px;
}

.pricing-wrapper {
    padding: 85px 0px 100px;
    background: #f4f4f4;
}

.pkg-item-main:hover .pkg-img .overlay {
    background: linear-gradient(359deg, #1800ffc4 30%, #1800ff59 82%);
}

.pkg-item-main:hover .pkg-content .p-name {
    color: #1800ff;
}

.pkg-item-main:hover .arrow-anchor {
    color: #1800ff;
}

.pkg-item-main:hover .arrow-anchor span {
    background: #1800ff;
    color: #ffffff;
    transform: rotate(359deg);
    border: 1px solid rgba(0, 0, 0, 0);
}

#style-3::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 10px;
}

#style-3::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeaea;
    border-radius: 10px;
}

#style-3::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#080808, #030303, #080808);
}

.pkg-item-main:hover #style-3::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#1800ff, #1800ff, #1800ff);
}

.pricing-wrapper-main-div {
    margin-top: -5%;
}

.pricing-wrapper-main-div {
    margin-top: -8.5%;
}

.pricing-wrapper-main-div .pricing-wrapper {
    padding: 232px 0px 100px;
}

.wrap-1-hosting-img {
    position: absolute;
    right: 6%;
    bottom: 0;
    max-width: 49%;
}

.hosting-inner-wrap-2 {
    padding: 90px 0px;
}

.hosting-inner-wrap-2-img {
    position: absolute;
    top: 134px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 8%;
}

.hosting-inner-wrap-2-img .img-1 {
    max-width: 84%;
    position: relative;
    z-index: 9;
}

.img-arrow-1 {
    position: absolute;
    right: 21%;
    top: -57px;
    animation: updown-anime 2s normal linear infinite;
}

.img-arrow-2 {
    position: absolute;
    left: 17%;
    animation: updown-anime 2s normal linear infinite;
    animation-delay: 0.5s;
    top: 56px;
    max-width: 4%;
}

@keyframes updown-anime {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    25% {
        transform: translateY(30px);
        opacity: 0.2;
    }

    50% {
        transform: translateY(20px);
        opacity: 0.5;
    }

    75% {
        transform: translateY(10px);
        opacity: 0.7;
    }

    100% {
        transform: translateY(40px);
        opacity: 0;
    }
}

.hosting-inner-wrap-2 {
    background: #f4f4f4;
}

.hosting-inner-wrap-3-item-icon {
    width: 55px;
    height: 48px;
    overflow: hidden;
}

.hosting-inner-wrap-3-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hosting-inner-wrap-3-item-content {
    height: 65px;
    overflow-y: scroll;
    padding-right: 20px;
    font-size: 14px;
}

.hosting-inner-wrap-3-item {
    background: #262626;
    border-radius: 45px;
    padding: 55px 45px;
    transition: 0.4s linear;
    color: white;
    margin-bottom: 29px;
}

.hosting-inner-wrap-3-item:hover {
    background: #1800ff;
    border-radius: 0px 45px 45px 45px;
}

.hosting-inner-wrap-3-item .p-head {
    font-size: 20px;
}

.hosting-inner-wrap-3 {
    padding: 80px 0px;
}

.hosting-inner-wrap-4-item-img {
    width: 55px;
    height: 48px;
    overflow: hidden;
}

.hosting-inner-wrap-4-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hosting-inner-wrap-4-item .p-head {
    font-size: 20px;
}

.hosting-inner-wrap-4-item {
    padding: 50px 17px;
    position: relative;
}

.hosting-inner-wrap-4-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
}

.hosting-inner-wrap-4-item-content {
    height: 99px;
    overflow-y: scroll;
    padding: 0px 15px;
}

.hosting-inner-wrap-4 .row-before::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.hosting-inner-wrap-4 {
    padding: 80px 0px;
}

.hosting-inner-wrap-5-price .span-1 {
    font-size: 32px;
}

.hosting-inner-wrap-5-price h6 {
    font-size: 65px;
    line-height: 48px;
}

.hosting-inner-wrap-5 h2 {
    font-size: 45px;
}

.hosting-inner-wrap-5 .span-pending {
    padding-left: 45px;
}

.hosting-inner-wrap-5 {
    padding: 90px 0px;
    background: #1800ff;
}

.hosting-inner-wrap-5 .btn:hover {
    background: white;
    color: #1800ff !important;
}

.hosting-wrap-5-img {
    position: absolute;
    right: 9%;
    bottom: -34%;
    max-width: 43%;
}

.contact-wrap-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 247px 0px 176px;
}

.contact-wrap-1 h2 {
    font-size: 60px;
}

.contact-wrap-1 h2 span {
    font-size: 30px;
}

.contact-wrap-1 .index-wrap-1-circle-inner {
    bottom: -94%;
}

.contact-wrap-1-img {
    position: absolute;
    right: 15%;
    bottom: -15%;
}

.contact-wrap-1 .wrap-1-bg-text {
    position: absolute;
    right: 9%;
    bottom: -12%;
    opacity: 0.5;
}

.contact-wrap-2 {
    padding: 120px 0px;
    background: #000000;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background: unset;
    padding: 14px 30px;
    cursor: pointer;
    position: inherit;
    width: unset;
    height: unset;
    margin-right: 13px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid white;
    font-weight: 600;
    text-transform: uppercase;
}

.radio-toolbar input[type="radio"]:checked+label {
    border: 1px solid #3e2aff;
    background: #3e2aff;
    color: #fff;
}

.radio-toolbar input[type="radio"]+label:hover {
    transition: transform .2s;
}

.contact-wrap-2 form h3 {
    font-size: 25px;
}

.contact-wrap-2 input {
    background: unset;
    color: rgb(255 255 255 / 80%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid #e2e2dd;
    padding: 0px 0px 38px 0px;
}

.contact-wrap-2 input:focus-visible {
    outline: unset;
}

.contact-wrap-2 input::placeholder {
    color: rgb(255 255 255 / 80%);
}

.contact-wrap-2 .custom-margin {
    margin-bottom: 85px;
}

.contact-wrap-2 input[type="submit"] {
    background: #3e2aff;
    border-radius: 50px;
    padding: 19px 38px;
    transition: 0.4s linear;
    color: white;
    box-shadow: unset;
    border: unset;
    text-transform: uppercase;
}

.contact-wrap-2 input[type="submit"]:hover {
    background: #ffffff;
    color: #3e2aff;
}

.phone-email-anchor .span-1 {
    font-size: 14px;
    color: #f4f4f4;
}

.phone-email-anchor .span-2 {
    font-size: 16px;
    line-height: 27px;
    color: #f4f4f4;
}

.phone-email-anchor:hover {
    filter: drop-shadow(0px 0px 20px #3e2aff);
}

.portfolio-wrap-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 247px 0px 176px;
}

.portfolio-wrap-1 h2 .span-2 {
    font-size: 60px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.portfolio-wrap-1 .span-1 {
    font-size: 70px;
    padding-left: 260px;
}

.portfolio-wrap-1-img {
    position: absolute;
    right: 20px;
    bottom: -44px;
    max-width: 53%;
}

.portfolio-main-ul {
    border-radius: 50px;
    border: 1px solid white;
    display: inline-flex;
}

.portfolio-main-ul li.current {
    color: #ffffff;
    background: #1800ff;
    border: 1px solid #3e2aff;
    transform: scale(1.05);
}

.portfolio-main-ul li {
    background: unset;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #3f2aff00;
    padding: 12px 35px;
    cursor: pointer;
    transition: 0.3s linear;
}

.portfolio-wrap-2 {
    padding: 100px 0px;
    background: #212121;
}

.portfolio-main-item-ul li {
    width: 465px;
    height: 405px;
    overflow: hidden;
    margin-bottom: 9px;
}

.portfolio-main-item-ul li a img {
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
    object-fit: cover;
}

.portfolio-main-item-ul .overlay {
    background: rgb(0 69 250 / 72%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    clip-path: circle(0% at 100% 0);
}

.portfolio-main-item-ul .overlay i{
    color: white;
    font-size: 30px;
}
.portfolio-main-item-ul li:hover .overlay{
    clip-path: circle(70.7% at 50% 50%);
}
.portfolio-main-item-ul li:hover li a img {
    transform: scale(1.05);
}
.portfolio-main-item-ul{
    flex-wrap: wrap;
}
.portfolio-wrap-2 .btn-2{
    box-shadow: unset;
}
.wrap-1-web-maintenance-img{
    position: absolute;
    right: 15%;
    bottom: 0;
    max-width: 37%;
}
.web-maintenance-wrap-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 215px 0px 120px;
}
.web-maintenance-wrap-1 h2{
    font-size: 50px;
}
.app-dev-wrap-1-img{
    position: absolute;
    bottom: -33px;
    right: 17%;
    max-width: 28%;
}
.index-wrap-13-faq-scroll{
    height: 460px;
    overflow-y: scroll;
    padding-right: 40px;
    width: 93%;
}
.hosting-inner-wrap-4-item-before-unset::before{
    display: none;
}
.dot-span{
    display: inline-block;
}
.dot-span::before{
    content: "";
    position: absolute;
    bottom: 4px;
    right: -4px;
    width: 2px;
    height: 2px;
    background: #333333;
    border-radius: 50%;
}
.header-email-phone {
    color: white;
    font-size: 18px;
}
.header-inner-ul{
    line-height: 23px;
}
.header-inner-ul li{
    margin-bottom: 10px !important;
}
.header-inner-ul li a {
    font-size: 18px !important;
}
.header-drop-parent .header-inner-ul {
    opacity: 0;
    transition: 0.4s linear;
    height: 0;
}
.header-drop-parent.active .header-inner-ul {
    opacity: 1;
    transition: 0.4s linear;
    height: 130px;
    padding-top: 13px;
}
.pricing-inner-tabs {
    display: inline-flex;
    gap: 25px;
    align-items: center;
}
.pricing-inner-tabs li {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.281);
    padding: 14px 31px;
    border-radius: 50px;
    color: black;
    text-transform: uppercase;
    transition: 0.3s linear;
}
.pricing-inner-tabs li:hover, .pricing-inner-tabs li.current {
    border: 1px solid #1800ff;
    color: rgb(255, 255, 255);
    background: #1800ff;
}
.web-app-form-main{
    background: black;
    border-radius: 20px;
    padding: 58px 38px;
    box-shadow: 0px 7px 0px #1800ff;
    filter: drop-shadow(0px 7px 11px #1800ff6e);
}
.web-app-form-main input,
.web-app-form-main textarea {
    background: #fcfcfc00;
    color: #ffffff;
    border-bottom: 1px solid rgb(255 255 255);
    border-left: unset;
    border-top: unset;
    border-right: unset;
    border-radius: unset;
    padding: 10px 27px 10px 0px;
    transition: 0.3s linear;
    height: auto;
    border-radius: unset;
    font-size: 16px !important;
    box-shadow: unset;
    margin-bottom: 25px;
}
.web-app-form-main input::placeholder,
.web-app-form-main textarea::placeholder{
    color: white;
}
.web-app-form-main input:focus,
.web-app-form-main textarea:focus{
    color: white;
    background: unset;
    border-bottom: 1px solid rgb(255 255 255);
}
.web-app-form-main input:focus-visible,
.web-app-form-main textarea:focus-visible{
    outline: unset;
}
.web-app-form-main button{
    background: #1800ff;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.balti_popup-old {
    width: 1000px;
    border-radius: 23px;
    padding: 30px;
    overflow: visible;
    border-bottom: #1800ff 3px solid;
    border-top: #1800ff 3px solid;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    font-family: 'Poppins', sans-serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-old {
    backdrop-filter: blur(10px) brightness(90%);
}

.balti_popup-old h2 {
    font-size: 28px;
    font-weight: 900;
    padding-left: 15px;
    border-left: #1800ff 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    color: white;
}

.balti_popup-old h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    color: white;
}

.balti_popup-old ul {
    margin: 0;
    padding: 0;
}

.balti_popup-old ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.balti_popup-old ul li i {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #1800ff;
    font-size: 14px;
}

.balti_popup-old ul li input[type="text"],
.balti_popup-old ul li input[type="email"],
.balti_popup-old ul li input[type="number"],
.balti_popup-old ul li textarea {
    background: unset;
    border-bottom: 1px solid #1800ff;
    border-right: unset;
    border-left: unset;
    border-top: unset;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: white;
    box-shadow: none !important;
    outline: none 0px !important;
}

.balti_popup-old ul li textarea {
    height: 125px;
}


.balti_popup-old ul li input::placeholder,
.balti_popup-old ul li textarea::placeholder {
    color: white;
}

.balti_popup-old ul li input[type="text"]:focus,
.balti_popup-old ul li input[type="email"]:focus,
.balti_popup-old ul li textarea:focus {
    border-bottom: 1px solid white;
    border-right: unset;
    border-left: unset;
    border-top: unset;
}

.balti_popup-old .pd-right-0 {
    padding-right: 0px !important;
}

.balti_popup-old ul li input[type="submit"] {
    background: #1800ff;
    color: black;
    font-size: 20px;
    border: unset;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    width: 195px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    color: white;
    display: block;
    width: 100%;
    transition: .1s linear;
}

.balti_popup-old ul li input[type="submit"]:hover {
    /* background-image: -webkit-linear-gradient(321deg, rgb(72, 36, 254) 0%, rgb(139, 18, 248) 52%, rgb(206, 0, 242) 100%); */
    color: #ffff;
    transform: scale(1.02);
    background: #1800ff;
}

.balti_popup-old .fancybox-close-small {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 3px solid #1800ff;
    border-radius: 50%;
    box-shadow: #000 0 0 10px;
    display: inline-flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    outline: none;
    position: absolute;
    font-size: 17px;
    right: -14px;
    top: -13px;
    color: #001eff;
    overflow: visible;
    z-index: 10;
}

.balti_popup-old .fancybox-close-small:hover {
    background: #000000;
    z-index: 11;
}
.balti_popup-old .fancybox-close-small:hover:after {
    color: white;
}

.balti_popup-old button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.modal-old-backdrop {
    display: none !important;
}
.modal-old-img{
    position: absolute;
    left: -7%;
    bottom: 10px;
    max-width: 57%;
}
.terms-wrap-2 h3{
    font-size: 25px;
    color: #333333;
}
.terms-wrap-2 .content-head{
    margin-top: 30px;
}

.thank-section {
    height: 100vh;
    background: url("../img/banner-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.android-app-wrap-1-img{
    position: absolute;
    right: 21%;
    bottom: 35px;
}
.augmented-reality-wrap-1-img{
    position: absolute;
    right: 16%;
    bottom: 35px;
}
.cross-platform-wrap-1-img{
    position: absolute;
    right: 13%;
    bottom: 0px;
}
.ios-app-wrap-1-img{
    position: absolute;
    right: 16%;
    bottom: 35px;
}
.ecommerc-wrap-1-img{
    position: absolute;
    right: 13%;
    bottom: 72px;
    max-width: 37%;
}
.portal-wrap-1-img{
    position: absolute;
    right: 9%;
    bottom: 0;
    max-width: 51%;
}
.cms-wrap-1-img{
    position: absolute;
    right: 9%;
    bottom: 68px;
    max-width: 40%;
}
.dropdown-btn-active-custom-inner{
    cursor: pointer;
}
.drop-down-parent-custom.active {
    height: 192px;
    overflow-y: scroll;
}
.header-drop-inner-ul{
    opacity: 0;
    display: none;
    transition: 0.3s linear;
}
.drop-down-parent-custom-inner.active .header-drop-inner-ul{
    display: block;
    opacity: 1;
}
.header-drop-inner-ul li a {
    font-size: 15px !important;
}
.dropdown-btn-active-custom-inner {
    position: absolute;
    right: 20%;
}
.wrap-1-bg-branding-laptop{
    position: absolute;
    right: 12%;
    bottom: -7%;
    width: 700px;
}