@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Poppins:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&family=Lato:wght@300;400;700;900&family=Didact+Gothic:wght@300;400;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "Titling";
    src: url(../font/TitlingGothicFB.ttf);
}
@font-face {
    font-family: "Helvetica";
    src: url(../font/Helvetica.ttf);
}
@font-face {
    font-family: "Helvetica-Bold";
    src: url(../font/Helvetica-Bold.ttf);
}
@font-face {
    font-family: "Futura-Bold";
    src: url(../font/Futura-Bold.ttf);
}
:root{
    --Poppins:"Poppins",cursive;
    --Montserrat:"Montserrat",cursive;
    --Bowlby:"Bowlby One",cursive;
    --Lato:"Lato",cursive;
    --Didact-gothic:"Didact Gothic",cursive;
    --bggradient:linear-gradient(
        to bottom, #1a3e58, #216622);
}
body{
    overflow-x: hidden;
}
/* remove border when click */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
/* navigation */
.navbar{
    height: 127px;
    background: #fff;
    padding: 0px 85px;
    position: fixed;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 14%);
    z-index: 1024;
}
.nav-logo-img{
    width: 18rem;
}
.div-nav{
    justify-content: end;
}
.nav-item{
    padding: 8px 13px;
}
.nav-link{
    font-family: var(--Poppins);
    font-size: 0.9rem;
    font-weight: 600;
    color: #181818;
    text-transform: uppercase;
    padding-bottom: 0.9rem;
}
.nav-link:focus, .nav-link:hover{
    color: #44ca4c;
}
.leasing-li{
    position: relative;
}
.leasing-dropdwn{
    position: absolute;
    background: #ffffff;
    padding: 7px 15px;
    width: 197px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 13%);
}
.leasing-dropdwn ul{
    padding-left: 0;
}
.leasing-dropdwn ul li{
    list-style-type: none;
}
.leasing-dropdwn ul li a{
    text-decoration: none;
    color: #181818bf;
    padding: 13px 0px;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    transition: 0.3s;
}
.leasing-dropdwn ul li a:hover{
    color: #44ca4c;
}
#parallax-head{
    background-image: url(../image/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    width: 100%;
    position: relative;
    background-position: center bottom; 
}
.banner{
    padding-top: 100px;
}
.banner-row{
    width: 100%;
    height: 510px;
    align-items: end;
    margin: 0;
}
.header-text-contain{
    padding-left: 4rem;
    padding-bottom: 5rem;
}
.header-text-h1{
    margin:0;
	overflow: hidden;
}
.header-text-h1 span{
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: fit-content;
    padding: 5px 15px;
    display: none;
    border-radius: 3px;
    text-shadow: 1px 4px #ffffff36;
}
.header-text-h1 span:first-child{
    background: linear-gradient( 
        to left, #24439b, #3b5ca3);
}
.header-text-h1 span:last-child{
    background: linear-gradient(
        to left, #239d48, #3da647);
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
}
.header-text-h1 span.text-in{
	display: block;
	animation: textIn .8s ease;
}
.header-text-h1 span.text-out{
	animation: textOut .8s ease;
}

@keyframes textIn{
	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(0%);
	}
}
@keyframes textOut{
	0%{
		transform: translateY(0%);
	}
	100%{
		transform: translateY(100%);

	}
}
.header-text-p{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.2rem;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5rem;
}
.banner-desc{
    font-family: 'Montserrat';
    font-weight: 500;
    padding-right: 7rem;
    opacity: 0.8;
    margin-bottom: 0;
}
.fb-link{
    margin-top: 30px;
}
.fb-png{
    width: 1.8rem;
    transition: 0.2s ease;
}
.fb-png:hover{
    transform: scale(1.3);
}
#reqBtn{
    background-color: #44ca4c;
    padding: 11px 12px;
    color: #fefefe;
    border-radius: 10px;
    font-weight: 400;
    font-size: 0.75rem;
    transition: 0.3s;
}
#reqBtn:hover{
    background-color: #32a83a;
}

/* main */
.main{
    overflow: hidden;
}
.main-slider-title h3{
    font-weight: 600;
    color: #01272e;
    font-size: 1.9rem;
    font-family: 'Montserrat';
    word-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 2rem 0rem 0.3rem 0rem;
    opacity: 0.8;
    padding: 3px;
}
.carousel-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1.5px solid #000;
    background-color: #000;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.home-of-first-slide{
    height: 700px;
    overflow: hidden;
    background: url('../image/tent-ardci-botika.jpg') no-repeat center center / cover;
}
.slider-title-main{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 8rem;
    background: #88e0cf1f;
    text-shadow: 12px 3px #141a8b36;
    letter-spacing: 0.5rem;
}
.slider-title-main-span{
    color: #a230d8;
}
.slider-title-main-botika{
    background: #88e0cf;
    padding: 0px 10px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: relative;
    display: inline-flex;
}
.slider-title-main-botika::after{
    content: "";
    position: absolute;
    top: 0;
    right: -43px;
    width: 0;
    height: 0;
    border-top: 77px solid transparent;
    border-bottom: 77px solid transparent;
    border-left: 43px solid #88e0cf;
}
.home-of-second-slider{
    height: 700px;
    overflow: hidden;
    background: url('../image/pg-1.jpg') no-repeat center center / cover;
}
.slider-title-main-mart{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #141a8b;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 7rem;
    /* background: #fbcf573b; */
    background: #fbcf5742;
    text-shadow: 12px 3px #44ca4b96;
    letter-spacing: 0.7rem;
}
.ardci-span{
    text-decoration: underline;
}
.mart-span{
    color: #ededed;
    background: #44ca4c;
    text-shadow: 12px 3px #141a8b63;
    padding: 0px 17px;
    padding-right: 50px;
    margin-left: 2rem;
    border-top-right-radius: 82px;
}
/* add slider */
.lux-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/lux-bbg1.jpg) no-repeat center center / cover;
}
.slider-title-main-lux{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ebb753;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 8rem;
    background: #41536b5c;
    text-shadow: 10px 2px #00000045;
    letter-spacing: 0.9rem;
    text-transform: uppercase;
}
.slider-title-main-lux span{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0rem;
    text-shadow: 5px 4px 3px #00000040;
    font-weight: 600;
}
/* add slider bestea */
.arcade-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/tent-arcade.jpg) no-repeat center center / cover;
}
.slider-title-arcade{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 8rem;
    background: #33217663;
    text-shadow: 12px 7px 2px #6d38ba94;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
}
/* Branch 1 */
.branch1-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/tent-branch1.jpg) no-repeat center center / cover;
}
/* home */
.home-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/home-bg.jpg) no-repeat center center / cover;
}
.home-ardci-div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fea02d33;
}
/* oragon shirt city */
.oragon-shirt-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/osc-img.jpg) no-repeat center center / cover;
}
.oragon-shirt-div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f603020d;
}
.oragon-title{
    width: 53%;
}
.home-slider-logo{
    width: 60%;
}

/* mister donut */
.mister-donut-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/mister-donut-bg.jpg) no-repeat center center / cover;
}
.slider-title-mister-donut{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3606fc;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 7.5rem;
    background: #fbcf573b;
    text-shadow: 8px 2px 1px #57575794;
    letter-spacing: 0.2rem;
    text-align: center;
}
/* bukofrio */
.bukofrio-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/buko-frio-bg.jpg) no-repeat center top / cover;
}
.slider-title-bukofrio {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0aa541;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 7.5rem;
    background: #9e48213b;
    text-shadow: 8px 1px 2px #f4e9e1;
    letter-spacing: 0.6rem;
    text-transform: uppercase;
}
.ardci-credit-slider{
    height: 700px;
    overflow: hidden;
    background: url(../image/tent-ardci-credit.jpg) no-repeat center center / cover;
}
.slider-title-doll-house{
    color: #ffd83a;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 7.5rem;
    background: #b8569a12;
    text-shadow: 7px 1px 2px #ad2b3285;
    letter-spacing: 0.6rem;
    text-transform: uppercase;
    text-align: center;
}

/* about us */
#about {
    scroll-margin: 95px;
}
.about-us{
    background-color: rgb(248 248 248);
    padding-top: 4rem;
}
.wwa-head.sub-title{
    color: #01272e;
    opacity: 0.8;
    font-size: 1.159rem;
}
.wwa-head{
    font-family: 'Lato';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0.8;
    letter-spacing: 3px;
    color: #59bc61;
    text-align: center;
    padding-top: 2rem;
}
.wwa-p{
    font-family: var(--Montserrat);
    padding: 10px 8% 50px;
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 2rem;
    text-align: center;
    word-spacing: 3px;
}
.why-us-container .row{
    min-height: 400px;
    align-items: center;
}
.why-us-img{
    padding: 0;
    border-top-right-radius: 23em;
    border-bottom-right-radius: 23em;
    overflow: hidden;
    /* border: 3px solid #f3f3f3; */
}
.why-us-img-right{
    padding: 0;
    border-top-left-radius: 23em;
    border-bottom-left-radius: 23em;
    overflow: hidden;
}
.why-us-img img, .why-us-img-right img{
    min-height: 400px;
    height: 100%;
    width: 100%;
    padding: 0;
    opacity: 0.9;
}
.why-us-text{
    padding: 2rem 3rem 2rem 4rem;
}
.why-us-text-right{
    padding: 0 6em 0 3em;
}
.why-us-small-title{
    font-family: 'helvetica-bold';
    text-transform: uppercase;
    color: #848484;
    font-size: 0.85rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0.95rem;
}
.why-us-title{
    color: #49c64f;
    font-family: helvetica;
    letter-spacing: 0.0195rem;
    margin-bottom: 1.9rem;
    font-size: 1.85rem;
    font-weight: 500;
}
.why-us-p {
    font-family: 'Montserrat';
    font-size: 1.04rem;
    font-weight: 500;
    opacity: 0.8;
    line-height: 2rem;
}
.why-bg-alternate .row{
    background-color: rgb(248 248 248);
}
.why-choose-abdc{
    margin: 1.9rem 0rem 0rem;
    padding-bottom: 3rem;
}
.why-choose-abdc ul li{
    font-family: var(--Montserrat);
    font-size: 1.123rem;
    line-height: 2.5rem;
    font-weight: 400;
    opacity: 0.9;
}

/* tenants */
.row-tenants-div{
    text-align: center;
    background-color: #fff;
}
.miniso-div{
    background: url('../image/gallery-7.jpg') no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    overflow: hidden;
    height: 650px;
    /* border-right: 2px solid #f6f6f6; */
}
.tenants-title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #01272e;
    padding-top: 3rem;
    padding-bottom: 2rem;
    opacity: 0.8;
}
.miniso-header h1{
    padding-top: 1rem;
    padding-bottom: 0.3rem;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 2.5rem;
    color: #bf2c4e;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #d41818;
}
.ardci-mart-title{    
    padding-top: 3rem !important;
    padding-bottom: 0.6rem;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}
.am-title-ardci{
    color: #141a8b;
    text-transform: uppercase;
    text-shadow: 2px 1px 2px #101467;
}
.am-title-mart{
    text-transform: capitalize;
    color: #239d48;
    text-shadow: 2px 1px 2px #a2e2b5;
}
.miniso-body p{
    font-family: 'Lato';
    padding: 0 4rem;
    text-align: justify;
    opacity: 0.8;
    font-size: 0.85rem;
    line-height: 25px;
}
.ardci-mart-p{
    font-size: 0.85rem !important;
}
.ardci-mart-div{
    background: url('../image/pg-2.jpg') no-repeat; 
    background-size: cover;
    background-position: -100px center;
    position: relative;
    height: 650px;
    overflow: hidden;
}
.tenants-overlay-miniso{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    transition: 0.6s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, 100%);
}
.prevent-transform{
    transform: scale(1) !important;
}
.oover-min{
    width: 100%;
    height: 100%;
    background: #ffffff75;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0.2s;
}
/* to default 0*/
#overMart{
    opacity: 0;
}
.tenants-overlay-ardci-mart{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* facebook only link */
.tenants-facebook{
    margin: 3rem 1rem;
}
.t-fb-title{
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.t-fb-title a{
    text-transform: none;
}
.ct-socials{
    text-align: left;
    padding-left: 4rem;
}
.ct-social-head{
    font-family: var(--Lato) !important;
    font-size: 1.2rem !important;
    opacity: 0.8 !important;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px !important;
}
.ct-fb-link img{
    width: 1.7rem;
    transition: 0.2s ease-out;
}
.ct-fb-link img:hover{
    transform: scale(1.2);
}
.social-row{
    align-items: flex-end;
}
.ct-web-p{
    padding: 0 !important;
    font-size: 0.75rem !important;
    text-align: right !important;
    padding-right: 4rem !important;
}
#tenants{
    scroll-margin: 120px;
}
/* added tenats */
#overLux{
    opacity: 0;
}
.lux-div{
    background: url(../image/lux-bbg1.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
.border-bot{
    border-bottom: 4px solid #f6f6f6;
}
.lux-header h1{
    color: #ebb753;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    padding: 1.2rem 0rem;
    line-height: 2rem;
    margin-top: 1.4rem;
    text-shadow: 0 1px 2px #00000030;
}
.lux-header h1 span{
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: #caa04f;
}
#overBestea{
    opacity: 0;
}
.bestea-div{
    background: url(../image/bestie-bg.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: -35px center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
.bestea-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    padding: 1.2rem 0rem;
    padding-bottom: 2rem;
    margin-top: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 1px 4px #5e5e5e;
}
.BesB{
    font-size: 3.4rem;
}
.Bes-tea{
    color: #a26039;
    text-shadow: 0px 0px 3px #7a7a7a;
}
#overWG{
    opacity: 0;
}
.wg-div{
    background: url(../image/wg-bg.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.WG-header h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    padding: 1.2rem 0rem;
    padding-bottom: 2rem;
    margin-top: 1.4rem;
    font-weight: 600;
    color: #434343;
}
#overDH{
    opacity: 0;
}
.dh-div{
    background: url(../image/dollhouset.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
/*  */
#overOSC{
    opacity: 0;
}
.osc-div{
    background: url(../image/osc-img.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.OSC-header h1{
    padding: 1.2rem 0rem;
    padding-bottom: 2rem;
    margin-top: 1.4rem;
    font-weight: 600;
}
.OSC-header h1 img{
    width: 48%;
}
/*  */
.DH-header h1{
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 1.2rem 0rem;
    padding-bottom: 2rem;
    margin-top: 1.4rem;
    font-weight: 700;
    color: #ffd83a;
    text-shadow: 1px 4px 2px #ad2b329c;
}
.home-div{
    background: url(../image/home-bg.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.home-title-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
} 
.home-img{
    width: 60%;
    background: #ffffff;
    padding: 1.5rem 1.2rem;
    border-radius: 15px;
}
.md-div{
    background: url(../image/mister-donut-bg.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.mister-donut-title-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.326);
    transition: 0.5s ease;
}
.mister-donut-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    background-color: #fffe3a;
    color: #3606fc;
    text-shadow: 3px 2px 3px #785fde;
    font-weight: 800;
    padding: 1.9rem 2.4rem;
    border-radius: 15px;
    border: 5px solid #d8a606;
}
.bf-div{
    background: url(../image/buko-frio-bg.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
.buko-frio-title-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.326);
    transition: 0.5s ease;
}
.buko-frio-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    background-color: #b55023;
    color: #0aa541;
    text-shadow: 4px 1px 1px #f4e9e1;
    font-weight: 800;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    border: 5px solid #f19a3f;
}
/* ardci botika */
.ardci-botika-div{
    background: url(../image/tent-ardci-botika.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.ardci-botika-title-container{
   width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.ardci-botika-img{
    width: 53%;
    background: #ffffff;
    padding: 1.5rem 1.2rem;
    border-radius: 15px;
}
.arcade-div{
    background: url(../image/tent-arcade.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
.arcade-title-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.326);
    transition: 0.5s ease;
}
.arcade-title{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    background-color: #0b0b4e;
    color: #ffffff;
    text-shadow: 3px 2px 3px #785fde;
    font-weight: 800;
    padding: 1.9rem 2.4rem;
    border-radius: 15px;
    border: 5px solid #dbdbdb;
}
.branch1-div{
    background: url(../image/tent-branch1.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.branch1-title-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.326);
    transition: 0.5s ease;
}
.branch1-title{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    background-color: #072c1b;
    color: #ffffff;
    text-shadow: 3px 2px 3px #60587f;
    font-weight: 800;
    padding: 1.9rem 2.4rem;
    border: 5px solid #dbdbdb;
}
.acc-div{
    background: url(../image/tent-ardci-credit.jpg) no-repeat;
    background-size: cover;
    height: inherit;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-left: 4px solid #f6f6f6;
}
.acc-title-container{
   width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.acc-img{
    width: 53%;
    background: #ffffff;
    padding: 0.2rem 2rem;
    border-radius: 15px;
}
/* space for rent */
#space-rent{
    scroll-margin: 100px;
}
#commercialHead{
    scroll-margin: 165px;
}
.space-rent{
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: #f8f8f8;
}
.space-rent-title, .about-title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #01272e;
    padding-top: 1rem;
    padding-bottom: 2rem;
    opacity: 0.8;
}
.space-rent-p{
    font-family: var(--Montserrat);
    padding: 10px 8% 50px;
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 2rem;
    text-align: center;
    word-spacing: 3px;
}
.space-rent-p:last-child{
    padding: 50px 8% 10px;
}
.available-space-title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #01272e;
    margin-top: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
    padding-bottom: 1.1rem;
}
.available-space-s1-container{
    display: flex;
    background: #ffffff;
    margin: 0rem 3rem;
}
.as-img-container img{
    width: 37rem;
}
.as-details-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.8rem 2rem 0.8rem 3rem;
    font-family: 'Montserrat';
}
.kiosk-desc-title{
    font-size: 2.1rem;
    margin-bottom: 2rem;
    color: #01272e;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
}
.kiosk-p{
    line-height: 1.8rem;
    font-size: 1.09rem;
    word-spacing: 3px;
    font-weight: 500;
    color: #42526e;
}
.kiosk-p-title{
    font-weight: 700;
}
/* table available spaces */
.avail-spaces-table{
    font-family: var(--Montserrat);
    border-collapse: collapse;
    text-align: center;
    width: 75%;
    margin: 3rem auto 0rem;
}
.avail-spaces-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px 8px;
}
.avail-spaces-table tr:nth-child(odd) {
    background-color: #dddddd;
}
.avail-headT{
    background-color:#64d16a !important;
    color: #ffffff;
}
.availT-t{
    font-weight: 800;
    opacity: 0.8;
}
/* footer */
footer{
    background: #f8f8f8;
    padding: 2rem;
    overflow: hidden;
}
.logo-footer{
    width: 100%;
}
.footer-address-p{
    padding: 0 1rem;
    opacity: 0.7;
}
.footer-address-p p{
    font-family: helvetica;
    font-size: 0.88rem;
    font-weight: 500;
}
.footer-address-p p:first-child{
    margin-bottom: 0.6rem;
}
.footer-address-p p:last-child{
    margin-top: 2.5rem;
}
.footer-social-div{
    height: 100%;
    position: relative;
}
.socials{
    text-align: right;
    margin-top: 2rem;
}
.footer-links, .faqs-div{
    text-align: right;
}
.f-f-link {
    text-decoration: none;
    font-family: helvetica;
    padding: 0 7px;
    color: #7c827f;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: 0.3s;
    border-right: 1px solid rgb(228, 228, 228);
    display: inline-block;
    margin-top: 15px;
}
.f-f-link:last-child{
    border-right: none;
    color: #44ca4c;
}
.f-f-link:hover, .f-f-link:active{
    color: #44ca4c;    
}
.social-bootom-a img{
    width: 2.2rem;
    transition: 0.2s ease;
    padding: 0 3px;
}
.social-bootom-a img:hover{
    transform: scale(1.3);
}
.contact-footer-email{
    text-align: right;
    margin-top: 1rem;
    font-family: 'Montserrat';
}
.fot-con-title{
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.8;
}
.fot-con-det a{
    color: #000000;
    opacity: 0.6;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
}
.fot-con-det a:hover{
    text-decoration: underline;
}
/**rfq modal */
/* prevent modal to remove the scrollbar */
.modal-open .navbar {
    padding-right: 102px;
}
/* end */
.rqf-con-label{
    font-size: 12px;
    padding-left: 15px;
    font-family: var(--Montserrat);
    color: #363636;
}
.rqf-form-div{
    padding: 7rem 7rem 10rem 7rem;
    box-sizing: border-box;
}
.inpt-box{
    margin-bottom: 1.8rem;
}
.form-control{
    padding: 0.55rem 0.75rem;
}
.rqf-title-page{
    margin: 2rem auto;
    font-family: var(--Montserrat);
}
.rqf-div-btn{
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
}
.rqf-btn{
    padding: 0.5rem 5rem;
    margin-bottom: 2rem;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
}
.btn-close{
    background: none;
}
.btn-close img{
    width: 14px;
}
/* modal x close btn */  /* form control textbox */
.btn-close:focus, .form-control:focus, .accordion-button:focus, .form-check-input:focus, .form-rfq-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}
#searchingimage1{ /*loading gif*/
    width: 30px;
    margin-right: 4px;
}
.pd-img img{
    width: 100%;
}
.hidden{
   display: none;
}
.x-nav{
    width: 15px;
    opacity: 0.8;
}
div.btn-nav{
    transition: 2s;
}
.p-right-17{
    padding-right: 17px !important;
}
/* modal rfq */
.form-title-rfq{
    font-family: 'Poppins';
    font-weight: 100;
    color: #05723c;
    margin-bottom: 5px;
    text-align: center;
}
.form-sub-title-rfq{
    text-align: center;
    font-family: 'Helvetica';
    font-size: 0.7rem;
    margin-bottom: 2.5rem;
    opacity: 0.7;
}
.form-rfq-btn{
    background: #44ca4c;
    border: none;
    padding: 0.5rem 6rem;
    box-shadow: 0px 4px 10px 1px rgb(3 3 3 / 14%);
}
.form-rfq-btn:hover, .form-rfq-btn:focus {
    background: #35ab3d;
}
.modal-header{
    border-bottom: none;
    padding-bottom: 5px;
}
.rfq-overlay{
    z-index: 2;
    background: rgba(224, 224, 224, 0.267);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#loadGifModal{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#loadGifModal img{
    width: 100px;
}
/* response page ty/error*/
.center-flex-contain{
    height: 100vh;
    display: flex;
    align-items: center;
}
.thanks-row{
    text-align: center;
}
.thanks-text-div{
    margin-top: 7rem;
}
.thanks-text-div h1{
    font-size: 67px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Poppins';
}
.thanks-img-div, .error-img-div{
    padding-top: 25px;
}
.thanks-img-div img{
    opacity: 0.9;
    width: 105px;
}
.error-img-div img{
    opacity: 0.8;
    width: 70px;
}
.thanks-p-div{
    padding-top: 20px;
}
.thanks-p-div p{
    font-family: 'Lato';
    font-size: 17px;
    opacity: 0.8;
    letter-spacing: 1.5px;
}
.error-p{
    letter-spacing: 1px !important;
}
.thanks-link-div{
    padding-top: 24px;
}
.thanks-link-div a{
    color: #fefefe;
    background-color: #44ca4c;
    text-decoration: none;
    padding: 12px 21px;
    border-radius: 4px;
    font-family: 'Lato';
    font-size: 0.8rem;
    letter-spacing: 0.0525rem;
    transition: 0.2s;
}
.error-home{
    background-color: red !important;
}
.error-home:hover{
    background-color: rgb(235, 27, 27) !important;
}
.thanks-link-div a:hover{
    background-color: #32a83a;
}
.thanks-footer{
    padding-top: 100px;
}
.thanks-footer p{
    font-size: 11px;
    opacity: 0.7;
    font-family: 'Montserrat';
}
.footer-links li{
    color: #000;
}

/* gallery section */
#gallery{
    scroll-margin: 110px;
}
.gallery{
    padding-top: 2rem;
    background-color: #ffffff;
}
.gallery-title h1{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #01272e;
    padding-top: 2rem;
    opacity: 0.8;
    margin-bottom: 0;
}
.gallery-title p{
    font-family: 'Montserrat';
    font-size: 0.85rem;
    color: #5c5c5ceb;
    text-align: center;
    margin-bottom: 1.5rem;
}
.gallery .gallery-item {
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    overflow: hidden;
}
.gallery .gallery-item img {
    transition: all ease-in-out 0.38s;
}
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
.carousel-indicators-available-space{
    display: none;
}
/* end */

/* event space */
.event-spaceTitle{
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}
.event-space-text{
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0.9rem;
    font-family: 'Montserrat';
}
.events-txt{
    padding: 0;
    margin-bottom: 2.5rem;
}
.event-space{
    padding-top: 3rem;
}
.event-sapace-photos .gallery-item{
    border-right: 3px solid #f8f8f8;
    border-bottom: 3px solid #f8f8f8;
    overflow: hidden;
}
.event-slider-container{
    width: 70%;
}

/* sample */
#eventSpace{
    scroll-margin: 80px;
}
.stage, .ring, .img {
    width:100%;
    height: 100%;
    transform-style: preserve-3d;
    user-select:none;
}
.stage {
    overflow:hidden;
    background:#f8f8f8;
}
.event-sapace-photos{
    position: relative;
    height: 28rem;
}
svg, .event-sapace-photos div {
    position: absolute;
}
.containers {
    perspective: 2000px;
    width: 315px;
    height: 415px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.img{
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 3px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 3px;
    -moz-box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 3px;
}
/* open green space */
#eventSpace{
    scroll-margin: 170px;
}
#openGreenSpace{
    scroll-margin: 170px;
}
.open-green-photos .gallery-item{
    border: 2px solid #f8f8f8;
    margin-bottom: 3rem;
}
.open-green-photos .gallery-item img{
    width: 90%;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 5px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 5px;
    -moz-box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 5px;
    transition: margin 0.2s ease-in-out;
}
.open-green-photos .gallery-item img:hover{
    margin-top: -20px;
}

/* responsive */
@media only screen and (max-width: 1399px){
    .mission-body li{
        padding: 0.5rem 4rem;
    }
    .as-img-container img{
        width: 31rem;
    }
}
@media only screen and (max-width: 1344px){
    .tenants-overlay-miniso{
        height: 70%;
    }
}
@media only screen and (max-width: 1286px){
    .slider-title-arcade{
        font-size: 6rem;
    }
}
@media only screen and (max-width: 1200px){
    .navbar{
        padding: 0px 30px;
    }
    .modal-open .navbar {
        padding-right: 47px;
    }
    .why-us-text, .why-us-text-right{
        padding: 2rem;
    }
    .pd-table{
        width: 55%;
    }
    /* modal */
    .form-title-rfq{
        text-align: center;
        font-weight: 500;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.5rem;
    }
    .form-sub-title-rfq{
        margin-bottom: 1.5rem;
    }
    .inpt-box{
        margin-bottom: -1px;
    }
    .inpt-box input{
        padding: 0.8rem 1rem;
        border-radius: 0;
    }
    .inpt-box input::placeholder{
        font-size: 0.9rem;
    }  
    .rqf-con-label{
        margin-top: 23px;
    }
    .modal-content{
        background-color: #f7f7f7;
    }
    /* solve the overlapping focus in input box */
    .inpt-box:focus-within {
        z-index: 10;
    }
    .form-control.is-invalid, .was-validated .form-control:invalid{
        border-color: #ced4da;
    }
    .form-control.is-valid, .was-validated .form-control:valid{
        border-color: #ced4da;
    }
    .form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder{
        color: #dc3545;
    }
    .form-control.is-valid::placeholder, .was-validated .form-control:valid::placeholder{
        color: #198754;
    }
    .form-rfq-btn{
        width: 100%;
    }   
}
@media only screen and (max-width: 1199px){
    .mission-title h3{
        font-size: 1.9rem;
    }
    .mission-body p{
        padding: 1rem;
    }
    .mission-body li {
        padding: 0.5rem 3rem;
    }
    .as-img-container img {
        width: 27rem;
    }
    .kiosk-desc-title {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .kiosk-p {
        font-size: 0.93rem;
    }
}
@media only screen and (max-width: 1085px){
    .miniso-body p {
        padding: 0 2rem;
    }
    .ct-socials {
        padding-left: 2rem;
    }
    .ct-web-p {
        padding-right: 2rem !important;
    }
    .miniso-body p:last-child{
        margin-bottom: 0;
    }
     .slider-title-main{
        font-size: 5.3rem;
    }
    .slider-title-main-botika::after {
    border-top: 51px solid transparent;
    border-bottom: 51px solid transparent;
}
}
@media only screen and (max-width: 1082px){
    .navbar{
        padding: 0px 25px;
    }
    .modal-open .navbar {
        padding-right: 42px;
    }
    .nav-logo-img {
        width: 17rem;
    }
    .nav-item {
        padding: 4px;
    }
}
@media only screen and (max-width: 1038px){
    .header-text-contain{
        padding-left: 2em;
    }
    .wwa-p{
        padding: 10px 0% 50px;
    }
}
@media only screen and (max-width: 994px){
    .nav-link{
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
}
@media only screen and (max-width: 992px){
    html{
        overflow-x: hidden;
    }
    .space-rent-p{
        padding: 10px 0% 50px;
    }
    .space-rent-p:last-child {
        padding: 50px 0% 10px;
    }
}
@media only screen and (max-width: 991px){
    .navbar{
        height: inherit;
        padding: 22px 25px;
    }
    .nav-logo-img{
        width: 16rem;
    }
    .nav-link{
        color: #353535;
    }
    .header-text-contain{
        padding-right: 0rem;
    }
    .modal-open .navbar {
        padding-right: 16px;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    /* main content */
    .why-us-img, .why-us-img-right{
        border-radius: 5px;
    }
    .why-bg-alternate .row{
        background: #ffffff;
    }
    .why-us-text, .why-us-text-right {
        padding: 2rem 0rem;
        padding-bottom: 7rem;
    }
    .bottom-why-us{
        padding-bottom: 2rem;
    }
    /* service */
    #service-conatiner{
        background-color: #f8f8f8;
    }
    /* tanants */
    .tenants{
        background-color: #ffffff;
    }
    .ardci-mart-div {
        border-left: 4px solid #ffffff;
    }
    .miniso-header h1 {
        padding-bottom: 4px;
        font-size: 2rem;
    }
    /* space for rent */
    .pd-content, .fg-body{
        padding: 0;
    }
    .mission-body p {
        padding: 1rem 0.5rem;
        font-size: 0.8rem;
    }
    .mission-body li {
        font-size: 0.8rem;
    }
    .mission-img{
        margin-top: 27px;
    }
    /* footer */
    .footer-left-col{
        text-align: center;
    }
    .footer-address-p p{
        font-size: 0.8rem;
    }
    .logo-footer{
        width: 80%;
        margin-bottom: 1.2rem;
    }
    .footer-address-p p:last-child{
        margin-top: 2rem;
    }
    #reqBtn {
        background-color: transparent;
        padding: inherit;
        color: #44ca4c;
        font-weight: 600;
        font-size: 0.9rem;
    }
    #reqBtn:hover{
        background-color: transparent;
    }
    #mainThird{
        content: url(../image/ardci-img1.png) !important;
    }
    .available-space-s1-container{
        flex-direction: column;
    }
    .as-img-container img {
        width: 100%;
    }
    .as-details-container{
        text-align: center;
    }
    .kiosk-desc-title{
        margin-top: 2.5rem;
        font-size: 2.1rem;
    }
    .kiosk-p {
        font-size: 1rem;
        line-height: 2.3rem;
        padding-bottom: 2rem;
    }
    .carousel-inner{
        overflow-y: visible;
    }
    .as-details-container {
        box-shadow: 4px 5px 13px 0px rgb(0 0 0 / 3%);
    }
}
@media only screen and (max-width: 984px){
    .wwa-p {
        padding: 10px 0% 30px;
    }
    .slider-title-arcade {
        font-size: 5rem;
        text-shadow: 10px 5px 2px #6d38ba94;
        letter-spacing: 0.6rem;
    }
}
@media only screen and (max-width: 957px){
    .miniso-body p {
        font-size: 0.75rem;
    }
    .miniso-last-p{
        margin-bottom: 20px;
    }
    .ct-social-head{
        font-size: 1rem !important;
        padding-bottom: 1px !important;
    }
    .ct-fb-link img {
        width: 1.4rem;
    }
    .pd-table {
        width: 62%;
    }
}
@media only screen and (max-width: 938.5px){
    .slider-title-doll-house{
        font-size: 5.5rem;
    }
}
@media only screen and (max-width: 918.5px){
    .slider-title-main{
        font-size: 4.8rem;
    }
    .slider-title-main-botika::after {
        border-top: 46px solid transparent;
        border-bottom: 46px solid transparent;
    }
    .slider-title-main-mart{
        font-size: 5rem;
    }
    .slider-title-main-lux{
        font-size: 6rem;
    }
    .slider-title-main-lux span{
        font-size: 1.7rem;
    }
    .slider-title-home{
        font-size: 6.5rem;
    }
    .slider-sub-title {
        font-size: 3.5rem;
        letter-spacing: 0px;
    }
    .home-by {
        font-size: 2rem;
    }
    .slider-title-mister-donut, .slider-title-bukofrio {
        font-size: 4.7rem;
        letter-spacing: 0.1rem;
    }
    .mart-span{
        padding: 0px 17px;
        padding-right: 38px;
        border-top-right-radius: 58px
    }
    .home-of-second-slider, .home-of-first-slide, .lux-slider, .home-slider, .mister-donut-slider, .bukofrio-slider{
        height: 600px;
    }
}
@media only screen and (max-width: 889px){
    .mission-body li {
        padding: 0.5rem 2rem;
    }
    .main-slider-title h3{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 857px){
    .miniso-last-p{
        margin-bottom: 5px;
    }
    .pd-table {
        width: 70%;
    }
    .lux-header h1 span{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 781px){
    .mission-body li {
        padding: 0.5rem 1rem;
    }
    .slider-title-arcade {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 777px){
    .tenants-overlay-miniso {
        height: 75%;
    }
    .slider-title-main{
        font-size: 3.8rem;
    }
    .slider-title-main-botika::after {
        border-top: 37px solid transparent;
        border-bottom: 37px solid transparent;
        right: -32px;
        border-left: 33px solid #88e0cf;
    }
}
@media only screen and (max-width: 750px){
    #parallax-head{
        background-position-x: -40rem;
    }
}
@media only screen and (max-width: 768px){
    .why-choose-abdc ul li{
        font-size: 0.9rem;
    }
    .why-choose-abdc ul{
        margin-bottom: 0;
    }
    .wwa-p{
        font-size: 0.9rem;
        padding: 10px 0% 10px;
    }
    .wwa-p-last{
        padding-bottom: 4rem;
    }
    .wwa-head{
        letter-spacing: 2px;
    }
    .space-rent-p{
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .space-rent-title{
        padding-bottom: 1rem;
    }
    
}
@media only screen and (max-width: 767.5px){
    .tenants-overlay-miniso {
        height: 65%;
    }
    .miniso-header h1 {
        padding-bottom: 1rem;
        font-size: 2.5rem;
    }
    .miniso-body p {
        font-size: 0.85rem;
    }
    .miniso-last-p {
        margin-bottom: 1rem;
    }
    .miniso-body p {
        padding: 0 4rem;
        font-size: 0.85rem;
    }
    .ct-socials {
        padding-left: 4rem;
    }
    .ct-web-p {
        padding-right: 4rem !important;
    }
    .ardci-mart-div {
        border-left: 0;
        border-top: 4px solid #ffffff;
    }
    /* about */
    .vision{
        border: none;
    }
    .mission-body{
        margin-bottom: 2.5rem;
    }
    .mission-body li {
        text-align: center;
    }
    .about-title{
        padding-bottom: 0;
    }
    .about-us-row {
        padding-top: 1rem;
    }
    .logo-footer{
        width: 70%;
    }
    .footer-links{
        text-align: center;
        margin-top: 2rem;
    }
    .socials{
        text-align: center;
        padding-bottom: 2rem;
    }
    .thanks-p-div p{
        font-size: 14px;
    }
    .thanks-pp{
        font-size: 17px !important;
    }
    .kiosk-desc-title {
        font-size: 1.7rem;
    }
    .kiosk-p {
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .as-details-container {
        padding: 0rem 1.5rem 0rem 1.5rem;
    }
    .avail-spaces-table{
        width: 95%; 
    }
    .lux-header h1{
        font-size: 3.6rem;
    }
    .contact-footer-email {
        text-align: center;
    }
    .slider-title-doll-house{
        font-size: 4.4rem;
        letter-spacing: 0.2rem;
    }
    .oragon-title {
        width: 66%;
    }
}
@media only screen and (max-width: 731.5px){
    .slider-title-main{
        font-size: 3rem;
        text-shadow: 7px 2px #141a8b36;
    }
    .slider-title-main-botika::after {
        border-top: 28px solid transparent;
        border-bottom: 27px solid transparent;
        right: -24px;
        border-left: 25px solid #88e0cf;
    }
}
@media only screen and (max-width: 725.5px){
    .slider-title-main-mart {
        font-size: 4rem;
        text-shadow: 7px 1px #44ca4b96;
        letter-spacing: 0.4rem;
    }
    .mart-span{
        margin-left: 1.1rem;
        padding-right: 30px;
        border-top-right-radius: 48px;
        text-shadow: 9px 1px #141a8b63;
    }
    .slider-title-main-lux {
        font-size: 5rem;
    }
    .slider-title-main-lux span {
        font-size: 1.4rem;
    }
    .slider-title-home {
        font-size: 6.4rem;
    }
    .home-by{
        font-size: 1.7rem;
    }
    .slider-sub-title{
        font-size: 2.9rem;
    }
    .slider-title-mister-donut, .slider-title-bukofrio {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 700px){
    .why-us-title{
        font-size: 1.7rem;
    }
    .why-us-p {
        font-size: 0.88rem;
    }
}
@media only screen and (max-width: 668px){
    .header-text-h1 span:last-child {
        padding: 7px 15px;
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 652px){
    .why-us-img img, .why-us-img-right img {
        min-height: 300px;
    }
    .pd-content, .fg-body {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .service-p{
        font-size: 0.89rem;
    }
}
@media only screen and (max-width: 627px){
    .main-slider-title h3 {
        font-size: 1.4rem;
        word-spacing: 1px;
    }
}
@media only screen and (max-width: 617px){
    .header-text-h1 span:last-child {
        padding: 7px 15px;
        font-size: 1.5rem;
    }
    .header-text-p{
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .header-text-contain{
        padding-right: 0;
    }
}
@media only screen and (max-width: 596px){
    .miniso-last-p {
        margin-bottom: 15px;
    }
    .miniso-body p {
        padding: 0 2rem;
        font-size: 0.75rem;
    }
    .miniso-header h1 {
        padding-bottom: 4px;
        font-size: 2rem;
    }
    .ct-socials {
        padding-left: 2rem;
    }
    .ct-web-p {
        padding-right: 2rem !important;
    }
    .pd-table {
        width: 100%;
    }
}
@media only screen and (max-width: 592px){
    .slider-title-main-mart {
        font-size: 3rem;
        text-shadow: 8px 3px #44ca4b96;
    }
    .mart-span{
        text-shadow: 8px 3px #141a8b63;
        padding-right: 20px;
        border-top-right-radius: 30px;
    }
    .slider-title-arcade {
        font-size: 3.2rem;
        letter-spacing: 0.2rem;
    }
}
@media only screen and (max-width: 575px){
    .service-three{
        padding-top: 2rem;
    }
    .main-slider-title h3 {
        font-size: 1.2rem;
    }
    .available-space-s1-container {
        margin: 0rem 2rem;
    }
    .carousel-indicators-available-space{
        display: flex;
        bottom: -48px;
    }
    .carousel-control-prev, .carousel-control-next{
        display: none;
    }
    .slider-title-wrap-go {
        font-size: 3.1rem;
        letter-spacing: 0.2rem;
    }
    .oragon-title {
        width: 86%;
    }
}
@media only screen and (max-width: 542px){
    .header-text-h1 span:first-child{
        font-size: 1.7rem;
    }
    .header-text-h1 span:last-child {
        font-size: 1.5rem;
    }
    .header-text-contain{
        padding-left: 0rem;
    }
    .fb-png {
        width: 1.5rem;
    }
    .fb-link {
        margin-top: 20px;
    }
    .slider-title-mister-donut, .slider-title-bukofrio {
        font-size: 3.5rem;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 500px){
    .nav-logo-img{
        width: 15rem;
    }
    .why-us-text, .why-us-text-right {
        padding: 2rem 1rem;
    }
    .why-us-title{
        font-size: 1.5rem;
    }
    .why-us-p {
        font-size: 0.8rem;
    }
    .logo-footer {
        width: 100%;
    }
    .footer-address-p p:first-child {
        margin-bottom: 0.2rem;
    }
    .why-us-img, .why-us-img-right {
        border-radius: 0px;
    }
    .fot-con-det a{
        font-size: 0.88rem;
    }
}
@media only screen and (max-width: 499px){
    .header-text-h1 span:first-child{
        font-size: 1.7rem;
    }
    .header-text-h1 span:last-child {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 486.5px){
    .slider-title-main-mart {
        font-size: 2.8rem;
        text-shadow: 6px 3px #44ca4b96;
        letter-spacing: 0.1rem;
    }
    .mart-span {
        text-shadow: 6px 3px #141a8b63;
        padding: 0px 10px;
        padding-right: 11px;
        border-top-right-radius: 26px;
    }
    .slider-title-main {
        font-size: 2.4rem;
        letter-spacing: 0.3rem;
    }
    .slider-title-main-botika::after {
        border-top: 24px solid transparent;
        border-bottom: 23px solid transparent;
        right: -13px;
        border-left: 13px solid #88e0cf;
    }
    .slider-title-main-lux {
        font-size: 4.3rem;
        letter-spacing: 0.6rem;
    }
    .slider-title-main-lux span {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 482px){
    .error-text-h1{
        font-size: 60px !important;
    }
}
@media only screen and (max-width: 477px){
    .why-abdc-title{
        line-height: 2rem;
        letter-spacing: 1px;
    }
    .slider-title-arcade {
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
    }
}
@media only screen and (max-width: 466px){
    #parallax-head{
        background-position-x: -48rem;
    }
    .main-slider-title h3 {
        font-size: 1.09rem;
    }
}
@media only screen and (max-width: 441px){
    .kiosk-p {
        font-size: 0.8rem;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 436px){
    footer {
        padding: 1rem;
    }
    .f-f-link{
        font-size: 0.7rem;
    }
    /* .faqs-link{
        font-size: 0.8rem;
    } */
    .social-bootom-a img{
        width: 2rem;
    }
}
@media only screen and (max-width: 428px){
    .miniso-body p {
        line-height: 23px;
    }
    .miniso-body p {
        padding: 0 1rem;
    }
    .ct-socials {
        padding-left: 1rem;
    }
    .ct-web-p {
        padding-right: 1rem !important;
    }
    .ardci-mart-div {
        background-position: -169px center;
    }
    .error-text-h1{
        font-size: 55px !important;
    }
}
@media only screen and (max-width: 427px){
    .navbar{
        padding: 21px 3px;
    }
    .header-text-contain {
        padding-right: 0;
    }
    .pd-content, .fg-body{
        font-size: 0.88rem;
    }
    .fg-title, .pd-title{
        font-size: 1rem;
        letter-spacing: 2px;
    }
    th, td{
        font-size: 0.7rem;
    }
    #tenants {
        scroll-margin: 100px;
    }
    #space-rent {
        scroll-margin: 85px;
    }
    #about {
        scroll-margin: 80px;
    }
    .thanks-p-div p{
        font-size: 11px;
    }
    .main-slider-title h3 {
        font-size: 1rem;
    }
    .kiosk-desc-title {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 425px){
    .available-space-s1-container {
        margin: 0rem;
    }
}
@media only screen and (max-width: 455px){
    .thanks-text-div h1{
        font-size: 60px;
    }
}
@media only screen and (max-width: 413px){
    .header-text-h1 span:first-child {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 406px){
    .header-text-h1 span:last-child {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
    .header-text-p {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 401px){
    .thanks-text-div h1{
        font-size: 55px;
    }
    .thanks-pp {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 395px){
    .nav-logo-img {
        width: 14rem;
    }
    .miniso-body p {
        line-height: 22px;
        font-size: 0.7rem;
    }
    .ct-web-p {
        font-size: 0.7rem !important;
    }
    .slider-title-arcade {
        font-size: 2.2rem;
        letter-spacing: 0.1rem;
    }
}
@media only screen and (max-width: 358px){
    footer {
        padding: 1rem 0rem;
    }
    .wwa-p{
        font-size: 0.8rem;
    }
    .space-rent-p{
        font-size: 0.8rem;
    }
    .slider-title-main-mart {
        font-size: 2.4rem;
    }
    .slider-title-main{
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .slider-title-main-botika::after {
        border-top: 18px solid transparent;
        border-bottom: 17px solid
    }
}
@media only screen and (max-width: 332px){
    .nav-logo-img {
        width: 12.5rem;
    }
    .tenants-overlay-miniso {
        height: 69%;
    }
    .thanks-p-div p{
        font-size: 13px;
    }
    .thanks-p-div p{
        padding: 10px 10px;
        font-size: 11px;
    }
    .thanks-footer p{
        font-size: 9px;
    }
    .error-text-h1{
        font-size: 44px !important;
    }
}
@media only screen and (max-width: 328px){
    #parallax-head{
        background-position-x: -50rem;
    }
}
@media only screen and (max-width: 314px){
    .tenants-overlay-miniso {
        height: 77%;
    }    
}
@media only screen and (max-width: 305px){
    .nav-logo-img {
        width: 11rem;
    }
    .navbar-toggler{
        font-size: 1.1rem;
    }
    .pd-table {
        width: 100%;
        padding-left: 0;
    }
    .banner{
        padding-top: 90px;
    }
}