:root {
    --brand-primary: 64, 52, 158;
    --border-radius: 8px;
    --brand-secondary: 235, 32, 39;
}

body {
    line-height: 1.7;
}

.wrapper {
    width: 87%;
    margin: 0 auto;
}

.fw-600 {
    font-weight: 600 !important;
}

.color-primary {
    color: rgba(var(--brand-primary), 1) !important;
}

.color-secondary {
    color: rgba(var(--brand-secondary), 1) !important;
}

.btn {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: var(--border-radius) !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.btn .icon {
    font-size: 16px;
}

.btn-primary {
    background: rgba(var(--brand-primary), 1);
    border-color: 1px solid rgba(var(--brand-primary), 1);
    color: #fff;
}

.btn-primary:hover {
    background: rgba(var(--brand-primary), 0.1) !important;
    color: rgba(var(--brand-primary), 1) !important;
}

.btn-secondary {
    background-color: #ffffff00;
    color: #ffff;
    border: 1px solid #fff;
}

.btn-secondary-outline {
    background: #fff;
    color: #000;
    border: 1px solid #646464;
}

.btn-secondary-outline:hover {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.btn-secondary:hover {
    background: #fff;
    color: #000;
}

.btn:focus,
.btn:focus-visible,
.btn:focus-within {
    box-shadow: none !important;
    outline: none !important;
}

.grey {
    color: grey !important;
}

small {
    font-size: 13px !important;
}

.f-smaller {
    font-size: 12px !important;
}

.x-small {
    font-size: 11px !important;
}

/* --------header--------- */

header .logo {
    width: 140px;
}

header .navbar {
    background: #fff !important;
    padding: 15px 0px;
}

header .navbar-toggler {
    border: none;
    padding: 0;
}

header .navbar-toggler span {
    font-size: 30px;
}

header .navbar-toggler:focus,
header .navbar-toggler:focus-visible,
header .navbar-toggler:focus-within {
    outline: none;
    box-shadow: none;
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 500;
}

header .nav-item .dropdown-item {
    font-size: 13px;
}


/* --------Banner--------- */

.banner {
    background: url("../images/banner-bg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3.5rem 0;
    color: #fff;
}

.banner h1 {
    line-height: 1.3;
    margin: 1.5rem 0;
    font-size: 3.5rem;
}

.banner p {
    line-height: 1.8;
    font-size: 1rem;
}

.banner .banner-footer {
    padding-top: 3rem;
}

.banner-footer hr {
    padding-bottom: 3rem;
    max-width: 70%;
}

.banner .banner-footer .company-logos {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5rem 0;
}


.banner .banner-footer .company-logos img {
    width: 150px;
}


/* --------revolutionize--------- */

.revolutionize {
    padding: 5rem 0;
}

.revolutionize img {
    max-height: 380px;
    margin: 0 auto;
    display: block;
}

.revolutionize ul {
    margin-top: 1.5rem;
}

.revolutionize ul li {
    color: var(--bs-secondary-color) !important;
    margin-bottom: 1rem;
    font-size: 0.850rem;
}

/* --------offers--------- */

.offer {
    margin: 1.5rem 0;
}

.offer .cards .card {

    background: linear-gradient(134.16deg, #F8F8FF 100%, rgba(64, 52, 158, 0) 66.04%),
        linear-gradient(108.43deg, rgba(248, 248, 255, 0.972549) 3.53%, rgba(248, 248, 255, 0) 91.24%);
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(45deg, rgba(64, 52, 158, 0), 35%, rgba(64, 52, 158, 0)) 1;
    padding: 1.5rem;
    border-radius: var(--border-radius) !important;
    height: 100%;
    transition: 0.3s ease all;
    overflow: hidden;
}

.offer .cards .card:hover {
    background: linear-gradient(134.16deg, #F8F8FF 25.37%, rgba(64, 52, 158, 0) 66.04%),
        linear-gradient(108.43deg, rgba(248, 248, 255, 0.972549) 3.53%, rgba(248, 248, 255, 0) 91.24%);
    border-image: linear-gradient(63deg, rgba(64, 52, 158), 2%, rgba(64, 52, 43, 0)) 1;
    cursor: pointer;
}

.offer .cards .card .icon {
    width: 45px;
    height: 45px;
    background: rgb(239 237 255 / 20%);
    border: 2px dashed #40349e57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer .cards .card .icon span {
    font-size: 18px;
    color: rgba(var(--brand-primary), 1);
}


/* --------offers--------- */

.features {
    margin: 4.5rem 0 0 0;
}

.features .main-img-container {
    max-width: 850px;
    padding: 0 1.2rem;
    margin: 0 auto;
    display: block;
}


.divider {
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg, #40349E 50%, #EB2027 88.59%),
        linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}



/* --------icon-group--------- */


.icon-group {
    margin: 4.5rem 0;
}

.icon-group .icons {
    max-width: 500px;
    margin: 20px auto;
}

.icon-group .card {
    padding: 20px;
    text-align: center;
    border: none;
}

.icon-group .card .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 auto;
    background: #EFEDFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-group .card .icon span {
    color: rgba(var(--brand-primary), 1);
}



/* --------optimzation--------- */

.optimization {
    background: url("../images/optimization-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3.5rem 0;
    color: #fff;
}

.optimization h2 {
    background: linear-gradient(271.91deg, #40349E 7.12%, #EB2027 118.92%);
    width: fit-content;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.optimization .hoverable-area-1 .hoverable {
    border-left: 2px solid #b8b8b8;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px 0 10px 20px;
}

.hoverable p {
    max-height: 0px;
    transition: 0.3s ease all;
    overflow: hidden;
    margin-bottom: 0;
}

.hover-show-2 {
    display: none;
}

.hover-show-3 {
    display: none;
}

.main-hover-container-1:has(.hover-2:hover, .hover-3:hover) .hover-show-1 {
    display: none;
}

.main-hover-container-2:has(.hover-2:hover, .hover-3:hover) .hover-show-1 {
    display: none !important;
}

.main-hover-container-1:has(.hover-2:hover) .hover-show-2 {
    display: block;
}

.main-hover-container-1:has(.hover-3:hover) .hover-show-3 {
    display: block;
}

.main-hover-container-2:has(.hover-2:hover) .hover-show-2 {
    display: block;
}

.main-hover-container-2:has(.hover-3:hover) .hover-show-3 {
    display: block;
}

.hover-1 {
    border-left: 2px solid rgba(var(--brand-primary), 1) !important;
}

.hover-1 p {
    max-height: 300px;
}

.hover-2:hover {
    border-left: 2px solid rgba(var(--brand-primary), 1) !important;
}

.hover-2:hover+.hover-1 p {
    max-height: 0px !important;
}

.hover-2:hover p {
    max-height: 300px;
}

.hover-3:hover {
    border-left: 2px solid rgba(var(--brand-primary), 1) !important;
}

.hover-3:hover p {
    max-height: 300px;
}

.hoverable-area-1:has(.hover-2:hover, .hover-3:hover) .hover-1 {
    border-left: 2px solid #b8b8b8 !important;
}

.hoverable-area-1:has(.hover-2:hover, .hover-3:hover) .hover-1 p {
    max-height: 0px;
}

.hoverable-area-2:has(.hover-2:hover, .hover-3:hover) .hover-1 {
    border-left: 2px solid #b8b8b8 !important;
}

.hoverable-area-2:has(.hover-2:hover, .hover-3:hover) .hover-1 p {
    max-height: 0px;
}

.optimization .right .main-img-container {
    background: url("../images/optimization-main-img-bg.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 37px;
}

.optimization .hoverable-area-2 .hoverable {
    border-left: 2px solid #b8b8b8;
    margin-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
    padding: 10px 0 10px 20px;
}

.optimization .left .main-img-container {
    background: url("../images/optimization-main-img-bg.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 37px;
    margin: 20px 0;
}

.optimization .main-img-container img {
    border-radius: 8px !important;
}

/* --------unleash--------- */

.unleash {
    padding: 6.5rem 0;
}

.unleash .top-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 auto;
    background: #EFEDFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unleash .top-icon span {
    color: rgba(var(--brand-primary), 1);
}

.unleash .animate .main-img {
    width: 300px;
    display: block;
    margin: 0 auto;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.unleash .animate {
    position: relative;
    isolation: isolate;
    margin: 9rem 0 6rem 0;
}

.unleash .animate .main-line {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.unleash .animate .main-line .line {
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;

}

.unleash .animate .main-line .content .dot {
    width: 25px;
}

.unleash .animate .main-line .content {
    text-align: center;
    max-width: 200px;
    position: absolute;

}

.unleash .animate .main-line .content-1 {
    top: -15px;
    left: -60px;
}

.unleash .animate .main-line .content-2 {
    bottom: -10px;
    left: 60px;
}

.unleash .animate .main-line .content-3 {
    top: -15px;
    left: 180px;
}

.unleash .animate .main-line .content-4 {
    bottom: -10px;
    left: 300px;
}

.unleash .animate .main-line .content-5 {
    top: -15px;
    right: 300px;
}

.unleash .animate .main-line .content-6 {
    bottom: -10px;
    right: 180px;
}

.unleash .animate .main-line .content-7 {
    top: -10px;
    right: 110px;
}


.unleash .animate .main-line .content-8 {
    bottom: -10px;
    right: -30px;
}

.animate .main-line .content p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
    display: none;
}

.animate .main-line .content-1:hover p {
    max-height: 300px;
}

.animate .main-line .content-2:hover p {
    max-height: 300px;
}

.animate .main-line .content-3:hover p {
    max-height: 300px;
}

.animate .main-line .content-4:hover p {
    max-height: 300px;
}


.unleash .animate .main-line .content .inner-line {
    width: 2px;
    height: 60px;
    background-color: #e7e7e7;
    margin: 0 auto;
}

.unleash .animate .main-line .content .icon-container {
    padding: 0px;
    background-color: rgba(var(--brand-primary), 0.1);
    border-radius: 50%;
    width: fit-content;
    isolation: isolate;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.unleash .animate .main-line .content:hover .icon-container {
    animation: paddingAnimation 2.5s linear infinite;
}

.unleash .animate .main-line .content:hover .icon-container .icon {
    border: 0px solid rgba(var(--brand-primary), 1);
    transition: 0.3s ease all;
}

@keyframes paddingAnimation {
    0% {
        padding: 0px;
    }

    50% {
        padding: 15px;
        /* Adjust the padding value as needed */
    }

    100% {
        padding: 0px;
    }
}

.unleash .animate .main-line .content .icon-container .icon {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(var(--brand-primary), 0.1);
    border-radius: 50%;
    border: 1px solid rgba(var(--brand-primary), 1);
}

.unleash .animate .main-line .content .icon-container .icon span {
    color: rgba(var(--brand-primary), 1);
}

.unleash h5 {
    background: linear-gradient(271.91deg, #40349E 7.12%, #EB2027 118.92%);
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* --------join-business--------- */

.join-business {
    background: url("../images/last-section-with-screen.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.5rem 0;
    color: #fff;
}

.join-business .main {
    text-align: end;
    margin-left: auto;
    color: #fff;
}


/* --------Contact--------- */

.contact-us .wrapper {
    min-height: 300px;
}

.contact-us p {
    margin-bottom: 20px;
    line-height: 1.5;
}

/* --------Contact--------- */





/* --------features--------- */
.features .wrapper {
    padding-bottom: 5rem;
}

.features .cards .card .icon {
    border: 0;
    background: transparent;
}

.features .cards .card .icon span {
    background: -webkit-linear-gradient(#40349e, #EB2027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px !important;
}

.features .cards .card {
    background: transparent;
}

/* --------features--------- */







/* --------request demo--------- */
.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-header .btn-close {
    background-color: rgb(64 52 158 / 10%);
    font-size: 10px;
    color: #40349e !important;
    border-radius: 50%;
    background-size: 8px;
}


/* --------request demo--------- */





/* --------contact--------- */

.contact-section {
    max-width: 1080px;
    margin: 0 auto;
    padding: 5rem 1rem;
    box-sizing: content-box;
}

.contact-section .contact-box-wrapper .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 40px;
    background-color: #fff;
    border: 1px solid #eaf0f6;
    border-radius: 6px;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.05);
}

.contact-section .contact-box-wrapper .contact-box .icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#1e3c72, #2a5298, #6dd5ed, #2193b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section  .contact-box-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
}

 .contact-section .contact-box-wrapper .contact-box-item {
    margin-bottom: 24px;
}

.contact-section .contact-box-wrapper .contact-box-item.title {
    font-weight: 600;
    color: #2e475d;
    font-weight: bold;
}

.contact-section .contact-box-wrapper .contact-box-item .address,
.number {
    color: #2e475d;
    margin-bottom: 1rem;
}
/* --------contact--------- */






/* --------footer--------- */


footer {
    background: #000;
    color: #fff;
    padding: 3rem 0 2rem 0;
}

footer .logo {
    width: 150px;
}

footer nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

footer nav ul li {
    margin-left: 0;
}

footer nav ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

footer .rights {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #777777;
    padding-top: 25px;
    margin-top: 28px;
}

footer .social {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .social svg {
    width: 15px;
    height: 15px;
}
/* --------footer--------- */






