:root{
    --main-color: #C88A24;
    --text-color: #30343A;
    --white-color: #ffffff;
    --black-color: #000000;
}

*{
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    color: var(--text-color);
    font-size: 18px;
    font-family: Calibri, sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

li{
    margin-bottom: 20px;
}

i{
    font-style: normal;
}

div#contact i, section#location i{
    margin-right: 10px;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1{
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.8px;
    letter-spacing: .03rem;
    text-transform: uppercase;
}

h1:after {
    content: "";
    width: 12%;
    border: 2px solid var(--main-color);
    display: block;
    margin-top: 5px;
}

h2{
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .03rem;
}

h2 b{
    font-style: normal;
}

h3{
    font-size: 1.6rem;
    font-weight: bolder;
    margin-bottom: 20px;
}

h4{
    font-size: 1.4rem;
    font-weight: bolder;
}

h5{
    font-size: 1.2rem;
}

button, a.btn{
    padding: 10px 20px;
    color: var(--white-color);
    background-color: var(--main-color);
    border-radius: 4px;
    border: none;
    font-size: .9rem;
}

section{
    padding: max(4vw, 20px) 18vw;
}

main{
    min-height: 50vh;
}

form{
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    min-width: 250px;
    box-shadow: 4px 4px 20px 0px #00000038;
}

input, textarea{
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #ededed;
    width: 100%;
}

header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 10px 4vw;
    background-color: var(--white-color);
}

header i{
    color: var(--main-color);
    border: 1px solid;
    padding: 6px;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
}

header nav a{
    padding: 6px 12px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

#navToggle{
        display: none;
    }

.active{
    display: flex !important;
}

.logo{
    max-height: 40px;
    max-width: 200px;
}

section#hero{
    display: flex;
    /* min-height: 90vh; */
    padding: 0px;
}

section#hero > div{
    flex: 1;
}

section#hero > div:first-child{
    max-width: min(100vw, 500px);
    background: url(files/banner-bg.jpg);
    align-content: center;
    padding-bottom: 20px;
}

section#hero div#heroInfo{
    font-size: .9rem;
    padding: 20px 100px 20px 20px;
    background: #ffffff url(files/dots-bg.png) 130% -30% no-repeat;
}

section#hero div#heroInfo div{
    display: flex;
    gap: 12px;
    padding: 20px 0px;
}

section#hero p:not(:last-child), section#hero div#heroInfo img{
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    padding-right: 12px;
}

section#hero p{
    border-color: #bababa;
}

section#overview > div{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

section#overview > div > div{
    flex: 1 1 400px;
    align-self: center;
}

section#overview div:has(>i){
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

section#overview i{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: var(--white-color);
    text-align: center;
    align-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

section#projectPlan, section#overview{
    background-image: url(files/floor-plan-bg.jpg);
}

section#textCall, section#download{
    background: no-repeat url(files/quote-bg.jpg);
    background-size: cover;
    min-height: 220px;
    color: var(--white-color);
    text-align: center;
    align-content: center;
}

section#download h2{
    color:  var(--white-color);
}

section#textCall i{
    font-size: 6rem;
    margin-bottom: 12px;
    color: #415A78;
}

section#textCall a{
    color: var(--main-color);
}

section#amenities{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

section#amenities img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

section#amenities > div{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

section#amenities > div > div{
    flex: 1 1 150px;
    padding: 40px 20px;
    border: 2px dashed #DBDBDB;
    text-align: center;
}

section#approvals{
    background-image: url(files/construction-bg.jpg);
}

section#approvals i{
    margin-right: 20px;
    color: var(--main-color);
}

section#approvals > div > div{
    padding: 20px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}

section#location > div{
    padding: 50px 0px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

section#location > div > div{
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section#thanks{
    text-align: center;
    margin: 4vw;
}

section#thanks h1::after{
    justify-self: center;
    margin-bottom: 50px;
}

footer{
    padding: max(4vw, 20px) 18vw;
    background-image: url(files/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f0f0f0;
    margin-top: 200px;
}

div#contact{
    padding: 50px 8vw;
    border-radius: 12px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    margin: -200px 0px 20px 0px;
    gap: 20px;
    font-size: 1.1rem;
    background-image: url(files/contact-bg.jpg);
}

div#contact h2{
    color: var(--white-color);
    text-align: justify;
    text-transform: capitalize;
}

div#contact p{
    margin-bottom: 20px;
}

div#copyright{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

div#copyright a{
    color: var(--main-color);
    padding: 0px 10px;
    appearance: button;
    margin: 5px 0px;
}

div#copyright a:not(:last-child){
    border-right: 2px solid var(--main-color);
}

@media screen and (min-width: 1200px) {
    section#hero div:has(>h1){
        transform: translateX(6vw);
    }
}

@media screen and (max-width: 650px) {
    section, footer{
        padding: 50px 20px;
    }

    form{
        width: 100%;
    }

    div#contact, section#hero div#heroInfo div{
        flex-wrap: wrap;
    }

    #navToggle{
        display: inline;
    }

    header nav{
        display: none;
        position: absolute;
        flex-direction: column;
        top: 50px;
        left: 0;
        padding: 20px;
        width: 100%;
        background-color: var(--white-color);
    }

    section#hero{
        flex-direction: column-reverse;
    }

    /* section#hero > div > img{
        min-height: 60vh;
    } */
}

