*{
    margin: 0;
    padding: 0;
}

.upperdiv-home{
    background-color: #E8ECD6;
    width: 100%;
    padding-bottom: 10%;
    background-size: cover;
    background-position: center;
}

/*Navbar Style Start*/

.navberlist-home{
    display: flex;
    flex-direction: row;

    list-style: none;
    margin-left: 1%;
}

.navrefer-home{
    color: black;
    text-decoration: none;
    font-family: "Syne", sans-serif;
}

.navrefer-home:hover{
    color: #4b615e;
    border-bottom: 2px solid #c9c9c9;
    font-size: larger;
}

.activelist-home:hover{
    color: #4b615e;
    font-size: larger;
}

.navbar-home{
    padding-top: 0.9%;
    width: auto;
}

.companyname-home{
    margin-right: 29%;
    color: #e3b8a7;
    font-size: 30px;
    font-family: "Syne", sans-serif;
}

.roundedcolumn-home{
    display: flex;
    flex-direction: row;
    gap: 70px;

    padding: 15px 25px 0 25px;

}

.activelist-home{
    color: #4b615e;
    border-bottom: 2px solid #c9c9c9;
    font-size: larger;
    text-decoration: none;
}


/*Navbar Style End*/


.colordiv-home{
    width: 100%;
    height: 100vh;
    background-color: #E8ECD6;
    opacity: 0.3;
}
.firstimage-home{
    width: 40%;
    margin-left: 30%;
    margin-top: 3%;
    border-radius: 2.0px;
}

.imageupper-home{
    background-image: url(Images/Home-firstimage.jpg);
    height: 70vh;
    background-size: cover;
    background-position: right;
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    border-radius: 30px;
}

.innerimagediv-home{
    width: 45%;
    height: 70vh;
    background-color: black;
    opacity: 0.7;
    border-radius: 30px;
    padding-top: 5%;
    padding-left: 5%;
    gap: 50px;
}

.innerimagetxt-home{
    color: #e3b8a7;
    font-size: 3.2vw;
    font-family: "Syne", sans-serif;
    width: 80%;
    margin-bottom: 10%;
}

.undertxt-home{
    color: white;
    font-size: 20px;
    margin-bottom: 10%;
    width: 95%;
}


.explorebtn-home{
    border: none;
    background-color: #E8ECD6;
    padding: 10px;
    border-radius: 12px;
    color: #000;
    width: 40%;
}


    .explorebtn-home:hover{
        color: white;
        background-color: #94968f;
    }


.aboutusdiv-home{

}

.divheader-home{
    margin-left: 10%;
    color: #e3b8a7;
    font-size: 60px;
    font-family: "Syne", sans-serif;
    margin-top: 5%;
}

.imgtxtcard-home{
padding-left: 5%;
padding-top: 1%;
display: flex;
flex-direction: row;
gap: 2%;
}

.cardholderimg-home{
    width: 35%;
    border-radius: 20px;
}

.cardtxt-home{
    width: 90%;
    font-size: 22px;
    font-family: "Syne", sans-serif;
}

.cardtxt-home2{
    width: 90%;
    font-size: 22px;
    font-family: "Syne", sans-serif;
}

.imgtxtgroup-home{
    gap: 2%;
}

.servicetxt-home{
    width: 90%;
    font-size: 30px;
    font-family: "Syne", sans-serif;
    margin-left: 10%;
}

.servicescardholder-home{
    padding-top: 2%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1%;
    justify-content: center;
    align-items: center;

}

.servicecard-home{
    width: 30%;
    place-items: center;
    display: grid;
    text-align: center;
    margin-bottom: 5%;
}

.servicecardtxt-home{
width: 80%;
font-size: 1.2vw;

}

.servicecardimg-home{
    width: 10%;
}



.footeraboutlink-home{
    border: none;
    background-color: black;
    padding: 10px;
    border-radius: 12px;
    color: white;
    width: 20%;
    margin-left: 40%;

}


    .footeraboutlink-home:hover{
        color: white;
        background-color: #94968f;
    }


@media (max-width: 768px) {
    /*Nav style start*/
    .companyname-home{
        margin-left: 6%;
        white-space: nowrap;
        margin-right: -1%;
    }

    .navrefer-home{
        font-size: 10px;
    }
    .roundedcolumn-home{
        gap: 20px;
    }

    .navrefer-home:hover{
        font-size: 15px;
    }    

    /*Nav Stle End*/
    .innerimagediv-home{
        width: 100%;

    }


    .explorebtn-home{
        margin-left: 25%;
    }
    
    .innerimagediv-home{
       align-items: center;
       justify-content: center;
    }

    .undertxt-home{
        font-size: 30px;
    }

    .innerimagetxt-home{
        font-size: 5vw;
    }

    .imageupper-home{
        margin-left: 15%;
    }
    .cardholderimg-home{
        display: none;
    }
}