.product-card-link {
    text-decoration: none;
}

.hero-bg {
    background-image: url("/img/homepage/hero-banner.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 107px;
}

.banner-1 {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 10%;
    width: 67vw;
}

.banner-content {
    padding: 0 6vw;
    min-height: 89%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content h1.hero-header {
    font-size: clamp(27px, 4vw, 52px);
    color: #fff;
    margin: 0 0 3vw;
}

.banner-content ul li {
    color: #fff;
    font-size: clamp(18px, 2.1vw, 21px);
    margin-bottom: 0.5rem;
}

.banner-content ul {
    margin-bottom: 3vw;
}

.banner-content button {
    padding: 0.75rem 2rem;
    border: 2px solid #fff;
    color: #07759a;
    background-color: #d1d9e2;
    border-radius: 17px;
    margin-top: 5rem;
}

.banner-content button:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #07759a;
}

.banner-content button h3 {
    font-size: 23px;
    font-weight: bold;
}

.btn-top-start-your-journey {
    color: #047498;
    background-color: #fff;
    border-radius: 50px;
}

.offshoring,
.outsourcing {
    background-color: #f6f7f9;
    height: 100%;
    display: flex;
    border-radius: 60px;
}

.offshoring img,
.outsourcing img {
    position: absolute;
    bottom: 0;
    width: 240px;
    border-bottom-left-radius: 60px;
}

.offshoring h2,
.outsourcing h2 {
    font-size: clamp(24px, 2vw, 33px);
}

#home-about-us {
    background-color: #d1d9e2;
    border-top-left-radius: 289px;
    border-bottom-left-radius: 282px;
}

#home-about-us img {
    transform: translateX(-36px);
}

#home-what-we-do {
    background-color: #023953;
    border-bottom-right-radius: 289px;
    border-top-right-radius: 282px;
    color: #fff;
    background: linear-gradient(90deg, #023953 80%, #ffffff 60%);
}

#home-what-we-do h5 {
    font-size: clamp(18px, 1.8vw, 25px);
}

#home-what-we-do iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44vw;
    height: 25vw;
    transform: translate(-50%, -50%);
}

#home-about-us p {
    font-size: clamp(18px, 1.8vw, 25px);
    padding-left: 5%;
    line-height: 28px;
    color: #404040;
}

#happy-co-worker {
    background-image: url("/img/homepage/home-happy-coworkers-bg.jpg");
    height: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: color;
    background-color: #ffffff99;
    padding: 100px 0;
}

.video-container {
    width: 25vw;
    height: 25vw;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #fff;
    transform: translateX(19px);
}

.transX-140 {
    transform: translateX(140px);
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e9ecef;
    width: 0.75rem !important;
    height: 0.75rem !important;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    margin-top: 1rem;
}

.btn-epic {
    position: absolute;
    margin: auto;
    width: 26vw;
    border-radius: 50px;
    height: 60px;
    border: 2px solid #fff;
    background-color: #d1d9e2;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    transition-delay: 0.6s;
    overflow: hidden;
}

.btn-epic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07759a;
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}

.btn-epic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1d9e2;
    color: #fff !important;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}

.btn-epic div {
    position: relative;
    top: 10px;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.btn-epic span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}

.btn-epic span:first-child {
    color: #fff !important;
    transform: translateY(24px);
}

.btn-epic span:last-child {
    color: #07759a;
    transform: translateY(0);
}

.btn-epic:hover {
    background: #07759a;
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.btn-epic:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}

.btn-epic:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}

.btn-epic:hover span:first-child {
    transform: translateY(0);
}

.btn-epic:hover span:last-child {
    transform: translateY(-24px);
}

@media only screen and (max-width: 1700px) {
    .btn-epic {
        width: 32vw;
    }
}

.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
}

.owl-item.active.center {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.center-card {
    transform: scale(0.8);
}

.client-logo-thumbnail {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-info {
    color: #023953;
    font-weight: bold;
}

.client-info h4 {
    font-weight: bold;
    font-size: clamp(20px, 1.5vw, 25px);
}

.client-info p {
    font-size: clamp(15px, 1.5vw, 20px);
}

#happy-co-worker .p-carousel-prev-icon {
    font-size: 31px;
    color: #057498;
    font-weight: bold;
}

#happy-co-worker .p-carousel .p-carousel-indicators {
    display: none;
}

#happy-co-worker .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 0.25rem;
}

#happy-co-worker .owl-dots .owl-dot.active {
    background-color: #047498;
}

#happy-co-worker .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#partner-client .p-carousel-prev-icon {
    display: none;
}

.testimonial-text {
    padding: 1rem 2.25rem;
    background-color: #ffffffd6;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23rem;
    background-image: url("/img/qoute.png");
    background-repeat: no-repeat;
    background-blend-mode: color;
}

.testimonial-text .content {
    height: 18rem;
    overflow-y: scroll;
    display: flex;
    align-items: center;
}

.testimonial-text .logo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.testimonial-text .content::-webkit-scrollbar {
    width: 12px;
}

.testimonial-text .content::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
}

.testimonial-text .content::-webkit-scrollbar-thumb {
    background: #dddddd;
    cursor: pointer;
    border-radius: 10px;
}

.testimonial-text .content::-webkit-scrollbar-thumb:hover {
    background: #333333;
    cursor: pointer;
}

.dark-grey-text {
    color: #404040;
}

.header-title-black-txt {
    font-size: clamp(25px, 4vw, 50px);
    font-weight: 900;
    color: #404040;
}

.text-grey {
    color: #b3b3b3;
    font-weight: 600;
    opacity: 30%;
}

#what-we-do .left-content {
    padding: 2.5rem;
    position: relative;
}

#what-we-do .left-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #d7bd32;
    height: 100%;
    width: 120%;
    border-radius: 15px;
    z-index: -1;
}

.yellow-color {
    color: #d7bd32;
}

.yellow-bg {
    background-color: #d7bd32;
    border-color: #d7bd32;
    color: #333;
}

#what-we-do .img-content {
    z-index: -2;
    position: relative;
}

#about-us .right-content {
    padding: 2.5rem;
    position: relative;
}

#about-us .right-content:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #624265;
    height: 100%;
    width: 120%;
    border-radius: 15px;
    z-index: -1;
}

.purple-color {
    color: #624265;
}

.purple-bg {
    background-color: #624265;
    border-color: #624265;
}

#about-us .img-content {
    z-index: -2;
    position: relative;
}

@media only screen and (max-width: 1699px) {
    .banner-content h1 {
        margin: 0 0 7vw;
    }

    .banner-content p {
        color: #fff;
        font-size: clamp(18px, 2.1vw, 26px);
        margin: 0 0 7vw;
    }
}

@media only screen and (max-width: 1500px) {
    .testimonial-text {
        min-height: 30vw;
    }
}

@media only screen and (max-width: 1300px) {
    .testimonial-text {
        min-height: 35vw;
    }
}

@media only screen and (max-width: 1280px) {
    .banner-content {
        padding: 4rem 2rem;
    }

    .banner-content h1 {
        margin-top: 6rem;
    }

    .start-journey-hero-btn {
        margin-bottom: 6rem;
    }

    .btn-epic {
        width: 35vw;
    }
}

@media only screen and (max-width: 1200px) {
    .img-fluid {
        margin-left: 0 !important;
    }

    .custom-img {
        padding-right: 0.75rem !important;
        padding-left: 1rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-content h1 {
        line-height: 41px;
    }

    .btn-epic {
        width: 38vw;
    }

    .testimonial-text {
        min-height: 100%;
    }
}

@media only screen and (max-width: 949px) {
    .btn-epic {
        width: 40vw;
        font-size: 18px;
    }

    #offshoring-outsourcing {
        padding-top: 0;
    }
}

@media only screen and (max-width: 800px) {
    .banner-content h1 {
        margin-top: 2rem;
    }

    .start-journey-hero-btn {
        margin-bottom: 2rem;
    }

    .btn-epic {
        width: 400px;
    }

    #home-what-we-do h5,
    #home-about-us p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-content {
        padding: 4rem 1.5rem;
    }

    .hero-bg {
        margin-top: 98px;
    }

    .start-journey-hero-btn {
        margin-bottom: 0;
    }

    .hero-bg {
        background-image: url("../img/homepage/homepage-banner-mobile.png");
        background-color: #00000075;
        background-blend-mode: color;
    }

    .btn-epic-mobile {
        border-radius: 50px;
        border: 2px solid #fff;
        background-color: #d1d9e2;
        text-decoration: none;
        font-weight: bold;
        padding: 1rem;
        text-align: center;
        color: #057498;
        display: block;
        width: 350px;
    }

    #home-what-we-do img {
        width: 60%;
    }

    #home-about-us img {
        width: 60%;
    }

    #home-what-we-do {
        border-bottom-right-radius: 242px;
        border-top-right-radius: unset;
    }

    #home-about-us {
        border-top-left-radius: 196px;
        border-bottom-left-radius: unset;
    }

    .owl-item.active.center,
    .center-card {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .banner-content p {
        margin: 0 0 9vw;
    }

    .banner-content h1 {
        margin: 0 0 9vw;
    }

    .custom-img {
        padding-top: 2rem !important;
        padding-left: 0 !important;
    }

    #offshoring-outsourcing {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px){
    #what-we-do .left-content:after {
        height: 110%;
        width: 100%;
        bottom: 0;
        top: unset;
    }

    #about-us .right-content:after {
        height: 110%;
        width: 100%;
        bottom: 0;
        top: unset;
    }
}

@media only screen and (max-width: 715px) {
    .hero-bg {
        background-image: url("../img/homepage/homepage-banner-mobile.png");
        background-color: #00000075;
        background-blend-mode: color;
    }

    .btn-epic-mobile {
        width: auto;
        margin: auto;
    }

    #home-what-we-do img {
        width: 75%;
    }

    #home-about-us img {
        width: 75%;
    }

    #home-what-we-do {
        border-bottom-right-radius: 231px;
    }

    #home-about-us {
        border-top-left-radius: 231px;
    }
}

@media only screen and (max-width: 576px) {
    .offshoring h3,
    .offshoring p,
    .outsourcing h3,
    .outsourcing p {
        margin-left: 4rem;
    }

    .offshoring,
    .outsourcing {
        height: 470px;
    }

    .offshoring img,
    .outsourcing img {
        width: 159px;
    }
}

@media only screen and (max-width: 553px) {
    .offshoring h3,
    .offshoring p,
    .outsourcing h3,
    .outsourcing p {
        margin-left: 0;
    }
    .btn-epic-mobile {
        font-size: 11px;
        padding: 1rem 2.5rem;
    }

    .hero-bg {
        background-image: url("../img/homepage/homepage-banner-mobile.png");
        background-color: #00000075;
        background-blend-mode: color;
    }

    .offshoring img,
    .outsourcing img {
        width: 134px;
    }

    #home-what-we-do {
        border-bottom-right-radius: 184px;
        border-top-right-radius: unset;
    }

    #home-about-us {
        border-top-left-radius: 173px;
        border-bottom-left-radius: unset;
    }
}

@media only screen and (max-width: 480px) {
    #home-what-we-do {
        border-bottom-right-radius: 231px;
        border-top-right-radius: unset;
    }

    #home-about-us {
        border-top-left-radius: 206px;
        border-bottom-left-radius: unset;
    }

    .owl-item.active.center,
    .center-card {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #home-what-we-do img {
        width: unset;
    }

    #home-about-us img {
        width: unset;
    }

    .testimonial-text {
        height: 25rem;
    }
}

@media only screen and (max-width: 412px) {
    #home-about-us {
        border-top-left-radius: 159px;
        border-bottom-left-radius: unset;
    }

    #home-what-we-do {
        border-bottom-right-radius: 175px;
        border-top-right-radius: unset;
    }
}

@media only screen and (max-width: 375px) {
    #home-what-we-do {
        border-bottom-right-radius: 167px;
        border-top-right-radius: unset;
    }

    #home-about-us {
        border-top-left-radius: 153px;
        border-bottom-left-radius: unset;
    }

    .offshoring p,
    .outsourcing p {
        font-size: 13px;
        margin-left: 1rem !important;
    }

    .offshoring h3,
    .outsourcing h3 {
        font-size: 16px;
        margin-bottom: 0.5rem !important;
        margin-left: 1rem !important;
    }

    .banner-content h1.hero-header {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 320px) {
    .banner-content h1 {
        margin-top: 0;
        font-size: 28px;
        line-height: 30px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .btn-epic-mobile {
        padding: 1rem 1rem;
    }

    .offshoring p,
    .outsourcing p {
        margin-left: 2rem !important;
    }

    .offshoring h3,
    .outsourcing h3 {
        margin-left: 2rem !important;
    }
}

@media only screen and (max-width: 280px) {
    .offshoring h3,
    .outsourcing h3 {
        font-size: 14px;
    }

    .offshoring p,
    .outsourcing p {
        font-size: 11px;
    }

    #home-what-we-do {
        border-bottom-right-radius: 128px;
    }
}
