.hero-section {
    position: relative;
}

.hero-section-navbar {
    position: absolute;
    width: 100%;
}

.hero-bg {
    height: 816px !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.9)),
        url("../assets/images/herobg.jpg");
    background-size: cover;
    filter: grayscale(100%);
}

.hero-section-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    z-index: 1;
}

.home-hero-info {
    position: absolute;
    width: 330px;
    height: 84px;
    right: 0px;
    bottom: 100px;
    background: linear-gradient(270deg, #E31E24 0%, #2B2A29 100%);
    padding: 12px 0;
    margin-top: -50px;
}

.line {
    width: 50px;
    height: 2px;
    background-color: var(--white-shade);
    margin: 0 10px;
}

.home-hero-rectangle-image .rectangle-1 {
    position: absolute;
    bottom: 340px;
    right: 400px;
    z-index: 10;
}

.home-hero-rectangle-image .rectangle-2 {
    position: absolute;
    bottom: 120px;
    right: 320px;
    z-index: 1;
}

.home-hero-slant-rectangle-image {
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 0;
}

.home-hero-slant-rectangle-image .slant-rectangle-2 {
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 0;
}

.home-hero-arrowdown {
    position: absolute;
    bottom: 150px;
    left: 400px;
    z-index: 100;
}

.home-hero-info p {
    text-align: center;
    align-items: center;
}

.text-button-container {
    display: flex;
    align-items: baseline;
    transition: 100ms ease-out;
}

.text-button-container:hover {
    padding-left: 7px;
}

.text-button-container .text-button-line {
    width: 15px;
    height: 2px;
    background-color: var(--primary-color-100);
    margin-left: 5px;
}

.text-button-container:hover .text-button-line {
    display: none;
}

.text-button-arrow-visible i {
    color: var(--primary-color-100);
    font-size: 18px;
    display: none;
}

.text-button-container:hover .text-button-arrow-visible i {
    color: var(--primary-color-100);
    font-size: 18px;
    display: block;
}

.what-we-do {
    position: relative;
}

.what-we-do .elipse-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.what-we-do .elipse-4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.what-we-do-image img {
    width: 554px;
    height: 506px;
}

.what-we-do-text {
    padding-left: 72px;
}

.what-we-do-text p {
    padding: 15px 0;
}

.our-services {
    background-color: var(--secondary-color-600);
    height: 916px;
}

.our-services-text {
    width: 100%;
}

.our-services-container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.our-services-body-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 10%;
}

.our-service-flex {
    display: flex;
    align-items: center;
    gap: 24px;
}

.our-services-body-left .tag {
    border-top: solid 2px var(--primary-color-100);
    width: fit-content;
}

.our-services-body-right-services-conatiner {
    background-color: var(--dark-shade);
    width: 276px;
    padding: 56px 32px;
    border-radius: 12px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 354px;
    margin-bottom: 24px;
    transition: ease-out 300ms;
}


.our-services-body-right-services-conatiner:hover {
    background-color: var(--primary-color-100);
    transition: ease-out 300ms;
}



.our-services-body-right-services-conatiner svg .svg-fill {
    fill: var(--primary-color-100);
}

.our-services-body-right-services-conatiner svg ellipse {
    stroke: var(--primary-color-100);
}

.our-services-body-right-services-conatiner svg .svg-stroke {
    stroke: var(--primary-color-100);
}

.our-services-body-right-services-conatiner:hover svg .svg-fill {
    fill: var(--white-shade);
}

.our-services-body-right-services-conatiner:hover svg ellipse {
    stroke: var(--white-shade);
}

.our-services-body-right-services-conatiner:hover svg .svg-stroke {
    stroke: var(--white-shade);
}


.our-services-body-right-services-right {
    margin-top: 150px;
}

.pre-footer {
    height: 537px !important;
    background: url("../assets/images/pre footer backgrund.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pre-footer-content {
    display: flex;
    width: 630px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.pre-footer-content h3 {
    margin-bottom: 16px;
}

.pre-footer-cta {
    display: flex;
    gap: 24px;
    margin-top: 28px;
}

.join-us {
    height: 764px;
    background-color: var(--dark-shade);
}

.join-us-left {
    position: relative;
    margin-left: 100px;
}


.join-us-left-main-image-absolute {
    position: absolute;
    left: -20%;
    top: 25%;
}

.join-us-right {
    padding-left: 100px;
}

.join-us-right h5 {
    padding-right: 100px;
    padding-bottom: 40px;
}

.join-us-right .caption-bold {
    padding: 16px 0 32px 0;
}

.join-us-left-main-image {
    width: 407px;
    height: 532px;
}

@media (max-width: 1280px) {

    .home-hero-rectangle-image .rectangle-1 {
        position: absolute;
        bottom: 350px;
        right: 310px;
        z-index: 10;
    }

    .home-hero-rectangle-image .rectangle-2 {
        position: absolute;
        bottom: 150px;
        right: 220px;
        z-index: 1;
    }



    .what-we-do-image img {
        width: 450px !important;
        height: 424px !important;
    }

    .what-we-do .flex {
        flex-direction: row !important;
    }

    .what-we-do-text {
        padding-left: 60px !important;
    }

    .what-we-do-text p {
        padding: 15px 0;
    }

    .what-we-do .elipse-3 {
        display: none;
    }

    .what-we-do .elipse-4 {
        display: none;
    }

    .our-services {
        display: flex;
        flex-direction: column !important;
    }

    .our-services-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .our-service-flex {
        display: flex;
        flex-direction: row;
        margin-top: 24px;
        align-items: center;
        gap: 24px;
    }

    .our-service-flex .flex {
        flex-direction: row !important;
    }

    .our-services-body-right-services-right {
        margin-top: 60px;
    }

    .our-services {
        background-color: var(--secondary-color-600);
        height: fit-content;
    }

    .our-services-body-left {
        padding-right: 0% !important;
    }

    .join-us {
        height: max-content;
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        gap: 40px;
        background-color: var(--dark-shade);
    }

    .join-us-left {
        position: relative;
        margin-left: 0px;
    }

    .join-us-left {
        position: relative;
        margin-left: 50px;
    }

    .join-us-left .big-image {
        display: block;
        width: 300px;
    }

    .join-us-left-main-image-absolute {
        display: block;
        width: 100px;
    }

    .join-us-right {
        padding-left: 0px;
    }

    .join-us-right h5 {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .join-us-right .caption-bold {
        padding: 16px 0 32px 0;
    }

    .pre-footer {
        height: max-content;
        background: url("../assets/images/pre footer backgrund.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .pre-footer-content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .pre-footer-content h3 {
        margin-bottom: 16px;
    }

    .pre-footer-cta {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-top: 28px;
    }

}


@media (max-width: 1024px) {

    .home-hero-rectangle-image .rectangle-1 {
        position: absolute;
        bottom: 420px;
        right: 240px;
        z-index: 10;
        width: 50px;
    }

    .home-hero-rectangle-image .rectangle-2 {
        position: absolute;
        bottom: 150px;
        right: 220px;
        z-index: 1;
        display: none;
    }


    .hero-section-content h1{
        padding-right: 0px;
    }



    .what-we-do .flex {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .what-we-do-text {
        padding-left: 0px !important;
        padding-top: 60px;
    }

    .what-we-do-text p {
        padding: 15px 0;
    }

    .what-we-do .elipse-3 {
        display: none;
    }

    .what-we-do .elipse-4 {
        display: none;
    }

    .our-services {
        display: flex;
        flex-direction: column !important;
    }

    .our-services-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .our-service-flex {
        display: flex;
        flex-direction: row;
        margin-top: 24px;
        align-items: center;
        gap: 24px;
    }

    .our-service-flex .flex {
        flex-direction: row !important;
    }

    .our-services-body-right-services-right {
        margin-top: 60px;
    }

    .our-services {
        background-color: var(--secondary-color-600);
        height: fit-content;
    }

    .our-services-body-left {
        padding-right: 0% !important;
    }

    .join-us {
        height: max-content;
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        gap: 40px;
        background-color: var(--dark-shade);
    }

    .join-us-left {
        position: relative;
        margin-left: 0px;
    }

    .join-us-left {
        position: relative;
        margin-left: 50px;
    }

    .join-us-left .big-image {
        display: block;
        width: 300px;
    }

    .join-us-left-main-image-absolute {
        display: block;
        width: 100px;
    }

    .join-us-right {
        padding-left: 0px;
    }

    .join-us-right h5 {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .join-us-right .caption-bold {
        padding: 16px 0 32px 0;
    }

    .pre-footer {
        height: max-content;
        background: url("../assets/images/pre footer backgrund.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .pre-footer-content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .pre-footer-content h3 {
        margin-bottom: 16px;
    }

    .pre-footer-cta {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-top: 28px;
    }

}



@media (max-width: 720px) {
    .home-hero-rectangle-image .rectangle-1 {
      display: none;
    }

    .home-hero-rectangle-image .rectangle-2 {
        display: none;
    }

    .home-hero-slant-rectangle-image {
        position: absolute;
        top: 220px;
        left: 0px;
        z-index: 0;
    }

    .home-hero-slant-rectangle-image img {
        width: 300px;
    }

    .home-hero-slant-rectangle-image .slant-rectangle-2 {
        position: absolute;
        top: 20px;
        left: 50px;
        z-index: 0;
    }

    .home-hero-slant-rectangle-image .slant-rectangle-2 img {
        width: 300px;
    }

    .home-hero-arrowdown {
        display: none !important;
    }


    .what-we-do .flex {
        flex-direction: column !important;
    }

    .what-we-do-image img {
        width: 300px !important;
        height: 274px !important;
    }

    .what-we-do-text {
        padding-left: 20px !important;
    }

    .what-we-do-text p {
        padding: 15px 0;
    }

    .what-we-do .elipse-3 {
        display: none;
    }

    .what-we-do .elipse-4 {
        display: none;
    }

    .our-services {
        display: flex;
        flex-direction: column !important;
    }

    .our-services-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .our-service-flex {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        align-items: center;
        gap: 24px;
    }

    .our-services-body-right-services-right {
        margin-top: 0px;
    }

    .our-services {
        background-color: var(--secondary-color-600);
        height: fit-content;
    }

    .our-services-body-left {
        padding-right: 0% !important;
    }

    .join-us {
        height: max-content;
        background-color: var(--dark-shade);
    }

    .join-us-left {
        position: relative;
        margin-left: 0px;
    }

    .join-us-left {
        position: relative;
        margin-left: 0px;
    }

    .join-us-left .big-image {
        display: none;
    }

    .join-us-left-main-image-absolute {
        display: none;
    }

    .join-us-right {
        padding-left: 0px;
    }

    .join-us-right h5 {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .join-us-right .caption-bold {
        padding: 16px 0 32px 0;
    }

    .pre-footer {
        height: max-content;
        background: url("../assets/images/pre footer backgrund.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .pre-footer-content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .pre-footer-content h3 {
        margin-bottom: 16px;
    }

    .pre-footer-cta {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 28px;
    }

}
