
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection{
    background-color: var(--msc-theme-black-opacity);
}
@font-face {
    font-family: "poppins-regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: "poppins-italic";
    src: url("../fonts/Poppins/Poppins-Italic.ttf");
}
@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-light";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
    font-family: "stylish-cursive";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "monostat-bold";
    src: url(../fonts/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face{
    font-family: "inter-regular";
    src: url("../fonts/Inter/static/Inter-Regular.ttf");
}
@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/Roboto/static/Roboto-Regular.ttf");
}
@font-face {
    font-family: "roboto-medium";
    src: url("../fonts/Roboto/static/Roboto-Medium.ttf");
}
@font-face {
    font-family: "roboto-semibold";
    src: url("../fonts/Roboto/static/Roboto-SemiBold.ttf");
}
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/Roboto/static/Roboto-Bold.ttf");
}
@font-face {
    font-family: "roboto-extra-bold";
    src: url("../fonts/Roboto/static/Roboto-ExtraBold.ttf");
}
@font-face {
    font-family: "stylish";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "serif-medium";
    src: url("../fonts/Playfair/static/PlayfairDisplay-Medium.ttf");
}
@font-face {
    font-family: "serif-bold";
    src: url("../fonts/Playfair/static/PlayfairDisplay-Bold.ttf");
}
@font-face {
    font-family: "roboto-cursive";
    src: url("../fonts/Roboto/static/Roboto-SemiBoldItalic.ttf");
}
:root{
    --msc-font-global-serif-medium:"serif-medium";
    --msc-font-global-serif-bold:"serif-bold";
    --msc-font-regular:"poppins-regular";
    --msc-font-medium:"poppins-medium";
    --msc-font-semibold:"poppins-semibold";
    --msc-font-bold:"poppins-bold";
    --msc-font-italic:"poppins-italic";
    --msc-font-light:"poppins-light";
    --msc-font-theme-cursive:"stylish-cursive";
    --msc-font-theme-inter:"inter-regular";
    --msc-font-theme-mono-bold:"monostat-bold";
    --msc-font-global-regular:"roboto-regular";
    --msc-font-global-medium:"roboto-medium";
    --msc-font-global-semibold:"roboto-semibold";
    --msc-font-global-bold:"roboto-bold";
    --msc-font-global-extrabold:"roboto-extra-bold";
    --msc-font-global-italic:"roboto-cursive";
    --msc-theme-font-stylish-cursive:"stylish";
    --msc-dark: #000000;
    --msc-white:#fff;
    --msc-light-text: #5b5b5b;
    --msc-primary: #fbae15;
    --msc-blue: #075298;
    --msc-theme-danger: #CB2128;
    --msc-light: #BBBDBF;
    --msc-light-grey: #6c6c6c;
    --msc-white: #fff;
    --msc-success: #06c516ec;
    --msc-danger: #c52f06ec;
    --msc-warning: #ffd900ec;
    --msc-light-purple:#c36;
    --msc-med-black:#151515;
    --msc-red: #FF0000;
    --msc-light-color:rgb(244, 244, 244);
    --msc-orange:rgba(255, 68, 0, 0.786);
    --msc-light-opacity:#ffffff16;
    --msc-theme-opacity: #141516d4;
    --msc-theme-black-opacity: #050505c2;
    --msc-border-color:#EFEFEF;
    --msc-theme-light-red: #ff8a8a;
    --msc-theme-gradient:linear-gradient(to left bottom,var(--msc-theme-primary),var(--msc-theme-orange));
    --msc-appoint-gradient:linear-gradient(324deg, #08275a, #2d8c9f);
    --msc-theme-global-dark-blue: #1b2f3e;
    --msc-theme-global-blue: #004461;
    --msc-theme-global-new-blue: #004271;
    --msc-theme-global-lightblue: #0379BE;
    --msc-theme-global-shadow-color: #F0F0F0;
    --msc-theme-global-blue-tone: #D5D5D5;
    --msc-theme-global-grey: #666666;
    --msc-theme-black-shade: #363636;
    --msc-theme-light-grey-tone: #F7F7F7;
    --msc-theme-med-grey-tone: #D9D9D9;
    --msc-theme-light-blue-tone: #F6F9FF;
    --msc-theme-pink-tone: #fff1f1;
    --msc-theme-lightgreen-tone: #F2FFFA;
    --msc-theme-oil-black: #3A3736;
    --msc-theme-gold-pink: #ffdeec;
    --msc-theme-light-gold-pink: #F4E9FF;
    --msc-theme-light-med-blue: #CCF1FF;
    --msc-theme-linear-gradient: linear-gradient(118deg, #3FAC8F, #007d5c); 
    --msc-theme-linear-gradient-tech: linear-gradient(118deg, #ff2d20, var(--msc-danger)); 
    --msc-theme-global-purple: #a2a5df; 
    --msc-theme-footer-color: #F4F4F4;
    --msc-theme-footer-dark-color: rgb(14 25 30);
    --msc-theme-slate-blue: #d2e6fd;
    --msc-theme-light-pink: #ff8fb5;
    --msc-theme-soft-red: #fef3f3;
    --msc-theme-med-light-blue: #43baff;
    --msc-theme-3d-grdient: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    --msc-theme-border-grey: #c7c7c7;
    --msc-theme-bg-html: #e44d26;
    --msc-theme-white-grey: #808080;
    --msc-theme-med-light-blue:#a7deeb;
    --mc-theme-am-dark-blue:#023047;
    --msc-theme-am-extra-dark-blue: #03045e;
    /*--msc-theme-am-med-blue: #275a73;*/
    --msc-theme-am-med-blue: #1a347d;
    --msc-theme-am-light-blue:#8ecae6;
    --msc-theme-am-med-light-blue:#209ebb;
    --msc-theme-am-bg-color-blue-tone:#12424c;
    --msc-theme-am-dark-yellow: #fbb400;
}

body{
    overflow-x: hidden;
}
/* header */
#msc-header{
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.msc-sticky-header{
    padding: 10px;
    backdrop-filter: blur(10px);
}
.msc-phone-number{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.msc-contact-info-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 15px;
}
.msc-contact-n{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    margin: 0px 15px;
}
.msc-contact-n a{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
    font-size: 17px;
    display: inline-block;
}
.msc-contact-n a:hover{
    color: var(--msc-white) ;
}
.msc-contact-n span{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-border-color);
    font-size: 16px;
    display: inline-block;
}
.msc-main-logo img{
    width: 90px;
    height: auto;
}
.msc-call-us-icon img{
    width: 28px;
    height: auto;
}
.msc-border-partisan{
    border: 1px solid var(--msc-white);
    height: 30px;
    margin: 8px 20px;
}
.msc-links-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-links-icons a{
    display: inline-block;
    margin: 0px 5px;
    border: 1px solid var(--msc-white);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.msc-links-icons a i{
    text-align: center;
    color: var(--msc-white);
    padding: 9px;
    font-size: 15px;
}
.msc-main-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-logo-name{
    margin-left: 17px;
}
.msc-logo-name h2{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-light-blue-tone);
    font-size: 28px;
    border-bottom: 1px solid var(--msc-light-opacity);
}
.msc-section-info-logo{
    border-bottom: 1px solid rgba(219, 219, 219, 0.645);
}
.msc-logo-name span{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-light-blue-tone);
    font-size: 14px;
    letter-spacing: 1px;
}
.msc-header-navbar{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px;
}
.msc-header-navbar a p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-light-blue-tone);
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0px 13px;
    text-shadow: 0px 0px 4px #00000086;
}
.msc-show-header{
    position: fixed;
    animation: slidetop .6s ease-in-out;
    background-image: linear-gradient(325deg, #0A112B, #313F66);
    padding: 10px;
    top: 0;
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;  
}
.msc-section-sticky-section-scroll{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(325deg, #0A112B, #313F66);
    padding: 10px;
    position: fixed;
    z-index: 9999 !important;
    top: -100px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.msc-show-scroll{
    position: fixed;
    z-index: 9999 !important;
    opacity: 1;
    top: 0;
    visibility: visible;
}
.msc-hamburger-responsive{
    display: none;
}
.msc-hamburger-responsive span{
    display: block;
    width: 30px !important;
    height: 2px !important;
    background-color: var(--msc-white);
    border-radius: 20px;
    margin: 5px;
}
.msc-bar-1{
    transition: all .2s ease-in-out;
}
.msc-bar-2{
    transition: opacity 0.3s ease, height 0.3s ease;
}
.msc-bar-3{
    transition: all .2s ease-in-out;
}
.msc-bar-1.bar-active-1{
    transform: rotate(45deg) translateY(5px);
}
.msc-bar-2.bar-active-2{
    opacity: 0;
    height: 0;
    transform: translateX(50px);
}
.msc-bar-3.bar-active-3{
    transform: rotate(-45deg) translateY(-5px);
}
.msc-responsive-logo{
    display: none;
}
.msc-contact-info{
    display: none;
}
.msc-responsive-icons{
    display: none;
}
.msc-load-responsive{
    display: none;
}
/* header-end */

/* banner */
.msc-banner-bg{
    width: 100% !important;
    height: auto;
    background-color: #2323239b;
}
.msc-banner-bg img{
    height: 710px;
    width: 100% !important;
    mix-blend-mode: darken;
}
.msc-banner-collection{
    position: relative;
}
.msc-banner-text{
    position: absolute;
    top: 18rem;
    z-index: 99999;
    color: var(--msc-white);
    width: 800px;
}
.msc-badge-amayu{
    font-family: var(--msc-font-theme-cursive);
    font-weight: 600;
    font-size: 20px;
    color: #eff2f9;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px rgb(83, 83, 83);
}
.msc-banner .owl-item.active .msc-banner-main-heading{
    animation: fadeInLeft ease 1.3s;
}
.msc-banner .owl-item.active .msc-badge-amayu{
    animation: fadeInLeft ease 1s;
}
.msc-banner .owl-item.active .msc-desc-banner{
    animation: fadeInLeft ease 1.5s;
}
.msc-banner .owl-item.active .msc-get-consult{
    animation: bounceInUp ease 1.9s;
}
.msc-banner-main-heading{
    font-family: var(--msc-font-global-serif-bold);
    font-size: 45px;
    color: var(--msc-theme-med-light-blue);
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px rgb(83, 83, 83);
}
.msc-desc-banner{
    font-family: var(--msc-font-global-bold);
    letter-spacing: 1px;
    font-size: 25px;
    text-shadow: 0px 0px 5px rgb(83, 83, 83);
    color: var(--msc-theme-slate-blue);
}
.msc-desc-banner i{
    color: var(--msc-white);
}
.msc-get-consult{
    padding: 15px 30px;
    background-color: transparent;
    color: var(--msc-theme-slate-blue);
    font-size: 17px;
    font-family: var(--msc-font-global-medium);
    border: 2px solid var(--msc-theme-med-light-blue);
    box-shadow: 0px 0px 2px var(--msc-theme-slate-blue);
    position: relative;
    overflow: hidden;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.msc-get-consult:hover{
    color: var(--msc-theme-global-blue);
}
.msc-get-consult::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: -1.5rem;
    top: -5rem;
    background-color: var(--msc-theme-light-med-blue);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.msc-get-consult:hover::after{
    width: 350px;
    height: 300px;  
    visibility: visible;
    opacity: 1; 
}
.msc-banner .owl-dots{
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}
.msc-banner .owl-dot span{
    background-color: var(--msc-theme-light-med-blue) !important;
    height: 15px !important;
    width: 15px !important;
    transition:all .3s ease-in-out;
}
.msc-banner .owl-dot.active span{
    outline: 2px solid var(--msc-theme-light-med-blue);
    outline-offset: 3px;
}
/* banner-end */

/* about-us */
.msc-home-about{
    margin: 80px 0px 60px 0px;
    position: relative;
    overflow: hidden;
}
.msc-home-about::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/house-sketch.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    width: 600px;
    /* background-attachment: fixed; */
    top: 1.5rem;
    right: -9rem;
    opacity: 0.1;
}
.msc-wrapper-about-img{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-wrapper-about-img img{
    height: 550px !important;
    width: 500px;
    object-fit: cover;
}
.msc-wrapper-about-img::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/house-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 330px;
    width: 330px;
    left: -6rem;
    bottom: -3.7rem;
    filter: drop-shadow(0px 0px 3px rgba(128, 128, 128, 0.46));
    animation: scale 4s linear infinite;
}
.msc-wrapper-about-img::before{
    content: "";
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: var(--msc-theme-am-med-blue);
    z-index: -1;
    right: 1rem;
    top: 1rem;
    animation: translate 4s linear infinite;
}
@keyframes translate {
    0%{
        transform: translateY(0px);
    }40%{
        transform: translateY(-10px) scale(1.05);
    }60%{
        transform: translateY(10px) scale(1.03);
    }100%{
        transform: translateY(0);
    }
}
@keyframes scale {
    0%{
        transform: scale(1.01);
    }50%{
        transform: scale(1.06);
    }100%{
        transform: scale(1.01);
    }
}
.msc-about-content-main{
    height: 550px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.msc-badge-about p{
    color: var(--msc-theme-am-med-light-blue);
    font-family: var(--msc-font-global-medium);
    font-size: 19px;
    letter-spacing: 1px;
}
.msc-badge-about p span{
    font-size: 21px;
    word-spacing: 1px;
}
.msc-main-heading-ahome h2{
    font-family: var(--msc-font-global-bold);
    font-size: 35px;
    color: var(--msc-theme-am-med-blue);
    line-height: 2.7rem;
}
.msc-description-content-ahome{
    width: 500px;
}
.msc-description-content-ahome p{
    font-family: var(--msc-font-global-serif-medium);
    /* font-family: var(--msc-font-global-regular); */
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-key-points{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
.msc-btn-read-more {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
    color: var(--msc-theme-am-med-blue);
    background-color: transparent;
    border: 3px solid var(--msc-theme-am-med-blue);
    padding: 12px 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-in-out;
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
  }
  .msc-btn-read-more:hover{
    color: var(--msc-white);
  }
  
  .msc-btn-read-more span:not(:nth-child(6)) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35px;
    background-color:var(--msc-theme-global-new-blue);
    border-radius: 50%;
    transition:all .3s ease-in-out;
  }
  
  .msc-btn-read-more span:nth-child(6) {
    position: relative;
  }
  
  .msc-btn-read-more span:nth-child(1) {
    transform: translate(-3.3em, -4em);
  }
  
  .msc-btn-read-more span:nth-child(2) {
    transform: translate(-6em, 1.3em);
  }
  
  .msc-btn-read-more span:nth-child(3) {
    transform: translate(-.2em, 1.8em);
  }
  
  .msc-btn-read-more span:nth-child(4) {
    transform: translate(3.5em, 1.4em);
  }
  
  .msc-btn-read-more span:nth-child(5) {
    transform: translate(3.5em, -3.8em);
  }
  
  .msc-btn-read-more:hover span:not(:nth-child(6)) {
    transform: translate(-50%, -50%) scale(4);
    transition: all .3s ease-in-out;
  }
    
/* about-us-end */

/* apartment-type */
.msc-apartment-designs{
    margin: 80px 0px 60px 0px;
    background-color: var(--msc-theme-am-bg-color-blue-tone);
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.msc-apartment-designs::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/banner_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: darken;
    background-color: rgba(31, 62, 82, 0.445);
    height: 600px;
    width: 1450px;
    top: 0.6rem;
    opacity: 0.3;
}
.msc-heading-apartment{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-badge-apartment p{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 20px;
    letter-spacing: 1px;
}
.msc-heading-apartment h2{
    color: var(--msc-theme-am-light-blue);
    font-family: var(--msc-font-global-bold);
    font-size: 35px;
}
.msc-border-bottom{
    border: 1px solid var(--msc-theme-light-med-blue);
    width: 150px;
    position: relative;
}
.msc-border-bottom::after{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top:-0.3rem;
    left: 0;
    background-color: var(--msc-theme-light-med-blue);
}
.msc-border-bottom::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top:-0.3rem;
    right: 0;
    background-color: var(--msc-theme-light-med-blue);
}
.msc-border-style{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin: 10px 0px;
}
.msc-border-after{
    border: 1px solid var(--msc-theme-light-med-blue);
    width: 100px;
    margin-top: 10px;
    margin-left: 26px;
}
.msc-card-wrapper{
    backdrop-filter: blur(50px);
    background-color: var(--msc-light-opacity);
    margin-top: 20px;
    padding: 37px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--msc-white);
    border-radius: 20px;
    transition: all .2s ease-in-out;
}
.msc-card-wrapper:hover{
    box-shadow: rgba(178, 178, 178, 0.25) 0px 6px 12px -1px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: translateY(-5px);
}
.msc-content-apartment{
    text-align: center;
}
.msc-content-apartment{
    margin-top: 10px;
}
.msc-content-apartment h2{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
    font-size: 28px;
}
.msc-content-apartment p{
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
    color: var(--msc-theme-med-light-blue);
}
.msc-animated-image img{
    width: 300px;
    height: 250px;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.msc-icons-section{
    background-color: var(--msc-light-opacity);
    padding: 10px;
    border: 1px solid var(--msc-white);
    border-radius: 20px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.msc-card-wrapper:hover .msc-icons-section{
    transform: rotate(-10deg);
}
.msc-icons-section img{
    width: 70px !important;
    height: auto;
}
.msc-apartment .owl-dots.disabled{
    display: block !important;
}
.msc-apartment .owl-dots .owl-dot.active span {
    display: inline-block;
    margin-top: 20px !important;
    width: 25px !important;
    height: 10px !important;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    background-color: var(--msc-theme-med-light-blue) !important; 
}
.msc-apartment .owl-dots .owl-dot span {
    display: inline-block;
    margin-top: 20px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    background-color: var(--msc-white) !important;
}
/* apartment-type-end */

/* property-listings */
.msc-listed-property{
    margin: 80px 0px 60px 0px;
    position: relative;
    overflow: hidden;
}
.msc-listed-property::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/building-sketch.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    right: -7rem;
    top: 5rem;
    height: 700px;
    width: 400px;
    z-index: -1;
    opacity: 0.4;
}
.msc-badge-listed-property p{
    color: var(--msc-theme-global-new-blue);
    font-family: var(--msc-font-global-medium);
    font-size: 20px;
    letter-spacing: 1px;
}
.msc-listed-properties-heading{
    font-family: var(--msc-font-global-bold) !important;
    font-size: 35px !important;
    color: var(--msc-theme-am-med-blue) !important;
}
.msc-listing-bottom{
    border: 1px solid var(--msc-theme-am-med-blue);
    width: 150px;
    position: relative;
}
.msc-listing-bottom::after{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top:-0.3rem;
    left: 0;
    background-color: var(--msc-theme-am-med-blue);
}
.msc-listing-bottom::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top:-0.3rem;
    right: 0;
    background-color: var(--msc-theme-am-med-blue);
}
.msc-listing-after{
    border: 1px solid var(--msc-theme-am-med-blue);
    width: 100px;
    margin-top: 10px;
    margin-left: 26px;
}
.msc-tabs-wrapper-outside{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}
.msc-main-tab-btn{
    position: relative;
}
.msc-border-pills::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-theme-am-med-light-blue);
    height: 20px;
    width: 125%;
    left: -1.5rem;
}
.msc-main-tab-btn::before{
    content: "";
    position: absolute;
    border-left: 2px solid var(--msc-theme-am-med-light-blue);
    height: 180%;
    width: 110%;
    top: -0.5rem;
    left: 0rem;
}
ul li:nth-last-of-type(1)::after{
    content: "";
    position: absolute;
    border-right: 2px solid var(--msc-theme-am-med-light-blue);
    height: 180%;
    width: 110%;
    top: -0.5rem;
    right: -0.2rem;
}
.msc-tab-pills-btn{
    background-color: transparent !important;
    color: var(--msc-theme-am-med-blue) !important;
    border: 2px solid var(--msc-theme-am-med-blue) !important;
    font-family: var(--msc-font-global-medium);
    font-size: 19px;
    margin: 0px 15px;
    border-radius: 40px!important;
    width: 170px;
    padding: 10px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s linear;
    outline: 1px solid var var(--msc-theme-am-med-blue);
}
.msc-tab-pills-btn:hover{
    color: var(--msc-white) !important;
    transform: scale(1.03);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.msc-tab-pills-btn::after{
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: var(--msc-theme-am-med-blue);
    top: -6rem;
    left: -6.5rem;
    transform: rotate(120deg);
    transition: all .3s ease-in-out;
}
.msc-tab-pills-btn::before{
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: var(--msc-theme-am-med-blue);
    bottom: -6rem;
    right: -6.4rem;
    transform: rotate(120deg);
    transition: all .3s ease-in-out;
}
.msc-tab-pills-btn:hover::after{
    width: 100%;
    height: 200px;
    z-index: -1;
}
.msc-tab-pills-btn:hover::before{
    width: 100%;
    height: 200px;
    z-index: -1;
}
.msc-tab-pills-btn:active{
    background-color: var(--msc-theme-am-med-blue) !important;
    color: var(--msc-white) !important;
    position: relative;
    z-index: 1;
}
.msc-tab-pills-btn.active{
    background-color: var(--msc-theme-am-med-blue) !important;
    color: var(--msc-white) !important;
    transition: all .2s linear;
    position: relative;
    z-index: 1;
}
.msc-tabs-content-wrapper{
    margin: 50px 0px 30px 0px;
}
.msc-listing-property-wrapper{
    margin: 40px 10px 30px 10px;
    padding: 10px;
    border-radius: 25px;
    background-color: rgb(253, 253, 253);
    border: 1px solid var(--msc-border-color);
    box-shadow: rgba(116, 116, 116, 0.09) 0px 0px 5px;
    transition: all .3s ease-in-out;
}
.msc-listing-property-wrapper:hover{
    transform: translateY(-5px);
}
.msc-rating-property{
    display: flex;
    flex-direction: row;
}
.msc-icons-rating span{
    display: inline-block;
    margin: 0px 1px;
}
.msc-icons-rating span i{
    color: var(--msc-primary);
    font-size: 14px;
}
.msc-listed-property-content{
    padding: 20px;
    padding-bottom: 8px;
}
.msc-rating-property p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}
.msc-image-of-listing-property{
    position: relative;
}
.msc-imag-list-main{
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.msc-imag-list-main img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    transition: all .4s ease-in-out;
}
.msc-listing-property-wrapper:hover .msc-imag-list-main img{
    opacity: 0.9;
    transform: scale(1.09);
}
.msc-tag-updation{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 15px;
}
.msc-tag-featured{
    display: inline-block;
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 14px;
    background-color: var(--msc-theme-am-med-blue);
    padding: 3px 12px;
    margin: 5px;
    border-radius: 6px;
}
.msc-updation-project{
    background-color: var(--msc-theme-am-dark-yellow) !important;
}
.msc-type-listing{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.msc-sale-listing{
    display: inline-block;
    background-color: var(--msc-light-grey);
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
    color: var(--msc-white);
    padding: 2px 13px;
}
.msc-listed-prop-price{
    font-family: var(--msc-font-global-bold);
    font-size: 20px;
    color: var(--msc-theme-am-med-blue);
}
.msc-list-property-name{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-oil-black);
    font-size: 28px;
    margin-top: 7px;
}
.msc-location-property svg{
    height: 23px;
    width: 23px;
}
.msc-location-property{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    margin-bottom: 20px !important;
}
.msc-description-property{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
    margin: 0;
    font-family:var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-theme-oil-black);
}
.msc-provided-proerty-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.msc-provided-proerty-item p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-provided-proerty-item p span{
    margin-right: 7px;
}
.msc-provided-proerty-item p svg{
    height: 20px;
    width: 20px;
}
.msc-view-more-details button{
    padding: 9px 15px;
    background-color: var(--msc-theme-am-med-blue);
    font-size: 15px;
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    border: none;
}
.msc-owner p{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    color: var(--msc-theme-oil-black);
    /* margin-top: 13px; */
}
.msc-more-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-card-wrapper-footer{
    border-top: 1px solid var(--msc-light);
    padding: 9px 0px 0px 0px;
}
.msc-button-view-all{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.msc-load-more {
    position: relative;
    margin: 0;
    padding: 14px 40px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: var(--msc-theme-am-bg-color-blue-tone);
    color: #fff;
    /* font-weight: 300; */
    font-size: 16px;
    font-family: var(--msc-font-global-regular);
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .msc-load-more:hover {
    animation: sh0 0.5s ease-in-out both;
  }
  
  @keyframes sh0 {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  
    25% {
      transform: rotate(7deg) translate3d(0, 0, 0);
    }
  
    50% {
      transform: rotate(-7deg) translate3d(0, 0, 0);
    }
  
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
  
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  .msc-load-more:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  .msc-load-more::before,
  .msc-load-more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
  }
  
  .msc-load-more:hover::before,
  .msc-load-more:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .msc-load-more:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
  }
  
  .msc-load-more:hover::after {
    transform: translate(50%, 0) scale(1.1);
  }
  
  
/* property-listings-end */

/* banner-properties */
.msc-properties-banner{
    margin: 80px 0px 60px 0px;
}
.msc-banner-property img{
    height: 385px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.msc-overlay-content{
    position: absolute;
    top: 3rem;
    left: 4rem;
    display: none !important;
}
.msc-overlay-content p{
    font-family: var(--msc-font-global-bold);
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--msc-theme-light-blue-tone);
}
.msc-overlay-content h2{
    font-family: var(--msc-font-global-bold);
    font-size: 50px;
    width: 600px;
    color: var(--msc-white);
}
.msc-overlay-content h2 span{
    color: var(--msc-theme-light-med-blue);
}
.msc-get-property{
    background-color: var(--msc-theme-slate-blue);
    border-radius: 50px;
    padding: 15px 30px;
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-theme-oil-black);
    transition: all .2s ease-in-out;
    border: none;
}
.msc-get-property:hover{
    background-color: var(--msc-white);
}
.msc-property-banner .owl-item.active .msc-overlay-content{
    animation: fadeInLeft ease 1.3s;
}
/* banner-properties-end */

/* our-happy-customers */
.msc-our-works-design{
    margin: 80px 0px 60px 0px;
    background-color: var(--msc-theme-light-blue-tone);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.msc-our-works-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/gif/pattern-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 400px;
    top: 0;
    left: -0.4rem;
    z-index: 1;
}
.msc-outer-wrapper{
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.msc-outer-wrapper::after{
    content: "";
    position: absolute;
    border-right: 2px solid var(--msc-theme-am-med-blue);
    width: 2px;
    height: 90%;
    right: 0;
    top: 0.5rem;
    opacity: 0.4;
}
.msc-outer-wrapper:hover .msc-icons-works::before{
    transform: translateY(-6px);
}
.msc-outer-wrapper:hover .msc-icons-works{
    transform: rotate(-5deg) scale(1.05);
}
.msc-icons-works{
    position: relative;
    z-index: 999;
    transition: all .3s ease-in-out;
}
.msc-icons-works img{
    width: 100px;
    height: 100px;
    /* position: relative; */
}
.msc-icons-works::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    background-color: var(--msc-theme-am-light-blue);
    border-radius: 50%;
    z-index: -1;
}
.msc-icons-works::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -1rem;
    top: -1rem;
    background-color: var(--msc-theme-am-light-blue);
    border-radius: 50%;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.msc-icons-works img{
    width: 95px !important;
    height: 95px !important;
}
.msc-outer-wrapper{
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-name-work{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-name-work p{
    font-family: var(--msc-font-global-bold);
    font-size: 25px;
    color: var(--msc-theme-oil-black);
}
.msc-name-work span{
    font-family: var(--msc-font-global-extrabold);
    font-size: 40px;
    background: -webkit-linear-gradient(40deg,#141e30, #415a76);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.msc-name-work span i{
    font-size: 18px !important;
    font-style: normal !important;
    margin-left: 5px;
}
/* our-happy-customers-end */

/* why-choose-us*/
.msc-choose-us-design{
    margin: 80px 0px 60px 0px;
    position: relative;
}
.msc-choose-us-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/gif/pattern-img-diff-side.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    width: 400px;
    top: 0.5rem;
    right: 0;
    z-index: -1;
}
.msc-choose-wrapper-outside {
    margin-top: 50px;
    border: 1px dashed var(--msc-light);
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    /* width: 300px; */
    margin: 50px 7px 30px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 999;
    cursor: pointer;
}
.msc-choose-wrapper-outside:hover{
    transform: translateY(-5px);
}
.msc-choose-wrapper-outside:hover .msc-card-wrapper-icons i{
    transform: scale(1.05) rotate(-5deg);
}
.msc-card-wrapper-content{
    text-align: center;
    padding: 25px 20px 20px 30px;
    background-color: var(--msc-white);
}
.msc-card-wrapper-content h2{
    font-family: var(--msc-font-global-medium);
    font-size: 23px;
    color: var(--msc-theme-am-med-blue);
}
.msc-card-wrapper-content p{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
.msc-card-wrapper-icons{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 110px !important;
    width: 110px !important;
    position: absolute;
    left: -3rem;
    top: -3.5rem;
}
.msc-card-wrapper-icons i{
    height: 100%;
    width: 100%;
    padding: 32px 30px;
    background-color: var(--msc-white);
    box-shadow: rgba(164, 164, 164, 0.184) 0px 0px 16px;
    border: 1px dashed var(--msc-light);
    font-size: 45px;
    border-radius: 50%;
    color: var(--msc-white);
    position: relative;
    background-color: var(--msc-theme-bg-html);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    animation: zoomicon 2s ease-in-out infinite;
}
@keyframes zoomicon {
    0%{
        transform: scale(1.01);
    }40%{
        transform: scale(1.03);
    }70%{
        transform: scale(1.05);
    }100%{
        transform: scale(1.01);
    }
}
/* .msc-card-wrapper-icons i::after{
    content: "";
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid var(--msc-white);
    height: 20px;
    width: 20px;
    right: -1rem;
    top: 2.7rem;
} */
/* why-choose-us-end */

/* our-top-location */
.msc-top-location{
    background-color: var(--msc-theme-am-bg-color-blue-tone);
    margin: 80px 0px 60px 0px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.msc-top-location::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/buildings.png);
    background-size: contain;
    background-attachment: fixed;
    height: 700px;
    width: 1600px;
    top: 0rem;
    left: -5rem;
    right: 0;
    opacity: 0.1;
    background-blend-mode: darken;
    background-color: rgba(28, 28, 28, 0.453);
}
.msc-image-gallery{
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
}
.msc-main-img-listing{
    display: flex;
    flex-wrap: wrap;
}
.msc-top-loaction-image{
    position: relative;
    left: 0;
    width: 90px;
    border: 16px;
    height: 380px;
    overflow: hidden;
    background-color: rgb(167, 167, 167);
    transition: all .4s ease-in-out;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    flex: 1;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.msc-top-loaction-image img{
    height: 380px;
    width: 100%;
    object-fit: cover;
}
.msc-top-loaction-image:hover{
    width: 500px;
    /* border-radius: 20px;` */
    flex: 4;
    cursor: pointer;
}
.msc-active-img{
    width: 500px;
    position: relative;
    flex: 4;
    transition: all .3s ease-in-out;
}
.msc-active-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 380px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(18, 50, 80));
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
}
.msc-overlay-top-property{
    position: absolute;
    /* top: 0; */
    bottom: 0;
    color: var(--msc-white) !important;
    z-index: 9999;
    padding: 10px 25px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.msc-badge-top-listing{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
    font-size: 19px;
    position: relative;
    margin-left: 20px;
}
.msc-badge-top-listing::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--msc-theme-med-light-blue);
    top: 0.7rem;
    /* z-index: 99999; */
    left: -1.3rem;
}
.msc-overlay-top-property h2{
    color: var(--msc-white);
    font-family: var(--msc-font-global-bold);
    font-size: 28px;
}
.msc-view-top-property{
    position: absolute;
    top: -16rem;
    right: 0;
    padding: 10px;
    z-index: 9999;
    transition: all .3s ease-in-out;
}
.msc-view-top-property button{
    padding: 10px 15px;
    background-color: var(--msc-white);
    color: var(--msc-theme-am-med-blue);
    border: none;
}
.msc-view-top-property:hover{
    transform: rotate(-90deg);
}
.msc-overlay-show{
    visibility: visible;
    opacity: 1;
}
/* our-top-location-end */

/* our-amenities */
.msc-amenities-design{
    margin: 80px 0px 60px 0px;
    position: relative;
}
.msc-amenities-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/building.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    width: 700px;
    top: -7rem;
    right: 0;
    z-index: -1;
}
.msc-outer-wrapper-amenities{
    margin: 20px 5px 10px 5px;
    background-color: var(--msc-theme-global-blue);
    padding: 20px;
    position: relative;
    min-height: 150px;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.msc-outer-wrapper-amenities:hover{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    transform: translate(-5px) scale(1.05);
}
.msc-outer-wrapper-amenities:hover .msc-content-amenities h2{
    text-decoration: underline;
}
.msc-icons-amenities{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -0.1rem;
    top: 0;
}
.msc-icons-amenities img{
    background-color: var(--msc-theme-bg-html);
    color: var(--msc-white);
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    outline: 8px solid var(--msc-white);
    padding:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.msc-shape-amenities::after{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--msc-theme-bg-html);
    transform: rotate(90deg);
    left: -0.6rem;
    top: 0.6rem;
    z-index: 99;
}
.msc-shape-amenities::before{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--msc-theme-bg-html);
    transform: rotate(180deg);
    left: 0rem;
    top: 0rem;
    z-index: 99;
}
.msc-content-amenities{
    display: flex;
    flex-direction: column;
    margin-left: 75px;
}
.msc-content-amenities h2{
    font-family: var(--msc-font-global-bold);
    font-size: 23px;
    margin-top: 3px;
    color: var(--msc-white);
    transition: all .3s ease-in-out;
}
.msc-content-amenities p{
    color: var(--msc-border-color);
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.4em;
    line-height: 1.5em;
    font-family: var(--msc-font-global-regular);
}
/* our-amenities-end */

.msc-main-brand-wrapper-outer {
    border: 2px solid #313f66;
    border-radius: 50% !important;
    aspect-ratio: 3/3;
    display: flex;
    align-items: center;
    /*background: #ffffff;*/
    justify-content: center;
    /* border-image: linear-gradient(325deg, #0A112B, #313F66); */
    border-image-slice: 1;
    margin-bottom: 20px;
    position: relative;
}
.msc-main-brand-wrapper-outer .msc-icons-brand img{
    width: 170px;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(8px 8px 6px rgba(185, 185, 185, 0.222));
}
.msc-main-brand-wrapper-outer:hover  .msc-icons-brand img{
    filter: drop-shadow(8px 8px 6px rgba(185, 185, 185, 0.222));
}
.msc-main-brand-wrapper-outer .msc-content-brand{
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 103%;
    width: 100%;
    background-image: linear-gradient(325deg, #0A112B, #313F66);
    padding: 2px 5px;
    left: 0;
    font-weight:500;
    z-index: 99;
    text-align:center;
    border-radius: 3px;
    color: #fff;
    opacity: 0;
    transform: translateY(-5px);
}
.msc-main-brand-wrapper-outer:hover .msc-content-brand{
    opacity: 1;
    transform: translateY(0px);
}
.msc-main-brand-wrapper-outer:hover .msc-icons-brand img{
    /* filter: grayscale(0); */
}
.msc-inner-brand img{
    width: 170px !important;
    height: auto !important; 
    filter: drop-shadow(0px 0px 6px rgba(185, 185, 185, 0.222));
    border: 1px solid var(--msc-theme-oil-black);
    border-radius: 50%;
    padding: 1px;
}
/* testimonials */
.msc-testimonials{
    margin: 100px 0px 60px 0px;
    background-image: url(../images/background/bg-photo.jpg);
    background-size: cover;
    width: 100% !important;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.msc-main-review-section-shop{
    background-color: var(--msc-white);
    padding: 10px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 5px 40px 5px 40px;
    border: 2px solid var(--msc-theme-am-med-blue);
    transition: all .3s ease-in-out;
}
.msc-main-review-section-shop:hover{
    cursor: pointer;
    border-radius: 40px 5px 40px 5px;
    transform: translateY(-5px);
}
.msc-main-review-section-shop:hover .msc-tag-review-main{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 40px;
}
.msc-desc-review-main{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    padding: 5px 10px;
    color: var(--msc-light-text);
}
.msc-tag-review-main{
    background-color: var(--msc-theme-am-med-blue);
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom-left-radius: 40px;
    transition: all .3s ease-in-out;
}
.msc-img-customer-review{
    display: flex;
    flex-direction: row;
}
.msc-img-customer-review img{
    height: 70px;
    width: 70px !important;
    object-fit: cover;
    border-radius: 50%;
}
.msc-name-customer-main{
    margin-left: 10px;
}
.msc-name-customer-main h2{
    margin-top: 8px;
    margin-left: 8px;
    font-family: var(--msc-font-global-bold);
    color: var(--msc-white);
    font-size: 24px;
}
.msc-name-customer-main p{
    margin-left: 8px;
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
}
.msc-review-vectors img{
    height: 350px;
    object-fit: contain;
}
/* testimonials-end */

/* blogs-news */
.msc-daily-updates-design{
    margin: 80px 0px 60px 0px;
    position: relative;
}
.msc-daily-blogs-wrapper{
    background-color: var(--msc-white) !important;
    border: 2px solid var(--msc-border-color);
    box-shadow: rgba(143, 143, 143, 0.09) 0px 3px 12px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 30px;
    margin: 8px;
}
.msc-img-wrapper-blogs{
    height: 260px !important;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border-radius: 30px 30px 0px 0px;
}
.msc-img-wrapper-blogs img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
    transition: all .3s ease-in-out;
}
.msc-daily-blogs-wrapper:hover .msc-img-wrapper-blogs img{
    transform: scale(1.09);
}
.msc-status-property-blog{
    display: flex;
    flex-direction: row;
    padding: 13px 5px;
    border-bottom: 2px solid var(--msc-border-color);
    margin: 0px 20px;
}
.msc-status-property-blog span{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
    margin: 0px 8px;
}
.msc-status-property-blog span i{
    color: var(--msc-theme-am-med-light-blue);
}
.msc-blog-content{
    padding: 20px 25px;
}
.msc-blog-content h2{
    font-family: var(--msc-font-global-bold);
    font-size: 24px;
    color: var(--msc-theme-oil-black);
}
.msc-blog-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
    margin: 0;
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
    margin: 10px 0px;
}
.msc-view-project-blog{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    color: var(--msc-light-text);
    margin: 10px 0px;
}
.msc-blogs .owl-nav.disabled{
    display: block !important;
}
.msc-blogs .owl-nav button.owl-next{
    display: inline-block;
    background-color: var(--msc-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
    background-color: var(--msc-white) !important;
    font-size: 17px !important;
    padding: 10px 20px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all .2s linear;
    font-size: 18px !important;
    font-weight: bold !important; 
    border: 2px solid var(--msc-theme-am-med-blue) !important;
    position: absolute !important;
    top: 45%;
    right: -1.2rem;
}
.msc-blogs .owl-nav button.owl-prev{
    display: inline-block;
    background-color: var(--msc-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
    background-color: var(--msc-white) !important;
    font-size: 17px !important;
    padding: 10px 20px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all .2s linear;
    font-size: 18px !important;
    font-weight: bold !important; 
    position: absolute !important;
    top: 45%;
    left: -1.2rem;
    border: 2px solid var(--msc-theme-am-med-blue) !important;
}
.msc-blogs .owl-nav button.owl-next:hover{
    color: var(--msc-theme-am-med-blue) !important;
}
.msc-blogs .owl-nav button.owl-prev:hover{
    color: var(--msc-theme-am-med-blue) !important;
}
.msc-animted-vector{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 100%; */
}
.msc-main-wrapper-animation{
    position: relative;
    z-index: 9;
}
.msc-animted-vector img{
    /*height: 100%;*/
    width: 128% !important;
    /* object-fit: cover; */
    object-position: 80% 90%;
}
.msc-content-form-enquiry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 16px 5px;
    /*background: #080f50;*/
    background: linear-gradient(325deg, #0A112B, #313F66);
}
.msc-company-name{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
}
.msc-enquire-badge{
    font-family: var(--msc-font-global-bold);
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    margin-left: 20px;
}
/*.msc-enquire-badge {*/
/*    font-family: var(--msc-font-global-bold);*/
/*    font-size: 25px;*/
/*    color: transparent;*/
/*    margin-top: 10px;*/
/*    margin-left: 20px;*/
/*    -webkit-background-clip: text;*/
/*    background-image: linear-gradient(45deg, #FFA000, #ff4500);*/
/*}*/
.msc-enquire-badge span{
    font-size: 28px;
}
.msc-enquire-logo img{
    width: 45px;
    height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.enquiry-form-modal .modal-content {
    /*border: 2px solid #ffa917;*/
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-image-slice: 1 !important;
    border-radius: 0px;
}
.msc-enquiry-input {
    width: 100%;
    height: 3rem !important;
    background-color: transparent !important;
    border: 2px solid transparent;
    /* border-bottom: 2px solid var(--msc-theme-am-med-blue) !important; */
    border-radius: 0px !important;
    /*border-image: linear-gradient(90deg, #FFA000, #ff4500);*/
    border-image: linear-gradient(90deg, #fff, #fff);
    border-image-slice: 1 !important;
    color: #fff !important;
}
.msc-enquiry-input:focus{
    box-shadow: none !important;
}
.msc-label-enquiry{
    /*color: var(--msc-theme-am-med-blue) !important;*/
    color: #fff !important;
    padding:12px 9px !important;
}
.msc-enquiry-textarea{
    width: 100%;
    background-color: transparent !important;
    border: 2px solid transparent;
    /* border-bottom: 2px solid var(--msc-theme-am-med-blue) !important; */
    border-radius: 0px !important;
    border-image: linear-gradient(90deg, #fff, #fff);
    /*border-image: linear-gradient(90deg, #FFA000, #ff4500);*/
    border-image-slice: 1 !important;
    color: #fff !important;
    height: 100px !important;
}
.msc-enquiry-textarea:focus{
    box-shadow: none !important;
}
.msc-float-input{
    position: relative !important;
}
.msc-enquiry-btn{
    margin: 10px 0px;
    /*background-color: #FFA000;*/
    background-image: linear-gradient(to right, #BF953F, #B38728, #AA771C);
    color: var(--msc-white);
    padding: 12px 30px;
    border: none;
    margin-left: 18px;
}
.msc-enquiry-icon{
    position: absolute;
    top: 1rem;
    right: 1rem;
    /*color: var(--msc-theme-am-med-blue);*/
    color: #fff;
    font-size: 15px;
}
.msc-enquire-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-close-btn{
    position: absolute !important;
    z-index: 999999 !important;
    font-size: 25px;
    right: 0.5rem;
    background-color: transparent !important;
    border: none !important;
}

.msc-close-btn i {
    color: #ffffffde;
}
.msc-fade-form{
    animation: zoomIn .4s ease-in-out;
}
/* blogs-news-end */

/* listed-property-page */
.msc-hero-banner{
    background-image: url(../images/listed/hero-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    background-blend-mode: darken;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.721);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-wrapper-hero-main{
    margin-top: 150px;
}
.msc-main-heading-hero{
    font-family: var(--msc-font-global-extrabold);
    font-size: 40px;
    /* color: var(--msc-theme-slate-blue); */
    color: var(--msc-white);
}
.msc-tab-hero{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-tab-hero a{
    display: inline-block;
    width: max-content;
    color: var(--msc-white);
    font-family: var(--msc-font-medium);
    font-size: 17px;
}
#msc-listing-property{
    padding: 70px 0px 60px 0px;
    background-color: var(--msc-theme-light-blue-tone);
    position: relative;
}
#msc-listing-property::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: -7rem;
    background-color: red;
    background-color: var(--msc-theme-light-blue-tone);
}
.msc-btn-listing{
    padding: 15px 25px !important;
    width: 180px !important;
    font-family: var(--msc-font-global-medium) !important;
    color: var(--msc-theme-oil-black) !important;
    font-size: 17px !important;
}
.msc-btn-listing.active{
    background-color: var(--msc-theme-am-med-blue) !important;
    color: var(--msc-white) !important;
}
.msc-nav-listing{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 14px;
    margin-bottom: 33px;
}
.msc-properties-found p{
    background-color: var(--msc-border-color);
    padding: 10px 20px;
    color: var(--msc-theme-oil-black);
    font-family: var(--msc-font-global-regular);
}
.msc-listing-main-wrapper-prop{
    background-color: var(--msc-white);
    padding: 10px;
    border-radius: 20px;
    margin: 5px 8px;
    margin-bottom: 19px;
    transition: all .2s linear;
}
.msc-img-list-property{
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 18px;
}
.msc-listing-main-wrapper-prop:hover{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    cursor: pointer;
}
.msc-listing-main-wrapper-prop:hover .msc-img-list-property img{
    transform: scale(1.1);
}
.msc-img-list-property img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: all .2s linear;
}
.msc-badge-updates{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.msc-badge-updates p{
    margin-bottom: 0;
    background-color: var(--msc-theme-bg-html);
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 15px;
    padding: 3px 16px;
    border-radius: 40px;
}
.msc-content-listing-property{
    padding: 17px 0px;
}
.msc-main-content-list-property h2{
    color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-bold);
    font-size: 28px;
    margin-top: 7px;
}
.msc-main-content-list-property p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.7em;
    line-height: 1.5em;
}
.msc-listing-icon{
    display: flex;
    flex-direction: row;
    width: 30px !important;
    height: 30px !important;
}
.msc-listing-icon i{
    width: 100%;
    height: 100%;
    color: var(--msc-white);
    background-color: var(--msc-theme-bg-html);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msc-list-imp-location{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-list-imp-location{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-listing-property-price{
    padding: 0px 15px 0px 0px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-listing-details{
    padding: 8px 17px;
    border: none;
    color: var(--msc-white);
    background-color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-medium);
}
.msc-listing-property-price p{
    color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-bold);
    font-size: 19px;
}
/* listed-property-page-end */

/* listing-details */
.msc-listing-details-main{
    background-color: var(--msc-theme-light-blue-tone);
    padding: 70px 0px 40px 0px;
    position: relative;
}
.msc-listing-details-main::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: var(--msc-theme-light-blue-tone);
}
.msc-inner-wrapper-shop img{
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.msc-image-thumbnail-listing{
    border-radius: 20px;
    opacity: 0.5;
    cursor: pointer;
    transition: all .2s linear;
}
.msc-details-active{
    opacity: 1;
    outline: 3px solid var(--msc-theme-am-med-blue);
    outline-offset: 2px;
}
.msc-inner-wrapper-shop img:hover .shop-now .owl-nav button.owl-next{
    visibility: visible !important;
    opacity: 1 !important;
}
.msc-inner-wrapper-shop img:hover .shop-now .owl-nav button.owl-prev{
    visibility: visible !important;
    opacity: 1 !important;
}
.shop-now .owl-nav button.owl-next{
    display: inline-block !important;
    padding: 20px !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
    background-color: var(--msc-theme-slate-blue) !important;
    border: 2px solid var(--msc-theme-am-bg-color-blue-tone) !important;
    color: var(--msc-theme-am-bg-color-blue-tone) !important;
    position: absolute;
    top: 15rem;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}
.shop-now .owl-nav button.owl-prev{
    display: inline-block !important;
    padding: 20px !important;
    width: 45px !important;
    position: absolute;
    top: 15rem;
    left: 0;
    height: 45px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
    background-color: var(--msc-theme-slate-blue) !important;
    border: 2px solid var(--msc-theme-am-bg-color-blue-tone) !important;
    color: var(--msc-theme-am-bg-color-blue-tone) !important;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}
.shop-now .owl-nav button.owl-next:hover{
    color: var(--msc-theme-am-bg-color-blue-tone) !important;
}
.shop-now .owl-nav button.owl-prev:hover{
    color: var(--msc-theme-am-bg-color-blue-tone) !important;
}
.msc-image-thumbnail-listing{
    height: 110px !important;
    width: 100% !important;
}
.msc-listed-property-name{
    margin-left: 8px;
}
.msc-listed-property-name h2{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-oil-black);
}
.msc-listed-top-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.msc-listed-property-name p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 18px;
}
.msc-btn-listed{
    display: flex;
    flex-direction: row;
}
.msc-btn-listed button{
    padding: 6px 15px;
    background-color: var(--msc-white);
    border: none;
    border-radius: 10px;
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    border: 2px solid var(--msc-border-color);
}
.msc-wishlist-icon{
    height: 40px !important;
    width: 40px !important;
    border-radius: 40px;
    background-color: var(--msc-white);
    border: 2px solid var(--msc-border-color);
}
.msc-wishlist-icon i{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--msc-danger);
}
.msc-property-contact-wrapper{
    background-color: var(--msc-white);
    padding: 25px 27px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin: 4px 10px 20px 10px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.msc-property-main-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}
.msc-contact-content-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 269px !important;
}
.main-heading-wrapper-contact h2{
    font-family: var(--msc-font-global-bold);
    font-size: 25px;
    color: var(--msc-theme-bg-html);
    margin-bottom: 15px;
}
.main-heading-wrapper-contact{
    border-bottom: 2px solid var(--msc-border-color);
}
.msc-icon-property-contact{
    width: 45px;
    height: 45px;
    border: 2px solid var(--msc-border-color);
    background-color: var(--msc-white);
    border-radius: 20px;
    outline: 2px solid var(--msc-border-color);
    outline-offset: 2px;
}
.msc-icon-property-contact i{
    width: 100%;
    height: 100%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--msc-theme-am-med-blue);
}
.msc-contact-content-main h2{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    color: var(--msc-theme-oil-black);
}
.msc-contact-content-main p{
    font-family: var(--msc-font-global-regular);
    font-size: 15px;
    color: var(--msc-light-text);
}
.msc-icons-links-property{
    display: flex;
    flex-direction: row;
}
.msc-icons-links-property span{
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 12px;
}
.msc-icons-links-property span i{
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background-color: var(--msc-border-color);
    color: var(--msc-theme-oil-black);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msc-enquire-property{
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1.6px solid var(--msc-border-color) !important;
    padding: 12px !important;
    margin-top: 10px;
}
.msc-enquire-property:focus{
    box-shadow: none !important;
}
.msc-submit-property{
    padding: 12px 20px;
    border:1px solid var(--msc-theme-am-med-blue);
    color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-medium);
    font-size: 15px;
    background-color: transparent;
    transition: all .2s linear;
    border-radius: 4px;
    margin-top: 25px;
    width: 100%;
}
.msc-submit-property:hover{
    background-color: var(--msc-theme-am-med-blue);
    color: var(--msc-white);
}
.msc-badge-reviews-property{
    background-color: var(--msc-white);
    padding: 20px 25px;
    border-radius: 20px;
    margin-top: 40px;
}
.msc-reviews-badge i{
    color: var(--msc-primary);
    font-size: 17px;
}
.msc-reviews-badge span{
    color: var(--msc-theme-oil-black);
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
}
.msc-inner-content-badge{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-status-badge-listing{
    background-color: var(--msc-theme-am-med-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    padding: 4px 17px;
    border-radius: 10px;
    font-size: 15px;
    margin-left: 15px;
}
.msc-property-location-list{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 17px;
    margin-left: 15px;
}
.msc-property-location-list i{
    color: var(--msc-theme-am-med-blue);
}
.msc-about-list-property{
    margin: 20px 0px;
}
.msc-about-list-property h2{
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-theme-oil-black);
    font-size: 25px;
}
.msc-decscription-property-details{
    margin: 10px 5px;
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
}
.msc-amenities-listing{
    background-color: var(--msc-theme-light-grey-tone);
    margin: 40px 0px;
    padding: 30px;
}
.msc-amenities-wrapper-outside{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--msc-white);
    margin: 20px 0px 45px 0px;
    border-radius: 30px;
    position: relative;
    padding: 35px 14px 30px 14px;
    transition: all .2s linear;
}
.msc-amenities-wrapper-outside:hover{
    transform: translateY(-5px);
    box-shadow: rgba(50, 50, 93, 0.153) 0px 2px 5px -1px, rgba(0, 0, 0, 0.164) 0px 1px 3px -1px;
    cursor: pointer;
}
.msc-amenities-wrapper-outside:hover .msc-icon-amenities{
    transform: scale(1.04);
}
.msc-icon-amenities {
    position: absolute;
    top: -2.5rem;
    height: 80px;
    width: 80px;
    padding: 12px;
    background: var(--msc-theme-am-med-light-blue);
    border: 2px solid var(--msc-theme-am-med-light-blue);
    outline: 2px solid var(--msc-theme-am-med-light-blue);
    outline-offset: 3px;
    /* background-color: var(--msc-white); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all .2s linear;
}
.msc-icon-amenities img{
    width:100%;
    color: var(--msc-theme-am-med-light-blue);
}
.msc-heading-amenities{
    text-align: center;
}
.msc-heading-amenities h2{
    font-family: var(--msc-font-global-semibold);
    font-size: 26px;
    margin-top: 18px;
    color: var(--msc-theme-am-med-blue);
}
.msc-heading-amenities p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
}
.msc-property-location-map{
    background-color: var(--msc-white);
    padding: 12px;
    border-radius: 20px;
}
.msc-property-location-map iframe{
    height: 430px;
    width: 100% !important;
    border-radius: 13px;
}
.msc-get-location-map{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}
.get-location-map{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-theme-oil-black);
}
.get-location-map i{
    color: var(--msc-theme-am-med-light-blue);
    font-size: 18px;
}
.msc-heading-location{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-heading-location{
    margin-bottom: 30px;
}
.msc-property-maps{
    margin: 60px 0px 90px 0px;
}
.msc-location-vectors{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.msc-location-vectors img{
    width: 100% !important;
    height: 470px !important;
    object-fit: cover;
    object-position: 100% 70%;
}
.msc-sites-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.msc-site-main-wrapper{
    background-color: var(--msc-white);
    border-radius: 20px;
    margin: 10px 100px;
    padding: 40px 30px;
}
.msc-btn-site{
    color: var(--msc-theme-am-med-blue) !important;
    padding: 10px 30px !important;
    border: 2px solid var(--msc-theme-am-med-light-blue) !important;
    border-radius: 0 !important;
    margin: 0px 6px !important;
    font-family: var(--msc-font-global-medium);
    position: relative;
    z-index: 9;
}
.msc-btn-site.active{
    background-color: var(--msc-theme-am-med-light-blue) !important;
    border-radius: 0 !important;
    color: var(--msc-white) !important;
    padding: 10px 30px !important;
    position: relative;
    z-index: 9;
}
.msc-sites-structure-images{
    height: 500px;
    width: 100%;
}
.msc-sites-structure-images img{
    height: 100% !important;
    width: 100%;
    object-fit: contain;
}
.msc-content-site{
    height: 500px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.msc-content-site h2{
    color: var(--msc-theme-oil-black);
    font-family: var(--msc-font-global-bold);
    font-size: 32px;
    padding: 10px 0px 15px 4px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-content-site p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-regular);
}
.msc-key-points-sites h3{
    padding: 10px 0px 15px 4px;
    font-family: var(--msc-font-semibold);
    border-bottom: 1px solid var(--msc-border-color);
    font-size: 25px;
    color: var(--msc-theme-oil-black);
}
.msc-key-points-sites span{
    font-size: 20px;
    margin-right: 5px;
}
.msc-site-planning{
    margin: 70px 0px 50px 0px;
    background-color: var(--msc-theme-light-grey-tone);
    padding: 40px 0px;
    position: relative;
}
.msc-property-gallery-list{
    margin: 70px 0px 60px 0px;
}
.msc-main-wrapper-gallery{
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in-out;
}
.msc-overlay-content-gallery{
    position: absolute;
    width: 100%;
    height: 300px;
    backdrop-filter: blur(4px);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .2s ease-in-out;
}
.msc-main-wrapper-gallery:hover .msc-overlay-content-gallery{
    visibility: visible;
    opacity: 1;
    transform: scale(1.09);
}
.msc-main-wrapper-gallery img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.msc-gallery-img{
    transition: all .2s ease-in-out;
}
.msc-main-wrapper-gallery:hover .msc-gallery-img{
    transform: scale(1.2);
}
.msc-main-wrapper-gallery:hover{
    cursor: pointer;
}
.msc-icon-view-gallery{
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--msc-theme-am-med-light-blue);
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    transition: all .2s ease-in-out;
    z-index: 999;
}
.msc-main-wrapper-gallery:hover .msc-icon-view-gallery{
    top: 9rem;
    left: 9rem;
    transform: scale(1.09);
}
.msc-icon-view-gallery:hover{
    cursor: pointer;
}
.msc-icon-view-gallery i{
    font-size: 19px;
    color: var(--msc-white);
}
.msc-sites-btn ul li:nth-last-of-type(1)::after {
    content: "";
    position: absolute;
    border-right: 2px solid var(--msc-theme-am-med-light-blue);
    height: 0 !important;
    width: 0 !important;
    top: 0rem !important;
    right: 0rem !important;
}
.msc-location-advantage{
    background-color: var(--msc-theme-light-grey-tone);
    padding: 30px;
    margin: 65px 0px 60px 0px; 
}
.msc-advantage-card-design{
    background-color: var(--msc-white);
    padding: 25px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.msc-advantage-card-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/buidingpattern.png);
    height: 300px;
    width: 340px;
    background-size: cover;
    opacity: 0.1;
    background-repeat: no-repeat;
    top: 0;
    right: -5rem;
    z-index: 1;
}
.msc-icon-advantages{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.msc-icon-advantages span{
    height: 90px;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: var(--msc-theme-am-med-light-blue); */
    /* outline: 2px solid var(--msc-theme-am-med-light-blue); */
    outline-offset: 2px;
    border-radius: 50px;
}
.msc-icon-advantages span i{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--msc-white);
    font-size: 35px;
}
.msc-main-advantage-wrapper{
    margin: 10px 80px;
}
.msc-icon-advantages h2{
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-theme-oil-black);
    font-size: 26px;
    margin-top: 15px;
}
.msc-icon-advantages p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    text-align: center;
}
body.not-scroll{
    overflow: hidden;
}
/* listing-details-end */

/* footer */
.msc-footer-design{
    background-image: linear-gradient(325deg, #0A112B, #313F66);
    padding: 100px 0px 20px 0px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}
.msc-footer-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/buidingpattern.png);
    background-size: contain;
    width: 1520px;
    height: 100%;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.412);
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 1;
}
.msc-footer-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-footer-logo img{
    width: 100px;
    height: auto;
}
.msc-footer-logo h2{
    font-family: var(--msc-font-global-bold);
    font-size: 26px;
    color: var(--msc-white);
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-logo-text p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
}
.msc-logo-text{
    margin-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.msc-description-footer-about p{
    margin-top: 20px;
    font-family: var(--msc-font-global-regular);
    color: var(--msc-theme-light-blue-tone);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.7em;
    line-height: 1.5em;
}
.msc-description-footer-about span{
    display: block;
    text-align: right;
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    margin-right: 15px;
}
.msc-about-amayu-footer{
    position: relative;
    z-index: 9;
}
.msc-imp-links{
    margin-top: 18px;
    position: relative;
    z-index: 99;
    margin-left: 3rem;
}
.msc-imp-links h2{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-white);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.msc-imp-links h2::after{
    content: "";
    position: absolute;
    height: 4px;
    width: 24px;
    border-radius: 20px;
    background-color: var(--msc-theme-slate-blue);
    bottom: 0;
    left: 5px;
}
.msc-imp-links h2::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    border-radius: 20px;
    background-color: var(--msc-theme-slate-blue);
    bottom: 0;
    left: 2.3rem;
}
.msc-imp-links p a{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white) !important;
    font-size: 17px;
}
.msc-quick-links-icon{
    font-size: 13px !important;
    color: var(--msc-theme-med-light-blue);
}
.msc-input-newsletter p{
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
}
.msc-news-letter-input{
    width: 100%;
    padding: 9px 12px !important;
    margin-top: 12px;
    border-radius: 0 !important;
}
.msc-news-letter-input:focus{
    box-shadow: none !important;
}
.msc-news-letter-btn{
    padding: 10px 25px;
    border: none;
    background-color: var(--msc-theme-med-light-blue);
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-am-med-blue);
    margin-top: 7px;
}
.msc-call-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}
.msc-call-wrapper h2{
    color: var(--msc-white);
    font-family: var(--msc-font-global-bold);
    margin-top: 14px;
    font-size: 24px;
    border: 1px solid var(--msc-border-color);
    padding: 10px 20px;
    border-radius: 40px;
}
.msc-number-footer{
    font-family: var(--msc-font-global-bold);
    font-size: 17px;
    color: var(--msc-theme-slate-blue);
}
.msc-content-call{
    text-align: right;
    margin-top: 5px;
}
.msc-mail-footer{
    text-align: right;
    font-family: var(--msc-font-medium);
    font-size: 16px;
    color: var(--msc-white);
}
.msc-getin-touch{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.msc-getin-touch span{
    width: 40px;
    height: 40px;
    background-color: var(--msc-theme-am-med-light-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
}
.msc-getin-touch span i{
    color: var(--msc-white);
}
.msc-wrapper-container-locations {
    position: relative;
    margin: 15px 0px;
    padding: 16px 25px;
    background: rgba(255, 255, 255, 0.208);
    backdrop-filter: blur(50px);
    border-radius: 60px;
    margin: 10px 29px;
    border: 1px solid var(--msc-border-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.msc-wrapper-container-locations h2{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 28px;
}
.msc-location-icon{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-am-med-blue);
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-icon-help{
    background-color: var(--msc-theme-am-med-light-blue);
    margin-right: 15px;
    height: 36px;
    width: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 2px solid var(--msc-theme-am-med-light-blue);
    outline-offset: 2px;
}
.msc-location-icon img{
    width: 30px;
    height: auto;
}
.msc-badge-help {
    display: flex;
    flex-direction: row;
    background-color: var(--msc-white);
    border-radius: 50px;
    padding: 13px 20px 13px 15px;
    margin: 10px;
    text-align: center;
}

.msc-footer-tab{
    margin-top: 16px;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--msc-border-color);
    position: relative;
    z-index: 99;
}
.msc-footer-tab p{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium) !important;
    font-size: 18px;
}
.msc-footer-tab p a{
    font-family: var(--msc-font-global-medium) !important;
    color: rgb(255, 85, 85);
}
.msc-modal-image{
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.msc-modal-image img{
    width: 700px;
    height: 500px;
    object-fit: cover;
}
.msc-modal-img-view{
    position: relative !important;
}
.msc-btn-close-gallery{
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
}
.msc-btn-close-gallery i{
    background-color: var(--msc-white);
    color: var(--msc-theme-am-med-blue);
    padding: 12px 14px;
    border-radius: 50px;
}
.msc-modal-img-view{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    width: 700px;
    margin: auto;
    margin-top: 70px;
}
.show-gallery{
    display: flex;
}
#msc-next{
    position: absolute;
    top: 14rem;
    right: 1rem;
}
#msc-next i{
    color: var(--msc-theme-am-med-blue);
    cursor: pointer;
    background-color: white;
    padding: 12px 16px;
}
#msc-prev{
    position: absolute;
    top: 14rem;
    left: 1rem;
}
#msc-prev i{
    cursor: pointer;
    color: var(--msc-theme-am-med-blue);
    background-color: white;
    padding: 12px 16px;
}
/* footer-end */


/* contact-us */
.msc-contact-us-design{
    margin: 80px 0px 60px 0px;
}
.msc-img-contact img{
    width: 100% !important;
    height: 815px !important;
    object-fit: cover;
}
.msc-get-in-touch-wrapper{
    margin: 16px 10px;
    padding: 20px 40px 20px 23px;
}
.msc-heading-touch{
    border-left: 5px solid var(--msc-theme-oil-black);
    padding: 0px 0px 0px 20px;
}
.msc-heading-touch p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-am-med-light-blue);
    font-size: 19px;
    letter-spacing: 1px;
}
.msc-heading-touch h2{
    color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-bold);
    font-size: 43px;
}
.msc-contact-query-input{
    padding: 14px 25px !important;
    border-radius: 50px !important;
}
.msc-contact-query-input:focus{
    box-shadow: none !important;
}
.msc-label-contact{
    font-family: var(--msc-font-global-regular);
    font-size: 15px;
    color: var(--msc-light-text);
    margin: 19px 5px 10px 10px;
}
.msc-outer-wrapper-form{
    /* background-color: var(--msc-theme-light-gold-pink); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.msc-submit-contact{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-white);
    background-color: var(--msc-theme-am-med-blue);
    padding: 16px 45px;
    border: none;
    margin-top: 22px; 
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 1;
    border: 2px solid var(--msc-theme-am-med-blue);
}
.msc-submit-contact:hover{
    border: 2px solid var(--msc-theme-am-med-blue);
    color: var(--msc-theme-am-med-blue);
}
.msc-submit-contact::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--msc-white);
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.msc-submit-contact:hover::after{
    width: 100%;
    height: 150%;
    visibility: visible;
    opacity: 1;
}
.msc-map-container{
    margin: 60px 0px 50px 0px;
}
.msc-map-container iframe{
    width: 100%;
    height: 450px;
}
.msc-icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.msc-icon-box span{
    height: 70px;
    width: 70px;
    background-color: var(--msc-theme-oil-black);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid var(--msc-theme-oil-black);
    outline-offset: 2px;
    border-radius: 20px;
}
.msc-wrapper-mail-box{
    background-color: var(--msc-theme-light-grey-tone);
    padding: 25px 15px;
    margin: 0px 5px;
}
.msc-icon-box span i{
    color: var(--msc-white);
    font-size: 30px;
}
.msc-contact-text-new {
    margin-top: 15px;
    text-align: center;
}
.msc-contact-text-new h2{
    font-family: var(--msc-font-global-semibold);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
}
.msc-contact-text-new p{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
/* contact-us-end */

/* gallery */
.msc-gallery-new-design{
    margin-top: 25px !important;
}
.msc-icon-view-gallery-main{
    height: 50px;
    width: 50px;
    background-color: var(--msc-theme-am-med-light-blue);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.msc-icon-view-gallery-main i {
    color: var(--msc-white);
    font-size: 25px;
}
.msc-gallery-new-design:hover .msc-icon-view-gallery-main{
    top: 9rem;
    left: 11.5rem;
}
/* gallery-end */

/* about-us */
.msc-wrapper-counter-about{
    margin: 70px 0px;
    background-color: var(--msc-theme-global-blue);
}
.msc-counter-color{
    color: var(--msc-white) !important;
}
.msc-counter-text{
    color: var(--msc-theme-slate-blue) !important;
    font-family: var(--msc-font-global-italic) !important; 
}
.msc-section-bg-about{
    background-image: url(../images/background/bg-photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.msc-full-size-image{
    position: relative;
    width: 100%;
    height: 635px;
}
.msc-full-size-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msc-heading-price h2{
    font-family: var(--msc-font-global-medium);
    font-size: 44px;
    letter-spacing: 1px;
    color: var(--msc-theme-am-med-blue);
}
.msc-affordable-price-wrapper{
    padding: 50px 30px 40px 90px;
}
.msc-inner-affordable{
    margin: 23px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-afford-icon{
    height: 80px !important;
    width : 80px !important;
    background-color: var(--msc-white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 2px solid var(--msc-white);
    outline-offset: 2px;
}
.msc-afford-icon i{
    font-size: 30px;
    color: var(--msc-theme-bg-html);
}
.msc-des-afford {
    margin: 10px 0px;
    margin-left: 10px;
}
.msc-des-afford h2{
    color: var(--msc-theme-oil-black);
    font-family: var(--msc-font-global-semibold);
    font-size: 18px;
}
.msc-des-afford p{
    color: var(--msc-light-text);
    font-size: 16px;
    font-family: var(--msc-font-global-regular);
    margin: 0 !important;
    /* display: none; */
}
.msc-affordable-price-wrapper{
    position: relative;
    overflow: hidden;
}
.msc-affordable-price-wrapper::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/rectangle-pattern.png);
    width: 100%;
    background-repeat: no-repeat;
    height: 570px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.msc-heading-price{
    position: relative;
    z-index: 99;
}
.msc-affordable-price-tag{
    position: relative;
    z-index: 99 ;
}
.msc-vision{
    margin: 60px 0px 50px 0px;
}
.msc-decription-vision p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-main-pill{
    margin-bottom: 1rem !important;
}
.msc-icon-img-bot{
    background-color: #40C351;
    height: 50px;
    width: 50px;
    padding: 7px;
    border-radius: 50%;
    overflow: hidden;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.msc-icon-img-bot img{
    height: 100%;
    width: 100%;
}
.msc-show-bot{
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}
.msc-chat-bot-box{
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 350px;
    height: auto;
    right: 3rem;
    bottom: 4.2rem;
    border-radius: 30px 30px 0px 30px;
    background-color: var(--msc-white);
    border: 1px solid var(--msc-light);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.msc-heading-chat{
    background-color: #40C351;
    padding: 17px 20px;
}
.msc-heading-chat h2{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-heading-chat h2 i{
    padding: 14px 16px;
    font-size: 20px;
    background-color: var(--msc-white);
    color: #40C351;
    border-radius: 40px;
}
.msc-input-type{
    padding: 25px 18px;
}
.msc-input-type p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
    background-color: #89e695;
    border-radius: 0px 25px 0px 25px;
    padding: 10px 20px;
}
.msc-chat-btn{
    background-color: #3cc04d;
    color: var(--msc-white);
    font-family: var(--msc-font-regular);
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 3px;
}
.msc-input-type span{
    /* width: 100%; */
    display: block;
    text-align: center;
    margin-top: 12px;
    font-family: var(--msc-font-global-medium);
    font-size: 14px;
    color: var(--msc-theme-oil-black);
}
.msc-chat-bot-show{
    visibility: visible;
    opacity: 1;
}
.msc-main-section-hamburger{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-icons-links-responsive{
    display: none;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}
.msc-icons-links-responsive span{
    height: 30px;
    margin: 0px 4px;
    width: 30px;
    border: 1px solid var(--msc-white);
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-icons-links-responsive i{
    height: 100%;
    width: 100%;
    color: var(--msc-white);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msc-am-site-des{
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
    color: var(--msc-light-text);
    text-align: center;
    margin-top: 10px;
}
.msc-site-plan-am{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.msc-main-am-site-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 550px;
    width: 750px;
}
.msc-main-am-site-img::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(129, 129, 129, 0.466);
    left: 0;
    top: 0;
    visibility: hidden;
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.msc-main-am-site-img:hover::after{
    visibility: visible;
    transform: scale(1.01);
    opacity: 1;
}
.msc-main-am-site-img img{
    height: 100%;
    width: 100%;
    position: relative;
}
.msc-overlay-zoom-img{
    position: absolute;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all .3s linear;    
}
.msc-main-am-site-img:hover .msc-overlay-zoom-img{
    visibility: visible;
    opacity: 1;
}
.msc-overlay-zoom-img i{
    background-color: var(--msc-theme-oil-black);
    font-size: 20px;
    padding: 15px 16.5px;
    color: var(--msc-white);
    border-radius: 50%;
    outline: 2px solid var(--msc-theme-oil-black);
    outline-offset: 2px;
}
.msc-zoomed-image-container{
    background-color: rgba(119, 119, 119, 0.459);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.05);
    transition: all .2s linear;
}   
.msc-zoomed-image-container img{
    height: 600px;
    width: 800px;
}
.zoomed-show{
    visibility: visible;
    opacity: 1;
    transform: scale(1.09);
    transition: all .2s linear;
}
.msc-inner-zoom{
    position: relative;
}
.msc-zoom-close-new i{
    font-size: 25px;
    position: absolute;
    top: 0;
    right: -8px;
    top: -12px;
    background-color: var(--msc-theme-oil-black);
    color: var(--msc-white);
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.nt-scroll{
    overflow-y: hidden;
}
.msc-icon-advantages span img{
    height: 100% !important;
    width: 100% !important;
}
.msc-name-work h2{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 20px;
}
.msc-counter-val span{
    color: var(--msc-white) !important;
}
.msc-counter-val b{
    color: var(--msc-white) !important;
}
.msc-section-bg-about{
    margin-top: 70px !important;
}
/* about-us-end */


/* media-query */
@media screen and (max-width:700px) {
    body{
        overflow-x: hidden;
    }
    .msc-banner-bg img {
        height: 647px;
        width: 100% !important;
        object-fit: cover;
    }
    .msc-banner-bg {
        background-color: #23232386;
    }
    .msc-banner-text {
        position: absolute;
        top: 15rem;
        z-index: 99999;
        color: var(--msc-white);
        /*width: 437px;*/
        width: 100%;
    }
    .msc-badge-amayu {
        display: none;
    }
    .msc-banner-main-heading {
        font-weight: 900;
        font-size: 16px;
    }
    .msc-desc-banner {
        font-family: var(--msc-font-global-bold);
        letter-spacing: 1px;
        font-size: 34px;
        text-shadow: 0px 0px 5px rgb(83, 83, 83);
        color: var(--msc-theme-slate-blue);
    }
    .msc-wrapper-about-img::after {
        height: 0;
        width: 0;
        left: 0;
    }
    .msc-wrapper-about-img {
        padding: 0px 12px;
    }
    .msc-wrapper-about-img img {
        height: auto!important;
        width: 100%;
        object-fit: cover;
    }
    .msc-about-content-main {
        height: auto;
        padding: 25px 12px;
    }
    .msc-badge-about p {
        text-align: center;
        font-size: 17px;
    }
    .msc-main-heading-ahome h2 {
        text-align: center;
        font-size: 27px;
        line-height: 2.2rem;
    }
    .msc-description-content-ahome {
        width: 100%;
        text-align: center;
    }
    .msc-description-content-ahome p {
        font-size: 15px;
    }
    .msc-key-points {
        text-align: center;
        font-family: var(--msc-font-global-regular);
        font-size: 15px;
        color: var(--msc-light-text);
    }
    .msc-responsive{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .msc-home-about::after {
        content: "";
        position: absolute;
        background-image: url(../images/background/house-sketch.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 600px;
        width: 600px;
        /* background-attachment: fixed; */
        top: 27.5rem;
        right: -9rem;
        opacity: 0.1;
        z-index: -1;
    }
    .msc-apartment-designs {
        text-align: center;
    }
    .msc-heading-apartment h2 {
        font-size: 33px;
    }
    .msc-heading-apartment {

        z-index: 1;
    }
    .msc-animated-image img {
        width: 100%;
        height: 280px;
    }
    .msc-heading-apartment {
        margin: 0px 5px;
        text-align: center;
    }
    .msc-main-tab-btn::before {
        height: 0;
        width: 0;
    }
    ul li:nth-last-of-type(1)::after {
        height: 0;
        width: 0;
    }
    .msc-border-pills::after {
        height: 0;
        width: 0;
    }
    .msc-tabs-wrapper-outside {
        margin: 10px;
    }
    .msc-tab-pills-btn {
        background-color: transparent !important;
        color: var(--msc-theme-am-med-blue) !important;
        border: 2px solid var(--msc-theme-am-med-blue) !important;
        font-family: var(--msc-font-global-medium);
        font-size: 12px;
        margin: 0;
        border-radius: 40px!important;
        width: 100%;
        padding: 8px 14px !important;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: all .3s linear;
        outline: 1px solid var var(--msc-theme-am-med-blue);
    }
    .msc-main-tab-btn{
        margin: 5px 4px;
    }
    .msc-main-pill{
        margin-bottom: 0px !important;
    }
    .msc-listing-property-wrapper {
        margin: 15px 10px;
    }
    .msc-imag-list-main img {
        width: 100%;
        height: 215px;
    }
    .msc-tabs-wrapper-outside {
        border: 1px solid var(--msc-theme-am-med-blue);
        border-radius: 40px;
        padding: 3px 5px;
        width: max-content;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 7px;
    }
    .msc-listed-property-content {
        padding: 9px;
        padding-bottom: 5px;
    }
    .msc-list-property-name {
        margin-top: 7px;
    }
    .msc-description-property {
        font-size: 15px;
    }
    .msc-provided-proerty-item p {
        font-size: 14px;
    }
    .msc-banner-property img {
        height: auto;
        width: 100% !important;
    }
    .msc-overlay-content p {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .msc-overlay-content h2 {
        font-family: var(--msc-font-global-bold);
        font-size: 15px;
        width: 100%;
        color: var(--msc-white);
    }
    .msc-wrapper-container-locations a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .msc-our-works-design {
        margin: 80px 0px 60px 0px;
        background-color: var(--msc-theme-light-blue-tone);
        padding: 15px;
        position: relative;
        overflow: hidden;
    }
    .msc-listed-properties-heading {
        font-size: 29px !important;
    }
    .msc-outer-wrapper::after {
        content: "";
        position: absolute;
        border-right: 0px;
        border-bottom: 2px solid var(--msc-theme-am-med-blue);
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        bottom: 0 !important; 
        opacity: 0.4;
    }
    .msc-name-work {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 23px;
    }
    .msc-choose-wrapper-outside {
        margin: 50px 5px 30px 5px;
        min-height: 135px;
    }
    .msc-responsive-choose{
        margin-bottom: 15px;
    }
    .msc-card-wrapper-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 90px !important;
        width: 90px !important;
        position: absolute;
        top: -3.6rem;
        left: auto;
        margin-bottom: 10px;
        /* padding-bottom: 10px; */
    }
    .msc-card-wrapper-content p {
        font-size: 15px;
        display: none;
    }
    .msc-card-wrapper-content h2 {
        font-family: var(--msc-font-global-medium);
        font-size: 20px;
        color: var(--msc-theme-am-med-blue);
        margin-top: 23px;
    }
    .msc-top-location {
        margin: 80px 0px 60px 0px;
        padding: 24px 15px;
    }
    .msc-card-wrapper-content {
        text-align: center;
        padding: 25px 20px 25px 30px;
        background-color: var(--msc-white);
    }
    .msc-image-gallery {
        margin-top: 35px;
        margin-bottom: 35px;
        display: block;
    }
    .msc-overlay-top-property h2 {
        font-size: 26px;
    }
    .msc-top-loaction-image {
        height: 320px;
    }
    .msc-top-loaction-image img {
        height: 100%;
        width: 100%;
    }
    .msc-view-top-property {
        left: 11px;
        top: -14rem;
    }
    .msc-main-img-listing {
        margin-bottom: 15px;
    }
    .msc-outer-wrapper-amenities {
        margin: 0px;
    }
    .msc-main-review-section-shop {
        margin: 10px 15px;
    }
    .msc-blog-content h2 {
        font-size: 22px;
    }
    .msc-blogs .owl-nav button.owl-next {
        width: 34px;
        height: 45px;
        right: -0.6rem;
        padding: 8px 16px !important;
    }
    .msc-blogs .owl-nav button.owl-prev {
        width: 36px;
        height: 45px;
        left: -0.6rem;
        padding: 8px 16px !important;
    }
    .msc-footer-design {
        clip-path: polygon(0 0, 290% 15%, 102% 100%, 0 100%);
        padding: 60px 15px 20px 15px;
    }
    .msc-imp-links {
        margin-top: 18px;
        position: relative;
        z-index: 99;
        margin-left: 0;
    }
    .msc-call-wrapper h2 {
        font-size: 19px;
        padding: 14px 20px;
    }
    .msc-call-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
    }
    .msc-content-call {
        text-align: center;
        margin-top: 5px;
    }
    .msc-getin-touch {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .msc-wrapper-container-locations {
        flex-direction: column;
        margin: 16px 0px
    }
    .msc-footer-tab {
        text-align: center;
    }
    .msc-wrapper-hero-main {
        margin-top: 66px;
        padding: 0px 15px;
    }
    .msc-main-heading-hero {
        font-size: 26px;
    }
    .msc-tab-hero a {
        font-size: 14px;
    }
    .msc-hero-banner {
        height: 300px;
        overflow: hidden;
    }
    .msc-wrapper-counter-about {
        margin: 70px 15px;
        background-color: var(--msc-theme-global-blue);
    }
    .msc-affordable-price-wrapper {
        padding: 44px 18px 40px 18px;
    }
    .msc-heading-price h2 {
        text-align: center;
        font-size: 33px;
        letter-spacing: 0px;
        line-height: 2.6rem;
    }
    .msc-full-size-image {
        height: 330px;
    }
    .msc-decription-vision p {
        font-size: 16px;
        margin: 10px;
        text-align: center;
    }
    .msc-property-gallery-list {
        margin: 10px 0px 48px 0px;
    }
    .msc-gallery-new-design:hover .msc-icon-view-gallery-main {
        top: 9rem;
        left: 9rem;
    }
    .msc-modal-img-view {
        height: 350px;
        width: 100%;
    }
    .msc-img-list-property {
        height: 220px;
    }
    .msc-main-content-list-property h2 {
        font-size: 27px;
    }
    .msc-content-listing-property {
        padding: 17px 14px;
    }
    .msc-listing-property-price {
        padding: 0px 0px 0px 0px;
    }
    .msc-listed-property-name h2 {
        font-size: 25px;
    }
    .msc-btn-listed {
        display: none;
    }
    .msc-image-thumbnail-listing {
        height: 70px !important;
        width: 100% !important;
        object-fit: cover;
        border-radius: 10px;
    }
    .msc-thumbnail-main{
        padding: 0px 6px !important; 
    }
    .msc-product-thumbnail{
        margin: 10px 15px;
    }
    .msc-inner-wrapper-shop img {
        height: 227px !important;
        width: 100%;
    }
    .msc-main-img-product-shop{
        margin: 0px 6px;
    }
    .msc-status-badge-listing {
        font-size: 13px;
        white-space: nowrap;
    }
    .msc-badge-reviews-property {
        margin: 30px 10px 20px 10px;
    }
    .msc-property-location-list {
        display: none;
    }
    .msc-about-list-property h2 {
        text-align: center;
    }
    .msc-about-list-property {
        margin: 20px 12px;
        text-align: center;
    }
    .msc-property-location-map {
        margin: 0px 8px;
    }
    .get-location-map {
        display: none;
    }
    .msc-location-vectors img {
        width: 100% !important;
        height: auto!important;
        margin-top: 30px;
    }
    .msc-content-site {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .msc-site-main-wrapper {
        background-color: var(--msc-white);
        border-radius: 20px;
        margin: 10px 9px;
        padding: 14px 27px;
    }
    .msc-sites-structure-images {
        height: auto;
        width: 100%;
        padding: 10px 15px;
    }
    .msc-site-main-wrapper {
        background-color: var(--msc-white);
        border-radius: 20px;
        margin: 21px 9px;
        padding: 14px 27px;
    }
    .msc-nav-tab-sites{
        display: block !important;
        width: 100% !important;
    }
    .msc-sites-btn {
        display: block;
        width: 100%;
        padding: 10px 16px 10px 10px;
    }
    .msc-btn-site{
        margin: 10px 0px !important;
        width: 100%;
    }
    .msc-main-advantage-wrapper {
        margin: 10px 0px;
    }
    .msc-advantage-card-design {
        margin: 10px 0px;
    }
    .msc-location-advantage {
        background-color: var(--msc-theme-light-grey-tone);
        padding: 24px 15px;
        margin: 65px 0px 60px 0px;
    }
    .msc-modal-image img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    #msc-next {
        position: absolute;
        top: 10rem;
        right: 0.5rem;
    }
    #msc-prev {
        position: absolute;
        top: 10rem;
        left: 0.5rem;
    }
    .msc-modal-image {
        padding: 0px 15px 0px 12px;
    }
    .msc-modal-img-view {
        margin-top: 150px;
    }
    .msc-btn-close-gallery {
        top: -0.5rem;
        right: -0.5rem;
    }
    .msc-modal-image {
        background-color: rgb(0 0 0 / 73%);
    }
    .msc-img-contact img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .msc-get-in-touch-wrapper {
        margin: 16px 10px;
        padding: 20px 5px 20px 5px;
    }
    .msc-heading-touch h2 {
        color: var(--msc-theme-am-med-blue);
        font-family: var(--msc-font-global-bold);
        font-size: 32px;
    }
    element.style {
        margin: 0px 2px;
    }
    .msc-map-container iframe {
        width: 100%;
        height: 300px;
    }
    .msc-logo-name {
        display: none;
        margin-left: 17px;
    }
    .msc-contact-info-header {
        display: none;
    }
    .msc-hamburger-responsive {
        display: block !important;
    }
    .msc-main-logo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .msc-sticky-header {
        padding: 10px 0px;
        backdrop-filter: blur(10px);
    }
    .msc-header-navbar {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 10px;
        top: 0;
        position: absolute;
        height: 104vh;
        width: 85%;
        left: 0;
        transform: translateX(-100%);
        background: linear-gradient(325deg, #0A112B, #313F66);
        transition: all .2s ease-in-out;
    }
    .msc-responsive-logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 10px;
    }
    .msc-responsive-logo img{
        height: auto;
        width: 85px;
    }
    .msc-header-navbar a p {
        font-family: var(--msc-font-global-medium);
        color: var(--msc-theme-light-blue-tone);
        font-size: 17px;
        letter-spacing: 1px;
        margin: 0px 13px;
        text-shadow: none;
        border-bottom: 1px solid rgba(211, 211, 211, 0.293);
        padding: 15px;
    }
    .msc-contact-info{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
        margin-top: 50px;
        border-bottom: 1px solid rgba(211, 211, 211, 0.293);
        margin-bottom: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .msc-contact-info h2{
        font-family: var(--msc-font-global-regular);
        color: var(--msc-white);
        font-size: 17px;
        border: 1px solid rgba(211, 211, 211, 0.293);
        border-radius: 40px;
        padding: 10px 18px;
    }
    .msc-contact-info a{
        color: var(--msc-white);
        font-size: 17px;
    }
    .msc-main-contact-responsive{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 4px 0px 12px 0px;
    }
    .msc-responsive-icons{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .msc-header-navbar.navbar-active{
        transform: translateX(0);
        opacity: 1;
    }
    .msc-responsive-logo-name{
        display: flex;
        flex-direction: column;
    }
    .msc-responsive-logo-name h2{
        font-size: 24px;
    }
    .msc-responsive-logo-name span{
        font-size: 10px;
        margin-top: 7px;
    }
    body.msc-navbar-scroll{
        width: 100% !important;
        height: 100vh;
        position: fixed;
        overflow: hidden !important;
    }
    .msc-property-tabs-pills{
        display: block !important;
    }
    .msc-nav-listing {
        display: block;
    }
    .msc-btn-listing{
        width: 100% !important;
    }
    .msc-container-logo-main{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .msc-load-responsive{
        display: flex !important;
    }
    .msc-icons-links-responsive{
        display: flex;
    }
    .msc-icons-amenities {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: static !important;
        left: -0.1rem;
        top: 0;
    }
    .msc-content-amenities {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
        text-align: center;
        margin-top: 15px;
    }
    .msc-content-amenities p {
        display: none;
    }
    .msc-amenities-design {
        padding: 0px 15px;
    }
    .msc-outer-wrapper-amenities {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .msc-main-amenities-wrapper-outer{
        margin: 10px 0px;
    }
    .msc-content-amenities h2 {
        font-size: 20px;
    }
    .msc-badge-help {
        width: 100%;
    }
    .msc-about-icon-main-wrapper{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .msc-des-afford {
        margin: 10px 0px;
        margin-left: 0px;
        text-align: center;
    }
    .msc-outer-wrapper{
        margin-bottom: 0px;
    }
    .msc-name-work span {
        font-size: 30px;
    }
    .msc-main-am-site-img {
        height: auto;
        width: 100%;
    }
    .msc-inner-zoom {
        position: relative;
        margin: 0px 33px;
    }
    .msc-zoomed-image-container img {
        height: auto !important;
        width: 100%;
    }
    .msc-name-work p {
        font-family: var(--msc-font-global-bold);
        font-size: 20px;
        color: var(--msc-theme-oil-black);
        margin-top: 10px;
    }
}
/* media-query-end */