
/** ADD YOUR AWESOME CODES HERE **/
.navbar-brand  img{
    height: inherit;
}
::selection{
    background-color:hsl(228, 57%, 28%);
    color: white;
}
.widget-title{
    height: 78px;

}
.widget-title img{
    height: 100%;
}
.bootemtext{
    padding-top: 30px;
    padding-bottom: 10px;
}

.glosom{
    width: 100%;
}
.icon img{
    width:  90px
}
.bootemtext a{
    color: #fff;
}
.twobox2{
    margin-top: 20px;
}
.sub-bottom{
    margin-top: 20px;
    margin-left: 3px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}
.mybtn{
    padding: 0px !important;
    padding-inline: 7px !important;
}
.myboxsec{
    /* margin-top: 50px;
    margin-left: 15px; */
    margin: 30px 0px 30px 15px;
}

.sidehover{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    /* align-items: center; */
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.sidehover img{
    width: 50%;
    height: 400px;
    border-radius: 20px;  
    opacity:1;  
}
.sidehover img:hover{
    opacity:0.5;  
}
/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #f2f2f2;
} */

/*  */
.sideimg{
    width: 100%;
    height: 400px;
    border: 2px dashed white;
}

.sideimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
   .tooltip-inner {
            background-color: #6af06a !important;
            color: hsl(228, 57%, 28%) !important;
            font-weight: bold !important;
            font-size: 14px !important
        }

        .tooltip.top .tooltip-arrow {
            border-top-color: #6af06a !important;
        }

        .tooltip.right .tooltip-arrow {
            border-right-color: #6af06a !important;
          

        }

        .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #6af06a !important;
        }

        .tooltip.left .tooltip-arrow {
            border-left-color: #6af06a !important;
        }


.fa-eye::before {
   color: #6af06a;
}

.RARA{
    background-color: rgb(106, 240, 106);
    color: hsl(228, 57%, 28%);
    padding: 2px 10px;
    font-weight: 700;
    border-radius: 5px;
}
.twobox{
  display: flex;  
}
.toptext{
  width: 200px;
    /* font-weight: 700; */
    color: #fff;

}
.bottemtext1{
    margin-top: 7px;
    font-size: 18px;
    color: #fff; 
}
.maintext{
    color: #fff; 
    font-size: 3rem;
    padding: 20px 0 10px 0px !important;

}
.firstdiv{
  padding-top: 10px;    
    background-color:  hsl(228, 57%, 28%);
    color: #fff;
    margin-right: 20px;
}
.secindiv{
  padding-top: 10px;    
    background-color:  hsl(228, 57%, 28%);
    color: #fff;

}

.top-header-row{
    padding-block: 40px;
}

.features-list{
    line-height: 2;
}

/* .sidediv{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.home__images{
    position: relative;
    display: flex;
    justify-content: center;
}

.home__orbe{
    width: 700px;
    height: 1px;
    border-radius: 256px 256px 0 0;

}
.home__img{
    position: absolute;
    width: 600px;
    top:10px;
    height: 700px;
    overflow: hidden;
    border-radius: 125px 125px 12px 12px;
    display: inline-flex;
    align-items: flex-end;
    bottom: -1.5rem;
    box-shadow: 0 16px 32px hsla(228, 66%, 25%, .25);
} */
.enquiry-form {
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 65%);
    /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
}
.enquiry-form .highlighth2{
    font-weight:700;
    font-size: 28px;
}
.features-list {
    padding-left: 0;
}
.text-light a {color:white;padding-top:2rem;}
.text-light{color:white;padding-top:2rem;}
.features-list .ul, li, ol {
    list-style:disc !important;

}
.features-list li {
    margin-bottom: 10px;
}
.form-container {
    border: 5px dashed hsl(228, 57%, 28%);
    /* border: 5px dotted  hsl(228, 57%, 28%); */
    border-radius:20px;
    padding-inline :50px;
    padding-top: 30px;
    padding-bottom: 20px;
    /* padding: 50px; */

}
.highlight {
    color: hsl(228, 57%, 28%);
    font-weight:700;
    font-size: 28px;
}
.btn-submit {
    background-color:hsl(228, 57%, 28%);
    color: #fff;
}

.checkbox+.checkbox, .radio+.radio {
   margin-top:12px;
    }
.enquiry-form  input[type=checkbox], input[type=radio] {
        margin: 7px -20px 0;
    }
 

    
    .topfootsec{
        height: auto;
        width: 100%;
        background-color:hsl(228, 57%, 28%);
        /* background-color: rgb(106, 240, 106); */
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-inline:  100px;
    }
    .topfootsec h5{ 
        font-size:35px;
        font-weight: 700;
        margin: 30px 0px;
        color: white;
        /* word-spacing: 2px;
        letter-spacing: 2px; */
    }

    .topfootsec h5 p{
        margin-top: 20px;
    }
    .footer-mid-sec{
     /* background-color: rgb(106, 240, 106); */
     /* padding-inline: 30px; */
     font-size: 50px;
     color: rgb(106, 240, 106);
    }
    /* General Styles for the gallery section */
.Floorplan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.Floorplan1, .Floorplan2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.Floorplan img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 400px;
}

.artists-hover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    border-radius: 20px;
    background-color: hsla(228, 57%, 28%, 0.842);
    opacity: 0;
    transition: all 0.4s;
    color: #6af06a;
}

.Floorplan1:hover .artists-hover,
.Floorplan2:hover .artists-hover {
    opacity: 1;
    bottom: 23%;
}

.footbottomimg{
    position: relative;
}
.footerimg img{
    position: absolute;
    top: -202px;
}
.aboutfoot{
    margin-top: 30px;
}
/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
    .Floorplan img {
        width: 75%;
        height: auto;
    }
    .col-enquiry{
        margin-top: 20px;
    }
    .enquiry-row{
        
       display: flex !important;
      flex-direction: column-reverse !important;
        
    }
    
    

    .Floorplan1, .Floorplan2 {
    
        margin-bottom: 75px;
    }
    .container {
        padding-right: 0px; 
           padding-left: 0px;
           }
           .features-list{
            line-height: 1;
        }
}

@media (max-width: 989px) {
    .myboxsec{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footerimg img{
        position: absolute;
        top: 275px;
    }
    
.footer {

    height: 1365px;
  
}
}

@media (max-width: 768px) {
    .Floorplan {
        flex-direction: column;
    }

    .Floorplan img {
        max-width: 100%;
        height: auto;
    }
  
    .highlighth2{
        font-size: 16px;
    }
    .highlight{
        font-size: 19px;
    }
    .section-title {
        display: block;
        margin-bottom: 15px !important;
        position: relative;
    }
 
  
        .enquiry-form {
            padding-inline: 20px;
          padding-top: 20px;
        }
    
        .Floorplan1:hover .artists-hover, .Floorplan2:hover .artists-hover {
            margin: 10px;
        }
        .col-enquiry{
            padding-inline: 0px !important;
        }
        .topfootsec h5 {
            font-size: 27px;
        }
        .footerimg img{
            position: absolute;
            top: 295px;
        }
        
    .footer {
    
        height: 1442px;
      
    }
}

@media (max-width: 480px) {
    .Floorplan img {
        width: 100%;
        height: auto;
    }

    .artists-hover {
        padding: 10px;
    }

    .artists-hover p {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 0px;
    }
    .form-control {
      
        padding: 6px 12px;
        /* font-size: 12px; */
    }
    .checkbox, .radio {
       
        margin-top: -6px;
        margin-bottom: 10px;
    }
    .checkbox+.checkbox, .radio+.radio {
        margin-top: -7px;
    }
    .features-list{
        font-size: 14px;
    }
       .listsec1{
padding-right: 0px;
    }
    .form-container {
        padding-inline: 8px;
    }
   
    .maintext {
        font-size: 2.3rem;
        /* padding: 20px 0 10px 0px !important; */
    } 
    .sub-bottom {
        font-size: 17px;
    }
    .section {
      
        padding: 30px 0;
    }

    .topfootsec {
        height: 153px;
        padding-inline: 0px;
    }
    .topfootsec h5 p {
        margin-top: 5px;
    }
    .topfootsec h5 {
        font-size: 19px;
    }
    .footer-mid-sec {

        font-size: 28px;
    }
    .RARA {
     
        padding: 2px 5px;
        font-weight: 700;
        border-radius: 5px;
        font-size: 10px;
    }

    .features-list .ul, li, ol {
    list-style:none !important;
    }
    .aboutfoot{
        padding:  0px 0px 10px 0px !important;
    }
 

    .footer .col-xs-12 {
        margin: -4px 0;
        width: 100% !important;
    }
    .single-feature {
        padding: 0px 0px 0px 0px;
    }
    .top-header-row{
    padding-block: 80px 10px;
}
.footerimg img{
    position: absolute;
    top:75px;
    left: 0px;
    width: 351px;
}
.Querysection {
    padding: 0px 0px 0px 0px !important;
}

.footer {

height: 1235px

}
.footercontainer{
    display: flex;
    flex-direction:column-reverse
}
.footer{
    padding: 0px !important;
}
}


/* @media (max-width:400px) {
    .form-container {
        padding-inline: 8px;
    }
    .highlighth2{
        font-size: 16px;
    }
    .highlight{
        font-size: 19px;
    }
    .features-list{
        font-size: 12px;
    }
    .listsec1{
padding-right: 0px;
    }
   
  
        .enquiry-form {
            padding-inline: 20px;
          padding-top: 20px;
        }
    
        .Floorplan1:hover .artists-hover, .Floorplan2:hover .artists-hover {
            margin: 10px;
        }

        .topfootsec {
            height: 150px;
        }
        .footer-mid-sec {
      
            font-size: 30px;

            padding-inline: 0px;
        }
}
     */