@import url('https://fonts.googleapis.com/css2?family=Abel&family=Sacramento&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body{
	    transition: filter 0.5s ease-in-out; /* Adjust the duration and timing function as needed */
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
	background-color:#1b1b1b;
	color:#fff;
}

.nav-active {
background-color: #1b1b1b;
    box-shadow: 1px -4px 12px -5px #00e1ff;
	padding-top: 3px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
        .hero-container {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
            overflow: hidden; /* To hide the zooming background overflow */
        }
        .hero-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://vv.bangalorewebdesign.com/wp-content/uploads/2024/08/hero-new.jpg');
            background-size: cover;
            background-position: center;
            z-index: -1; /* Place it behind the content */
            animation: zoomBackground 1s ease-in-out forwards;
        }
        .heading-top, .heading-bottom {
            margin: 20px 0;
    font-size: 36px;
    color: #ffffff;
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 0px;
    border-radius: 0;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0s ease-in-out forwards;
    font-weight: 800;
        }
/*         .heading-bottom {
            animation-delay: 1s;
        } */
        .hero-line {
		   width: 0;
			height: 2px;
			background-color: #4573f0;
			animation: lineAnimationLong 3s ease-in-out forwards;
			background-image: linear-gradient(83deg, #a811ff, #dbe206 49%, #0067ff);
        }

        @keyframes lineAnimationLong {
            from { width: 0; }
            to { width: 50vw; }
        }
        @keyframes zoomBackground {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.01); /* Slight zoom in */
            }
            100% {
                transform: scale(1); /* Return to original size */
            }
        }

h1{
	font-weight:bold;
	font-size:55px;
	margin-bottom: 13px;
	
	  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2{
	
}
h3{
	font-size: 21px;
    font-weight: bold;
}
h4{
	
}
h5{
	
}
h6{
	
}

.hero-video {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.hero-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
}
.sacramento-regular {
  font-family: "Sacramento", cursive;
  font-weight: Bold;
  font-style: normal;
}

.grad-head-one{
background: #2C00CC;
    background-image: linear-gradient(247deg, #692a8d, #e20688 49%, #1878c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 76px;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
        font-weight: bold;
        text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.btn-outline-secondary {
	--bs-btn-color: #ffffff;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

.home-hero-class{
	margin-top: 90px;
	margin-left:100px;
	margin-right:100px;
/* 	margin-left:auto;
	margin-right:auto; */
/* 	width:1489px; */
}
.home-hero-class div{
	border-radius: 20px;
    font-size: 96px;
}

.hero-h1{
font-size: 87px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    padding: 48px;
    text-shadow: 1px 1px 3px #0000005c;
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 16px;
	line-height: 87%;
}

/* footer{
	background:#2a2e36;
	color:#fff;
	border-bottom: 1px solid #8b2d2d;
} */

footer {

	background-size: 400% 400%;

}


footer a{
	color:#fff;
	text-decoration:none;

}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: unset !important; 
    color: #fff !important;
}
.bootscore-info {
	font-size:12px;
	text-align:left;
}
footer .border-top{
	    border-top: 1px solid #f400a7 !important;
    padding-top: 23px;
}

#menu-legal-menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#menu-legal-menu li{
    display: inline;
    margin-right: 8px;
/*     border-right: 1px solid #5f6674; */
	border-right: 1px solid #f400a7;
    padding-right: 10px;
}
#menu-legal-menu li:last-child {
    border-right: none; /* Removes the border from the last item */
}
.footer-call-back-big{
	padding-top: 116px;
    padding-bottom: 116px;
    background-color: #f7f7f7;
}
.footer-call-back-big h1{
	text-align: left;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    padding-bottom: 4px;
}
.footer-call-back-big img{
	border-radius:20px
}
.submit-btn{
	background: #ffdb12;
    border-radius: 10px;
    padding: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border: 1px solid #e1c411;
    box-shadow: 0px 1px 3px 0px #92a6ad85;
}
.form-control::placeholder {
  color: #a9a5ac;
  opacity: 1; /* Firefox */
}
.ctralin-content-bx-out {
    height: 100%;
    display: table;
    width: 100%;
}
.ctralin-content-bx-in {
display: table-cell;
    vertical-align: middle;
}
.bootscore-footer{
	    padding-top: 116px;
    padding-bottom: 31px;
}
#nav-main{
	padding-top: 13px;

}

.woocommerce-store-notice, p.demo_store {
    background-color: #8a2e2d;
}
.home-about-bx img{
	border-radius:20px;
}
.home-about-bx {
	padding-top: 112px;
    padding-bottom: 114px;
}
.twin-testimonial-bx {
/* 	background: #000000;
    border-radius: 20px;
    min-height: 300px;
    padding: 41px;
    box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	
	
	background: #ffffff;
    border-radius: 5px;
    min-height: 300px;
    padding: 27px;
    padding-bottom: 114px;
    box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
.twin-test-container{
    padding-top: 95px;
    padding-bottom: 98px;
}
.twin-test-container h1{
	text-align: center;
    margin-bottom: 38px;
}
.form-control, .woocommerce-cart .coupon input, .woocommerce form .form-row textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row .form-row textarea, .woocommerce .qty {
    border-radius: 3px;
}
label {
    margin-left: 12px;
    margin-bottom: 1px;
}
.service-container {
/* 	background: #e9a089; */
	background: #f4ecec;
    padding-top: 106px;
    padding-bottom: 170px;
}
.service-container h1{
	text-align:center;
}



.clients-container{
	padding-top: 95px;
    padding-bottom:5px;
	background: #fff;
	padding-bottom: 64px;
}
.clients-container h1{
	text-align:center;
	margin-bottom:-10px;
}
.pink-words{
	    color: #db0087;
}
.clients-container .owl-carousel .owl-item {
    text-align: center;
}
.top-space{
	margin-top:85px;
}
#content {
/*     margin-bottom: 97px; */
}
.terms{
	
}
.terms h1{
	    font-size: 35px;
    font-weight: bold;
	margin-bottom: 20px;
}

.terms h2 {
    font-size: 23px;
    font-weight: bold;
    margin-left: 0px;
	margin-top: 34px;
}

.terms p {
    margin-left: 25px;
    margin-bottom: 5px;
}
.terms ul {
	margin-left: 15px;
}
.terms-img{
	margin-top:70px;
}
.heading-center{
	text-align:center;
	margin-bottom: 44px;
	margin-top: 58px;
	font-size: 54px;
}
.right-alin {
    text-align: right;
}
.left-alin{
	text-align:left;
}
.team-bx{
	
}
.team-bx h2{
	font-size: 59px;
    font-weight: bold;
}
.hero-h2{
	font-size: 67px !important;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    padding: 48px;
    text-shadow: 1px 1px 3px #0000005c;
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 16px;
	line-height: 87%;
}


.service-bx{
color: #fff;
    padding: 20px;
    width: -webkit-fill-available;
    height: 370px;
    border-radius: 4px;
    position: relative;
    margin: 9px;
    margin-top: 21px;
	box-shadow: rgba(0, 0, 0, 0.5) -1px -2px 6px 0px inset;
}
.service-bx h1{
text-align: left;
    font-size: 43px;
    margin-top: 10px;
    margin-left: 10px;
    text-decoration: underline;
    text-underline-offset: 14px;
    
}
.service-bx p{
	position: absolute;
    bottom: 0;
    padding: 10px;
    padding-bottom: 12px;
    /* background: rebeccapurple; */
    margin-right: 19px;
}
.hand-written a{
	color: #0d0257;
	text-decoration:none;
	font-size:33px;
}
.service-bx-event{
	background: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/07/events-bk-sm.jpg);
	background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.service-bx-event h1{
	text-decoration-color: #9c4095;
}

.service-bx-tour{
	background: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/07/tours-bk-sm.jpg);
	background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.service-bx-tour h1{
	text-decoration-color: #0dae9f;
}

.service-bx-corp{
	background: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/07/corp-bk-sm.jpg);
	background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.service-bx-corp h1{
	text-decoration-color: #1170b2;
}


.service-bx-gift{
	background: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/07/gift-bk-sm.jpg);
	background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.service-bx-gift h1{
	text-decoration-color: #ee8b30;
}
.service-container h1{
	margin-bottom:35px;
}
.curl-corner{
	border-radius:20px;
}
.curl-corner img{
	border-radius:20px;
}
.hero{

}
.hero div{
	border-radius: 20px;
    font-size: 117px;
}
.oursoursing-main-bx{
	text-align: center;
    margin-bottom: 100px;
    margin-top: 64px;
}

.oursoursing-main-bx .fa-solid{
	font-size: 60px;
    color: #8b302f;
    text-align: center;
    padding-bottom: 16px;
}
.oursoursing-main-bx h3{
	font-size:15px;
	margin-bottom:20px;
}
.oursoursing-main-bx h1{
	margin-bottom:33px;
}
.round-img img{
	border-radius:20px;
}
.service-type-bx{
	position: relative;
  color: white;
	margin-top: 22px;
	cursor: pointer;
}
.service-type-bx h2 {
    position: absolute;
    /* top: 53%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* text-align: center; */
    font-weight: bold;
    color: white;
    font-size: 55px;
    text-shadow: 1px 1px 3px #0000005c;
    position: absolute;
    top: 19px;
    left: 31px;
}
.service-type-bx img{
	    transition: filter 0.3s ease-in-out; 
cursor: pointer;
	filter: brightness(80%);
}
.service-type-bx img:hover{
	filter: brightness(100%);
}
.vision {
    border-right: 1px solid #ddd; /* Add a border to the right of the first column */
}
.mission-vision-bx{
	margin-top:100px;
	margin-bottom:40px;
}
.vision h1, .vision p{
	text-align:right;
}
.mission h1, .mission p{
	text-align:left;
}
.footer-call-back-big {
	position: relative;
	z-index:999;
}

.inst-photo-bx{
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 7px;
    min-height: 500px;
    color: #0035d4;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-image: linear-gradient(#ffffff, #fffdf4);
}

.bgslise {
	animation: slideee 16s ease-in-out infinite alternate;
	    background-image: linear-gradient(270deg, #5c4eb0 50%, #000000 50% );
	position: absolute;
	bottom: 0;
	left: -50%;
	opacity: 0.5;
	right: -50%;
	top: 0;
	z-index: -1;
}

.bgslise2 {
  animation-direction:alternate-reverse;
  animation-duration:14s;
}

.bgslise3 {
  animation-duration:15s;
}
.hand-written{
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    margin-top: 32px;
    transform: rotate(358deg);
}
.event-type-list ul{
	    margin-top: 23px;
    font-size: 20px;
    font-weight: bold;
	 list-style: none;
}
.event-type-list li{

}
.service-page-top{
	margin-top: 40px;
	text-align:center;
}
.service-page-top p{
	text-align:center;
}
.events-type-container{
background: linear-gradient(-60deg, #e2e2e2, #f4faff, #ebf1fe, #2a2e36);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
    border-radius: 20px;
    padding-bottom: 15px;
    min-height: 780px;
}
.margin-top-6{
	margin-top:6px;
}

.tours-video-bx{
	margin-top: 99px;
    margin-bottom: 77px;
}
.container-green-grad{
	    background-image: url(https://eventconcept.com/wp-content/themes/eventconcept/assets/backgrounds/intro-bottomleft.png), url(https://eventconcept.com/wp-content/themes/eventconcept/assets/backgrounds/intro-topright.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: 30%, 50%;
}
.container-pink-grad{
/* 	padding-top: 124px;
    padding-bottom: 124px; */
	    background-image: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/08/pink-bottom-grad.png), url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/08/pink-top-grad.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: 20%, 40%;
}

.btn-primary, .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    --bs-btn-color: #fff;
    --bs-btn-bg: #cc008c;
}

.back-half-img{
	  background-image: url(https://vv.bangalorewebdesign.com/wp-content/uploads/2024/08/pic-sample.jpg);
/* 	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0; */
	
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
/* 	animation: zoomOut 10s ease-in-out infinite; */
}
.about-box-two{
	padding-top:130px;
	padding-bottom:130px;
}


.laser-button{
	background: #cc0089;
    border: 0;
    padding: 11px;
    padding-right: 46px;
    padding-left: 46px;
    color: #fff;
    border-radius: 3px;
	    margin-top: 10px;
	 animation: pulse-animation 2s infinite;
}
.laser-button:hover {
    background: #6645aa;
}


@keyframes pulse-animation {
  0% {
        box-shadow: 0 0 0 0px rgb(62 98 184);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

@keyframes slideee {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}



@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes zoomOut {
    0% {
        background-size: 110%; /* Start slightly zoomed in */
    }
    100% {
        background-size: 100%; /* Zoom out to cover the entire screen */
    }
}