@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

*::-webkit-scrollbar {
    width: 0px;
}

html {
    background-color: #0d1a38;
}

.mainBg {
    position: relative;
    min-height: 100vh;
    background-color: #0d1a38;
}

.BgAbout {
    position: absolute;
    z-index: 0;
}

.aboutPage .mainDis .title {
    font-size: xxx-large;
    color: white;
}

.aboutPage .mainDis .title .coloerWord {
    color: #efbb34;
}

.aboutPage .mainDis .dis2 {
    opacity: .5;
    font-size: large;
}

.aboutPage .mid-image {
    border-radius: 17px;
    position: absolute;
}

.mainBg img.Bg {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    z-index: 0;
}

.navbar .nav-link {
    color: white;
}

.navbar .nav-link:hover {
    color: #efbb34;
}

.navbar .nav-link.active {
    color: #efbb34;
}

.content {
    position: relative;
    color: white;
}

.content .mainTitle {
    font-family: "Cinzel", serif;
    font-size: xxx-large;
    text-align: center;
    font-style: normal;
}

.content .disc a {
    text-decoration: none;
    color: white;
}

.ex-btn {
    width: 17%;
    border-radius: 7px;
    border: none;
    height: 42px;
    color: white;
    background: no-repeat;
    background-image: linear-gradient(94deg, #ffffff14, #efbb34);
    transition: 0.7s;
}

@media (max-width:800px) {
    .ex-btn {
        width: 40%;
    }
}

.ex-btn:hover {
    transform: scale(0.9);
}

.selectLang {
    background: none;
    border: none;
    color: #efbb34;
}

.disOfWelcomePage {
    width: 50%;
}

@media (max-width:800px) {
    .disOfWelcomePage {
        width: 80%;
    }
}

.selectLang option {
    color: black;
}

.OurServiesPage .maintitle {
    font-size: xx-large;
    position: relative;
    font-weight: bold;
}

.NavImgLogo {
    height: 45px;
}

.OurServiesPage .haddinDis {
    position: absolute;
    top: 0;
    background-color: #0d1a38;
    height: 100%;
    width: 100%;
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
}

.OurServiesPage .maintitle span.coloerWord,
.OurServiesPage .haddinDis .coloerWord {
    color: #efbb34;
}

.OurServiesPage .haddinDis .DisTitle {
    font-size: xx-large;
    position: relative;
    margin-bottom: 10px;
}

.OurServiesPage .haddinDis .DisTitle::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: #efbb34;
    left: 0px;
    bottom: 0;
}

.OurServiesPage .haddinDis .HDIS {
    opacity: 0.7;
}

.OurServiesPage .maintitle .ship1 {
    position: absolute;
    right: 0;
    width: 70%;
    height: 1px;
    background-color: white;
    bottom: 0;
}

.OurServiesPage .maintitle .ship2 {
    position: absolute;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: white;
    bottom: 0;
}

.OurServiesPage .servies {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}

.OurServiesPage .servies .content {
    position: absolute;
    font-size: x-large;
    font-weight: bold;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.OurServiesPage .servies .content .title {
    color: #efbb34;
}

.OurServiesPage .servies img.bgserv {
    background-size: cover;
    object-fit: fill;
    width: 100%;
    filter: brightness(0.5);
    border-radius: 10px;
    height: 300px;
}

@media (max-width:800px) {
    .OurServiesPage .row {
        gap: 20px;
    }
}

.owl-carousel .owl-item img {
    height: 300px;
    transition: 0.5s;
    /* transform: scale(1); */
}

/* العنصر الأول الذي يحتوي على الفئة active */
.owl-carousel .owl-item.active:first-child img {
    transform: scale(0.9);
}

/* العنصر الأخير الذي يحتوي على الفئة active */
.owl-carousel .owl-item.active:last-child img {
    transform: scale(0.9);
}

.conImg {
    width: 300px;
    height: 400px;
    margin-left: 2rem;
    margin-right: 2rem;
    transition: all 0.5s ease-out;
}

/* .conImg img {    transition: all 0.5s ease-out;}.conImg.slick-current {    transform: scale(1.2);}.conImg.slick-current img {    transform: scale(1.2);} */
.slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.85);
}

.managementSliderCon .slick-slide img {}

/* .mainSlider {    width: 80%;    margin: auto;} */
.mainSlider .slick-slide {
    transform: scale(0.8);
    transition: transform 0.4s ease;
    opacity: 0.6;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainSlider .slick-slide a {
    position: absolute;
    top: 50%;
    background: none;
    border: 2px solid #779dff;
    font-weight: bold;
    color: white;
    height: 40px;
    border-radius: 5px;
    transition: 0.5s;
    white-space: nowrap;
    padding: 5px 15px;
}

.mainSlider .slick-slide a:hover {
    transform: scale(0.9);
}

.mainSlider .slick-center {
    transform: scale(1);
    /* Enlarged center slide */
    opacity: 1;
}

.slick-dots {
    bottom: -75px;
}

.slick-dots li button:before {
    color: white;
    width: 10px;
    height: 10px;
    content: '';
    background: white;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff8f8;
}

.lastestPage .Title,
.ProjactsPage .Title {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

.lastestPage .Title .coloerWord,
.ProjactsPage .Title .coloerWord {
    color: #efbb34;
}

.ProjactsPage .smallTitle {
    text-align: center;
    color: #efbb34;
}

.ProjactsPage .smallTitle .ship {
    width: 65px;
    height: 2px;
    background-color: white;
    filter: blur(0.5px);
}

.contactUsPage .mainTitle {
    position: relative;
}

.contactUsPage .dis {
    opacity: 0.5;
}

.contactUsPage .mainTitle .colorWord {
    color: #efbb34;
}

.contactUsPage .icon img {
    width: 50px;
    height: 35px;
    object-fit: contain;
}

.contactUsPage .mainTitle::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0;
}

.contactUsPage .contactForm {
    background-image: linear-gradient(182deg, #3f361b, transparent);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.contactUsPage .contactForm textarea,
.contactUsPage .contactForm input {
    background: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff4a;
    border-radius: 5px !important;
}

.lastestPage .content img {
    height: 200px;
    width: 80%;
    border-radius: 5px;
    transition: 1s;
}

.lastestPage .content img:hover {
    transform: scale(1.1);
}

.spainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navbar-toggler {
    border-color: wight;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.aboutPage .galary {
    padding-bottom: 70px;
}

@media (max-width:500px) {
    .aboutPage .galary img {
        height: 400px;
    }

}

@media (max-width:800px) {
    .spainer img {
        width: 400px;
        object-fit: contain;
    }

}

.ProjactsPage .modal-content {
    background: unset;
}

.ProjactsPage .modal-content .ConEle {
    background-color: #0d1a38;
    border-radius: 7px;
}

.ProjactsPage .modal-content .ConEle .dis {
    color: white;
    font-size: 1.5rem;
    padding: 5px;
    white-space: nowrap;
}

.ProjactsPage .modal-content .ConEle a {
    color: white;
    text-decoration: none;
    border: 1px solid #ca9c22;
    width: 71%;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

.ProjactsPage .modal-content .ConEle a:hover {
    transform: scale(0.9);
}

.ProjactsPage .modal-content .modalTital {
    color: #ca9c22;
    font-size: 1.4rem;
}

.someIcons a {
    text-decoration: none;
    color: white;
    font-size: x-large;
}

.ProjactsPage .modal-content .modalTital .line {
    width: 100px;
    background-color: white;
    height: 1px;
}

.footer {
    background-color: #0d1a38;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}

.footer .iconsSection {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.footer .links::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: white;
    opacity: 0.5;
    border-radius: 20px;
    bottom: 0;

}

.footer .link a {
    color: white;
    text-decoration: none;
}

@media (max-width:800px) {
    .footer .link a {
        font-size: small;
    }

}

.footer .logo img {
    width: 150px;
    object-fit: contain;
}

.footer .link a:hover {
    color: #c9a54f;
}

.footer .active a {
    color: #c9a54f;
}

.copyright {
    color: white;
    text-align: center;
    font-size: small;
    opacity: 0.5;
}

.lastestPage .titleOfProjectAndDis {
    padding: 0px 20px;
    position: relative;
}

.lastestPage .titleOfProjectAndDis::after {
    content: "";
    position: absolute;
    height: 3rem;
    background-color: #efbb34;
    width: 4px;
    top: 15px;
    border-radius: 10px;

}

.lastestPage .titleOfProjectAndDis .titleOfProject {
    font-size: 1.7rem;
    font-weight: bold;
    display: flex;
    position: relative;
    padding: 15px 10px;
}

.lastestPage .titleOfProjectAndDis .titleOfProject::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #efbb34;
    bottom: 0;
    opacity: 0.7;
}

.lastestPage .titleOfProjectAndDis .disOfProject {
    opacity: 0.5;
    width: 50%;
}

@media (max-width:800px) {
    .lastestPage .titleOfProjectAndDis .disOfProject {
        width: 80%;
    }
}

.conModal {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0000007a;
}

.conModal img {
    max-width: 60%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-height: 70%;
}

.colseModal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.5s;
}

.conModal .arrow {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
}

.conModal .arrow button {
    background: unset;
    border: none;
    color: antiquewhite;
    transition: 0.5s;

}

.conModal .arrow button:hover {
    transform: scale(0.9);
}

.managementSliderCon {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #00000073;

}

.managementSliderCon .slick-track {
    height: 800px;
    display: flex;
    align-items: center;
}

.managementSliderCon .managementSlider {
    height: 100%;
    display: flex;
    align-items: center;
}

.managementSliderCon .managementSlider img {
    object-fit: contain;
    border-radius: 10px;
    width: 500px;
    height: unset;
}

@media (max-width:800px) {
    .managementSliderCon .managementSlider img {
        height: 200px;
        width: 90%;
        object-fit: cover;
    }
}

.managementSliderCon .managmentImgCon {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.slick-prev:before,
.slick-next:before {
    font-size: 4rem;
}

.slick-prev {
    left: 10%;
    z-index: 1;
}

.slick-next {
    right: 10%;
    z-index: 1;
}

.xModal {
    border: none;
    background: none;
    position: absolute;
    right: 10%;
    top: 30px;
    font-size: 2rem;
    z-index: 2;
}