/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.slide-text h2,
.slide-text h3 {
    font-family: 'Cinzel', serif;
}

.readmr {
    display: flex;
    align-items: center;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;

    color: #000000;
}

.readmr .round-nav {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    border: 1px solid black;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.readmr .round-nav .roun-cntr {
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: relative;
}

.text-fush {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Cinzel';
    font-style: normal;
    height: 100%;
    font-weight: 671;
    font-size: 60px;
    line-height: 81px;
    text-align: center;
    letter-spacing: 0.14em;
    color: #FFFFFF;
    opacity: 0.25;
    writing-mode: tb;
    transform: rotate(-180deg);
}

.roun-cntr:after {
    position: absolute;
    content: " ";
    height: 1px;
    width: 1px;
    background: black;
    top: 3px;
    border-radius: 4px;
    transition: width 500ms ease;
}

.readmr:hover .roun-cntr:after {
    position: absolute;
    content: " ";
    width: 50px;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.readmr:hover .round-nav {
    margin-right: 50px;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
}

.round-circle {
    position: absolute;
    bottom: -5%;
    left: 18%;
    z-index: 100;
}


.readmr-small {
    display: flex;
    color: antiquewhite;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #000000;
    display: flex;
    margin-bottom: 7px;
}

.readmr-small .round-nav-small {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    border: 1px solid black;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.readmr-small .round-nav-small .roun-cntr-small {
    background-color: #000;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
}

.roun-cntr-small:after {
    position: absolute;
    content: " ";
    height: 1px;
    width: 3px;
    background: black;
    top: 1px;
    border-radius: 4px;
    transition: width 500ms ease;
}

a.box_cat_rooms .info:hover .roun-cntr-small:after {
    position: absolute;
    content: " ";
    width: 50px;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

a.box_cat_rooms .info:hover .round-nav-small {
    margin-right: 50px;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
}

.loc-img {
    width: 71%;
    border-radius: 12px;
    overflow: hidden;
}

.loc-img img {
    height: 100% !important;
    object-fit: cover;
}


.carousel_item_centered_rooms.owl-theme .owl-nav {
    position: initial;
    bottom: -23%;
    /* transform: translateY(-30px)!important; */
    /* left: 0; */
    width: 100%;
    /* margin: 0!important; */
    display: flex;
    justify-content: center;
    margin-top: 50px !important;
}

.carousel_item_centered_rooms .owl-prev,
.carousel_item_centered_rooms .owl-next {
    width: 35px;
    height: 33px;
    position: relative;
    top: 0;
    border-radius: 50%;
    display: block !important;
    background: rgb(255 255 255 / 0%) !important;
    /* border: 0; */
    border: 1px solid #5c5b59 !important;
    line-height: 15px !important;
    margin: 4px 50px !important;
}

.carousel_item_centered_rooms .owl-prev i,
.carousel_item_centered_rooms .owl-next i {
    position: absolute;
    top: 0px;
    font-size: 30px !important;
}

.carousel_item_centered_rooms .owl-prev i {
    right: -12px;
}

.carousel_item_centered_rooms .owl-next i {
    left: -12px;
}

.read-sec {
    position: absolute;
    right: 0%;
    top: 50%;
}

.hover-sec {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.hover-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.hover-area h5 {
    font-family: 'Cinzel';
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.hover-sec .bg-round {
    width: 40px;
    height: 41px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hover-sec .bg-round span {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.hover-area::after {
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background: white;
    top: 70%;
    left: 0;
}

.hover-area::before {
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background: white;
    top: 70%;
    right: 0;
}

.hov-cont {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;

}

#background::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    top: 0;
    left: 0;
}

.n-ppost-name {

    margin-top: 10px;

    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;

    visibility: hidden;
    pointer-events: none;
}

.n-ppost.active+.n-ppost-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.n-ppost.active .hover-area::after {
    height: 2px;
}

.n-ppost.active .bg-round {
    border: 2px solid white;
}

.n-ppost.active.hover-area::before {
    width: 40%;
    height: 3px;
    top: 69%;
}

.n-ppost.active.hover-area::after {
    width: 40%;
    height: 3px;
    top: 69%;
}

.f_round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.f_round span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
}

.head-stick {
    z-index: 14;
    width: 100%;
    display: flex;
    padding: 80px 0;
}

.stick-head-text {
    margin-left: 20px;
}

.stick-head-text h2 {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.stick-head-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.readmr .round-nav.brwn {
    border: 1px solid #A8854E;
}

.readmr .round-nav .roun-cntr.brwn {
    background-color: #A8854E;
}

.roun-cntr.brwn:after {
    background-color: #A8854E;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    justify-content: center;
}

.pic figure::after {
    position: absolute;
    content: " ";
    width: 66px;
    height: 66px;
    border: 0.8px solid #A8854E;
    transform: rotate(15deg);
    top: 7px;
    left: 8px;
    z-index: -1;
}

.pic figure::before {
    position: absolute;
    content: " ";
    width: 76px;
    height: 76px;
    border: 2px solid #A8854E;
    transform: rotate(15deg);
    top: 2px;
    left: 3px;
}





.gall.owl-stage {
    position: relative;
    background: #000;
}

.gall .owl-item {
    width: auto;
    background: lightcoral;
    height: 100%;
}

.gall .owl-item:nth-child(even) {
    background: lightsalmon;
}

.gall .owl-nav img:nth-child(1) {
    width: 50px;
}


.gall .owl-prev,
.gall .owl-next {
    position: absolute;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.gall .owl-prev {
    left: 15px;
}

.gall .owl-next {
    right: 15px;
}

.gall .owl-prev:hover,
.gall .owl-next:hover {
    background: transparent !important;
    opacity: 0.9;
}

.gall .owl-dot:hover span {
    background: lightyellow !important;
}



.gall .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-logo {
    width: 120px;
}

.foot-line {
    position: relative;
}

.foot-line::after {
    width: 45%;
    position: absolute;
    content: " ";
    top: 50%;
    height: 1px;
    right: 0;
    background-color: #C3A46E;
}

.foot-line::before {
    width: 45%;
    position: absolute;
    content: " ";
    top: 50%;
    height: 1px;
    left: 0;
    background-color: #C3A46E;
}

.-m35 {
    margin-top: -35px;
}

.call-mail {}

.call-mail i {
    margin-right: 10px;
}

.call-mail li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #FFFFFF;

}

.call-mail li strong {
    color: #FFFFFF;
    margin-left: 10px;
}

ul>li .image:after {
    position: absolute;
    background-color: #00000087;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer_links ul li a::before {
    position: absolute;
    content: " ";
    width: 15px;
    left: -27px;
    top: 7px;
    height: 15px;
    background: #c3a46e;
    border-radius: 50%;
    border: 1px solid #c3a46e;
    opacity: 0;
    box-shadow: inset 0px 0px 1px 4px #24262d;
}

.footer_links ul li:hover a::before {
    opacity: 1;
}

.room .itme:hover {}


.roomsss .item {
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

@media(max-width:1000px) {
    .roomsss .item {
        margin: 0;
        transform: scale(.9)
    }
}

.roomsss .active .item {
    opacity: 1;
    transform: scale(1);
}


.roomsss .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.roomsss .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.roomsss .inner a {
    text-decoration: none;
    transition: .3s ease border-color;

}



.roomsss .black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4);

}

.roomsss .black .inner a:hover {
    border-color: #000;
}

/* .roomsss.owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%;
    background-size: 100% auto;
} */

.roomsss .owl-controls {
    position: absolute;
    margin-top: 300px;
}

.roomsss.owl-carousel .owl-item img {
    border-radius: 10px;
}



.room .owl-item.active.center,
.room .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1) !important;
    transform: scale(1) !important;
}

.read-bhk .readmr .round-nav {
    border: 1px solid white;
    background: #ffffff00;
}

.read-bhk .readmr .round-nav .roun-cntr {
    background-color: #fff;
}

.read-bhk .roun-cntr:after {
    background: #ffffff91;
    height: 2px;
    width: 1px;
    top: 2px;
}

.read-bhk .readmr {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 0px 20px;
}

.read-bhk {
    display: flex;
    justify-content: space-between;
}

.read-bhk a {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    display: flex;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #EEAC44;
    padding: 0px 35px;
    align-items: center;
}

.roomsss .active .item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000085;
    content: " ";
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}

.bx-cont {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.rom-fac img {
    width: 50px !important;
}

.rom-fac {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;

}

.rom-fac p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 20px;
}

.linesx {
    position: relative;

}

.linesx::after {
    position: absolute;
    content: " ";
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: rgb(255 255 255 / 14%);
}

.linesx::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 1px;
    top: 0%;
    left: 50%;
    background-color: rgb(255 255 255 / 14%);

}

.owl-carousel.owl-drag .owl-item.active .linesx {
    transform: rotate(45deg);
    transition-duration: 2s;

}

.owl-carousel.owl-drag .owl-item.active .rom-fac {
    transform: rotate(315deg);
}

.roomsss .owl-nav {
    display: none;
}

.footer-b {
    background-image: url(../img/bg/pattern.png);
    background-size: cover;
}

@media screen and (max-width:767px) {

    .title h2,
    .title h3 {

        font-size: 1rem;
    }

    .pinned_over_content h2 {
        font-size: 29px !important;
        line-height: 46px;
    }

    .head-stick {
        justify-content: center;
    }

    .box_overlay {
        flex-direction: column;
    }

    a.box_cat_rooms figure {
        flex-direction: column;
    }

    .bx-cont {
        display: none;
    }

    .read-bhk .readmr {
        font-size: 15px;
    }
    .stick-head-text h2{
        font-size: 20px;
        line-height: 22px;
    }
    .stick-head-text p{
        font-size: 12px;
    line-height: 18px;
    }
    .stick-head-text {
        margin-left: 12px;
    }
    .hov-cont{
        font-size: 11px;
    line-height: 18px;
    }
}

/* #carousel-home button.owl-dot.active {
    margin-right: 43px;
}
#carousel-home .owl-theme .owl-dots .owl-dot span::before{
    margin-top: -2px !important;
    margin-left: -2px !important;
    width: 4px !important;
    height: 4px !important; 
} */
.parallax_wrapper.inverted .img_over img{
    width: 50% !important;
}
.drping{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drping i{
    cursor:pointer;
}
.drp_dwn{
   display: none;
   list-style: none;
}
.drp_dwn li a{
    font-size: 26px !important;
    position: relative;
}
.drp_dwn li a:after{
    position: absolute;
    content: "-";
    color: white;
    left: -15px;

}
.drp_dwn.hidden {
    height: 100%;
    opacity: 1;
    transition: all 6000ms cubic-bezier(0.19, 1, 0.56, 1);
    position: relative;
  }
  .date-auth {
    display: flex;
    border-bottom: 1px solid #978667;
    margin-bottom: 20px;
}
.date-auth p{
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 16px;
}
.date-auth p i{
    color: #978667;
    font-size: 20px;
    margin-right: 5px;
}
.loc-distance{
    font-size: 14px;
    margin-bottom: 20px;
}
.loc-distance span{
    color: #C3A46E;
    font-weight: 600;
    margin-left: 5px;
}
@media screen and (max-width:767px) {
    .pinned-image--medium {
        height: 50vh;
    }
    .loc-img {
        width: auto;
    }   
    .comment {
        text-align: center;
        border: 0;
        padding: 0;
        font-size: 14px;
    }
}
@media screen and (max-width:475px) {
    .read-sec {
        position: absolute;
        right: 0%;
        top:initial;
        bottom: -53%;
    }
    .roomsss .inner {
        position: absolute;
        bottom: 0;
    }
    .read-bhk .readmr {
        line-height: 29px;
        padding: 0px 6px;
        font-size: 9px;
    }
    .comment {
        text-align: center;
        border: 0;
        padding: 0;
        font-size: 12px;
    }
    

.read-bhk a {
    font-size: 12px;
    padding: 0px 23px;
}
}