﻿h1, h2, h3, h4, h5, h6 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a, span, label, li, p {
    font-family:Quicksand;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}


body {
    overflow-x: hidden;
}





#slider {
    width: 100%;
    position: relative;
}

    #slider::before {
        content: '';
        width: 100%;
        background-color: rgba(0, 0, 0, 0.432);
        z-index: 1;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }



    #slider .slider-wrapper .slide:not(.slide:first-child) {
        display: none;
    }


    #slider .slider-wrapper .slide {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    #slider .slider-wrapper .slide-1 {
        background-image: url("/images/banner-img-1.jpg");
    }

    #slider .slider-wrapper .slide-2 {
        background-image: url("/images/banner-img-2.jpg");
    }


    #slider .slider-wrapper .slide-3 {
        background-image: url("/images/banner-img-3.jpg");
    }

    #slider .slider-wrapper .slide-4 {
        background-image: url("/images/banner-img-4.jpg");
    }


    #slider .slider-wrapper .slide h1 {
        color: white;
        font-size: 4vw;
        width: 40%;
        letter-spacing: 1.5px;
        text-align: center;
        margin-bottom: 20px;
        z-index: 2;
    }

    #slider .slider-wrapper .slide button {
        background-color: #f76c31;
        padding: 25px 30px;
        color: white;
        font-size: 18px;
        letter-spacing: 1px;
        cursor: pointer;
        border: none;
        z-index: 2;
    }


.btn-effect {
    position: relative;
}



    .btn-effect::before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        background-color: #262626;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.4s;
    }

    .btn-effect span {
        z-index: 1;
        position: relative;
    }

    .btn-effect:hover::before {
        width: 100%;
    }


#slider .btns {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}

#slider .btns button {
   padding: 20px;
   cursor: pointer;
   border: none;
   transition: all 0.7s;
}

#slider .btns button:hover {
   filter: blur(1px);
}







#commited {
    width: 100%;
}

    #commited .commited-wrapper {
        display: flex;
        justify-content: center;
        gap: 50px;
        padding-bottom: 50px;
    }

        #commited .commited-wrapper .side-1 {
            position: relative;
            width: 50%;
        }


        #commited .commited-wrapper .side-2 {
            /* position: relative; */
            width: 50%;
            padding: 80px 40px;
        }


        #commited .commited-wrapper .side-1 .line {
            width: 5px;
            height: 370px;
            background-color: #CE9233;
            position: absolute;
            top: 75px;
            left: 190px;
            z-index: -1;
/*            display: none;*/
        }

        #commited .commited-wrapper .side-1 .img-1 {
            z-index: 1;
            position: absolute;
            top: 75px;
            left: 200px;
            width: 50%;
        }

        #commited .commited-wrapper .side-1 .img-2 {
            z-index: 10;
            transform: translateY(400px);
            left: 100px;
            position: relative;
            animation: up-dwn 10s ease infinite forwards;
        }

@keyframes up-dwn {
    0% {
        transform: translateY(400px);
    }

    50% {
        transform: translateY(500px);
    }


    100% {
        transform: translateY(400px);
    }
}

/**/


#commited .commited-wrapper .side-2 {
    position: relative;
}


    #commited .commited-wrapper .side-2 h2 {
        background-color: #f76c31;
        width: fit-content;
        padding: 5px 10px;
        font-size: 15px;
        margin-bottom: 20px;
        color: white;
        letter-spacing: 1.5px;
    }


    #commited .commited-wrapper .side-2 h1 {
        font-size: 3vw;
        margin-bottom: 50px;
        text-transform: uppercase;
    }


    #commited .commited-wrapper .side-2 p {
        color: #918E8B;
        font-weight: 600;
    }

    #commited .commited-wrapper .side-2 .qua {
        margin-top: 40px;
        display: flex;
        gap: 50px;
    }

        #commited .commited-wrapper .side-2 .qua  p {
            margin-bottom: 10px;
            font-size: 15px;
        }

            #commited .commited-wrapper .side-2 .qua p i {
                color: #f76c31;
            }


    #commited .commited-wrapper .side-2 .big-tex {
        border: 10px solid #f76c31;
        margin-top: 50px;
        padding: 15px 50px;
    }

        #commited .commited-wrapper .side-2 .big-tex h1 {
            font-size: 25px;
            text-align: center;
            margin-bottom: 0;
        }

    #commited .commited-wrapper .side-2 .bg-of-side-2 {
        position: absolute;
        right: 0;
        top: 300px;
        z-index: -1;
    }


.for-underline{
    position: relative;
    width: fit-content;
    padding-bottom: 3px;
}

    .for-underline::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f76c31;
        position: absolute;
        bottom: 0;
        left: 0;
    }

#forQuality {
    width: 100%;
    background-color: #f76c31;
    display: flex;
    justify-content: center;
}

    #forQuality .quality-wrap {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 60px;
    }

        #forQuality .quality-wrap h1 {
            font-size: 3vw;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 70%;
        }


        #forQuality .quality-wrap button {
            padding: 30px 50px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            letter-spacing: 1px;
        }

            #forQuality .quality-wrap button span {
                transition: all 0.3s;
            }

            #forQuality .quality-wrap button:hover {
                color: white;
            }



#WeOffer {
    width: 100%;
    background-image: url("/images/What-we-offer-banner-img-1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    #WeOffer .offerWrapper {
        width: 100%;
        padding: 100px 30px;
        position: relative;
    }

        #WeOffer .offerWrapper .head {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            #WeOffer .offerWrapper .head h2 {
                color: white;
                padding: 10px;
                font-size: 17px;
                letter-spacing: 1px;
                margin-bottom: 30px;
                width: fit-content;
                background-color: #f76c31;
            }

            #WeOffer .offerWrapper .head p {
                color: #ffffffba;
                font-size: 1vw;
                letter-spacing: 1px;
                line-height: 20px;
            }


        #WeOffer .offerWrapper .cards {
            width: 100%;
            display: flex;
            align-items: stretch;
            justify-content: center;
            /* position: absolute; */
            margin-top: 100px;
            gap: 50px;
            flex-wrap: wrap;
        }


            #WeOffer .offerWrapper .cards .card {
                width: calc(25.33% - 20px);
                background-color: #fff;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                text-align: center;
                position: relative;
                flex-direction: column;
                min-height: 500px;
            }

                #WeOffer .offerWrapper .cards .card img {
                    width: 100%;
                    height: 300px;
                    object-fit: cover;
                }


                #WeOffer .offerWrapper .cards .card .card-content {
                    padding: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    flex-grow: 1;
                }

                #WeOffer .offerWrapper .cards .card h3 {
                    margin-bottom: 10px;
                    color: #181614;
                    letter-spacing: 1px;
                }

                #WeOffer .offerWrapper .cards .card p {
                    margin-bottom: 15px;
                    line-height: 1.4;
                    font-weight: 600;
                    color: #797672;
                    text-align: justify;
                } 

         




#Built {
    width: 100%;
    background-image: url("/images/We-can-built-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


    #Built .BuiltWrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        #Built .BuiltWrapper .con {
            width: 50%;
            color: white;
            padding-top: 100px;
            padding-bottom: 100px;
        }

            #Built .BuiltWrapper .con h2 {
                color: #f76c31;
                border: 5px solid #f76c31;
                padding: 10px;
                font-size: 15px;
                letter-spacing: 1px;
                margin-bottom: 20px;
                /* margin-top: 30px; */
                width: fit-content;
            }

            #Built .BuiltWrapper .con h1 {
                font-size: 4vw;
                width: 70%;
                margin-bottom: 50px;
            }

            #Built .BuiltWrapper .con p {
                width: 65%;
                line-height: 25px;
                margin-bottom: 30px;
            }

            #Built .BuiltWrapper .con .counts {
                display: flex;
                gap: 20px;
            }

                #Built .BuiltWrapper .con .counts .count-box {
                    width: 150px;
                    height: 170px;
                    text-align: center;
                    border: 3px solid #f76c31;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                }

                    #Built .BuiltWrapper .con .counts .count-box::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 0;
                        background-color: #f76c31;
                        z-index: 1;
                        transition: all 0.4s;
                    }

                    #Built .BuiltWrapper .con .counts .count-box:hover::before {
                        height: 100%;
                    }

                    #Built .BuiltWrapper .con .counts .count-box span {
                        font-size: 40px;
                        font-weight: 600;
                        z-index: 2;
                    }

                    #Built .BuiltWrapper .con .counts .count-box p {
                        z-index: 2;
                    }


@media (max-width: 1440px) {
    #commited .commited-wrapper .side-1 .line {
        left: 100px;
    }

    #commited .commited-wrapper .side-1 .img-1 {
        left: 150px;
    }
}

@media (max-width: 1300px) {
    #commited .commited-wrapper .side-1 .img-1 {
        height: 30%;
    }

    #commited .commited-wrapper .side-1 .img-2 {
        height: 25%;
    }
}


@media (max-width: 1250px) {
    #slider .slider-wrapper .slide h1 {
        width: 60%;
    }
}


@media (max-width: 1200px) {
    #WeOffer .offerWrapper .cards .card {
        width: calc(33.33% - 20px);
    }

    #WeOffer .offerWrapper .head p {
        font-size: 1.2vw;
    }
}


@media (max-width: 1100px) {
    #commited .commited-wrapper {
        display: flex;
        flex-direction: column;
    }

        #commited .commited-wrapper .side-1 {
            width: 100%;
        }

            #commited .commited-wrapper .side-1 .img-1 {
                z-index: 1;
                position: relative;
            }


            #commited .commited-wrapper .side-1 .img-2 {
                z-index: 10;

                position: relative;
            }

            #commited .commited-wrapper .side-1 .line {
               height: 543px;
               left: 140px;
            }


    @keyframes up-dwn {
        0% {
            transform: translateY(50px);
        }

        50% {
            transform: translateY(100px);
        }


        100% {
            transform: translateY(50px);
        }
    
    }


    #commited .commited-wrapper .side-2 {
        /* position: relative; */
        width: 100%;
        padding: 80px 40px;
    }
}



@media (max-width: 1005px) {
    #commited .commited-wrapper .side-1 .img-1 {
        display: none;
    }

    #commited .commited-wrapper .side-1 .img-2 {
        position: relative;
        width: 80%;
    }

    #commited .commited-wrapper .side-1 .line {
        display: none;
    }



    #Built .BuiltWrapper .con {
        width: 100%;
        padding-left: 30px;
    }


    #Built {
        background-position: right;
    }

        #Built .BuiltWrapper .con h1 {
            font-size: 8vw;
            width: 100%;
        }


        #Built .BuiltWrapper .con .counts .count-box {
            width: 200px;
            height: 200px;
        }


    #WeOffer .offerWrapper .head p {
        font-size: 1.5vw;
    }
}


@media (max-width: 800px) {
    #slider .slider-wrapper .slide button {
        padding: 20px 25px;
        font-size: 16px;
    }

    #WeOffer .offerWrapper .cards {
        flex-wrap: wrap;
    }

        #WeOffer .offerWrapper .cards .card {
            width: calc(48.33% - 20px);
        }
}

@media (max-width: 700px) {
    #commited .commited-wrapper .side-1 .img-2 {
        width: 100%;
        left: 0;
    }


    #Built .BuiltWrapper .con h1 {
        font-size: 10vw;
        width: 100%;
    }

    #Built .BuiltWrapper .con .counts .count-box {
        width: 150px;
        height: 170px;
    }

    #WeOffer .offerWrapper .head p {
        font-size: 2vw;
    }
}





@media (max-width: 600px) {
    #slider .slider-wrapper .slide h1 {
        width: 60%;
        font-size: 6vw;
    }

    #slider .slider-wrapper .slide button {
        padding: 15px 20px;
        font-size: 14px;
    }

    #forQuality .quality-wrap {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

        #forQuality .quality-wrap h1 {
            font-size: 5vw;
            width: 100%;
        }


    #WeOffer .offerWrapper .cards .card {
        width: 100%;
    }


    #Built .BuiltWrapper .con p {
        width: 100%;
        line-height: 25px;
        margin-bottom: 30px;
    }

    #Built .BuiltWrapper .con .counts {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #Built .BuiltWrapper .con {
        padding-right: 30px;
    }
}

@media (max-width: 500px) {
    #commited .commited-wrapper .side-2 .qua {
        /* margin-top: 20px; */
        display: flex;
        gap: 50px;
        flex-direction: column;
    }

    #WeOffer .offerWrapper .head p {
        font-size: 15px;
    }
}


@media (max-width: 400px) {
    #slider .slider-wrapper .slide h1 {
        width: 80%;
    }

    #slider .slider-wrapper .slide {
        display: flex;
        gap: 50px;
    }

    #WeOffer .offerWrapper .head p {
        font-size: 12px;
    }
}