* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* background-color: #333;
    overflow: hidden;*/
    padding-bottom: 30px;
    margin-bottom: 70px;
    background-color:#044a96
}

canvas {
    background-color: #000;
    width: 100%;
    height:40%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.logo-div {
    position: relative;
    width: 50%;
    height: 20%;
    top: -480px;
    /* margin-top:80px; */
    margin-left: 20px;
    z-index: 500;
}

    /*.logo-div img {
        position: absolute;
        top: 80px;
        left: 15px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        opacity: .6;*/
        /* animation: rotateLogo 5s linear infinite;*/
    /*}*/

.company-brand {
    position: absolute;
    color: #878585;
    font-size: 30px;
    margin-top:10%;
    left: 300px;
    
}

.company-name {
    color: #4cff00;
    text-shadow: 1px 2px 2px red,1px 0 15px #fff,1px 1px 10px #fff;
    animation: rotateCompname 5s linear infinite;
}

@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateCompname {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.top-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 75%;
}

.menu {
    display: flex;
    gap: 40px;
    color: #fff;
    float: right;
    margin-right: 50px;
    direction: rtl;
    width: 100%;
}

    .menu .menu-link {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        position: relative; /* Needed for the ::after pseudo-element positioning */
    }
.profile-img {
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.menu div{

}
.menu-link {
    position: relative;
    text-decoration: none;
    color:#fff;
    color: #000; /* Adjust the color as needed */
}

    .menu div .menu-link:hover ~ .profile-img {
        transform: scale(1.1); /* Adjust the scale to your liking */
    }

    .menu div .menu-link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        display: block;
        margin-top: 5px;
        right: 0;
        background: #fff; /* Adjust the color as needed */
        transition: width 0.3s ease; /* Animation for the underline */
        -webkit-transition: width 0.3s ease; /* For Safari */
    }

    .menu .menu-link:hover::after {
        width: 100%; /* When hovered, expand the width to full */
        left: 0;
        background: #fff; /* Adjust the color as needed */
    }

.header-index {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -130px;
    gap: 20px;
    z-index: 1400;
}

    .header-index .img1 {
        width: 25%;
        height: 300px;
        overflow: hidden;
    }

        .header-index .img1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.header-index1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    gap: 20px;
}
    .header-index1 .img1 {
        width: 30%;
        height: 300px;
        overflow: hidden;
        box-shadow:1px 2px 8px #000;
        
    }
        .header-index1 .img1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .header-index1 .articl1 {
       
        box-shadow: 1px 1px 2px #fff,2px 1px 8px #a4a1a1;
        color: #000;
        padding: 10px;
        direction: rtl;
        max-height: 400px;
        overflow: auto;
        color:white;
    }

.header-index2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    gap: 20px;
    z-index: 1400;
}

    .header-index2 .img1 {
        width: 25%;
        height: 300px;
        overflow: hidden;
    }

        .header-index2 .img1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20%;
            background-color: transparent;
        }


.modal-header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .modal-header .close {
        position: absolute;
        right: 10px;
    }

.modal-content {
    transform: scale(0);
    animation: scaleUp 0.9s forwards;
}

@keyframes scaleUp {
    to {
        transform: scale(1);
    }
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #207bdd40;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.lds-spinner {
    /* change color here */
    color: #1c4c5b
}

    .lds-spinner,
    .lds-spinner div,
    .lds-spinner div:after {
        box-sizing: border-box;
    }

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3.2px;
            left: 36.8px;
            width: 6.4px;
            height: 17.6px;
            border-radius: 20%;
            background: currentColor;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.send-to-us {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    box-shadow: 1px 1px 3px #a4a1a1;
    padding: 20px;
}


.image-container1 {
    width: 200px; /* Adjust the width as needed */
    height: 200px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
    border: 2px solid white;
    border-radius: 50%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    top:320px;
}

    .image-container1 img {
        width: 100%;
        height: 100%;
        border-radius:50%;
        object-fit: cover;
        animation: rotateAroundCenter 10s linear infinite;
        transform-origin: center;
        cursor: pointer;
        margin: 0;
        padding: 0;
        display: block;
    }
        .image-container1 img:hover {
            opacity: 1;
        }
    .image-container1:hover ~ .company-brand {
        color: #fff;
        opacity: 1;
        transform: rotate(360deg) scale(1.1);
    }

@keyframes rotateAroundCenter {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.img-cntr:hover{
}
*/
/*.menu-link:hover ~ .img-cntr{
    transform: rotate(360deg) scale(1.1);*/ /* Slightly enlarge the image on hover */

/*}*/
