/* .clip {
    clip-path: polygon(0% 25%, 87% 116%, 145% 5%, 0% 100%);
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .3;
} */
.clip {
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 50% 50%);
    background: linear-gradient(to bottom right, #FF6347, rgba(255, 99, 71, 0));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .5;
}

.title-and-text {
    text-align: center;
    padding: 75px 0 75px 0;
}

.main {
    background-color: #2C3444;
}

.title-wrapper {
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: white;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 15px 0 20px 0;
    font-weight: 700;
    /* font-family: Quicksand; */
    line-height: 35px;
    display: flex;
}


.platform-card-title {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}

.pf-card-wrapper>:nth-child(1) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.pf-card-wrapper>:nth-child(2) {
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0)) !important;
}

.pf-card-wrapper>:nth-child(3) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.hero-text {
    font-size: 17px;
}

.csb-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 75px 0 75px 0;
    gap: 50px;
    align-items: center;
    color: white;
}

.csb-2>.csb-text-wrapper>.csb-title {
    color: white;
}

.csb-2>img {
    width: 50%;
    min-width: 50%;
    border-radius: 8px;
}

.csb-text-wrapper {
    display: flex;
    gap: 25px;
    height: 100%;
    flex-direction: column;
    height: 315px;
    justify-content: center;
}

.csb-title {
    font-size: 22px;
    font-weight: bold;
}

.dashboard-svg {
    width: 80%;
}

.image-container {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
}


/* First section */

.main-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 50px;
    height: 100%;
    align-items: center;
    position: absolute;
}

.hero-image {
    max-width: 700px;
}

.bg_img{
    /* height: 425px; */
    height: 440px;
    width: 81%;
    padding: 15px;
}

.left-block {
    z-index: 2;
    display: flex;
    width: 50%;
    padding-left: 50px;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    color: white;
}

.right-block {
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding-left: 25px;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-section {
    min-height: 500px;
    background-color: #2C3444 !important;
    margin-top: 90px;
}

/* End first section */

.fsec_1 img{
    /* height: 420px; */
    width: 58% !important;
    min-width: 55% !important;
}


/* Second section */

.evaluate-svg {
    display: flex;
    justify-content: center;
    padding: 1em 0 1em 0;
}

/* End of second section */

/* Third section */

.pf-card-wrapper {
    padding-top: 25px;
    display: flex;
    gap: 25px;
    justify-content: center;
    color: white;
    padding-bottom: 25px;
}


.platform-card-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 15px;
    align-items: center;
    gap: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.image-card {
    max-width: 330px;
    border-radius: 8px;
    width: 100%;
}

/* End of Third section */

/* 4st section */

.csb-1 {
    display: flex;
    flex-direction: row;
    padding: 75px 0 75px 0;
    gap: 50px;
    align-items: center;
    color: black;
}

.csb-1>img {
    width: 50%;
    min-width: 50%;
    border-radius: 8px;
}

/* end of 4st section */

/***************************** Federal page ****************************/

.federal .clip {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: linear-gradient(to bottom right, #20b2aa, #ff69b4);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 290px;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}

.federal .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** Retail page ****************************/

.retail .clip {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background: linear-gradient(to bottom right, #6a5acd, #87cefa);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 290px;
    z-index: 1;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.retail .hero-image{
    max-width: 600px ;
    padding: 15px;
}


/***************************** Utility page ****************************/

.utility .clip {
    clip-path: ellipse(60% 40% at 50% 30%);
    background: linear-gradient(to bottom right, #a3a169, #e6e6fa);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 290px;
    z-index: 1;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
 
}

.utility .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** busss_service page ****************************/

.busss_service .clip {
    clip-path: inset(10% 15% 20% 10% round 25%);
    background: linear-gradient(to bottom right, #4b0082, #98fb98);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 290px;
    z-index: 1;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}

.busss_service .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** insurance page ****************************/
.insurance .clip {
    clip-path: polygon(0% 100%, 25% 0%, 75% 0%, 100% 100%);
    background: linear-gradient(to bottom left, #1E90FF, rgba(30, 144, 255, 0.5));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .3;
}

.insurance .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** manufacturing page ****************************/
.manufacturing .clip {
    clip-path: polygon(10% 90%, 30% 10%, 50% 30%, 70% 10%, 90% 90%, 50% 70%);
    background: linear-gradient(to bottom right, #6A0DAD, rgba(221, 160, 221, 0.7));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .3;
}

.manufacturing .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** healthcare page ****************************/

.healthcare .clip {
    clip-path: polygon(0 70%, 20% 90%, 40% 80%, 60% 100%, 80% 90%, 100% 70%);
    background: linear-gradient(to bottom right, #00BFFF, rgba(0, 255, 127, 0.7));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .3;
}

.healthcare .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** technology page ****************************/


.technology .clip {
    clip-path: path('M0,100 C150,200 350,0 500,100 C650,200 850,0 1000,100 L1000,00 L0,0 Z');
    background: linear-gradient(to top right, #6a5acd, rgba(123, 104, 238, 0.7));
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: 0.4;
}

.technology .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** education page ****************************/

.education .clip {
    clip-path: path('M0,150 C300,100 700,200 1000,100 L1000,00 L0,0 Z');
    background: linear-gradient(to bottom left, #ff47d1, rgba(126, 30, 107, 0.7), #a239e9);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: 0.4;
}

.education .hero-image{
    max-width: 600px ;
    padding: 15px;
}

/***************************** telecommunication page ****************************/

.telecommunication .clip {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    background: linear-gradient(to bottom right, #32CD32, #00CED1, #1E90FF);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: 0.4;
}

.telecommunication .hero-image{
    max-width: 600px ;
    padding: 15px;
}




/* Mobile */
@media (max-width: 991px) and (max-width: 1075px) {

    .right-block {
        width: 100%;
        align-items: center;
        padding-left: 0px;
    }

    .dashboard-svg {
        width: 100%;
    }

    .csb-2 {
        padding: 15px;
        flex-direction: column;
    }

    .csb-2>img {
        width: 100% !important;
    }

    .csb-text-wrapper {
        height: 100%;
    }

    .csb-1 {
        padding: 15px;
        flex-direction: column;
    }

    .csb-1>img {
        width: 100% !important;
    }

    .image-card {
        width: 100%;
    }


    .platform-card-wrapper {
        width: 95%;
    }

    .pf-card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero-section {
        margin-top: 50px;
    }

    .main-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
    }

    .left-block {
        padding: 0;
        width: 95%;
    }

    .hero-image {
        height: 100%;
        width: 100%;
        z-index: 2222;
        padding-bottom: 50px;
    }

    .evaluate-svg>img {
        width: 100%;
    }

}