@import url('https://fonts.googleapis.com/css2?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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

#animation-container {
    width: 70%;
    border-radius: 15px;
    margin-left: 150px;
    margin-bottom: 5%;
}

.logo {
    text-decoration: none;
    color: #F6F7FB;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
}

.logo:hover {
    text-decoration: none;
}

.navbar {
    padding: 0;

    background-color: #0056b3;
}

.navigation a {
    color: #F6F7FB;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
}

.navigation a:hover {
    color: #601cfc;
}

.navbar .navbar-toggler {
    color: white;
    font-size: .5em;
    border-color: white;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.nav-item a {
    color: #ddd;
}

.navbar-collapse a {
    margin-top: 10px;
}

section {
    padding: 85px 200px;
}

.main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.main h2 {
    color: #0056b3;
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 100px;
    text-align: center;
}

@media (max-width:601px) {
    .main p {
        font-size: 1.5em;
        font-weight: 700;
    }
}

@media (max-width:1024px) {
    .main p {
        font-size: 2em;
        font-weight: 700;
    }
    
}

@media (min-width:1024px) {
    .main p {
        font-size: 3em;
    }
    
h2, h4 {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
}

@media (min-width:1280px) {
    .main p {
        font-size: 3em;
    }
    
h2, h4 {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
}

.main p {
    display: inline-block;
    color: #2a2a2a;
    font-weight: 500;
    text-align: center;
    font-size: 1.3em;
}

.main h4 {
    color: #2a2a2a;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;

}

.project {
    background-color: #000;
}


.about-us-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: #45576e;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.preview {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
}

.gif-place {
    border-radius: 8px;
}

.main-btn {
    color: #fff;
    background-color: #0056b3;
    text-decoration: none;
    padding: 0.9375em 2.1875em;
    margin-bottom: 40px;
    transition: 0.7s ease;

}

.main-btn:hover {
    background-color: #0056b3;
    color: #000;
    transform: scale(1.1);
    text-decoration: none;
}

.title {
    display: flex;
    justify-content: center;
    color: #0056b3;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 30opx;
}

.gif-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0056b3;
    font-size: 1.25rem;
    font-weight: 600;
}

.products {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.product {
    background-color: #F6F7FB;
    text-align: center;
    width: 16.5em;
    height: 15em;
    box-shadow: 0 5px 25px rgba(1, 1, 1, 25%);
    border-radius: 10px;
    padding: 50px;
    margin: 15px;
    transition: 0.7s ease;
}

.product:hover {
    transform: scale(1.1);
}

.fa-solid {
    font-size: 4em;
}


.home-page-robotics {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.home-page-robotics-text {
    text-align: center;
}

.home-page-robotics-text h2 {
    font-size: 3em;
    margin-bottom: 10px;
    color: #0056b3;
    font-weight: 600;
}

.home-page-robotics-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.gif video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}

.contact {
    text-align: center;
}

.footer-section {
    display: flex;
    align-items: center;
}

.social-icons {
    margin-left: 20px;
}

.social-icons a {
    color: #45576e;
    margin-right: 10px;
    text-decoration: none;
    font-size: 1.5em;
}

.main-footer {
    background-color: #2a2a2a;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-links {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.footer-links li a:hover {
    background-color: #444;
    color: #fff;
}

.footer-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 24px;
    text-decoration: none;
}

.footer-icons a:hover {
    color: #ddd;
}

.fa-link {
    font-size: medium;
    padding-left: 5em;
    color: #0056b3;
}
.Ahmed-Profile {
    margin-top: 30px;
}
.Ibrahim-Profile {
    margin-top: 30px;
}
.footer {
    background-color: #1979D9;
}
.main-about {
    width: 100%;
    min-height: 70vh;
    align-items: center;
    background-color: #666;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: #45576e 5px solid;
}

.about-us {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.photo img {
    width: 150px;
    position: relative;
    background-color: #000;
}

.info {
    width: 100%;
    text-align: justify;
}

.main-about1 {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#comp-text {
    color: black;
    font-size: 1.1em;
    text-align: center;
    font-weight: 400;
}

.team {
    width: 100%;
    background-color: #45576e;
}

.history-section {
    justify-content: space-between;
    align-items: center;
    padding: 70px 0px 35px;
}

.history {
    background-color: #000;
    border-radius: 1.5em;
    overflow: hidden;
    position: relative;
    padding-top: 35%;
    height: 0px !important;
    padding-left: 150px
}

.history img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    vertical-align: middle;

}

.history-text {
    padding: 100px;
}

/* Team Section */
.about-container {
    background-color: #adbfd8;
}

.responsive-cell-block {
    min-height: 75px;
}

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
}

.team-head-text {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.team-head-text {
    line-height: 50px;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}

.card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}

.card-container {
    width: 280px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
}

.name {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 800;
}

.position {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.feature-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: rgb(122, 122, 122);
    line-height: 30px;

}

.team-image-wrapper {
    clip-path: circle(50% at 50% 50%);
    width: 130px;
    height: 130px;
}

.team-member-image {
    max-width: 100%;
}

@media (max-width: 500px) {
    .card-container {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 25px;
        margin-left: 0px;
    }
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}