@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --clr-bg-header: #ffffff;
    --clr-btn: #ffffff;
    --clr-dropdown: #ffffff;
    --clr-nav-hover: #f96d00;
    --clr-dropdown-hov: #ffffff;
    --clr-dropdown-link-hov: #f96d00;
    --clr-light: #000000;

}
.gradient-line-header {
    /* margin: 0 0 50px 0; */

    border: none;
    height: 2px;
    width: 100%;
    background: #f96d00;
    background: linear-gradient(to right, white, #f96d00, #f96d00, #f96d00, white);
}

#targetSection {
    background-color: #ffffff;
}

.bottom-banner {

    display: flex;
    /* width: 0%; */

    padding: 1px;
    /* float: right; */
    transition: transform 0.3s ease;
}

.bottom-banner.hidden {
    transform: translateY(100%);
}


.div-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 15px;
    /* width: 25%; */
}

.div-slide-iso {

    display: flex;
    margin-right: auto;
}

.div-slide-iso img {

    /* display: flex; */
    margin-left: 15px;
    margin-right: 15px;
    /* flex-direction: column; */
    /* align-items: start; */
    max-width: 40px;

}

.div-slide img {
    margin-left: 15px;
    max-width: 25px;
    /* z-index: 99; */
}

.div-slide h2 {
    margin-left: 10px;
    font-size: 0.7em;

    text-transform: uppercase;

    color: #000000;
    font-weight: 400;
}

.hidden {
    display: none;
}

@media (max-width:1250px) {
    .bottom-banner {
        flex-direction: row;

        align-items: center;
    }

    .div-slide {}

    .div-slide-iso img {

        /* max-width: 20px; */

    }

    .div-slide img {

        max-width: 25px;

    }

    .div-slide h2 {

        font-size: 0.5em;
    }
}

@media (max-width:768px) {
    .bottom-banner {
        flex-direction: row;
        width: 100%;
        margin: 0px auto;

        align-items: center;
        align-content: center;
    }
}

@media (max-width:568px) {
    .bottom-banner {
        display: none;
    }
}


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

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;


}

ul {
    list-style: none;
}

#buttonstyle11 {

    background-color: #f96d00;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 32px;

    text-decoration: none;
    display: flex;
    font-size: 16px;


    cursor: pointer;
    border-radius: 8px;

}


#buttonstyle11:hover {
    background-color: #5f5d5d;
    color: #ffffff;

}

a {
    text-decoration: none;
}

header {
    position: fixed;

    top: 0px;
        background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px) grayscale(50%) contrast(150%) brightness(80%);
    width: 100%;
    z-index: 1000;
}





/* ***********************row****************** */
.h2class {
    text-align: center;
    margin-top: 65px;
    font-size: 3rem;
    line-height: 1.25;
    color: white;
    border-radius: 0;

}


.pp {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.222;
    font-weight: 400;
    letter-spacing: 0.12em;

}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 250px;
    justify-content: center;
    align-items: center;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1080px) {
    .column {
        width: 100%;


    }
}

/* ****************row******************* */
.box {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
}

.idbox {
    background-color: #f96d00;
}

#h2style {
    margin-top: 20px;
    color: #f96d00;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;


}

#pstyle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;


}

.cont {
    text-align: center;

}


#buttonstyle {

    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 30px 2px;
    cursor: pointer;
    border-radius: 8px;

}


#buttonstyle:hover {
    background-color: #f96d00;
}

.container {
    max-width: 68rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.logo-container {
    margin-top: 5px;
    flex: 1;
    display: flex;
    align-items: center;

}

.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}



.logo span {
    font-weight: 300;
}

.btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid var(--clr-light);
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
    background-color: var(--clr-light);
    color: var(--clr-btn);
}

.btn.transparent,
.btn.solid:hover {
    background-color: transparent;
    color: var(--clr-light);
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-link {
    position: relative;
}

.nav-link>a {
    line-height: 3rem;
    color: var(--clr-light);
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.nav-link:hover>a {
    transform: scale(1.1);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
}

.dropdown-link>a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover>a {
    background-color: var(--clr-dropdown);
    color: var(--clr-light);
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--clr-light);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: var(--clr-dropdown);
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--clr-light);
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--clr-light);
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 1050px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: max-content;
        top: 3.2rem;
        left: 0;
        width: 100%;
        background-color: var(--clr-btn);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        /* flex: 2; */
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link>a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover>a {
        transform: scale(1);
        background-color: var(--clr-nav-hover);
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        display: none;
    }

    .nav-link:hover>.dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }

    .nav-link:hover>a>i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .dropdown-link>a {
        background-color: transparent;
        color: var(--clr-light);
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: var(--clr-btn);
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: var(--clr-nav-hover);
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: var(--clr-dropdown-link-hov);
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: var(--clr-nav-hover);
    }

    .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}

/* *************************slider************************ */

@import url("https://fonts.googleapis.com/css?family=Just+Another+Hand");


.container1 {
    margin: 0 auto;

    position: relative;
    width: 100vw;
    height: 50vh;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: url("images/CONSTURCTION.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.container1 input {
    display: none;
}

.container1 .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container1 .slide_img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.container1 .slide_img .prev,
.container1 .slide_img .next {
    width: 5%;
    height: inherit;
    position: absolute;
    top: 0;
    /* background-color: rgba(255, 82, 82, 0.2); */
    z-index: 99;
    transition: 0.45s;
    cursor: pointer;
    text-align: center;
}

.container1 .slide_img .next {
    right: 0;
}

.container1 .slide_img .prev {
    left: 0;
}

.container1 .slide_img .prev:hover,
.container1 .slide_img .next:hover {
    transition: 0.3s;
    /* background-color: rgba(255, 82, 82, 0.8); */
}

.container1 .slide_img .prev span,
.container1 .slide_img .next span {
    position: absolute;
    width: 0px;
    height: 0px;
    border: solid 20px;
    top: 55%;
    transform: translateY(-50%);
}

.container1 .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
    right: 35%;
}

.container1 .slide_img .next span {
    border-color: transparent transparent transparent #fff;
    left: 35%;
}

.container1 #nav_slide {
    width: 100%;
    bottom: 12%;
    height: 11px;
    position: absolute;
    text-align: center;
    z-index: 99;
    cursor: default;
}

.container1 #nav_slide .dots {
    top: -5px;
    width: 18px;
    height: 18px;
    margin: 0px 3px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    cursor: pointer;
}


#i1:checked~#one,
#i2:checked~#two,
#i3:checked~#three,
#i4:checked~#four {
    z-index: 9;
    animation: scroll 1s ease-in-out;
}

#i1:checked~#nav_slide #dot1 {
    background: #795548;
}

@media screen and (max-width: 685px) {
    .container1 {
        border: none;
        width: 100%;
        height: 0;
        padding-bottom: 55%;
    }

    .container1 .slide_img .prev,
    .container1 .slide_img .next {
        width: 15%;
    }

    .container1 .slide_img .prev span,
    .container1 .slide_img .next span {
        border: solid 12px;
    }

    .container1 .slide_img .prev span {
        border-color: transparent #fff transparent transparent;
    }

    .container1 .slide_img .next span {
        border-color: transparent transparent transparent #fff;
    }

    .container1 #nav_slide .dots {
        width: 12px;
        height: 12px;
    }
}




.text1-service {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    left: 37%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 5vw;
    width: 100%;
    font-weight: bold;
    font-family: Arial,
        sans-serif;
    text-align: center;
    z-index: 99;

}

/* ******************button****************** */



.container-eng {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    text-align: center;
    max-width: 100%;
    /* margin: 10px auto; */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 3s ease-out, transform 3s ease-out;
}

.image-container,
.text-container {
    
    
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    
    

}
.image-container{
    align-self: baseline;
}


.responsive-image {
    width: 90%;
    
}

.text-container {
    background-color: #f0f0f0;
    /* Optional: background color with transparency */
    padding: 20px;
    border-radius: 2px;
    max-width: 33%;
    color: rgb(0, 0, 0);
    margin-left: 200px;


}

/* h1 {
             font-size: 2em;
             margin-bottom: 0.5em;
             font-weight: 500;
             color: #f96d00;
         } */

.p-construction {
    font-size: 1em;
    margin-top: 0.5em;
    color: rgb(10, 1, 1);
    text-align: justify;
    /* font-weight: 00; */
}

@media screen and (max-width: 999px) {
    .responsive-image {
        width: 99%;
        /* height: auto;
        max-width: 100%; */
    }

    .text-container {
        margin: 10px;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .container-eng {
        flex-direction: column;
    }



    p {
        font-size: 1em;
    }

    p ol li {
        font-size: 1em;
    }

    .text-container {
        max-width: 100%;
    }

    .image-container {
        max-width: 100%;
    }
}

.container-eng.visible {
    opacity: 1;
    transform: translateY(0);
}

.gradient-line {
    margin: 0 0 50px 0;

    border: none;
    height: 2px;
    width: 100%;
    background: #f96d00;
    background: linear-gradient(to right, white, #f96d00, #f96d00, #f96d00, white);
}


a {
    color: #fff;
    text-decoration: none;
}

#buttonstyle1 {
    /* z-index: 99; */
    background-color: #f96d00;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 30px;

    text-align: center;
    text-decoration: none;
    /* display: flex; */
    font-size: 16px;
    margin: 30px auto;
    cursor: pointer;
    border-radius: 25px;

    /* border-bottom: 2px solid; */
}


#buttonstyle1:hover {
    background-color: #333;
    color: white;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;

}


.footer {
    background-color: #ffffff;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;

}

.footer-content-column {

    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #000000;

}

.footer-menu-name {
    color: #000000;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}



.footer-menu-list .menu-item {

    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    /* Make the list items display in a single line */
    flex-wrap: wrap;
}




.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #666060;
}


.colum-company {

    max-width: fit-content;
    margin-right: 6%;
}



.footer-content-column ul li a {
    color: #000000;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
    margin-top: -13px;
}

.footer-menu {
    margin-top: 30px;
}





.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #000000;
    color: #ffffff;
}

.button:last-of-type {
    margin-right: 0;
}

/* *********************************button********* */
.footer-call-to-action-button {

    background-color: #f96d00;
    border-radius: 21px;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #000000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #000000;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #ffffff;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 45px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #000000;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 50px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 42px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 50px;
}

.footer-copyright {
    background-color: #f96d00;

    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {

    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {

    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;

}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {
    .colum-company {
        /* background-color: #05345a; */
        max-width: fit-content;
        margin-left: 0%;
        margin-right: 0%;
    }

    /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {
    .colum-company {
        /* background-color: #05345a; */
        max-width: fit-content;
        margin-left: 0%;
        margin-right: 0%;
    }

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */

}


@media(min-width: 400px) {}

@media (min-width: 900px) {

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }


    .footer-wave-svg {
        height: 50px;
    }


    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {

    /* .footer-content-column {
              width: 49.99%;
          } */
}