/* heebo-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/heebo-v27-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/heebo-v27-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/heebo-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/heebo-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/heebo-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/heebo-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/heebo-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/heebo-v27-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/heebo-v27-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Basic typography style for copy text
 */
body {
    color: #b4b4c7;
    font-size: 1rem;
    line-height: 1.625;
    font-family: "Heebo", sans-serif;
    background-color: #1c1c1e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
}

h1 {
    font-size: calc(1.5459rem + 3.5508vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4.209rem;
    }
}

h2 {
    font-size: calc(1.4407rem + 2.2884vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 3.157rem;
    }
}

h3 {
    font-size: calc(1.3619rem + 1.3428vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 2.369rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: calc(1.2583rem + 0.0996vw);
}

@media (min-width: 1200px) {
    h5 {
        font-size: 1.333rem;
    }
}

h6 {
    font-size: 1.125rem;
}

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

a {
    color: #b4b4c7;
    text-decoration: none;
}

@media not all and (pointer: coarse) {
    a:hover {
        color: #FF0000;
    }
}

/*===== keyframes for banner img ====*/
@-webkit-keyframes floating {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@-moz-keyframes floating {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@-ms-keyframes floating {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@-o-keyframes floating {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@-ms-keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.2);
    }
}

@-moz-keyframes zoom {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.2);
    }
}

@-ms-keyframes zoom {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.2);
    }
}

@-o-keyframes zoom {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.2);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.2);
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes left-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-ms-keyframes left-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-o-keyframes left-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes light {
    10%, 90% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 0.7;
    }
    30%, 50%, 70% {
        opacity: 0.9;
    }
    40%, 60% {
        opacity: 1;
    }
}

@-moz-keyframes light {
    10%, 90% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 0.7;
    }
    30%, 50%, 70% {
        opacity: 0.9;
    }
    40%, 60% {
        opacity: 1;
    }
}

@-ms-keyframes light {
    10%, 90% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 0.7;
    }
    30%, 50%, 70% {
        opacity: 0.9;
    }
    40%, 60% {
        opacity: 1;
    }
}

@-o-keyframes light {
    10%, 90% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 0.7;
    }
    30%, 50%, 70% {
        opacity: 0.9;
    }
    40%, 60% {
        opacity: 1;
    }
}

@keyframes light {
    10%, 90% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 0.7;
    }
    30%, 50%, 70% {
        opacity: 0.9;
    }
    40%, 60% {
        opacity: 1;
    }
}

@-webkit-keyframes hearbeat {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes hearbeat {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes hearbeat {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes hearbeat {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hearbeat {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/*=-=-=-=-=-=====> utility classes start here <======= -=-=-=-=-=-=-=*/
.color--theme-color {
    color: #FF0000 !important;
}

.color__white-color {
    color: #fff !important;
}

.bg__theme-color {
    background-color: #FF0000 !important;
}

.bg__black-color {
    background-color: #000000 !important;
}

.title-label {
    -webkit-text-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    -moz-text-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    -ms-text-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    -o-text-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    text-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    text-transform: uppercase;
    font-weight: 600;
    color: #FF0000;
}

.underlined:after {
    width: 100%;
    height: 2px;
    background-color: #FF0000;
    bottom: -5px;
    right: -25px;
}

.padding-top {
    padding-top: 100px;
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 120px;
    }
}

.padding-bottom {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .padding-bottom {
        padding-bottom: 120px;
    }
}

.gradient-bg {
    background: linear-gradient(180deg, rgba(47, 47, 106, 0.4) 0%, rgba(8, 7, 27, 0) 100%);
}

@media (min-width: 1200px) {
    .shape-1r:after {
        position: absolute;
        content: "";
        background-image: url(/landing/graphic.svg);
        background-size: contain;
        width: 210px;
        height: 250px;
        top: 0;
        right: 0;
        -webkit-animation: light 6s linear infinite alternate;
        -moz-animation: light 6s linear infinite alternate;
        -ms-animation: light 6s linear infinite alternate;
        -o-animation: light 6s linear infinite alternate;
        animation: light 6s linear infinite alternate;
    }

    .shape-1r:before {
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
        box-shadow: inset 0 0 30px rgba(79, 60, 200, 0.1);
        width: 200px;
        height: 200px;
        border-radius: 50%;
        -webkit-animation: floating 6s linear infinite alternate;
        -moz-animation: floating 6s linear infinite alternate;
        -ms-animation: floating 6s linear infinite alternate;
        -o-animation: floating 6s linear infinite alternate;
        animation: floating 6s linear infinite alternate;
    }
}

/*=-=-=-=-=-=====> utility classes end here <======= -=-=-=-=-=-=-=*/
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.rating, .social, .service__item-inner, .menu, .header-wrapper .menu-area, .header-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.newsletter__form form, .feature__item, .team__content, .loader, .footer__social, .footer__top-info, .footer__top, .service__image, .service__item-thumb.line-1, .service__item-thumb.line-2, .service__item-thumb.line-3, .service__item-thumb.line-4, .roadmap__item-inner--horiz-line, .roadmap__item-inner--vertical-line, .document__thumb, .partner__item, .partner__wrapper, .about__list-item, .about__thumb, .banner__thumb, .header-bar, .underlined, .shape-1r {
    position: relative;
}

.newsletter__form button, .feature__item::after, .loader::before,
.loader::after, .footer__social::after, .service__item-thumb.line-1:before, .service__item-thumb.line-1:after, .service__item-thumb.line-2:before, .service__item-thumb.line-2:after, .service__item-thumb.line-3:before, .service__item-thumb.line-3:after, .service__item-thumb.line-4:before, .service__item-thumb.line-4:after, .document__thumb .shape-1, .partner__title, .about__list-icon, .about__thumb .shape-1,
.about__thumb .shape-2,
.about__thumb .shape-3, .banner__thumb .shape-1,
.banner__thumb .shape-2,
.banner__thumb .shape-3, .header-bar span, .header-section, .underlined:after {
    position: absolute;
    content: "";
}

.newsletter, .feature__item, .team__thumb, .footer__bottom, .contact__form .input-group, .service, .faq, .document, .partner__slider, .about, .banner {
    overflow: hidden;
}

.default-btn, .header-bar, .header-wrapper .menu-area .ellepsis-bar svg {
    cursor: pointer;
}

.team__thumb img, .preloader, .header-bar span, .header-section.header-fixed, .header-section {
    width: 100%;
}

.newsletter__form button, .preloader {
    height: 100%;
}

.newsletter__form button {
    font-weight: 700;
}

.rating, .team .social, .default-btn, .faq__tab {
    justify-content: center;
}

.header-wrapper {
    justify-content: space-between;
}

.rating, .social, .header-wrapper .menu-area, .header-wrapper {
    align-items: center;
}

.header-wrapper .logo a {
    display: block;
}

.social__link, .footer__link-item a, .footer__about > a, .header-bar span, .title-label {
    display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.counter__item, .team__content, .default-btn, .footer__copyright p, .footer__top-info .info-icon, .roadmap__upcoming-item, .roadmap__item, .partner__item {
    text-align: center;
}

.rating, ul,
ol {
    list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.feature__item-content p, .counter__item p, .team__content h4,
.team__content p, .roadmap__item-text p, .document__list-item p, .partner__title h3, .about__list-item p, ul,
ol {
    margin-bottom: 0;
}

.roadmap__item-year h4 {
    margin-bottom: 5px;
}

.feature__item-content h4, .footer__link-item:not(:last-child), .service__item-content h4 {
    margin-bottom: 10px;
}

.roadmap__item-text h6, .banner__content h1, .banner__content .title-label, .section-header h3 {
    margin-bottom: 15px;
}

.footer__title, .accordion-item:not(:last-child), .document__list-item:not(:last-child) {
    margin-bottom: 20px;
}

.feature__item-thumb {
    margin-bottom: 25px;
}

.footer__about > a, .roadmap__item-year, .document .section-header, .about .section-header, .banner__content p {
    margin-bottom: 30px;
}

.document__list-wrapper, .about__list-item:not(:last-child), .section-header {
    margin-bottom: 40px;
}

.service__item-thumb {
    margin-top: 10px;
}

.text-btn svg {
    margin-left: 5px;
}

.about__list {
    margin-left: 10px;
}

.footer__social-list, .header-bar, .header-wrapper .menu-area .ellepsis-bar {
    margin-left: 20px;
}

.header-bar {
    margin-right: 15px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.newsletter__form input, .team .social {
    padding: 15px;
}

.rating, ul,
ol {
    padding-left: 0;
}

/*================*** Header Section Start Here     ***===================*/
.header-section {
    z-index: 999;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
}

.header-section.header-fixed .header-bottom {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

@media (min-width: 576px) {
    .header-wrapper {
        position: relative;
    }
}

@media (min-width: 576px) {
    .header-wrapper {
        padding-block: 1.25rem;
    }
}

.header-wrapper .logo a img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .header-wrapper .logo {
        width: 160px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-wrapper .logo {
        width: 200px;
    }
}

.header-wrapper .menu-area .select-lang {
    display: none;
}

@media (min-width: 576px) {
    .header-wrapper .menu-area .select-lang {
        display: inline-flex;
        align-items: center;
    }
}

.header-wrapper .menu-area .select-lang {
    color: #fff;
    border-radius: 2px 0 0 2px;
}

.header-wrapper .menu-area .select-lang .form-select {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0.375rem 1.75rem 0.375rem 0.25rem;
    -moz-padding-start: calc(0.25rem - 3px);
    background-image: url(../css/down-arrow.svg);
    background-size: 12px;
}

.header-wrapper .menu-area .select-lang .form-select:focus {
    box-shadow: none;
}

.header-wrapper .menu-area .select-lang option {
    background-color: #0f0d1e;
    padding: 0.5rem;
}

.header-wrapper .menu-area .signup:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.header-wrapper .menu-area .ellepsis-bar {
    font-size: 20px;
}

.header-wrapper .menu-area .ellepsis-bar svg {
    color: #fff;
}

@media (max-width: 575px) {
    .header-wrapper .menu-area {
        padding: 15px 0;
    }

    .header-wrapper .menu-area .ellepsis-bar {
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .menu {
        margin-right: 50px;
    }
}

.menu > li > a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu > li > a:hover {
    color: #FF0000;
}

.menu > li > a i {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: auto;
        max-height: 400px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        background: rgba(29, 40, 68, 0.99);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .menu li {
        width: 100%;
        padding: 0;
    }

    .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .menu li a:hover {
        background: rgba(79, 60, 200, 0.6);
        color: #fff;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li {
        width: 100%;
    }

    .menu li .submenu li a {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-bar {
    width: 25px;
    height: 20px;
}

.header-bar span {
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -moz-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    -o-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -moz-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    -o-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
    .header-bar {
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -moz-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        -o-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -moz-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        -o-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px);
    }
}

/*================*** Header Section End Here     ***===================*/
@media (min-width: 992px) {
    .section-header {
        margin-bottom: 60px;
    }
}

.section-header--middle {
    max-inline-size: 500px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .section-header--middle {
        margin-bottom: 60px;
    }
}

.page-header {
    background-image: url(../images/banner/page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 100px;
}

@media (min-width: 992px) {
    .page-header {
        padding-block: 180px;
    }
}

.page-header__content {
    text-align: center;
}

.page-header__content h2 {
    color: #fff;
}

.page-header__content .breadcrumb-item {
    color: #fff;
}

.page-header__content .breadcrumb-item a {
    color: #fff;
}

.page-header__content .breadcrumb-item a:hover {
    color: #FF0000;
}

.page-header__content .breadcrumb-item::before {
    color: #fff;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 130px;
}

@media (min-width: 768px) {
    .banner {
        padding-top: 220px;
        padding-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .banner {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

.banner__thumb .shape-1 {
    bottom: 90px;
    right: 30px;
    width: 20%;
    -webkit-animation: floating 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    animation: floating 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
}

@media (min-width: 1200px) {
    .banner__thumb .shape-1 {
        bottom: 150px;
        right: -80px;
    }
}

@media (min-width: 1440px) {
    .banner__thumb .shape-1 {
        width: 25%;
        right: -220px;
        bottom: 170px;
    }
}

.banner__thumb .shape-2 {
    bottom: 80px;
    left: 15px;
    width: 20%;
    -webkit-animation: floating 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -moz-animation: floating 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -ms-animation: floating 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    -o-animation: floating 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
    animation: floating 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite alternate;
}

@media (min-width: 1200px) {
    .banner__thumb .shape-2 {
        width: auto;
        bottom: 170px;
        left: 40px;
    }
}

.banner__thumb .shape-3 {
    left: 115px;
    top: 10px;
    width: 20%;
    -webkit-animation: rotate 6s linear infinite alternate;
    -moz-animation: rotate 6s linear infinite alternate;
    -ms-animation: rotate 6s linear infinite alternate;
    -o-animation: rotate 6s linear infinite alternate;
    animation: rotate 6s linear infinite alternate;
}

@media (min-width: 576px) {
    .banner__thumb .shape-3 {
        left: 170px;
        top: 15px;
    }
}

@media (min-width: 768px) {
    .banner__thumb .shape-3 {
        left: 240px;
        top: 40px;
    }
}

@media (min-width: 992px) {
    .banner__thumb .shape-3 {
        left: 145px;
        top: 10px;
    }
}

@media (min-width: 1200px) {
    .banner__thumb .shape-3 {
        left: 300px;
        top: 80px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .banner__thumb > img {
        max-width: inherit;
    }
}

.about .section-header {
    max-inline-size: 50ch;
}

.about__thumb {
    margin-top: 70px;
}

@media (min-width: 992px) {
    .about__thumb {
        margin-top: 0;
    }
}

.about__thumb > img {
    -webkit-animation: light 4s linear infinite alternate;
    -moz-animation: light 4s linear infinite alternate;
    -ms-animation: light 4s linear infinite alternate;
    -o-animation: light 4s linear infinite alternate;
    animation: light 4s linear infinite alternate;
}

.about__thumb .shape-1,
.about__thumb .shape-2,
.about__thumb .shape-3 {
    max-width: 20%;
}

.about__thumb .shape-1 {
    top: -50px;
    left: 100px;
    -webkit-animation: rotate 10s linear infinite alternate;
    -moz-animation: rotate 10s linear infinite alternate;
    -ms-animation: rotate 10s linear infinite alternate;
    -o-animation: rotate 10s linear infinite alternate;
    animation: rotate 10s linear infinite alternate;
}

@media (min-width: 1200px) {
    .about__thumb .shape-1 {
        top: -100px;
        left: 150px;
    }
}

.about__thumb .shape-2 {
    top: 50px;
    left: 30px;
    -webkit-animation: floating 4s linear infinite alternate;
    -moz-animation: floating 4s linear infinite alternate;
    -ms-animation: floating 4s linear infinite alternate;
    -o-animation: floating 4s linear infinite alternate;
    animation: floating 4s linear infinite alternate;
}

.about__thumb .shape-3 {
    top: -70px;
    right: 50px;
    -webkit-animation: floating 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
    -moz-animation: floating 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
    -ms-animation: floating 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
    -o-animation: floating 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
    animation: floating 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
}

@media (min-width: 1200px) {
    .about__thumb .shape-3 {
        top: -130px;
        right: 50px;
    }
}

.about__content > p {
    margin-bottom: 50px;
}

.about__list-item {
    border-radius: 10px;
    width: max-content;
    padding-inline-start: 4.5rem;
    padding-block: 1rem;
    background-image: linear-gradient(90deg, rgba(255, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%);

}

@media (min-width: 576px) {
    .about__list-item {
        padding-inline-start: 6.5rem;
        padding-block: 1.5rem;
    }
}

.about__list-icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background-color: #FF0000;
    display: grid;
    place-items: center;
    left: -10px;
    top: 50%;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .about__list-icon {
        width: 90px;
        height: 90px;
    }
}

.partner__title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FF0000;
    display: grid;
    place-items: center;
    left: 0;
    top: 50%;
    padding: 2rem 1rem;
    z-index: 2;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .partner__title {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .partner__title {
        padding: 3rem 2rem;
    }
}

.partner__title h3 {
    font-weight: 500;
    max-inline-size: 10ch;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .partner__title h3 {
        font-size: inherit;
        font-size: calc(1.275rem + 0.3vw);
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .partner__title h3 {
        font-size: 1.5rem;
    }
}

.partner__content {
    border: 1px solid #2F3D5F;
    border-radius: 10px;
    padding: 1.5rem;
    padding-left: 35%;
}

@media (min-width: 576px) {
    .partner__content {
        padding-left: 25%;
    }
}

@media (min-width: 768px) {
    .partner__content {
        padding: 2.65rem;
        padding-left: 15%;
        max-inline-size: 90%;
        margin-inline-start: auto;
    }
}

@media (min-width: 992px) {
    .partner__content {
        padding: 3.65rem;
        padding-left: 13%;
    }
}

.partner__item {
    padding-inline: 2rem;
}

.partner__item:after {
    position: absolute;
    content: "|";
    right: -5px;
    top: 0;
    color: #2F3D5F;
}

.document__thumb {
    margin-top: 70px;
}

@media (min-width: 992px) {
    .document__thumb {
        margin-top: 0;
    }
}

.document__thumb > img {
    -webkit-animation: light 4s linear infinite alternate;
    -moz-animation: light 4s linear infinite alternate;
    -ms-animation: light 4s linear infinite alternate;
    -o-animation: light 4s linear infinite alternate;
    animation: light 4s linear infinite alternate;
}

.document__thumb .shape-1 {
    max-width: 20%;
    top: -50px;
    left: 140px;
    -webkit-animation: floating 4s linear infinite alternate;
    -moz-animation: floating 4s linear infinite alternate;
    -ms-animation: floating 4s linear infinite alternate;
    -o-animation: floating 4s linear infinite alternate;
    animation: floating 4s linear infinite alternate;
}

@media (min-width: 576px) {
    .document__thumb .shape-1 {
        left: 205px;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .document__thumb .shape-1 {
        left: 175px;
    }
}

@media (min-width: 1200px) {
    .document__thumb .shape-1 {
        top: -100px;
        left: 180px;
        max-width: 100%;
    }
}

.document__content > p {
    margin-bottom: 40px;
}

.document__list-item {
    gap: 10px;
}

.faq__tab {
    gap: 20px;
}

.faq__tab .nav-link {
    border: 1px solid rgba(255, 0, 0, 0.4);
    padding: 1rem 1.3rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.faq__tab .nav-link:hover {
    border-color: #FF0000;
}

.faq__tab .nav-link.active {
    background-color: #FF0000;
}

.accordion-item {
    padding: 1rem 1.5rem;
    background-color: #292a2f;
    border-radius: 5px !important;
}

.accordion-button {
    background-color: #292a2f;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1rem 0;
}

.accordion-button::after {
    background-image: url(/landing/icon-arrow.svg);
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid transparent;
}

.accordion-button:not(.collapsed) {
    background-color: #292a2f;
    color: #fff;
    border-color: #2F3D5F;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url(/landing/icon-minus.svg);
}

.accordion-body {
    padding: 2rem 0 1rem;
}

@media (min-width: 992px) {
    .roadmap__item-inner--vertical-line:after {
        position: absolute;
        content: "";
        width: 0;
        border: 2px dashed #292a2f;
        height: 100px;
        bottom: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    .roadmap__item-inner--horiz-line::before, .roadmap__item-inner--horiz-line::after {
        position: absolute;
        content: "";
        border: 2px dashed #1D2844;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .roadmap__item-inner--horiz-line::after {
        width: 715px;
        height: 0;
        top: -100px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .roadmap__item-inner--horiz-line::after {
        width: 870px;
    }
}

@media (min-width: 992px) {
    .roadmap__item-inner--horiz-line::before {
        width: 0;
        height: 95px;
        top: -95px;
    }
}

.roadmap__item-year h4 {
    font-weight: 500;
}

.roadmap__item-year img {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.roadmap__item-content {
    border-radius: 5px;
    background-color: #1D2844;
    padding: 20px 35px;
}

.roadmap__item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 50%;
    margin: -45px auto 30px;
}

.roadmap__item-text h6 {
    font-weight: 600;
}

.roadmap__item-text p {
    font-weight: 300;
}

@media (min-width: 992px) {
    .roadmap__upcoming-item {
        margin-top: 200px;
    }
}

.service__item:not(:last-child) {
    margin-bottom: 20px;
}

.service__item-inner {
    gap: 20px;
}

@media (min-width: 1200px) {
    .service__item-inner--reverse {
        flex-direction: row-reverse;
        text-align: end;
    }
}

.service__item-thumb {
    width: 75px;
    height: 75px;
    font-size: calc(1.275rem + 0.3vw);
    display: grid;
    place-items: center;
    background-color: #FF0000;
    border-radius: 50%;
    color: #fff;
}

@media (min-width: 1200px) {
    .service__item-thumb {
        font-size: 1.5rem;
    }
}

.service__item-thumb.line-1:before, .service__item-thumb.line-1:after, .service__item-thumb.line-2:before, .service__item-thumb.line-2:after, .service__item-thumb.line-3:before, .service__item-thumb.line-3:after, .service__item-thumb.line-4:before, .service__item-thumb.line-4:after {
    z-index: -1;
}

@media (max-width: 1199px) {
    .service__item-thumb.line-1:before, .service__item-thumb.line-1:after, .service__item-thumb.line-2:before, .service__item-thumb.line-2:after, .service__item-thumb.line-3:before, .service__item-thumb.line-3:after, .service__item-thumb.line-4:before, .service__item-thumb.line-4:after {
        display: none;
    }
}

.service__item-thumb.line-1:before {
    width: 370px;
    border: 1px dashed #FF0000;
    left: 40px;
    top: 50%;
}

.service__item-thumb.line-1:after {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 105px;
    border: 1px dashed #FF0000;
    left: 410px;
    top: 60px;
}

.service__item-thumb.line-2:before {
    width: 370px;
    border: 1px dashed #FF0000;
    left: 40px;
    top: 50%;
}

.service__item-thumb.line-2:after {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 105px;
    border: 1px dashed #FF0000;
    left: 410px;
    top: 15px;
}

.service__item-thumb.line-3:before {
    width: 370px;
    border: 1px dashed #FF0000;
    right: 40px;
    top: 50%;
}

.service__item-thumb.line-3:after {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 105px;
    border: 1px dashed #FF0000;
    right: 410px;
    top: 60px;
}

.service__item-thumb.line-4:before {
    width: 370px;
    border: 1px dashed #FF0000;
    right: 40px;
    top: 50%;
}

.service__item-thumb.line-4:after {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 105px;
    border: 1px dashed #FF0000;
    right: 410px;
    top: 15px;
}

.service__item-content {
    width: calc(100% - 95px);
}

@media (min-width: 1200px) {
    .service__item-content h4 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .service__item:not(:last-child) {
        margin-bottom: 70px;
    }
}

.service__image {
    z-index: 1;
}

.contact__form .input-group {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    border: 1px solid transparent;
}

.contact__form .input-group:focus-within {
    border-color: #FF0000;
}

.contact__form .input-group input,
.contact__form .input-group textarea,
.contact__form .input-group .input-group-text {
    background-color: rgba(29, 40, 68, 0.3);
    color: #A2A3E4;
    border: none;
    border-radius: 0;
}

.contact__form .input-group input:focus,
.contact__form .input-group textarea:focus,
.contact__form .input-group .input-group-text:focus {
    box-shadow: none;
    outline: none;
}

.contact__form .input-group .input-group-text {
    border: none;
}

.contact__form .input-group input,
.contact__form .input-group textarea {
    padding: 1rem;
}

.contact__form .default-btn {
    border: none;
    box-shadow: none;
}

.contact__form .default-btn:hover {
    background-color: #FF0000;
    color: #fff;
}

.footer__top {
    margin-top: -85px;
    z-index: 1;
}

.footer__top-item {
    gap: 10px;
    padding: 20px;
    border-radius: 5px;
    background-image: linear-gradient(150deg, #0080ff 0%, #3a64d7 100%);
}

@media (min-width: 576px) {
    .footer__top-item {
        gap: 60px;
        padding-inline: 30px;
        padding-block: 20px;
    }
}

@media (min-width: 768px) {
    .footer__top-item {
        padding-inline: 40px;
        padding-block: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__top-item {
        padding: 20px;
        gap: 50px;
    }
}

.footer__top-contact ul a {
    color: #fff;
}

.footer__top-info {
    gap: 10px;
}

@media (min-width: 576px) {
    .footer__top-info {
        gap: 20px;
    }

    .footer__top-info:after {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        background-color: #fff;
        right: -30px;
    }
}

.footer__top-info .info-icon {
    width: 60px;
    height: 60px;
    font-size: 1.125rem;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #FF0000;
}

.footer__top-info p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
}

.footer__about p {
    max-inline-size: 35ch;
}

.footer__social {
    margin-top: 60px;
    max-inline-size: 270px;
    border-radius: 5px;
}

.footer__social::after {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #FF0000, rgba(255, 255, 255, 0));
    top: -30px;
    left: 0;
}

.footer__social span {
    color: #fff;
}

.footer__social-list {
    gap: 15px;
}

.footer__social-item a {
    font-size: 1.125rem;
    color: #fff;
}

.footer__social-item a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__social-item a:hover {
    color: #FF0000;
}

.footer__social-item a:hover svg {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer__title h4 {
    font-weight: 500;
}

.footer__link-item a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media not all and (pointer: coarse) {
    .footer__link-item a:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.footer__copyright {
    border-top: 1px solid rgba(79, 60, 200, 0.1);
    padding: 20px;
}

.default-btn {
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-flex;
    background-image: linear-gradient(145deg, #FF0000, #B30000);
    border: 0;
    border-radius: 0.5rem;
    box-shadow: rgba(255, 0, 0, 0.2) 0 15px 30px -5px;
    color: #fff;
    line-height: 1em;
    max-width: 100%;
    min-width: 120px;
    padding: 2px;
    touch-action: manipulation;
    white-space: nowrap;
    text-transform: capitalize;
}

.default-btn span {
    background-color: #0f0d1e;
    color: inherit;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

@media (min-width: 768px) {
    .default-btn {
        font-size: 1rem;
        min-width: 140px;
    }
}

@media (min-width: 1440px) {
    .default-btn {
        font-size: 1.125rem;
    }
}

.default-btn:active, .default-btn:hover {
    outline: 0;
    color: #fff;
}

.default-btn:hover span {
    background: none;
}

.default-btn:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.text-btn {
    display: inline-block;
    color: #000000;
    font-weight: bold;
}

@media (min-width: 992px) {
    .text-btn {
        font-size: 1.25rem;
    }
}

.text-btn svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.text-btn:hover {
    color: #000000;
}

.text-btn:hover svg {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.preloader {
    position: fixed;
    background-color: #0f0d1e;
    display: grid;
    place-items: center;
    z-index: 999999;
}

.loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .loader {
        width: 80px;
        height: 80px;
    }
}

.loader::before,
.loader::after {
    border-radius: inherit;
}

.loader::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #FF0000 0%, #00DDEB 100%);
    animation: loader 0.5s infinite linear;
}

.loader::after {
    width: 85%;
    height: 85%;
    background-color: #0f0d1e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.social {
    gap: 10px;
}

.social__link {
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}

@media not all and (pointer: coarse) {
    .social__link:hover {
        background-color: #fff;
        color: #FF0000;
    }
}

.team__item:hover .team__thumb img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.team__thumb {
    border-radius: 5px;
}

.team__thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team__content {
    margin-top: -35px;
    z-index: 1;
}

.team__content h4 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #fff;
}

.team__content h4 a {
    color: inherit;
}

.team__content h4:hover {
    color: #FF0000;
}

.team .social {
    border-radius: 5px;
    margin: auto auto 20px;
    background-color: #FF0000;
    max-inline-size: 90%;
}

@media (min-width: 768px) {
    .team .social {
        max-inline-size: 80%;
    }
}

.counter__wrapper {
    box-shadow: 0 18px 30px rgba(79, 60, 200, 0.15);
    border: 1px solid #2F3D5F;
    border-radius: 5px;
    padding: 60px 30px;
}

@media (min-width: 992px) {
    .counter__wrapper {
        border-radius: 99px;
        padding: 20px 65px;
    }
}

@media (min-width: 1200px) {
    .counter__wrapper {
        padding: 30px 95px;
    }
}

.counter__item h2 {
    font-weight: 600;
}

.feature__item {
    padding: calc(1.3125rem + 0.75vw);
    border-radius: 0.625rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

@media (min-width: 1200px) {
    .feature__item {
        padding: 1.875rem;
    }
}

.feature__item-thumb {
    width: 80px;
    height: 80px;
    border-radius: 0.3125rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature__item:hover {
    background-color: rgba(79, 60, 200, 0.05);
}

.feature__item:hover::after {
    opacity: 0.1;
    right: 10px;
}

.newsletter__wrapper {
    background-size: cover;
    background-position: center;
    padding-block: 80px;
    background-color: #FF0000;
    border-radius: 1rem;
    padding-inline: 1rem;
}

@media (min-width: 576px) {
    .newsletter__wrapper {
        padding-inline: 2rem;
    }
}

.newsletter__form input {
    border-radius: 0.5rem;
    padding-inline-end: 30%;
}

@media (min-width: 768px) {
    .newsletter__form input {
        padding: 25px;
    }
}

.newsletter__form button {
    right: 0;
    border-radius: 5px;
    top: 0;
    background-color: #00DDEB;
    color: #000000;
    border: none;
    padding-inline: 1.5rem;
}

@media (min-width: 768px) {
    .newsletter__form button {
        padding-inline: 3rem;
    }
}

.rating {
    gap: 2px;
}

.rating__star svg {
    font-size: 0.875rem;
    color: #FF0000;
}

/*# sourceMappingURL=style.css.map */
