body, html {
    overflow-x: hidden;
}

#features-and-products{
    background-color: #F5F7FF;
}
.hero-sec{
    overflow: hidden;
    background: #F5F7FF;
    padding: 80px 0;
}
.h1-hero{
    color: #333;
    font-family: Inter;
    font-size: 4rem;
    font-weight: 700;
    text-transform: capitalize;
}
.h1-hero span{
    color: #1B4DFF;
}
.btn-start-hero{
    overflow: hidden;
    padding: 15px 54px;
    border-radius: 8px;
    background:#1B4DFF;
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.btn-start-hero-2{
    overflow: hidden;
    padding: 15px 54px;
    border-radius: 8px;
    border: 2px solid  #1B4DFF;
    color: #1B4DFF;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.carousel-indicators .active{
    background-color: #1B4DFF ;
}
.premium-img{
    background-color: #F5F7FF;
}
.btn-start-hero:hover{
    background:  #1B4DFF;
    border: 1px solid #1B4DFF;
    color:#fff;
}
.desc-hero{
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 31px; */
    line-height: 2.1rem;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.powerd{
    color: #333;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    /* margin-top: 30px; */
    margin-top: 2.1rem;
}
.carousel-item {
    width: 100%;
}
.banner{
    width: 90%;
    /* margin-left: 50px; */
    margin: auto;
}
/* .img-fluid .icons{
width: 45%;
text-align: center;
margin-left: 50px;
} */
.technology{
    background: #fff;
    padding: 85px 0;
}
.heading-sec{
    color: #000;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.desc-sec{
    color:  #8C8C8C;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.tech-item{
    border-radius: 25px;
    border: 1px solid  #8C8C8C;
    padding: 20px;
    /* padding: 25px; */
    color: #333;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    /* font-weight: 400; */
    line-height: normal;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}
.tech-item:hover{
    background: #3789f2;
    border-color: #3789f2;
    color: #fff;
}

/* .tech- img{
    display: block;
    align-items: center !important;
    justify-items:center !important;
    justify-content: center !important;
    height: auto;
} */

/* .tech-m-left{
    margin-left: 60px;
}
.tech-m-right{
    margin-right: 60px;
}
.tech-m-l-{
    margin-left: -70px;
} */

/* .tech-m-left,
.tech-m-right,
.tech-m-l- {
    margin-left: 0; 
    margin-right: 0;
} */

@media (min-width: 768px) {
    .tech-m-left {
        margin-left: 3.75rem;
    }

    .tech-m-right {
        margin-right: 3.75rem;
    }

    .tech-m-l-{
        margin-left: -4.375rem;
    }

    .tech-item{
        font-size: 1.3rem;
    }
    
}

@media (min-width: 768px) and (max-width:1120px) {
    .tech-m-left {
        margin-left: 1.75rem;
    }

    .tech-m-right {
        margin-right: 1.75rem;
    }

    .tech-m-l-{
        margin-left: -2.375rem;
    }
    .tech-item{
        font-size: 0.7rem !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .tech-item {
        font-size: 0.9rem;
    }
}
/* @media (min-width: 920) {
    .tech-item{
        font-size: 0.3rem;
    }
} */

/* .img-fluid {
    max-width: 100%; 
    height: auto;
    display: block; 
} */

.chatbot_integration{
    background: #F5FFFC url("../images/int-bg.png") 46px -100px no-repeat;
    padding: 70px 0;
}
.span-int{
    color:  #3789f2;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.hedding-integration-h4{
    color: #126de4;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.desc-integration{
    color:  #8C8C8C;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    text-transform: capitalize;
}

.premium{
    padding: 130px 0;
    background: #FFF;
}
.heading-premium{
    color:  #333;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}
.heading-premium span{
    color: #3789f2;
}
.premium-item{
    padding: 25px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #fff;
    margin-bottom: 45px;
}
.premium-item-heading{
    color: #000;
    font-family: Inter;
    font-size: 1.5rem;
    /* font-weight: 500; */
    text-transform: capitalize;
    /* margin-top: 30px; */
    margin-top: 1.8rem;
}
.premium-item-desc{
    /* color: #8C8C8C; */
    font-family: Inter;
    font-size: 1rem;
    /* font-weight: 400; */
    text-transform: capitalize;
}

.plans{
    background: #E4F3FF;
    padding: 110px 0;
}
.plan-item{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #379EF0;
}
.price{
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.amount{
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}
.time{
    color:  #333;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
}

.list-feat li{
    color:  #333;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.plan-item:hover{
    background: #379EF0;
    color: #fff;
}
.plan-item:hover .time{
    color: #fff;
}
.icon-true{
    background: url("../images/right-arrow.png") 0 7px no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 30px 29px 0 0;
}
.plan-item:hover .icon-true{
    background: url("../images/right-arrow-h.png") 0 7px no-repeat;
}
.icon-false{
    background: url("..//images/false.png") 0 7px no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 30px 29px 0 0;
}
.plan-item:hover .chose-plan{
    border: 1px solid #fff;
}
.chose-plan{
    overflow: hidden;
    padding: 15px 54px;
    border-radius: 8px;
    background:  #3789f2;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}
.chose-plan:hover{
    background:  #fff;
    color:#000;
}
.footer{
    overflow: hidden;
    padding: 35px 0;
    background:  #333;
}
.footer-logo{
    color:  #3789f2;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}
.footer-list li a{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-list li a:hover, .footer-list li a:focus, .footer-list li a:active{
    color:  #3789f2;
}
.footer-list{
    margin: 0;
}
.footer-social{
    margin: 0;
}



/* Strat chat box css */

/* Animations */
@keyframes slideIn {
0% {
transform: translateX(150%) scale(1.02);
}

75% {
transform: translateX(-20%) scale(0.9) ;
}

100% {
transform: translateX(0) scale(1);
}
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    75% {
        opacity: 0.8;
        transform: scale(1.05) ;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* responsive */
@media (min-width:320px) and (max-width:768px) {
    .btn-login, .btn-register{
        display: block;
        margin-bottom: 10px;
    }
    .tech-m-l-, .tech-m-right, .tech-m-left{
        margin-left: 0;
        margin-right: 0;
    }
    .h1-hero{
        margin: 0;
        font-size: 40px;
    }
    .span-int{
        margin-top: 0;
    }
}

.title{
    text-align: center;
    margin-bottom: 40px;
}
.homecard{
    width: 546px;
    border: none;
    border-radius: 12px;
    background-color: #fff;
}
h4{
    margin-top: 20px;
    text-align: center;
    color: #5199eb;
}
.imag{
    margin-bottom: 7rem;
    border-radius: 12px;
}
.ai-imag{
    border-radius: 8px;
    height: 65vh;
}

/* Cards */ 
h2 {
    font-size: 2.25rem;
    font-family: var(--font-title);
    color: var(--white);
    line-height: 1.1;
}

p {
    font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.5;
    color: var(--white);
}

.flow > * + * {
    margin-top: var(--flow-space, 1em);
}

/* CARD COMPONENT */

.homecard {
    display: grid;
    place-items: center;
    width: 546px;
    max-width: 40rem;
    height: 28.125rem;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.homecard > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.homecard__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.homecard__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 70%;
    padding: 12% 1.25rem 1.875rem;
    background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
    );
}

.homecard__content--container {
--flow-space: 1.25rem;
}

.homecard__title {
color: #fff;
position: relative;
width: fit-content;
width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.homecard__title::after {
content: "";
position: absolute;
height: 0.3125rem;
width: calc(100% + 1.25rem);
bottom: calc((1.25rem - 0.5rem) * -1);
left: -1.25rem;
background-color: var(--brand-color);
}
.homecard__description{
color: #fff;
}
p{
margin-bottom: 0;
}
.homecard__button {
padding: 0.75rem;
width: fit-content;
width: -moz-fit-content; /* Prefijo necesario para Firefox  */
font-variant: small-caps;
font-weight: bold;
border-radius: 0.45em;
border: none;
background-color: #06b7f1;
font-family: var(--font-title);
font-size: 1.125rem;
color: var(--black);
}
.homecard__button .price{
padding: 0.75rem;
width: fit-content;
width: -moz-fit-content; /* Prefijo necesario para Firefox  */
font-variant: small-caps;
font-weight: bold;
border-radius: 0.45em;
border: solid 1px #E4F3FF;
font-family: var(--font-title);
font-size: 1.125rem;
color: var(--black);
}

.homecard__button:focus {
outline: 2px solid black;
outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
    .homecard__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
    }

    .homecard__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
    }

    .homecard__background {
    transition: transform 500ms ease-in;
    }

    .homecard__content--container > :not(.homecard__title),
    .homecard__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
    }

    .homecard:hover,
    .homecard:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
    }

    .homecard:hover .homecard__content,
    .homecard:focus-within .homecard__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
    }

    .homecard:focus-within .homecard__content {
    transition-duration: 0ms;
    }

    .homecard:hover .homecard__background,
    .homecard:focus-within .homecard__background {
    transform: scale(1.3);
    }

    .homecard:hover .homecard__content--container > :not(.homecard__title),
    .homecard:hover .homecard__button,
    .homecard:focus-within .homecard__content--container > :not(.homecard__title),
    .homecard:focus-within .homecard__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
    }

    .homecard:hover .homecard__title::after,
    .homecard:focus-within .homecard__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
    }
}

/* Strat chat box css */

/* Animations */
@keyframes slideIn {
0% {
transform: translateX(150%) scale(1.02);
}

75% {
transform: translateX(-20%) scale(0.9) ;
}

100% {
transform: translateX(0) scale(1);
}
}

@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.5);
}

75% {
opacity: 0.8;
transform: scale(1.05) ;
}

100% {
opacity: 1;
transform: scale(1);
}
}

.imag{
    height: 48vh;
    width: 400px;
}
.ai-imag{
    border-radius: 8px;
    height: 65vh;
}

.dropdown {
    position: relative;
    cursor: pointer;
    max-width: 400px;
    padding-left: 110px;
    color: #333;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
    /*margin-left: 265px;*/
}

.dropdown__window {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 260px;
    top: 45px;
    z-index: 12;
    overflow: hidden;
    display: none;
    visibility: hidden;
    border-radius: 20px;
}
.dropdown__window--active {
    display: block;
    visibility: visible;
    margin-left: 35px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.dropdown__window>* {
    font-size: 14px;
    cursor: pointer;
    display: block;
    padding: 1rem 0 1rem 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}



