@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-padding-top: 140px;
}

@font-face {
    font-family: 'NO-Movement-Bold';
    src: url('../fonts/MovementBold.woff');
}



h1 {
    font-weight: 300;
    color: rgb(87, 177, 219);
}


p,
a,
.info li {
    font-size: 22px;
    font-weight: 300;

}

.info p,
.info li,
.info a {
    font-size: 1em !important;
}

.info h2 {
    font-size: 1.4em !important;
}


.info {
    width: 100%;
}

.service {
    transition: 0.6s;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: white;
    height: 100%;
    text-decoration: none;
    background-color: rgb(87, 177, 219);
}

.col {
    padding: 0;
}

.row {
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.service:hover {
    background-color: #5c92b5;
    color: white;
}

header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: white;
}

.nav {
    padding: 10px !important;
}

.navbar {
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
}

div#navbarNavAltMarkup {
    justify-content: flex-end;
}

.whitefontcolor {
    color: white !important;
}

.whitefontcolor h1 {
    color: white;
}

.darkfontcolor {
    color: black !important;
}

.pagebanner {
    height: 100vh;
    background-image: url('../images/john-mcarthur-PrdNTrIrG8w-unsplash.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagebanner h1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 300;
    padding-left: 10%;
    font-family: 'NO-Movement-Bold';
    text-transform: uppercase;
    letter-spacing: 30px;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.pagebanner img {
    width: 26vw;

}

#bottomtext {
    font-size: 30%;
}

.container {
    max-width: 1100px;
    margin: 40px auto;
}

.container-fluid {
    padding: 0;
}

.transparentcolor {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    background-color: #70b0da82;
    justify-content: center;
}

.bg {
    background-image: url('../images/samuel-oakes-Fr_XUMvQ9AU-unsplash.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.navbar-brand img {
    height: 60px;
}

.footer {
    background-color: white;
    margin: 0;
    max-width: 100%;
    font-size: 15px;
    padding: 10px;
}

.footer ul {
    padding: 0 !important;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    padding-bottom: 8px;
}


.border-bottom {
    border: 0 !important;
}

.nav-link {
    transition: 0.4s;
    color: rgb(32 32 32 / 84%) !important;
}

.active {
    transition: 0.4s;
    font-weight: 500;
    color: #040b57;
}

.headerinfo {
    background-color: #e83400;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}


.left-flex {
    display: flex;
    flex-direction: row;
}

.left-flex p,
.left-flex a {
    margin: 5px;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.topcolor {
    background-color: #e83400;
}

.marquee {
    max-width: 800px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.marquee-content {
    display: flex;
    list-style: none;
    animation: scrolling 30s linear infinite;
}

.marquee-item {
    height: 150px;
    width: 200px;
    flex-shrink: 0;
}

.marquee-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 14px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1600px);
    }
}

.marquee-container {
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
}

.marquee-container-fluid {
    background-color: aliceblue;
}

.service-img img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: block;

}

.service-img-full img {
    width: 100%;
}

.content {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.info {
    margin-top: 150px;
}

.container-fluid.nav {
    display: grid;
    grid-template-columns: auto auto;
}

.container-fluid.nav img {
    width: 100%;
    object-fit: contain;
}

#contacts h1 {
    font-size: 35px;
}

#contacts a {
    color: white;
    text-decoration: none;
}

.social {
    height: 22px;
}

.font-0 {
    font-size: 0;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 40px 0;
    justify-items: center;
    max-width: 900px;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
}

.client-grid img {
    width: 100%;
    padding: 20px;
    object-fit: contain;
    max-width: 200px;
}

.contact-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

form{
    display: flex;
    
    padding: 30px;
    background-color: aliceblue;
    flex-direction: column;
    gap: 10px;
}

form *{
    box-sizing: border-box;

}

.form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
}

label{
    font-weight: 500;
    margin-bottom: 5px;
}

input, textarea{
    width: 100%;
    padding: 7px;
    border: none;
    font-family: inherit;

    background-color: rgba(212, 232, 250, 0.26);
    border-bottom: 2px solid black;
}

textarea{
    min-height: 70px;
}

form button{
    background-color: #040b57;
    border: none;
    padding: 20px;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

*{
    outline: none !important;
}

.bg-h-auto{
    height: auto;
}

@media screen and (max-width: 992px) {
    .content {
        grid-template-columns: 100%;
    }

    .row {
        flex-direction: column;
    }

    .service-img img {
        padding: 0;
    }

    .pagebanner img {
        width: 35vw;

    }

    .contact-grid{
        grid-template-columns: 1fr;
        display: block;
     
    }
}

@media screen and (max-width: 576px) {

    h1,
    #contacts h1 {
        font-size: 5.5vw;
    }

    p,
    .footer,
    .navbar,
    footer p,
    .service,
    .info li,
    #contacts a {
        font-size: 5vw;
    }

    .left-flex p,
    .left-flex a {
        font-size: 3.5vw;
    }

    .pagebanner {
        /*background-attachment: inherit;*/
    }

    .pagebanner img {
        width: 60vw;


    }

    .form-row{
        grid-template-columns: 1fr;
    }

    .client-grid{
        grid-template-columns: 1fr 1fr;
    }

    form{
        padding: 15px;
    }

}