@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html {
    font-family: 'Oswald', sans-serif;
    margin: 0; 
    padding: 0;
    overflow: hidden;
}

.h-100{
    height: 100vh !important;
}

body{
    background: linear-gradient(135deg, #f8f9fa 0%, #afb4b9 100%);
}

h1, h2 {
    margin-bottom: 20px;
}

header {
    margin: 0;
}

footer {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 6vh;
    width: auto;
    margin-right: 10px;
}

#services, #portfolio, #contact {
    padding: 30px 0;
}

.hero {
    position: relative;
    height: 91vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#getintouch {
    background-color: #000;
    background-image: linear-gradient(125deg,#a72879,#064497);
    border:none;
}

.onvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.card {
    min-height: 27vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}

.card h3 {
    margin-bottom: 15px;
}

.btn {
    margin-top: 20px;
}

@media (max-width: 768px) {
    html {
        overflow:auto
    }

    .about.h-100{
        height: 100% !important;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .service-item i {
        font-size: 2rem;
    }

    .service-item h4 {
        font-size: 1.3rem;
    }

    .portfolio-item img {
        width: 100%;
        height: auto;
    }

    .overlay h4 {
        font-size: 1.3rem;
    }

    .overlay p {
        font-size: 1rem;
    }

    .about img {
        width: 100%;
        height: auto;
    }

    .about h4 {
        font-size: 1.5rem;
    }
}
