/* General Styles */
@font-face {
    font-family: Helvetica;
    src: url(fonts/helvetica-light-587ebe5a59211.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
}
.white-space {
    height: 30px;
}

@media (max-width:1200px) {
    .white-space {
        height: 30px;
        margin-left: 300px;
    }
    
}


@media (max-width:844px) {
    .white-space {
        max-width: 100vw;
        margin-left: -400px;
        height: 60px;
    }
    .white-space .icons i{
        font-size: 50px;
    }
    
}
/* Navbar styling */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.brand-title {
    font-size: 1.5em;
    color: white;
}

.navbar-links {
    display: flex;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.navbar-links li {
    margin: 0 10px;
}

.navbar-links a {
    text-decoration: none;
    color: whitesmoke;
    padding: 8px 10px;
}

.navbar-links a:hover {
    background-color: whitesmoke;
    border-radius: 5px;
    color: red;
    transition: 0.2s;
}

.navbar  a img{
    display: flex;
    width: 130px;
    margin-right: 800px;
}

.navbar .toggle-button {
    color: whitesmoke;
}


/* For smaller screens */
.toggle-button {
    display: none;
    font-size: 1.5em;
    color: white;
}

@media (max-width: 768px) {
    .toggle-button {
        display: block;
        font-size: 50px;
    }

    .navbar-links {
        display: none;
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul {
        flex-direction: column;
    }

    .navbar-links li {
        text-align: center;
        font-size: 2.5rem;
    }

    .navbar-links a {
        padding: 10px;
        border-top: 1px solid #555;
    }
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.heading {
    display: inline-flex;
}
/*
.nav-menu li {
    list-style: none;
}

.nav-item a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 15px;
}

.nav-link a {
    margin-top: 30%;
}

.navbar {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: right;
    top: 0;

}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-left: -100px;
    gap: 60px;

}


.nav-link {
    transition: 0.7s ease;
}

.nav-link:hover {
    color: red;
    text-decoration: none;
}

.hamburger {
    display: none;
    cursor: pointer;
    margin-top: -50px;
    margin-right: -150px;
    height: 40px;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: whitesmoke;
}

@media (max-width:768px) {
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu {
        margin-top: -20px;
        position: fixed;
        left: -100%;
        gap: 0;
        flex-direction: column-reverse;
        background-color: red;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }
    
    
}
*/
.header{
    margin-top: 6px;
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(dubai.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
}

@media (max-width:844px) {
    .header{
        margin-top: 6px;
        height: 100vh;
        width: 170rem;
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(dubai.webp);
        background-position: center;
        background-size: cover;
        position: relative;
        font-family: 'Times New Roman', Times, serif;
    }
}

@media (max-width: 1280px) {
    .header{
        margin-top: 6px;
        height: 100vh;
        width: 170rem;
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(dubai.webp);
        background-position: center;
        background-size: cover;
        position: relative;
        font-family: 'Times New Roman', Times, serif;
    }
}





.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

@media (max-width:844px) {
    .text-box {
        margin-top: -10px;
    }
    .text-box h1 {
        margin-top: 10px;
        font-size: 80px;
        color: red;
        margin-left: 100px;
    }
    
    .text-box h6 {
        font-size: 20px;
        color: whitesmoke;
    }
    
    .text-box p {
        margin-top: -500rem;
        font-size: 20px;
        color: red;
    }
    
}

.text-box1 {
    margin-top: -13rem;
    font-size: 70px;
    color: red;
    width: 90%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box2 {
    font-size: 20px;
    color: whitesmoke;
    width: 90%;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box3 {
    margin: 10px 0 40px;
    font-size: 20px;
    color: red;
    width: 90%;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}


@media (max-width:1920px) {
    .text-box h1 {
        margin-top: -30rem;
        font-size: 80px;
        color: red;
    }
    
}


.heading h4 a{
    color: black;
    margin-left: 2em;
    padding-left: -2em;
    padding-right: -2em;
}

.heading h4 a:hover {
    color: tomato;
}

.icons {
    margin-left: 1200px;
    display: inline-flex;
}
/* Responsive Hero Section */
.hero {
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(dubai.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Services Section */
.services-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.container1 .box3 h2{
    font-size: 2rem;
}

.container1 .box3 p{
    font-size: 1.2rem;
}


@media (max-width:844px) {
    .services-section {
        padding: 60px 100px;
        text-align: center;
        background-color: #f4f4f4;
        width: 1690px;
    }
    .services-section h1 a span{
        font-size: 5rem;
    }
    #services {
        font-size: 5rem;
    }
    .container1 .box3 h2 {
        font-size: 3.5rem;
    }
    .container1 .box3 p {
        font-size: 2.3rem;
    }
    .container1 .box3 i {
        font-size: 4.5rem;
    }



}

@media (max-width: 1280px) {
    .services-section {
        padding: 60px 100px;
        text-align: center;
        background-color: #f4f4f4;
        width: 1690px;
    }
    .services-section h1 a span{
        font-size: 5rem;
    }
    #services {
        font-size: 5rem;
    }
    .container1 .box3 h2 {
        font-size: 3.5rem;
    }
    .container1 .box3 p {
        font-size: 2.3rem;
    }
    .container1 .box3 i {
        font-size: 4.5rem;
    }



}





.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.services-grid div {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.services-grid div i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: tomato;
}

.services-grid div h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.services-grid div p {
    font-size: 1rem;
    color: #666;
}

@media (max-width:1200px) {
    .services-grid div p {
        font-size: 2rem;
        color: #666;
    }
    .text-box h1 {
        margin-top: -100rem;
        font-size: 80px;
        color: rgb(255, 0, 242);
    }
    
}

.services-section h1 a {
    font-size: 32px;
    color: tomato;
    margin-left: 50px;
    margin-top: 20px;
    text-decoration: none;
    text-decoration: underline red;
}

.services-section h1 a:hover {
    color: tomato;
}


/* About Section */
.about-section {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 20px;
    background-color: #fff;
}

@media (max-width:844px) {
    .about-section {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 20px;
        background-color: #fff;
        width: 1200px;
    }
    .about-section .inner-container h1 a{
        flex: 1;
        padding-top: -50px;
        max-width: 900px;
        text-align: center;
        padding-left: 40rem;
        font-size: 6rem;
    }
    .about-section .inner-container p{
        font-size: 1.5rem;
        color: #666;
        line-height: 1.6;
        font-size: 3rem;
        padding-left: 15rem;
    }
    .about-section img {
        width: 100%;
        padding-left: 15rem;
        
    }



}

@media (max-width: 1280px) {
    .about-section {
        display: flex;
        flex-wrap: wrap;
        padding: 100px 100px;
        background-color: #fff;
        
        max-width: 2200px;
    }
    .about-section .inner-container h1 a{
        flex: 1;
        padding-top: -50px;
        max-width: 100px;
        text-align: center;
        padding-left: 20rem;
        font-size: 6rem;
    }
    .about-section .inner-container p{
        font-size: 1.5rem;
        color: #666;
        line-height: 1.6;
        font-size: 3rem;
        padding-left: 15rem;
    }
    .about-section img {
        width: 100rem;
        padding-left: 15rem;
        
    }



}



.about-section .inner-container {
    flex: 1;
    padding: 20px;
    max-width: 900px;
    text-align: justify;
}

.about-section h1 a{
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: tomato;
}

.about-section h1 a:hover {
    color: black;
}

.about-section p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.6;
}

.about-section img {
    width: 60rem;
}

/* Projects Section */
.projects-section {
    padding: 60px 20px;
    background-color: #f4f4f4;
}

@media (max-width:844px) {
    .projects-section {
        padding: 60px 20px;
        background-color: #f4f4f4;
        min-width: 1700px;
    }
    .container h2 a{
        color: tomato;
        font-size: 6rem;
    }
    .projects-grid .project-item h3 {
        font-weight: 800;
    }
    .projects-grid .project-item {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .projects-section .Btn a {
        height: 90px;
        font-size: 4rem;
        margin-left: -900px;
    }
    .projects-grid .project-item img {
        max-width: 90%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    


}



@media (max-width:1280px) {
    .projects-section {
        padding: 60px 20px;
        background-color: #f4f4f4;
        width: 1700px;
    }
    .container h2 a{
        color: tomato;
        font-size: 6rem;
    }
    .projects-grid{
        margin-bottom: 50px;
    }
    .projects-grid .project-item h3 {
        font-weight: 800;
        font-size: 7em;
    }
    .projects-grid .project-item {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .projects-section .Btn a {
        height: 90px;
        font-size: 4rem;
        margin-left: -900px;
    }
    .projects-grid .project-item img {
        max-width: 90%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    


}



.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.projects-grid .project-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.projects-grid .project-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.projects-grid .project-item h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.container h2 a{
    color: tomato;
}

.projects-section .Btn a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background: #ff002f;
    color: #fff;
    margin-top: 25px;
    margin-left: 42%;
    padding: 15px 40px;
    letter-spacing: 1px;
    user-select: none;
}

.projects-section:hover a {
    color: black;
}

/* Footer Section */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

@media (max-width:844px) {
    footer {
        background-color: #333;
        color: #fff;
        padding: 40px 20px;
        text-align: center;
        min-width: 1700px;
        height: 110rem;
    }
    .footer-container .footer-section h4 {
        font-size: 3rem;
    }
    .footer-container .footer-section p, .footer-container .footer-section ul {
        font-size: 3rem;
        color: #ccc;
    }
    
    


}


@media (max-width:1280px) {
    footer {
        background-color: #333;
        color: #fff;
        padding: 40px 20px;
        text-align: center;
        width: 1550px;
        height: 110rem;
    }
    .footer-container .footer-section h4 {
        font-size: 3rem;
    }
    .footer-container .footer-section p, .footer-container .footer-section ul {
        font-size: 3rem;
        color: #ccc;
    }
    .footer-bottom {
        margin-top: 50rem;
        background: #474646;
        height: 25px;
        text-align: center;
        padding: 5px;
    }

    .footer-bottom p {
        font-size: 1.6rem;
    }
    
    


}



.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-section {
    flex: 1;
    padding: 20px;
}

.footer-section h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-section p, .footer-section ul {
    font-size: 1rem;
    color: #ccc;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 40px;
    font-size: 1rem;
}
.social-icons a i {
    margin-right: 10px;
    font-size: 20px;
    color: tomato;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.footer-bottom {
    background: #474646;
    height: 25px;
    text-align: center;
    padding: 5px;
}

/* Responsive Design: Media Queries */

/* For tablets and smaller desktops */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .services-grid div, .projects-grid .project-item {
        padding: 15px;
    }

    .about-section {
        flex-direction: column;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .hero {
        height: 80vh;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-section {
        text-align: center;
    }
}

/* For very small mobile devices */
@media (max-width: 480px) {
    .hero {
        height: 60vh;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 0.8rem;
    }

    .services-section h1, .about-section h1, .projects-section h2 {
        font-size: 1.8rem;
    }
}


/* Services Section */
.services-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.container1 {
    display: flex; /* Use Flexbox for side-by-side layout */
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.box3 {
    flex: 1 1 300px; /* Flex-grow and flex-shrink with a minimum width of 300px */
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box3 i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: tomato;
}

.box3 h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.box3 p {
    font-size: 1rem;
    color: #666;
}
@media (max-width: 768px) {
    .container1 {
        flex-direction: column;
        align-items: center;
    }

    .box3 {
        width: 100%; /* Make the box full-width on smaller screens */
        margin: 10px 0;
    }
}

