@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

.f-300 {
    font-weight: 300;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.f-600 {
    font-weight: 300;
}

.f-300 {
    font-weight: 600;
}

.f-700 {
    font-weight: 700;
}

.f-900 {
    font-weight: 900;
}
.f-12{
    font-size: 12px;
    line-height: 26px;
}
.f-14{
    font-size: 14px;
    line-height: 25px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
    line-height: 30px;
}
.f-20{
    font-size: 20px;
    line-height: 32px;
}
.f-23{
    font-size: 23px;
    line-height: 34px;
}
.f-24{
    font-size: 24px;
    line-height: 34px;
}
.f-28{
    font-size: 28px;
    line-height: 40px;
}
.f-32{
    font-size: 32px;
    line-height: 38px;
}
.f-40 {
    font-size: 40px;
}
.f-48{
    font-size: 48px;
    line-height: 70px;
    letter-spacing: normal;
}

.f-poppins {
    font-family: 'Poppins';
    letter-spacing: normal;
}

.f-raleway {
    font-family: 'Raleway';
    letter-spacing: normal;
}
.fff{
    color: #fff;
}
.dark{
    background-color: #000000 !important;
}
.p-200{
    padding: 200px 0px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pl-20{
    padding-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.w-30{
    width: 30%;
}
.h-30{
    height: 30px;
    object-fit: contain;
}
.w-20{
    width: 20%;;
}
.right{
    text-align: right;
}
.bg-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.radius{
    border-radius: 32px;
    height: 306px;
    object-fit: cover;
}
body{
    background-color: #030115;
}
.web-logo{
    width: 25%;
}
.signin-btn,
.gradient-border-btn {
    border: none;
    background-color: transparent;
    color: #fff;
}

.emvo-btn {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.emvo-btn:hover{
    transform: scale(1.04) !important;
}
.gradient-border-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #7286FF 0%, #FE7587 100%);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s ease-in-out;
}
.gradient-border-btn:hover {
    background: linear-gradient(90deg, #7286FF 0%, #FE7587 100%);
    color: #fff;
    transform: scale(1.04);
}

.gradient-border-btn:hover::before {
    opacity: 0;
}

/* Header */
.navbar {
    padding: 10px;
    background-color: #030115;
}

.hero-section {
    height: 100vh;
    background: linear-gradient(180deg, #030115 15%, #200D42 36.21%, #4F21A1 68.68%, #A46EDB 86.54%);
    background-size: 200% 200%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    animation: gradientMove 10s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 30% 0%;
    }
    50% {
        background-position: 30% 50%;
    }
    100% {
        background-position: 50% 0%;
    }
}

/* .hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
} */
.signin-btn:hover {
    background: linear-gradient(90deg, #7186FF 11%, #FE7587 100%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text {
    background: linear-gradient(90deg, #7186FF 11%, #FE7587 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.second-sec-clip-path {
    position: absolute;
    top: -110px;
    width: 100%;
    /* height: 100px;
    background: linear-gradient(0deg, #030115 25%, #030115 25%, #9560EB 97%);
    clip-path: ellipse(55% 50% at 50% 50%);
    z-index: 0; */
}
.about-emvo{
    position: relative;
    z-index: 1;
}
.why-emvo-gradient-text {
    background: linear-gradient(90deg, #7186FF 45%, #FE7587 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-card {
    padding: 50px;
    background: radial-gradient(60.33% 513.1% at 55.95% -290.48%, #44217B 0%, #030115 100%);
    border: 1px solid #525252;
    border-radius: 32px;
    transition: transform 0.3s ease-in-out;
    height: 298px;
}
.feature-card:hover{
    transform: scale(1.07) !important;
}
.feature-card .feature-badge {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7300FF;
    border-radius: 32px;
}
.feature-industry {
    padding: 31px 50px;
    background: radial-gradient(60.33% 513.1% at 55.95% -290.48%, #44217B 0%, #030115 100%);
    border: 1px solid #525252;
    border-radius: 32px;
    transition: transform 0.3s ease-in-out;
}
.feature-idustry-img img{
    transition: transform 0.3s ease-in-out;
    height: 212px;
    object-fit: cover;
}
.feature-industry:hover, .feature-idustry-img img:hover{
    transform: scale(1.04) !important;
}
.nav-tabs-industry .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #7286FF 0%, #FE7587 100%) !important;
    border: none;
    border-radius: 20px;
    color: #000000;
}
.nav-tabs-industry .nav-tabs .nav-link:hover{
    background: linear-gradient(90deg, #7286FF 0%, #FE7587 100%) !important;
    border: none;
    border-radius: 20px;
    color: #000000;
}
.nav-tabs-industry .nav-tabs .nav-link:focus{
    border: none !important;
}
.nav-tabs-industry .nav-tabs .nav-link{
    color: #fff;
    padding: 8px 30px;
}
.nav-tabs-industry .nav-tabs {
    border: none !important;
    padding-bottom: 30px;
}
.showcase-emvo-ai {
    padding: 50px 150px 120px 150px;
    background-color: #000;
    border: 1px solid #525252;
    border-radius: 24px;
}
.our-partnership-section .tab-content{
    width: 80%;
    margin: 0 auto;
}
.slick-arrow {
    display: none !important;
}
.slick-dots li button:before{
    font-size: 13px !important;
    color: #fff !important;
}
.slick-dots li.slick-active button:before{
    color: #9351E2 !important;
    font-size: 16px !important;
}
.slick-dots{
    bottom: -60px !important;
}
.our-client-section .carousel-item .row {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
/* #carouselExampleFade{
 background-image: url(../images/Ellipse7.png);
 width: 100%;
 height: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
} */
.accordion-item {
    background: none;
    border: none;
}

.accordion-button {
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px;
    font-weight: 500;
    font-family: 'Poppins';
}

.accordion-button::after {
    content: "+";
    font-size: 32px;
    font-weight: normal;
    color: #7B61FF;
    margin-left: auto;
    background-image: none;
    transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    background-image: none;
    /* padding: 25px 0px; */
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background-color: transparent;
    color: white;
    padding: 24px 12px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Poppins';
}
#faqAccordion {
    width: 60%;
    margin: 0 auto;
}
.get-instance-access .left-side-img{
    position: absolute;
    top: -300px;
    left: 0;
}
.right-side-img {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.form-fileds input {
    background-color: #443c59;
    padding: 8px 18px;
    border: none;
    border-radius: 10px;
}
.form-fileds input::placeholder{
    font-family: 'Poppins';
    font-size: 15px;
    counter-reset: #fff;
}
input:focus-visible{
    outline: none !important;
}
.get-access-btn {
    background-color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 10px;
    font-family: 'Raleway';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
}
footer {
    background-color: #000;
    padding: 15px 0px;
}
.testimonial-container {
    width: 100%;
    max-width: 40rem;
    padding: 2rem;
}
.content-container {
    position: relative;
    width: 100%;
    height: 35rem;
    perspective: 1000px;
}
.testimonial-content-item {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 
    0px -36px 30px 0px #8C45FF inset, 
    0px -36px 44px 0px #FAC7FF inset, 
    0px -106px 84px 0px #5308CE99 inset;
    background-color: #0C0512;
    border-radius: 50%;

}
.arrow-buttons {
    display: flex;
    gap: 1rem;
    padding-top: 3rem;
    justify-content: center;
}
.arrow-button {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
}
.arrow-button:hover {
    background-color: #00a6fb;
}
.arrow-button:hover svg {
    fill: #9352E2;
}
.prev-button:hover svg {
    fill: #9352E2;
}
.next-button:hover svg {
    fill: #9352E2;
}
#next-button svg {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .arrow-buttons {
        padding-top: 0;
    }
}
.rotation360{
    animation: animName 6s linear infinite;
    width: 25%;
}
@keyframes animName {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* .showcase-emvo-img {
    animation: rotateSphere 8s linear infinite;
}
@keyframes rotateSphere {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(-360deg);
    }
} */
.our-client-section .carousel-indicators [data-bs-target], .emvo-card-section .carousel-indicators [data-bs-target]{
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.our-client-section .carousel-indicators .active, .emvo-card-section .carousel-indicators .active{
    background-color: #9351E2 !important;
    width: 15px;
    height: 15px;
}
.our-client-section .carousel-indicators{
    margin-bottom: -20px;
    align-items: center;
}
.emvo-card-section .carousel-indicators{
    align-items: center;
    bottom: -70px;
}
.btn-icon::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
    color: #7B61FF;
    font-weight: bold;
}
.btn-icon:hover::after {
    transform: translateX(8px);
    color: #fff;
}
.custm-indusrty {
    background: radial-gradient(60.33% 513.1% at 55.95% -290.48%, #44217B 0%, #0C0512 100%);
    border-radius: 32px;
    padding: 15px 30px;
}
.cust-industry-form-container {
    padding-right: 150px;
}
.form-control::placeholder {
    font-size: 14px;
    color: #8D95A4;
    font-family: 'Poppins';
}
.form-control {
    background: radial-gradient(60.33% 513.1% at 55.95% -290.48%, #44217B 0%, #030115 100%);
    border: 1px solid #525252;
    border-radius: 16px;
    padding: 8px 18px;
    color: #fff;
    font-family: 'Poppins';
}
.calling-img {
    width: 17%;
    position: relative;
    top: 45px;
    right: 130px;
    height: 190px;
    object-fit: cover;
}
video{
    width: 60%;
    border-radius: 32px;
}
.ml-lg-30{
    margin-left: 30px;
}
.desktop-none{
    display: none;
}
.proof-pudding-section, .emvo-card-section{
    overflow: hidden;
}
/*Contact page css*/
.contact-hero-section{
    margin: 120px 0px 50px;
}
.contact-hero-section .inner-contact-data {
background: radial-gradient(60.5% 513.1% at 55.95% -290.48%, #44217B 0%, #0C0512 100%);
border-radius: 32px;
border: 1px solid #525252;
padding: 25px 50px;
}
.form-control:focus{
    box-shadow: none;
    color: #fff;
    font-family: 'Poppins';
}

@media (min-width: 1200px) and (max-width: 1399.99px){
    .feature-idustry-img img {
        height: 212px;
        object-fit: cover;
        border-radius: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1199.99px){
    .feature-card{
        height: 370px;
    }
    .feature-idustry-img img {
        height: 246px;
        object-fit: cover;
        border-radius: 32px;
    }
}
@media (max-width: 991.99px){
    video{
        width: 100%;
    }
    .f-48 {
        font-size: 38px;
        line-height: 48px;
    }
    .showcase-emvo-ai{
        padding: 50px;
    }
    .get-instance-access .right-side-img, .get-instance-access .left-side-img{
        display: none;
    }
    .testimonial-container {
        max-width: 30rem;
    }
    .testimonial-content-item{
        padding: 50px;
    }
    .calling-img {
        right: 100px;
        height: 150px;
    }
}
@media (min-width: 768.99px) and (max-width: 991.99px){
    .feature-idustry-img img {
        height: 280px;
        object-fit: cover;
        border-radius: 32px;
    }
}
@media (max-width: 767.99px){
    .p-200{
        padding: 0px 0px 100px 0px;
    }
    .f-48{
        font-size: 28px;
        line-height: 40px;
    }
    .right{
        text-align: left;
    }
    .cust-industry-form-container{
        padding-right: 0px;
    }
    .second-sec-clip-path {
        top: -45px;
    }
    .desktop-none{
        display: block !important;
    }
    .mobilee-none{
        display: none !important;
    }
    .industry-section .tab-pane .row, .our-client-section .carousel-item .row {
        gap: 30px;
    }
    .feature-idustry-img img{
        height: auto;
    }
    .content-container{
        height: 25rem;
    }
    .testimonial-content-item {
        padding: 15px;
        border: 1px solid #525252;
        border-radius: 32px;
        box-shadow: none;
        background: radial-gradient(60.33% 513.1% at 55.95% -290.48%, #44217B 0%, #030115 100%);
    }
    .testimonial-container{
        padding: 0px;
    }
    .explore-emvo-now img {
        width: 100%;
    }
}
@media (max-width: 575px){
    .ml-lg-30{
        margin-left: 0px;
    }
    .p-xs-3{
        padding: 1.5rem;
    }
    .d-sm-none{
        display: none;
    }
    .f-40{
        font-size: 32px;
    }
    .mobile-none{
        display: none;
    }
    .f-32{
        font-size: 28px;
    }
    .f-20 {
        font-size: 18px;
        line-height: 27px;
    }
    #faqAccordion {
        width: 90%;
        margin: 0 auto;
    }
    .f-28{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 385.99px){
    .ml-lg-30{
        margin-top: 20px;
    }
}
@media (max-width: 377.99px){
    .get-access-btn{
        margin-top: 20px;
    }
}