@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: "Montserrat", serif;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}


.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slidesMain {
    width: 100%;
    height: 100vh;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slideMain {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    flex-direction: column;
    color: white;
    gap: 2.2rem;
}
.slideMain > h2 {
    line-height: 48px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 64px;
    
}
.slideMain > h2 > span {
    color: #ffa000;
}
.slideMain > p {
    font-family: "Montserrat", serif;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0.5rem;
}
.slideMain > b {
    font-size: 20px;
    font-family: "Montserrat", serif;
}
.slideMain > button {
    background-color: #e18f06;
    font-weight: bold;
    padding: 1rem 3rem;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    font-family: "Montserrat", serif;
    margin-top: 1rem;
}
.slider > button {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 100%;
    padding: 11px 14px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.slider > button:first-child {
    left: 1.5rem;
}
.slider > button:last-child {
    right: 1.5rem;
}


.container {
    width: 1100px;
    margin: 0px auto;
}

.about {
    padding: 35px 0px;
}
.about-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.about-text > section > h3 {
    font-family: "Open Sans", serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f3f3f;
}
.about-text > section > span {
    height: 3px;
    display: inline-block;
    width: 50px;
    background: #ffa000;
}
.about-text > section > p {
    margin: 20px 0;
    text-align: justify;
}
.about-text > section:last-child {
    
}
.about-text > section:last-child > iframe {
    width: 560px;
    height: 315px;
}
.about-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}
.about-wrapper > section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-wrapper > section > img {
    margin-bottom: 20px;
    max-width: 80px;
}
.about-wrapper > section > span {
    font-family: "Open Sans", serif;
    margin: 10px 0;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.about-wrapper > section > b {
    font-family: "Open Sans", serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
}

.work-items {
    text-align: center;
    background-color: #f5f5f5;
    padding: 65px 0;
}
.work-items > h3 {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #3f3f3f;
    margin-bottom: 20px;
}
.work-items > span {
    height: 3px;
    display: block;
    width: 50px;
    background: #ffa000;
    margin: 0px auto;
    margin-bottom: 30px;
}
.work-items > section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.work-items > section > section {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.work-items > section > section > img:first-child {
    flex: 0px auto;
}
.work-items > section > section > span {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Open Sans", serif;
    font-size: 16px;
    color: #3f3f3f;
    text-transform: uppercase;
}
.work-items > section > section > img:last-child {
    width: 100%;
}

.footer-videobar {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-videobar > section {
    flex: 1;
}
.footer-videobar > section > iframe {
    width: 100%;
    height: 450px;
}
.footer-videobar > section:first-child {}
.footer-videobar > section:last-child {
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.footer-videobar > section:last-child > section {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.footer-videobar > section:last-child > section > span {
    
}
.footer-videobar > section:last-child > section > label {
    display: flex;
    flex-direction: column;
}
.footer-videobar > section:last-child > section > label > h4 {
    margin-bottom: 8px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    color: #3f3f3f;
}
.footer-videobar > section:last-child > section > label > p {
    font-family: "Open Sans", serif;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #212124;
}
footer > .footer-text{
    text-align: center;
    border-top: 1px solid #212124;
    padding: 20px 0;
    color: #b2b2b2;
    font-size: 15px;
    line-height: 25px;
    font-family: "Open Sans", serif;
}
footer > .footer-text > span {
    color: #ccc;
}
.footer-social-media {
    border-top: 1px solid #212124;
    background: #1a1a1c;
    padding: 22px 0;
}
.footer-social-media > section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-social-media > section > section {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-social-media > section > section > section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
    gap: 20px;
}
.footer-social-media > section > section > section > a {
    color: #ccc;
}
.footer-social-media > section > section > section > a:hover {
    color: #ffa000;
}
.footer-social-media > section > section > h6 {
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-content {
    padding: 75px 0;
}
.footer-content > section {
    display: flex;
    flex-direction: row;
}
.footer-content > section > section {
    flex: 1;
    color: #b2b2b2;
    display: flex;
    flex-direction: column;
}
.footer-content > section > section > h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
}
.footer-content > section > section > span {
    height: 3px;
    display: inline-block;
    width: 50px;
    background: #ffa000;
    margin: 15px 0;
}
.footer-content > section > section:last-child > p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Open Sans", serif;
    margin-bottom: 30px;
}
.footer-content > section > section > label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-color: #b2b2b2;
    line-height: 1.3;
    border-bottom: 1px dotted #b2b2b2;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Open Sans", serif;
}
.footer-content > section > section > label > span:first-child {
    font-style: italic;
    font-weight: 400;
}
.footer-content > section > section > label > span:last-child {
    color: #ffffff;
    font-weight: 600;
}
.footer-content > section > section:first-child {
}
.footer-content > section > section:first-child > section {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.footer-content > section > section:first-child > section > span {
    width: 20px;
    color: #ffa000;
}
.footer-content > section > section:first-child > section > label {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}
.footer-content > section > section:first-child > section > label > h6 {
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-content > section > section:first-child > section > label > p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #b2b2b2;
    font-family: "Open Sans", serif;
}
.footer-content > section > section:first-child > section > label > p > a {
    display: block;
    color: #b2b2b2;
    text-decoration: none;
}
.footer-content > section > section:first-child > section > label > p > a:hover {
    color: #fff;
}

.projects {
    width: 100%;
    padding: 85px 0;
    background-color: #212124;
}
.projects > h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.projects > span {
    height: 3px;
    display: block;
    width: 50px;
    background: #ffa000;
    margin: 0px auto;
}
.projects > button {
    display: block;    
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #e18f06;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", serif;
    min-width: 218px;
    height: 48px;
    margin: 0px auto;
    border: 0;
    cursor: pointer;
}
.projects > section {
    margin: 35px 0;
}
.projects > section > nav {
    text-align: center;
    margin-bottom: 30px;
}
.projects > section > nav > a {
    margin: 0 17px;
    display: inline-block;
    color: #a0a0a0;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.projects > section > nav > a:hover {
    color: #ffa000;
}
.projects > section > nav > .active {
    color: #ffa000;
}
.projects > section > section {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.projects > section > section.active {
    display: grid;
}
.projects > section > section > img {
    width: 100%;
}

/* missionAndVision */
.mission-and-vision {
    width: 100%;    
}
.mission-and-vision > section {
    padding: 85px 0;
    display: flex;
    flex-direction: row;
    gap: 35px;
}
.mission-and-vision > section > section {
    flex: 1;
}
.mission-and-vision > section > section > h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #3f3f3f;
}
.mission-and-vision > section > section > span {
    height: 3px;
    display: inline-block;
    width: 50px;
    background: #ffa000;
}
.mission-and-vision > section > section > p {
    margin: 20px 0;
    text-align: justify;
}
.mission-and-vision > section > section:last-child {
    display: flex;
    align-items: center;
}

/* Brands */
.brands {
    padding: 85px 0;
    background-color: #f5f5f5;
}
.brands > h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", serif;
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
.brands > span {
    height: 3px;
    display: block;
    width: 50px;
    background: #ffa000;
    margin: 0px auto;
    margin-bottom: 35px;
}
.brands > section {
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: row wrap;
}
.brands > section > img {
    max-width: 214px;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: none;
    z-index: 9;
}
.navigation-bar-mobile {
    display: none;
}
header > section > a {
    display: none;
}
header > section > a > span {
    display: block;
    background: #ffa000;
    width: 30px;
    height: 3px;
    margin-top: 3px;
}
header > section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
}
header > section > nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
header > section > nav > a {
    font-family: "Open Sans", serif;
    font-size: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding: 4px 0;
    position: relative;
}
header > section > nav > a:before {
    width: 0;
    height: 2px;
    background: #ffa000;
    content: "";
    transition: all .5s ease-in-out;
    display: block;
    left: 0;
    position: absolute;
    bottom: 0;
}
header > section > nav > a:hover:before {
    width: 100%;
}
header > section > nav > .active:before {
    width: 100%;
}
header >  section > .header-active-img {
    display: none;
}

.active-header {
    background-color: white;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.active-header > section > .header-img {
    display: none;
}
.active-header > section > .header-active-img {
    display: unset;
}

.active-header > section > nav > a {
    color: #666;
}
.active-header > section > nav > a:hover {
    color: #666;
}
.active-header > section > nav > .active {
    color: #1a1a1d;
}

.projects-page-banner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    margin-top: 3rem;
}
.projects-page-banner > section {
    width: 100%;
    height: 100%;
    padding-top: 3rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
}
.projects-page-banner > section > h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.projects-page-projects {
    padding-bottom: 50px;
}
.projects-page-projects > section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
}
.projects-page-projects > section > section > h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    color: #3f3f3f;
}
.projects-page-projects > section > section > span {
    height: 3px;
    display: inline-block;
    width: 50px;
    background: #ffa000;
}
.projects-page-projects > section > section {
    position: relative;
}

.projects-slider {
    margin-top: 15px;
    height: 300px;
    overflow: hidden;
    display: flex;
    gap: 2rem;
    position: relative;
}

.projects-slider > img {
    width: 285px;
    height: 370px;
    object-fit: cover;
    cursor: pointer;
}

.projects-page-projects > section > section > button {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    border: solid 1px #ffa000;
    z-index: 2;
    color: white;
    background: #ffa000;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.projects-page-projects > section > section > .projects-slider-left-btn {
    left: 50px;
}
.projects-page-projects > section > section > .projects-slider-right-btn {
    right: 50px;
    margin-right: 0px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.modal > div {
    width: auto;
    height: 95%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}
.modal-content {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.close {
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: -2rem;
    right: 0;
}


@media screen and (max-width: 992px) {
    .container {
        width: 100%;
        padding: 15px;
    }

    footer {
    }
    footer > section:nth-child(1) > section {
        flex-direction: column;
    }
    footer > section:nth-child(1) > section > section:last-child {
        margin-top: 1rem;
    }
    footer > section:first-child {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    footer > section:nth-child(2) > section {
        flex-direction: column;
        gap: 1rem;
    }
    footer > section:nth-child(2) > section > section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    footer > section:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-videobar {
        display: flex;
        flex-direction: column;
        align-items: unset;
    }
    .footer-videobar > section {
        flex: 1;
    }
    .footer-videobar > section > iframe {
        width: 100%;
    }
    .footer-videobar > section:last-child {
        padding: 55px 15px;
    }
    .projects {
        padding: 40px 0;
    }
    .projects > section > section {
        grid-template-columns: 1fr;
    }
    .work-items {
        padding: 40px 0;
    }
    .work-items > section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about {
        padding: 40px 0;
    }
    .about-text {
        grid-template-columns: 1fr;
    }
    .about-text > section:last-child > iframe {
        width: 100%;
    }
    .about-wrapper {
        grid-template-columns: 1fr 1fr;
    }


    .slideMain {
        gap: 1rem;
    }
    .slideMain > h2 {
        font-size: 40px;
        text-align: center;
    }
    .slideMain > h2 > span {
        color: #ffa000;
    }
    .slideMain > p {
        text-align: center;

    }
    .slideMain > button {
        background-color: #e18f06;
        font-weight: bold;
        padding: 1rem 3rem;
        border: 0;
        border-radius: 3px;
        cursor: pointer;
        color: white;
    }
    .mission-and-vision {

    }
    .mission-and-vision > section {
        flex-direction: column;
        padding: 15px;
    }
    .mission-and-vision > section > section > img {
        width: 100%;
    }

    .brands {
        padding: 40px 15px;
    }

    header > section > nav {
        display: none;
    }
    header > section > a {
        display: unset;
    }

    .navigation-bar-mobile {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 99;
    }
    .navigation-bar-mobile > nav {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .navigation-bar-mobile > nav > a {
        font-family: "Open Sans", serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        color: #ffa000;
        text-decoration: none;
        padding: 12px 0;
        position: relative;
        margin: 15px 0;
    }
    .navigation-bar-mobile > a {
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 24px;
        color: #ffa000;
        padding: 6px 15px 5px;
        font-weight: 700;
    }
    
    .projects-slider {
        gap: 1rem;
    }
    .projects-slider > img {
        width: 300px;        
    }
    .projects-page-projects > section > section > .projects-slider-left-btn {
        left: 20px;
    }
    .projects-page-projects > section > section > .projects-slider-right-btn {
        right: 20px;
    }

    .projects-page-banner > section > h2 {
        text-align: center;
    }
    .modal > div {
        height: unset;
        max-height: 95% !important;
    }
}