body *{
    font-variant-numeric: lining-nums;
}
.header.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
#about a span {
    text-transform: none;
    display: inline-block;
}
.header {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.47102591036414565) 0%, rgba(0,0,0,0.2189250700280112) 43%, rgba(0,0,0,0) 100%);
}
.pricetag {
    position: absolute;
    top: 14%;
    right: 0;
    z-index: 1;
    left: 0;
}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}
.header.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #a19a96de!important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 9px 10px rgb(0 0 0 / 20%);
}
.qt-syle{
    font-size: 26px;
    line-height: 1.5;
    font-family: 'Romain Text';
    font-weight: 400;
    font-style: italic;
}
.title{
    font-size: 56px;
    line-height: 1.3;
    font-family: 'Romain Text';
    font-weight: 400;
	margin-bottom:1.5rem;
}
.small-title {
    font-size: 26px;
    line-height: 1.5;
    font-family: 'Romain Text';
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.hero .carousel {
    background: #ccc;
}
.intro {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'KievitOT';
}
.mw-142{
	max-width:142px;
}
.mw-203{
	max-width:203px;
}
.mw-180 {
    max-width: 180px;
}
.mw-250{
	max-width:250px;
}
body .bg-secondary{
	background-color:var(--color-secondary) !important;
}
/*body .carousel-indicators {
    justify-content: end;
    display: none;
}*/
body .carousel-caption {
    bottom: 10%;
}
.carousel-caption h5 {
    font-size: 70px;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'Romain Headline';
    max-width: 600px;
    text-align: left;
    font-style: italic !important;
}

.carousel-item.cgb-white:after{content:"Artist's Impression";position:absolute;bottom:15px;right:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.carousel-item.cgb-black:after{content:"Artist's Impression";position:absolute;bottom:15px;right:15px;color:rgba(0,0,0,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.carousel-item.cgb-black-left:after{content:"Artist's Impression";position:absolute;bottom:15px;left:15px;color:rgba(0,0,0,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}

.computer-generated-black-left,
.computer-generated-white-left,
.computer-generated-white,
.computer-generated-black,
.actual-img-black,
.actual-img-white,
.actual-img-white-left {
    position: relative;
}
.imgbordercgtextleft:after{
bottom:30px !important;left:30px !important;
}
.imgbordercgtextright:after{
bottom:30px !important;right:30px !important;
}	
.computer-generated-black-left:after{content:"Artist's Impression";position:absolute;bottom:15px;left:15px;color:rgba(0,0,0,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.computer-generated-black:after{content:"Artist's Impression";position:absolute;bottom:15px;right:15px;color:rgba(0,0,0,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.computer-generated-white:after{content:"Artist's Impression";position:absolute;bottom:15px;right:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.computer-generated-white-left:after{content:"Artist's Impression";position:absolute;bottom:15px;left:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.lb-container .computer-generated-black:after{content:"Artist's Impression";position:absolute;bottom:15px;right:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}

.actual-img-black:after{content:"Actual Image";position:absolute;bottom:15px;right:15px;color:rgba(0,0,0,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.actual-img-white:after{content:"Actual Image";position:absolute;bottom:15px;right:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}
.actual-img-white-left:after{content:"Actual Image";position:absolute;bottom:15px;left:15px;color:rgba(255,255,255,0.85);font-size:9px;line-height:1.3;display:block;z-index:1;opacity:.8;}


/**** Grid CSS ****/

.gallery{
    padding: 10px;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #eae3df;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}
.v-stretch{
    grid-row: span 2;
}
.h-stretch{
    grid-column: span 2;
}
.big-stretch{
    grid-row: span 2;
    grid-column: span 2;
}

/**** Drone Video CSS ****/
.drone-video{
    padding: 6rem;
}

.drone-video .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.drone-video .col{
    flex-basis: 80%;
    min-width: 400px;
}
.drone-video .feature-img{
    width: 83%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.drone-video .play-btn{
    width: 40px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play-btn{
    width: 20px;
    align-items: center;
    position: absolute;
    left: 20%;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}
.video-player{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
video:focus{
    outline: none;
}
.Testi{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 4rem;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #000;
    text-align: center;
    max-height: 300px;
    min-height: 300px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.location {
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.design-border {
    border: 10px solid #fff;
}

.qt-syle1 {
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Romain Text';
    font-weight: 400;
    font-style: italic;
}

.metro-connect{
    background-color: #fffefd;
    padding: 4rem;
}
#about font {
    text-transform: none;
}
.contact {
    padding: 6rem;
    padding-bottom: 0;
}

.contact-form{
    padding-left: 5rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
}

.contact-form p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.4;
}

.contact-form form{
    padding: 2rem;
    background-color: #fff;

}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ededed;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3ab32;
    --bs-btn-border-color: #f3ab32;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3ab32;
    --bs-btn-hover-border-color: #f3ab32;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3ab32;
    --bs-btn-active-border-color: #f3ab32;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3ab32;
    --bs-btn-disabled-border-color: #f3ab32;
}



/*--------SA-----------------*/
.font-18{
	font-size:18px;
	line-height:1.3;
}
.font-24{
	font-size:24px;
	line-height:1.3;
}
.black {
	color:#000 !important;
}
.white {
	color:#fff !important;
}
.bg-fix {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profilebox {
    text-align: left;
    max-width: 392px;
    padding: 1.5rem 0;
}
.btn.btn-primary {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f3ab32;
	color:#fff;
    border: 0;
    border-radius: 0;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0.3rem 1.5rem;
}
.btn.btn-primary:hover {
    background: #000;
	color:#fff;
}
.profilebox h5,
.profilebox h6 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.3rem;
}
.profilebox p{
    font-size: 16px;
    font-style: italic;
	color:#606060;
	font-weight:400;
	font-family: 'Romain Text' !important;
}
.round-img {
    border-radius: 50%;
}
.font-kievitot  {
    font-family: 'KievitOT' !important;
}
.font-gotham {
    font-family: 'Gotham Book' !important;
}
.font-romain {
    font-family: 'Romain Text' !important;
}
.font-minion {
    font-family: 'Minion Pro' !important;
} 
.whitebox {
    background: #fff;
    padding:3.5vmax;
}
.hero #hero-carousel-2.carousel {
    width: 100%;
    min-height: 80vh;
    padding: 0 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.hero #hero-carousel-2.carousel .carousel-caption{
    bottom: auto;
    top: 15%;
}
.hero #hero-carousel-2.carousel .carousel-caption h5 {
    max-width: 625px;
	font-size:56px;
}
/*.facny-slider.owl-carousel.owl-drag .owl-item {
    opacity: 0;
} 
.facny-slider.owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
} */
.arrow-container {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 9;
    margin-bottom: -32px;
}
.arrow-container .arrows,
.fancyarrow .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130px;
    margin-left: auto;
    position: relative;
    width: 100%;
    height: 53px;
    z-index: 9;
}
.arrow-container .carousel-control-next:hover, .arrow-container .carousel-control-prev:hover {
    opacity: 1;
}
.arrow-container .carousel-control-next,
.arrow-container .carousel-control-prev,
.fancyarrow .owl-prev,
.fancyarrow .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #000;
    opacity: 1;
    transition: all .15s ease;
    background: #fff;
    height: 50px;
    margin-bottom: -50px;
}
section.overflow-show {
    overflow: unset;
}
.arrow-style i{
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 15px;
}
.arrow-style i:after{
    content: '\F63B';
    position: absolute;
    top: 37%;
    right: 29%;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-control-next.arrow-style i,
.fancyarrow i {
    padding-left: 15px;
	padding-right: 0;
}
.carousel-control-next.arrow-style i:after{
    content: '\F63B';
    position: absolute;
    top: 37%;
    right:auto;
	left:29%;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow-container .carousel-control-next:hover, .arrow-container .carousel-control-prev:hover{
	background: #f3ab32;
}
.arrow-container .carousel-control-next:hover i, .arrow-container .carousel-control-prev:hover i{
    color: #fff;
}
.size{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}
.size b {
    font-size: 118%;
}
.facny-slider.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    overflow: unset;
}
.outof.owl-carousel .owl-stage-outer {
    overflow: unset;
}
.fetured-box {
    background: #fff;
    position: relative;
    padding: 1.5rem;
}
.fetured-box  h4 {
    font-size: 1.5vmax;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--font-primary);
    text-align: left;
    margin: 0;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    color: #fff;
}
body .fancyarrow .owl-nav {
    margin-right: auto;
    margin-left: 0;
    margin-top: 2rem;
	left:0;
}
body .fancyarrow .owl-nav .owl-prev, body .fancyarrow .owl-nav .owl-next {
    margin: 0;
    position: relative;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0;
}
body .fancyarrow .owl-nav .owl-prev i {
    padding-left: 0;
}
body .fancyarrow .owl-nav .owl-next i {
    padding-right: 0;
}
body .fancyarrow .owl-nav i:after {
    content: '\F63B';
    position: absolute;
    top: 2%;
    right: 15%;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancyarrow .owl-nav .owl-next i:after {
    content: '\F63B';
    position: absolute;
    top: 2%;
    right: auto;
    left: 15%;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fancyarrow .owl-nav i {
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}
body .fancyarrow .owl-nav .owl-prev:hover, 
body .fancyarrow .owl-nav .owl-next:hover{
	background: #f3ab32;
}
body .fancyarrow .owl-nav .owl-next:hover i,
body .fancyarrow .owl-nav .owl-prev:hover i{
    color: #fff;
}
body  .arrow-gray.fancyarrow .owl-nav .owl-prev, 
body  .arrow-gray.fancyarrow .owl-nav .owl-next,
body  .arrow-gray .carousel-control-prev, 
body  .arrow-gray .carousel-control-next{
	background: #c9c9c9;
}
body  .arrow-gray.fancyarrow .owl-nav .owl-prev:hover, 
body  .arrow-gray.fancyarrow .owl-nav .owl-next:hover,
body  .arrow-gray .carousel-control-prev:hover, 
body  .arrow-gray .carousel-control-next:hover{
	background: #f3ab32;
}
/*.highlight {
    background-image: linear-gradient(to right, transparent 50%, #e10019 50%);
    background-origin: 0;
    background-size: 200% 50%;
    background-repeat: repeat-x;
    background-position: 0 100%;
    transition: background-position 0.5s;
    background-position: -100% 100%;
    display: inline-block;
}*/
.highlight span {
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #e10019 40%);
}

.c-yellow.highlight span {
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #fff200 40%);
}
.c-orange.highlight span {
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #ff7a4e 40%);
}
.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
}
.slide-text-box {
    max-width: 400px;
    padding-bottom: 100px;
    min-height: 400px;
}
.item-video {
    max-width: 465px;
    max-height: 282px;
}
.video-carousel .owl-item {
    width:100%;
}
.img-border{
	border:20px solid #fff;
}
.floating-nav .owl-nav {
    position: absolute;
    bottom: 7%;
    left: 0;
}
.bg-stretch-end{
	position:relative;
}
/*.bg-stretch-end:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: calc(0px + 12px);
    top: 0;
	z-index:0;
}*/
.bg-stretch-end:before {
    content: "";
    background-color: #fff;
    width: 130%;
    height: 100%;
    display: block;
    position: absolute;
    right: calc(0px + 12px);
    top: 0;
    z-index: 0;
}
.bg-sports.bg-stretch-end:before {
    background-image: url(../img/the-pwc-club/sports-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-stretch-end.rightside:before {
    content: "";
    background-color: #fff;
    width: 130%;
    height: 100%;
    display: block;
    position: absolute;
    left: calc(0px + 12px);
    top: 0;
    z-index: 0;
}
.bg-maidan.bg-stretch-end:before {
    background-image:url(../img/the-pwc-club/maidan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-art.bg-stretch-end:before {
    background-image:url(../img/the-pwc-club/art-culture-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-restaurantbar.bg-stretch-end:before {
    background-image:url(../img/the-pwc-club/bg-restaurant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.stretch-bg-content{
	padding:3rem;
	z-index:1;
	height:100%;
}
.stretch-bg-content .arrow-container {
    margin-bottom: -80px;
    margin-right: 4vmax;
}
.font-48{
	font-size:48px;
	line-height:1.3;
}
.std-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.std-ul li{
    font-size:16px;
	font-weight:400;
	line-height:1.3;
	margin-bottom:0.3rem;
}
.bg-8percent {background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 92%, rgba(234,227,223,1) 92%, rgba(234,227,223,1) 100%);
}
.bg-78percent {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 78%, rgba(234,227,223,1) 78%, rgba(234,227,223,1) 100%);
}
.bg-94percent{
    background: rgb(234,227,223,1);
    background: linear-gradient(180deg, rgba(234,227,223,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
}
.bg-75percent  {
    background: rgb(234,227,223,1);
    background: linear-gradient(180deg, rgba(234,227,223,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}
.bg-50percent{
    background: rgb(234,227,223,1);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(234,227,223,1) 50%, rgba(234,227,223,1) 100%);
}
.mw-390{
	max-width:390px;
}
.mw-500{
	max-width:500px;
}
.mw-870{
	max-width:890px;
}
.mh-700{
	min-height:700px;
}
.mh-700{
	min-height:700px;
}
.custom-grid{margin:0px 0%;}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    grid-gap: 15px;
    grid-auto-rows: minmax(204px, auto);
    grid-auto-flow: dense;
    padding: 15px;
}

.grid-item {
  padding: 0rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #929796;
  background-color: #333;
  border-radius: 0px;
}
.grid-item figure{    margin-bottom: 0;}
.grid-item img{width:100%; height:100%;}
.grid-item:nth-child(odd) {
  background-color: #424242;
}
.span-3x2 {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.span-3x1 {
  grid-column-end: span 3;
  grid-row-end: span 1;
}
.span-4x2 {
  grid-column-end: span 4;
  grid-row-end: span 2;
}
.span-1x1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.span-2x2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.span-4x1 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
.span-2x1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
.span-1x2 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
/* Zoom In #1 */
.hover01 {position:relative;}
.hover01 figure {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    height: 100%;
}
.hover01 figure img {
    opacity: 0.9;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hover01 p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 1.5rem;
}
.sportsicon {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4vmax;
    min-width: 13.3vmax;
}
.sportsicon .sportname {
    margin-left: 1.3rem;
}
.sportsicon .sportname h6 {
    font-size: 18px;
    font-weight: 600;
    color: #e00019;
    font-family: 'KievitOT';
    margin-bottom: .3rem;
}
.sportsicon .sportname p{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.sportsslidertext{
	min-height:445px;
	padding-bottom:65px;
}
.sportssliderarrow.arrow-container {
    margin-top: -66px;
}
.gymkhanapara{
    line-height: 1.8;
    max-width: 1290px;
    margin: 0 auto;
}
.neighbourhood-grid p span {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Romain Text';
    display: inline-block;
    line-height: 1.3;
}
.testi-videos .item-video {
    max-width: 465px;
    max-height: 282px;
    height: 282px;
    border: 15px solid #fff;
}
.financepartnersbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #fff;
    width: 100%;
    min-height: 144px;
}
.financepartnersbox img {
    width: auto !important;
}
.rewardsrecognitionbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    min-height: 200px;
    flex-direction: column;
}
.rewardsrecognitionbox img {
    width: auto !important;
    min-height: 110px;
    margin-bottom: 2.5rem;
    max-width: 149px;
}
.rewardsrecognitionbox p{
    text-align: center;
	margin-bottom:0;
}
h5.address-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    font-family: 'Romain Text';
    margin-bottom: 1.5rem;
}
.address{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Romain Text';
    color: #606060;
}
.tel {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Romain Text';
    color: #606060;
    margin-top: .5rem;
    display: inline-block;
    margin-bottom: 2rem;
}
.btn.direction-btn{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'KievitOT';
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
	color:#000;
    padding: 0.3rem 1.5rem 0.1rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.direction-btn:hover,
.btn.direction-btn:focus{
    background: #f3ab32;
	color:#fff;
    border: 1px solid #f3ab32;
}
.formcontainer {
    background: #fff;
    padding: 3vmax;
}
body .formcontainer .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ededed;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 40px;
    border-radius: 0;
	margin-bottom:0;
}
body .formcontainer .submitbtn{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'KievitOT';
    text-transform: uppercase;
    background: #f3ab32;
    border: 1px solid #f3ab32;
	color:#fff;
    padding: 0.3rem 1.5rem 0.1rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body .formcontainer .submitbtn:hover,
body .formcontainer .submitbtn:focus{
    background: #000;
    border: 1px solid #000;
	color:#fff;
}
.skip a {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}
#downshow {
    margin-top:.5rem;
}
#downshow a {
    font-size: 18px;
}

.scroll-downs {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5%;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
    z-index: 9;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  display:none;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*.animate {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    
}*/
.animate-transition.animate-right { animation: 2s animate-right;opacity:1; }
.animate-transition.animate-left { animation: 2s animate-left; opacity:1;}
.animate-transition.animate-fade { animation: 3s animate-fade; opacity:1;}

@keyframes animate-right {
  0% { transform: translateX(-65px);}
  100% { transform: translateX(0); }
}

@keyframes animate-left {
  0% { transform: translateX(65px); }
  100% { transform: translateX(0px); }
}
@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/*@keyframes animate-right {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

@keyframes animate-left {
  0% { clip-path: inset(0 0 0 100%); }
  100% { clip-path: inset(0 0 0 0); }
}*/

/*@media (prefers-reduced-motion: no-preference) {
  .animate {
    transition: -webkit-clip-path .8s cubic-bezier(.57,.57,0,.97);
    transition: clip-path .8s cubic-bezier(.57,.57,0,.97);
    transition: clip-path .8s cubic-bezier(.57,.57,0,.97),-webkit-clip-path .8s cubic-bezier(.57,.57,0,.97);
  }
}*/

.animate-transition {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
	opacity:0;
}

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

a.btn-social, .btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.btn-instagram:hover
{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.btn-youtube
{
    background-color: #e52d27;
}
.btn-youtube:hover
{
    background-color: #ea5955;
}
.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}
.btn-youtube
{
    background-color: #FF0000;
}
.btn-youtube:hover
{
    background-color: #FF0000;
}
.mh-160{
	min-height:160px;
}
.floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    background: rgb(0 0 0 / 98%);
    width: 100%;
    text-align: center;
    z-index: 99;
    align-items: center;
    justify-content: space-around;
}
.floating .column {
    width: 100%;
}
.floating .column:first-child {
    border-right: 1px solid #fff;
}
.floating .column a {
    font-size: 14px;
    line-height: 1.3;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-family: 'KievitOT';
    font-weight: 400;
    text-transform: uppercase;
}
.ml-std{
	margin-left:2rem;
}
.mr-std{
	margin-right:2rem;
}
.blnak-height {
    min-height: 700px;
}
.hero #hero-carousel-2.carousel  .caption-bottom.carousel-caption {
    top: auto;
    bottom: 15%;
}
body .bg-left-top{
	background-position:center top !important;
}
.mh-500{
	min-height:500px;
}
.bottom-58 {
    bottom: 58px  !important;
}

body .form-control {
    border-radius: 0;
    min-height: 38px;
}
#videomodel .btn-close {
    position: absolute;
    top: .5rem;
    right: .5rem;
}
#videomodel .modal-body {
    padding: 1rem;
    padding-top: 3rem;
}
.phone-group {
    width: 100%;
    border-collapse: collapse;
    display: flex;
}
.phone-group .code {
    width: 30%;
}
.phone-group .code .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding: 0.5rem;
    border-right: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.3;
}
.phone-group .input-div {
    width: 70%;
}
.phone-group .input-div .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.hide{
	display:none !important;
}
.form{
    position: relative;
}
.spinner {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 8%;
    background: rgba(255, 255, 255, 0.9);
}
.wait {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wait img {
    width: 100px;
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    --bs-modal-width: 1000px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
.header {
    padding: 10px 1vmax;
}
.navbar>ul>li {
    padding: 10px 0 10px 20px;
}
.carousel-caption h5 {
    font-size: 58px;
}
.title {
    font-size: 52px;
}
.intro {
    font-size: 22px;
}
.qt-syle {
    font-size: 24px;
}
.mw-203 {
    max-width: 180px;
}
.font-24 {
    font-size: 22px;
    line-height: 1.3;
}
.size {
    font-size: 22px;
}
.small-title {
    font-size: 22px;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 5px;
    grid-auto-rows: minmax(115px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}
.sportsicon .sportname p {
    font-size: 22px;
}
.sportsicon .sportname h6 {
    font-size: 16px;
}
.sportsicon {
    min-width: 16.3vmax;
	    margin-bottom: 5vmax;
}
.gymkhanapara {
    line-height: 1.8 !important;
}
.hover01 p {
    font-size: 12px;
}
.hover01 p.font-md-8 {
    font-size: 8px;
}
.neighbourhood-grid p span {
    font-size: 30px;
}
#timeline .timeline-movement .timeline-item h4 {
    font-size: 24px;
}

#timeline .timeline-movement .timeline-item p{
    font-size: 14px;
    line-height: 1.3;
}
.gap-large {
    padding: 100px 0;
}

}


@media (max-width: 768px) {
.ml-std{
	margin-left:0;
}
.mr-std{
	margin-right:0;
}
.navbar li.nav-item.active a{
color:#f3ab32;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2rem;
}
.navbar #enqNow {
    display: none;
}
.header {
    padding: 10px 1vmax;
}
.header.scrolled.awake {
    padding: 2px 0;
}
body a.header-btn {
    max-width: 158px;
}
.header.scrolled .logo img {
    max-height: 40px;
    margin: 0.2rem 1rem;
}
.mobile-nav-show {
    padding-right: 0;
}
.header .logo img {
    margin: 0;
	max-height: 53px;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    grid-gap: 2px;
    grid-auto-rows: minmax(92px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}
	body .hero .carousel,
	#hero-carousel.carousel {
    width: 100%;
    min-height: 45vh;;
}
#hero-carousel .carousel-item, #hero-carousel:not(.home-hero) .carousel-item {
    background-image: none !important;
    background: #eae3df;
}
body .hero .carousel-control-prev, body .hero .carousel-control-next {
    display:none;
}
.location-iconbox {
    text-align: center;
}
.carousel-caption h5 {
    font-size: 24px;
}
.carousel-caption {
    left: 5%;
	right: 5%;
	bottom: 0%;
}
.gap-medium {
    padding: 40px 0;
}
.gap-large {
    padding: 80px 0;
}
.mw-203,
.mw-142 {
    max-width: 115px;
}
.mw-250 {
    max-width: 190px;
}
.intro {
    font-size: 20px;
    margin-top: 1.5rem;
	text-align: center;
}
.hero #hero-carousel-2.carousel .carousel-caption h5 {
    font-size: 20px;
    color: #fff !important;
}
.title {
    font-size: 32px;
    text-align: center;
}
.qt-syle {
    font-size: 18px;
    text-align: center;
}
.profilebox {
    text-align: center;
}
.profilebox img{
    max-width: 150px;
}
.font-24 {
    font-size: 18px;
	text-align: center;
}
#hero-carousel-2.carousel {
    min-height: 35vmax !important;
}
.hero #hero-carousel-2.carousel .carousel-caption {
    top: auto;
    bottom: 5% !important;
}
.arrow-container .carousel-control-next, .arrow-container .carousel-control-prev, .fancyarrow .owl-prev, .fancyarrow .owl-next {
    width: 34px;
    height: 34px;
    margin-bottom: -34px;
}
.arrow-container .arrows, .fancyarrow .owl-nav {
    max-width: 90px;
    height: 34px;
    right: .9rem;
    bottom: 14px;
}
.carousel-control-next.arrow-style i:after,
.arrow-style i:after {
    top: 27%;
}
.size {
    font-size: 18px;
    text-align: center;
}
.small-title {
    font-size: 20px;
    text-align: center;
}
.text-xs-center {
	text-align:center !important;
}
.pt-xs-0{
	padding-top:0!important;
}
.fetured-box {
    padding: 0;
}
.slide-text-box {
    max-width: 500px;
    padding-bottom: 50px;
    min-height: 210px;
}
ul.column-xs-2 {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    column-gap: 30px !important;
}
.bg-78percent {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 89%, rgba(234,227,223,1) 89%, rgba(234,227,223,1) 100%);
}
.bg-75percent {
    background: rgb(234,227,223,1);
    background: linear-gradient(180deg, rgba(234,227,223,1) 87%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%);
}
.bg-xs-100percent{
    background: rgb(234,227,223,1);
    background: linear-gradient(180deg, rgba(234,227,223,1) 100%) !important;
}
.img-border {
    border: 15px solid #fff;
}
.stretch-bg-content .arrow-container {
    padding: 0 2rem;
}
.stretch-bg-content {
    padding: 1.5rem;
}
.stretch-bg-content .arrow-container {
    margin-bottom: -55px;
    padding-right: 0 !important;
}
.bg-stretch-end.rightside:before, .bg-stretch-end:before {
    width: 100% !important;
    position: relative !important;
    left: 0;
    right: 0;
    min-height: 160px;
}
.hide-before-xs:before{
	display:none;
}
.hide-before-xs .stretch-bg-content{
	background-color:#fff;
}
.arrows.ms-0 {
    left: .9rem;
}
.hover01 p {
    font-size: 12px;
    padding: .5rem;
}
.table-responsive.rera-table table{
    border: 0;
}
.table-responsive.rera-table table tr{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rera-table tr td {
    font-weight: 400;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
}
.rera-table tr td:not(:last-child) {
    border-bottom: 0 !important;
}
.mh-700 {
    min-height: 200px;
}
.mh-xs-350 {
    min-height: 350px;
}
.bg-fix {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-paralax-bg {
    background-image: url(../img/paralax-img-xs.jpg)!important;
}
.experience-title {
    color: #fff;
    font-size: 28px;
}
.experience-title br {
    display: none;
}
.sportsslidertext {
    min-height: 317px;
    padding-bottom: 0;
}
.small-title.gymkhanapara {
    font-size: 14px;
    text-align: center;
}
.pb-xs-3 {
	padding-bottom:3rem !important;
}
.neighbourhood-grid p span {
    font-size: 20px;
}
.location-grid .grid-layout{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul,
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#timeline .lefting-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
}
#timeline .lefting-wrap img{
    width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .righting-wrap,
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 100%;
    text-align: center;
}
h5.address-title {
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: center !important;
}
.footer .lighthouse-footer-widget {
    text-align: center;
}
section.overflow-show {
    overflow: hidden;
    padding-bottom: 34px;
}
.fetured-box  h4 {
    font-size: 3.5vmax;
    top: 1.5rem;
    right: 1.5rem;
}
.scroll-top {
    right: 10px;
    bottom: 52px;
}
.footer .footer-legal {
    padding-bottom: 50px;
}
.floating{
    display: flex;
}
.carousel-item.cgb-white:after{bottom:5px;right:5px;opacity:.8;}
.animate-transition.animate-right { animation: 1s animate-right;opacity:1; }
.animate-transition.animate-left { animation: 1s animate-left; opacity:1;}
.animate-transition.animate-fade { animation: 1s animate-fade; opacity:1;}

@keyframes animate-right {
  0% { transform: translateX(-30px);}
  100% { transform: translateX(0); }
}

@keyframes animate-left {
  0% { transform: translateX(30px); }
  100% { transform: translateX(0px); }
}
@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.sportsicon .sportname h6 {
    font-size: 14px;
}
.sportsicon .sportname p {
    font-size: 18px;
}
.sportsicon .sportname {
    margin-left: .8rem;
}
.sportsicon {
    min-width: 100%;
}
.sportsicon img {
    max-width: 40px;
}
#timeline .timeline-movement {
    margin-bottom: 10rem;
}
#timeline .timeline-badge.timeline-future-movement {
    top: -88px;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
    padding: 1rem;
}
.imgbordercgtextleft:after {
    bottom: 15px !important;
    left: 15px !important;
}
#xxl .carousel-item.cgb-black-left:after {
    bottom: -15px;
	left:0;
	right:auto;
}
.blnak-height {
    min-height:0;
}
.gymkhana-bg{
	background-image:url(../img/the-pwc-club/ghymkhana-bg-xs.jpg)!important;
}
.arrow-xs-top {
    position: absolute;
    top: -3px;
    bottom: auto;
}
body .hero .carousel, #hero-carousel.carousel {
    width: 100%;
    min-height: 100%;
    padding: 0;
    display: flex;
}
#hero-carousel .carousel-item, #hero-carousel:not(.home-hero) .carousel-item {
    background-image: none !important;
    background: #eae3df;
}
.hero .carousel-item {
    position: relative;
}
.mw-xs-80{
	max-width:80px !important;
}
.stretch-bg-content .arrow-container {
    margin-right: -3vmax;
}
.whitebox {
    background: #fff;
    padding: 1.5vmax !important;
}
body .bg-xs-white {
    background-color: #fff !important;
}
body .bottom-58 {
    bottom: 0px !important;
}
}