/* Vista Homepage Frontend Styles - Exact designer CSS */

/* home hero banner css start */
.home-hero-banner {
    position: relative;
    height: calc(100vh - 64px);
    max-height: 970px;
    min-height: 520px;
    padding: 10rem 0;
    padding: clamp(5rem, 8vw + 1rem, 10rem);
    position: relative;
    text-align: center;
}
.home-hero-banner .container .banner-text h1 {
    font-size: 7rem;
    line-height: 110%;
    font-weight: 300;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    color: #1A1A35;
    margin-bottom: 2.3rem;
}
.home-hero-banner .container .banner-text p {
    font-size: 1.8rem;
    line-height: 140%;
    margin: auto;
    margin-bottom: 2.5rem;
    max-width: 50%;
    max-width: clamp(100%, 50vw, 650px);
    font-size: clamp(1.6rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.6rem, 2.9vw + 1rem, 3.2rem);
}
@media (max-width: 767px) {
    .home-hero-banner {
        padding: 4.8rem 0 0;
    }
    .home-hero-banner .container .banner-text h1 {
        margin-bottom: 3.4rem;
        font-size: 4rem;
        line-height: 4.4rem;
    }
    .home-hero-banner .container .banner-text p {
        max-width: 100%;
        margin-bottom: 3.4rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .home-hero-banner .container .banner-text p br {
        display: none;
    }
}
/* home hero banner css end */

/* home logo carousel css start */
.logo-carousel {
    padding: 6rem 0 5rem; 
    background-color: #F5F5F7;
}
.logo-carousel .carousel-heading {
    color: #7B7B87;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 1.6rem 0;
  white-space: nowrap;
  position: relative;
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  margin: 0 3rem;
}
/* logo carousel css end */

/* home theme background wrapper css start */
.home-theme-background-wrapper {
    background: linear-gradient(136.78deg, #2A275D 0%, #1A1A35 49.02%, #2E2B66 99.93%);
    padding: 13.6rem 0 12rem;
    color: #fff;
}
.home-theme-background-wrapper .header-part h2 {
    font-size: 7rem;
    line-height: 110%;
    font-weight: 300;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    text-align: center;
    margin-bottom: 2.4rem;
}
.home-theme-background-wrapper .header-part p {
    font-size: 1.8rem;
    line-height: 130%;
    font-size: clamp(1.6rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.2rem, 2.6vw + 1rem, 3.5rem);
    text-align: center;
    margin: auto;
    margin-bottom: 0;
}
.home-theme-background-wrapper .card-holder {
    margin-top: 6rem;
    padding-right: 2.2rem;
}
.home-theme-background-wrapper .row [class*="col-"]:nth-child(even) .card-holder {
    padding-right: 0;
    padding-left: 2.2rem;
}
.home-theme-background-wrapper .card-holder img {
    margin-bottom: 2.2rem;
}
.home-theme-background-wrapper .card-holder h4 {
    font-size: 2.4rem;
    line-height: 130%;
    font-size: clamp(2.4rem, 2.6vw + 1rem, 3rem);
    line-height: clamp(3.2rem, 3.5vw + 1rem, 4rem);
    font-weight: 600;
    margin-bottom: 2.2rem;
}
.home-theme-background-wrapper .card-holder p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-size: clamp(1.6rem, 1.9vw + 1rem, 2rem);
    line-height: clamp(2.2rem, 2.6vw + 1rem, 2.8rem);
    margin-bottom: 0;
}
.home-theme-background-wrapper .home-explore-cta {
    margin-top: 10rem;
}

@media (max-width: 767px) {
    .home-theme-background-wrapper {
        padding: 6rem 0 6rem;
    }
    .home-theme-background-wrapper .header-part {
        margin-bottom: 4rem;
    }
    .home-theme-background-wrapper .header-part h2 {
        margin-bottom: 3.2rem;
    }
    .home-theme-background-wrapper .header-part h2 br {
        display: none;
    }
    .home-theme-background-wrapper .header-part p {
        font-size: 1.6rem;
    }
    .home-theme-background-wrapper .card-holder {
        margin-top: 4rem;
        padding-right: 0;
    }
    .home-theme-background-wrapper .row [class*="col-"]:nth-child(even) .card-holder {
        padding-right: 0;
        padding-left: 0;
    }
    .home-theme-background-wrapper .card-holder h4 {
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-bottom: 2rem;
    }
    .home-theme-background-wrapper .home-explore-cta {
        margin-top: 8rem;
    }
}
/* home theme background wrapper css end */

/* home results wrapper css start */
.home-results-wrapper {
    padding: 16rem 0 13rem;
    text-align: center;
}
.home-results-wrapper .header-part {
    margin-bottom: 5.8rem;
}
.home-results-wrapper .header-part p {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 140%;
    font-size: clamp(2.4rem, 2.9vw + 1rem, 3.3rem);
    line-height: clamp(3.4rem, 3.7vw + 1rem, 4.2rem);
    margin-bottom: 0;
    color: #6357EA;
}
.home-results-wrapper .header-part h2 {
    font-size: 7rem;
    line-height: 110%;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    font-weight: 300;
    max-width: 90rem;
    max-width: clamp(100%, 90vw, 100rem);
    margin: auto;
    margin-top: 1.2rem;
    margin-bottom: 0;
}
.home-results-wrapper .header-part img {
    margin-top: 4.5rem;
}
.home-results-wrapper .card-holder {
    padding: 3rem 1.7rem;
    border-radius: 3.2rem;
    background: linear-gradient(111.81deg, rgba(99, 87, 234, 0.08) 0.57%, rgba(99, 87, 234, 0.2) 99.29%);
    box-shadow: 42.3px 52.87px 84.6px 0px #0000000D;
    backdrop-filter: blur(63.45px);
    border: 1px solid #fff;
    height: 100%;
}
.home-results-wrapper .card-holder h4 {
    font-size: 7.6rem;
    line-height: 120%;
    font-size: clamp(8.6rem, 6.8vw, 9rem);
    line-height: clamp(10rem, 7.5vw, 10.8rem);
    color: #6357EA;
    font-weight: 400;
    margin-bottom: 0;
}
.home-results-wrapper .card-holder p {
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0;
}
.home-results-wrapper .home-results-cta {
    margin-top: 6rem;
}

@media (max-width: 767px) {
    .home-results-wrapper {
        padding: 6rem 0 5rem;
    }
    .home-results-wrapper .header-part {
        margin-bottom: 4.8rem;
    }
    .home-results-wrapper .header-part h2 {
        margin-top: 1.6rem;
    }
    .home-results-wrapper .header-part img {
        margin-top: 4.8rem;
    }
    .home-results-wrapper .card-holder {
        margin-bottom: 2.4rem;
        height: auto;
        padding: 4rem 1.7rem 3.8rem;
    }
    .home-results-wrapper .card-holder p {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
    .home-results-wrapper .home-results-cta {
        margin-top: 2.4rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px)  {
    .home-results-wrapper .card-holder h4 {
        font-size: 6rem;
        line-height: 8rem;
    }
}
/* home results wrapper css end */

/* home build expand css start */
.home-buid-expand-wrapper {
    padding: 10rem 0;
    background-image: url('../img/home-build.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 72.2rem;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}
.home-buid-expand-wrapper .header-part h2 {
    font-size: 7rem;
    line-height: 110%;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    font-weight: 300;
    margin-bottom: 3.6rem;
    margin-top: 0;
}
.home-buid-expand-wrapper .header-part p {
    font-size: 2.2rem;
    line-height: 130%;
    font-size: clamp(1.6rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.4rem, 2.6vw + 1rem, 3rem);
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .home-buid-expand-wrapper {
        background-image: url('../img/home-build-mobile.png');
        background-size: cover;
        min-height: 70rem;       
        background-position: 85% 0px;
    }
    .home-buid-expand-wrapper .header-part h2 {
        margin-bottom: 3.2rem;
        padding: 0 3.2rem;
    }
    .home-buid-expand-wrapper .header-part p {
        padding: 0 3.2rem;
    }
}
/* home build expand css end */

/* home news listing css start - using newsroom card design */
.category-wise-listing.home-news-listing {
    padding: 15rem 0;
    background-color: #F5F5F7;
}
.category-wise-listing.home-news-listing .header-part {
    text-align: center;
    margin-bottom: 3rem;
}
.category-wise-listing.home-news-listing .header-part p {
    font-size: 2.6rem;
    line-height: 140%;
    font-size: clamp(2.4rem, 2.9vw + 1rem, 3.3rem);
    line-height: clamp(3.4rem, 3.7vw + 1rem, 4.2rem);
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #6357EA;
}
.category-wise-listing.home-news-listing .header-part h2 {
    font-size: 7rem;
    line-height: 110%;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}
.category-wise-listing.home-news-listing .filter-wrap {
    padding: 4.5rem 0 0;
    row-gap: 4.8rem;
}
.category-wise-listing.home-news-listing .filter-wrap .filter-item {
    display: flex;
}
/* Newsroom card structure */
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper {
    background-color: #fff;   
    border-radius: 2.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .full-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .full-card-link:hover {
    color: inherit;
    text-decoration: none;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .img-container {
    overflow: hidden;
    height: 8.5rem;
    position: relative;
    border-radius: 2.5rem 2.5rem 0 0;
    background: #FAFAFA;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .img-container img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 100%;
    cursor: pointer;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .img-container .placeholder-image {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.4rem;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .text-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    row-gap: 0.9rem;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .grid-card-text {
    padding: 2.3rem 3rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.9rem;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .grid-card-text .grid-category-text {
    color: #7F7F8D;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.5vw + 1rem, 1.7rem);
    font-weight: 400;
    text-transform: capitalize;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .grid-card-text h2 {
    font-size: 2rem;
    line-height: 130%;
    font-size: clamp(1.8rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.4rem, 2.6vw + 1rem, 2.8rem);
    font-weight: 500;
    margin-bottom: 0;
}
.category-wise-listing.home-news-listing .filter-wrap .grid-card-wrapper .grid-publish-date {
    padding: 0 3rem 2.8rem;
    color: #7F7F8D;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.5vw + 1rem, 1.7rem);
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .category-wise-listing.home-news-listing {
        padding: 6rem 0;
    }
    .category-wise-listing.home-news-listing .header-part {
        margin-bottom: 2.8rem;
    }
    .category-wise-listing.home-news-listing .header-part p {
        margin-bottom: 1.6rem;
    }
    .category-wise-listing.home-news-listing .filter-wrap {
        padding: 2rem 0 0;
        row-gap: 2.4rem;
    }
    .category-wise-listing.home-news-listing .vista-btn {
        margin-top: 2.4rem;
    }
}
/* home news listing css end */



/* get started banner css start */
.book-demo-banner {
    padding: 11rem 0;    
    background-image: url(../img/book-demo-image.png);
    background-size: cover;
}
.book-demo-banner h3 {
    font-size: 4.8rem;
    font-size: clamp(4rem, 3.9vw + 1rem, 6rem);
    line-height: clamp(4.4rem, 4.7vw + 1rem, 6.9rem); 
}
.book-demo-banner p {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, 1.7vw + 1rem, 2rem);
    line-height: clamp(2.1rem, 2.3vw + 1rem, 2.8rem);
	max-width: 58rem;
	margin: auto;
    margin-bottom: 0;
}
.book-demo-banner a.vista-btn {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .book-demo-banner {
        padding: 6rem 0 5rem;
        background-position: 15% 0 !important;
    }
}
/* get started banner css end */