*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {

    font-family:"Raleway", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}


section {
    margin-top: 3rem;
}

br {
    display: block;
}

#strategic {
    margin-top: 0rem !important;
}


.container-fluid {
    margin: 0 2rem;
}

.preloader {
    height: 100vh;
    width: 100%;
    background-color: #B61417;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 999;
    pointer-events: none;
}

#cursor {
    height: 25px;
    width: 25px;
    background-color: #B61417;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}

#nav {
    background-color: white;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: none;
}


#nav.scrolled {
    background-color: rgba(248, 240, 240, 0.589);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-link{
    color: #1E1E1E !important; 
}

.top-cta:hover {
    background-color: white !important;
    border: #B61417 1px solid;
    color: #B61417 !important;
    transition: all .2s;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item.dropdown .dropdown-menu {
    display: none;

    transition: all 0.3s ease-in-out;
}

/* .nav-item.dropdown:hover > .nav-link {
    background-color: #f8f9fa; 
  }
   */

.nav-sub-heading {
    font-size: 20px;
}

.nav-sub-p {
    font-size: 12px;
}

.nav-sec-sub {
    font-size: 14px;
    font-weight: 300;
    margin-top: -3rem;
    margin-bottom: 2rem;
}

.navbar-toggler {
    border: none;

}

.list-group-item {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
}

.list-group p {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 300;
}

.nav-pad {
    padding: 1.5 2rem;
    
}


.navbar-toggler:focus {
    color: #B61417;

}

.dropdown-mega .dropdown-menu {
    width: 100%;

}

.custom-dropdown {
    position: absolute;
    top: 65px;
    left: 0;
    padding: 3rem 0;
}

.nav-last-col {
    font-weight: 500;

}

/* changes by muslim start */

.custom-dropdown {
    overflow-y: auto;  /* Add vertical scroll if the content exceeds 100px */
}

@media (max-width: 768px) {
    .custom-dropdown {
        max-height: 400px; /* Slightly increase max height for smaller screens if needed */
    }
}
/* changes by muslim end */





/* header------------- */
header {
    background: url(/assets/img/Banner/logo-creating-#B61417\ 1.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7rem 0;
    z-index: 10;
}

header h1 {
    font-size: 55px;
    margin-top: 5rem;
    font-family: "Radley", serif;
    font-weight: 500;

}

header span {
    color: #B61417;
    font-family: "Radley", serif;
    font-size: 55px;
}

header p {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-weight: 400;
}

/* trusted------------ */


.trusted h3 {
    font-family: "Manuale", serif;
    font-weight: 500;
    font-size: 20px;
    padding: 2rem 0;
    line-height: 28px;
    color: black;

}


/* brands---------------- */
.logos {
    overflow: hidden;
    padding: 2rem 0;
    background: white;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}



.logos:before,
.logos:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

 
.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {

    margin: 0 35px;
}

.logos-slide img:hover {

    transform: scale(1.5);
    transition: .5s;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX( calc(-250px * 11));
    }
}
/* startegic */

#strategic::-webkit-scrollbar,
#key-phrase::-webkit-scrollbar,
.our-impact-scrollss::-webkit-scrollbar {
    display: none;
}

  
#strategic {
    background-color: #131421;
    color: white;
    height: 800px;
    overflow-y: hidden;
    position: relative;
    transition: height 0.5s ease;
    scroll-behavior: smooth;
    padding: 5rem 3rem;

}

.scrollable-content {
    overflow-y: auto;
    max-height: 100%;
}

.strate {
    margin-top: 5rem !important;
}

.strategic {
    background-image: url(/assets/img/vectors/Ellipse\ 1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Raleway", sans-serif;
    padding: 6rem 0;
}

.strategic h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 2rem 0;
}

.strategic h6 {
    padding-right: 10rem;
}

.strati {
    background-color: #181A2B;
    border-radius: 10px;
    padding: 2rem;
    color: #fff;
    width: 80%;
    cursor: pointer;
    margin-top: 1.5rem;
}

.strati h5 {
    font-size: 16px;
    font-weight: 300;
}

.strati-point h2 {
    font-size: 20px;
}

.strati-point .pointss {
    margin-top: 1rem;
}

.video-container {
    width: 100%;
}

.video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* busines----------- */
.business {
    padding: 8rem 0;
}

.business h1 {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding: 0 4rem;
}

.business p {
    font-family: "Raleway", sans-serif;
    ;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    padding: 0 4rem;
}

.inovation-img img {
    cursor: pointer;
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inovation h1 {
    font-size: 32px;
    font-weight: 700;
}

.inovation img:hover {
    transform: scale(1.2);
    transition: .5s;
}



.portfolio-text {
    text-align: center;
}

.portfolio-text h3 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #B61417;
}

.portfolio-text h1 {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    color: #181A2B;
    font-weight: 800;
}

.portfolio-text p {
    font-family: "Raleway", sans-serif;
    ;
    font-size: 16px;
    color: #637381;
    font-weight: 400;
}

/* .card-container {
    display: grid;
    place-items: center;
    margin-inline: 5px;
    padding-block: 5rem;
} */

.card-article {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.card-article img {
    border-radius: 10px;

}

.card-data {
    font-family: "Raleway", sans-serif;
    width: 280px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    box-shadow: 0 8px 24px hsla(0, 0%, 0%, .25);
    border-radius: 10px;
    position: absolute;
    bottom: -9rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
    text-align: center;
}

.card-description {
    font-size: 14px;
    text-align: center;
    color: #B61417;
}

.card-tittle {
    font-size: 20px;
    text-align: center;
    color: #181A2B;
    font-weight: 700;
}

.card-btn {
    text-align: center;
    border: 1px solid #B61417;
    background-color: #B61417;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
}

.card-article:hover .card-data {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity .3s;
}

.card-article:hover {
    animation: remove-overflow 2s forwards;
}

.card-article:not(:hover) {
    animation: show-overflow 2s forwards;
}

.card-article:not(:hover) .card-data {
    animation: remove-data 1s forwards;
}

@keyframes show-data {
    50% {
        transform: translateY(-10rem);
    }

    100% {
        transform: translateY(-7rem);
    }
}

@keyframes remove-overflow {
    to {
        overflow: initial;
    }
}

@keyframes remove-data {
    0% {
        transform: translateY(-7rem);
    }

    50% {
        transform: translateY(-10rem);
    }

    100% {
        transform: translateY(.5rem);
    }
}

@keyframes show-overflow {
    0% {
        overflow: initial;
        pointer-events: none;
    }

    50% {
        overflow: hidden;

    }
}


.map {
    position: relative;
}

.map h1 {
    font-family: "Raleway", sans-serif;
    position: absolute;
    margin-top: 18rem;
    font-size: 40px;
    font-weight: 800;
    color: #111928;
}

.map h2 {
    font-family: "Raleway", sans-serif;
    position: absolute;
    margin-top: 23rem;
    font-size: 40px;
    font-weight: 800;
    color: #111928;
}

/* review------------------ */
.reviewed {
    padding: 5rem 0;
}

.revied h2 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.review-data {
    margin-top: 4rem;
}

.review-col {
    margin-top: 2rem;
    border-left: 5px solid #B61417;
}

.review-col h4 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 800;
}

/* heading-------------------- */
.heading {
    text-align: center;
    background-color: #B61417;
    padding: 5rem 0;
}

.heading h1 {
    color: white;
    font-size: 52px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    line-height: 56px;
    padding: 0 5rem;
}

/* contact-------------------- */


.contact {
    font-family: "Raleway", sans-serif;
    margin: 5rem 0;
    padding: 5rem 0;

}

.contact h6 {
    font-size: 18px;
    color: #B61417;
    font-weight: 600;
}

.contact h1 {
    font-size: 40px;
    font-weight: 700;
    color: #111928;
}

.contact p {
    color: #637381;
    font-weight: 400;
}

.contact-text h1 {
    font-size: 18px;
    color: #111928;
    font-weight: 600;
}

.contact-text p {
    color: #637381;
    line-height: 24px;
    font-weight: 400;
}

form {
    background-color: white;
    padding: 4rem;
    box-shadow: 0 5px 20px hsla(0, 1%, 21%, 0.25);
    border-radius: 8px;
}

.form-control {
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #DFE4EA;
    transition: border 0.3s;
    outline: none;
}

.form-control:focus {
    border: #E22B38 1px solid;
    box-shadow: none;
}

.form-control::placeholder {
    color: #9CA3AF;
}

.form-btn {
    width: 100%;
    background-color: #B61417;
    color: white;
    border: none;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
}

.position-relative {
    position: relative;
}

.image-container {
    position: absolute;
    top: 4rem;
    right: -26px;
    z-index: -1;
}

.overlay-image {
    position: absolute;
    top: -3.3rem;
    right: -25px;
    z-index: -1;
}

.bottom-dot {
    position: absolute;
    bottom: -1.2rem;
    left: -12px;
    z-index: -1;
}

.footer-icon img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.footer-icon img:hover {
    transform: translateY(-.5rem);
    border: none;
}

#scrollToTop {

    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #B61417;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 18px;
    cursor: pointer;
    z-index: 99;
    transition: all .5s;
}

#scrollToTop:hover {
    background-color: #E22B38;
    border-radius: 50px;
}



/* benner----------- */

#banner {
    font-family: "Radelay";
    height: fit-content;
    padding: 12rem 0;
    align-items: center;
}

.banner h1 {
    font-size: 55px;
    line-height: 64px;
    font-weight: 400;
}

.banner span {
    color: #B61417;

}

.banner p {
    font-size: 32px;
    line-height: 36.42px;
    font-family: "Raleway", serif;
    font-weight: 500;
}

.banner .img1 {
    position: absolute;
    left: 15%;
}

.banner .img2 {
    position: absolute;
    right: 0rem;
    top: 8rem;
}



.consulting {
    font-family: "Raleway", serif;
}

.consulting h1 {
    font-size: 20px;
}

.consulting h2 {
    font-size: 40px;
    font-weight: 600;
}

.consulting p {
    font-family: "Raleway", serif;
    line-height: 18.24px;
}

.product{

    font-family: "Raleway", sans-serif;
}
.product h2 {
    font-size: 40px;
   
}

.product-strategy h1 {
    font-size: 20px;
}

.product-strategy i {
    color: #B61417;
}

#techno {
    
    padding: 4rem 0 0 0;
}

.techno h1 {
    font-family: "Raleway", sans-serif;
}

.techno p {
    padding: 0 14rem;
}

#analytics {
    background-color: #B61417;
    
}

.ana-text h3{
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;

}

.analytics {
    padding: 4rem 0 8rem;
}

.analytics h1 {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    color: white;
}

.analytics-point {
    font-family: "Raleway", serif;
    background-color: white;
    border: 1px solid;
    border-radius: 10px;
    border-bottom: 10px solid black !important;
    border-right: 10px solid black !important;
    position: relative;
    top: -7rem;
    padding: 3rem;
}


.analytics-point h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.analytics-point p {
    font-size: 16px;
}

.ana-col-2 {
    margin-top: 2rem;
}

#data-science {
    padding: 10rem 0;
    margin-top: -6rem !important;
}

#data-science h1 {
    font-size: 24px;
    margin-top: 12px;
}

.data p {
    padding: 0 6.5rem;
}

.data-eng {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.data-science p {
    padding: 0 10.5rem;
}

.hello h1 {
    font-family: "Raleway", sans-serif;
    color: #fff;
    background-color: black;
    position: absolute;
    top: 0;
    left: 50px;
    margin: 0 6rem;
    display: inline-block;
}

.hello p {
    width: 40%;
    padding: 0 2rem;
    position: absolute;
    top: 120px;
    left: 220px;
    line-height: 18px;
}

#dataImage {
    margin-top: 20rem;
    margin-right: 10rem;
    z-index: 1;
}

.bye h1 {
    color: #fff;
    background-color: black;
    font-family: "Raleway", sans-serif;
    position: absolute;
    top: 100px;
    right: 6rem;
    display: inline-block;
}

.bye p {
    width: 35%;
    padding: 0 2rem;
    position: absolute;
    top: 220px;
    right: -31px;
    line-height: 18px;
}

.vertical-line {
    position: absolute;
    top: 82px;
    left: 18%;
    width: 3px;
    background-color: black;
    height: 0;
    transform: translateX(-50%);
}

.vertical-line2 {
    position: absolute;
    top: 180px;
    right: 22.8rem;
    width: 3px;
    background-color: black;
    height: 0;
    transform: translateX(30%);
}

.horizontal-line {
    position: absolute;
    top: 30rem;
    left: 12.9rem;
    height: 3px;
    background-color: black;
    width: 0;
    opacity: 0;
    transform: translateY(-50%);
}

.skill {
    border: 1px dashed #B61417;
    position: relative;
}

.digi-consulting {
    border: 1px solid;
    border-radius: 10px;
    border-bottom: 10px solid black !important;
    border-right: 10px solid black !important;
    padding: 4rem 3rem;
}

.digi-consulting p {
    margin-top: 1.5rem;
}

.digi-img-parent {
    position: relative;
}

.digi-img {
    position: relative;
    top: -72px;
    left: 310px;
}

.dig-img {
    position: relative;
    top: -116px;
    left: 230px;
}

.product-eng {
    font-family: "Raleway", serif;
}

.arrow {
    width: 10px;
    height: 10px;
}

.Devops {
    font-family: "Raleway", serif;
}

.Devops h6 {
    font-size: 16px !important;
    color: #B61417;
}

.Devops p {
    font-size: 16px !important;

}

.manage-service {
    margin-top: 2rem;
}


/* MAP--------------- */
.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #B61417;
    border-radius: 50%;
    animation: blink 1s infinite;
    cursor: pointer;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.location-tooltip {
    position: absolute;
    top: 55px;
    left: -100%;
    text-align: center;
    background: white;
    padding: 0px 15px 18px;
    border: 2px solid #B61417;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    width: 100px;
    z-index: 100;
    margin-left: -10px;
    margin-top: 70px;
    border-radius: 10px 10px 0 0;
}

.location-tooltip::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 25px solid white;
    z-index: 1;
}

.location-tooltip::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 25px solid #B61417;
    z-index: -1;
}

.location-tooltip .tooltip-text {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-right: 0px;

}

.location-tooltip .tooltip-flag {
    width: 30px;
    height: 30px;
}

.dot:hover+.location-tooltip {
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
}

.dot:hover {
    z-index: 10;
}

.dot h6 {
    visibility: hidden;
}

/* IMDADY------------------ */
.imdady-header {
    padding: 8rem 0;
    background-color: #BA7DF085;

}

.imdady-header h1,
.pickia-header h1 {
    font-family: "Radley", serif;
    font-size: 55px;

}

.imdady-header p {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;

}

.imdady-intro {
    text-align: center;
}

.imdady-intro h6 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    color: #7B20C7;
}

.imdady-intro h1 {
    padding: 0 12rem;
    margin-top: 8rem;
    margin-bottom: 2rem;
    line-height: 45px;
    font-size: 40px;
    font-weight: 500;
}

.imdady-intro p {
    font-family: "Raleway", sans-serif;
    padding: 0 9.2rem;
    line-height: 18px;
}

.imdady-sec2 {
    padding: 5rem;
}

.imdady-sec2 h1 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.imdady-sec2 p {
    font-family: "Raleway", sans-serif;
    margin-top: 1rem;
    line-height: 18px;
}

#imdady-feature {
    padding: 2rem 0;
}

.imdady-feature h1 {
    font-size: 36px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.imdady-feature-img {
    margin-top: 3rem;
}

.imdady-feature-img p {
    margin-top: 2rem;
}

#imdady-RMS {
    padding: 5rem 0;

}


.imdady-RMS {
    border: 2px solid black;
    border-radius: 20px;
    padding: 6rem 4rem;
}

.imdady-RMS h1 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    color: #7B20C7;
}

.imdady-RMS p {
    margin-top: 1rem;
    font-family: "Raleway", sans-serif;
    line-height: 16px;
}

.rms-image-container {
    position: relative;
}

.rms-image-container::after {
    content: "";
    position: absolute;
    top: -5.5rem;
    left: 27rem;
    height: 28.6rem;
    width: 3px;
    background: #000;
    border-radius: 50%;
    clip-path: polygon(47% 0, 65% 11%, 77% 26%, 78% 70%, 68% 85%, 49% 100%, 48% 69%, 47% 34%);
}

.imdady-RMS .btn-primaryy {
    background-color: white;
    border: 1px solid #7B20C7;
    color: #7B20C7;
    padding: .5rem 1.5rem;
    transition: all .2s ease-in-out;

}

.imdady-RMS .btn-primaryy:hover {
    background-color: #7B20C7;
    color: #fff;
    transform: translateY(-5px);
}


/* pickia-------------- */
.pickia-container {
    padding: 2rem 0 4rem 0;
    background-color: #F4FFF8;
}

.pickia-header {

    background-color: #FFFFFF !important;
}

.pickia-intro h6 {
    color: #37B76B !important;
}

#pickia-empower {
    position: relative;
    margin-top: -1rem;
}

.pickia-empower p {
    position: relative;

}

.pos-shape {
    position: absolute;
    left: 0;
}
.pickia-btn {
    background-color: white;
    border: 1px solid #37B76B;
    color: #37B76B;
    padding: .5rem 1.5rem;
    transition: all .2s ease-in-out;

}

.pickia-btn:hover {
    background-color: #37B76B;
    color: #fff;
    transform: translateY(-5px);
}



/* analytics---------------- */
.analytic-sec1 h6 {
    margin-top: 5rem;
    color: #00A79D !important;
}

.analytics-sec3 {
    /* border: 1px solid; */
    box-shadow: -10px 10px 90px rgba(209, 255, 252, 0.582), 10px 10px 10px rgba(209, 255, 252, 0.582);
    /* Left, Right, and Bottom shadow */
}

.analytic-sec4 h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 700 !important;
    font-size: 36px;
}

.analytic-sec4 {
    margin-top: 6rem !important;
}

.analysis-service {
    font-family: "Raleway", sans-serif;
}
.analysis-service img{
    margin-top: 4rem;
    width: 30%;
}

.analysis-service h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 1rem;
}

.analysis-service p {
    font-size: 12px;
    line-height: 18px;
}

.analytics-btn {
    background-color: white;
    border: 1px solid #00A79D;
    color: #00A79D;
    padding: .5rem 1.5rem;
    transition: all .2s ease-in-out;

}

.analytics-btn:hover {
    background-color: #00A79D;
    color: #fff;
    transform: translateY(-5px);
}

/* softwre-develpoment---------------- */


.software-header p{
    font-size: 16px !important;
    font-weight: 500 !important;
}

.main-software-header {
    margin-bottom: 25rem;
}

.circles {
    position: relative;
}

.RED1 {
    position: absolute;
    left: 0;
    top: -50px;
}

.RED2 {
    position: absolute;
    right: 0;
    top: 120px;
}

.BLACK2 {
    position: absolute;
    right: 80px;
    top: 260px;
}

.so2 {
    position: absolute;
    top: 80px;
    left: 520px;
}

.BLACK1 {
    position: absolute;
    top: 150px;
    left: 640px;
}

.so1 {
    position: absolute;
    top: 110px;
    left: 770px;

}

.so3 {
    position: absolute;
    top: 300px;
    left: 500px;

}

.logoss {
    position: absolute;
    top: 260px;
}

.software-header p {
    margin-top: 22rem;
}

#software-development {
    background-color: #1E1E1E;
}

.software-development {
    padding: 5rem 0;
    color: white;
    text-align: center;
}

.software-development p {
    font-size: 20px;
    margin-top: 1rem;
}

.software-service h1 {
    font-size: 32px;
    margin-bottom: 40px;
}

.soft-services p {
    font-weight: 500;
    padding: 0 !important;
    margin: 0 !important;
}

.accordion-item {
    border-bottom: 1px solid #000 !important;
}

.accordion-button::after {
    content: '\f103';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}


/* ai----------------- */
.ai-service h1 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;

}

.ai-develop h1 {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
}

.ai-develop p {
    font-family: "Raleway", sans-serif;
    line-height: 18px;
    padding: .5rem 4rem 0 0;
}

#key-phrase {
    height: 50vh;
    overflow-y: scroll;
    padding: 5rem 0;
}


.key-phrase.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.267);
    border: 1px solid #B61417;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
}

.key-phrase:not(.active) {
    opacity: 0.4;
}



.key-phrase {
    font-family: "Raleway", sans-serif;
    margin: 1rem 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.key-phrase h3 {
    font-size: 40px;
}

.key-phrase h2 {
    font-size: 24px;
}

.key-phrase p {
    font-size: 14px;
}

.marketing h1 {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}


#our-impact {
    background: url(../img/vectors/design.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    margin-top: 7rem;
}

/* .races{
    width: 150%;
    flex-wrap: nowrap;
} */


.our-impact h1 {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: start;
}

.impact-col {
    margin-top: 2rem;
    padding: 15px;
    flex-shrink: 0;
}

.card1 {
    background-image: url(../img//cards/C1.png);
    width: 16rem;
    height: 24rem;
    position: relative;
    color: white;
    margin: 0 0.5rem;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden; 
}


.card1 .card-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 99%;
    background: rgba(167, 27, 27, 0.5);
    backdrop-filter: blur(10px); 
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.5s ease, transform 0.5s ease-out; 
    border-radius: 10px;
    padding: 1rem;
  }
  
 
  
  .card-overlay h1 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  
  .card-overlay p {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  
  .card1:hover .card-overlay {
    opacity: 1;
    transform: translateY(0); 
}
  

/* .card1 .btn {
    padding: 0.6rem 3rem;
    text-decoration: none;
    color: #fff;
    border: 2px #fff solid;
    letter-spacing: 1px;
    border-radius: 5px;
}

.card1 .btn:hover {
    background: rgba(225, 225, 225, 0.3);
}

.card1 .btn .card1 h1 {
    transition: 0.3s;
    transform: translateY(-20px);
} */

.card1:hover .btn,
.card1:hover h1 {
    transform: translateY(0);
}

.line-text p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.digi-head {
    margin-top: 5rem;
}

/* cloud.............. */
.custom-bg {
    position: relative;
}

.custom-bg::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: rgba(255, 0, 0, 0.5);
    filter: blur(210px);
    z-index: -1;
}

.cloud-text {
    font-family: "Radley", serif;
    font-size: 20px;
}

.cloud-text-2 {
    margin: 5rem 0;
}

.cloud-text-2 h1,
.cloud-text-3 h1 {
    font-size: 48px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.cloud-text-2 p,
.cloud-text-3 p {
    font-family: "Raleway", sans-serif;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 300;
}

#sub-section {
    padding: 13vh 0;
}

.cloud-animate-top {
    position: sticky;
    background-color: white;
    top: 13vh;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px -5px 10px hsla(0, 1%, 47%, 0.25);

}

.sub-section {
    height: 60vh;
    padding: 0rem 3rem;

}

.cloud-text {
    font-family: "Raleway", sans-serif;
}

.cloud-text h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
}

.cloud-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#text-animate {
    background-color: #B61417;
    height: 100vh;
    padding: 0 13rem;
    display: grid;
    place-content: center;
}
#text-animates {
    background-color: #B61417;
    height: 60vh;
    padding: 0 13rem;
    display: grid;
    place-content: center;
}

.text-animate h1 {
    font-size: 40px;
    line-height: 50px;
    color: white;
    font-weight: 600;
}
.text-animates h1 {
    text-align: center !important ;
    font-size: 40px;
    line-height: 50px;
    color: white;
    font-weight: 600;
}

.text-headerss{
    text-align: center !important;
    height: 70vh !important;
}
.text-headerss h1{
    text-align: center !important;
}

#cloud-last-sec {
    padding: 10rem 0;
}

.text-parent {
    padding: 3rem 1rem;
    width: 23rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 0px 10px 50px #ff3b5231;
    background-color: white;

}

/* design col---------------- */
.design-text h1 {
    font-size: 64px;
}

.design-text p {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    line-height: 36px;
}

.design-text-2 {
    color: #B61417;
}

.design-text-2 a {
    font-size: 20px;
    color: #B61417;
    text-decoration: none;
}

#design-col-2 {
    background-color: #B61417;
    color: white;
    /* height: 50vh; */
    padding: 5rem 10rem;
    font-family: "Raleway", sans-serif;

}

.design-col-2 h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;

}

.design-col-2 p {
    line-height: 18px;
    font-weight: 400;

}

.design-col-3 {
    border: 2px solid black;
    background-color: white;
    color: black;
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
    width: 20rem;
    height: 10rem;
}

.design-col-3 h1 {
    font-family: "Inria Sans", serif;
    font-size: 24px;
    font-weight: 700;
}

.design-col-3 p {
    font-size: 20px;
    font-weight: 400;
}

#design-col-4 {
    padding: 5rem;
}

.design-col-4 {
    font-family: "Raleway", sans-serif;
}

.design-col-4 h1 {
    font-size: 48px;
    font-weight: 600;
}

.design-col-4 p {
    line-height: 20.56px;
}

.service-col {
    background-color: #F7FAFC;
    border: 1px solid #D9D9D9;
    padding: 2rem;
    margin-top: 3rem;
    height: 20rem;
}

.service-col h1 {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2rem;
}

.service-col p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 18px;
}


.design-right {
    position: absolute;
    top: 47px;
    left: -25px;
}

.design-bottom {
    position: absolute;
    left: 315px;
    top: 150px;
}


/* company------- */
.company-header {
    padding: 8rem 0;
}

.company-col-1 {
    font-family: "Radley", serif;
    padding: 0 4rem;
}

.company-col-1 h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
}

.company-col-1 p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 18px;
}

.upper-text {
    font-family: "Raleway", sans-serif;
    color: #B61417;
    font-size: 20px;
    font-weight: 600;

}

.tomorrow-col{
    margin-top: 5rem;
}
.tomorrow-col h1 {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

#whowe{
    padding: 5rem 0;
    font-family: "Raleway", sans-serif;
}
.whowe h1{
    font-size: 48px;
font-weight: 600;
}
.whowe p{
    margin-top: 2rem;
    line-height: 18px;
}
#whatwe{
    margin-top: 5rem ;
}

#team-detail{
    padding: 5rem 10rem;
}
.team-detail-heading h1{
    font-size: 40px;
    font-weight: 600;    
}

.team-detail{
    margin-top: 5rem;
    padding: 0 2rem;
}



.detailss h1{
    font-size: 24px;
    font-weight: 600;
}

.detailss p{
    font-size: 20px;
    font-weight: 600;
    color: #868686;
}
.detail-mt{
    margin-top: -1rem;
}
.detailss img{
    margin-top: -16px;
}


/* career------------------ */
.careers{
    padding-top: 8rem;
}
.career-sub-heading h1{
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.career-span{
    color: #B61417;
}
.career-col-1 h1{
    margin: 1rem 0;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.career-col-1 p{
    font-weight: 400;
    line-height: 18px;
    font-family: "Raleway", sans-serif;
    
}

.career-col-2{
    padding: 0 12rem;
}
#career-galery,
#career-last-col{
    padding-top: 6rem;
}


.team-member {
    position: relative; 
    display: inline-block;
  }
  
  .team-member h1 {
    font-size: 20px;
    font-weight: 700;
    opacity: 0; 
    position: absolute;
    top: -2rem; 
    left: 50%;
    transform: translateX(-50%) scale(0); 
    /* background-color: #B61417; */
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    transition: opacity 0.3s ease; 
  }
  
  .digi-form{
    padding-bottom: 2rem;
  }
  .digi-form h1,
  .digi-form h4{
  font-size: 20px;
  font-weight: 500;
  }

  .digi-form h2{
    font-size: 16px;
    font-weight: 500;  
  }

  .digi-form p{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

.digi-form button{
    margin-top: 1rem;
    background-color: white;
    color: #B61417;
    border: none; 
}
.digi-form button:hover{
    color: #B61417;
    font-weight: 700;
    transition: all .5s;
    transform: scale(1.1);
}

.form{
    padding: 1rem !important;
}


.modal-title{
    color: #B61417;
    font-size: 30px;
}
.star{
    font-size: 25px;
    color: red;
}

.custom-file-input {
    display: none;
  }

  .custom-file-label {
    display: inline-block;
    background-color: #B61417;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }

  .custom-file-label:hover {
    background-color: none;
  }


 




 .list-group-item {
    transition: color 0.3s ease-in-out;
}

.nav-last-col {
    color: rgb(44, 42, 42);
}

.nav-last-col:hover {
    color: #B61417; 
}

.dot1{
    top: 48%;
     left: 58%;
}
.dot2{
    top: 46%;
     left: 65%;
}
.dot3{
    top: 49%;
     left: 61%
}

.policy{
    font-size: 14px;
    cursor: pointer;
    color: #000;
}
a{

    text-decoration: none;
}

.policy-container h1{
    font-size: 30px;
}
.policy-container h2{
    font-size: 24px;
    margin-top: 2rem;
}
.policy-container p{
   text-align: start;
}

 .policy-container {
     
      margin: 110px auto;
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }