.home-hero-section {
    background: linear-gradient(
            302.56deg,
            #ffffff 9.29%,
            rgba(255, 253, 253, 0) 38.3%
        ),
        linear-gradient(59deg, #d2f6e3 2.98%, rgba(209, 246, 227, 0) 33.52%),
        linear-gradient(
            120.35deg,
            #f1e0fa 23.52%,
            rgba(241, 226, 248, 0) 39.05%
        ),
        linear-gradient(237.1deg, #c7e2f6 17.78%, rgba(255, 255, 255, 0) 92.11%);
    padding-bottom: 55px;
}
/* .bg-home-white{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height: 100px;
    background: rgb(201,228,246);
    background: linear-gradient(252deg, rgba(201,228,246,1) 0%, rgba(244,232,252,1) 100%);
    z-index: -1;
} */
.carousel {
    padding: 100px 0px 40px 0;
    text-align: center;
    width: 850px;
    margin: 0 auto;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}
.carousel-inner > .active,
.carousel-inner > .next {
    display: block;
}
.carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .to-left {
    animation-name: left;
}
.carousel-inner > .from-right {
    animation-name: right;
}
.carousel-inner > .to-right {
    animation-name: right;
    animation-direction: reverse;
}
.carousel-inner > .from-left {
    animation-name: left;
    animation-direction: reverse;
}
.quote {
    padding-top: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 69px;
    text-align: center;
    background: linear-gradient(
        90.28deg,
        #191f21 33.43%,
        #001744 60.1%,
        #004391 89.88%
    );
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: #00418d;
    mix-blend-mode: normal;
    background-repeat: repeat;
    position: relative;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
}
.carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #7f7e7e;
    border-radius: 10px;
}
.carousel-indicators li.active {
    background-color: #074fa4;
}
@keyframes left {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes right {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
.home-carousel-underline {
    position: absolute;
    top: 130px;
    right: 325px;
}
.home-carousel-underline::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 300px !important;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        rgba(0, 174, 203, 0.2) 1.73%,
        rgba(0, 174, 203, 0) 90.48%
    );
}
.home-carousel-underline-2 {
    position: absolute;
    top: 200px;
    left: 55px;
}
.home-carousel-underline-2::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 300px !important;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        rgba(0, 174, 203, 0.2) 1.73%,
        rgba(0, 174, 203, 0) 90.48%
    );
}
@media screen and (max-width: 767px) {
    .carousel {
        padding: 40px 0px 40px 0;
        width: 100%;
    }
    .quote {
        font-size: 24px;
        line-height: 40px;
    }
    .home-carousel-underline-2,
    .home-carousel-underline {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel {
        padding: 70px 0px 40px 0;
        width: 700px;
    }
    .quote {
        font-size: 38px;
    }
    .home-carousel-underline-2 {
        left: 45px;
    }
    .home-carousel-underline {
        right: 320px;
    }
}
/*hero section - end*/
/*section 2 - start*/
/* .home-second-section{
    background: linear-gradient(180.11deg, rgba(255, 255, 255, 0) 0.09%, #FFFFFF 53.67%);
    height: 640px;
    padding:40px 0;
} */
.home-links-container,
.home-smily-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: 575px;
    flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
    .home-smily-container{
        min-height: 210px;
    }
}
@media screen and (max-width: 768px) {
    .home-smily-container{
        min-height: 153px;
    }
}
.link-to-sub-page {
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    border: 1px solid #cae7f4;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #074fa4;
    display: block;
}
.link-to-sub-page:hover {
    color: #ffffff;
    /* background-color: #10b6d5;
    transition: 0.4s ease all; */
    box-shadow: 0 14px 15px #64dfff85;
    border: solid 1px #0a7486;
    background-color: #10b6d5;
    transition: all .4s ease-in-out;
}
.home-smily-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-top: 20px;
}
.home-clients-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
    width: 500px;
    margin: 0 auto;
}
.home-p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #191f21;
}
.learn-more-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #074fa4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.learn-more-arrow {
    border: solid #074fa4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.home-client-logo-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 40px 40px;
    background: linear-gradient(
        180.39deg,
        rgba(255, 255, 255, 0) 0.34%,
        rgba(255, 255, 255, 0.4012) 25.49%,
        rgba(255, 255, 255, 0.465328) 67.39%,
        #ffffff 99.66%
    );
    box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    justify-content: center;
}
.home-client-logos {
    display: flex;
    align-items: center;
    justify-self: center;
}
.home-client-logo {
    width: 100%;
    object-fit: contain;
    height: auto;
}
@media screen and (max-width: 767px) {
    .home-links-container,
    .home-smily-container {
        width: 100%;
        max-width: 430px;
    }
    .link-to-sub-page {
        padding: 5px 18px;
        font-size: 14px;
    }
    .home-clients-container {
        width: 100%;
        max-width: 400px;
    }
    .home-p1 {
        font-size: 14px;
    }
    .home-client-logo-container {
        grid-template-columns: 1fr 1fr;
        padding: 20px 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home-client-logo-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px 20px;
    }
}
/*section 2 - end*/
/*section 3 - start*/
.home-third-section {
    background: #f8fcff;
}
.news-and-media {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 100px 0;
    gap: 100px;
}
.awards {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    padding: 50px 0;
    gap: 89px;
}
.news-and-media-col-2,
.awards-col-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-and-media-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.news-and-media-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-h2,
.awards-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #074fa4;
    /* opacity: 0.3; */
    margin: 0;
}
.news-h3,
.awards-h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #191f21;
    margin: 0;
}
.news-link-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #57bfff;
}
.news-link-2,
.awards-link-2 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #074fa4;
    text-decoration: none;
    width: fit-content;
    transition: 0.4s ease all;
}
.news-link-2-arrow,
.awards-link-2-arrow {
    border: solid #074fa4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.learn-more-link:hover,
.awards-link-2:hover,
.news-link-2:hover {
    margin-left: 5px;
    color: #074fa4;
    font-weight: 400;
    transition: 0.4s ease all;
}
.awards-col-2 {
    background: #bce8ff;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 45px 45px;
}
.award-sub-col-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid #191f2126;
    padding: 0 15px;
}
.award-sub-col-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}
.img-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.content-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.content-h4 {
    margin: 0px;
    font-size: 16px;
}
.content-h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #191f21;
    margin: 0;
}
.content-dec-p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #40494d;
    opacity: 0.8;
    margin: 0px;
}
.home-bg-dots {
    background-repeat: repeat;
    background-color: #f8fcff;
    height: 450px;
    width: 270px;
    position: relative;
    background-image: linear-gradient(
            to bottom,
            transparent,
            transparent 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            transparent 90%
        ),
        linear-gradient(
            to right,
            transparent,
            transparent 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            transparent 90%
        ),
        linear-gradient(
            to right,
            #b1c9e43b,
            #b1c9e43b 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            #eee 90%
        );
    background-size: 10px 10px;
    position: absolute;
    z-index: -1;
    left: -110px;
}
@media screen and (max-width: 767px) {
    .awards {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0px;
    }
    .news-and-media {
        padding: 30px 0;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .awards-h2,
    .news-h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .awards-h3,
    .news-h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .awards-col-1,
    .news-and-media-col-2 {
        gap: 5px;
    }
    .awards-col-2 {
        padding: 15px 15px;
        grid-row-start: 1;
    }
    .home-startup {
        height: 32px;
        width: auto;
    }
    .home-start-up {
        width: 32px;
        height: 32px;
    }
    .img-row {
        gap: 5px;
    }
    .content-h4 {
        font-size: 8px;
    }
    .content-h5 {
        font-size: 14px;
        line-height: 19px;
    }
    .content-dec-p1 {
        font-size: 12px;
        line-height: 17px;
    }
    .award-sub-col-1,
    .award-sub-col-2 {
        padding: 0 10px;
        gap: 10px;
    }
    .home-bg-dots {
        height: 225px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .awards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .news-and-media {
        padding: 50px 0;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .home-bg-dots {
        width: 50%;
        height: 375px;
    }
    .awards-col-2 {
        grid-row-start: 1;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .news-and-media,
    .awards {
        gap: 50px;
    }
}
/*section 3 - ends*/
/*section 4 start*/
.home-fourth-section {
    background: #f8fcff;
    padding: 50px 0;
}
.project-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    gap: 20px;
    margin: auto;
}
.card {
    height: 380px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}
.card.is-flipped {
    transform: rotateY(180deg);
}
.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    backface-visibility: hidden;
}
.card-face-front {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card-face-back {
    border-radius: 20px;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
}
.project-title {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 22px;
    text-align: left;
    padding-inline: 40px 40px;
}
.project-desc {
    font-family: sans-serif;
    letter-spacing: 0.3px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    height: 100px;
    overflow-y: auto;
}
.rotate-icon {
    margin: 20px;
}
.project-icon-container {
    margin-top: 10px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-icon {
    max-width: 100%;
    max-height: 85px;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease all;
}
.home-client-logos img {
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}
.location {
    color: #6e777a;
    text-align: right;
    font-size: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
}
.back-grid-sec-1 {
    height: 305px;
    background: #1c98e7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 30px;
    overflow: hidden;
}
.back-grid-sec-1 ul{
    padding-left: 10px;
    height: 125px;
    overflow-x: scroll;
}
.back-grid-sec-1 ul li{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.back-homecardcontent {
    height: 205px;
    /* padding: 20px 30px; */
    overflow-y: scroll;
}
.back-grid-sec-2 {
    height: 35px;
    background: linear-gradient(161.44deg, #1c8acf 10.73%, #1ba0f3 96.73%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
.back-project-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}
.back-project-p-2 {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 22px;
    padding-top: 8px;
}
.back-project-p-3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 13px;
    padding-bottom: 10px;
}
.back-project-dec-list {
    padding-left: 10px;
}
.back-project-dec-list li {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.website-link {
    padding: 8px 11px;
    color: #fff;
    font-size: 12px;
    background-color: #009ee0;
    border-radius: 3px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    z-index: 999;
    transition: 0.5s ease all;
}
.website-link:hover {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}
.website-link:active {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}
.back-project-scroll {
    position: relative;
    box-sizing: border-box;
    padding-left: 0px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.back-project-scontent {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.back-project-scroll span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
}
.back-project-scroll p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-block: 0px 5px;
}
.back-project-scroll-media-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-block: 5px;
}
.back-project-scroll-media-flex a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.card-flip-social-icon {
    width: 100%;
    height: 100%;
    max-width: 25px;
    margin-right: 5px;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 767px) {
    .project-grid-container {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/*section 4 end*/
/* home external link icon start */
.home_external_linl_icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    box-shadow: -1px 1px 0 0, -3px -3px 0 -2px, 3px 3px 0 -2px;
    margin-left: 0;
    margin-top: 0;
    margin-inline: 5px;
}
.home_external_linl_icon::after,
.home_external_linl_icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -3px;
}
.home_external_linl_icon::before {
    background: currentColor;
    transform: rotate(-45deg);
    width: 7px;
    height: 1px;
    top: 0px;
}
.home_external_linl_icon::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    top: -3px;
}
/* Thaarmaar */

.project-1{
    height: 300px;
    padding:40px;
    background:#312e88;
    border-radius:20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    display:flex;
    flex-direction:column;
    align-items:center;
}
.project-1-desc{
    font-family: sans-serif;
    letter-spacing: .3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align:center;
    margin-inline: 0;
    margin-block: 5px;
}
.play-thaarmaar{
    font-family: sans-serif;
    letter-spacing: .3px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    color: #fecb22;
    text-align: center;
    margin:8px;
}
.thaarmaar-btn{
    background: #f3c53f;
    border-radius: 24.0429px;
    font-weight: 700;
    font-size: 18.9429px;
    line-height: 26px;
    color: #312e88;
    padding:10px 20px;
    border:none;
    text-decoration: none;
}
/* home external link icon start */
