﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root {
    --theme-font: "Quicksand", sans-serif;
    --basic-color: #333333;
    --primary-color: rgb(130, 111, 255);
    --white-color: #ffffff;
    --success-color: rgb(12, 199, 99);
    --default-border: #f3f2f9;
    --bg-grey: #f6f4fe;
    --primary-rgb: 130, 111, 255;
    --secondary-rgb: 255, 90, 41;
    --warning-rgb: 255, 154, 19;
    --info-rgb: 0, 122, 255;
    --success-rgb: 12, 199, 99;
    --danger-rgb: 255, 56, 60;
    --light-rgb: 247, 248, 250;
    --dark-rgb: 10, 10, 10;
    --orange-rgb: 254, 124, 88;
    --text-muted: #98a5c3;
}

body{
    color:var(--basic-color);
}
body, h1, h2, h3, h4, h5, h6, p, a, b, strong, div {
    font-family: var(--theme-font);
}
[class*=" ri-"], [class^=ri-], p{
    font-weight:400;
}
.op-9 {
    opacity: 0.9;
}
.fs-14{
    font-size:14px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}
.btn-success {
    background-color: var(--success-color);
    border-color: var(--success-color);
    color: var(--white);
}
.bg-primary-transparent {
    background-color: rgba(var(--primary-rgb), 0.15);
    color: rgb(var(--primary-rgb));
}
.bg-secondary {
    background-color: rgb(var(--secondary-rgb)) !important;
}
.bg-secondary-transparent {
    background-color: rgba(var(--secondary-rgb), 0.15);
    color: rgb(var(--secondary-rgb));
}
.bg-success {
    background-color: rgb(var(--success-rgb));
}
.bg-success-transparent {
    background-color: rgba(var(--success-rgb), 0.15);
    color: rgb(var(--success-rgb));
}
.bg-info {
    background-color: rgb(var(--info-rgb));
}

.bg-info-transparent {
    background-color: rgba(var(--info-rgb), 0.15);
    color: rgb(var(--info-rgb));
}
.text-muted {
    color: var(--text-muted) !important;
}
.navbar-nav .nav-link {
    color: var(--basic-color);
    font-family: var(--theme-font);
    font-weight:600;
}
.navbar-brand img{
    height:auto; max-width:140px;
}
.navbar .login-btn {
    padding: 6px 12px;
    font-weight:400;
    text-transform:capitalize;
    color:var(--white);
}
.container{
    max-width:1320px;
}
.btn{
    text-transform:capitalize;
}
.fw-semibold {
    font-weight: 600;
}
.gap15, .gap-15 {
    gap: 15px;
}
.gap40, .gap-40 {
    gap: 40px;
}
.spatial-data .section-left{
    width:50%;
}
.spatial-data .section-right img {
    max-width: 560px;
}
.section-heading-badge {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    font-size:0.875rem;
}
/*landing page*/
.oriyent-banner {
    position: relative;
    width: 100%;
    inset-block-start: 0px;
    background-color: var(--primary-color);
    z-index: 1;
    color: var(--white);
}
    .oriyent-banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/banner-pattern.svg);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.03;
        z-index: -1;
        background-position: center center;
    }
    .landing-heading-img img {
        width: 480px;
    }
    .oriyent-banner .section {
        height: 770px;
        overflow: hidden;
    }
    .oriyent-banner .oriyent-banner-heading {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
        font-size: 2rem;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.5;
    }
    .oriyent-banner h6{
        color:var(--white-color);
    }
    
    .side-img-bg svg {
        width: 400px;
    }
.side-img-bg {
    position: absolute;
    inset-block-start: -173px;
    inset-inline-start: 50px;
    z-index:-1;
}
.landing-card.landingmain {
    position: relative;
    overflow: hidden;
}
.card.custom-card {
    border-radius: 0.25rem;
    background-color: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--default-border);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    transition:0.2s ease-in-out;
}
    .card.custom-card:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .card.custom-card.landing-card .card-body {
        padding: 2rem;
    }
.avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
}
.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
}
.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    font-weight: 500;
}
.fs-25 {
    font-size: 1.5625rem;
}
.bg-grey {
    background: var(--bg-grey);
}
.section-heading {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color:#32236f;
}
.landing-card.landingmain:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(var(--primary-rgb), 0.08);
    border-radius: 50%;
    inset-inline-end: -98px;
    inset-block-start: -78px;
}
.landing-card.landingmain:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(var(--primary-rgb), 0.08);
    border-radius: 50%;
    inset-inline-end: -6px;
    inset-block-start: -132px;
}
.gis-tracking p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

/*spatial Data*/
.features-list{
    padding: 0;
    list-style: none;
}

    .features-list li {
        position: relative;
        padding-left: 24px;
    }

        .features-list li + li {
            margin-top: 12px;
        }

        .features-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.65723 10.7585L12.6875 14L19.6572 7' stroke='%235D38DE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6572 12C21.6572 16.9706 17.6278 21 12.6572 21C7.68666 21 3.65723 16.9706 3.65723 12C3.65723 7.02944 7.68666 3 12.6572 3C13.6394 3 14.5849 3.15733 15.4697 3.44818' stroke='%235D38DE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
        }


/*all devices*/
.section-heading-wrapper p {
    max-width: 620px;
    margin: auto;
}
.all-screens-sec .section-left img {
    max-width: 600px;
}
.devices-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 448px;
}

    .devices-features-list li {
        padding: 1.5rem;
        background: var(--white);
        display: flex;
        gap: 20px;
        border-radius: 1.5rem;
        line-height: normal;
        align-items: center;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    }
        .devices-features-list li p {
            border-radius: 1.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            margin: 0;
            line-height: 1.2;
            color: #000000;
        }
        .devices-features-list li .device-feature-icon {
            min-height: 40px;
            min-width: 40px;
            border-radius: 50%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }


/*template-bulider section*/
.template-builder-sec .left-part img {
    max-width: 500px;
}

.template-builder-sec .heading-text {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 10px;
}
.template-builder-sec img{
    max-width:520px;
}

.template-builder-sec .section-left {
    width: 50%;
}

/*pricing plan*/
.pricing_pannel .pricing_block {
    text-align: left;
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    border: solid 2px #e1dbfc;
    position: relative;
    -webkit-box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
    -moz-box-shadow: 0px 10px 19px -1px rgba(234,230,254,1);
    box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transform:translate(0);
}

    .pricing_pannel .pricing_block .pkg_icon {
        text-align: left;
    }

.pricing_block h6 {
    font-weight: 800;
    color: #32236f;
    font-size: 1.25rem;
    margin: 10px 0 0;
}

.pricing_block .price {
    font-size: 45px;
    color: var(--primary-color);
    margin: 0px 0 15px 0;
    display: block;
    font-weight: 600;
    padding: 0;
    line-height:normal;
}

    .pricing_block .price span {
        font-size: 18px;
        font-weight: 400;
    }

.pricing_block .benifits_block {
    padding: 15px 0 0 0;
    border-top: solid 1px #c1c0d3;
}

.pricing_block .benifits li p {
    margin: 0;
    width: calc(100% - 20px);
    font-weight: 400;
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 14px;
}

.pricing_block .benifits li .icon {
    margin-right: 5px;
    width: 22px;
    height:auto;
}

.pricing_pannel .pricing_block.highlited_block {
    border: solid 2px var(--primary-color);
    overflow: hidden;
}

.pricing_block .benifits {
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}
    .pricing_block .benifits li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .pricing_block .benifits li p {
            margin: 0;
            padding: 0;
        }

        .pricing_block .benifits li .icon i {
            font-size: 1.35rem;
        }
        .pricing_block .benifits li .icon .ri-checkbox-circle-line {
            color: var(--primary-color);
        }

        .pricing_block .benifits li .icon .ri-close-circle-line {
            color: var(--red);
        }
.pricing_pannel .pricing_block .pkg_icon img {
    max-width: 90px;
    filter: drop-shadow(2px 2px 10px rgba(130, 111, 255, 0.4));
}
.pricing_block.highlited_block .offer {
    position: absolute;
    right: -30px;
    top: 22px;
    background-color: var(--primary-color);
    padding: 5px 30px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 13px;
    color: var(--white);
    transform: rotate(45deg);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing_pannel .pricing_block:hover {
    border-color: var(--primary-color);
    box-shadow: 0px 30px 49px 13px rgba(234, 230, 254, 1);
    transform: translateY(-12px);
}
.pricing-plan-section {
    padding-bottom: 0;
}

/*footer*/
.footer {
    padding: 50px 0 0;
    background: linear-gradient(to bottom, rgba(130, 111, 255, 0.9), rgba(77, 59, 179, 0.9));
}
.footer-logo img {
    max-width: 140px;
}
.footer-logo {
    margin-bottom: 0.5rem;
}
.footer h6 {
    color: #fff;
    font-weight: 600;
}

.footer ul {
    list-style: none;
    padding: 0;
}

    .footer ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        transition: 0.2s ease-in-out;
    }

    .footer ul li + li {
        margin-top: 5px;
    }

.footer .footer-links li a {
    position: relative;
}

    .footer .footer-links li a::after {
        position: absolute;
        bottom: -2px;
        height: 1px;
        width: 100%;
        background: #fff;
        content: '';
        left: 0px;
        width: 0px;
        transition: 0.2s ease-in-out;
    }

    .footer .footer-links li a:hover::after {
        width: 100%;
    }
.footer-about {
    font-weight: 400;
    color: var(--white);
    font-size: 0.85rem;
    max-width: 300px;
}
.footer .footer-copyright {
    border-top: 1px solid #7969dd;
    margin-top: 30px;
    padding: 6px 0;
    color: var(--white);
    font-size: 0.875rem;
    font-weight:600;
}
    .footer .footer-copyright a {
        color: var(--white);
    }

    /*contact us*/
.inner-page-banner {
    background: radial-gradient(circle at center, rgba(130, 111, 255, 0.15), transparent 70%), linear-gradient(to bottom, rgba(130, 111, 255, 0.05), rgba(77, 59, 179, 0.1));
    background-color: #f9f9ff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><rect width="40" height="40" fill="none" stroke="%23eaeaea" stroke-width="0.5"/></svg>'), radial-gradient(circle at center, rgba(130, 111, 255, 0.15), transparent 70%);
    background-size: 40px 40px, cover;
    background-repeat: repeat, no-repeat;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
    border-bottom: 1px solid rgb(130 111 255 / 10%);
}
 
.inner-page-banner .container{
    position:relative;
    z-index:1;
}
    .inner-page-banner .inner-banner-heading {
        font-weight: 900;
        text-transform: uppercase;
        color: #32236f;
        margin: 6px 0 0;
    }

    .inner-page-banner .inner-banner-subheading {
        max-width: 500px;
        margin: auto;
        font-weight:500;
    }
.badge-dark {
    background: #9685fe;
    color: #fff;
    font-weight:600;
}
.contact-us-section {
    padding: 4rem 0;
}