*,
html,
body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #212123;
}

img {
    width: 100%;
    height: auto;
}


/* ----------------------- widths N heights ----------------- */
.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.min-height-100vh {
    min-height: 100vh;
}

.h-res-auto {
    min-height: auto;
    height: auto;
}

@media (min-height: 820px) {

    .h-res-auto.min-height-100vh,
    .h-res-auto.w-100,
    .h-res-auto.w-50 {
        min-height: 100vh;
    }
}

/* -------------------------margins N padding N display--------------------- */
.m-0 {
    margin: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-40-responsive {
    margin-top: 0px !important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.m-10 {
    margin: 10px;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-30 {
    padding: 30px !important;
}

.d-none {
    display: none !important;
}

@media (min-height: 820px) {
    .mt-40-responsive {
        margin-top: 40px !important;
    }
}

/* ---------------------colours--------------------- */
.text-white {
    color: #ffffff !important;
}

.text-light-1 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-light-2 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-dark {
    color: #212123 !important;
}

.text-black {
    color: #0A0A0E !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-dark {
    background-color: #212123 !important;
}

.bg-black {
    background-color: #0A0A0E !important;
}


/* --------------------alignments------------------- */
.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.hide {
    display: none !important;
}

/* ------------------Typography--------------------- */

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter/Inter-Bold.ttf);
}

@font-face {
    font-family: Inter-ExtraBold;
    src: url(../fonts/Inter/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.otf);
}


@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.otf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.otf);
}

@font-face {
    font-family: CCSpeedingBulletTrails-Italic;
    src: url(../fonts/CCSpeedingBulletTrails-Italic.ttf);
}

.mega-heading {
    font-size: 32px;
    line-height: 40px;
    font-family: Poppins-Medium;
    margin-bottom: 20px;
}

.heading {
    font-size: 34px;
    line-height: 40px;
    font-family: Poppins-Medium;
    margin-bottom: 20px;
    color: #ffffff;
}

.heading-2 {
    font-size: 48px;
    line-height: 60px;
    font-family: Poppins-Bold;
    margin-bottom: 40px;
    color: #ffffff;
}

.first-letter {
    font-family: CCSpeedingBulletTrails-Italic;
}

.heading .line-two {
    color: #0093D6;
    font-size: 22px !important;
    line-height: 30px;
    letter-spacing: -2px;
}

.pre-heading {
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins-Medium;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.text {
    font-size: 12px;
    line-height: 20px;
    font-family: Inter;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.small-text {
    font-size: 12px;
    line-height: 20px;
    font-family: Inter;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.4)
}

.sub-heading {
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins-Medium;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.link {
    text-decoration: none;
    font-family: Poppins;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 375px) {
    .heading {
        font-size: 40px;
        line-height: 44px;
    }

    .heading-2 {
        font-size: 48px;
        line-height: 60px;
        font-family: Poppins-Bold;
        margin-bottom: 40px;
        color: #ffffff;
    }

    .heading .line-two {
        font-size: 26px !important;
        line-height: 30px;
    }

    .pre-heading,
    .text {
        font-size: 16px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 20px;
        font-family: Poppins-Medium;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 0.8);
    }
}

@media (min-width: 820px) {
    .mega-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .heading {
        font-size: 72px;
        line-height: 40px;
        margin-bottom: 15px;
        color: white;
    }

    .heading .line-two {
        color: #0093D6;
        font-size: 44px !important;
        line-height: 60px;
        letter-spacing: -2px;
    }

    .pre-heading {
        font-size: 24px;
        line-height: 36px;
    }

    .text {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .link {
        font-family: Poppins;
        text-decoration: none;
    }
}

@media (min-width: 1025px) {
    .heading {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 30px;
        color: white;
    }
}

/* -----------------------elemente-------------------- */

.button {
    width: fit-content;
    height: 40px;
    background: transparent;
    color: #0093D6;
    font-size: 16px;
    padding: 5px 35px;
    font-family: Inter-Bold;
    border: 3px solid #0093D6;
    transition: 0.5s;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    border-radius: 20px;
}

.button:hover {
    background: #0093D6;
    color: #ffffff;
}

.button.opaque {
    background: #0093D6;
    color: #ffffff;
}

.button.opaque:hover {
    /* background: #ffffff;
    color: #0093D6; */
}

.button.light {
    color: #e7eeef;
    border: 3px solid #e7eeef;
}

.button.light:hover {
    background: #e7eeef;
    color: #0093D6;
}

.button.large {
    font-size: 32px;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    padding: 10px 30px;

}

.border-left {
    border-left: 5px solid #87abb0;
    padding-left: 1rem;
}

.card {
    /* background: #e7eeef; */
    border-radius: 50px;
    padding: 30px 10px;
    border-bottom-left-radius: 0;
    box-shadow: 2px 2px 5px rgb(180, 200, 229, 20%),
    0px 0px 1px rgb(255, 255, 255, 50%) inset,
    -2px 2px 5px rgb(34, 59, 95, 20%);
}

.arrow {
    width: 30px;
}

@media (min-width: 820px) {
    .card {
        padding: 30px;
    }
}

/* ------------------------container----------------- */


.container {
    display: grid;
    grid-template-columns: 30px 30px 30px 30px 30px 30px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
        ". . . . . .";
    justify-content: center;
    align-items: center;
}

@media (min-width: 360px) {
    .container {
        display: grid;
        grid-template-columns: 40px 40px 40px 40px 40px 40px;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px 20px;
        grid-template-areas:
            ". . . . . .";
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 820px) {
    .container {
        display: grid;
        grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;
        grid-template-rows: 1fr;
        gap: 0px 20px;
        grid-template-areas:
            ". . . . . . . . . . . .";
        margin: 0;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 820px) and (orientation: portrait) {
    .container {
        display: grid;
        grid-template-columns: 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
        grid-template-rows: 1fr;
        gap: 0px 20px;
        grid-template-areas:
            ". . . . . . . . . . . .";
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1000px) {
    .container {
        display: grid;
        grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
        grid-template-rows: 1fr;
        gap: 0px 20px;
        grid-template-areas:
            ". . . . . . . . . . . .";
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1240px) {
    .container {
        display: grid;
        grid-template-columns: 83px 83px 83px 83px 83px 83px 83px 83px 83px 83px 83px 83px;
        grid-template-rows: 1fr;
        gap: 0px 20px;
        grid-template-areas:
            ". . . . . . . . . . . .";
        justify-content: center;
        align-items: center;
    }
}

/* ------------------------navbar---------------------- */
#main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 2s;
}

#main-header .container {
    max-height: 80px;
    margin: 20px 0;
    grid-template-rows: 1fr;
}

.logo-container {
    grid-column: 1/3;
}

.mobile-nav {
    grid-column: 3/7;
    text-align: right;
}

.logo-container .logo {
    height: 35px;
    width: auto;
}

.nav-links-container {
    transition: 0.1s ease-in-out 0.1s;
    position: fixed;
    grid-column: 4/13;
    top: 0;
    height: 100vh;
    width: 80vw;
    right: -90vw;
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    justify-content: end;
    z-index: 20;
}

.nav-links-container .nav-link {
    width: 100%;
}

.nav-links-container .nav-link .button {
    margin: 0;
}

@media (min-width: 820px) {
    .logo-container {
        grid-column: 1/4;
    }

    .logo-container .logo {
        height: 40px;
        width: auto;
    }

    .nav-links-container {
        position: relative;
        height: auto;
        width: 100%;
        right: 0;
        background: transparent;

    }

    .nav-link .link {
        padding: 10px 0;
        margin: 0 10px;
        transition: 0.1s;
    }

    .nav-link .link.active {
        border-bottom: 3px solid #e7eeef;
        font-family: Poppins-Bold;
    }

    .nav-link .link:hover {
        color: #cfdddf;
        border-bottom: 3px solid #cfdddf;
    }

    .mobile-nav {
        display: none;
    }
}


/* ---------------------hero area------------------- */
.hero .hero-bottom-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(../images/hero-shadow-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.hero .hero-bottom-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (min-width: 820px) {
    .hero .hero-bottom-shadow {
        background-image: none;
    }

    #company-intro {
        background-image: url(../images/hero-shadow-stretch-2.svg);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }

    .hero {
        background: transparent;
    }
}

@media (max-height: 550px) {
    .hero .hero-bottom-shadow {
        background-image: none;
    }
}

@media (min-aspect-ratio: 14/9) and (min-width: 820px) {
    #company-intro {
        background-image: url(../images/hero-shadow.svg);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media (max-aspect-ratio: 14/9) and (min-aspect-ratio: 1/1) and (min-width: 820px) {
    #company-intro {
        background-image: url(../images/hero-shadow-stretch.svg);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

.hero {
    position: relative;
}

.hero-text {
    grid-column: 1/7;
    grid-row: 2/4;
    position: relative;
}

.hero-illustration {
    grid-column: 1/7;
    grid-row: 4/7;
    position: relative;
}

@media (min-width: 820px) {
    .hero-text {
        grid-column: 1/9;
        grid-row: 1/2;
    }

    .hero-text .text {
        padding-right: 200px;
    }

    .hero-illustration {
        grid-column: 6/13;
        grid-row: 1/2;
        bottom: -75px;
    }
}

/* ---------------------company details area------------------- */

.company-details {
    grid-template-rows: auto auto;
    padding: 50px 0;
}

.company-details .details-cards {
    display: grid;
    height: 100%;
    grid-column: 1/7;
    grid-row: 2/3;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 40px;
}

.company-details .details-text {
    grid-column: 1/7;
    grid-row: 1/2;

}

.company-details .details-cards .card-1 {
    grid-column: 1/2;
    grid-row: 1/2;
}

.company-details .details-cards .card-2 {
    grid-column: 1/2;
    grid-row: 2/3;
}

.company-details .details-cards .card-3 {
    grid-column: 1/2;
    grid-row: 3/4;
}

.company-details .details-cards .card-4 {
    grid-column: 2/3;
    grid-row: 3/4;
}

.company-details .details-cards .card-5 {
    grid-column: 2/3;
    grid-row: 1/3;
}

.company-details .details-cards .card .text-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 820px) {
    .company-details {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        padding: 0;
        margin-top: 120px;
    }

    .company-details .details-cards {
        display: grid;
        height: 100%;
        grid-column: 1/9;
        grid-row: 2/6;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 0;
    }

    .company-details .details-text {
        grid-column: 9/13;
        grid-row: 2/6;

    }

    .company-details .details-cards .card-1 {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .company-details .details-cards .card-2 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .company-details .details-cards .card-3 {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .company-details .details-cards .card-4 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .company-details .details-cards .card-5 {
        grid-column: 3/4;
        grid-row: 1/3;
    }

    .company-details .details-cards .card .text-container {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-aspect-ratio: 14/9) and (min-aspect-ratio: 1/1) and (min-width: 820px) {
    .company-details {
        margin-top: 0px;
    }
}

#about-intro .about-hero .about-text {
    grid-row: 1/7;
    grid-column: 1/7;
    padding: 150px 0 75px 0;
}

@media screen and (min-width: 820px) {
    #about-intro .about-hero .about-text {
        grid-row: auto;
        grid-column: 3/10;
    }
}

/* -----------------------company customers-------------------- */
.company-customers {
    grid-template-rows: auto auto;
    padding: 50px 0;
}

.company-customers .heading-container {
    grid-row: 1/2;
    grid-column: 1/7;
    align-items: center;
    justify-items: center;
}

.company-customers .customer-images {
    grid-row: 2/3;
    grid-column: 1/7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.company-customers .customer-images img {
    padding: 20px 10px;
}

@media (min-width: 820px) {
    .company-customers .heading-container {
        grid-row: 1/2;
        grid-column: 1/13;
    }

    .company-customers .customer-images {
        grid-row: 2/3;
        grid-column: 3/11;
        grid-gap: 50px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* ---------------------company service area------------------- */
.company-service {
    grid-template-rows: auto auto;
    padding: 50px 0;
    background-color: #0A0A0E;
}

.company-service .service-text {
    grid-row: 1/2;
    grid-column: 1/7;
}


.company-service .service-cards {
    grid-row: 2/3;
    grid-column: 1/7;
    display: grid;
    grid-template-rows: auto;
    grid-gap: 15px;
}

.company-service .service-cards .card {
    display: grid;
    align-items: center;
    border-radius: 25px !important;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

.company-service .service-cards .card .card-icon {
    grid-column: 1/2;
}

.company-service .service-cards .card .card-text {
    align-items: center;
    justify-content: center;
}

.company-service .service-cards .card.active {
    align-items: flex-start;
}

.company-service .service-cards .card .card-text .card-heading * {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.company-service .service-cards .card .card-text .card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.company-service .service-cards .card .card-text .card-heading img {
    width: 32px;
    height: auto;
    float: left;
    margin-right: 1rem;
}

.company-service .service-cards .card.active .card-text .card-heading .pre-heading {
    text-align: left;
    line-height: 20px
}

.company-service .service-cards .card.active .card-text .card-heading .arrow {
    transform: rotateZ(180deg);
}

.company-service .service-cards .card .card-text .card-heading .small-text {
    margin: 0;
}

.company-service .service-cards .card.active .card-text .card-heading .small-text {
    text-align: left;
}


.company-service .service-cards .card .card-text .card-body {
    display: none;
    margin: 20px 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.company-service .service-cards .card.active .card-text .card-body {
    display: block;
    background: #3B4A6B;
    margin: 0;
    padding: 20px;
    border-radius: 0 0 25px 25px;
}

@media (min-width: 820px) {
    .company-service {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        padding: 50px 0;
        background-color: transparent;
    }

    .company-service .service-cards .card {
        border-radius: 50px !important;
        box-shadow: 4px 4px 10px rgb(12 12 17),
        0px 0px 1px rgb(0 0 0 / 50%) inset,
        -4px 4px 10px rgb(52 52 56);
        overflow: hidden;
    }

    .company-service .service-text {
        grid-column: 1/13;
    }

    .company-service .service-text .heading {
        grid-row: auto;
        grid-column: 1/2;
    }

    .company-service .service-text .text {
        grid-row: auto;
        grid-column: 2/3;
    }

    .company-service .service-cards {
        grid-row: 2/7;
        grid-column: 1/13;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 15px;
    }

    .company-service .service-cards .card .card-icon {
        grid-column: 1/2;
    }

    .company-service .service-cards .card .card-text .card-heading {
        text-align: center;
        display: block;
        padding: 0px;
    }

    .company-service .service-cards .card .card-text .card-heading * {
        text-align: center;
    }

    .company-service .service-cards .card .card-text .card-heading img {
        width: 32px;
        height: auto;
        float: none;
        margin-right: 0rem;
    }

    .company-service .service-cards .card.active .card-text .card-heading img {
        float: left;
        margin-right: 1rem;
        width: 16px;
    }

    .company-service .service-cards .card.active .card-text .card-heading .pre-heading {
        font-size: 16px;
    }

    .company-service .service-cards .card.active .card-text .card-heading {
        padding: 0px;
    }

    .company-service .service-cards .card.active .card-text .card-body {
        background: transparent;
        margin: 20px 10px;
        padding: 0px;
        border-radius: none;
    }

}

/* ------------------------contact-hero------------------- */
#contact-intro .company-contact {
    grid-template-rows: auto auto;
    padding: 50px 0;
    align-items: baseline;
}

#contact-intro .company-contact .heading-container {
    grid-row: 1/2;
    grid-column: 1/7;
}

#contact-intro .company-contact .message {
    grid-row: 2/3;
    grid-column: 1/7;
}

#contact-intro .company-contact .contact-details {
    grid-row: 3/4;
    grid-column: 1/7;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 50px;
    text-align: center;
}

#contact-intro .company-contact .contact-details .contact-details-item {
    align-items: flex-start;
}

#contact-intro .company-contact .contact-details .contact-details-icon img {
    width: 32px;
    height: auto;
}

@media screen and (min-width: 820px) {
    #contact-intro .company-contact .heading-container {
        grid-row: 1/2;
        grid-column: 1/13;
    }

    #contact-intro .company-contact .message {
        grid-row: 2/3;
        grid-column: 1/8;
    }

    #contact-intro .company-contact .contact-details {
        grid-row: 2/3;
        grid-column: 9/13;
        text-align: left;
    }

    #contact-intro .company-contact .contact-details .contact-details-icon img {
        width: 32px;
        float: left;
        margin-right: 1rem;
    }
}

/* ------------------------contact form-------------------- */

.col-md-6 {
    width: 650px;
    margin: -150px auto 90px;
}

@media (max-width: 700px) {
    .col-md-6 {
        width: 300px;
        margin: -160px auto 100px;
    }
}

.settings_page .setting-panel {
    padding: 20px 10px 0px;
    margin: 10px 3px;
}

.settings_page .setting-update-alert {
    margin: 20px 0 10px;
    padding: 14px;
    border-radius: 20px;
    font-weight: 600;
    border-bottom-left-radius: 0;
}

.settings_page .setting-update-alert.alert {
    border: 3px solid #dd2233;
}

.settings_page .setting-update-alert.success {
    border: 3px solid #0093D6;
}

.settings_page .last-sett-btn {
    background: transparent;
    padding: 7px 0px;
}

.modal-footer {
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 0 0 4px 4px;
}

.modal-footer {
    padding: 5px;
    text-align: center;
}

.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " ";
}

.ball-pulse {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    display: none;
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale-pulse .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale-pulse .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div {
    background-color: #3a3c3f;
    border-radius: 100%;
    margin: 0 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale-pulse .75s -.15s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale-pulse .75s -.15s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale-pulse .75s -.11s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale-pulse .75s -.11s infinite cubic-bezier(.2, .68, .18, 1.08);
}

@media (max-width: 600px) {
    .settings_page .setting-panel-mdbtn {
        margin: 2px 7px;
    }
}

.settings_page .setting-panel-mdbtn {
    padding: 0 13px;
    font-weight: bold;
    margin: 2px 25px;
    height: 31px;
    line-height: 1;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 2px;
}

.modal-footer .btn-link,
.modal-footer .btn-main {
    border-radius: 4px;
    font-size: 12.5px;
    line-height: 15px;
}

input,
select,
textarea {
    font-family: Poppins;
    font-size: inherit;
    line-height: inherit;
}

.form-horizontal .form-group:after,
.modal-footer:after {
    clear: both;
}

.iintelligas_input {
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}

.iintelligas_input>input,
.iintelligas_input>textarea,
.iintelligas_input>select {
    width: 100%;
    font-size: 20px;
    padding: 12px;
    display: block;
    color: rgb(255, 255, 255, 40%);
    background-color: #212123;
    border: none;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    transition: all 0.2s;
    min-height: 35px;
    margin: -10px;
    outline: 0;
    box-shadow: inset 4px 4px 10px rgb(12 12 17),
    0px 0px 1px rgb(0 0 0 / 50%),
    inset -4px 4px 10px rgb(52 52 56);
}

.iintelligas_input>input:placeholder-shown:not(:focus)+label,
.iintelligas_input>textarea:placeholder-shown:not(:focus)+label {
    top: 7.5px;
    font-size: 14px;
    left: 7.5px;
    opacity: 0;
}

.iintelligas_input>input:focus::placeholder,
.iintelligas_input>textarea:focus::placeholder {
    opacity: 0;
}

.iintelligas_input>label {
    position: absolute;
    cursor: text;
    font-family: Poppins;
    opacity: 1;
    transition: 0.2s ease all;
    pointer-events: none;
    top: -32px;
    left: 0;
    font-size: 20px;
    color: #7e7e7e;
    user-select: none;
    padding: 0px;
    margin: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 7px;
    font-size: 13px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.loading {
    margin: auto;
}

.loading span {
    line-height: 32px;
    margin-left: 12px;
    font-size: 16px;
    vertical-align: middle;
}

.loading img {
    vertical-align: middle;
}

.loading_wrp {
    background-color: rgb(10 10 14) !important;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1020;
}

.loading_wrp .x16 span {
    line-height: 16px;
    font-size: 12px;
    margin-left: 6px;
}

.loading_wrp .x32 img {
    width: 32px;
    height: 32px;
}

/* ----------------------------footer-------------------------- */
footer .container {
    padding: 32px 0;
    grid-template-rows: auto;
}

.footer-text {
    grid-column: 1/7;
    grid-row: 1/7;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-text .site-links {
    display: grid;
    grid-column: 1/4;
    grid-gap: 32px;
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: center;
}

.footer-text .site-links .links-container {
    display: contents;
}

.footer-text .site-links .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-text .site-links .social-links img {
    width: 32px;
    height: auto;
    margin: 0 1rem;
}

footer .container .copyright-text {
    grid-column: 1/7
}

footer .container .legal-links {
    grid-column: 1/7;
    display: flex;
    justify-content: space-evenly;
}

@media screen and (min-width: 820px) {
    .footer-text {
        grid-column: 2/12;
        grid-row: auto;
    }

    .footer-text .site-links .links-container {
        display: flex;
    }

    footer .container .copyright-text {
        grid-column: 1/13
    }

    footer .container .legal-links {
        grid-column: 7/13;
        justify-content: flex-end;
    }
}