.goal-head img {
    height: 100%;
    object-fit: fill;
    aspect-ratio: 1/1;
}
.our-goal .vision {
    height: 220px;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        #cba86e 0%,
        rgba(203, 168, 110, 0) 100%
    );
    position: absolute;
    text-align: center;
}
.our-goal .vision img {
    object-fit: fill;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.our-goal-info {
    padding-top: 100px;
    background: url(../../../images/ourgoal-bg.webp);
}
.our-goal-info .info {
    margin-top: 50px;
}

.head-who-are-we {
    color: var(--primary);
    font-weight: bold;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-right: 70px !important;
}
.our-goal-info .head-who-are-we::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    top: 26px;
    right: 10px;
    background-color: var(--primary2);
}
.our-goal-info .head-who-are-we::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 20px;
    right: 0px;
    background-color: var(--primary2);
    border-radius: 50%;
}
.our_goal_title,
.goal-desc {
    color: var(--primary);
    margin-right: 10px;
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    border-right: 3px solid;
    width: 0px;
    animation: typewriter 4s steps(10) infinite  alternate, blink 2s steps(10) infinite ; */
}
.our-goal-info .icon {
    padding: 8px;
    color: var(--white);
    background-color: var(--primary2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.our-goal-info .our-goal-img {
    width: 100%;
    height: -webkit-fill-available;
    height: 400px;
    aspect-ratio: 1/1;
    object-fit: contain;
    /* transform: rotateY(180deg); */
}
.read-more {
    flex-direction: row-reverse !important;
}
@media (min-width: 280px) and (max-width: 767px) {
    .our-goal-info {
        padding-top: 10px;
    }
    .our-goal-info .info {
        margin-top: 50px;
    }
    .goal-head {
        height: 150px;
        display: none;
    }
    .our-goal .vision {
        width: 90%;
        top: 100px;
        left: 5%;
        height: 100px;
        display: none;
    }
    .our-goal .vision img {
        width: 100px;
        display: none;
    }
    .mt-5.fs-4 {
        margin-top: 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .goal-head {
        height: 250px;
    }
    .our-goal .vision {
        width: 70%;
        top: 180px;
        left: 15%;
        height: 115px;
    }
    .our-goal-info {
        padding-top: 50px;
    }
    .our-goal .vision img {
        width: 115px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .goal-head {
        height: 250px;
    }
    .our-goal .vision {
        width: 70%;
        top: 170px;
        left: 15%;
        height: 170px;
    }
    .our-goal .vision img {
        width: 170px;
    }
}
@media (min-width: 1280px) {
    .goal-head {
        height: 300px;
    }
    .our-goal .vision {
        width: 70%;
        left: 15%;
        top: 170px;
        height: 200px;
    }
    .our-goal .vision img {
        width: 200px;
    }
}

/* //////////////////////// */

.our-goal-busnies .business-1 {
    background-color: var(--primary2);
    color: var(--white);
    padding: 50px 70px;
}
.our-goal-busnies .icons i {
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    color: var(--primary2);
    margin-right: 10px;
    border-radius: 4px;
    transition: 0.5s;
}
.our-goal-busnies .icons i:hover {
    transform: translateY(-10px);
}
.our-goal-busnies .last-goal {
    margin-top: -70px;
}
.our-goal-busnies .business-info {
    color: var(--white);
    bottom: 0;
    left: 0px;
    background: linear-gradient(
        360deg,
        #cba86e 0%,
        rgba(217, 217, 217, 0) 100%
    );
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    padding-top: 60px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .our-goal-busnies .last-goal {
        margin-top: 0;
    }
}

.head-who {
    color: var(--primary2);

    display: flex;
    align-items: center;
    justify-content: center;
}

.head-who span {
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    border-right: 3px solid;
    width: 0px;
    animation: typewriter 4s steps(10) infinite  alternate, blink 2s steps(10) infinite ; */
}

@keyframes typewriter {
    0% {
        width: 0px;
    }

    100% {
        width: 500px;
    }
}

@keyframes blink {
    0% {
        border-right-color: #2e394be8;
    }

    100% {
        border-right-color: transparent;
    }
}
.shapes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.shapes span:first-child {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-right: 10px;
}
.shapes span:nth-child(2) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}
.shapes span:nth-child(3) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #2e394b;
    margin: 0 3px;
}
.shapes span:nth-child(4) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}
.shapes span:nth-child(5) {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-left: 10px;
}
.relation .middle {
    border-left: 2px solid var(--primary2);
    border-right: 2px solid var(--primary2);
}
@media (min-width: 280px) and (max-width: 767px) {
    .relation .middle {
        border-left: none;
        border-right: none;
        border-top: 2px solid var(--primary2);
        border-bottom: 2px solid var(--primary2);
    }
}
.whyUs .head {
    color: var(--primary);
}
.img-our_values {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
