*{
    margin: 0;
    padding: 0;
    font-family: 'Dancing Script', cursive;
    font-family: 'Nunito', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(imgs/DroneBanner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.constructionheader {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(imgs/ConstructionBanner.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.RealEstateheader {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(imgs/RealEstate/RealEstateBanner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.Infraheader {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(imgs/Infrastructure/Infrabanner.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.Eventheader {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(imgs/Eventpics/Bride&groomaerial.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
/* -------nav-bar-------- */
nav{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 250px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5;
}
.nav-links ul li:hover::after{
    width: 100%;
}
/* ---------text box and button------ */
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 30px;
    }
    .text-box p {
        font-size: 10px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px; 
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}
/* -------Safety------- */
.safety {
    width: 100%;
    height: 200px;
    margin: auto;
    display: flex;
    text-align: center;
    align-content:center;
    padding-top: 50px;
    background:rgb(55,88,141) ;
    color: white;
    font-weight: 200;
    
}
.safety-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 20px;
    position: relative;
}
.safety-row p{
    color: white;
    font-size: 18px;
    font-weight: 100px;
}
@media(max-width: 700px){
    .safety h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .safety-row p {
        font-size: 10px;
        line-height: 16px;
    }
    .safety{
        height: 300px
    }
}
/* ----------services------- */

.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px; 
}
.row{
    display: flex; 
    justify-content: center;
}
.service-col{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0; 

}
.service-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
/* -------contact us -------- */
.contactus {
    width: 100%;
    height: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align:center;
    justify-content:center;
    background:rgb(55,88,141) ;
    color: white;
    font-weight: 100;
    
}
.contactus a {
    text-decoration: none;
    color: white;
    font-size: 10px;

}
.contactus-col{
    display: flex;
    justify-content: center;
    flex-basis: 32%;
    border-radius: 10px;
    position: relative;
}
.contactus-col i{
    margin: 10px;
    border-right: 1px solid white; 
    padding-right: 20px;
}
.contactus-row{
    color: white;
    font-size: 18px;
    font-weight: 100px;
}
.contactus-col p{
    color:white;
}
.contactus-col a i{
    font-size:20px;
}
@media(max-width: 700px){
    .contactus h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .contactus-col p {
        font-size: 10px;
        line-height: 16px;
    }
}
/* --------mapping------- */

.mapping{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.mapping-col{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    justify-content: center;
}
.mapping-row{
    display: flex;
    justify-content: center;
    color: #777;
    font-size: 18px;
    font-weight: 100px;
}
.mapping-col img{
    width:600px;
}
.row a {
    text-decoration: none;
    color:black;
}
.mapping-container{
    display: flex;
    flex-direction: column;
    text-align: left;
    
}
.ortho-title{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content:center;
    background:rgb(55,88,141);
}
#Orthomapping{
    color: white;
    font-size: 62px;
    font-weight:300
}
#familytable{
    width: 425px;
    margin-left: 65px;
}
@media(max-width:700px) {
    .mapping-row{
    flex-direction: column;
    }
    .mapping-col h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .mapping-col p{
        font-size: 10px;
        line-height: 16px;
        text-align: left;
    }
    #Orthomapping{
        font-size:30px;
    }
    #ortho-demo{
        height: 300px;
        width: 300px;
    }
    .mapping-col img{
        width:300px;
    }

    
}
/* ----------3D model----------- */
.model{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.model-col{
    background: white;
    border-radius: 10px;
    margin: 1%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.model-row{
    display: flex;
    color: #777;
    font-size: 18px;
    font-weight: 100px;
}
.model-col{
    text-align: left;
    color: #777;
}
.model-col p{
    font-size:16px
}
.model-col h2{
    font-weight: 200;
}
.row a {
    text-decoration: none;
    color:black;
}
.model-title{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content:center;
    background:rgb(55,88,141);
}
.model-container{
    display: flex;
    text-align: center;
}
#RealisticModels{
    color: white;
    font-size: 62px;
    font-weight: 300;
}
@media(max-width:700px) {
    .model-row{
    flex-direction: column;
    }
    .model-title h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .model-col p{
        font-size: 10px;
        line-height: 16px;
    }
    #luma-demo{
        width: 300px;
        height: 200px
    }
    .model-col h2{
        font-size: 20px;
    }
    #RealisticModels{
        font-size:30px;
    }
}

/* construcion pics------------ */
.construction-pics{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.construction-pics img{
    width: 350px;
    margin: 10px;
}
/* --------RealEstate-------- */


.realty{
    width: 100%;
    /* margin: auto; */
    text-align: center;
    padding-top: 100px;
}
.realty-col{
    background: white;
    border-radius: 10px;
    margin: .5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.realty-col-vid {
    background: white;
    border-radius: 10px;
    margin: .5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
/* .realty-col-vid iframe{
    margin-top: 200px;
} */
.realty-row{
    display: flex;
    align-items: center;
    color: #777;
    font-size: 18px;
    font-weight: 100px;
}
.realty-col{
    text-align: left;
    color: #777;
}
.realty-col p{
    font-size:16px
}
.realty-col h2{
    font-weight: 200;
}
.row a {
    text-decoration: none;
    color:black;
}
.realty-title{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content:center;
    background:rgb(55,88,141);
}
.realty-title h1{
    font-size: 62px;
    font-weight: 200;
    color: white;
}
.realty-col img {
    width: 640px;
    margin: 12px;
}
.realty-container{
    display: flex;
    text-align: center;
}
.img-btm{
    display: flex;
    margin: 10px;
}
.img-btm img{
    margin: 10px;
    width: 300px;
}
@media(max-width:700px) {
    .realty-row{
        display: flex;
        flex-direction: column;
    }
    .realty-title h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .realty-col p{
        font-size: 10px;
        line-height: 16px;
    }
    #luma-demo{
        width: 300px;
        height: 200px
    }
    .realty-col h2{
        font-size: 20px;
    }
    .img-btm {
        display: flex;
        flex-direction: column;
    }
    .realty-col img {
        width: 350px;
        margin: 5px;
    }
    .img-btm img {
        width: 350px;
        margin: 5px;
    }
    .realty-column iframe{
        width: 300px;
        height: 280px;
    }
    .realty-col-vid iframe{
        width: 375px;
        height: 280px;
        
    }
    .realty-container{
        flex-direction: column;
    }

}
/* ------infrastructure------ */
.infra{
    width: 100%;
    margin: auto;
    text-align: center;
    /* padding-top: 100px; */
}
.infra-col img{ 
    width: 500px;
    margin: 5px;
}
.infra-col .big-image{
    width: 800px;
    display: flex;
    justify-self: center;
}
.infra-col{ 
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
}
.infra-row{
    display: flex;
    justify-content: center;
    color: #777;
    font-size: 18px;
    font-weight: 100px;
}
.infra-container{
    background: white;
    display: flex;
    justify-content: center;
}
.infra-row{
    display: flex;
    flex-direction: column;
    width: 1200px;
}
.infra-col-one{ 
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 20px;
}
#Inspections{
    color: white;
    font-size: 62px;
    font-weight:300
}

.infra-col img {
    width: 350px;
    margin: 5px;
}
@media(max-width:700px) {
    .infra-row{
    width: 350px;
    }
    .infra-title h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .infra-col-one p{
        font-size: 10px;
        line-height: 16px;
        flex-wrap: wrap;
    }
    .infra-col h2{
        font-size: 20px;
    }
    .infra-col img {
        width: 350px;
    }
    .infra-col {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    #Inspections{
        color: white;
        font-size: 30px;
        font-weight:100
    }
    .infra-col .big-image{
        width: 350px;
        display: flex;
        justify-self: center;
    }
    /* -------events------- */
    
    .Event{
        width: 100%;
        text-align: center;
        padding-top: 100px;
    }
    .Event-col{
        flex-basis: 31%;
        background: white;
        border-radius: 10px;
        margin: 2%;
        padding: 20px 12px;
        box-sizing: border-box;
        justify-content: center;
    }
    /* .Event-col-vid iframe{
        margin-top: 200px;
    } */
    .Event-row{
        display: flex;
        color: #777;
        font-size: 18px;
        font-weight: 100px;
    }
    .Event-col{
        display:flex;
        text-align: left;
        color: #777;
    }
    .Event-col p{
        font-size:16px
    }
    .Event-col h2{
        font-weight: 200;
    }
    .Event-title{
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content:center;
        background:rgb(55,88,141);
    }
    .Event-title h1{
        font-size: 62px;
        font-weight: 200;
        color: white;
    }
    /* .Event-col img {
        width: 640px;
        margin: 12px;
    } */
    .Event-container{
        text-align: center;
    }
    #weddingsetup{
        width:600px;
    }
    #weddingfamup{
        width:600px;
    }
    #familytable{
        width:600px;
    }
    @media(max-width:700px) {
        .Event-row{
        flex-direction: column;
        }
        .Event-title h1{
            font-size: 30px;
            margin-top: 10px;
        }
        .Event-col p{
            font-size: 10px;
            line-height: 16px;
        }
        #luma-demo{
            width: 300px;
            height: 200px
        }
        .Event-col h2{
            font-size: 20px;
        }
        .img-btm {
            display: flex;
            flex-direction: column;
        }
        .Event-col img {
            width: 300px;
            margin: 5px;
        }
        .img-btm img {
            width: 350px;
            margin: 5px;
        }
    }
}
/* --------------about us----------- */
.aboutus{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.aboutus-container{
    display: flex;
    flex-direction: column;
    text-align: left;
    
}
.aboutus-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:900px;
    background: white;
    border-radius: 10px;
    margin: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    
}
.aboutus-col p{
    font-size: 20px;
    line-height: 1.5;
    text-indent: 25px; 
}
.aboutus-row{
    display: flex;
    justify-content: center;
    color: #777;
    font-size: 40px;
    font-weight: 100px;
}
.aboutus-title{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content:center;
    background:rgb(55,88,141);
}
/* Core Values-------------- */
.core-values {
    list-style: none; /* Removes default list styling */
    padding-left: 0; /* Removes default padding */
    max-width: 900px; /* Adjust as needed */
    margin: auto; /* Centers the list */
    font-size: 20px;
}

.core-values li {
    padding: 10px; /* Adds space inside each list item */
    margin-bottom: 10px; /* Adds space between list items */
    border-radius: 5px; /* Rounded corners */
}

.value-title {
    font-weight: bold; /* Makes title bold */
    color: #333; /* Dark grey color for the title */
}
#ownerpic{
    width: 400px;
    margin-bottom: 20px;
}

@media(max-width:700px) {
    .aboutus-row{
    flex-direction: column;
    align-items: center;
    }
    .aboutus-col h1{
        font-size: 30px;
        margin-top: 10px;
    }
    .aboutus-col p{
        font-size: 10px;
        line-height: 16px;
        text-align: left;
    }
    #Orthomapping{
        font-size:30px;
    }
    .aboutus-col img{
        width:300px;
        justify-self: center;
    }
    #ownerpic{
        width: 300px;
        margin-bottom: 10px;
    }
    .aboutus-col{
        width: 300px;
    }
    
    .aboutus-col ul li{
        font-size: 12px;
        line-height: 16px;
    }
    
}
/* -------contact us--------- */
.form-container{
    width: 100%;
    height: 100vh;
    background: #001660;
    display: flex;
    align-items: center;
    justify-content: center;
}
form{
    background:#fff;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
}
form h3{
    color: #555;
    font-weight: 800;
    margin-bottom: 20px;
}
form input{
    
}
