body {
    margin: 0;
    padding: 0;
    color: var(--color-black);
    font-family: var(--font-poppins);
    line-height: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
    /* fonts */
    --font-poppins: Poppins;
    --font-roboto: Roboto;

    /* font sizes */
    --font-size-mini: 15px;
    --font-size-xl: 20px;
    --font-size-sm: 14px;
    --font-size-lgi: 19px;
    --font-size-lg: 18px;
    --font-size-smi: 13px;
    --font-size-base: 16px;
    --font-size-21xl: 40px;
    --font-size-3xs: 10px;

    /* Colors */
    --color-white: #fff;
    --color-dimgray: #555;
    --color-darkslategray: #333;
    --color-gainsboro: #ddd;
    --color-gold: #f7c100;
    --color-darkgray-100: #999;
    --color-darkgray-200: rgba(153, 153, 153, 0.5);
    --color-whitesmoke-100: #f1f0ef;
    --color-gray-100: rgba(255, 255, 255, 0.75);
    --color-black: #000;

    /* border radiuses */
    --br-5xs: 8px;
}

.hero {
    /* height: 1024px; */
    width: auto;
    background-image: url(../devis.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: var(--color-white);
    padding: 340px 260px;
    margin-top: -92px;

}


.topnavlink {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 3px !important;
    text-transform: uppercase;

}

.topnavlink.active {
    color: #F7C100 !important;
    border-bottom: 3px solid #F7C100 !important;
}

.heroheading {
    font-family: "Poppins";
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    max-width: 769px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.herotext {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    color: #F7C100 !important;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #F7C100 !important;
    padding-bottom: 3px;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #F7C100 !important;
}

.heronavlinks {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #fff;
    padding-right: 23px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.about-us {
    padding-top: 100px;

}

.about-bg {
    background: url('../Illustration.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 230px;
}

.heading h2 {
    font-family: var(--font-poppins);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;

}

.section-subheading h3 {
    font-family: var(--font-poppins);
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;

}

.section-para p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.portfolio-layout {
    background: #F7C100;
    background-size: 80%;
}

.portfolio-layout .heading {
    padding: 30px;
}

.portfolio {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    gap: 10px;
    grid-auto-flow: dense;
    /* overflow: scroll; */
}

.portfolio-box {
    width: 224px;
    height: 100%;
    background-color: white;

}

.portfolio-box:nth-child(5) {
    grid-column-start: span 2;
    grid-row-start: span 2;
    width: 458px;
}

.portfolio-box:nth-child(7) {
    grid-column-start: span 2;
    grid-row-start: span 2;
    width: 470px;
}

.portfolio-box:nth-child(11) {
    grid-column-start: span 2;
    grid-row-start: span 2;
    width: 470px;
}

.portfolio-box:nth-child(11) {
    /* grid-column-start: span 2; */
    grid-row-start: span 2;
    width: 470px;
}


.portfolio-image {
    width: 100%;
    height: calc(100% - 48.5px);
}

.portfolio-image img {
    width: 100%;
}
.portfolio-link{
    color: #000;
    text-decoration: none;
}

.portfolio-title h4 {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
}


.image{
    width: 100%;
}
.image img{
    width: 100%;
}


.logo {
    gap: 2%;
}

.letter img {
    width: 100%;
}



/* footer */
.footer {
    height: 100vh;
    width: 100%;
    background-color: #F7C100;
    padding: 50px 25px;
    padding-top: 50px;
    
}

.footer-detail {
    padding-top: 100px;
}

.address p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

.email {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

    padding-left: 80px;

}


.footer-menu-item a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #000;

}

.footer-menu {
    padding-left: 100px;
}

.second.footer-menu-item {
    padding-top: 21px;
}

.copyright {
    padding-top: 50px;
}

.copyright h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}


/* contact section start */
.contact-modal .modal-dialog{
    margin-top: 100px;
}
.modal-body{
    background-color: #F8F8F8;
}
.contact-container{
    background-color: #F8F8F8;
    padding: 30px;
}

.contact-form{
    height: 500px;
    background: white;
    border: 1px solid #DDDDDD;
}

.contact-box {
    /* border: 1px solid #DDDDDD; */
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: white;
    display: none;
    opacity: 0;
    transition: opacity 2s ease;
    /* transition: opacity 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19); */
}

.contact-box.active{
    display: block;
    opacity: 1;
   
}

.form-number {
    width: 40px;
    height: 40px;
    background: #F7C100;
}

.form-number p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
}

.form-heading {
    margin-left: 12px;
}

.form-heading h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.divider {
    border: 2px dotted #DDDDDD;
    margin: 20px 0;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
}

::placeholder {
    font-family: Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

.form-para {
    margin-top: 10px;
}

.form-para p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    margin: 0;
}

.form-field button {
    border: 0;
    font-family: Poppins;
    font-weight: 700;
    background: #F7C100;
    width: 100%;
    padding: 6px 15px;
    color: white;
    border-radius: 5px;
}

.form-field button .btn-icon {
    border-left: 1px solid white;
    padding: 5px;
    padding-left: 10px;
}
.iterator-btn{
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
.iterator-btn button{
    width: auto;
}

.form-field button .btn-text {
    padding: 5px;
    padding-left: 10px;
}

.quik-contact-box {
    border: 1px solid #DDDDDD;
    padding: 20px;
    background-color: white;
}

.quik-contact-box .form-heading {
    margin: 0;
    padding: 10px;
}

.quik-contact-box .form-heading h2 {
    font-weight: 600;
}

.quik-contact-box .form-para {
    margin-top: 0;
}

.quik-contact-box .form-para p {
    color: #555555;
}

#prevButton.hidden, #nextButton.hidden {
    visibility: hidden;
}

/* end contact section  */



/* 404-container */
.container-404 {
    width: 100%;
    height: 900px;
    background: url('../construction-site-2021-08-27-22-39-14-utc\ 1.png');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-404 .side-box {
    width: 564px;
    background: #00000080;
    height: 900px;
    padding-left: 30px;
}

.heading-404 {
    margin-top: 180px;

}

.heading-404 h1 {

    font-family: Poppins;
    font-size: 88px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 4px 0px #00000040;
    margin: 0;

}

.heading-404 h1 span {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;

}

.text-404 {
    margin: 25px 0;
}

.text-404 p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin: 0;
}

.container-404 .icon {
    width: 32px;
    height: 32px;
}

.container-404 .icon img {
    width: 100%;
}

.container-404 .text {
    color: white;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 10px;

}

.error{
    color: red;
}

@media screen and (max-width: 992px) {
    .hero {
        padding: 297px 130px;
    }

    #animation_container{
        top: 210px;
    }

    .navbar-nav {
        flex-direction: row;
    }

}

@media screen and (max-width: 768px) {
    .hero {
        padding: 300px 90px;
    }

    .heroheading {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;

    }

    .about-bg {
        background: url('../truck-Illustration.svg');
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;

    }

    .footer-detail .d-flex {
        flex-direction: column;

    }

    .email {
        padding-left: 0;
    }

    .footer-menu {
        padding-left: 0;
        padding-top: 20px;
    }

    .second.footer-menu-item {
        padding: 0;
    }

    .footer-menu-item {
        padding: 0;
        padding-bottom: 10px !important;

    }

    .portfolio-title h4 {
        line-height: 29px;
        font-size: 10px;
    }


    .copyright h4 {
        text-align: center;
    }

    .portfolio {
        grid-template-columns: auto auto auto auto;
    }

    .container-404 .side-box {
        width: 100%;
        height: 438px;
        padding: 0;
    }

    .heading-404 {
        margin-top: 90px;
    }

    .heading-404 h1 {

        font-size: 88px;

        line-height: 60px;

        text-align: center;
    }

    .heading-404 h1 span {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }

    .text-404 p {
        text-align: center;
    }

    .icon-list {
        justify-content: center;
    }

    .contact-container{
        background-color: #F8F8F8;
        padding: 40px 0px;
    }
    .contact-form{
        margin-bottom: 20px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
    }
   
    .footer {
        padding: 0;
    }
    .footer-detail{
        padding: 20px;
    }
    #animation_container{
        top: 110px !important;
        gap: 15px !important;
    }
    .nav-tabs{
        flex-direction: column;
        background: #1D1E20F2;
        border-radius: 20px;
        position: absolute;
        width: 326px;
        top: 290px;
        display: none;
        padding: 20px;
        z-index: 8;
    }

    .active-tab-name a{
        font-family: Poppins;
        font-size: 15px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.5px;
        text-align: left;
        color: #F7C100;
        text-shadow: 0px 4px 4px 0px #00000040;
        padding-left: 10px;

    }
}

@media screen and (max-width: 468px) {
    .hero {
        padding: 220px 25px;
    }

    .about-bg {
        padding-bottom: 170px;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .navbar-brand img{
        width: 86px;
    }
    .topnavlink{
        font-size: 12px;
    }
    .navbar{
        padding: 0.5rem !important;
    }
    .footer{
        height: 85vh;
    }
    #animation_container{
        top: 130px !important;
        
    }
    .nav-tabs{
        top: 175px;
    }
}


.footer-details{
    position: fixed;
    bottom: 60px;
    width: 100%;
}
#animation_container {
    position: fixed;
    gap: 40px;
    top: 50px;
    z-index: 0;
    left: 0;
    margin: 16px;
}

.animation_item {
    transition: all 1.2s cubic-bezier(.16,.8,.92,.31);
}


main{
    background: white;
    /* height: 300vh; */
    z-index: 10;
    position: relative;


}


.infinite-scroll-content{
    width: 100%; /* Set the width of the visible container */
    overflow: hidden; /* Hide overflowing content */
}


