﻿.btn-outline-info {
    color: #11b0de !important;
    border-width: 3px;
    border-color: #11b0de !important;
    border-radius: 0;
    background-color: transparent !important;
}

    .btn-outline-info:hover,
    .btn-outline-info:focus,
    .btn-outline-info:active,
    .btn-outline-info.active,
    .btn-outline-info.dropdown-toggle.show {
        color: #fff !important;
        background-color: #11b0de !important;
        border-color: #11b0de !important;
    }

.btn-std-width {
    width: 240px;
}

.btn-short-width {
    width: 180px;
}

.me-md-4 {
    margin-right: 1.5rem;
}

/**********/
/* Banner */
/**********/
#integrations-banner {
    background-image: url(../../img/softwares/Integrations/banner/Integrations-Banner.png);
    background-position: left center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.integrations-header-banner {
    position: relative;
}

.integrations-header-banner h2 {
    font-weight: 900;
    color: #ffffff;
}

.integrations-header-banner p {
    color: #ffffff;
}

.integrations-header-banner .container {
    padding-top: 140px;
    padding-bottom: 180px;
}

/****************/
/* Integrations */
/****************/

#Integrations {
    background-color: #ededeb;
}

.card-integration {
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    border: none;
    max-width: 100%;
}

.card-integration a {
    color: #11b0de;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.card-integration a:hover {
    text-decoration: underline;
}

.intro-img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .intro-img {
        transform: scale(1.3);
    }
}

/*********/
/* cta-1 */
/*********/
#cta-1 {
    background-color: #2b348e;
    color: #ffffff;
}

/*************/
/* eCommerce */
/*************/

.card-eCommerce {
    background-color: #ededeb;
    width: 80%;
    align-items: center;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

.gradient-line {
    border: none;
    height: 3px;
    width: 85%;
    margin: 5px auto;
    background: linear-gradient(to right, #2f6bff, #00d4ff);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.list-icon {
    width: 20px;
    height: auto;
    object-fit: contain;
}

.grocery-shopping {
    padding: 30px 60px 30px 60px;
    color: #ffffff;
    background-color: black;
    border-radius: 12px;
    width: 60%;
    min-width: 400px;
}

/*****************/
/* Ai-Technology */
/*****************/

.image-rotator {
    position: relative;
    width: 100%; /* adjust */
    min-height: 420px; /* adjust */    
}

.image-rotator img {
    position: absolute;
    width: 95%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeRotate 10s infinite;        
}

.image-rotator img:nth-child(1) {
    animation-delay: 0s;
}

.image-rotator img:nth-child(2) {
    animation-delay: 3s;
}

@keyframes fadeRotate {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.Ai-Technology-grey {
    background-color: #ededeb;
    border-radius: 12px;
    padding: 20px 20px 30px 20px;
}

.AI-Technology-btn-1 {
    position: absolute;
    bottom: -15%;
    left: 55%;
}

/* Mobile (Bootstrap md breakpoint is 768px) */
@media (max-width: 767.98px) {
    .AI-Technology-btn-1 {
        left: 40%;
    }
}

.AI-Technology-btn-2 {
    position: absolute;
    bottom: -10%;
    left: 55%;
}

/* Mobile (Bootstrap md breakpoint is 768px) */
@media (max-width: 767.98px) {
    .AI-Technology-btn-2 {
        left: 40%;
    }
}