@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
font-family: 'CanelaDeck-Light';
font-style: normal;
font-weight: normal;
src: local('CanelaDeck-Light'), url('CanelaDeck-Light.woff') format('woff');
}


@font-face {
font-family: 'CanelaText-Regular';
font-style: normal;
font-weight: normal;
src: local('CanelaText-Regular'), url('CanelaText-Regular.woff') format('woff');
}


/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/


button::-moz-focus-inner {  border: 0;}
a:focus {     outline: none; }
button:focus {     outline: none; }
::-moz-focus-inner {border:0;}
:focus, :active {    outline: 0;    border: 0;}



select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(../images/small-down-arrow.png);
   background-repeat: no-repeat;
   background-position: 95% center;
}




body {color: #555; margin: 0px; font-family: poppins; font-size: 14px; font-weight: 300; line-height: 26px; margin: 0px 0px 0px 0px; }

html {  scroll-behavior: smooth;}

body, html {width:100%; overflow-x:hidden;}

a{transition: all 0.5s ease-in 0s; text-decoration:none!important; outline:none; color: #000;}

a:focus, a:active,  a, focus, select {border:0px; outline:none;}

.clear{clear:both;}

p{margin-top:0px; text-align: left;}

img {border:0px;}

form{margin:0px; padding:0px;} 

input {outline:none;}

* {box-sizing:border-box; }

figure {margin:0px; padding:0px;}


h1 {margin:0px; font-size:60px; font-family: 'CanelaDeck-Light'; font-weight:normal; line-height:120%;}

h2 {margin:0px 0px 20px 0px; font-size:48px; color:#9a345c; font-family: 'CanelaDeck-Light'; font-weight:normal; line-height:120%;}
 
h3 {font-family: 'CanelaText-Regular'; font-weight:normal; font-size:30px; line-height:120%;}

.small-heading {color:#999; text-transform:uppercase; letter-spacing:2px; font-weight:500; display:inline-block;  }

.small-heading:after {content:''; display:inline-block; width:40px; height:1px; background-color:#777; margin-bottom:4px; margin-left:5px; }


.listing {margin:0px 0px 0px 20px; padding:0px;}

.listing li { padding-left:10px; list-style-image:url(../images/bullet.png);}




.anchor-holder {display:block; margin-top:-60px; position:absolute;}



.fixed-buttons {position:fixed; right:0px; top:130px; width:50px; z-index:100;}

.fixed-buttons a {display:block;}

.fixed-buttons a img {display:block;}




header { width:100%; display:table; position:fixed; left:0px; top:0px; background-color:#fff; transition: all 0.5s ease-in 0s; z-index:10; }

.logo {display:inline-block; float:left; margin:10px 10px 0px 10px; transition: all 0.5s ease-in 0s;}

.logo a, .logo a img {display:block; width:190px; transition: all 0.5s ease-in 0s;}

.logo2 {display:inline-block; float:right;  transition: all 0.5s ease-in 0s; border-left:1px solid #ddd; padding:10px;}

.logo2 a, .logo2 a img {display:block; width:55px; transition: all 0.5s ease-in 0s;}

.get-in-touch {display:inline-block; float:right; color:#fff; text-transform:uppercase; font-size:10px; font-weight:500; background-color:#9a345c; line-height:20px; padding-right:25px; letter-spacing:2px; transition: all 0.5s ease-in 0s;}

.get-in-touch  span {display:inline-block; float:left; line-height:120%; margin-top:24px; transition: all 0.5s ease-in 0s;text-align: center;}

.get-in-touch strong {display:block; font-weight:400; font-size:17px; letter-spacing:0px; line-height:20px; font-family: 'CanelaDeck-Light'; transition: all 0.5s ease-in 0s;}

.get-in-touch img {display:inline-block; float:left; margin:10px 8px; width:50px; transition: all 0.5s ease-in 0s;}

.get-in-touch:hover {background-color:#7a2245; transition: all 0.5s ease-in 0s;}


.top-navigation {display:block; margin:auto;  margin-top:27px;   width:900px; float:left; margin-left:16%; transition: all 0.5s ease-in 0s; }

.top-navigation a {display:inline-block; float:left; color:#555; margin-right:0px; margin-left:24px; text-transform:uppercase;  font-size:16px; transition: all 0.5s ease-in 0s; line-height:20px; font-family: "Barlow Condensed", serif;
  font-weight: 500; letter-spacing:.5px;}

.top-navigation a:hover {color:#9a345c;  transition: all 0.5s ease-in 0s;}

.top-navigation .current-page, .top-navigation .active {color:#9a345c; font-weight:600; border-bottom:1px solid #9a345c; transition: all 0.5s ease-in 0s;}



header.darker {border-bottom:1px solid #ccc; background-image: linear-gradient(#fff, #eee); transition: all 0.5s ease-in 0s;}

header.darker .get-in-touch {line-height:60px; transition: all 0.5s ease-in 0s;}

header.darker .get-in-touch img {width:35px; transition: all 0.5s ease-in 0s;}

header.darker .top-navigation {margin-top:20px; transition: all 0.5s ease-in 0s;}

header.darker .logo {margin:7px 7px  0px  7px; transition: all 0.5s ease-in 0s;}

header.darker .logo a img {display:block; width:155px; transition: all 0.5s ease-in 0s;}

header.darker .logo2 {padding:7px; transition: all 0.5s ease-in 0s;}

header.darker .logo2 a img, header.darker .logo2 a  {display:block; width:45px; transition: all 0.5s ease-in 0s; }

header.darker .get-in-touch  span {margin-top:15px;text-align: center;}



.home-banner {width:100%; height:900px;  
	/*background-image:url(../images/banner.jpg); */
	background-size:cover; background-position:center center;
	 text-align:center; color:#fff;}

.home-banner h1 {text-align:center; color:#fff; line-height:120%; /*padding-top:15%;*/}

.home-banner h3 {font-family: 'CanelaText-Regular'; font-weight:normal;}

.home-banner p {text-align:center; width:600px; margin:auto; }

.down-arrow {border:2px solid #fff!important; border-radius:1000px; width:60px; height:60px; display:block; margin:auto; padding-top:15px; margin-top:60px;}


@keyframes buttonarrow2 {
	0% {
		transform: translateY(0);
		opacity: 1.0
	}
	100% {
		transform: translateY(-0.6em);
		opacity: 1.0
	}
}

.button-arrow-image {
	animation: buttonarrow2 0.6s infinite alternate ease-in-out;
	width:20px;
}




.readmore {display:block; background-color:#9a345c; color:#fff; text-transform:uppercase; font-weight:500; letter-spacing:2px; width:250px; margin:20px auto; padding:10px; text-align:center; }

.readmore:hover {background-color:#7a2245;}


.top-navigation-mobile {display:none;}











.aboutus {display:table; width:100%; /*padding:80px 0px 200px 0px;*/ padding:0px 0px 200px 0px; background-image:url(../images/peocock-feather.png); background-repeat:no-repeat; background-position:75% bottom;}

.aboutus .grid-1280 {    }

.aboutus img {display:block; width:100%;}

.content-holder {padding:35px;}

.highlights {background-color:#9a345c; padding:40px 60px 50px 40px; color:#fff; margin-top:-60px; position:absolute; margin-left:15%;}

.highlights h4 {margin:0px 0px 10px 0px; text-transform:uppercase; letter-spacing:2px; font-weight:600; font-size:16px;}

.highlights ul {margin:0px 0px 0px 15px; padding:0px;}

.highlights li {padding-left:10px; margin-top:10px;}



.key-features {display:table; width:100%; padding:60px 0px 0px 0px; }

.key-features  .small-heading { text-align:center;  margin:auto; width:180px; display:block; }

.key-features h2 {text-align:center;}

#mixedSlider .MS-content .item figure { width:100%; height:530px; overflow:hidden; position:relative; }

#mixedSlider .MS-content .item figure img {width:100%; display:block; transition: all 0.5s ease-in 0s;}

#mixedSlider .MS-content .item figure:hover img { width:120%; margin:-10%;}

#mixedSlider .MS-content .item figure div { color:#fff; padding:60px 30px 30px 30px; position:absolute; z-index:1; left:0px; bottom:-130px; width:100%; background-image:url(../images/overlay.png);  transition: all 0.5s ease-in 0s;}

#mixedSlider .MS-content .item figure div h3 {margin:0px 0px 30px 0px; font-size:24px;}

#mixedSlider .MS-content .item figure div p {margin:0px; height:100px;}

#mixedSlider .MS-content .item figure:hover div {bottom:0px;}






.promoters {display:table; width:100%; padding:60px 0px 0px 0px; }

.promoters  .small-heading { text-align:center;  margin:auto; width:200px; display:block; }

.promoters h2 {text-align:center;}

#mixedSlider2 .MS-content .item img {width:100%; display:block; transition: all 0.5s ease-in 0s}

#mixedSlider2 .MS-content .item figure:hover img { width:120%; margin:-0% -10% -10% -10%;}

#mixedSlider2 .MS-content .item figure { width:100%; height:270px; overflow:hidden; position:relative; }

#mixedSlider2 .MS-content .item figure div { color:#fff; padding:60px 30px 30px 30px; position:absolute; z-index:1; left:0px; bottom:-80px; width:100%; background-image:url(../images/overlay.png);  transition: all 0.5s ease-in 0s;}

#mixedSlider2 .MS-content .item figure div h3 {margin:0px 0px 20px 0px;}

#mixedSlider2 .MS-content .item figure div p {margin:0px;}

#mixedSlider2 .MS-content .item figure:hover div {bottom:0px;}







.amenties {display:table; width:100%; padding:60px 0px 60px 0px; }

.amenties .col-1-of-8 {padding:0px 5px;}

.amenties  .small-heading { text-align:center;  margin:auto; width:180px; display:block; }

.amenties h2 {text-align:center;}

.amenties-box { background-color:#f5f3e9; width:100%; text-align:center; display:table; width:100%; border-bottom:5px solid #9a345c; margin-top:20px; }

.amenties-box span {display:block; line-height:120%; margin-bottom:30px;}

.amenties-box img {display:block; margin:20px auto; width:120px; opacity:0.5; padding:10px; transition: all 0.5s ease-in 0s;}

.amenties-box:hover img {padding:0px;}






.accessibility {display:table; width:100%; padding:60px 0px 0px 0px; background-color:#9a345c; margin-top:120px; }

.accessibility h2,.accessibility p, .accessibility .small-heading {color:#fff; max-width:80%;}  

.accessibility .small-heading::after {background-color:#fff;}

.fifty-percent-image-holder { position:absolute; width:55%; height:730px; border:0px solid red;  margin-top:-150px; overflow:hidden; right:0px; }

.fifty-percent-image-holder img {width:160%; margin-left:-15%;}



.fifty-fifty {width:100%; height:80px; background-image:url(../images/fifty-fifty.png); background-position:center top;  margin-top:-1px;}

.fifty-fifty .grid-1280 {position:relative;}

.photo-with-frame {right:-31px; margin-top:-130px; position:absolute; z-index:2;}





.gallery {display:table; width:100%; padding:60px 0px 0px 0px;  }

.gallery  .small-heading { text-align:center;  margin:auto; width:180px; display:block; }

.gallery h2 {text-align:center;}

.gallery iframe {width:100%; height:710px; display:block;}




.floorplan {display:table; width:100%; padding:60px 0px 0px 0px;  }

.floorplan-box {width:100%; border:1px solid #ccc; text-align:center; padding-bottom:10px; margin-top:30px;}

.floorplan-box span {display:block; text-align:center;}

.floorplan-box .floor-name { font-weight:600; margin-top:30px; font-size:20px; color: #9a345c; font-family: 'CanelaDeck-Light'; font-weight:normal;}

.floorplan-box .floor-size {font-size:14px;}

.floorplan-box .floor-price { font-size:20px;}

.floorplan-box .floor-price2 {font-size:14px;}

.floorplan-box img {width:100%; padding:30px; transition: all 0.5s ease-in 0s;}

.floorplan-box:hover img {width:100%; padding:6px 0px;}






.siteplan {display:table; width:100%; padding:60px 0px 0px 0px;}

.site-map {display:block; width:100%; margin-top:30px; }

.siteplan h2, .siteplan .small-heading { text-align:center;}  

.siteplan  .small-heading { text-align:center;  margin:auto; width:180px; display:block; }






.faqs {display:table; width:100%; padding:80px 0px 0px 0px;}

.faqs h2, .faqs .small-heading { text-align:center;}  

.faqs .small-heading {  text-align: center;  margin: auto;  width: 180px;  display: block;}

.faqs h2 {margin-bottom:40px;}







.reviews {display:table; width:100%; background-image:url(../images/bg1.jpg); background-size:auto 125%; background-position:right 100px; background-repeat:no-repeat; padding-top:100px;   }

.halfcover {display:table; width:100%; background-image:url(../images/halfcover-bg.png); background-size:100% auto; height:600px; padding:60px;    }

.reviews .readmore {margin-left:0px;}

.reviews p {width:360px;}

#mixedSlider-reviews {float:right; margin-top:-370px;}



.flute {display:table; width:100%; overflow:hidden;}

.flute img {display:block; margin-right:200px; float:right;}












footer { background-color:#9a345c; display:table; width:100%; padding:60px 0px 15px 0px; }

.thumbnail-holder {width:46%; float:left; margin-right:4%; display:inline-block;}

.thumbnail-holder figure {margin-bottom:25px; display:block; overflow:hidden; height:350px; position:relative; }

.thumbnail-holder img {width:100%; display:block; transition: all 0.5s ease-in 0s;}

.thumbnail-holder  {margin-top:-200px;}

.thumbnail-holder.first {margin-top:-300px;}

figure:hover img {width:120%; margin:-10%;}

.thumbnail-holder figure div {position:absolute; width:100%; height:100%; text-align:center; color:#fff; font-size:16px; }

.thumbnail-holder figure div img {width:90px; margin:100px auto 20px auto; display:block;}

.thumbnail-holder figure div strong {display:block; font-size:24px; font-family: 'CanelaDeck-Light'; line-height:160%;}


footer .small-heading {color:#fff;}

footer .small-heading::after {background-color:#fff;}

footer h2 {color:#fff;}

footer p {color:#fff;}

.textbox1 {display:block; padding:15px; width:100%; background-color:#ffffff; border:0px; color:#000000; font-family: poppins; font-size: 14px; font-weight: 300; margin-bottom:10px;}

.submit-button {display:block; padding:15px; width:100%; background-color:#5f1c37; border:0px; color:#fff; font-family: poppins; font-size: 14px; font-weight: 300;}

.hline {clear:both; width:100%; border-bottom:1px solid #ce7598; margin-bottom:20px;}

.footer-column a { display:block; color:#f4c9da; font-size:13px;}

.footer-column a:hover {padding-left:10px; color:#fff;}

.copyright {color:#f4c9da; font-size:12px; letter-spacing:2px; text-transform:uppercase; line-height:40px; }

.socialmedia {width:185px!important; display:inline-block; float:right;  padding:0px;}

.socialmedia a {display:inline-block; width:30px; height:30px; float:left; margin-left:5px; opacity:0.5;}

.socialmedia a img {display:block; width:100%;}

.socialmedia a:hover {opacity:1.0;}

.form-icon  {display:none;}  





.popup-overlay {display:flex; position:fixed; vertical-align:middle; width:100%; height:100%; background-color:rgb(0,0,0,0.5); z-index:10000;}

.popup {width:540px; background-color:#fff; padding:50px; margin:auto;}

.popup h2 {text-align:center; text-transform:uppercase; font-size:30px; letter-spacing:2px;}

.popup-textbox, .popup-selectbox {display:block; padding:12px; width:100%; background-color:#f7f7f7; border:0px; color:#000; border:1px solid #ddd; font-family: poppins; font-size: 14px; font-weight: 300; margin-bottom:10px;}

.popup-submit-button {display:block; padding:15px; width:100%; background-color:#9a345c; border:0px; color:#fff; font-family: poppins; font-size: 14px; font-weight: 600; text-transform:uppercase; letter-spacing:1px;}

.popup-close {display:inline-block; float:right; background-color:#9a345c; color:#fff; padding:20px 22px; font-family:Arial; font-size:20px; line-height:20px; margin-right:-50px; margin-top:-50px;}

.popup-holder {display:flex; width:100%; height:100%;}

#popup-1 {display:none;}












/* Grid */


.grid-1280 {display:table; width:1280px; margin:auto;  }

.row {width: 100%; display: table; }

.col-1-of-12 {width: 8.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-11 {width: 9.09%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-10 {width: 10%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-9 {width: 11.11%; float: left; padding-left: 15px; padding-right: 15px; }

.col-8-of-9 {width: 88.89%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-9 {width: 77.78%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-9 {width: 66.67%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-9 {width: 55.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-9 {width: 44.45%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-9 {width: 33.34%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-9 {width: 22.23%; float: left; padding-left: 15px; padding-right: 15px; }


.col-1-of-8 {width: 12.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-8 {width: 87.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-8 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-8 {width: 62.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-8 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-8 {width: 37.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-8 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-7 {width: 14.28%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-7 {width: 85.68%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-7 {width: 71.4%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-7 {width: 57.12%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-7 {width: 42.84%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-7 {width: 28.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-6 {width: 16.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-6 {width: 83.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-6 {width: 66.64%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-6 {width: 49.98%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-6 {width: 33.32%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-5 {width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-5 {width: 80%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-5 {width: 60%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-5 {width: 40%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-4 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-4 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-3 {width: 33.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-3 {width: 66.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-2 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-1 {width: 100%;  padding-left: 15px; padding-right: 15px; }


.content {display: block; padding: 10px 0px; background-color: #eee; text-align: center; font-size: 10px; color: #000; border: 1px solid #ccc;}


/* Grid */




















/* Scroll Top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	right:0px;	
	z-index:99;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	background-color: #9a345c;
	border-radius:1000px;
	border:3px solid #fff!important;
}

.scroll:hover {background-color:#7a2245;}

.scroll a {padding:17px 0px 0px 0px; display:block; color:#fff; height:55px; width:55px;}

.scroll a img {width:20px;}

.scroll a span {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  margin:auto;
  animation: buttonarrow 0.6s infinite alternate ease-in-out;
}

.scroll a  {
  animation: buttonarrow 0.6s infinite alternate ease-in-out;
}


@keyframes buttonarrow {
	0% {
		transform: translateY(0);
		opacity: 1.0
	}
	100% {
		transform: translateY(-0.5em);
		opacity: 1.0
	}
}

/* Scroll Top */









/* responsive menu */

.responsive-menu-icon { display:none;}


.responsive-menu-icon {
    display: block;
    cursor: pointer;
    background-color:#000;
    width: 66px;
    height: 66px;
    position: fixed;
    right: 0;
    top: 0px;
    padding: 22px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
    z-index: 1000;
}

.bar1, .bar2, .bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */





/* Style the tab */
.tab {
  overflow: hidden;
  text-align:center;
  margin:30px 0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family:Poppins;
  color:#555;
  font-weight:400;
  width:150px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e2d2a3;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #9a345c;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

/* Style the tab */







/* Accordion */
.accordion {
  color: #555;
  cursor: pointer;
  padding: 15px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family:poppins;
  font-weight:600;
  background-color:#fff;
  border-top:1px solid #ddd;
}

.accordion.last-child {
  border-bottom:1px solid #ddd;
}

.accordion.active, .accordion:hover {
  background-color: #9a345c;
  padding-left:20px;
  color:#fff;
}

.accordion:hover:after, .accordion.active:after {color:#fff;}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 10px;
  margin-right:20px;  
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding:0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-box {
	background-color:#eee;
	padding:20px 20px 10px 20px;
}
/* Accordion */





#bg-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  /*mask-image: linear-gradient(to top, transparent 0%, black 50%, transparent 100%); */
  
  user-select: none;
  pointer-events: none;
  aspect-ratio: 16/9;
}

.bgshdw{
	background-color: #9a345c40;width: 60%; margin: 15% auto auto auto!important; padding: 6px;padding-top: 0%;}
.bgshdwh3{background-color: #9a345c40;width: 60%;margin: 0px auto auto auto;padding-top: 22px;padding-bottom: 22px;}