:root {
    --next:#cc7029;
    --first: #0d3a4f;
    --one: #81a34a;
    --tow: #c8a404;
    --white: #ececf0;
}

@font-face {
    font-family: 'Cairo' !important;
    src: url('frontend/font/Cairo-Black.ttf') format('truetype') !important;
}

body {
    font-family: 'Cairo', sans-serif !important;
}

a {
    text-decoration: none;
}

.navbar {
    background-color: rgba(39, 43, 68, 0.8) !important;
}

.navbar-collapse.show {
    display: block;
    background-color:var(--white);
    /* Show when toggled */
}

.navbar-toggler {
    background-color: var(--next);
}

.navbar-nav .nav-item .nav-link {
    color:var(--white) !important;
}

.offcanvas-header {
    background-color:rgb(151 153 167 / 80%);
}

.btn-close {
    background-color: var(--next);
}

.offcanvas-body {
    background: var(--first);
}

.navbar-nav {
    align-items: right;
}

.navbar-nav > .nav-item a {
    color: #202020 !important;
}

.dropdown-menu > li {
    padding: 7px;
}

.carousel-item img {
    object-fit: cover;
    /* يضمن أن الصورة تغطي المنطقة بالكامل */
    height: 500px;
    /* تحديد ارتفاع ثابت للصور */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    /* وضع العناوين في المنتصف */
    left: 50%;
    transform: translate(-50%, -50%);
    /* لتوسيع العناوين بشكل مركزي */
    color:var(--white);
    /* لون النص */
}

.navbar {
    background-color: rgba(39, 43, 68, 0.8);
}

.container-start-all {
    background-color: var(--white);
}

.container-start-contact {
    display: flex;
    justify-content: center;
}

/* start your project */
.start-project {
    display: flex;
    flex-direction: column;
    color:var(--white);
    background-color: var(--first);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
}

.contact-me {
    display: flex;
    justify-content: center;
}

.contact-me > div {
    background-color: var(--next);
    text-align: center;
    width: fit-content;
    text-align: center;
    padding: 3px 100px;
    margin: 10px;
    border-radius: 15px;
}

.contact-p {
    font-size: 20px;
    text-align: center;
}

.contact-me > div > p {
    text-align: center;
    color:var(--white);
}

.about-wrapper {
    padding-top: 116px;
    overflow: hidden;
    margin-bottom: 64px;
    width: 100%;
}

.css-tl3ftk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.css-1pt93ec {
    display: grid;
    gap: 4px;
    grid-template-columns: 0.23fr 0.47fr 0.3fr;
}

.about-container {
    width: 1224px;
    height: 385px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

@media screen and (max-width: 1280px) {
    .about-container {
        width: 993px;
    }
}

.css-1sq51xz {
    border-top-right-radius: 24px;
}

.about-item {
    text-align: center;
    padding: 16px;
    gap: 32px;
    background-color: var(--first);
    transition: transform .4s ease-in-out;
}

.about-item:hover {
    background-color: var(--white);
    transform: translateY(-85px);
    z-index: 5;
}
.about-item:hover *{
    color:var(--first);
}
.css-gwglax {
    border-top-left-radius: 24px;
}

@media screen and (max-width: 1035px) {
    .about-wrapper .about-container {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .about-container {
        width: 730px !important;
        max-width: 96% !important;
    }
}

@media screen and (max-width: 1035px) {
    .about-container {
        width: 850px;
        height: 100% !important;
        max-width: 96% !important
    }
}

@media screen and (max-width: 1280px) {
    .about-container {
        width: 993px;
    }
}

.about-container {
    width: 1224px;
    height: 385px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

@media screen and (max-width: 480px) {
    .about-heading {
        font-size: 24px;
        line-height: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .about-heading {
        font-size: 27px;
        line-height: 100%;
    }
}

.about-heading {
    font-size: 33px;
    line-height: 140%;
    text-align: center;
    color: var(--white);
}

@media screen and (max-width: 1280px) {
    .about-content {
        font-size: 15.3px;
        line-height: 205%;
    }
}

.about-content {
    margin-top: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 250%;
    text-align: center;
    color: var(--white);
}

.message-about {
    display: flex;
    flex-wrap: wrap;
}

.css-1pt93ec {
    display: grid;
    gap: 4px;
    grid-template-columns: 0.33fr 0.37fr 0.3fr;
}
/*pagenation*/
.pagination{
    display: flex;
    gap:10px;
}
.page-link{
    border-radius: 7px;
}
.active > .page-link{
    background-color: var(--first) !important;
    background: var(--first) !important;
}
/* form contact */
#contact {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact > div {
    text-align: center;
}

#contact > div > h1 {
    margin-top: 14px;
    color:var(--first);
    padding: 10px;
}
.contact-box {
    background-color:var(--white);
    width: clamp(100px, 90%, 1000px);
    margin: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    border: 4px solid var(--first);
    border-radius: 7px;
}
.contact-box p{
    color:var(--white);
    line-height: 3;
}
.contact-box h2{
    color:var(--white);
}
.contact-links,
.contact-form-wrapper {
    width: 50%;
    padding: 8% 5% 10% 5%;
}


.contact-links {
    background-color: #1f2e43;
    background:radial-gradient(circle at 55% 92%, #5059688c 0 12%, #41464ba3 12.2%), radial-gradient(circle at 94% 72%, var(--first) 0 10%, transparent 10.2%), radial-gradient(circle at 20% max(78%, 350px), var(--first) 0 7%, transparent 7.2%), radial-gradient(circle at 0% 0%, var(--next) 0 40%, transparent 40.2%), var(--first);
    border-radius: 10px 0 0 10px;
}

.contact-form-wrapper {
    background-color: #ffffff8f;
    border-radius: 0 10px 10px 0;
}

.contact-form-wrapper h6 {
    padding: 20px;
    margin: 10px;
}

.contact-form-wrapper button {
    color:var(--white);
    background-color: var(--next);
    border: none;
    padding: 10px 100px;
    border-radius: 20px;
}
.contact-form-wrapper button:hover{
    background-color: var(--first);
} 
@media only screen and (max-width: 800px) {

    .contact-links,
    .contact-form-wrapper {
        width: 100%;
    }

    .contact-links {
        border-radius: 10px 10px 0 0;
    }

    .contact-form-wrapper {
        border-radius: 0 0 10px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .contact-box {
        width: 95%;
        margin: 8% 5%;
        border-radius: 15px;
    }
}

h2 {
    font-size: clamp(30px, 6vw, 60px);
    text-align: center;
    transform: scale(.95, 1);
}

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    text-align: center;
}

.link {
    margin: 10px;
    cursor: pointer;
}

.link:hover {
    color: #ff5e14;
}

img {
    /* filter:hue-rotate(220deg) drop-shadow(2px 4px 4px #0006); */
    transition: 0.2s;
    user-select: none;
}

img:hover {
    transform: scale(1.1, 1.1);
}

img:active {
    transform: scale(1.1, 1.1);
    filter:
        hue-rotate(220deg) drop-shadow(2px 4px 4px #222) sepia(0.3);
}

.form-item {
    position: relative;
}

.submit-btn:hover {
    transform: scale(1.1, 1.1);
}

.submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
}

@media only screen and (max-width: 800px) {
    h2 {
        font-size: clamp(40px, 10vw, 60px);
    }

    .navbar-brand img {
        width: 38px;
        height: 38px;
    }

    .about-item {
        border-radius: 15px;
    }

    .about-item:hover {
        background-color: #082432;
        transform: none;
    }
}

@media only screen and (max-width: 400px) {
    h2 {
        font-size: clamp(30px, 12vw, 60px);
    }

    .links {
        padding-top: 30px;
    }

    .navbar-brand img {
        width: 38px;
        height: 38px;
    }

    .about-item {
        border-radius: 15px;
    }

    .about-item:hover {
        background-color: #082432;
        transform: none;
    }
}

/* input form */
.input,
textarea {
    margin: 1em 0 1em 0;
    width: 100%;
    position: relative;
}

.input input {
    font-size: 100%;
    padding: 0.7em;
    outline: none;
    color: #f09433;
    border: none;
    border-bottom: 1px solid #151414;
    background: transparent;
    border-radius: none;
    width: 100%;
    resize: none;
}

.input label {
    font-size: 100%;
    position: absolute;
    right: 0;
    color: #151414;
    padding: 0.7em;
    margin-left: 0.1em;
    pointer-events: none;
    transition: all 0.5s ease;
    /* text-transform: uppercase; */
}

.input :is(input:focus, input:valid) ~ label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    padding: 0.4em;
    background: transparent;
    color: #f09433;
}

.input :is(input:focus, input:valid) {
    border-bottom-color: #f09433;
}

.input textarea:focus ~ label,
.input textarea:valid ~ label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    padding: 0.4em;
    background: transparent;
}

.radio-button-container {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.radio-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-button__label {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    color: var(--next);
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.radio-button__custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #555;
    transition: all 0.3s ease;
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
    background-color: #4c8bf5;
    border-color: transparent;
    transform: scale(0.8);
    box-shadow: 0 0 20px #4c8bf580;
}

.radio-button__input:checked + .radio-button__label {
    color: #4c8bf5;
}

.radio-button__label:hover .radio-button__custom {
    transform: scale(1.2);
    border-color: #4c8bf5;
    box-shadow: 0 0 20px #4c8bf580;
}

textarea {
    border-radius: 8px;
    height: 120px;
    resize: none;
    outline: 0;
    padding: 8px 14px;
    border: 1px solid #202020;
}
textarea:focus{
    border-color: var(--next);
}

/*end input form */
/* end form contact */
/*end start your project */
/* about me in top */
.container-about-me {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.me-for-img {
    margin-bottom: 200px;
}

.for-your-container {
    width: 100%
}

.for-you {
    text-align: center;
}
.list-c{
    background-color: #2a5ba3;
    color:var(--white);
}
/* end about me in top */
/* section move */
.content-scroll {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    height: 100px;
    position: relative;
    overflow: hidden;
    /* border-radius: 14px; */
}

.content-scroll::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 40px;
    height: 96px;
    background-image: linear-gradient(90deg, #0000001c, transparent);
    z-index: 2;
    border-radius: 10px 0 0 10px;
}

.content-scroll::after {
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 40px;
    height: 96px;
    background-image: linear-gradient(-90deg, #0000001c, transparent);
    z-index: 9;
    border-radius: 0 10px 10px 0;
}

.basic-marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.basic-marquee .button {
    transition: all 0.3s ease;
}

.basic-marquee .button:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.basic-marquee-1 {
    animation: marquee 15s linear infinite;
}

.basic-marquee-2 {
    animation: marquee 21s linear infinite;
}

.benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    min-width: 900px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    inset: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.basic-marquee svg {
    width: 40px;
}

.basic-marquee button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cls-1 {
    fill: #1ab7ea;
}

.cls-1,
.cls-2 {
    fill-rule: evenodd;
}

.cls-2 {
    fill: #fff;
}

.cls-3 {
    fill: #ee8208;
    fill-rule: evenodd;
}

.cls-4 {
    fill: #fff;
}

.cls-5,
.cls-6 {
    fill-rule: evenodd;
}

.cls-5 {
    fill: #48dd55;
}

.cls-6 {
    fill: #fff;
}

.cls-7 {
    fill: #0a66c2;
}

.cls-7,
.cls-8 {
    fill-rule: evenodd;
}

.cls-8 {
    fill: #fff;
}

.cls-9 {
    fill: #10b7f4;
}

.cls-9,
.cls-10 {
    fill-rule: evenodd;
}

.cls-10 {
    fill: #fff;
}

.cls-11 {
    fill: #1da1f2;
}

.cls-11,
.cls-12 {
    fill-rule: evenodd;
}

.cls-12 {
    fill: #fff;
}

.cls-13 {
    fill: #ea4c89;
}

.cls-13,
.cls-14 {
    fill-rule: evenodd;
}

.cls-14 {
    fill: #fff;
}

.cls-15 {
    fill: #1769ff;
}

.cls-15,
.cls-16 {
    fill-rule: evenodd;
}

.cls-16 {
    fill: #fff;
}

.cls-17 {
    fill: #f26522;
}

.cls-17,
.cls-18 {
    fill-rule: evenodd;
}

.cls-18 {
    fill: #fff;
}

/* end section move */
/* card projects */
.container-scroll {
    display: flex;
    align-items: center;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.moving-item {
    border-radius: 50%;
    position: absolute;
    background-color: #000;
    color:var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: move 6s linear infinite;
}

@keyframes move {
    0% {
        left: 100%;
    }

    100% {
        left: -50px;
    }
}

.moving-item:nth-child(1) {
    animation-delay: 0s;
}

.moving-item:nth-child(2) {
    animation-delay: 1s;
}

.moving-item:nth-child(3) {
    animation-delay: 2s;
}

.moving-item > img {
    border-radius: 50%;
    height: 90px;
}

/* end card projects */
/* our projects */

/* end our projects */
/* this for whatsapp */
.whatsapp-container {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    z-index: 9999;
}

.whatsapp-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 78;
    height: 50px;
}

.whatsapp-text {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    font-size: 16px;
}

.phone-number {
    color: #fff;
    text-decoration: none;
}

.phone-number:hover {
    text-decoration: underline;
}

.whatsapp-container1 {
    position: fixed;
    bottom: 118px;
    left: 10px;
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    z-index: 9999;
}

/* نص الصور اللي يتحركين */
/* footer */
.card {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
    border-radius: 5px !important;
}

/* for all social containers*/
.link {
    color:var(--white);
    background-color: var(--first);
    padding: 10px;
    margin: 10px;
    font-size: 25px;
    border-radius: 5px;
    border:1px solid white;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link a{
    color:var(--white);
}
.link:hover{
    background-color:var(--next);
}

/* footer */
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: var(--first);
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: var(--next);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo img {
    max-width: 209px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: var(--next);
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: var(--next);
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--next);
    padding: 13px 20px;
    border: 1px solid var(--next);
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: var(--first);
    box-shadow: 0 0 3px gray;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 20px;
    color:var(--white);
    font-weight: bold;
}

.copyright-text p > span {
    color: var(--next);
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* end footer */
/* contact */
.footer-text {
    display: flex;
}

.footer-text a {
    color:var(--white);
    font-size: 17px;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
}

/* for all social containers*/
.socialContainer {
    width: 52px;
    height: 52px;
    background-color: var(--first);
    border-radius: 4px;
    box-shadow: 0 0 3px gray;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}

/* instagram*/
.containerOne:hover {
    background-color: #d62976;
    transition-duration: .3s;
}

/* twitter*/
.containerTwo:hover {
    background-color: #00acee;
    transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover {
    background-color: #0072b1;
    transition-duration: .3s;
}

/* Whatsapp*/
.containerFour:hover {
    background-color: #128C7E;
    transition-duration: .3s;
}

.socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* end contact */
/* back to top */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 30px;
    bottom: 50px;
    z-index: 11;
    animation: action 1s infinite alternate;
    border-radius: 0;
    border: none;
    width: 50px;
    height: 50px;
    align-content: center;
}

@keyframes action {
    0% {
        transform: translateY(-10);
    }

    100% {
        transform: translateY(-15px);
    }
}

.btn-primary {
    color: #212529;
    background-color: var(--first) !important;
    border-color: var(--next) !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

/* end back to top */
/* message not accept */
.notification {
    position: fixed;
    top: 20px;
    right: 2%;
    z-index: 1050;
    width: 350px;
    display: none;
}

.notification-success {
    display: none;
    position: fixed;
    top: 20px;
    right: 2%;
    z-index: 1050;
    width: 300px;
}

/* for scroll */
.owl-carousel{
    direction: ltr;
}
/* category */
.ul-category {
    list-style: none;
    margin-bottom: 10px;
}

.ul-category li {
    border-radius: 50px;
    padding: 7px 20px;
    border: 1px solid var(--next);
}

.ul-category li:hover {
    background-color: var(--first);
}

.ul-category li a {
    color: var(--next);
}

.owl-item h6{
    color:var(--first);
    font-weight: bolder;
}
.owl-item p{
    color:var(--next);
}
.vendor-item{
    border:none !important;
}
/* end category */
/* project */
.project-location a{
    font-size: 12px;
    border-radius: 65px;
    padding: 5px 4px;
    color: var(--white);
    border: 1px solid;
    font-weight: bold;
}
.project-location h3{
    color:var(--white);
}
.cat-p{
    background-color: var(--next);
    color:var(--white);
    border-radius: 35px;
    font-size: 14px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
}
.project-name{
    color: var(--white);
}
/* end project */
