*{
    margin: 0;padding: 0;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.12rem;
    line-height: 1.6rem;
    color: #333333;
}
main{
    /* width: min(100ch, 100% - 4rem); */
    margin-inline: auto;
}
img{
    max-width: 100%;
    display: block;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
h1{
    font-size: 60px;
    line-height: 69px;
    /* text-wrap: balance; */
}

.navbar{
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
}

.nav-links{
    display: flex;
}
.nav-links li{
    list-style: none;
    padding: 4px 20px;
}

.nav-links a{
    color: #fff;
}
.nav-links a:hover{
    color: #bf7905;
}
.nav-links .nav-col{
    color: #bf7905;
}



/* Header css Start  */

header{
    background: linear-gradient(to right,rgba(0,0,0,.8) , rgba(0,0,0,.0)), url(../images/bg-1.webp) no-repeat;
    background-size: cover;
    background-position: center 70%;
}
.main-container{
    padding: 140px 80px;
}
.container-lft{
    width: 50%;
}

.head-main-txt{
    color: #fff;
    padding: 30px 0;
}
.head-txt{
    color: #fff;
    margin: 12px 0;
}
.header-button{
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.head-btn{
    width: 150px;
    text-align: center;
    border: 1px solid #bf7905;
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
}
.head-btn a{
    color: #fff;
}
.orange-col{
    background: #bf7905;
}
/* Header css End  */

/* Read more css Start  */

.read-more{
    padding: 50px 80px;
}
.read-container{
    display: flex;
    justify-content: center;
    column-gap: 100px;
}
.read-card{
    flex: 1;
    max-width: 400px;
    text-align: center;
    padding: 15px;
}
.read-title{
    margin: 10px;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content:end;
}
.read-heading{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}
.bg-num{
    position: absolute;
    font-size: 140px;
    font-weight: 1000;
    top: 60px;
    left: 0%;
    right: 0%; 
    color: transparent;
    -webkit-text-stroke: 1px #333;
}
.read-txt{
    font-size: 16px;
    line-height: 24px;
}
.read-btn{
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    margin: 10px auto;
}
.read-btn a{
    border-bottom: 2px solid #bf7905;
    color: #bf7905;
}
/* Read more css End  */

/* Interior css Start  */
.interior{
    padding: 50px 80px;
}
.interior-container{
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.interior-content-lft{
    flex: 1;
}
.interior-content-rht{
    flex: 1;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.interior-lft-top{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.title-orange{
    color: #bf7905;
    font-size: 1.1rem;
}
.heading-2{
    font-size: 45px;
    line-height: 55px;
}
.interior-lft-btn-container{
    margin: 40px 0;
}
.interior-lft-card{
    display: flex;
    margin: 30px 0;
    align-items: center;
}
.interior-circle{
    background: #bf7905;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.interior-rht-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
.interior-rht-column img{
    flex: 1;
    height: 350px;
    width: 320px;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.interior-column-1{
    margin-top: 70px;
}
.interior-column-2{
    margin-bottom: 70px;
}


/* Interior css End */


/* Services css Start  */
.service{
    padding: 100px 80px;
    background-color: #f6f6f6;
}
.service-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card{
    flex: 1;
    /* max-width: 500px;
    max-height: 280px; */
    aspect-ratio: 2/1;
    text-align: center;
    padding: 0px;
    background: #fff;
    margin: 15px;
}
.bg-1:hover{
    background: url(../images/service-1.webp) no-repeat;
}
.bg-2:hover{
    background: url(../images/service-2.webp) no-repeat;
}
.bg-3:hover{
    background: url(../images/service-3.webp) no-repeat;
}
.bg-4:hover{
    background: url(../images/service-4.webp) no-repeat;
}
.bg-5:hover{
    background: url(../images/service-5.webp) no-repeat;
}
.service-bg:hover{
    background-position: center;
    background-size: cover;
    color: #fff;
    transition:1s;
    text-shadow: #000 1px 0 10px;
}


.service-card-heading{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.service-txt{
    font-size: 16px;
}
.service-bg-card{
    padding: 70px;
    cursor: pointer;
}
.service-card-title{
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1;
    background: transparent;
    row-gap: 20px;
}
.service-title-txt{
    width: 80%;
}
.service-btn{
    background: #bf7905;
    padding: 10px 20px;
    width: fit-content;
    cursor: pointer;
}
.service-btn a{
    color: #fff;
}
.heading-3{
    font-size: 40px;
    line-height: 50px;
}

/* Services css End  */

/* Statistic css Start  */
.statistic{
    padding: 100px 80px;
}
.statistic-container{
    display: flex;
    column-gap: 50px;
}
.statistic-lft{
    flex: 1;
}
.statistic-rht{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}
.statistic-line-item{
    margin: 20px 0;
    padding: 8px 0;
}
.stat-top{
    display: flex;
    justify-content: space-between;
}
.stat-per{
    font-weight: 600;
}
.statistic-line{
    padding: 20px 0;
}
.statistic-line-heading{
    font-size: 23px;
}
.stat-line{
    height: 4px;
    width: 100%;
    background: #333;
    margin: 10px 0;
    position: relative;
}
.orange-line{
    height: 4px;
    width: 66%;
    background-color: #bf7905;
}
.orange-line-1{
    height: 4px;
    width: 70%;
    background-color: #bf7905;
}
/* Statistic css End  */
/* Map css Start  */
.map{
    padding: 50px 80px;
}
.map-item{
    aspect-ratio: 2/.6;
}
/* Map css End  */
/* Footer css Start  */
footer{
    background-color: #333333;
    padding: 50px 80px;
}

.foot-container{
    display: flex;
    justify-content: space-between;
    column-gap: 100px;
    margin-bottom: 30px;
}
.foot-content{
    flex: 1;
}
.foot-line{
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.foot-logo-headeing{
    color: #fff;
    font-size: 17px;
    line-height: 27px;
}
.foot-logo-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.foot-headeing-3{
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 30px;
}
.foot-cont{
    display: flex;
    column-gap: 10px;
}

.foot-link li{
    margin: 4px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.foot-link a{
    color: #fff;
}
.foot-link a:hover{
    color: #bf7905;
}
.foot-contact-row{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-size: 16px;
    line-height: 26px;
}
.foot-row-head{
    color: #fff;
    margin-left: 40px;
}
.foot-cont{
    color: #fff;
    display: flex;
    align-items: center;
}
.copyright{
    color: #fff;
    font-size: 13px;
    margin: 20px 0;
    text-align: center;
}
/* Footer css End  */

.navbar-toggle {
    display: none;
    cursor: pointer;
}
.nav-line {
    width: 30px;
    height: 3px;
    background-color: #f9f9f9;
    margin: 6px 0;
}
.nav-top {
    display: none;
}
.active {
    border-bottom: 3px solid #fff;
}