* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


:root {
    --font_one: 'Fugaz One', cursive;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    background-image: linear-gradient(65deg, #f2f6fe, #F0F5FF 28%, rgb(241 241 241 / 16%));
}

h1 {
    font-family: 'Fugaz One', cursive;
    font-family: 'Racing Sans One', cursive;
    font-family: 'Ubuntu', sans-serif;
}

.navbar-brand {
    width: 100%;
    max-width: 115px;
    padding-top: 5px;

}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.navmy {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 0px;
    height: 74px;
    /* overflow: hidden;*/
    top: 66%;
    box-shadow: 0px 3px 5px 1px #00000024;
    padding: 0px 20px;
    z-index: 9;
}

.amenity_innr ul {
    padding: 0px 0px 0px 20px;
}

.abut ul {
    padding: 0px 0px 0px 20px;
}

header {
    background-color: #f8f9fa;
    background-color: #000;
    background-color: #000;
}

header .container {
    position: relative;
}

.bg-light {
    background-color: #ffffff !important;
}

.contdetl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-top: 6px;
}

.contdetl i {
    margin-right: 8px;
}

.contdetl>div {
    margin-right: 20px;
}

.contdetl a {
    color: #ffffff;
}

.socialnetwkr {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.socialnetwkr a {
    padding: 11px;
    color: #333333;
    border-radius: 50%;
    border: 1px solid #33333314;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-right: 10px;
    box-shadow: 0px 2px 3px #46454570;
    transition: all 0.5s ease;
}

.socialnetwkr a:hover {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
}

.topnav {
    padding: 10px 0px 40px;
    border-bottom: 1px dashed #3333333d;
}

.banner_slidr {
    /* background-image: url(../images/banner2.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .6);
    text-transform: capitalize;
    margin-right: 10px;
    color: #22311d;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d2aa68;
}

.serchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.prop_srch h4 {
    font-weight: 600;
    font-size: 23px;
}

.form_div {
    /*position: absolute;*/
    bottom: 25px;
    width: 100%;
    left: 0px;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    /*background-color: #59AF8A;*/
    padding: 10px 0px;
    z-index: 9;
}

.form_div .btn {
    background-color: #da251c;
}

.banner_slidr .owl-carousel .owl-nav button.owl-next,
.banner_slidr .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.banner_slidr .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}

.btns {
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    background-color: #d2aa68;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px;
    min-width: 130px;
    box-shadow: 0px 1px 5px -2px #000;
    transition: all 0.5s ease;
}

.btns:hover {
    background-color: #d2aa68!important;
    color: #000 !important;
}

.brifdet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.proimg {
    overflow: hidden;
    height:auto;
    /*max-height: 225px;*/
    /*height: 150px;*/
}

.proimg img {
    width: 100%;
}

.propname {
    padding: 5px 10px;
}

.propname a {
    display: block;
    color: #22311d;
    font-weight: 600;
}

.propname p {
    font-size: 12px;
    margin: 0px;
    margin-top: 4px;
    color: #333333;
}

.propname p i {
    margin-right: 5px;
}

.typdt h5 {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.typdt p {
    margin: 0px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.brifdet div:not(:last-child) {
    border-right: 1px solid #2b2b2b4f;
    padding-right: 36px;
}

.botmbtn {
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0px;
    margin-top: -22px;
}
}

.botmbtn button {
    min-width: 90px;
    padding: 5px 18px;
}

.botmbtn .detl {
    background-color: #000;
    color: #fff;
}

.propcnt {
    background-color: #f8f9fa;
    padding: 10px 10px;
}

.propsec {
    box-shadow: 0px 2px 10px -1px #aaa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.hdingg {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-size:2rem !important;
    /*text-shadow: 0px 3px 0px #dbd2b1;*/
    font-weight: 600;
}

.hdingg span {
    color: #d2aa68;
}

.hdingg::after {
    content: "";
    width: 98%;
    display: block;
    margin: 0px auto;
    padding-top: 5px;
    text-decoration: unset;
    box-shadow: 0px 6px 10px -2px inset #dbd2b1;
    background-color: #d2aa68;
    margin-top: 10px;
}


.propcnt {
    background-color: #e7ecec;
    padding:  5px 20px;
}

/* .hdingg span
{
    color: #da251c;
    font-family: 'Fugaz One', cursive;
} */
.space {
    padding-top: 75px;
}

.abouus {
    background-image: linear-gradient(360deg, #333333 -15%, #e7ecec 50%);
    background-color: #e7ecec;
    margin-top: 50px;
    padding: 50px 0px;
}

.bg_clr {
    /*background-color: #22311d;*/
    color: #000;
    padding: 2px 30px;
    border-radius: 5px;
}

.imgabt img {

    width: 100%;
}

.marquee {
    width: 100%;
    overflow: hidden;

}

.marqinnr {
    display: flex;
}

.marqinnr>div {
    width: 300px;
}

.inner {
    padding: 10px;
    overflow: hidden;
}

.tab {
    text-align: center;
    margin: 50px 0px 20px;
}

.tablinks1,
.tablinks2 {
    border: 1px solid #da251c;
    background: none;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    color: #da251c;
    padding: 6px 20px;
    text-align: center;
    border-radius: 4px;
    min-width: 130px;
    box-shadow: 0px 1px 5px -2px #000;
    transition: all 0.5s ease;
}

.tab button.active {
    background-color: #da251c;
    color: #fff;
}

.propdelvr {
    padding: 0px 30px 0px 0px;
    text-align: justify;
}

.galimg {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 10px -1px #615f5f;
    border-radius: 4px;
    background-color: #da251c;
    margin-bottom: 30px;
}

.galimg img {
    width: 100%;
    height: 200px;
}

.galimg h4 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    text-shadow: 0px 0px #333333;
}


.us_img {
    width: 140px;
    height: 140px;
    background-color: #ddd;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 0px 0px 2px #aaa;
    border: 1px solid #d84f3c;
    padding: 1px;
}

.test_sec .us_img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    border-radius: 50%;
}

.us_innr {
    padding: 30px;
}

.us_cnt {
    padding: 10px;
    text-align: center;
}

.us_cnt h4 {
    color: #da251c;
    font-size: 20px;
    font-weight: 600;
}

.us_cnt h4 span {
    font-size: 23px;
}

.us_cnt p {
    color: #333333;
    width: 55%;
    margin: 0px auto;
    font-size: 18px;
    font-family: var(--font_two);
    text-align: justify;
    text-align-last: center;
    position: relative;
}

.us_img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    border-radius: 50%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0px 0px !important;
    font: inherit;
    font-size: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 35px;
    left: -50px;
    position: absolute;
    background-color: #f5f4f4;
    box-shadow: 0px 0px 2px #aaa;
    float: left;
    top: -140px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

.testimonl {
    background-color: #e7ecec;
    padding: 30px 0px;
    margin-top: 30px;
}

.imgbrnd img {
    width: 100%;
    height: 120px;
    padding-bottom: 10px;
}

.fotrlog {
    width: 200px;
}

.fotrlog img {
    width: 100%;
}

.fotrabut p {
    text-align: justify;
    color: #fff;
    margin-top: 20px;
}

.fotrlink ul {
    list-style-type: none;

}

.fotrlink h4 {
    color: #aaa;
    margin-top: 10px;
    font-size: 21px;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fotrlink ul li a {
    text-transform: capitalize;
    color: #fff;
    padding: 5px 0px;
    display: block;
}

footer {
    padding: 40px 0px;
    background-color: #000000;
    font-size: 14px;
}

.fot_cont .contdetl {
    flex-direction: column;
    align-items: flex-start;
}

.fot_cont p {
    color: #fff;
}

.fot_cont .socialnetwkr {
    text-align: left;
    justify-content: flex-start;
    margin-top: 10px;
}

.fot_cont h4 {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fot_cont p>i {
    margin-right: 10px;
}

.ourteamcnt {
    background-color: #333;
    width: 270px;
    margin-right: auto;
    box-shadow: 0px 2px 10px -1px #615f5f;
}

.imgtem {
    width: 95%;
    position: relative;
    height: 175px;
    max-height: 180px;
    left: 15%;
    top: 30px;
    box-shadow: 0px 2px 7px -3px #333;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.imgtem img {
    width: auto;
    height: 100%;
}

.name_det {
    margin-top: 40px;
    padding: 10px 20px 15px;
}

.name_det h4 {
    color: #da251c;
    font-weight: 500;
    text-shadow: 0px 0px 1px #000;
    font-size: 24px;
    font-family: 'Fugaz One', cursive;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
}

.name_det h6 {
    margin: 0px;
    font-size: 13px;
    color: #c3d9dc;
    text-shadow: 0 0 black;
    margin-bottom: 10px;
}

.name_det p {
    color: #dde0e0;
    text-align: justify;
    font-size: 13px;
    margin: 0px;
    border-top: 1px dashed #aaa;
    padding: 10px 0px;
}

.cntbtn .btns {
    background-color: #fff;
    color: #da251c;
}

.enqform {
    width: 100%;
    padding: 36px 20px;
    background-color: #000;
    border-radius: 0px;
    margin: 0px auto;
}

.enqform input,
.enqform textarea {
    margin-bottom: 30px;
}

.detsl {
    margin-top: 0px;
    height: auto;
}

.abut h1 {
    text-align: left;
    margin-bottom: 30px;
    color: #22311d;
    text-shadow: 0px 3px 0px #dbd2b1;
}

.fhding {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.fhding p {
    font-size: 14px;
    font-family: 'Ubuntu';
    margin: 6px 0px;
    color: #fff;
}

.propbrif {
    border: none;
    background-color: #2125291f;
}

.propbrif th {
    width: 20%;
    text-align: center;
    white-space: nowrap;
    color: #22311d;
    border: 1px solid #888787de;
    /* background-color: #f8f9fa; */
}

.propbrif td {
    width: 222px;
    text-align: center;
    white-space: nowrap;
    color: #333;
    border: 1px solid #888787de;
    background-color: #fafafa;
}

.abut h1>p {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.abut h1>p i {
    margin-right: 6px;
}

.amenity_innr {
    columns: 300px 3;
    column-gap: 60px;
    column-rule: 1px solid #adb5bd;
}

.amenity_innr p {
    color: #333;
}

.amenity_innr p>i {
    color: #da251c;
    margin-right: 6px;
    vertical-align: middle;
}

.prpnamlog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
    margin-bottom: 0px;
    border-bottom: 1px dashed #aaa;
}

.propname {
    padding: 0px;
    width: 100%;
}

.projlog {
    width: 35%;
    height: 100%;
    max-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
    min-height: 75px;
}

.projlog img {
    width: 100%;
    height: 100%;
}

.calladd {
    background-image: linear-gradient(148deg, #fff -36%, transparent 225%), url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 33px 0px;
    margin-top: 12px;
}

.fotrcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banrimg {
    /*height: 580px;*/
    width: 100%;
    overflow: hidden;
}

.banrimg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hdrbtns {
    margin-left: 20px;
}

.hdrbtns .btns {
    background-color:#000;
    color:#fff;
    border-radius:20px;
    
    padding: 8px 15px;
}

.hdrbtns .btns:hover {
    background-color:#d2aa68!important;
    text-decoration: none ;
}

.bannrhdning {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 85%;
    text-align: center;
}

.bannrhdning h1 {
    /*font-size: 100px;*/
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 3px #22311d;
    letter-spacing: 2px;
    margin: 0px;
}

.bannrhdning p {
    /*font-size: 100px;*/
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 3px #22311d;
    letter-spacing: 2px;
    margin: 0px;
}

.detail_slidr {
    max-height: 388px;
}

.detail_slidr .banrimg {
    /*height: 388px;*/
     margin-bottom: 15px;
}

.flor_sec img {
    width: 100%;
    height: 100%;
    border-radius:20px;
}

.mstplan {
    /*width: 100%;*/
    /*max-height: 350px;*/
    overflow: hidden;
    text-align: center;
}

.mstplan img {
    /*height: 100%;*/
    width: 100%;
}

.inrpgspace {
    padding-top: 9px;
}

@media(max-width:768px) {
    .fotrcnt {
        flex-wrap: wrap;
        text-align: center;
    }

    .fotrcnt a {
        margin: 0px auto;
    }

    .bannrhdning h1 {
        font-size: 16px;
    }

    .propdelvr {
        padding: 0px;
    }

    .contdetl {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .socialnetwkr {
        justify-content: center;
        margin-top: 10px;
        text-align: center;
    }

    .banner_slidr {
        top: 19px;
        /*height: 358px;*/
        /*margin-bottom: 30px;*/
    }

    .navmy {
        width: 100%;
        padding: 0px;
        position: absolute;
        left: 0px;
        height: auto;
        overflow: hidden;
        top: 85%;

        padding: 10px 20px;
        z-index: 9;
    }
    
    .bannrhdning {
        top: 35%;
    }

    .serchform {
        flex-direction: column;
        align-items: flex-start;
    }
    .bg_clr{
        padding:0px ;
    }
    .inrpgspace{
        padding-top:23px;
    }

   /* .prop_srch {
        display: none;
    }*/

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 0px;
    }

    .ourteamcnt {

        width: 90%;
        margin-right: auto;
        box-shadow: 0px 2px 10px -1px #615f5f;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .imgtem {
        width: 95%;
        position: relative;
        height: 175px;
        max-height: 180px;
        left: 3%;
        top: 30px;
        box-shadow: 0px 2px 7px -3px #333;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        background: #fff;
    }

    .us_innr {
        padding: 10px;
    }

    .us_cnt {
        padding: 10px 20px;
        text-align: center;
    }

    .us_cnt p {
        width: 100%;
    }

    .imgbrnd img {
        object-fit: contain;
        width: 100%;
        height: 85px;
        margin: 0px auto;
    }

    .detail_slidr {
        max-height: max-content;
        height: auto;
    }
}

.btn-success {
    color: #fff;
    background-color:#d2aa68;
    border-color: #d2aa68
}

.btn-success:hover {
    color: #fff;
    background-color:#d2aa68;
    border-color: #d2aa68
}

}


.hdingg{
    font-size:2rem !important;
}

.form-inline .form-control{
    width:100% !important;
}

.enqform input, .enqform textarea{
    margin-bottom:30px !important;
}



@media screen and (min-width:1000px) and (max-width:1300px){
    .enqform {
    width: 100%;
    padding: 3px 11px !important;
    background-color: #000;
    border-radius: 0px;
    margin: 0px auto;
}
}



    .search-box {
      width: 90%;
      max-width: 900px;
      margin: 50px auto;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      overflow: hidden;
    }

    /* Tabs */
    .tabs {
      display: flex;
      border-bottom: 1px solid #ddd;
    }
    .tabs button {
      flex: 1;
      padding: 12px;
      border: none;
      background: #fdf6e9;
      font-weight: bold;
      cursor: pointer;
    }
    .tabs button.active {
      background: #2a5bd7;
      color: #fff;
    }

    /* Form */
    .form-area {
      padding: 15px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }
    select {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      min-width: 180px;
    }
    .search-btn {
      background: #2a5bd7;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
    }
    .search-btn:hover {
      background: #1f47a0;
    }
    
    
    
    .modal-content{
    border-radius: 30px;
    background: #f3f7ff;
    }
    
    
    
    
    @media screen and (max-width:460px){
  .banrimg {
    height: 300px !important;
    width: 100% !important;
    overflow: hidden;
    object-fit: cover !important;
}

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
      font-size:35px !important;
  } 
  
   .banner_slidr .owl-carousel .owl-nav button.owl-prev{
          left: -13px !important;
  }
  
  .owl-theme .owl-nav [class*=owl-]:hover{
      background-color: transparent;
  }
  
  .banner_slidr .owl-carousel .owl-nav button.owl-next{
      right: -15px;
  }
  
  .bannrhdning p {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 3px #22311d;
    letter-spacing: 0px;
    margin: 0px;
}
    }
    
    
    
    
     .owl-carousel .owl-nav button.owl-prev{
           height: 0px !important;
    width: 0px !important;
    border: none !important;
    outline: none !important;
    left:10px !important;
    color:#fff !important;
     }
     
     
     
     .owl-carousel .owl-nav button.owl-next{
           height: 0px !important;
    width: 0px !important;
    border: none !important;
    outline: none !important;
    right:10px !important;
    color:#fff !important;
    /*left:10px !important;*/
     }
     
     
     
     
     .propsec {
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.propsec:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-5px); /* ऊपर उठेगा */
}



.noo ul{
    list-style-position: inside;
}



@media screen and (max-width:460px){
    .flee{
        justify-content: center !important;
    align-items: center;
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
    }
    .nsbsb {
            top: 72% !important;
    }
    
    .mstplan img{
        width:100% !important;
    }
    
    .front-image {
        margin-top:80px;
    }
    
    .right-area{
        padding: 6px;
    }
    
    
}