/* https://www.wowthemes.net 
Beauttio HTML Template
v1.0.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.7;
	font-weight:300;
	font-family: Oswald,ui-sans-serif;
  position: relative;
  height: auto;
}
h2 {line-height:1.5;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body.frontpage {overflow:hidden;}
body{
  overflow: hidden scroll !important;
}
a {text-decoration:none;}
p {margin-bottom:20px;}
p:last-child {margin-bottom:0;}

.pull-left {float:left;}
.pull-right {float:right;}
.clearfix {clear:both;float:none;content:'';display:table;}

/*  HEADER  */
header {
  width: 100%;
  height: 35px;
  background-color: #fff;
  /* color: #fff; */
  padding: 10px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 8;
}
.header-logo{
  position: fixed;
  left: 1vw;
  top: 0;
  z-index: 9;
  margin-top: -20px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
}
.header-logo img{
  width: 20vw;
  max-width: 130px;
  margin-top: 30px;
  min-width: 100px;
}
header .nav>ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
header .nav>ul li {
  width: auto;
  display: inline;
  margin: 2px;
  padding: 2px 0px;
}
header .nav>ul li a {
  width: 110%;
  text-decoration: none;
  color: #333;
  /* background-color: transparent; */
  font-size: 1.1rem;
  padding: 5px 10px;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s ease, all 0s ease;
}
header .nav>ul>li:nth-child(3) {
  position: relative;
  padding-right: 10px;
}
header .nav>ul:first-child>li:nth-child(7){
  position: absolute;
  right: 10px;
  /* background:linear-gradient(0deg, red ,white); */
  background-color: steelblue;
  border-radius: 5px;
  padding: 2px;
  transition: all 0.8 ease-in;
  opacity: 1;
}
header>.nav>ul:first-child>li:nth-child(7):hover{
  opacity: 1;
  background: red;
  box-shadow: 0px 3px 5px black;
}
header>.nav>ul:first-child>li:nth-child(7) >a, header>.nav>ul:first-child>li:nth-child(7) >a:hover {
  border-bottom: none;
  color: #fff;
}
header .nav>ul>li:last-child{
  cursor: pointer;
  padding: 2px 5px;
  background-color: purple;
  border-radius: 5px;
}
header .nav>ul>li:last-child:hover {
  box-shadow: 0 0 5px black;
}
header .nav>ul>li:last-child>span{
  font-weight: 600;
  color: #eee;
  font-size: 1.1rem;
  outline: 0;
}
.menu-outer nav ul li:nth-child(9) span{
  color: purple;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  font-size: clamp(16px, 1.2rem, 22px);
  padding: 20px;
}
.register-link{
  color: #eee;
  font-weight: 500;
}
.register-link :hover{
  color: #fff;
}
.mobile-register-link{
  background-color: rgb(90, 0, 90);
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  top: 1%;
  right: 100px;
  z-index: 6;
  display: none;
  opacity: 0.9;
  /* animation: maincontent-borderanim 10s ease infinite alternate-reverse; */
  
  animation: maincontent-borderanim 5s ease infinite alternate-reverse, tilt-anim 5s ease infinite alternate-reverse;
}
@keyframes tilt-anim{
  0%,50%,100%{transform: rotateX(2deg);}
  25%,75%{transform: rotateX(-2deg);}
}
.mobile-register-link span{
  color: white;
  font-size: clamp(14px, 1rem, 18px);
  text-shadow: 0 0 5px purple;
  /* background-color: rgba(128, 0, 128, 0.843); */
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  /* border-radius: 50%;
  aspect-ratio: 1/1; */
  border-radius: 8px;
  aspect-ratio:inherit;
  /* padding: 5px; */
  opacity: 0.8;
  transition: all 0.5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-register-link:hover{
  opacity: 1;
  background-color: purple;
  box-shadow: 0 0 5px white;
}

.span-menu-arrow {
  width: 5px;
  color: #000;
  margin-left: -13px;
  cursor: initial;
}
header>.nav >li:nth-child(3){
  position: relative;
}
header>.nav>li:nth-child(3):hover{
  background-color: red;
}
.span-menu-arrow:hover .more-expos-bar ,
.span-menu-arrow:focus .more-expos-bar ,
header .nav>li:nth-child(3):hover ,
header .nav>li:nth-child(3):focus {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.8s ease;
}
.more-expos-bar{
  visibility: hidden;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 90%;
  display: flex;
  flex-direction: column;
  line-height: 2em;
  transform: translateY(-100%);
  z-index: 7;
}
.more-expos-bar li a{
  border-bottom: 2px solid transparent;
}
.span-menu-arrow{
  width: 5px;
  margin-left: -13px;
  cursor: initial;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  
  animation: main-bg-positionanim 40s linear infinite alternate-reverse;
}
.background:nth-child(4){
  animation: main-bg-positionanim2 40s linear infinite alternate-reverse;
}
.background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background:not(:first-child)::before {
  background-color: rgba(0, 0, 0, 0.4);
}
/* new code */
#container{
  display: flex;
  flex-direction: column;
}
.main-background-video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background-color: black;
  padding-top: 100px;
}
.intro h1{
  display: none;
}
.main-box-bg-video{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: fill;
  z-index: -1;
  filter: blur(3px);
}
.main-box-bg-video {
  background: url(https://media.giphy.com/media/kg19fN5BXbZGIDznzG/giphy.gif?cid=790b761112bhljuipi37zqwt4sfbg1nzpm2ncz97jjub7pq0&ep=v1_gifs_search&rid=giphy.gif&ct=g);
  background-color: black;
  background-size: cover;
  background-position: center;
}


.home-main-head{
  background-color: #921c1c7b;
  position: absolute;
  right: 3%;
  top: 50%;
  bottom: 50%;
  left: 50%;
  display: grid;
  place-content: center;
  place-items: center;
}
.home-main-heading{
  font-size: clamp(2rem, 3.5vw, 4rem);
  width: 48vw;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items:flex-start;
  flex-direction: column;
  line-height: 2em;
  text-align: center;
}
.home-main-heading >span{
  color: whitesmoke;
}
.home-main-text-anim{
  color: white;
}
.home-main-head h1 >span:nth-child(1){
  font-size: clamp(48px, 10vw, 84px);
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
.home-main-head h1 >span:nth-child(2){
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 400;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
}
.home-main-head h1 >span:nth-child(3){
  text-align: center;
  width: 100%;
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 800;
  line-height: 1em;
  
}
.ml4 {
  position: relative;
  font-weight: 900;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
}

.upcmg-event-home {
  /* background-color: black; */
  position: absolute;
  bottom: calc(100vh - 85%);
  left: 0%;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.upcmg-event-home >p{
  text-align: center;
  width: 100%;
  color: gold;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  /* text-shadow: 0 0 5px black; */
  font-weight: 900;
  font-family: Oswald,ui-sans-serif;
  background-clip: text;
  -webkit-background-clip: text;	
  animation: home-cmgupsoon-anim 3s ease 0s alternate-reverse infinite,
              home-main-text-anim 3s ease 2s forwards infinite;
}
@keyframes home-cmgupsoon-anim {
  from { opacity: 0.6; transform: scale(1);}
  to { opacity: 1; transform: scale(1.1);}
}
@keyframes home-main-text-anim {
  from{ filter: hue-rotate(0deg) ; }
  to{ filter: hue-rotate(-180deg); }
}

.ml2 {
  font-weight: 900;
  font-size: 3.5em;
  /* font-size: clamp(1.1rem, 2.5vw, 3rem); */
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.upcmg-event-home a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0px;
  background-color: #36363669;
}
.upcmg-event-home a img{
  min-width: 25px;
  width: 2rem;
  max-width: 50px;
  filter: drop-shadow(2px 4px 6px black);
}

.upcmg-heading {
  width: auto;
  font-size: clamp(1rem, 1.5vw, 2rem);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
  text-align: center;
  opacity: 1;
	color: white;
  text-shadow: 0px 0px 10px black;
}


.main-background-video2{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background-color: #000;
  position: absolute;
  z-index: -1;
  padding-top: 100px;
}
.background:nth-child(4) .contact-wrapper{
  display: grid;
  place-content: right;
}

/* new code */
.home-main-youtube-iframe {
  max-width: 800px;
  min-width: 300px;
  width: 45vw;
  height: auto;
  position: absolute;
  left:50%; top:50%; right:50%; bottom:50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  background-color: #000;
  display: none;
}
.background:first-child {
  /* background-image: url(bg1.jpg); */
  background: black;
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
  position: relative;
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(https://img.freepik.com/free-photo/young-women-applying-make-up-beauty-product-creativity-generated-by-ai_188544-33084.jpg?size=626&ext=jpg&ga=GA1.1.1291007532.1708940504&semt=ais);
  animation: main-bg-positionanim2 30s linear infinite alternate-reverse;
  /* background-color: black; */
  z-index: -1;
}
/* .background:nth-child(2) video{
  background-color: transparent;
} */
.background::before:nth-child(2){
  background-color: rgb(0, 0, 0,0.5);
}
.background:nth-child(3) {
  background-image: url(tfood-fest.jpeg);
  background-position: center center;
  animation: main-bg-positionanim 30s linear infinite alternate-reverse;
}
@keyframes main-bg-positionanim {
  from { background-position: left; }
  to { background-position: right; }
}
@keyframes main-bg-positionanim2{
  from { background-position: left; }
  to { background-position: center; }
}
/*  VISION  */
.background:nth-child(4) {
  background-image: url(bg2.jpg);
}
.background:nth-child(5) {
  /* background-image: url(bg5.jpg); */
  background-image: url(https://img.freepik.com/premium-photo/model-walks-runway-during-fashion-show-she-is-wearing-black-white-dress-with-floral-pattern_14117-35875.jpg?size=626&ext=jpg&ga=GA1.1.1291007532.1708940504&semt=ais);
  animation: main-bg-positionanim2 30s linear infinite alternate;
}
.background:nth-child(6) {
  background-image: url(bg6.jpeg);
  backdrop-filter: blur(5px);
}
.contact-background::before{
  background: rgba(0, 0, 0, 70%);
}
/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 5;
  background-image: url(bg-1-home.jpg);
  background-size: cover;
  background-position: center;
  animation: none;
  height: 110vh;
}

.background:nth-child(2) {
  z-index: 4;
}

.background:nth-child(3) {
  z-index: 3;
}

.background:nth-child(4) {
  z-index: 2;
}

.background:nth-child(5) {
  z-index: 1;
}

.content-wrapper {  
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	color: #fff;
	-webkit-transform: translateY(40vh);
	transform: translateY(40vh);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  /* filter: drop-shadow(2px 4px 6px white); */
  align-items: end;
  animation: maincontent-borderanim 10s ease infinite alternate-reverse;
}
@keyframes maincontent-borderanim {
  from{ filter: drop-shadow(1px 2px 6px black); transform: translateY(-10px) scale(1.01);}
  to{ filter: drop-shadow(0px 0px 1px darkgrey); transform: translateY(0px) scale(1) }
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}


.fixedcallicon {
	background: rgba(0,0,0,0.5);
  background-color: seagreen;
  opacity: 0.4;
  color: rgba(255,255,255,0.7);
  position: fixed;
  top: 80%;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  display: inline-block;
  z-index: 99;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 1s ease;
}
.fixedcallicon i {
  width: 60px;
  height: 60px;
  text-align: center;
}
.fixedcallicon:hover {
  width: 220px;
  opacity: 1;
  background: rgba(245, 172, 25, 0.5);
}
.fixedcallicon a {
  color: #fff;
  cursor: pointer;
}
.fixedcallicon a:hover {
  text-shadow: 0px 0px 3px black;
}
.fixedshare{
  top: 88%;
  background-color: steelblue;
  opacity: 0.4;
}
.fixedshare span>span{
  color: #fff;
  cursor: pointer;
}
.fixedshare span>span:hover{
  text-shadow: 0px 0px 3px black;
}
.fixedRegister{
  height: 30px;
  position: fixed;
  cursor: pointer;
  top: 50vh;
  right: -32px;
  transform: rotate(-90deg);
  background-color: rgba(0, 0, 0, 0.864);
  box-shadow: 0 0 5px cornflowerblue;
  color: #fff;
  font-size: 1.1rem;
  z-index: 99;
  opacity: 0.6;
  padding: 2px 8px;
  border-radius: 2px;
}
.fixedRegister:hover{
  background-color: #000;
  color: #fff;
  opacity: 1;
}


.intro h1 {
  font-family: Great Vibes;
  font-size: 120px;
  font-weight: 400;
  line-height: 1.1;
  font-family: serif;
  font-weight: 400;
}
.intro h1 span.big {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 0px;
    padding: 36px 0 0px;
    display: inline-block;
    font-family: fantasy;
}
.intro h1 span.small {
  font-size: clamp(15px, 2rem, 48px);
  font-family: Oswald, serif;
  color: whitesmoke;
  font-weight: 200;
  text-shadow: 0px 0px 2px black;
}
.intro h1 span.smaller {
	font-size:20px;
	font-family: Oswald,ui-sans-serif;
	display:block;
	margin-bottom:30px;
	font-weight:300;
}
.about {
	width: 500px;
  max-width: 100%;
  margin: 0px auto;
  margin-right: 10vw;
  padding-top: 5vh;
}
.aboutbadge {
  background-color:rgba(190, 45, 90, 0.62);
  aspect-ratio: 1/1;
  max-width: 400px;
  width: 35vw;
  min-width: 200px;
  border-radius:50%;
  color:#fff;
  line-height:260px; 
  font-weight: 300;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.aboutbadge.black{
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.5);
    width: 400px;
    height: 400px;
    font-size: 14px;
    line-height: 210px;
    margin-top: -80px;
    margin-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.aboutbadge.black span {
    font-weight: 300;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0px 0px 0px white;
}
.aboutbadge span {
  line-height: 1.5;
  font-size: 1.2rem;
  display: inline-block;
}

.aboutbadge span.border{
  width: 95%; 
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: clamp(1rem, 24px, 1.3rem);
  background-color: rgba(0, 0, 0, 0.664);
  text-shadow: 0px 0px black;
}

.aboutbadge i {
	font-size:12px;
}



.voucher {
	max-width: 400px;
  aspect-ratio: 1/1;
  margin: 0px auto;
}
.voucher .main-box-bg-video{
  left: 0;
}
.voucher-whitetransparent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 450px;
    /* height: 400px; */
    aspect-ratio: 1/1;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    padding: 20px;

    position: relative;
    overflow: hidden;
}
.voucher-whitetransparent i.fa {
	    color: #25E2F7;
    font-size: 36px;
}
.voucher-whitetransparent h2 {
	line-height:1.5;
	font-weight:400;
  color: #be2d5a;
  text-shadow: 1px 1px 5px black;
	font-size: 32px;
}
.aboutus-para{
  max-width: 90%;
  padding: 5px 30px;
  font-family: Oswald,ui-sans-serif;
  /* font-size: 18px; */
  font-size: clamp(0.9rem,2vw,1.2rem);
  margin: 0%;
  background-color: rgba(0, 0, 0, 0.3);
}
.aboutus-para span{
  color: peachpuff;
  font-weight: 500;
}
.voucher-whitetransparent a {
  color: yellowgreen;
  text-shadow: 0px 0px 10px black;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dashed;
}




.pricingbadge {
	max-width: 400px;
  aspect-ratio: 1/1;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  /* padding: 20px; */
	color:rgba(255,255,255,0.5);
	line-height: 1.4;
	margin-right:30px;
  display: grid;
  place-content: center;

  position: relative;
  overflow: hidden;
}


.pricingbadge h4 {
  color: #be2d5a;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* background-color: rgb(0 0 0 / 30%); */
  text-shadow: 0 0 5px black;
}
.pricingbadge p{
  font-family: Oswald,ui-sans-serif;
  font-size: clamp(0.9rem,2vw,1.2rem);
  color: white;
  text-shadow: 0 0 2px black;
  background-color: #0000005e;
  padding: 5px;
}



@-moz-keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: .1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.uppercase {
  text-transform: uppercase;
}


.testimonialarea {
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
}

.testimonialarea-bubble {
	  display: grid;
    place-content: center;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1/1;
    /* background-color: rgb(0, 0, 0,0.5); */
    color: #333;
    border-radius: 100%;

    position: relative;
    overflow: hidden;
}

.testimonial-widget {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 25% 20%;
  color:rgba(255,255,255,0.9);
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.testimonial-widget h3 {
	margin-bottom:20px;
  font-size: 28px;
  font-weight: 500;
  color: #be2d5a;
  text-shadow: 1px 1px 5px black;
}
.testimonial {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.testimonial.current {
  opacity: 1;
  position: relative;
  z-index: initial;
  -moz-animation: fadein 0.7s ease;
  -webkit-animation: fadein 0.7s ease;
  animation: fadein 0.7s ease;
}
.testimonial.current p{
  font-size: 1.1rem;
  font-family: Oswald,ui-sans-serif;
}


.prev-testimonial,
.next-testimonial {
  position: absolute;
  background-color: transparent;
  fill: white;
  border: none;
  width: 30px;
  top: 110px;
  text-indent: -9999px;
  cursor: pointer;
}
.prev-testimonial:focus,
.next-testimonial:focus {
  outline: none;
}
.prev-testimonial:before,
.next-testimonial:before {
  content: "";
  /* background-color: transparent; */
  width: 25px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-testimonial {
  left: 10px;
      top: 50%;
}
.prev-testimonial:before {
  left: 10px;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
}

.next-testimonial {
  right: 10px;
  top: 50%;
}
.next-testimonial:before {
  right: 10px;
  border-top: solid 1px white;
  border-right: solid 1px white;
}

.testimonial__mug {
  width: 100px;
  height: 100px;
  margin: 16px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.grey-out {
  opacity: .2;
}
.testimonialarea button {
  width: 80px;
  padding: 6px;
  z-index: 99;
}



.contact-box{
  float: right;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-head-box{
  width: 100%;
  margin: auto;
  padding: 0px;
}
.contact-head-box p{
  font-family: Oswald,ui-sans-serif;
  width: auto;
  padding: 10px;
  color: white;
  background-color: rgb(0 0 0 / 30%);
}
.contactform-bubble {
  display: inline-block;
  width: 400px;
  height: 400px;
  aspect-ratio: 1/1;
  background-color: #000;
  color: rgba(255,255,255,0.5);
  border-radius: 50%;
	margin-left: -15px;	
}
.contactform {
	padding:20%;
}
.contactform input, .contactform textarea{
	width:100%;
	background:transparent;
	border:0;
	border-bottom:1px solid #555;
	font-family: Oswald,ui-sans-serif;
  font-size: clamp(0.9rem, 2vw, 1rem);
	padding:10px 0;
	color:rgba(241, 229, 90, 0.5);
  transition: all 0.8s ease;
}
.contactform input:focus, .contactform input:hover, 
.contactform textarea:focus, .contactform textarea:hover {
  background-color: gainsboro;
  color: #000;
  border-radius: 20px;
  padding-inline: 10px;
  width: calc(100% - 10px);
  box-shadow: 0px 0px 2px white;
} 

.contactform input.btnsend {
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 100px;
    border-radius: 40px;
    margin-top: 15px;
    background: rgba(57, 57, 57, 0.5);	
	letter-spacing:0.5px;
}
.contactform input:focus, 
.contactform textarea:focus {
	outline:0;
	outline:none;
	border-bottom:1px solid #fff;
}
.done {
    display: none;
}
.contactform .done {margin-top:10px; font-size:14px;color:rgba(53, 249, 214, 0.42);}
.error input, input.error, .error textarea, textarea.error {
    border-color: #c60f13;
}

.contactaddress-bubble {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: rgb(0 0 0 / 60%);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin-left: -70px;
    background-image: url(https://cdn-icons-gif.flaticon.com/10606/10606443.gif);
    background-size: cover;
    background-blend-mode: color;
}
.contactaddress {
  padding: 20%;
  color: white;
  text-shadow: 0px 0px 15px black;
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
}
.contactaddress >a:first-child{
  color: #fff;
}
.contactaddress >a.map {
  border: 1px dashed black;
  color: #000;
  background-color: white;
  padding: 5px 6px;
  width: fit-content;
  border-radius: 18px;
  margin: auto;
}
.logoarea .intro {
  color: #fff;
  text-align: center;
  position: fixed;
  display: table;
  vertical-align: middle;
  top: 32%;
  left: 12%;
}
.logoarea .intro h1 span.small {
    font-size: 50px;
	margin-top:15px;
	display: block;
}
.logoarea .intro h1 span.smaller {
    font-size: 16px;
	margin-bottom:20px;
	line-height: 1;
	display: block;
}
.logoarea h1 {
  font-size: 90px;
}
.logoarea h1 span.big{
  padding: 22px 0 0px;
  line-height: 0.9;
}

.textwhite {
  color:#fff;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ab4964;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #25E2F7;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/* POPUP BOX STARTED */
.popup-register-box{
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  overflow: scroll;
  padding: 20px 5px;
  /* background-color: rgba(135, 135, 135, 0.412); */
  background-color: #000000e3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 998;
  transition: all 0.8s ease;
}
.popup-img-box{
  min-width: 200px;
  width: 90vw;
  max-width: 800px;
  height: auto;
  /* aspect-ratio: 4/3; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;

  position: relative;
}
.popup-img-box figure.zoom {
  /* background-image: url('popup-image.png'); */
  background-position: 50% 50%;
  position: relative;
  border: 5px solid white;
  box-shadow: -1px 5px 15px black;
  /* overflow: hidden; */
  cursor: zoom-in;
  max-height: 600px;
  /* min-height: 300px; */
  height: 100%;
}
.popup-img-box figure.zoom img:nth-child(2) {
  display: block;
  width: 100%;
  height: 70vh;
  max-height: 500px;
  min-height: 200px;
}

.popup-text{
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2px;
}
.popup-cancel-btn{
  min-width: 30px;
  width: 5vw;
  max-width: 40px;
  position: absolute;
  top: -10px;
  right: -50px;
  object-fit: cover;
  background-color: #d2d2d2;
  border-radius: 50%;
}
.popup-cancel-btn:hover{
  background-color: white;
  box-shadow: 0 0 5px white;
  cursor: pointer;
}
.popup-register-btn{
  cursor: pointer;
  padding: 5px 10px;
  background-color: #3c3c3c;
  text-decoration: none;
  color: white;
  font-size: clamp(18px,1.1rem,20px);
  font-weight: 700;
  border-radius: 5px;
  /* position: absolute;
  bottom: 0%; */
}
.popup-register-btn:hover{
  box-shadow: 0 0 5px white;
}

.register-iframe-box{
  text-align: center;
  display: none;
  position: relative;
}
.register-iframe-box img{
  top: -40px;
}
.register-iframe-box iframe{
  min-width: 250px;
  width: 35vw;
  max-width: 800px;
  min-height: 300px;
  height: 80vh;
  max-height: 600px;
  border: 1px solid;
}
.consent-text{
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: top;
  justify-content: center;
  color: white;
}

/* POPUP BOX ENDED */

.menu-outer:hover ~ .menu-close {
  margin-right:-100px;
}
.menu-outer:hover .bar {     
  background: rgba(145, 255, 255, 0.65);
}

.menu-inner ul {
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
}
html, body {
  background: rgba(20,20,20,1);
  /* cursor: none; */
}
.menu-outer {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 997;  
  width: 100%;
  left: 100%;
  margin-left: -100px;
  height: 200%;
  /* background: rgba(145, 255, 255, 0.65); */
  background: #050909f2;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; 
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-outer:hover {
  /* background: rgba(40, 154, 154, 0.95); */
  background-color: #050909f2;
  left: 0;
  margin-left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-icon {
  z-index: 999;
  position: absolute;
  top: 58px;
  left: 15px;
  width: 35px;
  background-color: #000;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.menu-icon .bar {
  background: rgba(250,250,250,1);
  width: 100%;
  height: 5px;
  margin: 0 0 5px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

nav {
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  display: grid;
  place-items: center;
}
nav ul {
  position:relative;
  width:100%;
  /* height: 95vh;
  min-height: 600px;
  max-height: 800px;
  overflow-y: scroll; */
  scrollbar-width: none;
  padding: 0;
  left: 10%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-outer:hover > nav ul {
  left: 0;
}
nav li {
  width: 80%;
  margin: 0px auto;
  padding: 0;
  list-style:none;
  text-align: center;
  text-transform: uppercase;
}
nav li a, nav li button {
  font-size: clamp(16px, 1.2rem, 22px);
  color: rgba(255,255,255,37%);
  text-decoration: none;
  margin: 0 auto;
  padding: 1vh 0;
  display:block;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
nav li a:hover, nav li button:hover {
  color: rgba(255,255,255,1);
}
nav li button{
  background-color: transparent;
  border: none;
  padding: 20px;
  font-weight: 300;
  font-family: Oswald, ui-sans-serif;
  display: flex;
}
nav li button:hover img{
  animation: share-btn-anim 0.6s ease alternate-reverse infinite;
}
@keyframes share-btn-anim{
  from { transform: translateY(-10px);}
  to { transform: translateY(0px);}
}


@media screen and (max-width: 600px), screen and (max-height: 600px) {
  nav ul {font-size: 1em;}
  nav ul a {padding: 10px;}
}
.menu-close {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 100%;
  width: 200px;
  height: 200px;
  background: #be2d5a;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close .menu-icon {
  right: 15px; left: auto;top: 68px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-close .bar {
  background: rgba(250,250,250,1);
  width: 100%;
  height: 5px;
  position:absolute;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.menu-close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}	
	
/* ABOUTUS CONTAINER*/
.section-main{
  width: 100vw;
  overflow: hidden;
  margin-bottom: 50px;
}
.aboutus-main >section{
  width: 100%;
}
.aboutUs-container{
  background-image: url(aboutus-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  opacity: 0.7;
  display: inline-flex;  
}
.aboutus-box{
  width: 90%;
  margin: auto;
  max-width: 500px;
  color: #fff;
  opacity: 1;
  position: relative;
}
.aboutus-box .head{
  width: 200px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  background-color: #000000a6;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: -20%;
  animation: maincontent-borderanim 2s ease infinite alternate-reverse;
  box-shadow: 0 0 10px black;
}
.aboutus-box h2{
  width: max-content;
  font-size: 1.5rem;
  font-weight: 500;
}
.aboutus-box .para{
  width: 400px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  margin: 5px auto;
  background-color: #304a74a1;
  border-radius: 50%;
}
.aboutus-box p{
  padding: 50px;
  text-align: center;
  text-shadow: 1px 1px 1px black;
  font-family: Oswald,ui-sans-serif;
  font-size: 1.1rem;
}

h6, p {
  font-family: sans-serif;
}

.c-heroImageGrid {
	position: relative;
	overflow: hidden;
	height: 50vw;
	background: transparent;
	/* margin-bottom: 60px; */
  opacity: 0.8;
}

.c-heroImageGrid .aboutus-grid-container {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: -20vw;
	left: -8vw;
	transform: rotateZ(45deg);
	height: 100vw;
	width: 107vw;
}

.c-heroImageGrid .aboutus-grid-container .column {
	overflow: hidden;
	position: relative;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(1) {
	border-right: 8px solid white;
	width: 25%;
	height: 66vw;
  overflow: hidden;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(1):hover {
	opacity: 0.75;
	cursor: pointer;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(1):before {
	position: absolute;
	top: 8.4vw;
	left: 8.1vw;
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotateZ(-45deg);
	content: "";
	width: 37vw;
	height: 38vw;
  background-image: url(aboutus-pets.jpeg);
  background-position: bottom right;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) {
	display: flex;
	flex-direction: column-reverse;
	width: 75%;
	height: 109.1vw;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row {
	border-top: 8px solid #fff;
}


.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(1) {
	position: relative;
	overflow: hidden;
	height: 50vw;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(1):hover {
	opacity: 0.75;
	cursor: pointer;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(1):before {
	position: absolute;
	top: -10.1vw;
	left: -14.3vw;
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotateZ(-45deg);
	content: "";
	width: 65vw;
	height: 39vw;
  background-image: url(aboutus-culturalperf.jpeg);
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) {
	display: flex;
	height: 40.5vw;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(3) {
	border-top: none;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) {
	overflow: hidden;
	width: 30%;
	background-image: url(aboutus-camera.jpeg);
  background-size: cover;
  aspect-ratio: 3/4;
  background-position: center center;
  object-fit: cover;
  background-repeat: no-repeat;
}
.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1):hover{
  opacity: 0.75;
  cursor: pointer;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text {
	width: 100%;
	height: 100%;
	overflow: visible;
	transform: rotateZ(-45deg);
	position: relative;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text h6 {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.35vw;
	width: 20vw;
	top: 16vw;
	left: 7vw;
	line-height: 1.55vw;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text p {
	text-align: right;
	position: absolute;
	color: #fff;
	font-size: 0.9vw;
	width: 18vw;
	top: 23.5vw;
	left: -3.5vw;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2) {
	position: relative;
	width: 70%;
	border-left: 8px solid white;
	overflow: hidden;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2):hover {
	opacity: 0.75;
	cursor: pointer;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2):before {
	position: absolute;
	top: 0;
	left: -40vw;
	width: 110.1vw;
	height: 110vw;
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotateZ(-45deg);
	content: "";
  background-image: url(expofest-foodfest-removebg-preview.png);
  background-position: top;
  background-size:contain;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(3) {
	position: relative;
	height: 18.6vw;
	overflow: hidden;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(3):hover {
	opacity: 0.75;
	cursor: pointer;
}

.c-heroImageGrid .aboutus-grid-container .column:nth-of-type(2) .row:nth-of-type(3):before {
	position: absolute;
	top: 7.5vw;
	left: 25vw;
	width: 33vw;
	height: 27vw;
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotateZ(-45deg);
	content: "";
  background-image: url(aboutus-fashowshow.jpeg);
}
.aboutUs-2{
  border-bottom: 5px solid white;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.aboutUs-2 , .aboutUs-3{
  max-width: 1200px;
  margin: auto;
}
.aboutus-img-content{
  background: transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.aboutus-img-content p{
  max-width: 1000px;
  margin: auto;
  font-size: 1.1rem;
  color: white;
  padding: 30px 5px;
  font-family: Oswald,ui-sans-serif;
}
.aboutUs-3{
  border-top: 5px solid white;
}

.aboutUs-team-members {
  padding: 50px 5px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px ;
  row-gap: 50px;
  background: url(https://images.pexels.com/photos/3826435/pexels-photo-3826435.jpeg?auto=compress&cs=tinysrgb&w=800);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.member {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.info:hover >span, .info:focus>span {
  transform: translateY(-10px);
}
.member:hover .info, .member:focus .info {
  top: 100%;
}
.member .info span::first-line{
  color: lightblue;
  font-weight: lighter;
  text-decoration: underline;
}
.member .desc-para{
  color: white;
}
.member:hover .info span::first-line{
  visibility: hidden;
}
.member:hover .desc-para, .member:focus .desc-para {
  display: block;
  color: white;
  font-size: 1.2rem;
}

.member img {
  width: 250px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  opacity: 0.8;
  transition: all 1s ease;
}
.member:hover img, .member:focus img {
  opacity: 1;
  box-shadow: 9px 10px 23px darkgrey;
  box-shadow: 
    29px 17px 4px grey, 
    -30px 16px 10px lightsteelblue, 
    9px -30px 6px lightcoral;
  transform: scale(1.05);
  animation: member-focus-anim 5s ease infinite alternate-reverse;
}
.member:hover img::before, .member:focus img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 
    29px 30px 4px grey, 
    -30px 20px 10px lightsteelblue, 
    9px -30px 6px lightcoral;
  transform: scale(1.05) rotate(45deg); /* Adjust the angle as needed */
  z-index: -1;
}
@keyframes member-focus-anim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}






.member .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* transform: translateX(-50%); */
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: #52525254;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: bottom 0.7s ease 0s;
}
.member .info h3 {
  margin: 0;
  color: lightgrey;
  text-shadow: 0px 0px 3px black;
  width: max-content;
  font-size: 1.5rem;
  font-weight: bold;
}
.member .info p {
  width: max-content;
  margin: 0;
  font-size: 1rem;
  font-family: Oswald,ui-sans-serif;
  color: rgba(255, 255, 255, 0.736);
}
.member .desc-para{
  max-width: 200px;
  display: none;
}

/* aboutus enddddd */

/* expos-Fest */
.expo-banner-box{
  width: 100%;
  height: 400px;
  background: url(awards-bg.jpeg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  backdrop-filter: blur(5px);
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.expo-banner-box h2{
  text-align: center;
  font-size: 5rem;
  font-size: clamp(3rem,5vw,4rem);
  color: white;
  font-weight: 600;
  text-shadow: 0px 0px 9px black;
  opacity: 0;
  animation: moveup 2.3s ease-in 0s 1 forwards;
}
@keyframes moveup {
  from{ transform: translateY(50px) scale(1.5); opacity: 0;}
  to{ transform: translateY(0px) scale(1); opacity: 1;}
}

.exposFest-container{ width: 100%;}
.expofest-content-box{ width: 100%;padding: 50px 2px;}
.expofest-content-box p{
  max-width: 1000px;
  margin: auto;
  font-size: 1.2rem;
  font-family: Oswald, ui-sans-serif;
  color: white;
  padding: 20px;
  text-indent: 1em;
  text-align: center;
}
.exposFest-box{
  width: 100%;
  margin: auto;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}
.expofestbox{
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  row-gap: 5vw;
  flex-grow: 1;
  justify-content: space-evenly;
  align-items: center;
  transition: transform 0.5s ease;
}
.expofestbox:hover, .expofest:focus{
  border-radius: 10px;
  box-shadow: 0 0 21px #626262;
  transform: scaleX(1.05);
  background-color: #1f1f1f;
}
.expofest-left{
  width: 50%;
  height: 300px;
  max-width: 600px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in;
}
.expofestbox:hover >.expofest-left, .expofestbox:focus >.expofest-left, .expofest-left:hover {
  transform: translateY(-10px) scale(1.1);
  filter: drop-shadow(0px -5px 1px #a0a0a0);
}
.expofest-right{
  width: 50%;
  padding: 20px;
  color: whitesmoke;
}
.expofest-flex-left{
  flex-direction: row;
}
.expofest-flex-right{
  flex-direction: row-reverse;
}
.expofest-right-head{
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
.expofest-flex-left .expofest-right-head{
  color: bisque;
}
.expofest-flex-right .expofest-right-head{
  color: peru;
}
.expofest-right-para{
  width: 90%;
  margin: auto;
  text-align: center;
  text-indent: 1em;
}
.expofestimg-1{
  background-image:url(expos&fest-pic1.png);
  background-size: contain;              
  background-position: top center;
}
.expofestimg-2{background-image:url(expofest-lifestyle-removebg-preview.png);background-position: top; }
.expofestimg-3{background-image:url(expofest-foodfest-removebg-preview.png) ;}
.expofestimg-4{background-image:url(expofest-petsfahionBG.png) ;}
.expofestimg-5{background-image:url(expofest-kidszone-removebg-preview.png) ;}
.expofestimg-6{background-image:url(expofest-handicrafts-removebg-preview.png) ;}
.expofestimg-7{background-image:url(expofest-photographerBG.png); background-position: top;}
.expofestimg-8{background-image:url(expofest-optical-removebg-preview.png) ;}

/* expos-Fest enddddd */

/* EVENTS COMPETITIONS starttt */
.events-comp-banner-box{
  background: url(events-comp-bg.png);
  background-size: contain;
}
.events-comp-container{
  width: 100%;
  margin: auto;
  min-width: 200px;
  max-width: 1200px;
  margin-bottom: 50px;
}
.events-comp-container p{
  color: white;
  font-size: 1.3rem;
  font-family: Oswald,ui-sans-serif;
  width: 90%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 30px 0px;
}
.ul-results {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.events-comp-container .ul-results:last-child{
  flex-direction: row-reverse;
}
.li-result {
  padding: 0;
}
.li-result img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.li-result p{
  font-size: 1.1rem;
}
.ul-results:is(:hover, :focus-within) img {
  opacity: calc(0.1 + (var(--active-lerp, 0) * 0.9));
  filter: grayscale(calc(1 - var(--active-lerp, 0)));
}
:root {
  --lerp-0: 1;
  --lerp-1: 0.5787037;
  --lerp-2: 0.2962963;
  --lerp-3: 0.125;
  --lerp-4: 0.037037;
  --lerp-5: 0.0046296;
  --lerp-6: 0;
}
.li-result a {
  outline-offset: 4px;
}
.li-result {
  flex: calc(0.1 + (var(--active-lerp, 0.1) * 1));
  transition: flex 0.2s ease;
  display: flex;
}
.li-result:is(:hover, :focus-within) {
  --active-lerp: var(--lerp-0);
  z-index: 7;
  box-shadow: 0px 0px 30px white;
}
.li-result:has( + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result {
  --active-lerp: var(--lerp-1);
  z-index: 6;
}
.li-result:has( + .li-result + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result + .li-result {
  --active-lerp: var(--lerp-2);
  z-index: 5;
}
.li-result:has( + .li-result + .li-result + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result + .li-result + .li-result {
  --active-lerp: var(--lerp-3);
  z-index: 4;
}
/* .li-result:has( + .li-result + .li-result + .li-result + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result + .li-result + .li-result + .li-result {
  --active-lerp: var(--lerp-4);
  z-index: 3;
}
.li-result:has( + .li-result + .li-result + .li-result + .li-result + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result + .li-result + .li-result + .li-result + .li-result {
  --active-lerp: var(--lerp-5);
  z-index: 2;
} */
/* .li-result:has( + .li-result + .li-result + .li-result + .li-result + .li-result + .li-result:is(:hover, :focus-within)),
.li-result:is(:hover, :focus-within) + .li-result + .li-result + .li-result + .li-result + .li-result + .li-result {
  --active-lerp: var(--lerp-6);
  z-index: 1;
} */
.mobile-ul-results{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}
.mobile-li-result{
  padding: 0;
  width: auto;
  margin: auto;
  transition: all 1s ease;
}
.mobile-li-result:hover {
  box-shadow: 6px 0px 120px #7a7a7a;
  transform: scale(1.01);
}
.mobile-li-result img{
  width: 90vw;
  max-width: 550px;
  margin: auto;
  height: 30vh;
  object-fit: cover;
  object-position: top;
  transition: all 1s ease, height 1s ease;  
}
.mobile-li-result img:hover{
  max-width: 100vw;
  margin: auto;
  height: 50vh;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* EVENTS COMPETITIONS endedddd */

/* AWARDS starttt */
.awards-section-box{
  margin-bottom: 50px;
}
.awards-banner-box{
  background: none;
  /* background-color: rgba(0, 0, 0, 0.561); */
  position: relative;
  overflow: hidden;
}
.awards-banner-box video,.awards-banner-box img{
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.awards-content-para p{
  width: auto;
  font-size: clamp(1.3rem,2vw,2rem);
  color: slategray;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid grey;
}
.awards-categories {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 80%;
  margin: auto;
  margin-bottom: 3rem;
}

.award-category {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.award-category:hover {
  -webkit-box-shadow: 0px 11px 20px 17px rgb(59 59 59 / 43%);
  -moz-box-shadow: 0px 11px 20px 17px rgb(59 59 59 / 43%);
  box-shadow: 0px 11px 20px 17px rgb(59 59 59 / 43%);
}

.award-category:hover img {
  transform: scaleX(1.1) scaleY(1.02);
}

.award-category:hover h2 {
  color: #fff;
}
.award-category img {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 450px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.award-category h2 {
  font-size: clamp(1.3rem,2vw,1.8rem);
  color: #8a8a8a;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.awards-content {
  width: 80%;
  margin: auto;
  text-align: justify;
  color: white;
  font-size: 1.2rem;
  padding: 0 2rem;
}
.awards-content >div{
  padding: 50px;
  margin: 10px;
  background-color: #00000063;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.awards-content >div:hover{
  background-color: #000;
  box-shadow: 0px 0px 10px #b3b3b380;
  transform: scale(1.01);
}
.awards-content h3{
  font-size: clamp(1.2rem,1.5vw,1.5rem);
  margin: 5px 0;
}
.awards-content p{
  font-size: clamp(0.9rem,1.2vw,1.1rem);
  font-weight: 200;
  color: #ffffff4a;
  text-indent: 1em;
}

/* AWARDS endeddddd */

/* gallery Startttt */
.gallery-intro{
  width: calc(95% - 0.5vw);
  max-width: 1200px;
  margin: 2vw auto;
  padding: 5vw 0.5vw;
  text-align: center;
  color: whitesmoke;
  /* background: url("https://media1.giphy.com/media/l3vR9fGVYld0bRccw/giphy.webp?cid=790b7611fnaebako2e7rvl724sl8d2myx30vx7t5slhxm1eh&ep=v1_gifs_search&rid=giphy.webp&ct=g"); */
  background: black;
  border-radius: 30px;
  opacity: 0.9;
}
.gallery-intro p{
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  text-shadow: 1px 2px 25px black;
  opacity: 1;
}
.gallery-main{
  width: 100%;
  margin:auto;
}
.gallery-box-bg{
  max-width: 1200px;
  margin: 0px auto;
  padding: 100px 0px;
  background-color: #d3d3d30a;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-grow:1;
}
.gallery-boxey{
  width: 500px;
  height: 600px;
  aspect-ratio: 3/4;
  border-radius: 5px;
  flex-basis:350px;
  margin: 10px;
  flex-direction: column;
  justify-content: space-evenly;
  color: #000;
  background-color: white;
  transition: all 0.5s ease;
}
.gallery-boxey:hover{
  -webkit-box-shadow: 0px 11px 15px 13px rgba(46,46,46,1);
  -moz-box-shadow: 0px 11px 15px 13px rgba(46,46,46,1);
  box-shadow: 0px 11px 15px 13px rgba(46,46,46,1);
  transform: translateY(-5px) scale(1.01);
  border-radius: 15px;
}
.gallery-boxey:hover >img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.gallery-img{
  width: 100%;
  height: 75%;
  position: relative;
}
.gallery-img >img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.gallery-img a>span{
  width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  color: black;
  text-align: end;
}
.gallery-img a{
  width: 80px;
  height: 80px;
  border-top-left-radius: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  display: grid;
  opacity: 0.7;
  place-content: center;
  place-items: end;
  transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: -2px -4px 8px black;
}
.gallery-img a:hover{
  background-color: #ffffff7f;
  opacity: 1;
  place-items: center;
}
.gallery-photos-icon{
  width: 45px;
  filter: drop-shadow(0 0 5px white);
}
.gallery-content-box{
  width: 100%;
  height: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-content-box h5{
  font-size: 1.1rem;
  font-size: clamp(1.3rem,2vw,2rem);
  font-weight: 400;
  padding: 5px 2px 0px 5px;
}
.gallery-content-box p{
  width: auto;
  padding: 0px 5px;
  margin: auto;
}
.gallery-content-box p:nth-child(2){
  text-align: end;
  font-weight: 200;
  font-size: 1rem;
  font-weight: 600;
}
.gallery-content-box p:nth-child(3){
  /* color: red; */
  text-indent: 1em;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 2px;
  background-color: rgb(240 ,240, 240);
  text-overflow: ellipsis;
  white-space: wrap;
  overflow: hidden;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gallery-date span{
  font-size: 0.8rem;
  font-weight: 600;
}
.gallery-pics-btn{
  width: auto;
  background-color: red;
  color: white;
  text-align: center;

}
/* gallery endeddddd */

/* gallery-photos page - STARTED */
.gallery-photos-section{
  width: 100%;
  margin: auto;
  /* padding: 10px; */
  text-align: center;
  height: calc(100vh - 400px);
}
.gallery-back-btn{
  width: 37px;
  height: auto;
  padding: 10px 5px;
  border-radius: 5px;
  display: inline-flex;
  float: left;
  position: sticky;
  left: 10px;
  top: 0px;
  z-index: 99;
  opacity: 0.8;
  filter: invert(1);
  transition: all 0.5s ease;
}
.gallery-back-btn:hover{
  filter: none;
  border-radius: 50px;
  box-shadow: 0 0 45px white inset;
  opacity: 1;
}
.gallery-back-btn:hover img{
  filter: drop-shadow(0 0 50px white);
}
.gallery-back-btn img, .gallery-uptarget-btn img{
  width: 100%;
  object-fit: cover;
}
.gallery-uptarget-btn{
  width: 50px;
  height: auto;
  padding: 2px;
  border-radius: 50%;
  display: inline-flex;
  float: right;
  background-color: seashell;
  position: sticky;
  right: 15px;
  top: 94vh;
  z-index: 99;
  scroll-behavior: smooth;
  transform: rotate(90deg);
  opacity: 0.7;
  transition: all 0.5s ease;
}
.gallery-uptarget-btn:hover{
  opacity: 1;
  background-color: white;
  box-shadow: 0 0 10px lightblue;
}
.gallery-photos-head{
  font-size: clamp(1.3rem, 2vw, 2rem);
  text-align: center;
  color: #fff;
  position: sticky;
  padding: 15px 0px;
  top: 0px;
  z-index: 98;
  /* background-color: #000000ad; */
  background-color: #000;
}
#loading {
  display: grid;
  color: slategrey;
  place-content: center;
  place-items: center;
  height: 40%;
}
#gallery-imageContainer{
  width: 100%;
  margin: auto;
  padding: 10px 0px;
  background-color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2px 1px;
  display: none;
}
.gallery-image-box{
  margin: 10px;
  position: relative;
  object-fit: cover;
  flex-basis: 10vw;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.gallery-image-box:hover {
  border-radius: 10px;
  box-shadow: 0 0 20px gray;
}
.gallery-image-box >img{
  transition: transform 2s ease;
}
.gallery-image-box:hover >img{
  box-shadow: 0px 0px 5px black;
  transform: scale(1.1);
}
.gallery-image-box span{
  cursor: pointer;
}
.gallery-image-box:hover span{
  background-color: white;
  opacity: 1;
}
.gallery-image{
  width: 100%;
  object-fit: cover;

}
.gallery-image-downloadbtn{
  position: absolute;
  right: 2%;
  top: 2%;
  min-width: 10px;
  width: 20%;
  max-width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 20px;
  opacity: 0.6;
}
.gallery-image-downloadbtn img{
  /* background-color: red; */
  width: 80%;
  margin: auto;
}
.gallery-photos-seriesNo{
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  font-size: 1rem;
  background-color: #ffffff26;
  color: white;
  text-shadow: 0 0 5px black;
  transition: all 0.5s ease;
}
.gallery-image-box:hover span:last-child{
  background-color: white;
  color: #000;
  text-shadow: none;
}


/* GALLERY-photos page ---- ENDED */

/* UPCOMING PHOTOS PAGE ------ started */
.upcmg-event-box{
  width: fit-content;
  margin: auto;
  padding: 5vh 0;
}
.upcmg-event-box iframe, .upcmg-event-box video{
  max-width: 800px;
  max-height: 500px;
  width: 80vw;
}
.upcmg-cards-section{
  width: calc(100% - 1vw);
  background-color: black;
  padding: 5vh 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.5vw;
  row-gap: 2vh;
  position: relative;
}
.upcmg-cards-section h2{
  display: block;
  width: calc(100% - 5px);
  border-bottom: 2px solid darkgrey;
  text-align: center;
  margin: 5px;
  color: white;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-family: Oswald, ui-sans-serif;
  font-weight: 400;
}
.upcmg-card-box{
  width: 90vw;
  min-width: 300px;
  max-width: 400px;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
}
.upcmg-card-box:hover{
  transform: scale(1.02);
  box-shadow: 0px 0px 15px rgb(170 ,170 ,170);
  border-radius: 10px;
}
.upcmg-card-img-box{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.upcmg-card-img-box img{
  width: 100%;
}
.upcmg-img-blur{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-content: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.upcmg-img-blur p{
  color: white;
  font-size: 1.3rem;
  font-family: Oswald, ui-sans-serif;
  text-shadow: 0 0 5px black;
}
.upcmg-card-box:hover .upcmg-img-blur{
  transform: translateY(0%);
}
.upcmg-content-box{
  position: absolute;
  bottom: 5px;
  background-color: white;
  width: fit-content;
  padding: 5px;
  opacity: 0.6;
  border-top-right-radius: 10px;
  transition: all 0.7s ease;
}
.upcmg-card-box:hover .upcmg-content-box{
  opacity: 1;
  box-shadow: 5px -2px 3px whitesmoke;
}
.upcmg-card-month{
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
}
.upcmg-card-date{
  font-size: 1.8rem;
  font-weight: 100;
}
.upcmg-event-enroll{
  position: absolute;
  right: 5px;
  bottom: 12px;
  word-wrap: normal;
  border-radius: 5px;
}
.upcmg-event-enroll span{
  color: #fff;
  background-color: #000;
  padding: 5px 8px;
  border-radius: 5px;
  letter-spacing: 0.03em;
  opacity: 0.8;
  cursor: pointer;
}
.upcmg-event-enroll span:hover{
  color: #000;
  opacity: 1;
  background-color: white;

}
.ended-events-section{
  display: none;
}
.ended-events-box, .ended-events-box *{
  transform: none;
  transition: none;
}
.ended-events-box:hover{
  box-shadow: none;
  transform: none;
}
.ended-events-blur{
  background-color: #00000082;
}


/* UPCOMING PHOTOS PAGE ------ ENDED */

.btn-enroll {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff4081;   /* pink-ish primary color */
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;       /* remove underline */
  transition: all 0.3s ease;   /* smooth hover */
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.btn-enroll:hover {
  background-color: #e91e63;   /* darker pink on hover */
  box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
  transform: translateY(-2px); /* slight lift on hover */
}

.btn-enroll:active {
  transform: translateY(0);    /* button press effect */
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}



/* CONTACT startttt */
#contact {
  width: 100%;
  height: 100%;
}

/* .section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
} */
.contact-map-section{
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-map-section >iframe{
  max-width: 600px;
  width: 90vw;
  min-width: 200px;
  margin: auto;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 900px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  /* max-width: 400px; */
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, textarea {
  width: calc(100% - 20px);
  max-width: 400px;
  background-color: #242424;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px;
  margin: 5px;
  outline: 0;
  border: none;
}

.send-button {
  height: 34px;
  max-width: 400px;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  padding: 10px;
  display: grid;
  place-content: center;
  background-color: gray;
  border-radius: 10px;
  border: none;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.send-text {
  display: block;
  padding-left: 5px;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translateY(-30px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  /* margin-left: -30px; */
  padding-right: 20px;
  /* overflow-wrap: anywhere; */
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .background:nth-child(6){
    height: 130vh;
  }
  .upcmg-heading {
    width: auto;
    padding: 15px 3px;
  }
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .upcmg-event-home{
    bottom: calc(100vh - 95%);
  }
  #contact .contact-wrapper{
    flex-direction: column-reverse;
    width: 90vw;
    margin: auto;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto; 
  }  
  .direct-contact-container {
    margin-top: 60px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #contact-form >div{
    margin: 5px auto;
  }
  .background:first-child{
    background-size: fill;
    height: 100vh;
    padding: 0;
    display: grid;
    place-content: center;
  }
  .background:first-child .contact-wrapper {
    display: none;
  }
  .testimonial-widget{
    padding: 5px;
    width: 100%;
  }
  .testimonial.current{
    width: 90%;
    margin: auto;
  }
  .voucher-whitetransparent{
    max-width: 350px;
    margin: auto;
  }
  .aboutus-box .head{
    left: 10vh;
    top: -25%;
  }
  .expofestbox{
    flex-direction: column;
  }
  .expofestbox >div{
    width: 100%;
  }
  .awards-categories,.awards-content{
    width: 90%;
    padding: 0;
  }
  .awards-content >div{
    padding: 20px;
    margin: 10px 0;
  }
  .gallery-boxey{
    width: 100vw;
    flex-basis: 45%;
    margin: 0;
    padding: 0;
  }
  footer{
    flex-direction: column-reverse;
    justify-content: center;
    row-gap: 30px;
  }
}

@media screen and (max-width: 569px) {
  .register-iframe-box iframe{
    width: 90vw;
  }
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    margin: 0 auto;
    width: 95%;
  }
  .name, .email, textarea {
    width: 280px;
  }
  .direct-contact-container {
    margin-top: 60px;
    width: 90vw;
    margin: auto;
  }
  .list-item i span{
    margin-left: 5px;
  }
  .about {
    width: 100%;
    margin: 0;
  }
  .contact-list{
    text-align: center;
  }
  .contact-text{
    letter-spacing: normal;
  }
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .gallery-boxey {
    max-width: 400px;
    flex-basis: 100%;
  }
  .upcmg-card-box{
    min-width: 90%;
  }
  .events-comp-container p{
    margin: 0px auto;
    font-size: 1.1rem;
    width: 90%;
    text-align: center;
  }
  .mobile-li-result{
    width: 100vw;
  }
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 100%;
  }
  .upcmg-card-box{
    min-width: 90%;
  }
}

/* CONTACT endeddddd */

/* FOOTER FOOTER -- START*/
footer.footer {background-color:rgba(0,0,0,0.9);padding: 12px;color:rgba(255,255,255,0.3);font-family:Roboto Condensed;font-size:14px;   }
footer.footer.front {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .container {max-width:96%;margin:0px auto;}
.footericons i {margin-left:5px;margin-right:5px;}
.footericons a {color:#fff;}

footer{
  width: calc(100% - 10px);
  margin: auto;
  padding: 10px;
  background-color:rgb(15, 15, 15);
  font-size: 1.1rem;
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
}
.footbox, .foot-social-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
.foot1 p{
  font-family: oswald, sans-serif;
}
.foot2{
  /* background-color: rgba(245, 245, 245, 0.499); */
  border-radius: 25px;
  padding: 5px;
}
.foot-social-box a{
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: gray;
  border: 2px solid black;
  transition: all 0.5s ease;
}
.foot-social-box a:hover{
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 0 10px white;
  background-color: white;
  border: 2px solid white;
}
.foot-social-box img{
  width: 40px;
}
.foot3{
  justify-content: space-around;
  column-gap: 15px;
}
.foot3 a{
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.5s ease;
}
.foot3 a:hover{
  border-bottom: 2px solid white;    
}








/* FOOTER FOOTER -- ENDED */

@media screen and (max-width:1280px) {
  .fixedcallicon{
    top: 85%;
  }
  .fixedshare{
    display: none;
  }
  p.comment-form-email, p.comment-form-author, p.comment-form-url {
		width:100%;
		display:block;
		float:none;
	}
	#comments input {
		width:80%;
	}
	body {
    overflow-x: hidden;
    overflow-y: scroll !Important;
  }
  body.frontbeauttio {
    overflow-y:scroll !Important;
  }
  .background:nth-child(1){
    padding: 0;
  }
  .background {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    will-change:none;
    -webkit-backface-visibility:none;
    backface-visibility:none;
    position:relative;
    height:100vh;
    width:100%;
    -webkit-transform:none;
    transform:none;
    -webkit-transition:0;
    transition:0;
    /* padding:170px 0; */
    padding: 0;
  }
  body.frontbeauttio {
    overflow-y:scroll !Important;
  }
  .content-wrapper {
    height:100vh;
    display:block;
    -webkit-box-pack:initial;
    -webkit-justify-content:initial;
    -ms-flex-pack:initial;
    justify-content:initial;
    text-align:center;
    -webkit-flex-flow:initial;
    -ms-flex-flow:initial;
    flex-flow:initial;
    color:#fff;
    -webkit-transform:none;
    transform:none;
    will-change:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:initial;
    transition:0;
    color:#fff;
    position:relative;
    
    display: grid;
    place-content: center;
    padding: 0;

    /* overflow: scroll;
    scrollbar-width: none; */
  }
  .content-wrapper >div{
    padding: 0;
  }
  .background.up-scroll .content-wrapper,	.background.down-scroll .content-wrapper,	.background:first-child .content-wrapper,	.background.up-scroll,	.background.down-scroll,	.background:first-child,	.background.down-scroll+.background:not(.down-scroll),	.background.up-scroll+.background .content-wrapper,	.background.down-scroll+.background .content-wrapper,	.background.up-scroll+.background {
      -webkit-transform:translate3d(0,0,0) !Important;
      transform:translate3d(0,0,0) !Important;
      -webkit-transform:none !Important;
      transform:none !Important;
  }
  .main-background-video2{
    padding: 0;
  }
  .testimonialarea{
    width: auto;
  }
  .pricingbadge p{
    width: 97%;
    margin: auto;
  }
  .main-background-video{
    padding: 0;
  }
  .gallery-boxey{
    flex-basis: 30vw;
    max-width: 90%;
  }
}

@media screen and (max-width:1200px) {
  header .nav>ul{
    justify-content: end;
  }
  header .nav>ul:first-child>li:nth-child(7){
    top: 110%;
  }
  header .nav>ul li{
    margin: 0;
  }
  .span-menu-arrow{
    margin-left: -10px;
  }
  header .nav>ul li:last-child{
    display: none;
  }
  .mobile-register-link{
    display: block;
    top: 60px;
    right: 110px;
  }
}

@media screen and (max-width:900px) {
  .background{
    min-height: 100vmin;
    background-size: fill;
    padding: 10% 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
	#commentform #comment {
		max-width:80%;
	}
  header{
    display: none;
  }
  .cursor{
    display: none;
  }
  .menu-outer{
    display: block;
    background-color: transparent;
  }
  .mobile-register-link{
    display: block;
    top: 1%;
    right: 100px;
  }
  .mobile-register-link a{
    font-size: clamp(14px,0.9rem,18px);
  }
  .insidepagearea {
    padding:30px;
  }
  .ul-results{
    display: none;
  }
  .ul-results{
    display: none;
  }
  .mobile-ul-results{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2vw;
    width: fit-content;
  }
  .mobile-li-result img{
    width: 100vw;
    min-width: 100px;
  }
  .home-main-head{
    left: 0;
    right: 0;
    text-shadow: 0 0 5px black;
  }
  .home-main-heading{
    width: 90vw;
    margin: auto;
  }
  .upcmg-event-home{
    bottom: calc(100vh - 90%);
  }
  .popup-register-box{
    padding: 0;
  }
  .popup-cancel-btn{
    top: -40px;
    right: -10px;
  }
  .popup-img-box figure.zoom{
    cursor: grab;
    max-height: 60vh;
  }
  .popup-img-box figure.zoom img:nth-child(2){
    height: 100%;
  }
  .prev-testimonial:before, .next-testimonial:before{
    width: 20px;
    top: 25px;
  }
}

/* Responsive */
@media screen and (max-width:767px) {
	.logoarea {
			width:100%;
			clear:both;
			float:none;
			max-width:100%;
	}
  .content-wrapper p, .content-wrapper span, .aboutbadge span, .aboutbadge span.border{
    font-size: 1.1rem;
  }
	.intro h1 {
			font-size:60px;
			line-height:1.2;
			padding: 50px 20px;
	}
	.intro h1 span.small {
			font-size:45px;
			line-height:1.3;
	}
	.intro h1 span.smaller,.logoarea .intro h1 span.smaller {
			font-size:17px;
			line-height:1.3;
	}
  .ul-results{
      flex-direction: column;
  }
  .ul-results img{
      height: 100px;
      transition: transform 0.3s ease, height 0.5s ease;
  }
  .ul-results img:hover, .ul-results img:active, .ul-results img:focus,
  .ul-results li:hover, .ul-results img:active, .ul-results img:focus,
  .ul-results li a:hover, .ul-results img:active, .ul-results img:focus,
  .ul-results img:hover, .ul-results img:active, .ul-results img:focus
  {
    height: 100%;
    transform: scale(1.02);
  }
  .awards-categories {
    flex-direction: column;
    row-gap: 20px;
  }
  .award-category img {
    margin: 0;
  }
  .contact-box{
    width: 250px;
  }
  .contactform-bubble{
    margin-left: 0px;
  }
  .testimonialarea-bubble{
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0px auto;
    margin-left: -5px;
    margin-bottom: -50px;
  }
  .background:nth-child(5) .testimonialarea-bubble{
    width: 320px;
  }
  .background:last-child, .background:last-child .content-wrapper{
    height: auto;
  }
  .background:last-child .content-wrapper{
    padding: 30px 0px;
  }
  .testimonialarea{
    height: auto;
  }
  .aboutbadge{
    width: 300px;
  }
}
@media screen and (max-width:430px) {
	 .aboutbadge.black {
			 margin:0px auto;
			 margin-top:-30px;
			 max-width:300px;
       height: auto;
       aspect-ratio: 1/1;
	}
	 .aboutbadge.black span {
			 /* padding:90px 50px; */
       padding: 25px;
       font-size: clamp(1rem,2vw,1.3rem);
	}
	 .aboutbadge {
			 margin:0px auto;
			 max-width:320px;
       aspect-ratio: 1/1;
       height: auto;
	}
	 .contactform-bubble,.testimonialarea-bubble{
      height: auto;
      aspect-ratio: 1/1;
      margin:0px auto;
      margin-left: -5px;
      margin-bottom: -50px;
	}
  .testimonialarea-bubble{
      position: relative;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.5);
  }
	 .pricingbadge {
      width:350px;
      max-width:100%;
      height: auto;
      margin: 0%;
      margin: 0 auto;
      padding: 30px 30px;
	}
  .testimonialarea{
    width: 90%;
    height: 150vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .testimonial-widget h3{
    margin: 0;
  }
  .contactaddress-bubble {
    width: max-content;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    top: 20px;
  }
  .contactaddress{
    max-width: 200px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 5px;

  }
}


@media screen and (min-width:0px) and (max-width:600px) {
  .gallery-image-box{
    flex-basis: 100vw;
  }
  .gallery-image-downloadbtn{
    opacity: 1;
    background-color: white;
  }
  .mobile-ul-results{
    margin: unset;
  }
  .mobile-li-result{
    width: 100vw;
    margin: unset;
  }
}
@media screen and (min-width:600px) and (max-width:900px) {
  .gallery-image-box{
    flex-basis: 46vw;
  }
  .gallery-image-downloadbtn{
    opacity: 1;
    background-color: white;
  }
  .mobile-ul-results{
    margin: auto;
  }
}
@media screen and (min-width:900px) and (max-width:1280px) {
  #gallery-imageContainer{
    justify-content: center;
  }
  .gallery-image-box{
    flex-basis: 300px;
  }
  .popup-img-box figure.zoom img:nth-child(2):hover {
    opacity: 0;
  }
}
@media screen and (min-width:1280px) {
  #gallery-imageContainer{
    justify-content: center;
  }
  .gallery-image-box{
    flex-basis: 22.5vw;
    max-width: 350px;
  }
  .pricingbadge {
    margin-right: 10vw;
  }
  .popup-img-box figure.zoom img:nth-child(2):hover {
    opacity: 0;
  }
}


/* ON SCROLL EFFECT */
.reveal {
  position: relative;
  transform: translateY(150px);
  transition: transform 1s ease-out 0s, opacity 1s ease-out 0s;
  opacity: 0;
}
.reveal.active {
  transform: translateY(0px);
  opacity: 0.7;
}




.cursor {
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	z-index: 99999;

  border: 2px solid whitesmoke;
  background-color: transparent;
  box-shadow: 0px 0px 5px white, 0px 0px 5px white inset;
  width: 3vw;
  max-width: 40px;
  aspect-ratio: 1/1;
  transition: all 0s ease;
}







