body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    /* font-family: "Montserrat" !important; */
}
a {
    text-decoration: none !important;
}
@font-face {
    font-family: "Monstserrat";
    src: url("/public/fonts/Montserrat-Black.ttf");
}
.mobile-header {
    display: none;
}
body.night-mode {
    transition: 0.4s linear;
}
button {
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: rgb(61, 5, 30, 0.8);
    color: #fff;
}
.mySwiper16 {
    display: none !important;
}
a {
    text-decoration: none;
}
.py-4 {
    padding: 0 !important;
}
.header {
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 999;
}
.header .col-md-2 {
    width: 20.6%;
}
.header .col-md-1 {
    width: 4.3%;
}
.header-contact {
    margin-top: 20px;
}
.header-contact-inside {
    text-align: right;
    margin-bottom: 5px;
}
.header .header-contact-inside .header-contact-phone {
}
.header-contact-inside .header-contact-phone a {
    color: #000;
    font-size: 14px;
}
.first-index.night-mode .header-contact-inside .header-contact-phone a {
    color: #fff;
}
.header-contact-inside .header-contact-phone a i {
    margin-left: 10px;
    background: #000;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    width: 21px;
    display: inline-block;
    text-align: center;
}
.header-lang {
    text-align: center;
    margin-top: 18px;
}
.header-lang h3 {
    color: #ba9d95;
    font-size: 21px;
    margin-bottom: 4px;
}
.header-lang i {
    color: #ba9d95;
    font-size: 20px;
}
.web-header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 0px 10px 2px rgb(0, 0, 0, 0.5);
    z-index: 999;
    position: relative;
    transition: 0.4s linear;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.web-header.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    transition: 0.4s linear;
    z-index: 999;
}
.web-header .logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.web-header .logo img {
    width: 52px;
}
.web-header .col-md-2 {
    width: 15.6%;
}
/* .web-header .col-md-1 {
    width: 4.3%;
} */
.web-header .col-md-6 {
    width: 55%;
}
.header-logo-txt {
    text-align: center;
    margin-left: 10px;
    margin-top: 15px;
}
.header-logo-txt h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 30px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.header-logo-txt h3 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 16px;
    text-transform: lowercase;
    font-size: 12px;
}
.web-header .nav {
    display: block;
    margin-top: 20px;
}
.web-header .nav ul {
    justify-content: space-between;
    display: flex;
}
.web-header .nav ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 0;
    width: 107px;
    line-height: 16px;
    content: "";
    /* position: absolute; */
    border-bottom: 3px solid #000;
    width: 127px;
    padding-bottom: 15px;
    transition: 0.3s linear;
    display: block;
    bottom: -4px;
    left: -7px;
}
.web-header .nav ul li::after {
    /* content: ""; */
    position: absolute;
    border-bottom: 3px solid #fff;
    width: 116px;
    padding-bottom: 15px;
    transition: 0.3s linear;
    display: block;
    bottom: -15px;
    left: -7px;
}
.web-header .nav ul li:hover {
    border-bottom: 6px solid #000;
    transition: 0.3s linear;
    /* margin-top: 3px; */
}
.web-header .nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 127px;
    display: block;
}
.slider2 .swiper {
    width: 100%;
    height: 100%;
}

.slider2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
}

.slider2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 60vh;
    /* padding-top: 154px; */
    object-fit: cover;
}
.modal-slider .swiper {
    width: 100%;
    height: 100%;
}

.modal-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
}

.modal-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* padding-top: 154px; */
    object-fit: cover;
}
.first-section {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    border-bottom: 8px solid #3d051e;
    position: relative;
}
.first-index.night-mode .first-section {
    border-bottom: 8px solid #fff;
}
.first-index {
    background-color: #fff;
    background-image: url(https://modest-residence.mn/uploads/Other/White-abstarcts/white-fractal-horizon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s, color 0.3s;
    background-size: cover;
}
/* Night Mode */
.first-index.night-mode {
    background-color: #000;
    color: #fff;
    background-image: url("https://modest-residence.mn/uploads/1111.jpg");
}
.first-index img {
    width: 90px;
}
.first-index-logo {
    text-align: center;
    margin-left: 30px;
    margin-top: 15px;
}
.first-index-logo h1 {
    font-size: 55px;
    color: #3d051e;
    font-weight: 300;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.first-index.night-mode .first-index-logo h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.first-index-logo h3 {
    color: #3d051e;
    font-weight: 300;
    letter-spacing: 16px;
    text-transform: lowercase;
}
.first-index.night-mode .first-index-logo h3 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 16px;
    text-transform: lowercase;
}
.index-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17vh;
}
.index-header .nav {
    display: block;
    text-align: center;
}
.index-header ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.index-header ul li {
    display: inline-block;
    text-align: center;

    position: relative;
}

.index-header ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    width: 191px;
    display: inline-block;
}
.first-index.night-mode .index-header ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 191px;
    display: inline-block;
}
.index-header ul li a::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #000;
    width: 190px;
    padding-bottom: 15px;
    transition: 0.3s linear;
    display: block;
}
.index-header ul li a:hover::after {
    border-bottom: 8px solid #3d051e;
    transition: 0.3s linear;
    margin-top: 3px;
}
.first-index.night-mode .index-header ul li a::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    width: 190px;
    padding-bottom: 15px;
    transition: 0.3s linear;
    display: block;
}
.first-index.night-mode .index-header ul li a:hover::after {
    border-bottom: 8px solid #fff;
    transition: 0.3s linear;
    margin-top: 3px;
}
.about {
    background-color: #fff;
}
body.night-mode .about {
    background-color: #3d051e;
}
.about-1 {
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url(https://modest-residence.mn//uploads/Other/Pattern.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
body.night-mode .about-1-txt {
    color: #fff;
}
.about-1 .about-1-txt {
    color: #000;
    /* padding-left: 90px; */
}
.about-1 .about-1-txt-title h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.about-1-txt h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.about-1-txt ul {
    padding-left: 2rem;
}
.about-1-txt ul li {
    list-style: disc;
    padding-top: 11px;
}
.about-1-lil {
    text-align: justify;
    margin-top: 44px;
}
.about-1 .about-1-lil h5 {
    font-size: 16px;
    /* text-transform: uppercase; */
}
.about-1 .simple-word {
    text-align: center;
    margin-top: 44px;
}
.about-1 .simple-word h3 {
    color: #000;
    font-weight: 700;
    letter-spacing: 7px;
    font-size: 38px;
    font-family: "Great Vibes", cursive;
}
.about-1 .about-1-lil p {
    margin-top: 22px;
}
.about-1 .about-1-img {
    width: 100%;
    /* height: 600px; */
}
.about-1 .about-1-img img {
    /* position: absolute; */
    width: 100%;
    /* height: 600px; */
    /* transform: translate(15px, -16px); */
    object-fit: cover;
}
/* .about-1 .col-md-4 img{
    margin-top: 25px;
    object-fit: cover;
    height: 46%;
} */
/* .about-1 .col-md-6 button img{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    background: rgb(255, 255, 255, 0.9);
    transition: 0.2s linear;
    margin-top: 25px;
} */
.mar-t {
    margin-top: 50px;
}
.about-1 .col-md-6 button img:hover {
    transform: scale(0.95);
    transition: 0.2s linear;
}
.about-2 {
    background-color: #fbe9e9;
    padding: 40px 0;
}
.architecture-slider .swiper {
    width: 100%;
    height: 100%;
}

.architecture-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.architecture-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
body.night-mode .about-2 {
    background-color: #fff;
}
.blocks {
    text-align: center;
}
.blocks-img {
    margin-top: -35px;
}
.blocks-img img {
    width: 100px;
}
.blocks-txt {
    margin-top: -6px;
    padding: 0 41px;
}
.blocks-txt p {
    font-size: 12px;
    margin: 0;
}

.project-video {
    position: relative;
    padding: 50px 0;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 1s ease;
}
.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 1s ease;
}
.video-play-button:hover:after {
    background-color: #000;
    transition: all 1s ease;
}
.video-play-button:hover::before {
    background-color: #3d051e;
    transition: all 1s ease;
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -14px;
    top: -14px;
    border-left: 32px solid #000;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: all 1s ease;
}
.video-play-button:hover span {
    border-left-color: #fff;
    transition: all 1s ease;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 1;
    }
}
.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}
.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}
.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}
.video-overlay-close:hover {
    color: #1f95e4;
}
.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.video-pic {
    position: relative;
    text-align: center;
}
.video-pic iframe {
    height: 540px;
}
.video-pic img {
    width: 90%;
}
.slider {
    padding: 0 65px;
}
.slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.slider .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 400px !important;
    height: 360px !important; */
    pointer-events: none;
    z-index: 10;
}
body.night-mode .design-2 .inside-txt {
    color: #fff;
}
body.night-mode .design-2 .inside-txt h3 {
    color: #fff;
}
.design-2 {
    padding: 60px 0;
}
.design-2 .inside {
    text-align: center;
}
.design-2 .inside img {
    height: 400px;
    object-fit: cover;
    width: 90%;
}
.design-2 .inside-txt {
    text-align: center;
    padding: 20px 30px;
    text-align: center;
}
.design-2 .inside h3 {
    color: #3d051e;
    letter-spacing: 0;
}
.design-2 .inside p {
    font-size: 12px;
}
.slider3 {
    padding-bottom: 60px;
}
.slider3 .swiper {
    width: 100%;
    height: 470px;
}

.slider3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    /* z-index: 999; */
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #3d051e !important;
}
body.night-mode .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff !important;
}
.logos {
    padding-bottom: 30px;
}
.logos .col-md-2 {
    width: 19.66667%;
}
.logos .all-logo {
    text-align: center;
}
.logos .all-logo img {
    width: 200px;
}
.active1 {
    border-bottom: 6px solid #fff !important;
    transition: 0.3s linear;
    /* margin-top: 3px; */
}
body.night-mode .about-1 .about-1-img {
    border: 1px solid #fff;
    width: 100%;
    height: 600px;
}
.mobile-slider {
    display: none;
}
.contact {
    text-align: center;
}
.line {
    width: 120px;
    background-color: #000;
    height: 2px;
    margin: 18px auto;
}
.contact h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.contact i {
    margin-top: 24px;
    /* padding-top: 13px; */
    display: inline-block;
    font-size: 27px;
    background: #000;
    padding: 10px 13px;
    border-radius: 50%;
    height: 54px;
    color: #fff;
}
.contact p {
    margin-top: 12px;
    font-size: 18px;
}
.contact-img {
    /* height: 433px !important; */
}
body.night-mode .contact h3 {
    color: #fff;
}
body.night-mode .contact .line {
    background-color: #fff;
}
body.night-mode .contact p {
    color: #fff;
}
body.night-mode .contact i {
    color: #3d051e;
    background-color: #fff;
}
.pros {
    line-height: 20px;
}
.pros h4 {
    font-weight: 700;
    padding: 15px 0;
}
.pros ul {
    padding-left: 2rem;
}
.pros ul li {
    list-style-type: disc;
    line-height: 20px;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
    background: #fff;
}
.coming-soon {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.coming-soon img {
    height: 100vh;
    object-fit: cover;
    position: relative;
    filter: blur(7px);
}
.coming-soon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.2);
    z-index: 1;
}
.coming-soon h3 {
    position: absolute;
    top: 50%;
    /* display: flex; */
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    z-index: 2;
}
.countdown {
    position: absolute;
    bottom: 50px;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255, 0.7);
}
.countdown h4 {
    color: red;
    padding-bottom: 20px;
}
.countdown-txt h4 span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.countdown p {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    letter-spacing: 3px;
    font-weight: 700;
}
.countdown .col-md-2 {
    width: 19.6%;
}
.metr {
    border: 1px solid #999;
    padding: 10px 0;
    margin-top: 22px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
    background-color: rgb(61, 5, 30);
}
.metr:hover {
    background-color: rgb(61, 5, 30, 0.5);
    color: #fff;
    transition: 0.3s;
}
.metr p {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

/* html {
    background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/sample.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */
body {
    /* background-color: rgba(44,62,80 , 0.6 );
    background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/pattern.png');
    background-position: center;
    background-repeat: repeat;
    font-family: 'Raleway', 'Arial', sans-serif; */
}
.countdown-container {
    /* background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/pattern.png'); */
    position: absolute;
    bottom: 55px;
    z-index: 2;
}
.clock-item .inner {
    height: 0px;
    padding-bottom: 60%;
    position: relative;
    width: 50%;
}
.clock-canvas {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}
.text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: -64px;
    position: absolute;
    top: 65%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}
.text .val {
    font-size: 23px;
}
.text .type-time {
    font-size: 12px;
}
.countdown-container .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
}
.countdown-container .wrap {
    justify-content: center;
    display: flex;
}
.countdown-container .row {
    justify-content: center;
}
.countdown-txt h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
}

/* @media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
}   
    }
@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
} */

.form {
    /* padding: 100px 0; */
}
.form-reg {
    margin-top: 90px;
}
.form .row {
    width: 100%;
}
.form label {
    display: block;
    margin-bottom: 14px;
}
.form .gap-1 {
    margin-bottom: 30px;
}
.form .rounded {
    border-radius: var(--bs-border-radius) !important;
    width: 100%;
    padding: 12px 12px;
}
.form button {
    width: 150px;
}
.form .big-title h1 {
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.form select {
    word-wrap: normal;
    padding: 6px 10px 6px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.form img {
    /* height: 740px;
    object-fit: cover; */
}
.click {
    /* position: absolute; */
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
}
.click h3 {
    font-size: 16px;
    text-align: center;
    position: relative;
}
.limiter {
}
.container-login100 {
    background-image: url(https://modest-residence.mn/uploads/form-img.jpg);
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.wrap-login100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px;
    background: #3d051e;
}
.login100-form {
    width: 100%;
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 22px;
}
.login100-form-title {
    /* font-family: Poppins-Medium; */
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}
.input100 {
    /* font-family: Poppins-Regular; */
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px 0 38px;
    border: none;
    margin-top: -40px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    /* content: ""; */
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}
.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    /* content: attr(data-placeholder); */
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}
.padd {
    padding: 0;
}
.padd-l {
    padding-left: 0;
}
.padd-r {
    padding-right: 0;
}
.label-checkbox100 {
    /* font-family: Poppins-Regular; */
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #7579ff, #b224ef);
    background: -o-linear-gradient(bottom, #7579ff, #b224ef);
    background: -moz-linear-gradient(bottom, #7579ff, #b224ef);
    background: linear-gradient(bottom, #7579ff, #b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.limiter button {
    outline: none !important;
    border: none;
    background: 0 0;
}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.p-t-90 {
    padding-top: 90px;
}
.text-center {
    text-align: center !important;
}
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}
.container-login100 i {
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}
label.form-check-label {
    color: #fff;
    margin-left: 10px;
}
.slider5 {
    margin-top: -30px;
}

.slider5 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider5 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider5 .mySwiper5 {
    height: 80% !important;
    width: 100%;
}

.slider5 .mySwiper6 {
    height: 20% !important;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider5 .mySwiper6 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slider5 .mySwiper6 .swiper-slide-thumb-active {
    opacity: 1;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.slider5 .mySwiper6 img {
    height: 170px !important;
}

/* 2 */

.slider5 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider5 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider5 .mySwiper7 {
    height: 80% !important;
    width: 100%;
}

.slider5 .mySwiper8 {
    height: 20% !important;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider5 .mySwiper8 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slider5 .mySwiper8 .swiper-slide-thumb-active {
    opacity: 1;
}

.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.slider5 .mySwiper8 img {
    height: 170px !important;
}

/*3*/
.slider5 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider5 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider5 .mySwiper9 {
    height: 80% !important;
    width: 100%;
}

.slider5 .mySwiper10 {
    height: 20% !important;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider5 .mySwiper10 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slider5 .mySwiper10 .swiper-slide-thumb-active {
    opacity: 1;
}

.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.slider5 .mySwiper10 img {
    height: 170px !important;
}
/*4*/

.slider5 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider5 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider5 .mySwiper11 {
    height: 80% !important;
    width: 100%;
}

.slider5 .mySwiper12 {
    height: 20% !important;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider5 .mySwiper12 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slider5 .mySwiper12 .swiper-slide-thumb-active {
    opacity: 1;
}

.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.slider5 .mySwiper12 img {
    height: 170px !important;
}

/*5*/
.slider5 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider5 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider5 .mySwiper13 {
    height: 80% !important;
    width: 100%;
}

.slider5 .mySwiper14 {
    height: 20% !important;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider5 .mySwiper14 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slider5 .mySwiper14 .swiper-slide-thumb-active {
    opacity: 1;
}

.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.slider5 .mySwiper14 img {
    height: 170px !important;
}
.modal-dialog {
    max-width: 78%;
    /* height: 739px; */
    margin-left: auto;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23000"%3e%3cpathd="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e
    );
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 3em;
    height: 3em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
    border: 1px solid #000;
    /* margin-bottom: -18px; */
    background-color: rgb(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: #fff;
    background: #fff;
    border-color: #fff;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    background: transparent;
    border: none;
}
.btn:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.compare-slider .swiper {
    width: 100%;
    height: 100%;
}

.compare-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Panorama*/

.mk360 h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 26px;
    position: relative;
}
/* .mk360 h2::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    color: #000;
} */

.apt-blocks {
    padding: 0 120px;
    border: 1px solid #ccc;
}
.apt-blocks .apt-block-tit {
    text-align: center;
    margin-top: 20px;
}
.apt-blocks .apt-block-tit h4 {
    font-weight: 700;
    color: #000;
}
.block-title {
    text-align: center;
}
.block-title h2 {
    font-weight: 700;
    color: #3d051e;
    font-size: 26px;
}
.margin-l {
    margin-left: 50px;
}
.margin-le {
    margin-left: -65px;
}
.modal .nav {
    justify-content: space-around;
    margin-bottom: 15px;
}
.modal .nav-link {
    color: #000 !important;
}

/* login */

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(0 0 #0000, #00000040);
    box-shadow: var(0 0 #0000), var(0 0 #0000), var(0 0 #0000), var(0 0 #0000),
        var(--tw-shadow);
}
.sm\:pt-0 {
    padding-top: calc(0.25rem * 0);
}
.sm\:justify-center {
    justify-content: center;
}
.bg-neutral-100 {
    background-color: oklch(97% 0 0);
}
.input {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: oklch(92.2% 0 0);
    background-color: #fff;
    width: 100%;
    font-size: 0.875rem;
    line-height: var(--tw-leading, calc(1.25 / 0.875));
    --tw-ring-offset-color: oklch(92.2% 0 0);
    display: flex;
}
.input input,
.input button[role="combobox"] {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    padding-left: calc(0.25rem * 3);
    border-width: 0;
    border-color: transparent;
}
.bg-size-\[10px_10px\] {
    background-size: 10px 10px;
}
.bg-size-\[30px_30px\] {
    background-size: 30px 30px;
}
@keyframes fade-in-wiggle {
    0% {
        opacity: 0;
        transform: scale(0.98) translateX(0);
    }
    20% {
        opacity: 1;
        transform: scale(1) translateX(-8px);
    }
    40% {
        transform: scale(1) translateX(6px);
    }
    60% {
        transform: scale(1) translateX(-4px);
    }
    80% {
        transform: scale(1) translateX(2px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}
.login-body {
    animation: fade-in-wiggle 0.6s ease-out both;
}

.footer {
    background-color: #fff;
    padding: 35px 0;
    box-shadow: 3px -1px 4px rgb(0, 0, 0, 0.5);
}

.footer .footer-logo {
    display: flex;
    align-items: center;
    position: relative;
}
.footer-logo button {
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #000;
    position: absolute;
    left: 0;
    top: 138px;
}
.footer .footer-logo img {
    width: 145px;
}
.footer .footer-logo-text {
    text-align: center;
    margin-left: 20px;
}
.footer .footer-logo-text h3 {
    font-size: 39px;
    color: #000;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 26px;
}
.footer .footer-logo-text h4 {
    color: #000;
    font-weight: 300;
    letter-spacing: 14px;
    text-transform: lowercase;
    font-size: 14px;
    padding-top: 7px;
}
.bottom-footer {
    background-color: #000;
}
.bottom-footer p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}
.bottom-footer-txt {
    border-top: 1px solid #fff;
    padding: 20px 0;
}
.footer .footer-menu {
}
.footer .footer-menu h3 {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}
.footer .footer-menu li {
    list-style-type: none;
    padding: 6px 0;
}
.footer .footer-menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.footer .footer-menu p {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer .footer-menu a {
    color: #000;
}
.tour {
    position: relative;
}
.tour a {
    position: absolute;
    top: 50%;
    background-color: #fff;
    color: #000;
    left: 20%;
    font-size: 25px;
    border-radius: 15px;
    padding: 6px 25px;
}

/* 360px */
@media (max-width: 375px) {
    .index-header {
        bottom: 450px;
        left: 10px;
        width: 96%;
        height: 30vh;
        z-index: 999;
    }
    .index-header ul li {
        display: inline-block;
        text-align: center;
        position: relative;
        margin-bottom: 100px !important;
    }
    .first-index .index-header ul li a::after {
        content: "";
        position: absolute;
        border-bottom: 5px solid #000;
        width: 130px;
        padding-bottom: 15px;
        transition: 0.3s linear;
        display: block;
        left: 20px;
    }

    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        width: 171px !important;
    }

    .about-1 iframe {
        height: 333px;
    }
}
/* 370px */
@media (max-width: 370px) {
    .index-header {
        bottom: 235px !important;
        left: 10px;
        width: 96%;
        height: 30vh;
    }

    button {
        padding: 5px 12px;
        font-size: 10px;
        cursor: pointer;
        border-radius: 10px;
        border: none;
        background: rgba(61, 5, 30, 0.8);
        color: #fff;
    }

    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        width: 170px;
    }

    .first-index.night-mode .index-header ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        width: 175px;
    }

    .coming-soon h3 {
        top: 25%;
        text-align: center;
    }

    .about-1 iframe {
        height: 333px;
    }
}

/* 390px */
@media (max-width: 390px) {
    .index-header {
        bottom: 334px;
        left: 14px;
        width: 92%;
        height: 32vh;
    }

    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 17px;
        width: 167px !important;
    }
}

/* 414px */
@media (max-width: 428px) {
    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        max-width: 188px;
    }
}
/* @media (max-width: 428px){
    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        min-width: 180px;
    }
} */
/* 434px */
@media (max-width: 434px) {
    .index-header {
        bottom: 230px !important;
        left: 20px;
        width: 92%;
        height: 32vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        width: 171px;
    }
}

@media (max-width: 1060px) {
    .tour a {
        position: absolute;
        top: 50%;
        background-color: #fff;
        color: #000;
        left: 15%;
        font-size: 14px;
        border-radius: 15px;
        padding: 3px 14px;
    }
    .hed {
        margin-top: 20px;
    }
    .web-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header .navbar-brand {
        display: flex;
        align-items: center;
    }

    .mobile-header .navbar-brand img {
        width: 52px;
    }

    .header-logo-txt h1 {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 23px;
        text-transform: uppercase;
        font-family: "Playfair Display", serif;
    }

    .header-logo-txt h3 {
        color: #fff;
        font-weight: 300;
        letter-spacing: 12px;
        text-transform: lowercase;
        font-size: 10px;
    }

    .index-header {
        position: absolute;
        /* bottom: 334px; */
        bottom: 10px !important;
        left: 0;
        width: 100%;
        height: 50vh;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index-header ul {
        display: block;
        justify-content: space-around;
        padding: 0;
    }

    .index-header ul li {
        display: inline-block;
        text-align: center;
        position: relative;
        margin-top: 100px;
    }
    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * -0.5)
            calc(var(--bs-modal-header-padding-x) * -0.5);
        margin: calc(-0.5 * var(--bs-modal-header-padding-y))
            calc(-0.5 * var(--bs-modal-header-padding-x))
            calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
    }
    .first-index.night-mode .index-header ul li a::after {
        content: "";
        position: absolute;
        border-bottom: 5px solid #fff;
        width: 140px;
        padding-bottom: 15px;
        transition: 0.3s linear;
        display: block;
        left: 20px;
    }

    .first-index.night-mode .index-header ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        width: 179px;
        /* display: inline-block; */
    }

    .first-index .index-header ul li a::after {
        content: "";
        position: absolute;
        border-bottom: 5px solid #000;
        width: 140px;
        padding-bottom: 15px;
        transition: 0.3s linear;
        display: block;
        left: 20px;
    }
    .first-section::after {
        content: "";
        background-color: rgb(255, 255, 255, 0.3);
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .first-index .index-header ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        /* width: 178px; */
        width: 173px;
        /* display: inline-block; */
        font-weight: 400;
    }

    .slider2 {
        margin-top: 12px;
    }

    .slider2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 60vh;
        /* padding-top: 154px; */
        object-fit: cover;
        margin-top: 0 !important;
        filter: opacity(1);
        top: -60px !important;
    }

    .header .row {
        justify-content: space-between;
    }

    .header .col-md-9 {
        width: 35%;
    }

    .header .col-md-2 {
        width: 43.6%;
        margin-top: -24px;
    }

    .header .col-md-1 {
        width: 20.3%;
    }

    .header-lang {
        text-align: center;
        margin-top: 0;
    }

    .header-contact-inside .header-contact-phone a {
        color: #000;
        font-size: 11px;
    }

    .header-lang h3 {
        color: #ba9d95;
        font-size: 15px;
        margin-bottom: 4px;
    }

    .header-lang i {
        color: #ba9d95;
        font-size: 15px;
    }

    button {
        padding: 5px 12px;
        font-size: 11px;
        cursor: pointer;
        border-radius: 10px;
        border: none;
        background: rgb(61, 5, 30, 0.8);
        color: #fff;
    }

    .footer .footer-logo img {
        width: 60px;
        display: none;
    }

    .footer .footer-logo-text h3 {
        font-size: 19px;
        color: #000;
        font-weight: 300;
        letter-spacing: 20px;
        text-transform: uppercase;
        font-family: "Playfair Display", serif;
        line-height: 26px;
    }

    .footer .footer-logo-text h4 {
        color: #000;
        font-weight: 300;
        letter-spacing: 16px;
        text-transform: lowercase;
        font-size: 11px;
    }

    .footer .footer-menu {
        margin-top: 25px;
        text-align: center !important;
    }

    .footer .footer-menu ul {
        padding: 0;
    }

    .footer-logo button {
        padding: 5px 12px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 10px;
        border: none;
        background: #fff;
        color: #000;
        position: absolute;
        left: 15px;
        bottom: -220px;
        top: 263px;
        display: none;
    }

    .footer .footer-menu h3 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .about-1 .about-1-txt {
        color: #000;
        padding-left: 0;
        text-align: center;
    }

    .about-1 .about-1-img img {
        position: relative;
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .about-1 .about-1-img {
        width: 100%;
        height: 320px !important;
        margin-top: 25px;
    }
    .about-1 .about-1-img .swiper-slide img {
        position: relative;
    }

    .about-1 {
        background-image: url(http://localhost:8000/uploads/Other/Pattern.svg);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 120px 12px 30px 12px;
    }

    .about-1 .about-1-txt-title h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .about-1-lil {
        margin-top: 22px;
    }

    .blocks {
        text-align: center;
        margin-top: 40px;
    }

    .slider {
        padding: 0;
    }

    .slider .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 345px;
        object-fit: cover;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        left: -11px;
        top: -6px;
        border-left: 19px solid #000;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        transition: all 1s ease;
    }

    .video-play-button::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 51px;
        height: 51px;
        background-color: #fff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: all 1s ease;
    }

    .video-play-button::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 1s ease;
    }

    .logos {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .mobile-slider {
        padding-bottom: 50px;
    }

    .mobile-slider .swiper {
        width: 100%;
        height: 100%;
    }

    .mobile-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-slider .swiper-slide img {
        display: block;
        width: 70%;
        height: 100%;
        object-fit: cover;
    }

    .design-2 .inside img {
        height: 280px;
        object-fit: cover;
        width: 90%;
    }

    .bg-dark {
        --bs-bg-opacity: 1;
        background-color: #fff !important;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        background-color: #fff !important;
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        overflow-y: auto;
        background-color: #ffff;
    }

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
            calc(var(--bs-offcanvas-padding-x) * 0.5);
        margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
        margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
        background-color: rgb(255, 255, 255, 0.5);
    }

    .mobile-header li {
        line-height: 55px;
        border-bottom: 1px solid #444;
    }

    .mobile-header li a {
        color: #000;
        text-transform: uppercase;
    }

    .offcanvas-header .header-logo-txt {
        text-align: center;
        margin-left: -55px;
        margin-top: 15px;
    }

    .offcanvas-header img {
        width: 50px;
    }

    .footer .footer-logo {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        margin-bottom: -15px;
    }

    .footer .footer-logo-text {
        text-align: center;
        margin-left: 27px;
    }

    .video-overlay iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
        width: 95%;
        height: 42%;
    }
    .about-1 .simple-word {
        text-align: center;
        margin-top: 44px;
        margin-bottom: 40px;
    }
    .first-section {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        border-bottom: 8px solid #3d051e;
        position: relative;
    }

    .coming-soon h3 {
        position: absolute;
        top: 35%;
        /* display: flex; */
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        text-align: center;
    }
    .room-button-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pros {
        line-height: 20px;
        text-align: left;
        margin-bottom: 35px;
    }

    .pros h4 {
        font-weight: 700;
        text-align: center;
    }

    .slider3 .swiper-slide img {
        display: block;
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .slider3 .swiper {
        width: 100%;
        height: 250px;
    }

    .video-pic iframe {
        height: 340px;
    }

    .countdown {
        position: absolute;
        bottom: 50px;
        text-align: center;
        padding: 20px;
        border-radius: 15px;
        background-color: rgb(255, 255, 255, 0.7);
        margin: 0 20px;
    }

    .countdown h4 {
        color: red;
        font-size: 15px;
        padding: 0;
    }

    .countdown p {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0;
        letter-spacing: 3px;
        font-weight: 700;
        padding-top: 21px;
    }

    .countdown .metr p {
        font-size: 11px;
        padding: 0;
    }

    .countdown .metr {
        border: 1px solid #999;
        padding: 7px 0;
        margin-top: 15px;
        border-radius: 10px;
        transition: 0.3s;
    }

    .countdown .col-md-2 {
        width: 50%;
    }

    .countdown-container .col-md-2 {
        width: 50%;
    }

    .countdown-container .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .countdown-container {
        position: absolute;
        bottom: 90px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .countdown-txt h4 {
        text-align: center;
        color: red;
        font-size: 13px;
        margin-bottom: 35px;
    }

    .text {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        margin-top: -50px;
        position: absolute;
        top: 65%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        width: 100%;
    }

    .text .type-time {
        font-size: 11px;
    }

    .text .val {
        font-size: 18px;
        margin: 0;
    }

    .countdown-txt h4 span {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .form {
        padding: 85px 0;
    }

    .form-reg {
        margin-top: 35px;
    }

    .form img {
        width: 106%;
    }

    .click h3 {
        font-size: 16px;
        text-align: center;
        position: relative;
    }

    .wrap-login100 {
        width: 500px;
        border-radius: 10px;
        overflow: hidden;
        padding: 40px 36px 0;
        background: #3d051e;
        margin-top: 110px;
    }

    .login100-form-title {
        /* font-family: Poppins-Medium; */
        font-size: 23px;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 40px;
    }

    .login100-form-logo {
        /* font-size: 60px; */
        /* color: #333; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        background-color: #000;
        margin: 0 auto;
        margin-bottom: 22px;
    }

    .login100-form-logo img {
        width: 66px;
    }

    .about-1 iframe {
        height: 333px;
    }

    .contact h3 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    .contact .line {
        width: 120px;
        background-color: #000;
        height: 2px;
        margin: 18px auto;
    }

    .about-1 .col-md-4 img {
        margin-top: 25px;
        object-fit: cover;
        height: 93%;
    }

    .slider5 .mySwiper6 img {
        height: 80px !important;
    }

    .slider5 .mySwiper8 img {
        height: 80px !important;
    }

    .slider5 .mySwiper10 img {
        height: 80px !important;
    }

    .slider5 .mySwiper12 img {
        height: 80px !important;
    }

    .slider5 .mySwiper14 img {
        height: 80px !important;
    }

    .slider5 .swiper-slide img {
        display: block;
        width: 100%;
        height: 396px;
        object-fit: contain;
    }

    .mySwiper16 {
        display: block !important;
    }

    .mySwiper15 {
        display: none !important;
    }
    #panorama-360-view {
        width: 99vw;
        height: 80vh;
    }
    #panorama-360-views {
        width: 99vw;
        height: 80vh;
    }
    #panorama-360-viewss {
        width: 99vw;
        height: 80vh;
    }
    .contact-img {
        height: 270px !important;
        object-fit: contain !important;
    }
    .architecture-slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    .architecture-slider {
        height: 330px;
    }
    .about-1 .col-md-6 {
        margin-bottom: 50px;
    }
    .about-1 .col-md-6 .col-md-4 .btn.btn-primary {
        width: 48%;
    }
    .about-1 .modal-body img {
        height: 100%;
    }
    .about-1 .modal-dialog {
        max-width: 100%;
        /* height: 739px; */
        margin-left: 0.5rem;
        margin-top: 60%;
    }
    .btn-close {
        width: 2em;
        height: 2em;
        border: none;
    }
    .margin-l {
        margin-left: 0;
    }

    .margin-le {
        margin-left: 0;
    }
}
