@import url("https://fonts.googleapis.com/css2?family=Anton&family=Cairo:wght@200..1000&display=swap");

* {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
:root {
    --main-color: #278b65;
    --secondary-color: #e6ae38;
    --main-ob: #278b650d;
}
::selection {
    background-color: transparent;
}
body{
    overflow-x: hidden;
}
input,
button,
textarea,
select {
    outline: none;
}
.text-main {
    color: var(--main-color);
}
.text-orange {
    color: var(--secondary-color);
}
.bg-main {
    background-color: var(--main-color);
}
.fs-0 {
    font-size: 70px;
}
.bg-ob {
    background-color: var(--main-ob);
}
.text-gred {
    background: linear-gradient(90deg, #e6ae38 0%, #278b65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
.box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-item.active .nav-link {
    position: relative;
    color: #1a2536;
}

.nav-item.active .nav-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 10px;
    background: url(../img/Line\ 1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
}

.investment-section {
    /*     background-color: #249c65; */
    color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    position: relative;
    border-radius: 1rem;
}

.investment-section::before {
    content: "";
    position: absolute;
    background-image: url("../img/VectorD.png");
    background-repeat: no-repeat;
    background-size: 300px 250px; /* هذه تجعل الصورة تظهر كاملة داخل العنصر */
    width: 200px;
    height: 250px;
}

.investment-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector.png);
    width: 200px;
    height: 400px;
    z-index: 0;
}
.investment-section::before {
    top: 0px;
    left: 0px;
}
.investment-section::after {
    bottom: -50px;
    right: -50px;
}
.investment-section h2 {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
    z-index: 1;
    position: relative;
}
.investment-section p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    z-index: 1;
    position: relative;
}
@media (max-width: 1400px) {
    .img-contact {
        position: relative !important;
    }
}
.circle {
    background: #fff;
    height: 420px;
    width: 420px;
    position: relative;
    border-radius: 50%;
    border: solid 30px #e4e4e4d0;
    overflow: visible;
    box-shadow:
        rgba(230, 174, 56, 0.25) 0px 54px 55px,
        rgba(230, 174, 56, 0.12) 0px -12px 30px,
        rgba(230, 174, 56, 0.12) 0px 4px 6px,
        rgba(230, 174, 56, 0.17) 0px 12px 13px,
        rgba(230, 174, 56, 0.09) 0px -3px 5px;
}
.fet-container {
    border-bottom: solid 2px var(--main-color);
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.img-res{
    height: 700px;
}

@media(max-width: 768px) {
    .fet-container {
        border-bottom: none;
        margin: 0;
    }
    .fs-0{
        font-size: 50px;
    }
/*     .img-res{

          height: 100vh;
    } */
}