
.hidden {
    display: none;
}

.solutions-grid_container {
    width: 75%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.onweb{
    display: block;
}
.onmobile{
    display: none;
}

.overlays {
    position: absolute;
    height: 100%;
    width: 83%;
    z-index: 2;
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
    background: rgb(0, 0, 239);
    background: linear-gradient(90deg, #0C2E82 50%, rgb(12, 46, 130) 23%, rgba(12, 46, 130, 0) 100%);
}



@media screen and (max-width: 900px) {
    .navbar-links {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        background-color: #333;
        width: 200px;
        top: 90px;
        right: 15px;
        z-index: 1000;
        padding-bottom: 20px !important;
        border-radius: 10px;
        padding-right: 27px !important;
    }

    .navbar-links.active {
        display: flex;
    }

    .navbar-link {
        padding: 20px;
        text-align: center;
    }

    .burger {
        display: block;
        cursor: pointer;
        margin-left: auto;
        margin-top: 10px;
    }

    .line1, .line2, .line3 {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px;
        transition: all 0.3s ease;
    }

    .change .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .change .line2 {
        opacity: 0;
    }

    .change .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

@media screen and (max-width: 300px) {
  
    /* For Firefox */
    body {
        width: 100%;
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: rgb(95, 95, 97) rgb(255, 255, 255); /* scroll thumb and track */
    }

    .navbar-link {
        padding: 15px;
        text-align: center;
        font-size: small;
    }
}

@media screen and (max-width: 400px) {
  
    /* For Firefox */
    body {
        width: 100%;
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: rgb(95, 95, 97) rgb(255, 255, 255); /* scroll thumb and track */
    }

    .navbar-link {
        padding: 15px;
        text-align: center;
        font-size: small;
    }
}

@media screen and (max-width: 800px) and (min-width:400px){
    .industries-background_left_original {
        flex: 1;
        background-color: #6FA3C6;
        display: flex;
        /* justify-content: flex-end; */
    }
    .industries-background_container {
        display: contents;
        width: 100%;
    }
    .navbar-container {
        padding: 30px 10px;
        display: flex;
        flex-direction: row;
        align-self: center;
        margin: auto;
        transition: 0.4s;
    }
    /* For Firefox */
    body {
        width: 100%;
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: rgb(95, 95, 97) rgb(255, 255, 255); /* scroll thumb and track */
    }

    .navbar-link {
        padding: 15px;
        text-align: center;
        font-size: small;
    }
}
/* For Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px; /* width of the entire scrollbar */
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(95, 95, 97); /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 1px solid rgb(255, 255, 255); /* creates padding around scroll thumb */
}


@media screen and (max-width: 900px) {
    .navbar-links {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        background-color: #333;
        width: 200px;
        top: 90px;
        right: 15px;
        z-index: 1000;
        padding-bottom: 20px !important;
        border-radius: 10px;
        padding-right: 27px !important;
    }

    .navbar-links.active {
        display: flex;
    }

    .navbar-link {
        padding: 20px;
        text-align: center;
    }

    .burger {
        display: block;
        cursor: pointer;
        margin-left: auto;
        margin-top: 10px;
    }

    .line1, .line2, .line3 {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px;
        transition: all 0.3s ease;
    }

    .change .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .change .line2 {
        opacity: 0;
    }

    .change .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

@media screen and (max-width: 800px) {
  
    .navbar-link {
        padding: 15px;
        text-align: center;
        font-size: small;
    }
}

@media only screen and (max-width: 932px) {
    .industries-background_container {
        display: block;
        width: 100%;
    }
    .overlays {
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 2 !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        background: rgb(20,20,35) !important;
    }

    .button-row {
        display: flex;
        flex-direction: column;
        gap: 20px; /* Space between buttons */
        align-items: start; /* Center buttons horizontally */
    }

    .button__outline {
        position: relative;
        margin-left: 0px !important;
    }

    .button {
        width: 50%; /* Full width with some margin */
        max-width: 300px; /* Optional: limit the width */
        height: 100%;
        padding: 20px;
    }

    .burger {
        display: block;
        cursor: pointer;
        margin-left: auto;
        margin-top: 40px;
        margin-right: 15px;
    }

    .navbar-container {
        padding: 30px 10px;
        display: flex;
        flex-direction: row;
        align-self: center;
        margin: auto;
        transition: 0.4s;
    }

    .container__solutions {
        align-items: center;
        min-height: 800px;
        z-index: 2;
        position: relative;
        padding-top: 50px;
        height: 100%;
        padding-bottom: 70px;
    }

    .solutions-subheader {
        font-family: 'nunitolight';
        color: #5d666b;
        font-size: 18px;
        letter-spacing: 1px;
        z-index: 2;
        margin-right: 261px;
        margin-bottom: 10px;
    }

    .hero-header {
        font-size: 30px;
        letter-spacing: 2px;
        margin-top: 100px;
    }

    .solutions-header {
        font-size: 30px;
        margin-right: 140px;
    }

    .solutions-grid_container {
        margin-top: 30px;
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: start;
    }

    .container__why_us {
        padding: 50px 30px 80px 30px;
        min-height: 700px;
        padding-top: 45%
    }

    .button__why_us {
        padding: 0px 50px;
        font-size: 16px;
    }

    .why_us-group_icon {
        height: 100%;
        width: 100%;
        margin-top: 10px;
    }

    .glide-controls_right {
        flex: 1;
        display: flex;
        justify-content: center;
        position: relative;
        top: -5px;
    }

    .solutions-grid_item {
        font-size: 16px;
        margin: 20px 10px;
        padding: 35px 20px;
        width: 100%;
    }

    .world_class_team-background_container {
        min-height: 700px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .world_class_team-background_left {
        flex: 1;
        background-size: contain;
        margin-top: -100px;
    }

    .world_class_team-background_right {
        flex: 1;
        background-color: #424457;
        display: flex
    ;
        align-items: center;
        height: 100%;
        padding-bottom: 15px;
    }

    .button__world_class_team {
        padding: 20px 45px;
        font-size: 16px;
    }

    .industries-grid_container {
        margin-top: 60px;
        grid-template-columns: repeat(2, 180px);
        grid-gap: 40px 40px;
        align-items: center;
        /* justify-content: center; */
        /* width: 100%; */
    }
    .industries-header {
        font-family: 'nunitoregular';
        color: #fff;
        font-weight: normal;
        font-size: 34px;
        /* width: 100%; */
        /* text-align: center; */
    }

    .industries-container {
        padding: 0px 0px 0px 0px;
        height: 20vh;
        min-height: 600px;
    }

    .onweb{
        display: none;
    }
    .onmobile{
        display: block;
    }
}

@media only screen and (max-width:450px){
   
    .onmobile{
        display: block;
        margin-right: 10px;
    }
    .solutions-subheader {
        font-family: 'nunitolight';
        color: #5d666b;
        font-size: 18px;
        letter-spacing: 1px;
        z-index: 2;
        margin-bottom: 10px;
        margin-right: 120px;
    }
}
@media only screen and (max-width: 812px) {

    .world_class_team-background_left {
        flex: 1;
        background-size: contain;
        margin-top: -100px;
        padding-top:450px;
    }

    .world_class_team-background_container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 100% !important;
    }

    .world_class_team-background_right {
        flex: 1;
        background-color: #424457;
        display: flex;
        align-items: center;
        height: 100%;
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .world_class_team-background_left {
        flex: 1;
        background-size: contain;
        margin-top: -100px;
        padding-top: 450px;
    }

}