* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
a {
    font-family: montserrat, sans-serif;
    outline: none;
    text-decoration: none;
}
h1 {
    font-family: montserrat, sans-serif;
}
h4 {
    font-family: montserrat, sans-serif;
}
h5 {
    font-family: montserrat, sans-serif;
}
h6 {
    font-family: montserrat, sans-serif;
}
h3 {
    font-family: montserrat, sans-serif;
}
p {
    font-family: montserrat, sans-serif;
    color: #535353;
    font-size: 16px;
    line-height: 24px;
}
h2 {
    font-size: 2.5rem;
    font-family: montserrat, sans-serif;
    color: #000;
}
.banner-button-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    position: absolute;
}
.banner-button {
    margin: 30px;
}
.circle-btn {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #d50032;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.circle-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
.circle-btn:hover i {
    color: #000;
}
.circle-btn i {
    color: #fff;
    font-size: 23px;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
}
.text3 {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    color: #000;
    line-height: 5rem;
}
.text3 span {
    display: inline-block;
}
.overflow {
    overflow: hidden;
}
.section-gap {
    padding: 10rem 0;
}
.h-para {
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
}
.curve-txt {
    font-family: montserrat, sans-serif;
}
.v-line {
    position: relative;
}
.v-line * {
    padding-left: 1rem;
}
.v-line::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background-color: #b3ffaf;
    margin-right: 1rem;
}
.banner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.banner .large-text {
    font-size: 8rem;
    text-align: center;
    font-family: montserrat, sans-serif;
    line-height: inherit;
    color: #fff;
    font-weight: 700;
}
.banner .small-text {
    font-size: 2rem;
    text-align: center;
    color: #fff;
}
.banner .thanku {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.big-text {
    position: relative;
    height: 6rem;
    width: 100%;
}
.big-text h4 {
    position: absolute;
    font-size: 8rem;
    color: #e6e6e6;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: -1;
    left: 52%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    letter-spacing: 6rem;
}
.btn-primary {
    position: relative;
    background-color: #fff !important;
    color: #000;
    border: 1px solid #d50032;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    font-family: montserrat, sans-serif;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.btn-primary::after {
    position: absolute;
    width: 65px;
    height: 63px;
    top: 0;
    right: 18px;
    -webkit-transform: translate(28%, 31%);
    transform: translate(28%, 31%);
    background-color: #d50032;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    display: block;
}
.btn-primary:hover {
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d50032 !important;
}
.btn-primary:hover::after {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0;
}
nav {
    padding: 15px 20px !important;
}
nav .nav-bar-block {
    position: relative;
}
nav .nav-bar-block .logo-back {
    position: absolute;
    background: #fff;
    height: 74px;
    width: 300px;
    top: -6px;
    border-top-right-radius: 6vh;
    left: -20%;
    z-index: -1;
    border-bottom-right-radius: 6vh;
    border: 1px solid #939393;
    -webkit-box-shadow: 0 0 9px -5px #000;
    box-shadow: 0 0 9px -5px #000;
}
nav .nav-bar-block img {
    height: 60px;
    width: auto;
}
nav .nav-bar-block a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
nav .nav-bar-block ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    list-style: none;
    margin: 0;
    font-size: 16px;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
nav .menu-btn {
    position: relative;
    z-index: 999;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #939393;
    -webkit-box-shadow: 0 0 9px -5px #000;
    box-shadow: 0 0 9px -5px #000;
}
nav .button {
    padding: 0;
    outline: none;
    cursor: pointer;
}
nav .button:focus {
    outline: none;
}
nav button::-moz-focus-inner {
    border: 0;
}
nav .button.is-text {
    background-color: transparent;
    border: 0;
}
nav .button-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
nav #menu-button {
    width: 48px;
    height: 48px;
    background-color: transparent;
    -webkit-transition: background-color 2s ease;
    transition: background-color 2s ease;
}
nav #menu-button:hover .menu-icon::before {
    width: 18px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
nav #menu-button:hover .menu-icon::after {
    width: 27px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
nav .icon {
    line-height: 0;
}
nav .menu-icon {
    text-align: right;
    width: 27px;
}
nav .menu-icon::after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 3px;
    width: 27px;
    margin: 3px 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 18px;
}
nav .menu-icon::before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 3px;
    width: 27px;
    margin: 3px 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 27px;
}
nav #menu-button.is-opened {
    background-color: transparent;
}
nav #menu-button.is-opened .menu-icon::before {
    -webkit-transform: rotateZ(135deg) translate(3px, -3px);
    transform: rotateZ(135deg) translate(3px, -3px);
    width: 27px;
}
nav #menu-button.is-opened .menu-icon::after {
    -webkit-transform: rotateZ(-135deg) translate(3px, 3px);
    transform: rotateZ(-135deg) translate(3px, 3px);
    width: 27px;
}
nav .nav-menu {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
    margin-right: 8rem;
}
nav .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav .nav-menu ul a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
nav #menuToggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
nav #menuToggle .menu-back {
    position: absolute;
    width: 465px;
    top: 0;
    padding: 50px;
    padding-top: 125px;
    right: 0;
    height: 100vh;
    background: #ededed;
    background-color: #77da72;
    -webkit-transform: translate(468px, 0);
    transform: translate(468px, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
nav #menuToggle input:checked ~ ul {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
nav .menu {
    position: absolute;
    width: 450px;
    top: 0;
    padding: 50px;
    padding-top: 125px;
    right: 0;
    height: 100vh;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    background: url(../img/pattern_bg.png);
    background-color: #00052d;
    -webkit-transform: translate(452px, 0);
    transform: translate(452px, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1),
        -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
nav .menu .menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    color: #fff;
    list-style: none;
    padding: 0;
}
nav .menu a {
    color: #fff;
}
nav .menu .nav-link {
    padding: 0;
}
nav .menu .menu-txt p {
    color: #fff;
    width: 88%;
    line-height: 1.3rem;
    font-weight: 200;
}
nav .menu .menu-txt h3 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}
nav .menu .menu-txt .u-line {
    margin: 1rem 0;
    background: #fff;
    width: 185px;
    height: 3px;
}
nav .menu li {
    padding: 10px 0;
    font-size: 22px;
}
nav .menu-opend.menu {
    -webkit-transition: all 0.8s !important;
    transition: all 0.8s !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
nav .menu-opend.menu-back {
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.un-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.un-image img {
    width: 300px;
    height: auto;
}
.section-home-categories.unrealism {
    margin: 20px 0px;
    padding-bottom: 0px;
}

.section-home-categories.unrealism .categories .category {
    margin: 20px;
}
@media only screen and (max-width: 510px) {
    .section-home-categories.unrealism .categories .category {
        margin: 0px;
    }
}
@media screen and (max-width: 576px) {
    .section-home-categories.unrealism .categories.fc {
        flex-direction: column;
    }
    .section-home-categories.unrealism .categories.fc .category {
        margin: 10px 0;
    }
}

.footer {
    padding: 4rem 0;
    background-color: #000;
    color: #fff;
    position: relative;
}
.footer h4 {
    margin-bottom: 1rem;
}
.footer .arow-fot {
    position: absolute;
    height: 200px;
    width: 200px;
    overflow: hidden;
    right: 7rem;
    top: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .arow-fot img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.footer .arow-fot .fot-arr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .arow-fot .fot-arr i {
    font-size: 3rem;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border-radius: 0;
    background: transparent;
    padding: 12px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .arow-fot:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .arow-fot:hover .fot-arr {
    background: rgba(0, 0, 0, 0.7411764706);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .arow-fot:hover .fot-arr i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    border-radius: 11vh;
    background: #000;
    padding: 12px;
    color: #d50032;
}
.footer .footer-menu ul {
    list-style: none;
    color: #fff;
    padding-left: 0 !important;
}
.footer .footer-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer .footer-menu ul li a {
    color: #fff;
}
.footer p {
    color: #c7c7c7;
    font-size: 17px;
    line-height: 22px;
}
.footer .input-buttom {
    border-bottom: 1px solid #b8b8b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
    padding: 0 12px;
}
.footer .input-buttom input {
    background: 0 0;
    border: none;
    color: #fff;
}
.footer .input-buttom input::-webkit-input-placeholder {
    color: #fff;
}
.footer .input-buttom input::-moz-placeholder {
    color: #fff;
}
.footer .input-buttom input:-ms-input-placeholder {
    color: #fff;
}
.footer .input-buttom input::-ms-input-placeholder {
    color: #fff;
}
.footer .input-buttom input::placeholder {
    color: #fff;
}
.footer .footer-logo img {
    width: 180px;
    margin-bottom: 1rem;
}
.footer .footer-logo h3 {
    font-size: calc(0.4vw + 3rem);
    line-height: 4rem;
    margin-bottom: 1rem;
}
.footer .footer-logo p {
    width: 85%;
}
.footer .footer-logo .soc-fot {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
.footer .footer-logo .soc-fot a {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .footer-logo .soc-fot a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #d50032;
}
.h-width {
    width: 80%;
}
.mt {
    margin-top: 20px;
    width: 120px;
}
.diagonal {
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    padding: 10px;
    -webkit-transition: all 0.5s;
    font-size: 13px;
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 11px -2px #000 !important;
    box-shadow: 0 0 11px -2px #000 !important;
    height: auto !important;
    bottom: 67px !important;
}
.diagonal:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500%;
    height: 1000%;
    background: #000;
    z-index: -1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(-25%) translateY(10%) rotate(-15deg);
    transform: translateX(-25%) translateY(10%) rotate(-15deg);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}
.diagonal:hover {
    color: #fff;
}
.diagonal:hover::after {
    -webkit-transform: translateY(10%) translateX(50px) rotate(-15deg);
    transform: translateY(10%) translateX(50px) rotate(-15deg);
}
.follow-container .more-circle {
    height: auto !important;
    bottom: 37px !important;
}
.bann-btn .more-circle {
    height: auto !important;
    bottom: 37px !important;
    width: 200px;
    height: 200px;
    bottom: -70px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    position: absolute;
    display: inline-block;
    text-align: center;
}
.diagonal-black {
    color: #000 !important;
    border-color: #000 !important;
}
.diagonal-black::after {
    background-color: #000 !important;
}
.diagonal-black:hover {
    color: #fff !important;
}
.btn-coll {
    position: relative;
}
.room-dia {
    width: 200px;
    height: 200px;
    display: inline-block;
    text-align: center;
}
.position-room {
    bottom: -70px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    position: absolute;
}
.cat-b {
    position: relative;
    color: #000;
    border: 1px solid #000;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-top: 3rem;
}
.cat-b:hover {
    color: #fff;
    border: 1px solid #fff;
}
.cat-b:after {
    background-color: #000;
}
.big-carr .item {
    opacity: 0.4;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    margin: 0 20px;
    -webkit-transform: scale(0.9, 0.8);
    transform: scale(0.9, 0.8);
}
.big-carr img {
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.big-carr .active .item {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.big-carr .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.big-carr .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.big-carr .inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s ease border-color;
    transition: 0.3s ease border-color;
}
.big-carr .inner a:hover {
    border-color: #fff;
}
.big-carr .black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4);
}
.big-carr .black .inner a:hover {
    border-color: #000;
}
.big-carr .owl-carousel:after {
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background: url(../img/logo-white-2.webp) no-repeat center 50%;
    background-size: 100% auto;
}
.big-carr .owl-controls {
    position: absolute;
    margin-top: 300px;
}
.categories {
    overflow: hidden;
}
.categories-big .diagonal {
    bottom: 42px !important;
}
.categories .col-md-6 {
    padding: 0;
}
.categories ul {
    list-style: none;
    padding: 0;
    font-size: 1.3rem;
}
.categories h3 {
    font-size: 3rem;
}
.categories p {
    padding-bottom: 2rem;
}
.categories h2.heading {
    line-height: unset;
    margin-bottom: 30px;
    font-size: 1.7rem;
    text-transform: unset;
    font-family: montserrat;
}
.categories p.text {
    font-size: 1rem;
    padding-bottom: 0;
    letter-spacing: unset;
    line-height: unset;
    color: #000;
    font-family: montserrat;
}
.big-images {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom img {
    aspect-ratio: 1;
}
.custom .top-grid {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: top;
}
.custom .bottom-grid {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: bottom;
    margin-bottom: 5px;
}
.custom .line {
    height: 4px;
    background-color: #5e5e5e;
    width: 70%;
    margin-bottom: 11px;
}
.custom .grid-block {
    display: -ms-grid;
    display: grid;
    padding: 1rem;
    grid-gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "top ." ". bottom";
}
.like img {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.like h3 {
    font-size: 5rem;
    margin: 2rem;
    font-family: montserrat, sans-serif;
    text-align: center;
    letter-spacing: 9px;
    font-weight: 500;
}
.enquire-modal .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    margin: 5px;
    border-radius: 50%;
    z-index: 99;
}
.enquire-modal .form {
    padding: 12px;
}
.enquire-modal .form input {
    border: 1.5px solid #d50032;
    border-radius: inherit;
    color: #1a1a1a;
    font-size: 1.2rem;
}
.enquire-modal .form textarea {
    border: 1.5px solid #d50032;
    border-radius: inherit;
    color: #1a1a1a;
    font-size: 1.2rem;
}
.room-enquire {
    max-width: 400px;
}
input::-webkit-input-placeholder {
    color: #161616;
}
input::-moz-placeholder {
    color: #161616;
}
input:-ms-input-placeholder {
    color: #161616;
}
input::-ms-input-placeholder {
    color: #161616;
}
input::placeholder {
    color: #161616;
}
textarea::-webkit-input-placeholder {
    color: #161616;
}
textarea::-moz-placeholder {
    color: #161616;
}
textarea:-ms-input-placeholder {
    color: #161616;
}
textarea::-ms-input-placeholder {
    color: #161616;
}
textarea::placeholder {
    color: #161616;
}
.logo-p {
    z-index: 95;
    left: 15px;
    top: -8px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    position: fixed;
    background: #d50032;
    padding: 9px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0 0 10px -5px #000;
}
@media only screen and (max-width: 991px) {
    p {
        line-height: 20px;
    }
    h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .text3 {
        line-height: 2rem;
    }
    .section-gap {
        padding: 4.5rem 0;
    }
    .big-text {
        height: 4rem;
    }
    .big-text h4 {
        font-size: 5rem;
        letter-spacing: 2rem;
    }
    .footer {
        padding-top: 7rem;
    }
    .footer .arow-fot {
        height: 150px;
        width: 150px;
    }
    .footer .footer-logo h3 {
        font-size: 3vmax;
    }
    .categories h3 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
}
@media only screen and (max-width: 556px) {
    .big-text h4 {
        font-size: 3rem;
        letter-spacing: 0.5rem;
    }
}
@media only screen and (max-width: 768px) {
    nav .nav-bar-block .logo-back {
        border-top-right-radius: 8vh;
        border-bottom-right-radius: 8vh;
    }
}
@media only screen and (max-width: 580px) {
    .btn-coll .room-dia {
        width: 175px;
        height: 200px;
        display: inline-block;
        text-align: center;
    }
    .banner-button-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .categories-big {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .big-carr {
        margin: 3rem 0;
    }
    .categories .col-md-6 .cat-b {
        margin-top: 2rem;
    }
    .categories p {
        padding: 0;
    }
    .custom .grid-block {
        -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "top top top ." ". bottom bottom bottom";
        margin-top: 1rem;
    }
    .custom .top-grid {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }
    .custom .bottom-grid {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 5;
    }
    .like img {
        height: 50vh;
    }
    .like h3 {
        font-size: 3rem;
        margin: 2rem;
        letter-spacing: 9px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 510px) {
    .big-carr img {
        height: 50vh;
    }
    .h-width {
        width: 100%;
    }
    .diagonal-img-8 {
        bottom: 10px !important;
    }
    .diagonal-text {
        bottom: 22px !important;
    }
    .m-sm-top {
        margin-top: 20px !important;
    }
    .p-sm-20 {
        padding: 40px !important;
    }
    .p-sm-10 {
        padding: 20px !important;
    }
    .size {
        font-size: 32px;
    }
    .footer .footer-logo p {
        width: 100%;
        margin-bottom: 35px;
    }
    .banner .thanku {
        width: 100%;
    }
    .banner .large-text {
        font-size: 5rem !important;
    }
}
@media (max-width: 1000px) {
    .big-carr .item {
        margin: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.un-text {
    position: absolute;
    bottom: 90px;
    right: 8%;
}
.un-text.short {
    right: 14%;
    bottom: 15px;
}
.un-text .link-text {
    font-family: montserrat, sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: unset;
    color: #fff;
}
.un-text .link-text::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}
.un-text .link-text.black {
    color: #000;
    font-weight: 300;
}
.un-text .link-text.black::after {
    background-color: #000;
}
.sound {
    position: absolute;
    border-radius: 15vh;
    background: rgba(255, 255, 255, 0.4470588235);
    padding: 7px;
    z-index: 99999;
    cursor: pointer;
}
.sound4 {
    bottom: 25px !important;
    left: 3% !important;
    right: unset !important;
}
.sound .svg1 {
    display: block;
}
.sound .svg2 {
    display: none;
}
.sound.active .svg1 {
    display: none;
}
.sound.active .svg2 {
    display: block;
}
img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gre-1 {
    top: 45%;
    left: 35%;
}
.gre-2 {
    top: 45%;
    left: 50%;
}
.gre-3 {
    top: 25%;
    left: 30%;
}
.gre-4 {
    top: 25%;
    left: 50%;
}

/*new code*/

.orbitbar-section {
    position: relative;
    z-index: 1;
    --bg-height: 400px;
    font-family: montserrat;
    margin-top: 50px;
}

.orbitbar-section .first-row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/assets/front/img/unrealism/orbit (151).webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: var(--bg-height);
    z-index: -1;
}

.orbitbar-section .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.orbitbar-section .content .top {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.orbitbar-section .content .top .sub-heading {
    line-height: unset;
    font-size: 1.7rem;
    text-transform: unset;
    font-family: montserrat;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 10px;
    color: #da9264;
}

.orbitbar-section .content .top .heading {
    line-height: unset;
    margin-bottom: 20px;
    font-size: 3rem;
    text-transform: unset;
    font-family: montserrat;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 12px;
    color: #385287;
}

.orbitbar-section .content .bottom {
    height: var(--bg-height);
    flex-shrink: 0;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orbitbar-section .content .bottom h3 {
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 30px;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 5px;
}

.orbitbar-section .content .bottom p {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: unset;
    line-height: unset;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.astral-attraction-section {
    margin-top: 40px;
    font-family: montserrat;
}

.astral-attraction-section .top {
    position: relative;
}

.astral-attraction-section .top .bottom-left-img {
    position: absolute;
    left: 100px;
    bottom: 0px;
    max-width: 150px;
}

.astral-attraction-section .top .top-right-img {
    position: absolute;
    bottom: 100%;
    right: 0;
    max-width: 80px;
}

.astral-attraction-section .top h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 6px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.astral-attraction-section .top h2 .color1 {
    color: rgb(221, 147, 98);
}

.astral-attraction-section .top h2 .color2 {
    color: rgb(78, 81, 63);
}

.astral-attraction-section .top h2 .color3 {
    color: rgb(56, 89, 123);
}

.astral-attraction-section P {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #231f20;
}

.astral-attraction-section .fourImg img {
    width: 100%;
}

.universe-unfold-section {
    font-family: montserrat;
    position: relative;
    margin-top: 50px;
}

.universe-unfold-section .top {
    margin-bottom: 30px;
}

.universe-unfold-section .top .left-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80px;
}

.universe-unfold-section .top .right-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
    transform: translate(60%, -60%);
    z-index: -2;
}

.universe-unfold-section .top h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: 5px;
    font-weight: 500;
    text-align: center;
}

.universe-unfold-section P {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 2px;
    color: #231f20;
}

.universe-unfold-section .bottom-img {
    max-width: 200px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .orbitbar-section .content .top .sub-heading {
        font-size: 1.25rem;
    }

    .orbitbar-section .content .top .heading {
        font-size: 2.5rem;
    }

    .orbitbar-section .content .bottom h3 {
        font-size: 1.2rem !important;
        line-height: 2rem;
    }

    .orbitbar-section .content .bottom p {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }

    .astral-attraction-section .top .bottom-left-img {
        max-width: 100px;
        z-index: -1;
        left: 0;
        top: 90%;
    }

    .astral-attraction-section .top .top-right-img {
        max-width: 80px;
        z-index: -1;
    }

    .astral-attraction-section .top h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        /* margin-bottom: 50px; */
    }

    .astral-attraction-section P {
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        padding: 0 10px;
        line-height: unset;
    }

    .universe-unfold-section {
        margin-top: 60px;
    }

    .universe-unfold-section .top {
        margin-bottom: 30px;
    }

    .universe-unfold-section .top .left-img {
        position: absolute;
        left: 0;
        top: 100%;
        transform: translateY(-50%);
        max-width: 60px;
    }

    .universe-unfold-section .top .right-img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 200px;
        transform: translate(60%, -60%);
        z-index: -2;
    }

    .universe-unfold-section .top h2 {
        font-size: 1.75rem;
        line-height: 2.25rem;
        letter-spacing: 5px;
        font-weight: 500;
        text-align: center;
    }

    .universe-unfold-section P {
        /* font-size: 1.25rem;
            font-weight: 500;
            line-height: 2rem; */
        text-align: center;

        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        padding: 0 10px;
        line-height: unset;
    }

    .universe-unfold-section .bottom-img {
        max-width: 200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .astral-attraction-section .top .bottom-left-img {
        max-width: 100px;
        z-index: -1;
        left: 0;
    }

    .astral-attraction-section .top .top-right-img {
        max-width: 80px;
        z-index: -1;
    }

    .astral-attraction-section .top h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .orbitbar-section {
        margin-bottom: 150px;
    }

    .orbitbar-section .left-img {
        margin-bottom: -150px;
    }

    .orbitbar-section .content {
        margin-left: -100px;
    }
}

.orbit-bar-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.custom-p {
    font-size: 18px !important;
}

/*new code*/
@media only screen and (max-width: 510px) {
    .un-text {
        bottom: 15px;
        right: 8%;
    }
    .un-text .link-text {
        font-size: 1.2rem;
    }
    .un-text .link-text.black {
        color: #000;
        font-weight: 500;
    }
    .un-text .link-text.black::after {
        background-color: #000;
    }
    .categories h2.heading {
        font-size: 1.4rem;
    }
    .categories p.text {
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        padding: 0 10px;
    }
}
