/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0300;0,400;0,700;1,500&display=swap');
@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;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

body,
html {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-top: 40px;
    height: 100%;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

p {
    font-size: small;
    letter-spacing: 2px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333F50;
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    word-spacing: 10px;
}

.navbar {
    height: 90px;
    background-color: #333F50;
}

.nav-logo {
    background-color: white;
    height: 90px;
    width: 400px;
    border-right: 10px solid lightgray;
}

.btn-primary {
    background-color: #333F50;
    border: none;
}

.btn-primary:hover {
    background-color: #333F50;
    box-shadow: 0px 0px 0px 2px #333F50;
}

.myBorder {
    border-top: 4px solid #333F50;
    border-radius: 50px;
    width: 80px;
}

.myBorder-title {
    border-top: 8px solid #333F50;
    border-radius: 10px;
    width: 250px;
}

.title {
    text-align: center;
}

.title h1 {
    font-size: 3.1rem;
}

.card {
    /* width: 300px; */
    border: none;
}

.card-img-top {
    width: 100%;
    height: 200px;
}

.card-body {
    background-color: #F5F5F5;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s;
    /* border-style: none solid solid solid;
    border-width: 1px;
    border-color: rgb(235, 233, 233); */
}

.card-body:hover {
    box-shadow: 0px 4px #333F50;
    transition: all .3s;
}

.parallax {
    /* The image used */
    background-image: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("./imgs/IMGL3556.JPG");
    background-color: rgba(0, 0, 0, 0);
    /* Full height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    /* The image used */
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("./imgs/IMGL3509.jpg");
    background-color: rgba(0, 0, 0, 0);
    /* Full height */
    height: 450px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero {
    color: white;
    height: 100vh;
    padding-top: 100px;
}

.section {
    padding-top: 80px;
    /* padding-left: 200px;
    padding-right: 200px; */
    padding-bottom: 80px;
}

.about-us {
    z-index: -1;
    overflow: hidden;
    padding: 0;
}

.stat {
    /* padding-left: 200px;
    padding-right: 200px; */
    color: white;
    background-color: #333F50;
    border-top: 10px solid lightgray;
    border-bottom: 10px solid lightgray;
}

.bg-clear {
    background-color: #FFFFFF;
}

.bg-darks {
    background-color: #F5F5F5;
}

.services-img {
    height: 500px;
    object-fit: cover;
}

.video-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.my-video {
    z-index: -1;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 150%;
}

.project-container {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.project-container:hover .project-img {
    transform: scale(1.1);
    transition: .3s all;
}

.project-container:hover .project-banner {
    transform: scale(1.3);
    transition: .3s all;
}

.project-img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
    transition: .3s all;
}

.project-banner {
    text-align: center;
    background-color: #333F50;
    color: white;
    width: 100%;
    transition: .3s all;
}

.project-banner h5 {
    color: white;
}

@media (max-width: 575.98px) {
    .hero h1 {
        color: white;
        /* font-family: 'Josefin Sans', sans-serif; */
        font-weight: 700;
        line-height: 4rem;
        font-size: 3rem;
    }

    .stat h1 {
        font-size: 0.9rem;
        color: white;
    }

    .stat-info {
        display: flex;
        align-items: center;
        height: 150px;
        padding: 20px 20px 20px 20px;
    }

    .nav-logo {
        background-color: white;
        height: 90px;
        width: 250px;
        border-right: 10px solid lightgray;
    }

    .nav-logo img {
        height: 45px;
    }
}

@media (min-width: 576px) {
    .hero h1 {
        padding-top: 20px;
        color: white;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        letter-spacing: 7px;
        word-spacing: 10px;
        line-height: 100px;
        font-size: 4rem;
    }

    .stat-info {
        display: flex;
        align-items: center;
        height: 150px;
        padding: 20px 80px 20px 80px;
    }

    .stat h1 {
        font-size: 1.2rem;
        color: white;
    }

    .carousel-control-prev {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .carousel-control-next {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }
}