body{
    background: linear-gradient(180deg, #2D1050 0%, #170829 100%);
}
.navbar {
  background-color: transparent;
}
.hero-banner {
    position: relative;
    height: 100vh;
    /* background: #250d42; */
    z-index: 9999;
}
.talktous-button {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-bottom: 18px;
}
.herobannerBg {
    position: absolute;
    height: 100%;
	width:100%;
}
.herobannerBg img {
  width:100%;
    height: 100%;
}
.hero-content-area {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
}
.hero-content h1 {
 
   font-family: "Lexend Exa", serif;
font-size: 36px;
font-weight: 300;
line-height: 50px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#fff;

}
.hero-content h1 span.herspan {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    clear: both;
    display: block;
}
.hero-content h1 span {
    display: inline-block;
    font-weight: 600;
    clear: both;
}
.navbar {
    background-color: transparent;
    border-bottom: #727272 1px solid;
    padding: 10px 0;
}
.navbar.scrolled {
    background-color: #240c41 !important;
     border-bottom: #441a76 1px solid !important;
}
ul.navbar-nav li a {
    font-family: Lexend Exa;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    text-align: left;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    padding-left: 31px !important;
}

ul.navbar-nav li a:hover,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {

    color:#c2a4e6;
}
.sitelogsec{
	width:190px;
}
.sitelogsec img{
	width:100%;
}
.bannerreadmore {
    border: 2px solid white;
    padding: 7px 60px 7px 35px;
    background: transparent;
    color: white;
    transition: 0.3s;
    border-radius: 35px;
    margin: 20px 0 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.bannerreadmore:hover {
  background-color: white;
  color: #6a0dad;
}
.bannerreadmore img {
    position: absolute;
    top: 11px;
    right: 32px;
}
.bannerhoverimg{
	display:none;
}
.bannerreadmore:hover .bannernormalimg{
	display:none;
}
.bannerreadmore:hover .bannerhoverimg{
	display:block;
}
.scroll-indicator {
    position: absolute;
    bottom: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 999;
    color: #fff;
    margin: 0 auto;
}

.scroll-indicator:after {
    content:'';
    position:absolute;
    background: url(../images/explorer.png) #ffffffcf;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: contain;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: circularShake 20s linear infinite;
    z-index:-1;
	
}
.animation-element.circle-shake {
    opacity: 0;
    animation: circularShake 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.animation-element.circle-shake.in-view {
    opacity: 1;
    animation: circularShake 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes circularShake {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.scroll-indicatoringsection img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}


/* ABOUT SECTION */
.abtareasection {
    
    padding: 50px 0; /* Added padding for better spacing */
    position:relative;    width:100%;
    height:100%;
}

.abtareasection:after {
    content: '';
    background: url('../images/bgpurble.png');
    width: 300px;
    height: 62%;
    position: absolute;
    left: 0;
    right: 0;
    top: -69px;
     animation: slowZoomBlurRotate 10s linear infinite;
}
@keyframes slowZoomBlurRotate {
    0% { transform: scale(1) ;filter: blur(5px); }
    50% { transform: scale(1) ; filter: blur(10px); }
    100% { transform: scale(1); filter: blur(15px); }
}
.abtareasection:before {
    content: '';
    background: url('../images/dotsection.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;animation: slowZoomRotate 10s linear infinite;
    background-position: center;
}
section#about .container {
    z-index: 999;
    position: relative;
}
@keyframes slowZoomRotate {
    0% { transform: scale(0.5) rotate(0deg); }
    50% { transform: scale(0.9) rotate(180deg); }
    100% { transform: scale(0.5) rotate(360deg); }
}
.carttopblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 2.5rem;
}
.abmainarealeft,
.abmainarearight {
    flex: 0 0 25%;
}
.abtnotleftsideimg{
	position:relative;
}
.abtnotleftsideimg:after {
    content: '';
    position: absolute;
    background: url(../images/dotframe.png);
    width: 66px;
    height: 25px;
    bottom: -20px;
    right: 0;
    animation: slideshake  1s infinite ease-in-out;
}
.abtnotleftsideimg:before{
	content:'';
	position:absolute;
	background:url(../images/dotframe.png);	
	width:66px;
	height:25px;
	top:-40px;
	animation: slideshake  1s infinite ease-in-out;
}
.abtnotrightsideimg{
	position:relative;
}
.abtnotrightsideimg:after{
	content:'';
	position:absolute;
	background:url(../images/dotframe.png);	
	width:66px;
	height:25px;
	right:0;
	top:0;
	animation: slideshake  1s infinite ease-in-out;
}
.abtnotrightsideimg:before {
    content: '';
    position: absolute;
    background: url(../images/dotframe.png);
    width: 66px;
    height: 25px;
    bottom: 0;
    animation: slideshake  1s infinite ease-in-out;
}
.abmainareamiddle {
    flex: 0 0 50%;
    padding: 0 50px;
}

.cart-top-blk-title h2 {
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.cart-top-blk-title h2 span {
    color: #570EAE;
}

p.topblk-sub-title {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
	   font-family: 'SF Pro Display', sans-serif;
    margin-bottom: 10px;
}

p.topblk-description {
    color: #fff;
    font-weight: 400;
    text-align: justify; /* Corrected from text-justify: distribute */
    font-size: 1rem;
    line-height: 1.6;
}

/*wHAT wE oFFER*/
.whatwearesection{
	/*background:#240c40;*/
}
.cartmaininner {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.cartmaininner:hover .card{
	background: linear-gradient(181.71deg, rgba(0, 0, 0, 0) -22.88%, #570EAE 94.28%);
}
.cartmaininner .cardimage {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
	Display:none
}
.cartmaininner .cardimage img {
    width: 100%;  
    height: 100%;
}
.cartmaininner:hover .cardimage{
	Display:block;
}
.cartcontent {
    z-index: 999;
}
.cartmainblk-title h2 {
    font-family: Lexend Exa;
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}
.cartmainblk-title h2 span{
	font-family:Lexend Exa;
	font-weight:700;
	font-size:60px;
	color: #570EAE;
	text-align:center;
	text-transform:uppercase;	
}
.cartmainblk-title p {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    font-family: 'SF Pro Display', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    line-height: 25px;
}
.card {
	background-color:#2B1348;
	color: white;
	padding: 20px;
	border-radius: 0px;
	box-shadow: 0px 0px 6px 0px #1E0B35;

	width: 100%; 
	min-width: 200px;
	max-width: 330px;
	position: relative;
	text-align:left;
	height:100%;
}

.card h2 {
	margin: 0;	
	text-transform: uppercase;
	position:relative;
	margin-bottom:5px;
	display: inline-block;
	white-space: normal; 
font-family: Lexend Exa;
font-size: 20px;
font-weight: 700;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.card h2::before {
	content: '';
	position: absolute;
	top: -5;
	height: 150%;
	width: 5px;
	background-color: #7A1AA5; /* Accent color for the side */
	border-radius: 10px 0 0 10px;
	left: -22px;
}
.card p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 0;
    display: -webkit-box;
    font-family: 'SF Pro Display', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.icon {
	position: relative;
	right: 0;
	padding-right: 3px;
	margin-top: -1;
	display: flex;
	align-items: end;
	justify-content: right;
	margin-bottom: 10px;
}
.icon img {
	width: 40px;
	height: auto;
}
.cartmainblk{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding:0px;
	justify-content: center;
}

.card:hover {
	background-color: #4c1a8e;
}


/*Featured Content*/
.featuredproductsection{
	/*background:#250d42;*/
}
 .twocarrow h4 {
    height: 10rem;
    background: #009688;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #fff;
    margin: 10px;
    border-radius: 10px;
}
.featurtitlearea{
	margin-bottom:40px;
	margin-top:3rem;
}

/*Brandsection*/
.brandsection {
    /*background: #240c41 !important;*/
    padding:6rem 0 4rem;
    display: block;
}  
.braareatitle{
    text-align:left;
}
.brandtitle.cartmainblk-title h2,.brandtitle.cartmainblk-title p{
		text-align:left;
	}
	.brandsection .row{
		 align-items:Center;
		 justify-content:center;
	}
	
	 .brandtitle.cartmainblk-title h2 span{
		 Display:block;
		 text-align:left;
	 }
	 ul.brandlogoareasection{
		 padding:0;
		 margin:0;
		 Display:flex;
		 align-items:Center;
		 justify-content:center;
		 flex-wrap:wrap;
		 gap:0px;
	 }
	 ul.brandlogoareasection li {
    flex: 0 0 32%;
    border: #492D6A 1px solid;
    padding: 20px 15px;
    /* margin: 0 auto; */
    text-align: center;
	position:relative;
	list-style-type:none !important;
}
	 ul.brandlogoareasection li img{
		 width:80%;
		 margin:0 auto;
	 }
	 ul.brandlogoareasection li:first-child,ul.brandlogoareasection li:nth-child(2),ul.brandlogoareasection li:nth-child(3),
	 ul.brandlogoareasection li:nth-child(7),ul.brandlogoareasection li:nth-child(8),ul.brandlogoareasection li:nth-child(9){
		 border-top:0px;	 
		 border-bottom:0px;
	 }
	 ul.brandlogoareasection li:nth-child(3n+3){
		 border-right:0;
	 }
	 ul.brandlogoareasection li:first-child, ul.brandlogoareasection li:nth-child(4n),ul.brandlogoareasection li:nth-child(7n){
		 border-left:0;
	 }
	 
	 
	ul.brandlogoareasection li:nth-child(4):before {
		position: absolute;
		content: '';
		background: #fff;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		top: -4px;
		right: -5px;
		z-index: 999;
	}
	 ul.brandlogoareasection li:nth-child(4):after{
		  position: absolute;
		content: '';
		background: #fff;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		bottom: -4px;
		right: -5px;
		z-index: 999;
	 }
	 
	 ul.brandlogoareasection li:nth-child(6):before{
		 
		  position: absolute;
		content: '';
		background: #fff;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		top: -4px;
		left: -5px;
		z-index: 999;;
	 }
	 ul.brandlogoareasection li:nth-child(6):after{
		  position: absolute;
		content: '';
		background: #fff;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		bottom: -4px;
		left: -5px;
		z-index: 999;
	 }


/*BRAND CONTACT FORM */
.contactforsection {
    /* background: #240c41 !important; */
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 6rem;
}
.contactforsection .container{
    z-index:999;
    position:relative;
}
.contactforsection:before {
    content: '';
    position: absolute;
    background: linear-gradient(181.31deg, #1C0A31 47.59%, rgb(28 10 50 / 42%) 50.92%);
    width: 100%;
    height: 100%;
    z-index:999;
    top: 0;
}
.video-container {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
video {
   
    width: 100%;
    display: block;
    object-fit: cover;
}
.contact-details{
	margin-bottom:20px;
}
.contact-details h2 {
    font-family: Lexend Exa;
    font-size: 30px;
}
.contact-blk {
    display: flex;
    width: 100%;
    background: url(../images/contactbg.png);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    justify-content: Center;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100%;
}
.contact-information{
	flex: 1;
    padding: 40px;
    background: #f5f5f5;
}

.contact-information p, .contact-information a {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}
    .contact-information a:hover{
        color:rgb(87 14 174);
    }
  
.contact-information p span {
      font-weight: bold;
      color:#7E7E7E;
	   font-family: 'SF Pro Display', sans-serif;
    }

	
	.contact-information .social-icons h2{
       margin-bottom:10px !important;
      font-size: 20px;
      color: #000000;
	  font-weight:600;font-family: Lexend Exa;
	  text-transform:capitalize;
    }

    .contact-form {
    flex: 2;
    padding: 40px;
    background: #9442f68f;
    color: #fff;
}

    .contact-form h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    font-family: Lexend Exa;
    margin-bottom: 0;
}

    .contact-form p {
    font-size: 19px;
    margin-bottom: 40px;
	font-weight:300;
    font-family: 'SF Pro Display', sans-serif;
}

    .contact-form-content {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }

   .contact-form-content input {
    width: 100%;
    padding: 12px;
    border: none;
    font-family: 'SF Pro Display', sans-serif;
    border-radius: 8px;
    font-size: 16px;
    border-radius: 32px;
    outline: none !important;
}

    .contact-form-content textarea {
		 width: 100%;
    padding: 12px;
    border: none;
    font-family: 'SF Pro Display', sans-serif;
    border-radius: 12px;
    font-size: 16px;
    
    outline: none !important;
      resize: none;
      height: 120px; font-family: 'SF Pro Display', sans-serif;
    }

    .contact-form button {
      background: #ff8500;
      color: #fff;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .contact-form button:hover {
      background: #e37400;
    }
	.contactpage-icon {
      
    position: relative;
    right: 0;
    padding-right: 3px;
    margin-top: -1;
    display: flex;
    align-items: before;
    justify-content: left;
    margin-bottom: 10px;

    }
    .contactpage-icon img {
      width: 50px;
      height: auto;
	  
    }
.talktous-button button {
    background: none;
    border: #fff 1px solid !important;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    float: right;
    outline: none !important;
    padding: 9px 50px 9px 30px;
    width: 210px;
    text-transform: uppercase;
    font-family: 'Lexend Exa';
    font-size: 16px;
    position: relative;
}
.talktous-button button:hover{
    background:#fff;
    color:#6a0dad;
}
.talktous-button button:after{

    content: '';
    background: url(../images/bannertoparrow.png);
    position: absolute;
    right: 27px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 14px;

    
}
.talktous-button button:hover:after{
    content:'';top: 14px; right:27px;
    background:url(../images/dropdownhover.png);
    position:absolute ;
    
    width:20px;
    background-repeat:no-repeat;
    height:20px;
    
}
	.talktous-button img{
		 position: relative;
    right: 0;
    padding-right: 3px;
    margin-top: -1;
    display: flex;
    align-items: end;
    justify-content: right;
    margin-bottom: 10px;
		
	}
	ul.socialarea{
		padding:0;
		margin:0;
		list-style:none;
		Display:flex;
		gap:5px;
	}
	.footerarea{
		background:#2D1050;
	}
.copright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 15px;
    font-family: SF Pro Display;
    font-size: 17px;
    font-weight: 400 !important;
}
.copright a, .copright span {
    font-family: SF Pro Display;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
.copright a {
    padding-left: 13px;
    padding-right: 1px;
    margin-left: 7px;
}
.copright a:before {
    position: absolute;
    background: #fff;
    height: 15px;
    width: 2px;
    content: '';
    top: 4px;
    left: 2px;
}
.copright a:hover
{
    color:#6a0dad;
}
.copyr{
	    color:#fff !important;
	}
	
	 /*animation element*/
	 
.animation-element {
  opacity: 0;
}

/*animation element sliding left*/
.animation-element.slide-leftnew {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(-40px, 0px, 0px);
}

.animation-element.slide-leftnew.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-slideshake {
  opacity: 0; /* Ensuring visibility */
  animation: slideshake  1s infinite ease-in-out;
}
.animation-element.slide-slideshake.in-view {
  opacity: 1; /* Ensuring visibility */
  animation: slideshake  1s infinite ease-in-out;
}

@keyframes slideshake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}

.animation-element.slideYshake  {
  opacity: 0; /* Ensuring visibility */
  animation: slideYshake  1s infinite ease-in-out;
}
.animation-element.slideYshake.in-view {
  opacity: 1; /* Ensuring visibility */
  animation: slideYshake  1s infinite ease-in-out;
}

@keyframes slideYshake {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animation-element.slideXYshake  {
  opacity: 0; /* Ensuring visibility */
  animation: slideYshake  1s infinite ease-in-out;
}
.animation-element.slideXYshake.in-view {
  opacity: 1; /* Ensuring visibility */
  animation: slideYshake  1s infinite ease-in-out;
}

@keyframes slideXYshake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}




.animation-element.slide-rightnew {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(40px, 0, 0);
}
 
.animation-element.slide-rightnew.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}


.animation-element.slide-upnew { 
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew1 { 
  opacity: 0;
  transition: all 600ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew1.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-upnew2 { 
  opacity: 0;
  transition: all 800ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew2.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew3 { 
  opacity: 0;
  transition: all 1000ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew3.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-upnew4 { 
  opacity: 0;
  transition: all 1200ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew4.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}


.animation-element.slide-upnew5 { 
  opacity: 0;
  transition: all 1400ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew5.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew6 { 
  opacity: 0;
  transition: all 1600ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew6.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew7 { 
  opacity: 0;
  transition: all 1800ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew7.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew8 { 
  opacity: 0;
  transition: all 2000ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew8.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew9 { 
  opacity: 0;
  transition: all 2200ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew9.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew10 { 
  opacity: 0;
  transition: all 2400ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew10.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew11 { 
  opacity: 0;
  transition: all 2600ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew11.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-upnew12 { 
  opacity: 0;
  transition: all 2800ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-upnew12.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}


.animation-element.zoomin.in-view
	 { opacity: 1;
	     animation: zoom-in-zoom-out 1s ease-out 1;
    -webkit-animation: zoom-in-zoom-out 1s  ease-out 1;
	 }
	 
	 @-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.11, 1.11);
  }
  100% {
    transform: scale(1, 1);
  }
}

.animation-element.zoomin1.in-view
	 { opacity: 1;
	     animation:  blurAnimation 2s infinite;
    -webkit-animation:  blurAnimation 2s infinite;
	 }
	 
	 @keyframes blurAnimation {
  0% {
    filter: blur(0px); transform: scale(1, 1);
  }
  50% {
    filter: blur(.3px);transform: scale(1.2, 1.2);
  }
  100% {
    filter: blur(0px);transform: scale(1, 1);
  }
}
.topblk-sub-title span{
    display:block !important;
}
.typing {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  display: inline-block; /* Ensures proper width transition */
  animation: typing 2s steps(20, end) forwards;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}
    .video-container {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    top:auto;
    object-fit: cover;
    /* height: 100vh; */
    object-position: center center;
}

@media(max-width:992px){
    .video-container {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    top:auto;
    object-fit: cover;
    /* height: 100vh; */
    object-position: center center;
}
.contactforsection {
    /* background: #240c41 !important; */
    padding-bottom: 4rem;
   
    padding-top: 6rem;
}
    ul.navbar-nav li a {
    padding-left: 0 !important;
}
.herobannerBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.navbar-nav  {
     margin-top: 20px;
    padding-top: 10px !important;
     border-top: #441a76 1px solid !important;
}
   .navbar {
    background-color: #240c41 !important;
    border-bottom: #441a76 1px solid !important;
}
    .animation-element.slide-leftnew {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

.animation-element.slide-leftnew.in-view {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.animation-element.slide-rightnew {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

.animation-element.slide-rightnew.in-view {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
   .abmainarealeft, .abmainarearight {
    flex: 0 0 22%;
}

.cart-top-blk-title h2 ,.cartmainblk-title h2{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 700;
    font-size: 24px;
   
}
.cartmainblk-title h2 span{
     font-size: 24px;
}
p.topblk-sub-title,.cartmainblk-title p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'SF Pro Display', sans-serif;
    margin-bottom: 10px;
}
.cartmaininner {
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    flex: 0 0 47%;
}
.abmainareamiddle {
    flex: 0 0 50%;
    padding: 0 10px;
}
.contact-details h2 {
    font-family: Lexend Exa;
    font-size: 24px;
}
.contact-information p {
    font-family: SF Pro Display;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: Lexend Exa;
    margin-bottom: 0;
}.contact-form p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'SF Pro Display', sans-serif;
}
.hero-content h1 span.herspan {
    font-size: 25px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.hero-content h1 {
    font-family: "Lexend Exa", serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.topblk-sub-title span{
    display:inline-block !important;
}

@keyframes slowZoomRotate {
    0% { transform: scale(0.2) rotate(0deg); }
    50% { transform: scale(0.7) rotate(180deg); }
    100% { transform: scale(0.2) rotate(360deg); }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, .9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.contact-form {
    flex: 2;
    padding: 20px;
    background: #9442f68f;
    color: #fff;
}
.scroll-indicator {
    position: absolute;
    bottom: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
    color: #fff;
    margin: 0 auto;
    bottom: 10rem;
}
.scroll-indicator:after {
    content: '';
    position: absolute;
    background: url(../images/explorer.png) #ffffffcf;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: contain;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: circularShake 20s linear infinite;
    z-index: -1;
}
.scroll-indicatoringsection img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.abtareasection {
    padding: 0 0;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -5rem;
}
.contact-form-content input {
    width: 100%;
    padding: 9px 10px;
    border: none;
    font-family: 'SF Pro Display', sans-serif;
    border-radius: 8px;
    font-size: 11px;
    border-radius: 15px;
    outline: none !important;
}
.contact-information {
    flex: 1;
    padding: 20px;
    background: #f5f5f5;
}
}

@media(max-width:768px){
    .abtnotrightsideimg {
    width: 38%;
    margin: 0 auto;
}
.video-container {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    object-fit: cover;
    /* height: 100vh; */
    object-position: center center;
}
.cartmaininner {
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    flex: 0 0 100%;
}
.card {
    background-color: #2B1348;
    color: white;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 6px 0px #1E0B35;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    height: 100%;
}

.cartmaininner .cardimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtnotrightsideimg:after {
    content: '';
    position: absolute;
    background: url(../images/dotframe.png);
    width: 49px;
    height: 20px;
    right: 0;
    top: 0;
    animation: slideshake  1s infinite ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
}
.abtnotrightsideimg:before {
    content: '';
    position: absolute;
    
    width: 49px;
    height: 20px;
   
    animation: slideshake  1s infinite ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
}
    .contact-blk {
    display: block;

}
.abmainarealeft {
    display:none;
}
.carttopblk {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 1rem;
}
    .sitelogsec {
    width: 38%;
}
    .herobannerBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.brandsection {
    /* background: #240c41 !important; */
    padding: 0rem 0 0rem;
    display: block;
}
.contactforsection {
    /* background: #240c41 !important; */
    padding-bottom: 4rem;
    
    padding-top: 3rem;
}
}
@media(max-width:480px){
    .talktous-button {
    display: block;
    height: 58px;
}
ul.brandlogoareasection li:nth-child(4):before {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: -2px;
    right: -4px;
    z-index: 999;
}
ul.brandlogoareasection li:nth-child(4):after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 4px;
    bottom: -3px;
    right: -4px;
    z-index: 999;
}
ul.brandlogoareasection li:nth-child(6):before {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: -3px;
    left: -4px;
    z-index: 999;
}
ul.brandlogoareasection li:nth-child(6):after {
    position: absolute; 
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    bottom: -4px;
    left: -4px;
    z-index: 999;
}
.talktous-button button:after {
    content: '';
    background: url(../images/bannertoparrow.png);
    position: absolute;
    right: 30px;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    top: 9px;
}
.talktous-button button {
    background: none;
    border: #fff 1px solid !important;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    float: right;
    outline: none !important;
    padding: 5px 35px 5px 11px;
    width: 191px;
    text-transform: uppercase;
    font-family: 'Lexend Exa';
    font-size: 14px;
    position: relative;
}
    .bannerreadmore {
    border: 2px solid white;
    padding: 4px 35px 4px 15px;
    background: transparent;
    color: white;
    transition: 0.3s;
    border-radius: 35px;
    margin: 20px 0 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}
.bannerreadmore img {
    position: absolute;
    top: 7px;
    right: 14px;
    width: 13px;
    height: 11px;
}

    .contact-form-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.hero-content h1 span.herspan {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 17px;
}
.hero-content h1 {
    font-family: "Lexend Exa", serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

}
