* {
    font-family: "Open Sans", sans-serif !important;
}

.topHeader {
    background-color: var(--primaryColor);
}

header a {
    text-decoration: none;
}

header a:hover span {
    transition: all .2s ease-in-out;

}

#slider .carousel-item {
    height: fit-content;
}

header a:hover span {
    color: var(--secondaryColor);
}

.sectionParallax {
    height: 75vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    background-blend-mode: luminosity;
}

.sectionParallax * {
    color: white;
}

.sectionParallax h5 {
    font-size: 25px;
    font-weight: bold;
}

section.section2 {
    margin-top: -32vh;
    background-color: #ffffffcc;
    padding-top: 30px;
}

.btn {
    --bs-btn-padding-x: 1.3rem;
    border: 0;
    --bs-btn-padding-y: 0.475rem;
    border-radius: 20px;
}
h1 {
    color: var(--primaryColor);
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    
section.section1 .col-lg-6:nth-child(2n+2) {
    padding: 40px 0;
}

    section.section1 .row {
        --bs-gutter-x: 4.5rem;
    }
    nav.navbar.navbar-expand-lg {
        padding: 0;
    }

    nav .menu>ul>li {
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }



    nav .menu>ul>li>a {
        display: flex;
        min-height: 85px;
        width: fit-content;
        align-items: center;
    }

    .menu ul ul {
        overflow: hidden;
        top: 100%;
        left: 0;
    }
}


.topHeader .socials img {
    width: 27px !important;
}

.callButton {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}

nav{
    box-shadow: -1px 8px 22px -8px rgb(0 0 0 / 12%);
}
.topHeader .socials img:hover {
    filter: contrast(0.5);
}

.content {
    padding: 30px 0;
}
section.section1 {
    padding-bottom: 50px;
}

section.section1 h5:first-child,
section.section2 h5:first-child,
section.section4 h5:first-child {
    font-weight: bold;
    font-size: 15px;
    color: var(--secondaryColor);
    text-transform: uppercase;
}

section.section1 ul {
    margin: 0 !important;
}

section.section1 h5:nth-child(2n+2),
section.section2 h5:nth-child(2n+2),
section.section4 h5:nth-child(2n+2) {
    font-weight: bold;
    font-size: 20px;
    color: var(--primaryColor);
    max-width: 400px;
}

section.section1 .col-lg-6:first-child img {
    aspect-ratio: unset !important;
}

section.section1 .col-lg-6:nth-child(2n+1) .row {
    display: none;
}



.section2 .services a {
    position: relative;
}

.section2 .services a .card-body {
    position: absolute;

}

.section2 .services a .card-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    background-color: #00000094;
}

.section2 .services a .card-title {
    font-size: 13px !important;
    background: var(--primaryColorH);
    display: inline-block;
    color: white;
    position: relative;
    top: 0;
    left: 0;

    padding: 20px 15px;
    text-align: center;
    border-bottom-right-radius: 10px;
}

.section2 .services a .card-text {
    display: none;
}

.section2 .services button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}


.section2 .g-3.row.services {
    --bs-gutter-x: 0rem;
}

.section2 .services img {
    object-fit: cover;
}

.section2 .services button {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    left: 0;
    border: 0;
    font-size: 15px;
    color: #ffffffb8;
    transition: all .3s ease-in-out;
}

.section2 .serviceItem:hover button {
    opacity: 1;
}

.section3 {
    background-color: #f3f3f3;
}

.section3 img.img-fluid {
    object-fit: contain;
    aspect-ratio: 4 / 2;
    object-position: center;
    width: 160px;
    height: fit-content;
    filter: grayscale(1);
}

.section4 .projects .card-text {
    display: none;
}

.card {
    border: 5px solid var(--secondaryColorL);
    transition: all .3s ease-in-out;
    overflow: hidden;

}

.card:hover {
    box-shadow: 1px 1px 23px -1px rgb(0 0 0 / 16%);
}

.card-img-top {
    object-fit: cover;
}

.blogCarousel {
    height: 300px;
}

footer .logo {
    filter: brightness(0) invert(1);
}

footer * {
    color: white;
    text-decoration: none;
}

.align-items-center.bg-secondary-subtle.d-flex.justify-content-center.rounded-circle i {
    color: var(--secondaryColor) !important;
}