.font-size-18{
    font-size: 18px;
    font-weight: 300;
}
.font-size-24 {
    font-weight: 600;
    font-size: 24px;
}
.font-size-22{
    font-size: 22px;
    font-weight: 600;
}
.font-size-48{
    font-size:48px;
    font-weight: 500;
}
.font-size-36{
    font-size: 36px;
    font-weight: 600;
}
.font-size-44 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}
.font-size-44::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}
.bg-gray{
    background: linear-gradient(
        88deg,
        transparent 0%,
        #232427 50%,
        transparent 100%
    );
}

/* case study section  */

.portfolio-wrap:nth-child(1) .portfolio-img::before {
    background:#c28c7e!important;
}
.portfolio-wrap:nth-child(3) .portfolio-img::before {
    background: #d96f06!important;
}
.portfolio-wrap:nth-child(2) .portfolio-img::before {
    background-color: #45c4d5!important;
}

.portfolio-wrap:nth-child(even) .portfolio-img::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: -200px;
    top: 0;
    width: 765px;
    height: 600px;
    background: #000;
    border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -ms-border-radius: 50px 0px 0px 50px;
    -o-border-radius: 50px 0px 0px 50px;
}
.portfolio-wrap:nth-child(odd) .portfolio-img::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: -200px;
    top: 0;
    width:765px;
    height: 600px;
    background: #000;
    border-radius: 0px 50px 50px 0px;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    -ms-border-radius: 0px 50px 50px 0px;
    -o-border-radius: 0px 50px 50px 0px;
}

/* cta section  */

.discovery-call{
    background:#151614;
    text-align:center;
    color:#fff;
    padding:80px;
}
.discovery-call .corner-image-left{
    position:absolute;
    top:0;
    left:0
}
.discovery-call .corner-image-right{
    position:absolute;
    bottom:0;
    right:0
}
.discovery-call .discovery-content{
    max-width:747px !important;
    width:100%;
    font-size:22px;
    font-weight:400;
    line-height:31.79px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

/* industries section  */

.flexible-sec .flex-card {
    /* box-shadow: 0px 0px 9px 0px #ffebdf; */
    background: #232427;
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
    border-radius: 12px;
}
.flexible-sec .flex-card .flex-top-img {
    position: absolute;
    top: -29px;
}
.flexible-sec .flex-card-header {
    padding: 20px 20px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 37.57px;
}
.flexible-sec .flex-card-body {
    padding: 20px;
    height: 290px;
}
.flexible-sec .flex-card .flex-card-footer {
    border-top: 1px solid #ddd;
    padding: 20px;
}
.flexible-sec .flex-card .flex-card-footer h4 {
    font-size: 52.74px;
    font-weight: 500;
    color: #ffffff;
}
.flexible-sec .flex-card .flex-card-footer h4 span {
    font-size: 36.92px;
    font-weight: 400;
    color: #ffffff;
}


.matrics-cards-wrapper .card{
    background: linear-gradient(182deg, #353535, #07070775);
    border: 0;
    border-radius: 20px; 
    transition:
        background 0.5s ease,
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.5s ease;
}
.matrics-cards-wrapper .card:hover{
    background: linear-gradient(182deg, #0d6efd, #650dbf75);
    border: 0;
    border-radius: 20px;
    transform: translateY(-6px);
}
.matrics-cards-wrapper .matrics-cards-content{
    background: #252525;
    border: 0px solid;
    padding: 20px;
    border-radius: 20px;
    margin: 4px;
}


/* CTA section start */ 

.hire-cta-text2 {
    /* background: #111111; */
    padding: 50px;
    position: relative;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.hire-cta2 {
    background: #181818a3;
    position: relative;
}

.hire-cta2 .cta1-img {
    position: absolute;
    height: 50%;
    top: -12px;
    left: 0;
}

.hire-cta2 .cta2-img {
    position: absolute;
    height: 42%;
    bottom: 0;
    right: 0;
}

.hire-cta-text2 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 900px;
    width: 100%;
}

.hire-dev-quote h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 22px;
}

/* future of IOT app section  */
.future-box {
    position: relative;
    counter-increment: item;
}
.future-box::before {
    position: absolute;
    content: counter(item, decimal-leading-zero);
    font-weight: 900;
    font-size: 7rem;
    top: -2rem;
    left: -8.5rem;
    background: linear-gradient(135deg, #313131, #ffffff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 3D depth */
    text-shadow:
        1px 1px 0 #1a1a1a,
        2px 2px 0 #2a2a2a,
        3px 3px 0 #3a3a3a,
        4px 4px 10px rgba(0,0,0,0.35);

    transform: perspective(500px) rotateX(8deg);
}

/* CTA section light background   */

.light-shine-cta{
    background: url("../images/food-delivery-app-development-company/light-shine-cta.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
    min-height: 415px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.light-shine-cta .staff-hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    text-align: center;
}
