 

.hero-property {

    background: url('/images/img1.png') center/cover no-repeat;
    height: 580px;
    text-align: center;
    color: #fff;
}


.hero-content-property {
    position: relative;
    padding: 100px 80px;
    z-index: 1;
    /* ensure text is above */

}

#listingbtn {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-content-property::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background-color: #1A1C20BF;
    /* your background color */
    opacity: 0.9;
    /* only background opacity */
    z-index: -1;
    /* place behind text */
}


.prt-hd-content {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    gap: 30px;
padding: 50px;
    h1 {
        font-family: Josefin Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 40px;
        color: #FFFFFF;
        text-align: start;

    }
}

#prt-bt-buttons {
    display: flex;
    gap: 20px;

    button {

        gap: 10px;
        padding-top: 6px;
        padding-right: 12px;
        padding-bottom: 6px;
        padding-left: 12px;
        border-radius: 20px;
        background-color: #C8A648;
        color: #1A1A1A;
        border: none;
        outline: none;

        a {
            font-family: DM Sans;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 14px;

            line-height: 100%;
            letter-spacing: 0%;
            color: #1A1A1A;
        }
    }

}


#img-addr {
    display: flex;
    align-items: start;
    justify-content: start;
    /* background-color: red; */
    gap: 10px;
    font-size: 25px;

    p {
        font-family: DM Sans;
        font-weight: 400;

        color: #FFFFFF;
    }


}

#aprt-things {
    display: flex;
    align-items: start;
    justify-content: start;

    gap: 30px;

    .img-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-family: DM Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        gap: 12px;
        padding: 5px 20px;
        border-radius: 20px;
    }
}

.hero-content-property img {
    width: 30px;
    height: 30px;
}

#Request-Schedule {
    display: flex;
    gap: 30px;

    a {
        font-family: DM Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
    }

    #Request {
        gap: 10px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        border-radius: 12px;
        background-color: #C8A648;
        border: none;

        a {

            color: #1A1A1A;
        }


    }

    ;

    #Schedule {
        gap: 10px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        border-radius: 12px;
        border-width: 2px;
        background-color: #FFFFFF;

        a {
            color: #C8A648;
        }
    }

    #save {

        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        border-radius: 12px;
        background-color: #FFFFFF26;
        border: none;

        a {

            color: #FFFFFF;
        }
    }
}


#photos {
    padding: 80px;
    display: flex;
    gap: 10px;

    #left-img {
        position: relative;

        button {
            z-index: 10;
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 198;

            gap: 8px;
            padding-top: 12px;
            padding-right: 24px;
            padding-bottom: 12px;
            padding-left: 24px;
            border-radius: 12px;
            background-color: #C8A648;
            border: none;
        }

        img {
            width: 100%;
        }
    }

    #right-img {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        img {
            width: 100%;
        }
    }
}

.input-container {
    gap: 30px;
    display: flex;

    #Sched {
        border: 2px solid #C8A648;
        background-color: transparent;
        color: #C8A648;
    }
}

.propertry-containers{
 display: flex;
 align-items: center;
  justify-content: center;
  flex-direction: column;
     background-color: #F7F7F7;
   
padding: 10px 16px;
border-radius: 16px;

}
.mainconatienr-prt-view {
     
    gap: 20px;
    display: flex;
padding: 80px;
   
    flex-direction: row;
    h1 {
        font-family: Josefin Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 28px;
        color: #1A1A1A;
    }

    p {
        font-family: DM Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        color: #4A4A4A;

    }

    

    #pt-rigth {
        width: 70%;
    }

    #profile{
 display: flex;
 flex-direction: column;
gap: 24px;
padding: 28px;
border-radius: 20px;
background-color: #FFFFFF;
box-shadow: 0px 8px 24px 0px #0000001A;
    }
    #ptr-left {



        .prt-rght-button {
            img {
                width: 20px;
            }

            display: flex;
            gap: 30px;
            padding: 30px 0px;

            button {
                background-color: #C8A648;
                border-radius: 12px;
                padding-top: 12px;
                padding-right: 24px;
                padding-bottom: 12px;
                padding-left: 24px;
                border: none;
                font-family: DM Sans;
                font-weight: 600;
                font-style: SemiBold;
                font-size: 16px;
                color: #1A1A1A;
            }
        }

        #img-name-pos {
            width: 100%;
            align-items: start;
            display: flex;

        }

        img {
            width: 40%;
        }

        #content-rigth {
            display: flex;
            flex-direction: column;
            gap: 20px;

            width: 100%;
            padding: 0px 10px;

            h4 {
                font-family: Josefin Sans;
                font-weight: 700;
                font-style: Bold;
                font-size: 20px;
                color: #1A1A1A;
            }

            img {
                width: 20px;
            }
        }

        #pr-inpt {
            display: flex;
            align-items: start;
            flex-direction: column;
            gap: 20px;
           
            padding: 20px;
            border-radius: 10px;

            input {
                border: 1px solid #EDEDED;
                background-color: #F7F7F7;
                
                border-radius: 10px;
                padding: 8px 10px;
            }

            label {
                font-family: DM Sans;
                font-weight: 600;
                font-style: SemiBold;
                font-size: 14px;

            }

            #button {
                width: 100%;
                display: flex;
                justify-content: center;

            }

            button {

                border-radius: 12px;
                padding-top: 12px;
                padding-right: 24px;
                padding-bottom: 12px;
                padding-left: 24px;
                background-color: #C8A648;
                font-family: DM Sans;
                font-weight: 600;
                font-style: SemiBold;
                font-size: 16px;
                color: #1A1A1A;
                border: none;
                margin-top: 20px;
            }
        }
    }

    #prt-overview {
        display: flex;
        background-color: #FFFFFF;
        flex-direction: column;
         box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);
gap: 24px;
padding: 32px;
border-radius: 24px;


        h6 {
            font-family: DM Sans;
            font-weight: 700;
            font-style: Bold;
            font-size: 14px;
            color: #1A1A1A;
        }

        p {
            font-family: DM Sans;
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            color: #4A4A4A;

        }

        #containers {

        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
        padding-right: 20px;
        }

         

        img {
            margin-right: 5px;
        }

        img:hover {
            transform: scale(1.2);
        }
    }

}

#about-prt {
    /* background-color: #757171; */
    padding-top: 40px;
    padding-right: 40px;
    width: 80%;
}

#key-high {
    /* background-color: #7ab9cc; */
    padding: 20px 0px;
}

li {
    color: #C8A648;
    line-height: 20px;

}

#pricing-details {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  
gap: 24px;
padding: 32px;
border-radius: 24px;
margin-top: 20px;
box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);

    background-color: #FFFFFF;
    button {
        background-color: #FFF8E2;
        border-radius: 12px;
        border-width: 1px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        border: 1px solid #C8A648;
        font-family: DM Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        color: #1A1A1A;
    }

    #Request {

        border-radius: 12px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        background-color: #C8A648;
        border: none;
    }

    #Download {
        color: #C8A648;
    }

    #emi {
        color: #C8A648;
        border: none;
    }

    #prc-icon-text {
      display: grid;
      grid-template-columns: repeat(4,1fr);
        gap: 30px;

        .imgtext {
            gap: 10px;
        }
    }

    #prc-dnl-btn {
        display: flex;
        gap: 20px;
    }
}

 

#amenites {
     width:60vw;
      display: flex;
      flex-direction: column;
gap: 2px;
padding: 32px;
border-radius: 24px;
margin-top: 20px;
background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);
    #logo-content {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3,1fr);
        width: 100%;
        justify-content: space-between;
        .alignstrt {
            display: flex;
            gap: 10px;
            
             background-color: #F7F7F7;
             
padding: 12px;
border-radius: 8px;
text-align: start;

            img {
                width: 24px;
                height: 24px;
            }
        }
    }

    .text-icon {
        display: flex;
        align-items: start;
        justify-content: space-between;

        
    }

    
}

#floor-plans {
   gap: 24px;
padding: 32px;
border-radius: 24px;
margin: 20px 0px;
background-color: #FFFFFF;
box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);
   

    img {
        width: 70%;
    }

    #plan-img-right-content {
        display: flex;
    }

    #homeproperties {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        width: 100%;

        p {
            font-family: DM Sans;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            color: #4A4A4A;
        }

        #viewfloor-plan p {
            font-family: DM Sans;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 16px;
            color: #C8A648;
            padding-top: 20px;
        }
    }
}

#location-connection {
display: flex;
flex-direction: column;
gap: 24px;
border-radius: 24px;
 padding: 32px;
margin: 20px 0px;
    background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #1A1A1A;

    p {
        font-family: DM Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        color: #4A4A4A;
    }

  

    #location-grid {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(4, 1fr);
      
        .grid-loc {}

        img {
            margin-right: 10px;
        }
    }
}

#legal-doc {
display: flex;
flex-direction: column;
gap: 24px;
border-radius: 24px;
 padding: 32px;
margin: 20px 0px;
    background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgb(235, 233, 233);


    #legal-grid {

        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;

    }

    .grid-cont {
        padding: 16px;
        border-radius: 16px;
        border-width: 1px;
        box-shadow: 1px 1px 10px grey;
      background-color:   #FFFFFF;
    }

    .grid-cont img {
        margin-right: 10px;
    }
}

#icn-txt-btm {
    gap: 10px;
    color: #FFFFFF;
    display: flex;

    img {
        margin-right: 10px;
    }
}


@media(max-width:990px) {


    #location-connection {
        #location-grid {
            display: grid;
            gap: 30px;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    #prt-overview {

        width: 94vw;
        display: flex;

        flex-direction: column;
    }

    #pt-rigth {
        width: 100%;
    }

    #property-overview {
        /* background-color: red; */

        .mainconatienr-prt-view {
            overflow: hidden;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;

            #content-rigth {
                display: flex;
                flex-direction: column;
                gap: 0px;
                width: 100%;
                padding: 0px 10px;
            }

            #pr-inpt {
                display: flex;
                align-items: start;
                flex-direction: column;
                gap: 10px;
                padding: 20px;
                border: none;
                border-radius: 10px;
            }

            /* background-color: #C8A648; */
        }
    }

    #photos {
        padding: 32px;
        display: flex;
        flex-direction: column;
    }

    #about-prt {
        /* background-color: #757171; */
        padding: 40px 0px;
    }

    #key-high {
        /* background-color: #7ab9cc; */
        padding: 40px 0px;
    }

    #pricing-details {
        padding: 20px;
        width: 94vw;
        gap: 10px;

        #prc-icon-text {
            display: flex;
            gap: 10px;
        }

    }

    /* background-color: aquamarine; */
    button {
        padding: 2px 10px;
    }

    #legal-doc ,#location-connection,#floor-plans,#amenites {
 
        width: 94vw;
    }

}




.hero-content-property {
    position: relative;
    padding: 40px 20px;
    z-index: 1;
    /* ensure text is above */

}

#aprt-things {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    .img-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-family: DM Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        gap: 5px;
        padding: 5px;
        border-radius: 15px;
    }

    #ptr-left #img-name-pos {
        img {
            width: 60px;
        }
    }
    .prt-hd-content {
   
 padding: 10px;

}
 
}

@media (max-width:600px) {
#Request-Schedule{
    display: grid;
    padding: 00px 0px;
    margin: 0px 0px;
    grid-template-columns:repeat(2,1fr);
    gap: 10px;
}
 
    .mainconatienr-prt-view{
     
    #prt-overview #containers {

        display: grid;
        gap: 30px;
        justify-content: space-around;
       grid-template-columns: repeat(2,1fr);
        }
    }
    #location-connection {
       width:90vw;
padding: 20px;

        #location-grid {
        
            display: grid;
            gap: 30px;
            grid-template-columns: repeat(1, 1fr);
 
        }
    }

    #legal-doc {

background-color:#ffff;
        margin:20px 0px;
        padding:20px;
        border-radius:12px;
        width:90vw;
       
        #legal-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
        }

        .grid-cont img {
            margin-right: 10px;
        }
    }

   
    #prt-overview {
        width: 90vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    #pt-rigth {

        width: 100%;

    }

    #photos {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    #mainconatienr-prt-view {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    #about-prt {
        /* background-color: #757171; */
        padding: 20px 0px;
    }

    #key-high {
        /* background-color: #7ab9cc; */
        padding: 20px 0px;
    }

   #pricing-details {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;;
  width:90vw;

    /* background-color: aquamarine; */
    button {
        background-color: #FFF8E2;
        border-radius: 12px;
        border-width: 1px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        border: 1px solid #C8A648;
        font-family: DM Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        color: #1A1A1A;
    }

    #Request {

        border-radius: 12px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        background-color: #C8A648;
        border: none;
    }

    #Download {
        color: #C8A648;
    }

    #emi {
        color: #C8A648;
        border: none;
    }

    #prc-icon-text {
      display: grid;
      grid-template-columns: repeat(1,1fr);
        gap: 30px;

        .imgtext {
            gap: 10px;
        }
    }

    #prc-dnl-btn {
        display: flex;
        gap: 20px;
        flex-direction:column;
    }
}

    #amenites {
       width: 90vw;
        padding-bottom: 20px;
        #logo-content{
            display: grid;
            grid-template-columns: repeat(2,1fr);
        }
        img{
            width: 20px;
            height: 20px;
        }
    }

    #aprt-things {
        padding: 2px;
        margin: 0px;
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(3, 1fr);
    }

    

    #floor-plans {
        width: 90vw;
        display: flex;
        flex-direction: column;
    }

    #plan-img-right-content {
        display: flex;
        flex-direction: column;

        img {
            width: 100%;
        }
    }
    #icn-txt-btm {
    gap: 10px;
    color: #FFFFFF;
    display: grid;

    img {
        margin-right: 10px;
    }
    
}
.wrcontent button{width: 40vw;

    }
    .prt-hd-content {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    padding:20px;
    gap: 10px;}

    #search-box-home-content-explore{
    display: flex;
    flex-direction:column;
    gap: 20px;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #0800001f;
    
}

}

@media (max-width:400px){

.prt-hd-content {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    gap: 10px;
padding: 20px;
    h1 {
        font-family: Josefin Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: start;

    }
}
#Request-Schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    a {
        font-family: DM Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
    }

    #Request {
        width: 150px;
        padding:5px 10px;
        border-radius: 12px;
        background-color: #C8A648;
        border: none;

        a {

            color: #1A1A1A;
        }


    }

    ;

    #Schedule {
        gap: 10px;
       padding:5px 10px;
        border-radius: 12px;
        border-width: 2px;
        background-color: #FFFFFF;

        a {
            color: #C8A648;
        }
    }

    #save {

        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        border-radius: 12px;
        background-color: #FFFFFF26;
        border: none;

        a {

            color: #FFFFFF;
        }
    }
}
/* 
#aprt-things {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    .img-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-family: DM Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        gap: 5px;
        padding: 10px;
        border-radius: 15px;
    }

    #ptr-left #img-name-pos {
        img {
            width: 60px;
        }
    }
    .prt-hd-content {
   
 padding: 10px;

}
 
} */
}