* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::selection {
    background: #38c1c1;
	gap: 12px;
}
  
@font-face {
    font-family: 'niagara';
	src: url('../fonts/niagara/niagara.TTF');
}

@font-face {
    font-family: 'manta-style-sans';
	src: url('../fonts/manta-style-sans/manta-style-sans.ttf');
}

@font-face {
    font-family: 'poppins-light';
	src: url('../fonts/poppins/poppins-light.ttf');
}

@font-face {
    font-family: 'poppins-regular';
	src: url('../fonts/poppins/poppins-regular.ttf');
}

@font-face {
    font-family: 'poppins-medium';
	src: url('../fonts/poppins/poppins-medium.ttf');
}

@font-face {
    font-family: 'poppins-semibold';
	src: url('../fonts/poppins/poppins-semibold.ttf');
}

@font-face {
    font-family: 'poppins-bold';
	src: url('../fonts/poppins/poppins-bold.ttf');
}

body {
	background: #000000 !important;
	overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #6ac6e8; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #6ac6e8; 
  }

  canvas#particle-animation-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
}

  .hoverButton {
	background-image: linear-gradient(#6ac6e8,#6ac6e8);
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition: 0.5s;
  }
  
  .hoverButton:hover {
	background-size: 100% 100%;
	color: #ffffff;
  }


section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrapp {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* z-index: 1; */
	top: 0;
}

.char {
	display: inline-block;
}

canvas {
	display: block;
  }
  
  #dots {
	position: absolute;
	width: 100%;
	height: 6250px;
	z-index: -1;
	cursor: pointer;
  }

/* Paralax Effect On GSAP **********************************/
/* header ********/
.videoBox {
	position: relative;
	display: flex;
	padding-top: 0px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.videoBox {
    border: 5px solid #fff;
    border-radius: 25px;
    height: 450px;
	width: 90%;
    margin: auto;
	margin-bottom: 100px;
}

.autoPlayVideo video {
	object-fit: cover;
	border-radius: 20px;
}

.header__marq {
	position: absolute;
	bottom: 0;
	left: 0;
}

.header__marq {
	width: 100%;
	height: auto;
	background: #171717;
	overflow: hidden;
}

.header__marq-wrapp {
	display: flex;
	width: 100%;
	height: auto;
	padding: 8px 70px;
}

.header__marq-txt {
	position: relative;
	flex: 0 0 auto;
	display: inline-block;
	padding-right: 55px;
	margin-right: 15px;
	text-transform: uppercase;
	color: #ffffff;
	color: #9e9e9e;
	font-size: 35px;
}

.header__marq-star {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
}

.header__marq-star img {
	display: block;
	width: 100%;
	height: 100%;
}

.title {
	position: relative;
	margin: 0;
	font-size: 85px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	mix-blend-mode: difference;
	z-index: 2;
}

.title_paralax {
	display: inline-block;
	will-change: transform;
}

.title .stroke {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;
}

.autoPlayVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
}

.autoPlayVideo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-title {
	position: relative;
	margin: 0;
	margin-bottom: 60px;
	line-height: .8;
	font-size: 70px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.section-title .stroke {
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;
}

.section-title__square {
	position: absolute;
	display: inline-block;
	width: 130px;
	height: 130px;
	border: 1px solid #4b4b4b;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

/* Logo ********/
section.centerLogo3d {
	padding: 240px 0px;
}

.centerLogoWrapp {
	display: flex;
	justify-content: space-between;
}

.centerLogoImage {
	width: calc(50% - 35px);
	height: auto;
}

.centerLogoImage {
	width: 320px;
	height: 320px;
	margin: auto;
	overflow: hidden;
}

.centerLogoImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


section.mainLogo {
	padding: 220px 0px 100px 0px;
	position: relative;
}

.mainLogoWrapp {
	transform: rotateY(180deg);
	position: relative;
}

.mainLogoHeading h1 {
	color: #ffffff;
	transform: rotateY(180deg);
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-family: 'manta-style-sans';
	font-weight: 700;
	line-height: 72px;
}

.mainLogoHeading {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10%;
}

/* .mainLogoImage {
	width: 320px;
	height: 320px;
	margin: auto;
	overflow: hidden;
}

.mainLogoImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
} */

.mainLogoImage {
	width: 750px;
    height: 650px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -120px;
    transform: translate3d(0px, 0px, 0px) rotateY(360deg);
}

.mainLogoImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    margin: auto;
}

.mainLogoWrapp::before {
    position: absolute;
	content: '';
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 400px;
	height: 400px;
	background: #243d3d57;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url('./../images/bg-circle.png');
	background-size: contain;
}

/* benefits ********/
.benefits__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	width: 100%;
	height: auto;
}

.benefits__item {
	list-style: none;
	width: calc(33.33% - 27px);
}

.benefits__num {
	display: inline-block;
	font-size: 60px;
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;
}

.benefits__p {
	font-size: 20px;
	color: #4b4b4b;
}

/* work ********/
.work {
	padding-top: 150px;
}

.work__wrapp {
	display: flex;
	flex-wrap: wrap;
	row-gap: 120px;
	justify-content: space-between;
	padding: 0 120px;
}

.work__item {
	position: relative;
	width: calc(50% - 60px);
	height: 100vh;
}

.work__item-num {
	position: absolute;
	display: inline-block;
	font-size: 70px;
	color: #ffffff;
	mix-blend-mode: difference;
	z-index: 2;
}

.work__item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.work__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* serv ********/
.serv__item {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #2f2e2e;
}

.serv__item-arrow {
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 55px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.serv__item-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: rotate(180deg);
}

.serv__item-txt {
	font-size: 50px;
	color: #4b4b4b;
	text-transform: uppercase;
}

/* footer ********/
.footer {
	width: 100%;
}

.footerImage {
    width: 180px;
    height: 140px;
    overflow: hidden;
    margin: auto;
}

.footerImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer p {
	text-align: center;
	font-family: 'poppins-regular';
	color: #ffffff;
    font-size: 16px;
}

footer p a {
	color: #6ac6e8;
	text-decoration: none;
}

footer p a:hover {
	color: #6ac6e8;
}

video::-webkit-media-controls {
    display: none !important;
}

.content {
	padding: 40px 0px 80px 0px;
}

.contentHeading h2 {
	font-family: 'manta-style-sans';
	color: #ffffff;
	font-weight: 700;
	line-height: 55px;
    font-size: 38px;
}

.contentText p {
    font-family: 'poppins-regular';
	color: #ffffff;
	line-height: 29px;
    font-size: 18px;
	text-transform: capitalize;
}

.services {
	padding: 180px 0px;
	position: relative;
}

.services::before {
    position: absolute;
	content: '';
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 650px;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url('./../images/service-bg.png');
	background-size: contain;
	z-index: -1;
}

.servicesHeading {
	text-align: center;
}

.servicesHeading a {
	text-decoration: none;
}

.servicesHeading h2 {
	font-family: 'manta-style-sans';
	color: #ffffff;
	font-weight: 700;
	line-height: 55px;
    font-size: 38px;
}

.servicesHeading p {
    font-family: 'poppins-regular';
	color: #ffffff;
	line-height: 29px;
    font-size: 18px;
	text-transform: capitalize;
	width: 75%;
    margin: auto;
}

.servicesHeading p a {
	text-decoration: none;
	color: #ffffff;
	margin-top: 24px;
	display: inline-block;
}

.servicesHeading p br {
	display: none;
}

.listHeading {
	text-align: center;
	padding-top: 72px;
}

.listHeading h2 {
	border-bottom: 3px solid #ffffff;
    width: 65%;
    padding-bottom: 16px;
    margin: auto;
    font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
    line-height: 55px;
    font-size: 28px;
}

.listHeading h2 span {
    font-family: 'poppins-regular';
}

.listing ul {
	padding-left: 0px !important;
}

.customized h2 {
	border-bottom: unset;

}

.listing ul a {
	text-decoration: none;
}

.listing ul li a {
	font-family: 'poppins-medium';
	font-size: 18px;
	color: #ffffff;
}

.listing ul li {
	font-family: 'poppins-medium';
	font-size: 18px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	margin-bottom: 28px;
}

.listing ul li span {
	padding-right: 24px;
}


  /* Track */
  .listing::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius: 24px;
  }
   
  /* Handle */
  .listing::-webkit-scrollbar-thumb {
	background: #379494; 
	border-radius: 24px;
  }
  

.listing {
	height: 350px;
	overflow-y: auto;
	margin: 36px 0px;
}

.listingBg {
	margin-top: 48px !important;
	border-radius: 24px !important;
    padding: 0px 30px !important;
    background: linear-gradient(90deg, rgb(58 141 139 / 78%) 0%, rgb(87 145 143 / 84%) 35%, rgb(62 124 135 / 76%) 100%);
}

.listingBgColor {
	/* background: linear-gradient(130deg, rgb(71 74 74 / 78%) 0%, rgb(35 38 38 / 82%) 35%, rgb(14 14 14 / 80%) 100%); */
	background: linear-gradient(90deg, rgb(58 141 139 / 78%) 0%, rgb(87 145 143 / 84%) 35%, rgb(62 124 135 / 76%) 100%);
}

.lists {
	position: relative;
	padding-top: 60px;
}

.lists::before {
    position: absolute;
	content: '';
	top: 36px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url('./../images/listing-bg.png');
	background-size: contain;
	z-index: -1;
}

section.videoSlider {
    padding: 24px 0px;
}

.swiper.video-slider {
    padding: 105px 0px 50px 0px;
}

.videoSlider .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}

.videoSlider .swiper-slide.swiper-slide-prev,
.videoSlider .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
}

.videoSliderStatic .swiper-slide.swiper-slide-active,
.videoSliderStatic .swiper-slide.swiper-slide-prev,
.videoSliderStatic .swiper-slide.swiper-slide-next {
    transform: scale(1);
}

.swiper.video-slider-static {
	overflow: visible;
}


.video-slider .swiper-slide,
.video-slider-static .swiper-slide,
.video-slider-one .swiper-slide,
.video-slider-two .swiper-slide {
	border-radius: 20px;
}

.video-slider .swiper-slide video,
.video-slider-static .swiper-slide video,
.video-slider-one .swiper-slide video,
.video-slider-two .swiper-slide video {
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: -6px;
	height: 280px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 90%) !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.swiper-button-next:after, 
.swiper-button-prev:after { 
    font-size: 18px !important;
    color: #ffffff;
    font-weight: 700;
}

.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 95px) !important;
    left: auto !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 40px) !important;
    left: auto !important;
}

div.stage-slider .swiper-button-next,
div.stage-slider .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%) !important;
}

.stage-slider .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 92%) !important;
    left: auto !important;
}

.stage-slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 2%) !important;
    left: auto !important;
}

section.ourGallery {
    padding: 24px 0px;
}

section.ourVideo {
	padding: 60px 0px;
}

.swiper.gallery-slider,
.swiper.video-slider-one,
.swiper.video-slider-two {
    padding: 60px 0px 90px 0px;
}

.gallery-slider .swiper-slide,
.video-slider-one .swiper-slide,
.video-slider-two .swiper-slide {
    border: 4px solid #ffffff;
	border-radius: 20px;
	height: 248px;
}

.gallery-slider .swiper-slide video,
.video-slider-one .swiper-slide video,
.video-slider-two .swiper-slide video {
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: -6px;
}

.ourGallery .swiper-slide.swiper-slide-active {
    transform: scale(1.1) !important;
	height: 288px;
	overflow: hidden;
}

.contentText {
    text-align: center;
}

.swiper.gallery-slider {
    padding: 30px 0px 80px 0px;
}

.ourGalleryHeading {
	text-align: center;
}

.ourGalleryHeading h1 {
    font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.videoHeading h1 {
    font-size: 55px;
}

.ourVideoPadding {
	padding-bottom: 100px !important;
}

.ourGalleryHeading p {
	font-family: 'poppins-semibold';
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

.ourGalleryHeading p span {
	font-family: 'poppins-regular';
	font-size: 18px;
	color: #ffffff;
	width: 80%;
	margin: auto;
	margin-top: 16px;
	display: block;
    text-transform: capitalize;
}

.expect-card p br {
	display: none;
}

.ourGallery .swiper-button-next,
.ourGallery .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 90%) !important;
}

.galleryImage {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 20px;
}

.galleryImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide-active .galleryImage {
    height: 320px;
}

.gallery-slider .swiper-slide.swiper-slide-prev,
.video-slider-one .swiper-slide.swiper-slide-prev,
.video-slider-two .swiper-slide.swiper-slide-prev {
	transform: rotateY(335deg) !important;
}

.gallery-slider .swiper-slide.swiper-slide-next,
.video-slider-one .swiper-slide.swiper-slide-next,
.video-slider-two .swiper-slide.swiper-slide-next {
    transform: rotateY(25deg) !important;
}

.videoBottomBox {
    height: 900px;
	margin: 80px auto 0px auto !important; 
	width: 100%;
	margin-bottom: 100px;
	border: unset;
}

.autoPlayVideoBottom {
	z-index: -1;
}

.autoPlayVideoBottom img {
	border-radius: 0px;
}

.autoPlayVideoBottom video {
	object-fit: cover;
	border-radius: 0px;
}

.swiper.client-slider {
    padding: 20px 0px 90px 0px;
}

section.ourClient {
    padding: 24px 0px;
}

.client-slider .swiper-slide {
    border: 4px solid #ffffff;
	border-radius: 20px;
}

.client-slider .swiper-slide video {
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: -6px;
}

.ourClientHeading h1 {
    font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
	line-height: 55px;
}


.ourClientHeading p {
	font-family: 'poppins-regular';
	font-size: 18px;
	color: #ffffff;
	width: 75%;
	margin-top: 16px;
}

.ourClient .swiper-button-next,
.ourClient .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 95%) !important;
}

.clientImage {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    border-radius: 16px;
	position: relative;
}

.clientImage::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background-color: #379494ab; */
	background-color: #3794945c;
}

.clientDetails {
	position: absolute;
    top: 0;
    padding: 16px 24px;
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
	gap: 6px;
    flex-direction: column;
	opacity: 1;
}

.swiper-slide-active .clientDetails {
	opacity: 1 !important;
}

.clientImage img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
}

.swiper-slide-active .clientImage {
    height: 290px;
}

.client-slider .swiper-slide.swiper-slide-active {
    margin-top: 0px !important;
	height: 290px;
}

.client-slider .swiper-slide.swiper-slide-next {
    margin-top: 130px !important;
    height: 290px;
}

.client-slider .swiper-slide {
    margin-top: 220px !important;
    height: 290px;
}

.ourClient {
    position: absolute;
    top: 40px;
}

.clientDetails h6 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.clientDetails p {
	font-family: 'poppins-regular';
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0px;
}

.socialIcons {
    position: absolute;
    top: 26%;
    right: 8%;
	z-index: 1;
}

.socialIcons a {
	text-decoration: none;
	display: flex;
    align-items: center;
    gap: 10px;
	color: #ffffff;
	font-family: 'poppins-regular';
	font-size: 12px;
	margin-bottom: 10px;
	justify-content: end;
}

.socialIcons span {
	background-color: #ffffff33;
    padding: 5px 10px;
    border-radius: 24px;
    width: auto;
    text-align: center;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}

.socialIcons a:hover span {
	opacity: 1;
	transition: 0.5s all ease-in-out;
}

.socialIcons a:hover {
	color: #ffffff;
}

.socialIcons i {
	color: #000000;
	font-size: 20px;
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 50%;
}

section.blackBackground {
    background-color: transparent;
    width: 100%;
    height: 60px;
	padding: 0px;
}

section.bottomImage {
	padding: 0px;
	margin-top: -20px;
	padding-bottom: 40px;
	position: relative;
}

.bottomImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.video-slider,
.video-slider-static {
	position: relative !important;
}

.glow-bg::before {
	position: absolute;
    content: '';
    bottom: 0%;
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./../images/glow-bg.png");
    background-size: contain;
    z-index: -1;
}

.glow-bg::after {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	border-radius: 16px;
    background-color: #37949463;
	border: 4px solid #6ac6e8;
}

.galleryImage::after {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	border-radius: 16px;
    background-color: #37949478;
}

/* .autoPlayVideo::after {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	border-radius: 20px;
    background: linear-gradient(243deg, rgb(22 121 35 / 71%) 0%, rgb(64 40 191 / 67%) 23%, rgb(0 0 0 / 26%) 50%, rgb(49 36 114 / 61%) 79%, rgba(4, 4, 4, 0.9332107843137255) 100%);
} */

/* .autoPlayVideoBottom::after {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	border-radius: 0px;
    background: linear-gradient(243deg, rgb(22 121 35 / 71%) 0%, rgb(64 40 191 / 67%) 23%, rgb(0 0 0 / 26%) 50%, rgb(49 36 114 / 61%) 79%, rgba(4, 4, 4, 0.9332107843137255) 100%);
} */

.scene {
	width: 550px;
    height: 650px;
    margin: 0 auto;
    perspective: 1000px;
    position: absolute;
    left: 20px;
    right: 0;
    margin: auto;
    top: 20%;
}

.wrapper {
  width: 100%;
  height: 100%;
  transform: rotateX(360deg) rotateY(45deg);
  transform-style: preserve-3d;
}

.sphere {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 0 auto;
  transform-style:  preserve-3d;
  animation: rotate 100s infinite linear;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border: 0px; 
  border-style: dotted;
  border-color: #0cdaff;
  background-color: transparent;
  box-shadow: 1px 0px 10px -2px rgba(0,0,0), 1px 30px 20px 5px #0cdaff;;
  -webkit-animation: glow 2s linear 1s infinite;
  /* box-shadow: 1px 0px 10px -2px rgba(0,0,0), 1px 30px 30px -2px #0cdaff; */
}

@keyframes glow {
	0% { box-shadow:1px 0px 10px -2px rgba(0,0,0), 1px 30px 20px 5px #0cdaff; }
	50% { box-shadow:1px 0px 10px -2px rgba(0,0,0), 1px 30px 35px 8px #0cdaff; }
	100% { box-shadow:1px 0px 10px -2px rgba(0,0,0), 1px 30px 20px 5px #0cdaff; }
}

@keyframes rotate {
  to {
    transform: rotateY(360deg);
  }
}

svg {
	height: 100vh;
    width: 36vw;
    position: absolute;
    right: -6%;
    top: -270px;
}

path {
    fill: none;
    stroke: #dddddd;
    stroke-width: 0.5px;
    vector-effect: non-scaling-stroke;
}

.fadeout {
	opacity: 0;
	filter: alpha(opacity=0);
}

.loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #030304;
	text-align: center;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

img.gif {
	padding-top: 10%;
}

.autoPlayVideo.autoPlayVideoBottom.sphereVideo {
    width: 250px;
    height: 350px;
    margin: auto;
    position: absolute;
    left: 2%;
    border-radius: 12px;
    top: 24%;
}

.header-image img {
	height: 880px;
	width: 100%;
	background-size: cover;
}

.header-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -9;
}
.header-image::before {
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #00000099;
position: absolute;
}

.bioDetails {
	text-align: center;
	background-color: #5a58584a;
    border-radius: 16px;
    padding: 40px 28px;
    border: 4px solid #ffffff;
}

.bioDetails h2 {
    font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
	margin-bottom: 16px;
}

.bioDetails p {
    font-family: 'poppins-medium';
    font-size: 18px;
    color: #ffffff;
}

.bioHeading h1 {
	font-size: 42px;
}

.row.stageSound {
    padding-top: 140px;
    padding-bottom: 40px;
}

.stageDetails {
    padding-left: 24px;
}

.stageDetails h3 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
}

.stageDetails p,
.stageDetails ul li {
    font-family: 'poppins-medium';
    font-size: 16px;
    color: #ffffff;
}

.stageImage img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

button.contactUsButton {
	font-family: 'poppins-medium';
    font-size: 16px;
	background: transparent;
	border: none;
    color: #ffffff;
	margin: auto;
    width: 238px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./../images/button-bg.png");
    background-size: contain;
	text-transform: uppercase;
}

.stageSound {
	position: relative;
	padding-top: 60px;
}

.stageSound::before {
    position: absolute;
	content: '';
	top: 36px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url('./../images/listing-bg.png');
	background-size: contain;
	z-index: -1;
}

.m-bottom {
	margin-bottom: 80px;
}

.contact-detaits h3 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
}

.contact-info a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'poppins-medium';
	display: inline-block;
	margin-bottom: 16px;
}

.contact-info a:hover {
	color: #ffffff;
}

.contact-info a img {
	margin-right: 12px;
}

.contact-heading h2 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
	font-size: 20px;
	line-height: 34px;
}

.contact-heading p {
	color: #ffffff;
	font-family: 'poppins-medium';
}

.contact-in-form label {
    color: #ffffff;
    font-family: 'poppins-light';
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
}

.input-field {
    width: 100%;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 12px 16px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-family: 'poppins-light';
    border-radius: 8px;
}

.input-field::placeholder,
textarea::placeholder {
    color: #ffffff;
}

.contact-in-form {
	margin-top: 32px;
}

.input-message {
    resize: none;
    height: 150px;
}
.input-message {
    width: 100%;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 14px 18px;
    outline: none;
    color: #ffffff;
    font-family: 'poppins-light';
    margin-bottom: 16px;
    border-radius: 8px;
}

.contact-form {
    background-color: #5a58584a;
    border-radius: 16px;
    padding: 40px 28px;
    border: 4px solid #ffffff;
	backdrop-filter: blur(6px);
}

.contact-detaits {
	margin-top: 36px;
}

.contact-us-details {
	padding: 80px 0px;
	background-position: center;
    background-repeat: no-repeat;
    background-image: url("./../images/contact-us-bg.jpg");
    background-size: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
}

section.specialDay {
    padding: 60px 0px;
}

section.banner {
	padding-top: 20px;
    padding: 60px 0px;
}

.banner-details img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.banner-heading {
	margin-top: 24px;
} 

.banner-heading h3 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
	font-size: 22px;
	margin-bottom: 12px;
	line-height: 31px;
}

.banner-heading p {
	font-size: 16px;
    color: #ffffff;
    font-family: 'poppins-light';
	width: 90%;
	margin-bottom: 0px;
}

.banner-heading p br {
	display: none;
}

.banner-heading p a {
	display: block;
	margin-top: 24px;
    font-family: 'poppins-medium';
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.wedding-bg {
	background-position: center;
    background-repeat: no-repeat;
    background-image: url("./../images/wedding-bg.png");
    background-size: cover;
	width: 100%;
	height: 100%;
	padding: 48px 0px;
	border-radius: 12px;
}

.ourSerives {
	padding-bottom: 20px !important;
}

.stageDetails h6 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
	margin: 20px 0px;
	line-height: 29px;
}

.specialDay {
	background-position: center;
    background-repeat: no-repeat;
    background-image: url("./../images/special-bg.png");
    background-size: cover;
	width: 100%;
	height: 100%;
	background-color: #000968ed;
	margin-bottom: 80px;
}

.customized p {
	font-size: 16px;
    color: #ffffff;
    font-family: 'poppins-light';
	width: 85%;
	margin: auto;
}

.serviceLists {
	padding-top: 0px;
}

.sample {
    padding: 0px 0px 60px 0px;
	width: 85%;
	margin: auto;
}

.expect {
    padding: 0px 0px 60px 0px;
}

.expect-card {
	text-align: center;
    background-color: #5a58584a;
    border-radius: 16px;
    padding: 36px 30px;
    border: 4px solid #ffffff;
	position: relative;
	margin-bottom: 28px;
}

.expect-card img {
	width: 125px;
	height: 125px;
	overflow: hidden;
	object-fit: contain;
	margin-bottom: 28px;
}

.expect-card::before {
	position: absolute;
    content: '';
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 6px 32px 12px #9caf27;
    z-index: -1;
}

.expect-card h6 {
	font-family: 'manta-style-sans';
    color: #ffffff;
    font-weight: 700;
	margin-bottom: 12px;
	line-height: 25px;
}

.expect-card p {
	font-size: 16px;
    color: #ffffff;
    font-family: 'poppins-light';
	width: 95%;
	margin: auto;
	height: 160px;
}

.menu-side-navbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    background-color: #687a7a75;
    overflow-x: hidden;
    padding-top: 80px;
    transition: 0.5s;
}

.menu-side-navbar a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
	font-family: 'manta-style-sans';
	font-weight: 600;
    color: #ffffff;
    display: block;
    transition: 0.3s
}

.menu-side-navbar a:hover, .offcanvas a:focus{
    color: #6ac6e8;
}

.menu-side-navbar .close-btn {
	position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 4px;

}

.menu-side-navbar .close-btn i {
	font-size: 40px;
    color: #6ac6e8;
    transform: rotate(45deg);
}

.menu {
    position: fixed;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    z-index: 1;
	cursor: pointer;
	border-radius: 4px;
}

.menu span i {
	font-size: 40px;
	color: #6ac6e8;
}

.swiper.video-slider .swiper-slide,
.swiper.video-slider-static .swiper-slide {
    overflow: visible;
	height: 280px;
}


.para p {
	text-transform: capitalize;
	font-family: 'poppins-regular';
	width: 85%;
	margin: auto;
	margin-top: 32px;
}

.banner-details video {
    border: 5px solid #fff;
    border-radius: 12px;
}















/* Start Media Query */

@media only screen and (min-width: 2560px) {
	div.socialIcons {
		right: 25%;
	}
}

@media only screen and (min-width: 1920px) {
	.socialIcons {
		right: 16%;
	}
}

@media only screen and (max-width: 1366px) {
	.scene {
		height: 550px;
	}
	.autoPlayVideo.autoPlayVideoBottom.sphereVideo {
		height: 300px;
		top: 24%;
	}
}

@media only screen and (max-width: 1024px) {
	.scene {
		width: 440px;
		height: 460px;
	}
}

@media only screen and (max-width: 991px) {
	.bottomCenterLogo img {
		opacity: 1;
	}

	.ourClientHeading p {
		width: 75%;
	}
	.ourClient .swiper-button-next, 
	.ourClient .swiper-button-prev {
		top: var(--swiper-navigation-top-offset, 90%) !important;
	}
	.videoSlider .swiper-slide.swiper-slide-active {
		transform: unset !important;
	}
	.ourGallery .swiper-slide.swiper-slide-active {
		transform: unset !important;
	}
	.ourClient {
		width: 100%;
		height: 100%;
	}
	.services::before {
		width: 100%;
		height: 100%;
	}
	.mainLogoHeading {
		bottom: 0%;
	}
	.mainLogoImage {
		width: unset;
	}
	section.bottomImage {
		padding-bottom: 80px;
	}
	.bottomImage img {
		opacity: 0;
	}
	.stageDetails {
		margin-top: 32px;
	}
	.lists::before,
	.stageSound::before {
		display: none;
	}
	.contact-form {
		margin-top: 24px;
	}
	.contact-us-details {
		padding-top: 40px;
	}
	.wedding-bg {
		background-image: unset;
		padding: 0px;
	}
	section.ourVideo {
		padding-top: 120px;
	}
	.row.stageSound {
		padding-top: 40px;
	}
	.banner-heading p {
		width: 90%;
	}
}

@media only screen and (max-width: 540px) {
	.header-image img {
        object-fit: cover;
    }
	.stageImage img {
		height: 275px;
	}
	.servicesHeading p {
		width: 95%;
	}
	section.mainLogo::before {
		width: 450px !important;
		height: 500px !important;
		top: -180px !important;
		right: -240px !important;
	}
	section.mainLogo::after {
		width: 450px !important;
		height: 500px !important;
		top: -190px !important;
		left: -220px !important;
	}
	.ourClient {
		width: 100%;
		height: 100%;
	}
	.services::before {
		width: 100%;
		height: 100%;
	}
	.services {
		padding: 120px 0px;
	}
	.char {
		display: unset;
	}
	.mainLogoHeading {
		margin-top: 48px;
	}
	.socialIcons {
		top: 6%;
	}
	.videoBox.container {
		height: 300px;
		width: 90% !important;
	}
	section.content,
	.ourClientHeading  {
		text-align: center;
	}
	.ourClientHeading p {
		width: 100%;
	}
	img#startLogo {
		width: unset !important; 
	}
	.scene {
        width: 320px;
        height: 400px;
    }
	.footer {
		margin-top: 120px;
	}
	.stage-slider .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 85%) !important;
		left: auto !important;
	}
	
	.stage-slider .swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 5%) !important;
		left: auto !important;
	}

	.bioHeading h1 {
		font-size: 28px;
	}

	.ourGalleryHeading h1 {
		font-size: 28px;
	}
	
	.listHeading h2 {
		line-height: 44px;
	}
}



@media only screen and (max-width: 375px) {
    img#startLogo {
        height: 280px !important;
    }
}

@media only screen and (min-width: 992px) {
	.l-image {
		display:  block;
	}
	.s-image {
		display:  none;
	}
}
@media only screen and (max-width: 991px) {
	.l-image {
		display:  none;
	}
	.s-image {
		display:  block;
	}
}

/* End Media Query */