:root{
    --surface-color: #fff;
    --primary-color: #270952;
    --primary-color-hover: #63279b;
    --secondary-color: #d1a452;
    --text-main-primary-color: #311f4e;
}
@font-face {
    font-family: LG-Font-Regular;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: LG-Font-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}
*{
    margin: 0;
    padding: 0;
    font-family: "LG-Font-Regular",sans-serif;
}
.text-primary{
    color: var(--primary-color) !important;
}
.text-secondary{
    color: var(--secondary-color) !important;
}
.background-secondary{
    background-color: var(--secondary-color);
}
.background-primary{
    background-color: var(--primary-color);
}
.border-primary{
    border:2px solid var(--primary-color) !important;
    /*border-radius: 0.375rem !important;*/
}
.border-secondary{
    border:2px solid var(--secondary-color) !important;
    border-radius: 0.375rem !important;
}
.btn.background-secondary.border-secondary {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border:2px solid var(--secondary-color) !important;
}
.main-background{
    background-image: url(../images/pexels-kaique-rocha-97906.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom:2px solid var(--secondary-color);
}
.header-social-link:hover{
    color: var(--surface-color) !important;
    border:1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
.social-buttons-top{
    color: var(--secondary-color);
    /*border:1px solid var(--secondary-color);*/
    /*background-color: transparent;*/
    font-size: 16px !important;
}
.social-buttons-top:hover{
    color: var(--surface-color);
    /*border:1px solid var(--secondary-color);*/
    /*background-color: var(--secondary-color);*/
}
.social-buttons-header{
    color: var(--secondary-color);
    border:1px solid var(--secondary-color);
    background-color: transparent;
}
.social-buttons-header:hover{
    color: var(--surface-color);
    border:1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
header ul li a.nav-link:hover{
    color: var(--secondary-color) !important;
    /*border-bottom:1px solid var(--secondary-color) !important;*/
}
div ul li a.nav-link:hover{
    color: var(--secondary-color) !important;
    /*border-bottom:1px solid var(--secondary-color) !important;*/
}
div ul li a.nav-link.active{
    color: var(--secondary-color) !important;
    border-bottom:1px solid var(--secondary-color) !important;
    /*font-weight: 600;*/
}
.navbar-toggler{
    background-color: black !important;
    font-size: 16px !important;
    border: 1px solid white;
}
.navbar-toggler{
    background-color: #fff !important;
    font-size: 16px !important;
}
.nav-background{
    background: linear-gradient(90deg, #250a3f 0%, #6f17c1 61%, #420080 100%) !important;
}
.text-shadow{
    text-shadow: 2px 2px 6px black;
}
.dark-text-shadow{
    text-shadow: 2px 2px 6px rgb(158, 158, 158);
}
.box-block:hover{
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.8s ease;
}
.bi-star-fill, .bi-clock{
    color: var(--secondary-color);
}
.button-main-section {
    color: var(--surface-color);
    border:2px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
.button-main-section:hover{
    color: var(--surface-color);
    border:2px solid var(--secondary-color);
}
.button-main{
    color: var(--surface-color);
    border:2px solid var(--secondary-color);
    background-color: transparent;
}
.button-main:hover{
    color: var(--surface-color);
    border:2px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
.product_card_title{
    font-weight: bold !important;
}
.card_button{
    background-color: var(--primary-color) !important;
    border:2px solid var(--primary-color) !important;
    color: white;
}
.card_button:hover{
    background-color: transparent !important;
    color: var(--primary-color);
    border:2px solid var(--primary-color) !important;
}
.product-card_button{
    background-color: var(--primary-color) !important;
    border:2px solid var(--primary-color) !important;
    color: white;
}
.product-card_button:hover{
    background-color: transparent !important;
    border:2px solid var(--primary-color) !important;
    color: var(--primary-color);
}
.banner-number{
    text-decoration: none;
    color: white;
}
.banner-number:hover{
    color: var(--secondary-color);
}
.about-picture-text-box{
    position: relative;
    bottom: 90px;
    padding: 0 125px 0 125px;
    color:white;
}
.logo-auto-slider{
    align-items: center;
    justify-content: center;
}
.brand-slider{
    height:160px;
    margin:auto;
    overflow: hidden;
    position:relative;
    width:auto;
}
.brand-slider .slider-track{
    padding-top: 10px;
    animation: scroll 38s linear infinite;
    display: flex;
    width:calc(210px * 15);
}
.brand-slider .slide{
    height: 160px;
    width: 210px;
    margin: -10px 15px;
}
.project_content{
    left: 70px;
    position: absolute;
    bottom: 20px;
    font-weight: bold;
    color: #fff;
    padding: 3px 7px;
    line-height: normal;
    border-bottom:3px solid var(--secondary-color);
    background: #15081d96 !important;
}
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-210px * 10));
    }
}
.fs-1{
    font-size: 4rem !important;
}
.center-bg-content{
    background-image: url(../images/scott-blake-x-ghf9LjrVg-unsplash.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-title{
    color: var(--secondary-color);
    font-weight: bold;
}
.product-card-top-left{
    position: absolute;
    top: 27px;
    left: 16px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 6px 7px;
    line-height: normal;
    background: var(--secondary-color);
    border-radius: 0px 4px 4px 0px;
}
#more{
    display: none;
}
.detail-amenities{
    background-color: transparent;
    color: var(--primary-color);
    border:2px solid var(--primary-color);
}
.detail-amenities:hover{
    background-color: var(--primary-color);
    color: white;
    border:2px solid var(--primary-color);
}
.lead-generation-form-button{
    background-color: var(--primary-color);
    color: var(--surface-color);
    border:2px solid var(--primary-color);
}
.lead-generation-form-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    border:2px solid var(--primary-color);
}
/*listing*/

.listing-main-background{
    background-image: url(../images/listing-hero-pic.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-1{
    background-image: url(../images/image-1.jpeg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-button{
    background-color: var(--primary-color);
    border:1px solid var(--primary-color);
}
.product-button:hover{
    /*color: var(--primary-color);*/
    color: black !important;
    background-color: transparent;
    border:1px solid var(--primary-color);
}
.product-payment-button{
    background-color: var(--primary-color);
    border:1px solid var(--primary-color);
}
.product-payment-button:hover{
    color: var(--primary-color);
    background-color: transparent;
    border:1px solid var(--primary-color);
}
.product-background{
    background-color: #7692c8;
}
.product-name{
    padding-top: 75px;
}
.product-card-radius-left{
    border-top-left-radius:  0.375rem;
    border-bottom-left-radius:  0.375rem;
    border-top-right-radius:  0;
    border-bottom-right-radius:  0;
}
.product-card-radius-right{
    border-top-left-radius:  0;
    border-bottom-left-radius:  0;
    border-top-right-radius:  0.375rem;
    border-bottom-right-radius:  0.375rem;
}
/*detailpage*/
.detailpage-hero-section{
    background-image:url(../images/image-1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
.border-agent-block{
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.card_content {
    position: absolute;
    left: 0;
    bottom: -43px;
    /* edit the width to fit card */
    width: 100%;
    padding: 20px;
    background: white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /* edit here to change the height of the content box */
    transform: translateY(100px);
    transition: transform .25s;
    border-top: 3px solid var(--secondary-color);
}
.pricing-button{
    background-color: transparent;
    border:2px solid var(--primary-color);
    color: black;
}
.pricing-button:hover{
    background-color: var(--secondary-color);
    border:2px solid var(--secondary-color);
    color: white;
}
.hero-secion{
    padding-top:115px;
}
.detailpage_featuresPoints{
    padding-top: 13rem;
    margin-top: -13rem;
}
.detail-page-crousel{
    margin-top: 7%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
/*about page*/
.about-main-background{
    background-image: url(../images/about-bg.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.Designed-bg{
    /*background-image: url(../images/Lg-catalog-Backgroun-Pattern.png);*/
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
.about-2nd-iamge{
    height: 60% !important;
}
.about-center-bg{
    background-image: url(../images/main-hero.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.space-up{
    padding-top: 20%;
}
.collaboration-img-height{
    height: 143px !important;
}
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 2;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.pop-up_list_text{
    font-size: 1rem !important;
}

/*contact page */
.contact-main-background{
    background-image: url(../images/conatct-hero.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top:1%;
}

.contact-page-explore-btn{
    color: var(--surface-color);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.contact-page-explore-btn:hover{
    color: var(--primary-color);
    background-color: transparent;
    border: 2px solid var(--primary-color);
}
.contact-page-form-button{
    color: var(--surface-color);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.contact-page-form-button:hover{
    color: var(--surface-color);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.footer-background{
    background-image: url(../images/image-1.jpeg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper__footer .widget__footer {
    display: block;
}
.wrapper__footer .logo-footer {
    width: 152px;
    position: relative;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bg__footer-bottom-v1 {
    background-color: #111111;
    border-top: 1px solid #212121;
}
.wrapper__footer .widget__footer ul li b {
    color: #ced4da;
    margin-right: 5px;
    font-size: 18px;
}
.footer-icon{
    margin-right: 16px;
    color: #873cce;
}
.breadcrumb-text{
    color:var(--primary-color);
}
.breadcrumb-text:hover{
    color: #873cce;
}
.product-links-footer:hover{
    color: var(--secondary-color) !important;
}
.border-dark{
    border: 1px solid rgba(133, 133, 133, 0.288) !important;
}
.whatsapp-icon{
    position: relative;
    bottom: 1px;
    right: 0;
    /* position: fixed; */
    z-index: 100;
    transform: translateY(-50%);
}

.whatsapp{
    background-color:#1ab106;
    color: white;
    font-size: 30px;
    padding: 8px 10px;
    border-radius: 5px;
    justify-content: center;
}
.whatsapp:hover{
    background-color:#17c200;
    color: white;
    font-size: 30px;
    padding: 8px 10px;
    border-radius: 5px;
    justify-content: center;
}
.chat_button{
    border-radius: 50%;
    padding: 10px 5px;
}
.whatsapp-button{
    color: white;
    font-size: 20px;
}
.whatsapp-button:hover{
    color: white;
    font-size: 20px;
}

.btn-success{
    background-color:#1bab07;
    color:white;
}
.btn-success:hover{
    background-color:#1bab07;
    color:white;
}
.investment-plan-icon{
    position: relative;
    bottom: 30px;
    right:10px;
    position: fixed;
    z-index: 100;
    transform: translateY(-50%);
}

.investment-plan{
    background-color:var(--primary-color);
    color: white;
    font-size: 25px;
    padding: 10px 12px;
    border-radius: 50px;
    justify-content: center;
}
.investment-plan:hover{
    background-color:var(--primary-color-hover);
    color: white;
    font-size: 25px;
    padding: 10px 12px;
    border-radius: 50px;
    justify-content: center;
}
.investment-plan_button{
    border-radius: 50%;
    padding: 10px 5px;
    color: white;
    font-size: 20px;
}
.investment-plan-button:hover{
    color: white;
    font-size: 20px;
}
.smallscreen-space{
    padding-top: 78px;
}
.feature-name{
    padding-top: 6px;
}
.footer-sm-content{
    padding-left: 42%;
}
.list_parent ~ ol{
    padding-left: 66px;
}
.main-crousel-items{
    /*height:700px;*/
    height: auto;
    width: 100% !important;
    margin-top: 125px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color: var(--primary-color) !important;
    border-radius: 15% !important;
}
.owl-carousel .owl-item .project-picture{
    display: block;
    width: 100%;
    height: 450px;
}
.logo-section-footer{
    padding-top: 85px;
}
.footer-logo-text{
    padding-top: 60px;
}
.unique-points{
    color: #111111;
}
.unique-points:hover{
    color: var(--secondary-color);
}
.banner-address{
    text-decoration: none;
    color: white;
}
.banner-address:hover{
    color: var(--surface-color);
}
.social-buttons-mid-banner{
    color: var(--surface-color);
    border:1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
.social-buttons-mid-banner:hover{
    color: var(--surface-color);
    border:1px solid var(--secondary-color);
    background-color: transparent;
}
.main-crousel-label{
    right: 150px;
    position: absolute;
    bottom: 20px;
    font-weight: bold;
    color: #fff;
    padding: 3px 7px;
    line-height: normal;
    border-bottom: 3px solid var(--secondary-color);
    background: #15081d96 !important;
}
.features-div-space{
    padding-top:3%;
}
.detail-page-form-btn{
    color:var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}
.detail-page-form-btn:hover{
    color:var(--surface-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.detail-product-label{
    position: absolute;
    top: 27px;
    left: 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 10px 24px;
    line-height: normal;
    background: var(--primary-color);
    border-radius: 0px 4px 4px 0px;
}
.detail-product-images{
    display: block;
    width: 100%;
    aspect-ratio: 1.75/1.3;
    object-fit: cover !important;
}
.detail-product-images-mini{
    display: block;
    width: 100%;
    height:150px;
}
.accordion {
    --bs-accordion-active-bg:#63279b1a;
}
.accordion-button:focus {
    border-color: var(--secondary-color);
}
.button-padding-x{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.accordion-button {
    position: revert !important;
}
.nearby-modal{
    --bs-modal-width: 80% !important;
}
.nearby-modal-contact{
    padding-top: 72%;
}
.bookmark-nav{
    position: sticky;
    top:125px;
    padding: 5px;
    /* border-top: 2px solid var(--secondary-color); */
}
.detailpage-card{
    position: revert !important;
}
.institute-pill{
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0dcaf0;
    --bs-nav-link-color: black;
}
.resturant-pill{
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--secondary-color);
    --bs-nav-link-color: black;
}
.hospital-pill{
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--primary-color);
    --bs-nav-link-color: black;
}
.transport-pill{
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: white;
    --bs-nav-pills-link-active-bg: black;
    --bs-nav-link-color: black;
}
.progress-modal{
    --bs-modal-width: 95% !important;
}
.progress-picture{
    height: 600px;
    width: 80% !important;
    text-align: center !important;
}
.small-screen_features-heading{
    position: relative;
    top:14.5px;
}
.feature-name_detail_page{
    font-size: 12px;
}
.social-buttons-contact-detail{
    color: var(--secondary-color);
    border:1px solid var(--secondary-color);
    background-color: transparent;
}
.social-buttons-contact-detail:hover{
    color: var(--surface-color);
    border:1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}
.bookmark-nav ul .nav-pills li .nav-item a i{
    color: var(--primary-color) !important;
    border-bottom:1px solid var(--secondary-color) !important;
}
.bookmark-nav ul .nav-pills li .nav-item a i:hover{
    color: var(--secondary-color) !important;
    border-bottom:1px solid var(--secondary-color) !important;
}
/*catalog*/
.flip-container {
    max-width: 1000px;
    margin: 0 auto;
}

.catalog-section{
    background-image: url(/assets/images/Lg-catalog-Backgroun-Pattern.png);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;

}
.book{
    border: 1px solid black;
    position: relative;
    width: 350px;
    height: 500px;
}
.page{
    border: 1px solid red;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    perspective: 1500px;
    transform-style: preserve-3d;
}

.front,
.back{
    background-color: white;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
}
.front{
    z-index: 1;
    backface-visibility: hidden;
    border-left: 2px solid orange;
}
.back{
    z-index: 0;
}
/* page flip effect */
.flipped .front,
.flipped .back{
    transform: rotateY(-180deg);
}
.front-content,
.back-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.back-content{
    transform: rotateY(180deg);
}
/* paper stack order */
#p1{
    z-index:4;
}
#p2{
    z-index:3;
}
#p3{
    z-index:2;
}
#p4{
    z-index:1;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 22px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    background-color: #270952;
    padding: 9px;
    border-radius: 5px;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,52%);
}
/*new-whatsapp chat box*/
#whats-chat{
    position:fixed;
    right:1%;
    bottom:2%;
    height:auto;
    width:auto;
    padding:0;
    border-radius:50px;
    z-index: 1;
}
#whats-chat:hover{
    cursor:pointer;
}
/*===============================*/
#chat-box{
    position:fixed;
    right:-500px;
    bottom:18%;
    width:340px;
    height:200px;
    transition:all .2s;
    z-index: 1;
}
#chat-top{
    width:100%;
    line-height:2;
    background:rgb(18, 140, 126);
    color:white;
    text-align:center;
    border-radius:5px 5px 0 0;
    padding:0 10px;
}
#chat-msg{
    background:#ece5dd;
    padding:10px;
    border-radius:0 0 5px 5px;
    box-shadow:0 0 25px -10px #999;
    border: 2px solid var(--secondary-color);
}
#chat-msg p{
    font-size:14px;
    padding:10px;
    background:white;
    border-radius:0 15px 15px 15px;
    margin-bottom:10px;
}
#chat-form{
    display:flex;
}
.chat-in{
    width:80%;
}
#chat-form input{
    border-radius:10px 0 10px 10px;
    border:none;
    outline:none;
    font-size:14px;
    padding:5px;
    line-height:2;
}
#send-btn{
    width:20%;
    padding: 0 5px;
}
#chat-top-right{
    float:right;
    padding:5px 0;
}
#chat-box:after{
    content:'';
    position: absolute;
    top:77%;
    left: 86%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right:25px solid #ece5dd;
}
.right{
    float:right;
}
.clear{
    clear:both;
}

/*gallery*/
.grid-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.grid-column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.grid-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .grid-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .grid-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
/*amenities page*/
.amenities-image-curves{
    border-top-right-radius: 180px;
    border-bottom-left-radius: 180px;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
    height: 500px;
}
.amenity-1-raduis{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
}
.amenity-2-raduis{
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
}
.amenity-3-raduis{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
}
.amenity-4-raduis{
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
}
.amenities-name{
    font-size: 20px;
}
/*picture size fixation*/
.product-images-hw{
    aspect-ratio: 1.5/1;
    width: 100%;
    object-fit: cover !important;
}
.card-image-hw{
    aspect-ratio: 1.25/1.2;
    width: 100%;
    object-fit: cover !important;
}
.product_card_content{
    line-height:1.5em;
}
.product_card_description{
    min-height: 4em;
}
.heading-design{
    width:30% !important;
}
/*media queries*/
@media screen and (min-width: 600px) and (max-width: 811px){
    .product-name {
        padding-top: 45px !important;
    }
    .item-2{
        order: 2;
    }
    .item-1{
        order: 1;
    }
    .goodz-logo{
        width:25% !important;
    }
    .developer-logo{
        width:25% !important;
    }
    .about-product{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .detail-page-crousel{
        margin-top: 15%;
    }
    .space-up{
        padding-top: 0 !important;
    }
    .project_content{
        left: 40px;
        position: absolute;
        bottom: 20px;
        font-weight: bold;
        color: #fff;
        padding: 3px 7px;
        line-height: normal;
        border-bottom:3px solid var(--secondary-color);
        background: #15081d96 !important;
    }
    .main-crousel-items {
        /*height: 353px !important;*/
        height: auto;
        width: 100% !important;
        margin-top: 133px !important;
    }
    .footer-sm-content{
        padding-left: 0;
    }
    .features-category{
        text-align: center !important;
    }
    .features-div-space{
        padding-top:6%;
    }
    .nearby-modal-contact{
        padding-top: 0;
    }
    .button-padding-x{
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .bookmark-nav{
        position: sticky;
        top:125px;
        padding: 5px;
        border-top: 2px solid var(--secondary-color);
        display: block !important;
        overflow-x: auto!important;
        white-space: nowrap!important;
    }
    div ul li a.nav-link:hover {
        color: var(--secondary-color) !important;
        border-bottom: 1px solid var(--secondary-color) !important;
    }
    .small-screen_features-heading{
        position: relative;
        top:14px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-family: swiper-icons;
        font-size: 40px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        background-color: #270952;
        padding: 5px;
        border-radius: 5px;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset,50%);
        width: calc(var(--swiper-navigation-size)/ 28 * 27);
        height: var(--swiper-navigation-size);
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*amenities page*/
    .amenities-image-curves{
        border-top-right-radius: 54px;
        border-bottom-left-radius: 54px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
        height: auto;
    }
    .amenity-1-raduis{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-2-raduis{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-3-raduis{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-4-raduis{
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .column-padding-end{
        padding-right: 4px !important;
    }
    .column-padding-start{
        padding-left: 4px !important;
    }
    .amenities-name{
        font-size: 15px;
    }
    .collaboration-img-height {
        height: 69px !important;
    }
    .product-images-hw{
        height:449px;
        width:100%;
        overflow: hidden;
    }
    .product-card-radius-left{
        border-top-left-radius:   0;
        border-bottom-left-radius:  0;
        border-top-right-radius:   0;
        border-bottom-right-radius:  0;
    }
    .product-card-radius-right{
        border-top-left-radius:  0;
        border-bottom-left-radius:   0;
        border-top-right-radius:  0;
        border-bottom-right-radius:   0;
    }
    .heading-design{
        width:45% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px){
    .product-name {
        padding-top: 20px !important;
    }
    .padding-x-axis{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product-content{
        order: 2;
    }
    .product-picture{
        order: 1;
    }
    .item-2{
        order: 2;
    }
    .item-1{
        order: 1;
    }
    .detail-page-crousel{
        margin-top: 34%;
    }
    .number-nav{
        align-items: center;
        justify-content: center;
    }
    .space-up{
        padding-top: 5% !important;
    }
    .hero-top-margin{
        margin-top: 16%;
    }
    .project_content{
        left: 50px;
        position: absolute;
        bottom: 20px;
        font-weight: bold;
        color: #fff;
        padding: 3px 7px;
        line-height: normal;
        border-bottom:3px solid var(--secondary-color);
        background: #15081d96 !important;
    }
    .smallscreen-space{
        padding-top: 10px !important;
    }
    .main-crousel-items {
        /*height: 229px !important;*/
        height: auto;
        width: 100% !important;
        margin-top: 133px !important;
    }
    .feature-name{
        padding-top: 4px;
    }
    .footer-sm-content{
        padding-left: 0;
    }
    .owl-carousel .owl-item .project-picture{
        display: block;
        width: 100%;
        height: 360px;
    }
    .detail-product-label{
        position: absolute;
        top: 17px;
        left: 0;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        padding: 3px 7px;
        line-height: normal;
        background: var(--primary-color);
        border-radius: 0px 4px 4px 0px;
    }
    .features-div-space{
        padding-top:8%;
    }
    .detail-product-images{
        display: block;
        width: 100%;
        height: 265px;
    }
    .nearby-modal-contact{
        padding-top: 0;
    }
    .bookmark-nav{
        position: sticky;
        top:133px;
        padding: 5px;
        border-top: 2px solid var(--secondary-color);
        display: block !important;
        overflow-x: auto!important;
        white-space: nowrap!important;
    }
    div ul li a.nav-link:hover {
        color: var(--secondary-color) !important;
        border-bottom: 1px solid var(--secondary-color) !important;
    }
    .button-padding-x{
        padding-left: 0;
        padding-right: 0;
    }
    .popup-main-text{
        text-align: center;
        background-color: white;
        box-shadow:0 0 6px #6363634f;
    }
    .detailpage_featuresPoints{
        padding-top: 13.25rem;
        margin-top: -13.25rem;
    }
    .nv-tab-overview{
        flex-wrap: nowrap !important;
        font-size: 12px;
        font-weight:bold;
    }
    .feature-size-smallscreen{
        font-size: 15px;
    }
    .nv-tab-nearby{
        flex-wrap: nowrap !important;
        font-size: 10.5px;
        font-weight:bold;
    }
    .small-screen_features-heading{
        position: relative;
        top:10px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-family: swiper-icons;
        font-size: 30px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        background-color: #270952;
        padding: 5px;
        border-radius: 5px;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset,50%);
        width: calc(var(--swiper-navigation-size)/ 40 * 27);
        height: var(--swiper-navigation-size);
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .detail-product-images-mini{
        height: 75px;
        display: block;
        width: 100%;
    }
    .mySwiper .swiper-slide img{
        object-fit: cover !important;
    }
    /*amenities page*/
    .amenities-image-curves{
        border-top-right-radius: 54px;
        border-bottom-left-radius: 54px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
        height: 310px;
    }
    .amenity-1-raduis{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-2-raduis{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-3-raduis{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .amenity-4-raduis{
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        object-fit: cover;
        border: 3px solid var(--secondary-color);
    }
    .column-padding-end{
        padding-right: 4px !important;
    }
    .column-padding-start{
        padding-left: 4px !important;
    }
    .amenities-name{
        font-size: 15px;
    }
    .gallery-tab{
        font-size: 12px;
        font-weight:bold;
    }
    .collaboration-img-height {
        height: 48px !important;
    }
    .product-images-hw{
        aspect-ratio: 1.25/1;
        width: 100%;
    }
    .product-card-radius-left{
        border-top-left-radius:  0;
        border-bottom-left-radius:  0;
        border-top-right-radius:  0;
        border-bottom-right-radius:  0;
    }
    .product-card-radius-right{
        border-top-left-radius:  0;
        border-bottom-left-radius:  0;
        border-top-right-radius:  0;
        border-bottom-right-radius:  0;
    }
    .heading-design{
        width:80% !important;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
        padding:7px;
    }
}

/* swiper autoplay progress circle */

.autoplay-progress {
    position: absolute;
    /*right: 16px;*/
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    left:5px;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--secondary-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.para-alignment{
    text-align:justify;
    text-justify: inter-word;
}
.LG-management-pic{
    height:415px !important;
}
.download-button{
    color: var(--primary-color);
    border:1px solid var(--primary-color);
    background-color: transparent;
}
.download-button:hover{
    /*color: var(--surface-color);*/
    border:1px solid var(--primary-color);
    /*background-color: var(--primary-color);*/
}
.gallery-card-title{
    min-height: 3rem;
}
.event_card_picture{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover !important;
}
div#social-links {
    /*margin: 0 auto;
    max-width: 500px;*/
}
div#social-links ul {
    margin: 0;
    padding: 0;
}
div#social-links ul li {
    display: inline-block;
    margin: -10px 7px 0 7px;
}
div#social-links ul li a {
    font-size: 27px !important;
}
div#social-links ul li a span.fa-facebook-square {
    color: #1778f2;
}
div#social-links ul li a span.fa-whatsapp {
    color: #0abb75;
}
div#social-links ul li a span.fa-twitter {
    color: #08a0e9;
}

.dropdown-language {
    position: relative;
    display: inline-block;
}

.dropdown-language-btn {
    background-color: transparent;
    color: #FFF !important;
    border: none !important;
}

.dropdown-language-content {
    display: none !important;
    position: absolute !important;
    min-width: 160px;
    color: transparent !important;
    overflow: auto !important;
    z-index: 1 !important;
}

.dropdown-language-content a {
    /*color: #FFF;*/
    text-decoration: none;
    display: block;
}

.show-language {
    display: block !important;
}
@media only screen and (max-width : 760px){
    .dropdown-language-content{
        top: auto;
        bottom: 100%;

    }

}
