/* Main Rolls */
@font-face {
    font-family: "cairo";
    src: url("..\layout\fonts\Cairo-Black.ttf");
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --main-color: #092351;
    --second-color : #0063F7;
    --light-color : #88b5f9;
    --white-color : #FFFFFF;
    --body-color : #F5F5F5;
    --main-font-family: 'cairo',sans-serif;
    --second-font-family:'Amiri',sans-serif;
    --main-transition: 0.5s;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "cairo", sans-serif;
    font-weight: bold;
    background-color: var(--body-color);
    transform: smooth;
    direction: rtl;
}
/* Start Upper Link*/
.connect {
    font-weight: normal;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    /* background: #F8F8F8; */
    /* background: #e9e2e2; */
}
.connect .num {
    font-size: large;
    font-weight: bold;
    display: flex;
    justify-content: center;
    direction: rtl;
}
.connect .navbar-nav {
    flex-direction: row;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    color: black;
    justify-content: center;
}
.connect .navbar-nav li {
    padding-left: 10px;
}
.connect .search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connect .search svg {
    margin-left: 10px;
}
.connect .contact ul svg {
    width: 10px;
    height: 10px;
}
.connect .social .nav-item a svg{
    color: #747473;
    font-size: 15px;
    
}
/* End Upper Link*/
/*==============================================================*/
/* Start image Background && LOGO */
.image .row .back-image {
    direction: ltr;
    margin-bottom: 0;
    margin-top: 0;
    height: 250px;
    width: 100%;
    /* background-image:url("../images/header-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.image .row .back-image .back {
    width: 100%;
    height: 250px;
    /* background-image:url("../images/header-img.jpg"); */
}
.image .row .back-image .logo {
    position: relative;
    background-color: var(--white-color);
    border-radius: 50%;
    margin-top: -230px;
    margin-left: 20px;
}
/* End image Background && LOGO */
/*==============================================================*/
/* Start Navbar  */
.header .navbar .navbar-nav .active {
    /* background-color: var(--light-color); */
    border-radius: 10px;
    color: var(--main-color);
    box-shadow: 0px 1px 5px 4px #eee;
}
@media (max-width: 991px) {
    .header .navbar .togel {
        width: 100%;
        background-color: var(--main-color);
        height: 50px;
        margin-top: -8px;
    }
}
.header .navbar .head-nav .dropdown-menu{ 
    background-color: var(--main-color);
}
.header .navbar .head-nav .header-nav {
    background-color: var(--main-color);
    color: var(--white-color);
    margin-top: -8px;
    height: 63px;
}
.header .navbar .navbar-nav .nav-link,
.header .navbar .navbar-nav .dropdown-item {
    color: var(--white-color);
    font-size: 15px;
    font-weight: normal;
    text-align: right;
}
.header .navbar .navbar-nav .nav-link:focus, 
.header .navbar .navbar-nav .nav-link:hover,
.header .navbar .navbar-nav .dropdown-item:focus, 
.header .navbar .navbar-nav .dropdown-item:hover  {
    background-color: var(--light-color);
    border-radius: 10px;
    color: var(--main-color);
    box-shadow: 0px 1px 5px 4px #eee;
}
.header .navbar .navbar-toggler {
    color: var(--white-color);
    font-size: 25px;
    border-color: var(--white-color);
    background-color: var(--main-color);
    margin-right: 15px;
    margin-top: 8px;
}
.header .navbar .navbar-toggler:focus {
    box-shadow: none;
    margin-top: 10px;
}
.header .navbar .navbar-toggler[aria-expanded="true"] {
    border-color: var(--light-color);
    margin-top: 0;
    margin-bottom: 15px;
}
.header .navbar .show ul {
    background-color: var(--main-color);
    color: var(--white-color);
    margin-top: 20px;
}
.header .navbar .navbar-nav .connect {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
}
.header .navbar .navbar-nav .connect a {
    font-size: 13px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    background-color: white;;
    border-radius: 20%;
    color: black;
}
.header .navbar .navbar-nav .connect  a:hover{
    background-color: var(--light-color);
    color: white;
}
.header .navbar .navbar-nav .connect li {
    padding-left: 10px;
}
/* End Navbar */
/*==============================================================*/
/* Start News Section */
.news .box-image {
    height: fit-content;
    max-height: 379px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    overflow: hidden;
}
/* .news .box-image img {
    width: 100%;
    max-width: 100%;
} */
.news .box-title {
    background-color: white;
    /* height: fit-content; */
    max-height: 379px;
    box-shadow: 0 10px 35px rgb(0 0 0 / 35%);
    border-radius: 6px;
    overflow: hidden;
}
.news .box-title > div {
    font-size: 25px;
}
.my-hr {
    width: 50%;
    height: 5px;
    background-color: var(--second-color);
    border: 2px solid var(--second-color);
}
/* End News Section */
/*==============================================================*/
/* Start News-archive */
.main-title {
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto 40px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.main-title::before,
.main-title::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--second-color);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.main-title::before {
    left: -30px;
}
.main-title::after {
    right: -30px;
}
.main-title:hover::before {
    z-index: -1;
    animation: left-move 0.5s linear forwards;
}
.main-title:hover::after {
    z-index: -1;
    animation: right-move 0.5s linear forwards;
}
.main-title:hover {
    color: white;
    border: 2px solid white;
    transition-delay: 0.5s;
}
.spikes {
    position: relative;
}
.News-archive {
    position: relative;
}
.News-archive .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 40px;
}
.News-archive .box {
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.News-archive .box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
.News-archive .box img {
    width: 100%;
    max-width: 100%;
}
.News-archive .box .content {
    padding: 20px;
}
.News-archive .box .content h3 {
    margin: 0;
}
.News-archive .box .content p {
    margin: 10px 0 0;
    line-height: 1.5;
    color: #777;
}
.News-archive .box .info {
    padding: 20px;
    border-top: 1px solid #e6e6e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.News-archive .box .info a {
    color: var(--second-color);
    font-weight: bold;
}
.News-archive .box .info svg {
    color: var(--second-color);
}
.News-archive .box:hover .info svg {
    animation: moving-arrow 0.6s linear infinite;
}
/* End News-archive */
/*==============================================================*/
/* Start Services & advertising Section */
.services .icon {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    justify-items: center;
}
.services .icon .box {
    height: 200px;
    width: 200px;
    border: 1px solid;
    border-radius: 50%;
    /* color: #0063F7; */
    position: relative;
    z-index: 1;
}
.services .icon .box::before {
    content: "";
    left: 50%;
    top: 50%;
    position: absolute;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    background-color: rgba(142, 133, 214, 0.3);
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
}
.services .icon .box:first-child::before {
    background-color: rgba(187, 153, 41, 0.3);
}
.services .icon .box:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.services .icon .box:hover {
    color: white;
    /* background-color: #0063F7; */
}
.services .icon .box:hover .contain > svg {
    color: red;
    font-size: 40px;
    margin-top: 15px;
    transition: 0.5s;
}
.services .icon .box:first-child:hover {
    color: white;
    color: #0063F7;
    background-color: #0063F7;
    background-color: white;
}
.services .box .contain > svg {
    margin: 20px auto 20px;
    padding: 20px;
    display: block;
    text-align: center;
    /* color: #d5d5d5; */
    border: 1px solid;
    border-radius: 50%;
}
.services .box .contain p {
    display: block;
    text-align: center;
    width: 130px;
    position: relative;
    top: -10px;
    margin: 20px auto;
}
.services .col-lg-4 {
    padding-top: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
}
.services .col-lg-4 h2 {
    margin-bottom: 30px;
}
.services .advertise {
    display: grid;
    grid-template-rows: repeat(5 ,auto);
    gap: 10px;
    justify-items: center;
}
.services .advertise .box {
    margin-top: 0;
    display: flex;
    text-align: center
}
.services .advertise .box img {
    width: 100px;
    height: 100px;
}
.services .advertise .box p {
    margin: 20px auto;
    font-weight: bolder;
    font-size: 18px;
    color: var(--second-color);
}
/* End Services & advertising Section */
/*==============================================================*/
/* Start Projects Section */
.projects .list ul {
    height: 50px;
    background-color: var(--main-color);
    color: var(--white-color);
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
}
.projects .list ul li { 
    cursor: pointer;
    width: calc(100% / 3 );
    text-align: center;
}
.projects .list ul li.active {
    height: 50px;
    padding-top: 15px;
    margin-right: -40px;
    background-color: var(--second-color);
    transition: var(--main-transition);
}
.image-box {
    border: 1px solid;
    grid-template-columns: repeat(auto-fill,minmax(285px,1fr));
}
.image-box .box img {
    height: calc(100% - 10px);
    border-radius: 5px;
}
.image-box .box .content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white-color);
    position: relative;
    top: -153px;
    height: 153px;
}
.word {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white-color);
    position: relative;
    top: -153px;
    /* height: 153px; */
}
/* End Projects Section */
/*==============================================================*/
/* Start Reports&Plans */
.report .Boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
}
.report .Boxes .box {
    position: relative;
}
.report .Boxes .box img {
    border-radius: 15px;
}
.report .Boxes .contain {
    width: 100%;
    height: 150px;
    top: 50%;
    background-color: rgba(8, 8, 8, 0.7);
    position: absolute;
    text-align: center;
    color: var(--white-color);
    border-radius: 0 0 15px 15px;
}
/* End Reports&Plans */
/*==============================================================*/
/* Start ContactUs& Video Section */
.contact .contactus form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    flex-direction: column;
}
.contact .contactus form .input {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    caret-color: var(--second-color);
}
.contact .contactus form .input:focus {
    outline: none;
    font-weight: bolder;
    box-shadow: 2px 2px 1px var(--second-color);
}
.contact .contactus form [type="submit"] {
    display: block;
    width: 50%;
    padding: 15px;
    background-color: var(--second-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.contact .video {
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.contact .video video {
    width: 100%;
}
/* End ContactUs& Video Section */
/*==============================================================*/
/* Start Footer */
.scroll {
    background-color: var(--second-color);
    border: none;
    color: aliceblue;
    font-weight: bold;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    /* right: 20px auto; */
    width: 35px;
    height: 35px;
    display: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
    animation: up-and-down 3s linear infinite;
}
@media (max-width: 768px) {
    .scroll {
        right: 20px;
    }
}
.footer .container {
    background-color: var(--main-color);
    font-size: 14px;
}
.footer .copyright > span {
    color: #33d1cc;
}
.footer .copyright div span {
    color: #ffc400;
}
.footer .contact ul {
    margin-right: -40px;
}
@media (max-width: 768px) {
    .footer .contact ul {
        margin-right: 40px;
    }
}
@media (min-width: 769px) {
    .footer .contact ul {
        margin-right: -50px;
    }
}
.footer .contact ul svg {
    width: 20px;
    height: 20px;
}
.facebook {
    background-color: #1877f2;
}
.twitter {
    background-color: #1da1f2;
}
.google {
    background-color: #dd4b39;
}
.youtube {
    background-color: #ff0000;
}
.whatsapp {
    background-color: #25d366;
}
/* End Footer  */
/* Animation */
@keyframes up-and-down {
    0%,
    10%,
    20%,
    50%,
    /* 80%, */
    100% {
    transform: translateY(0);
}
    40%,
    60% {
    transform: translateY(-10px);
}
}
@keyframes left-move {
    50% {
        left: 0;
        width: 12px;
        height: 12px;
    }
    100% {
        left: 0;
        border-radius: 0;
        width: 50%;
        height: 100%;
    }
}
@keyframes right-move {
    50% {
        right: 0;
        width: 12px;
        height: 12px;
    }
    100% {
        right: 0;
        border-radius: 0;
        width: 50%;
        height: 100%;
    }
}
@keyframes moving-arrow {
    100% {
        transform: translateX(10px);
    }
}