
:root,
[data-bs-theme=light] {
  --heading-font: "Quicksand", Verdana, serif;
  --heading-font-weight: 700;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.2;

  --swiper-theme-color: var(--bs-primary);

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  /* theme colors */
  --bs-body-font-family: "Roboto", Verdana, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;

  --bs-primary: #FF534A;
  --bs-primary-dark: #d33a32;
  --bs-secondary: #FDEEE9;
  --bs-black: #111;
  --bs-light: #F0F0F1;
  --bs-dark: #253370;
  --bs-gray: #949494;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 255, 83, 74;
  --bs-secondary-rgb: 253, 238, 233;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;/*132, 148, 164*/

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 169, 128, 115;

  --bs-gutter-x: 2.5rem;
}


body { 
/*
	margin: 0px; 
	padding: 0px;
	font-size: 1.1em;
	font-family: "arsenal", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:  .25px;
	line-height: 140%;
	color: var(--textColor);
	*/
	/*background-color:#fff;*/
	/*height:100%;*/
	
/*

	background: url('images/backgroundimage_1.png') no-repeat center center fixed;
	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	display: flex;
    flex-direction: column;
    */
}

header {
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  color: var(--heading-color);
}

h3 {
	font-size: medium;
}

a {
	color: rgb(100, 128, 200);
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

p {
  color: var(--heading-color);
  font-size: 14px;
  display: none;
}

dl {
  color: var(--heading-color);
  font-size: 14px;
}

ul {
	list-style-type: none;
}

ul li {
  padding: 5px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* spacing */
  background: transparent;
  --bs-gutter-x: 2.5rem;
}

/* one page menu */
#one-page-menu .nav-link {
  position: relative;
  color: var(--bs-dark);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  border-bottom: 1px solid var(--bs-gray-300);
}

#one-page-menu .nav-link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  background: var(--bs-dark);
  height: 1px;
  width: 0;
  transition: width 0.6s ease-out;
}

#one-page-menu .nav-link.active::before,
#one-page-menu .nav-link:hover::before {
  width: 100%;
}

.container-fluid {
	background-color: #AEC9EB;
  background: transparent;
  --bs-gutter-x: 2.5rem;
  
	content: “”;
	width: 100%;
	height: 100%;
	background-size: calc(120vw) calc(120vh);
	/*background-image: url('../images/backgroundimage_1.png');*/
	background-attachment: fixed;
	background-position: center 0px;
	background-repeat: no-repeat;
	overflow-x:hidden;
	display: block;

}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-dark);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

.myFreeText {
  color: var(--heading-color);
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
}

/* btn */
.btn {
  --bs-btn-border-radius: 10;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
    background-color: rgb(60,100,190);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-dark);
  --bs-breadcrumb-item-active-color: var(--bs-dark);
  --bs-breadcrumb-divider-color: var(--bs-dark);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-dark);
  --bs-nav-link-hover-color: var(--bs-dark);
  --bs-nav-link-active-color: var(--bs-dark);
  --bs-navbar-active-color: var(--bs-dark);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: var(--bs-dark);
  --bs-body-color-rgb: 241, 241, 240;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;

  color: var(--bs-gray);
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-dark);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* toggle */
.btn-toggle {
  cursor: pointer;
}
.btn-toggle:hover,
.btn-toggle:focus {
  border-color: var(--bs-dark);
}

.btn-toggle::after {
  width: 0.8em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  background: rgba(255,255,255,0.3);
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}


/* extra classes */
.display-xl {
  font-size: calc(2.9rem + 3.5vw);
  font-weight: var(--heading-font-weight);
  letter-spacing: -0.01em;
  line-height: var(--heading-line-height);
}

/* mobile menu */
/*----- Header Menu
--------------------------------------------------------------*/
.menu-btn {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 99;
  margin: 10px;
  display: none;
}

.nav-active .menu-btn>span {
  transform: rotate(45deg);
}

.nav-active .menu-btn>span::before {
  top: 0;
  transform: rotate(0);
  background: var(--bs-dark);
}

.nav-active .menu-btn>span::after {
  top: 0;
  transform: rotate(90deg);
  background: var(--bs-dark);
}

/* animate menu icon */
.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bs-dark);
  transition-duration: .25s;
}

.menu-btn>span::before {
  content: '';
  top: -8px;
}

.menu-btn>span::after {
  content: '';
  top: 8px;
}





/*----- Skills
--------------------------------------------------------------*/
.skill-chart li {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
}
.skill-chart li .chart-border {
  border: 4px solid var(--bs-gray-200);
  border-radius: 15px;
  position: relative;
}
.skill-chart li .chart-percentage {
  content: "";
  border-bottom: 8px solid var(--bs-primary);
  border-radius: 15px;
  position: absolute;
  bottom: -4px;
  left: -5px;
}
.skill-chart li .chart-percentage.seventy-percent {
width: 70%; 
}
.skill-chart li .chart-percentage.seventy-five-percent {
width: 75%; 
}
.skill-chart li .chart-percentage.eighty-percent {
width: 80%; 
}
.skill-chart li .chart-percentage.ninety-percent {
width: 90%; 
}
.skill-chart li .chart-percentage.ninety-five-percent {
width: 95%; 
}


/* slide in */
.slide-in .swiper-slide .banner-content h2,
.slide-in .swiper-slide .banner-content p,
.slide-in .swiper-slide .banner-content .btn {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in .swiper-slide .banner-content h2 {
  transition-delay: 600ms;
}

.slide-in .swiper-slide .banner-content p {
  transition-delay: 800ms;
}

.slide-in .swiper-slide .banner-content .btn {
  transition-delay: 1000ms;
}

.slide-in .swiper-slide.swiper-slide-active .banner-content h2,
.slide-in .swiper-slide.swiper-slide-active .banner-content p,
.slide-in .swiper-slide.swiper-slide-active .banner-content .btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* swiper slide-clip */
.slide-clip .swiper-slide .image-holder img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder img {
  transform: scale(1);
}

.slide-clip .swiper-slide .image-holder {
  clip-path: inset(100% 0 0 0);
  display: block;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder {
  animation: 1s slide-clip forwards;
}

.slide-clip .swiper-slide.swiper-slide-prev .image-holder,
.slide-clip .swiper-slide.swiper-slide-next .image-holder {
  animation: 1s slide-down;
}

@keyframes slide-clip {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-down {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(100% 0 0 0);
  }
}


/* swipe animation */
.swipe-up {
  clip-path: inset(0 0 100% 0);
  display: block;
}

.aos-animate .swipe-up {
  animation: 1s swipe-up forwards;
}

/*.down-leave-active { animation: 1s down-leave; }*/
@keyframes swipe-up {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0);
  }
}

/* polygon */
.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
  animation: 1s polygon forwards;
}

@keyframes polygon {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  }

  100% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  }
}

/* open-up */
.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
  --delay: 0.05s;
}

.swipe-up {
  animation-delay: 1s;
  /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: var(--heading-line-height);
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  /* line-height: 1em; */
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  /* line-height: 1em; */
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}

/* course-outcomes */
.bg-text {
  position: relative;
}
.bg-text::after {
  content: attr(data-text);
  position: absolute;
  right: -10%;
  bottom: 100px;
  font-weight: 400;
  font-size: 17.5rem;
  line-height: 70%;
  letter-spacing: -0.15em;
  color: rgba(255,255,255,0.1);
  z-index: 0;
}
.workContainer {
    position: relative;
  	border-radius: 15px;
  	background: rgba(255,255,255, 0.0);
}

}
.workTitle{
}
.workDescription {
    position: relative;
    width: 90%;
    cursor: pointer;
    display:none;
}
.myNameBlock {
	height: 100%; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: 720px 900px; /* Resize the background image to cover the entire container */
	background-image: url("../images/banner-image.png");
	position: relative;
}
.myName {
	margin-top: 50%;
	width: auto;
	background-color: rgba(255,255,255,0.2);
  	border-radius: 15px;
}
.carousel {
	position: relative;
	width: 80%;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}

.carousel-inner, 
.carousel-inner-theatre, 
.carousel-inner-music, 
.carousel-inner-interactive, 
.carousel-inner-code{
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow: visible;
}

.carousel-item, 
.carousel-item-theatre, 
.carousel-item-music, 
.carousel-item-interactive, 
.carousel-item-code {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel img {
  width: 100%;
  display: block;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    height:50%;
	top: 200px;
	width:30px;
    transform: translateY(-50%);
    font-size: 2em;;
    color: #fff;
    text-decoration: none;
    background-color: var(--bs-dark);
    padding: 5px;
  	z-index: 3;
}

.carousel-control-prev {
    left: 5px;
}

.carousel-control-next {
    right: 5px;
}


.carousel-control-theatre-prev, 
.carousel-control-theatre-next, 
.carousel-control-music-prev, 
.carousel-control-music-next, 
.carousel-control-interactive-prev, 
.carousel-control-interactive-next, 
.carousel-control-code-prev, 
.carousel-control-code-next  {
    position: absolute;
	top: 300px;
	width:30px;
    transform: translateY(-50%);
    font-size: 2em;;
    color: #fff;
    text-decoration: none;
    background-color: var(--bs-dark);
    padding: 0px;
  	z-index: 10;
}

.carousel-control-theatre-prev, 
.carousel-control-music-prev, 
.carousel-control-interactive-prev, 
.carousel-control-code-prev {
    left: 10px;
}

.carousel-control-theatre-next, 
.carousel-control-music-next, 
.carousel-control-interactive-next, 
.carousel-control-code-next {
    right: 10px;
}

.oyoplayer 
{
	border-radius       : 16px;
	box-shadow          : 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.testBorder {
	border: 2px solid red;
}

.modal-content {
	background-color: rgba(200, 220, 255,1);
	position:absolute;
}

.myBtn {
	z-index: 9999;
}

section{
	position:relative;
}

.sectionBackground{
  position: absolute;
  right: -10%;
  bottom: 150px;
  font-weight: 400;
  font-size: 17.5rem;
  line-height: 70%;
  letter-spacing: -0.15em;
  color: rgba(255,255,255,0.1);
  max-width:100%;
  z-index: 0;
}

.videoContainer {
/*max-width:100%;*/
}

/* end of Bootstrap Color Theme */
@media (min-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
}


@media (max-width: 1440px) {
  /* mobile menu */
	
	.container-fluid {
		/*position: fixed;
		background: transparent;
		--bs-gutter-x: 2.5rem;
		content: “”;
		width: 100%;
		height: 100%;*/
		background-size: 200vw 150vh;
		background-repeat-y: 100;
		/*
		background-image: url('../images/backgroundimage_1.png');
		background-attachment: relative;
		background-position: 0 0;
		background-repeat: no-repeat;*/

	}
	.sectionBackground
	{
		top: 100px;
  		bottom: auto;
	  	/*font-size: 7.5rem;
  		color: rgba(255,255,255,0.2);*/
	}
	.oyoplayer {
		width: 450px;
		max-width: 450px;
	}
}

@media (max-width: 1024px) {
  /* mobile menu */
	
	.container-fluid {
		/*position: fixed;
		width: 100%;
		height: 100%;*/
		background-size: 250vw 250vh;
		background-repeat-y: 100;
	}
	
	header {
		transform: translate3d(-100%, 0, 0);
		transition: transform 0.3s ease-out;
		z-index: 8;
		background: rgba(255, 255, 255, 1.0);
	}
	
	.nav-active header {
		transform: translate3d(0, 0, 0);
	}
	
	.menu-btn {
		display: block;
	}
	
	.bg-text::after {
		color: rgba(255,255,255,0.0);
	}
	.oyoplayer {
		width: 350px;
		max-width: 350px;
	}
	
	.carousel-control-prev {
		top: 125px;
		height:100px;
		transform: translateY(0%);
		font-size: 2em;
		left: 5px;
	}
	.carousel-control-next {
		top: 125px;
		height:100px;
		transform: translateY(0%);
		font-size: 2em;
		right: 5px;
	}
	
	.carousel-control-theatre-prev, 
	.carousel-control-theatre-next, 
	.carousel-control-music-prev, 
	.carousel-control-music-next, 
	.carousel-control-interactive-prev, 
	.carousel-control-interactive-next, 
	.carousel-control-code-prev, 
	.carousel-control-code-next  {
		position: fixed;
		background-color: rgba(37,51,112, 0.3);
	}
	.carousel-control-theatre-prev, 
	.carousel-control-music-prev, 
	.carousel-control-interactive-prev, 
	.carousel-control-code-prev {
		top: 45%;
		left: 160px;
	}
	
	.carousel-control-theatre-next, 
	.carousel-control-music-next, 
	.carousel-control-interactive-next, 
	.carousel-control-code-next {
		top: 45%;
		right: 160px;
	}
}


@media only screen and (max-width: 768px) {
	.container-fluid {
		/*position: fixed;
		width: 100%;
		height: 100%;*/
		background-size: 250vw 250vh;
		/*
		background-image: url('../images/backgroundimage_1.png');
		background-attachment: relative;
		background-repeat: no-repeat;
		*/
		}
	.bg-text::after {
		right: 0;
	}
	.myName {
		margin-top: 50%;
		font-size:xx-large;
		width: auto;
		background-color: rgba(255,255,255,0.4);
		border-radius: 15px;
	}
	.myNameBlock {
		width: 100%;
		background-size: 270px 360px; /* Resize the background image to cover the entire container */
	}
	.carousel {
		width: 95vw;
		max-width: 95%;
	}
	.carousel-control-prev {
		top: 75px;
		height:50px;
		transform: translateY(0%);
		font-size: 2em;
		left: 5px;
	}
	.carousel-control-next {
		top: 75px;
		height:50px;
		transform: translateY(0%);
		font-size: 2em;
		right: 5px;
	}
	
	.carousel-control-theatre-prev, 
	.carousel-control-theatre-next, 
	.carousel-control-music-prev, 
	.carousel-control-music-next, 
	.carousel-control-interactive-prev, 
	.carousel-control-interactive-next, 
	.carousel-control-code-prev, 
	.carousel-control-code-next  {
		position: fixed;
		background-color: rgba(37,51,112, 0.3);
	}
	.carousel-control-theatre-prev, 
	.carousel-control-music-prev, 
	.carousel-control-interactive-prev, 
	.carousel-control-code-prev {
		top: 45%;
		left: 10px;
	}
	
	.carousel-control-theatre-next, 
	.carousel-control-music-next, 
	.carousel-control-interactive-next, 
	.carousel-control-code-next {
		top: 45%;
		right: 10px;
	}
	.oyoplayer {
		left: 5%;
		width: 95vw;
		max-width: 95%;
	}
	.modal-header {
		background: rgba(255,255,255,.4);
		align-content: center;
		margin-left: 0px;
		width:95%;
		position: fixed;
		z-index:99999;
	}
	.modal-body {
		margin-top:60px;
		margin-bottom:100px;
	}
}