@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Belgan Aesthetic';
    src: url('https://thegravitystudios.com/gravity/assets/belgan-aesthetic.ttf') format('truetype'); /* Adjust the path */
    font-weight: normal;
    font-style: normal;
}
body {    
    font-family: "Poppins", sans-serif !important;
    background-color: #070707 !important;
}

.navbar-nav {

    --bs-nav-link-color: rgba(255, 255, 255, 0.65) !important;
    --bs-nav-link-hover-color: rgba(255, 255, 255, 0.8) !important;

}

.checkbox-item-group {
    display:flex;
    flex-direction:column;
    gap:8px;
}



.block--lg {
    padding: 200px 0;
}
.contact-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.block--md {
    padding: 120px 0px;
}
.block--md-150{
    padding: 150px 0px;
}
.block--md-120 {
    padding: 0px 0px 150px 0px;
}


.hero-section {
    text-align: center;
    position: relative;

}



.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.highlight {
    color: #ff00ff;
}

.btn-schedule,
.btn-work {
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 50px;
    margin: 5px;
    transition: all 0.3s ease;
}

.btn-schedule {
    background-color: transparent;
    color: #ff00ff;
    border: 2px solid #ff00ff;
}

.btn-schedule:hover {
    background-color: #ff00ff;
    color: #000;
}

.btn-work {
    background-color: #ff00ff;
    color: #000;
    border: none;
}

.btn-work:hover {
    background-color: #e600e6;
}

.navbar {
    background-color: transparent;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 15px;
}

.navbar-nav .nav-link:hover {
    color: #ff00ff;
}

.navbar-brand img {
    width: 200px;
}

.box:hover {
  box-shadow: 0px 0px 12px 1px #ff00ff;
  transform: translateY(-10px);
}
.project-card:hover {
  box-shadow: 0px 0px 12px 1px #ff00ff;
  transform: translateY(-10px);
}

.project-card {
    box-shadow: 0px 0px 20px 1px #000000;
}

.bg--gradient {
    width: 360px;
    filter: blur(43px);
    border-radius: 50%;
    background: linear-gradient(90deg, #270359, #430545);
    height: 500px;
    position: absolute;
    top: -130px;
    left: -110px;
    z-index: -1;
}

.bg---gradient {
    width: 320px !important;
    filter: blur(83px);
    border-radius: 50%;
    background: linear-gradient(90deg, #270359, #430545);
    height: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bg----gradient {
    width: 950px !important;
    filter: blur(83px);
    border-radius: 50%;
    background: #ff00ff45;
    height: 800px;
    position: absolute;
    bottom: 0;
    right: 99px;
    z-index: -1;

}




.btn {
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 10px 60px !important;
}

.btn-outline-schedule {

    color: fuchsia !important;
    border: 1px solid white !important;

    transition: 0.4s all !important;
}

.btn-outline-schedule span{

    font-size: 18px!important;;
}

/* .btn-outline-schedule:hover {
    background-color: fuchsia !important;
    color: white !important;

} */

.btn-work {
    background-color: white !important;
    color: black !important;
    border: 2px solid fuchsia !important;
}

.bg-----gradient {
	width: 560px !important;
	filter: blur(83px);
	border-radius: 50%;
	background: linear-gradient(90deg, #270359, #430545);
	height: 320px;
	position: absolute;
	bottom: 85px;
	right: 380px;
	z-index: -1;
}








.oval-section {
    width: 1310px;
    height: 340px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    transform: rotate(-20deg);
}

/* Icon container with rotation */
.icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    animation: rotate 6s linear infinite;
}

/* Icon style */
.icon {
    font-size: 24px;
    color: #333;
}

/* Keyframes for rotation */
@keyframes rotate {
    0% {
        transform: rotate(0deg) translateX(180px) rotate(120deg);
    }

    100% {
        transform: rotate(480deg) translateX(180px) rotate(0deg);
    }
}






/* Make the video full-width */
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#myVideo {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* Custom play/pause button styling */
#playPauseBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    display: none;
    /* Initially hidden */
}

/* Hide default video controls */
video::-webkit-media-controls {
    display: none !important;
}
.ellipse-home-section {
    padding: 100px 0;
}

@media (min-width: 1024px) {
   .ellipse-home-section {
    padding: 120px 0;
    }
}

.vision-content {
   
    color: white;
    text-align: center;
    font-size: 39px;
}
.font-aesthetic{
    font-family: 'belgan aesthetic';
}
.project-heading{
    font-size: 36px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.project-heading .icon {
	color: white;
	border: 1px solid white;
	padding: 10px 17px;
	border-radius: 100%;
    margin-right: 20px;
    position: static;
}

.project {
	border: 1px solid #f900f9;
	background-color: black;
	padding: 60px;
	border-radius: 60px;
}
.project .project--heading {
	font-size: 50px;
	font-weight: bold;
    margin-bottom: 30px;
}
.project .project-tags {
	display: flex;
	gap: 10px;
}
.project .project-tags p {
	font-size: 12px;
	border: 1px solid #f0f;
	padding: 6px 30px;
	border-radius: 20px;
}
.project-portfoloio img {
	border: 2px solid #bf00bf;
	border-radius: 30px;
	padding: 10px;
	
	height: 100%;
	object-fit: cover;
}
.more-button{
    font-size: 51px;
    text-decoration: none;
    color: white;
text-align: center;    
}


.box {
	background-color: black;
	text-align: center;
    display: flex;
    flex-direction: column;
}


.box .service-box-heading {
	font-size: 28px;
	font-weight: bold;
	padding: 20px;
	border: 2px solid white;
	line-height: 100%;
}
.box .service-box-para {
	padding: 20px;
	font-size: 16px;
    font-style: italic;
}


.bg_gradient {
	width: 360px;
	filter: blur(43px);
	border-radius: 50%;
	background: linear-gradient(90deg, #270359, #430545);
	height: 500px;
	position: absolute;
	top: 340px;
	left: -389px;
	z-index: -1;
}
.bg__gradient {
	width: 360px;
	filter: blur(43px);
	border-radius: 50%;
	background: linear-gradient(90deg, #270359, #430545);
	height: 500px;
	position: absolute;
	top: 340px;
	right: 0px;
	z-index: -1;
}
.contact {
	color: white;
    text-align: center;
}
.contact-heading {
	font-size: 48px;
	font-weight: 400;
	padding-bottom: 30px;
}

.footer--bg {
	background: black;
	border: 1px solid #db02dc;
	border-radius: 40px 40px 0px 0px;
	color: white;
}

.mail-contact a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
footer p {
    margin-bottom: .25rem;
}
footer .block--md {
    padding: 40px 0px;
}




.ellipse {
	width: 1600px;
	height: 440px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	transform: rotate(-20deg);
	overflow: visible;
	position: absolute;
	left: -160px;
	right: 0;
	top: 80px;
}
.ellipse-2 {
	width: 950px;
	height: 260px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	transform: rotate(-20deg);
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
}
.ellipse-3 {
	width: 1590px;
	height: 390px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* position: relative; */
	margin: auto;
	transform: rotate(-21deg);
	overflow: visible;
	position: absolute;
	left: -160px;
	/* right: 0; */
	top: 96px;
	z-index: -1;
}
.ellipse-4 {
	width: 370px;
	height: 110px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	transform: rotate(0deg);
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
}

/* Style for the moving icon */
.icon-b {
    position: absolute;
}

/* Bootstrap container class to center content */
.container-fullscreen {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block--tp{
    margin-top: 130px;
}









/* Carousel Container */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* Carousel Track */
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Carousel Images */
.carousel img {
    width: 20%; /* 5 images in a row */
    flex-shrink: 0;
    object-fit: cover;
    border-right: 1px solid #ddd;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .carousel img {
        width: 25%; /* 4 images in a row */
    }
}

@media (max-width: 768px) {
    .carousel img {
        width: 33.33%; /* 3 images in a row */
    }
}

@media (max-width: 480px) {
    .carousel img {
        width: 50%; /* 2 images in a row */
    }
}











.hero-section .heading {
 
    font-size: 63px;
    font-weight: normal;
    color: white;
   line-height: 150%;
  
   
   
}



/* Typing effect cursor */
#typing::after {
    content: "|";
    display: inline-block;
    animation: blink 0.7s steps(2) infinite;
}

/* Blinking cursor animation */
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}






.our-vision-text {
  min-height: 480px;
  max-height: 100%;

  word-wrap: break-word;
}

/* Typing effect animation */
.typing-1 {
    display: inline-block;
   
}

/* Typing effect cursor */
.typing-1::after {
    content: "|";
    display: inline-block;
    animation: blink 0.7s steps(2) infinite;
}

/* Blinking cursor animation */
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}








.btn-df {
	border: 0px solid #f0ad00 !important;
	font-family: inherit;
	cursor: pointer;
	display: inline-block;
	
	text-decoration: none !important;
	
	outline: none;
	position: relative;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
	
	padding: 12px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #FBA81A;
	border-radius: 5px;
}
.btn-outline-schedule {
	

    color: fuchsia !important;
    border: 2px solid white !important;

    
}


.btn-df:hover::after {
	height: 460%;
	opacity: 1;
	z-index: 0;
}
.btn-df::after {
	width: 130%;
	height: 0;
	top: 50%;
	left: 50%;
	background: fuchsia;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.btn-df:hover span {
	color: white;
	z-index: 2;
}
.btn-df span {
	color: fuchsia;
	position: relative;
	z-index: 0;
}








.navbar-toggler {
    border-color: white !important; /* Makes the border white */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    /* Replaces the default icon with a white SVG */
}


.dots-container {
	display: flex;
	gap: 15px;
	transform: rotate(-40deg);
	position: absolute;
	right: 0;
    top: -80px;
}
.dots-container-2 {
	display: flex;
	gap: 15px;
	transform: rotate(-140deg);
	position: absolute;
	left: 0;
    top: -80px;
}
.dots-container-3 {
	display: flex;
	gap: 15px;
	transform: rotate(-140deg);
	position: absolute;
	right: 0;
    bottom: -80px;
}
.dots-container-4 {
	display: flex;
	gap: 15px;
	transform: rotate(-40deg);
	position: absolute;
	left: 0;
    bottom: -80px;
}
  
  .dot {
    width: 15px;
    height: 15px;
    background-color: #444; /* Default "off" state color */
    border-radius: 50%;
    animation: blink 1.2s infinite;
    opacity: 0.3; /* Dull when off */
  }
  
  /* Individual delay for each dot */
  .dot:nth-child(1) {
    animation-delay: 0s;
  }
  
  .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  .dot:nth-child(4) {
    animation-delay: 0.6s;
  }
  
  .dot:nth-child(5) {
    animation-delay: 0.8s;
  }
  
  .dot:nth-child(6) {
    animation-delay: 1s;
  }
  
  @keyframes blink {
    0%, 100% {
      background-color: #444; /* Default "off" state */
      opacity: 0.3;
    }
    50% {
      background-color: #fff; /* Bright "on" state */
      opacity: 1;
    }
  }














  



@media  screen and (max-width: 1394px){


    .ellipse {
        width: 1300px;
        height: 440px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -100px;
        right: 0;
        top: 80px;
    }
    .ellipse-3 {
        width: 1315px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -110px;
        /* right: 0; */
        top: 96px;
        z-index: -1;
    }

}

@media screen and (max-width: 1200px ) {
    .ellipse {
        width: 1110px;
        height: 440px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -70px;
        right: 0;
        top: 40px;
    }
    .ellipse-2 {
        width: 910px;
        height: 330px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 120px;
    }
    .ellipse-3 {
        width: 1105px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -90px;
        /* right: 0; */
        top: 96px;
        z-index: -1;
    }
}

@media screen and (max-width: 991px ) {
    .ellipse {
        width: 850px;
        height: 300px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -67px;
        right: 0;
        top: 40px;
    }
    .vision-content {
      
        font-size: 34px;
    }
    .ellipse-2 {
        width: 690px;
        height: 250px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }
    .ellipse-3 {
        width: 900px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -90px;
        /* right: 0; */
        top: 46px;
        z-index: -1;
    }
    .block--lg {
        padding: 120px 0;
    }
    .hero-section .heading {
        font-size: 33px;
        
    }
    .project .project--heading {
        font-size: 30px;
      
    }
    .more-button {
        font-size: 41px;
     
    }
    .ellipse-4 {
        width: 250px;
        height: 96px;
      
    }
    .contact-heading {
        font-size: 44px;
       
    }
    .mail-contact {
        font-size: 16px;
    }
    .social-media {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px ) {
    .hero-section .heading {
        font-size: 22px;
    }
    .btn {
        font-size: 12px !important;
       
        padding: 7px 30px !important;
      
    }
    .block--lg {
        padding: 70px 0;
    }
    .ellipse {
        width: 600px;
        height: 210px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -40px;
        right: 0px;
        top: 40px;
    }
    .vision-content {
        font-size: 24px;
    }
    .ellipse-2 {
        width: 580px;
        height: 190px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
    }
    .project .project-tags {
        display: block;
       
    }
    .project .project--heading {
        font-size: 20px;
    }
    .ellipse-3 {
        width: 680px;
        height: 250px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -80px;
        /* right: 0; */
        top: 146px;
        z-index: -1;
    }
    .dots-container {
        display: none;
    }
    .dots-container-2{
        display: none;
    }
    .dots-container-3{
        display: none;
    }
    .dots-container-4{
        display: none;
    }

}


@media screen and (max-width: 500px ) {
.ellipse{
    display: none;
}
.ellipse-3{
    display: none;
}
.ellipse-2 {
	width: 340px;
	height: 130px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	transform: rotate(-20deg);
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
}
.vision-content {
	font-size: 18px;
}
.our-vision-text {
	min-height: 140px;
	
}
}






.navigation-bar {
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 30px;
	background-color: white;
    width: 30rem;
	margin: auto;
	border-radius: 40px;
	padding: 4px;

    z-index: 9999;
}
.navigation-bar li {
	list-style: none;
	color: black;


}
.navigation-bar li  a{
    color: black !important;
    padding: 10px 25px !important;
	border-radius: 50px;
    font-size: 13px;
    margin: 5px !important;
}
.navigation-bar li:hover  a{
    color: white !important;
    background-color: black;
}
.navigation-bar li  a.active{
    color: white !important;
    background-color: fuchsia;
}




@media  screen and (max-width: 1394px){


    .ellipse {
        width: 1300px;
        height: 440px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -100px;
        right: 0;
        top: 80px;
    }
    .ellipse-3 {
        width: 1315px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -110px;
        /* right: 0; */
        top: 96px;
        z-index: -1;
    }


}

@media screen and (max-width: 1200px ) {
    .ellipse {
        width: 1110px;
        height: 440px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -70px;
        right: 0;
        top: 40px;
    }
    .ellipse-2 {
        width: 910px;
        height: 330px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 120px;
    }
    .ellipse-3 {
        width: 1105px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -90px;
        /* right: 0; */
        top: 96px;
        z-index: -1;
    }
}

@media screen and (max-width: 991px ) {
    .ellipse {
        width: 850px;
        height: 300px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -67px;
        right: 0;
        top: 40px;
    }
    .vision-content {
      
        font-size: 34px;
    }
    .ellipse-2 {
        width: 690px;
        height: 250px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }
    .ellipse-3 {
        width: 900px;
        height: 390px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -90px;
        /* right: 0; */
        top: 46px;
        z-index: -1;
    }
  
    .block--lg {
        padding: 120px 0;
    }
    .hero-section .heading {
        font-size: 33px;
        
    }
    .project .project--heading {
        font-size: 30px;
      
    }
    .more-button {
        font-size: 41px;
     
    }
    .ellipse-4 {
        width: 250px;
        height: 96px;
      
    }
    .mail-contact {
        font-size: 16px;
    }
    .social-media {
        font-size: 16px;
    }
    .contact-h2{
      font-size: 55px;
    }

}



@media screen and (max-width: 768px ) {
    .hero-section .heading {
        font-size: 22px;
    }
    .btn {
        font-size: 12px !important;
       
        padding: 7px 30px !important;
      
    }
    .block--lg {
        padding: 50px 0;
    }
    .ellipse {
        width: 600px;
        height: 210px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: -40px;
        right: 0px;
        top: 40px;
    }
    .vision-content {
        font-size: 24px;
    }
    .ellipse-2 {
        width: 580px;
        height: 190px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        transform: rotate(-20deg);
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
    }
    .project .project-tags {
        display: block;
       
    }
    .project .project--heading {
        font-size: 20px;
    }
    .ellipse-3 {
        width: 680px;
        height: 250px;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        margin: auto;
        transform: rotate(-21deg);
        overflow: visible;
        position: absolute;
        left: -80px;
        /* right: 0; */
        top: 146px;
        z-index: -1;
    }
    .ellipse.contact-ellipse {
     display: none;
    }
    .dots-container {
        display: none;
    }
    .dots-container-2{
        display: none;
    }
    .dots-container-3{
        display: none;
    }
    .dots-container-4{
        display: none;
    }

}


@media screen and (max-width: 500px ) {
.ellipse{
    display: none;
}
.ellipse-3{
    display: none;
}
.ellipse-2 {
	width: 340px;
	height: 130px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	transform: rotate(-20deg);
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
}
.vision-content {
	font-size: 18px;
}
.our-vision-text {
	min-height: 140px;
	
}
.ellipse.contact-ellipse {
 display: none;
}
}


/*service*/

.bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  
}

.heading-service{
    font-size: 48px;
    color:white;
}



.service-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
     gap:106px;
     position: relative;
}
.bg------gradient {
    width: 50%;
    height: 50%;
    width: 57%;
    filter: blur(83px);
    border-radius: 50%;
    background: linear-gradient(90deg, #270359, #430545);
    height: 64%;
    position: absolute;
    bottom: 18%;
    right: 25%;
    z-index: -1;
}

.service-grid-box1{
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}




.service-heading {
    font-weight:bold;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 1px solid gray;
    line-height: 150%;
    text-align: center;
    padding: 20px 111px;
}
.service-para {
	padding: 30px;
	font-size: 18px;
    font-style: italic;
    text-align: center;
}
.social-para{
    max-width: 400px;
}


.explore-section {
    padding: 20px 102px;
}

.explore-heading{
    margin-bottom: 100px;
    text-align: center;
    color: white;
}

.explore-project-box{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.explore-box{
    width: 48%;
    position: relative;
}
.explore-box img{
  width: 100%;
  height: auto;
  object-fit: cover;
 
}
.project-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 102px;
    left: 0;
    width: 100%;
}
.project-text{
    padding: 100px 0px;
    color:white;
}




.block-lg{
    padding: 102px 0px;
    text-align: center;
}
.heading-space{
    margin-bottom: 102px;
    text-align: center;
    color: white;
}

.service-grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap: 30px;
    width: 100%;
     
}

.grid-box1 {
  max-width: 500px;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #000;
  border-radius: 40px;
  aspect-ratio: 1 / 1;
}
.grid-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 19%;

  
}
.content-box21{
  width: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 40px;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

.social-media img{
    max-width: 70%;
    vertical-align: middle;
}

 .project-intro {
            position: relative;
            color: #fff;
        }
        .project-intro .bg-about-gradient {
            max-width: 560px;
            right: auto;
            top: 0;
        }
        .project-intro .btn-df span {
            color: #fff;
        }
        .project-intro-text {
            margin-top: 80px;
        }
        .project--heading {
            font-size: 50px;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .project-tags {
            display: flex;
            gap: 10px;
        }
        .project-tags p {
            font-size: 12px;
            border: 1px solid #f0f;
            padding: 6px 30px;
            border-radius: 20px;
        }
        .project-vertical-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .project-poster-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .project-item {
            max-width: 100%;
            width: 100%;
        }
        .project-vertical-video {
            border: 1px solid #f900f9;
            aspect-ratio: 9/16;
            max-width: 100%;
            width: 100%;
            display: block;
            border-radius: 24px;
            position: relative;
            overflow:hidden;
        }
        .project-square-video {
            border: 1px solid #f900f9;
            aspect-ratio: 1/1;
            max-width: 100%;
            width: 100%;
            display: block;
            border-radius: 24px;
            position: relative;
            overflow:hidden;
        }
        .project-overview-label {
            color: #fff;
            font-size: 20px;
            font-weight: normal;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 80px;
            padding-left: 30px;
        }
        .pro-icon {
            display: inline-flex;
            font-size: 14px;
            border: 1px solid #fff;
            width: 24px;
            height: 24px;
            align-items: center;
            justify-content: center;
            border-radius: 24px;
        }
        .muted-text {
            color: gray;
        }
         
        .project-horizontal-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 4rem;
        }
        .project-square-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 4rem;
        }
        .project-horizontal-video {
            border: 1px solid #f900f9;
            aspect-ratio: 16/9;
            max-width: 100%;
            width: 100%;
            display: block;
            border-radius: 24px;
            position: relative;
            overflow:hidden;
        }
        .project-poster-video {
          border: 1px solid #f900f9;
          aspect-ratio: 9/13;
          max-width: 100%;
          width: 100%;
          display: block;
          position: relative;
            overflow:hidden;
        }
        .project-horizontal-video iframe {
         position:absolute;
         width:100%;
         height:100%;
        }
        .project-blocks + .project-blocks {
            margin-top: 120px;
        }
        @media (min-width:768px) {
            .project-vertical-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 4rem;
            }
             .project-poster-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 4rem;
            }
        }
        
        .project-vertical-video iframe {
         position:absolute;
         width:100%;
         height:100%;
        }


/**/
.project-grid-wrap {
    position: relative;
}
.project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.project-card {
    aspect-ratio: 1/1;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
}
.project-card-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
     background-color: rgb(0 0 0 / 65%);
}
.project-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.project-grid-column {
    position: relative;
}
.project-grid .project-grid-column:nth-child(4n + 1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: blur(120px);
    border-radius: 50%;
    background: linear-gradient(90deg, #270359, #430545);
    transform: translate(0%, 0%);
    z-index: -1;
}


@media (min-width: 640px) {
    .project-card:hover .project-card-back {
        opacity: 1;
        visibility: visible;
    }
    .btn-explore {
        display:none;
    }
}
@media (min-width: 1024px) {
    .project-grid {
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }
    .project-grid .project-grid-column:nth-child(4n + 1)::after {
        transform: translate(50%, 50%);
    }

}

/* cotntac us   */


.Contact-headline {
    max-width: 100%;
    margin-top: 80px;
}

.Contact-heading {
    text-align: center;
    color:white;
}
.contact-main{
    position: relative;
}
.contact-h2{
    font-size: 70px;
        text-transform: uppercase;
}
.number-logo,
.email-logo {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    margin-right: 8px;
}
.number {
    font-size: 20px;
}
.email {
    font-size: 20px;
}

.ellipse.contact-ellipse {
    width: 90%;
    height: 44%;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform: rotate(137deg) translate(35%, 31%);
    overflow: visible;
    position: absolute;
    left: 33%;
    right: 0;
    top: 0;
}





contact_us_2 * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_2 .text-blk {
   margin: auto;
    line-height: 25px;
  }
  
  .contact_us_2 .responsive-cell-block {
    min-height: 75px;
    text-align: start;
  }
  
  .contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding: 50px;
    display: block;
  }
  
  .contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px auto;
    padding: 0px;
  }
  
  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px 30px;
    position: relative;
    height: auto;
  }
  
  .contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  
.contact_us_2 .container-block.form-wrapper {
    background-color: rgb(0, 0, 0);
    max-width: 800px;
    text-align: center;
    padding: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border-radius: 30px;
    border: 2px solid rgb(224, 8, 236);
}
.contact_us_2 .responsive-cell-block {
  
    padding-right: 20px;
}
  
  .contact_us_2 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
  }
  
  .contact_us_2 .text-blk.contactus-subhead {
    color: #fafafa;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
  }
  
  .contact_us_2 .input {
    width: 100%;
    height: 35px;
    border: 2px solid gray;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
    max-width: 270px;
}
  
  .contact_us_2 .textinput {
    width: 98%;
    min-height: 150px;
    padding: 20px 15px;
    border: 2px solid #fafafa;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
   border-radius: 4px;
  }
  
 
  .contact_us_2 .form-box {
    margin-top: -110px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .social-media-links {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .link-img {
    width: 30px;
    height: 30px;
  }
  
  .contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #f5f3f3;
  }
 
  
  


  .checkbox {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
h2.checkbox-h2 {
    color: white;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
}
.checkbox-item {
    max-width: 100%;
    color: white;
text-align: start;

}
.checkbox-item label {
    margin-left: 4px;
    font-size: 14px;
}
  

  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}






/* About page  */

section.top-about {
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}
h1.top-about-h1 {
    height: auto;
    font-size: 10vw;
    line-height: 1;
    font-weight: bolder;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

.main-About {
    margin-top: 250px;
    max-width: 100%;
    margin-bottom: 250px;
}
.container-About {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 84px;
}
.about--main-image {
    position: relative;
    z-index: 2;
}
.contact-about {
    color: white;
    text-align: center;
    position: relative;
    margin-top: 150px;
}
.ellipse.about-ellipse {
    width: 180%;
    height: 48%;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform: rotate(124deg) translate(28%, 24%);
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}



.main-image{
    width: 50%;
    padding-left: 150px;
    z-index: 1;
}

.main-image img {
    width: 600px;
    height: 400px;
    object-fit: contain;
    border-radius: 30px;
}

.main-text {
    width:50%;
    padding-right:150px;
}
.main-text-heading {
    color: white;
}
.main-text-position {
    color: #ff00e6;
    font-style: italic;
}
.main-text-paragraph {
    color: white;
    font-size: 15px;
}

.about-hero-img {
    position: relative;
}
ul.studio-ul {
    padding-left: 34px;
    font-size: 1.0rem;
    list-style-type: none;
    text-align: left;
}

/* gravity-studio section */
.gravity-studio{
    max-width: 100%;
    margin-top: 200px;
    margin-bottom: 220px;
text-align: center;
}
.studio-container {
    width: 100%;
    max-width: 100%;
    font-size: medium;
}

.studio-container h2 {
    color: white;
    margin-left: 34px;
    margin-bottom: 80px;
        font-size: 3.25rem;
        text-align: left;
}
.studio-discraption {
    max-width: 90%;
    color: white;
    margin-bottom: 180px;
}
.studio-ul li{
    margin-bottom: 20px;
}

.studio-data {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.studio-data-box {
    border: 1px solid #e904e2;
    border-radius: 24px;
    width: 200px;
    height: auto;
    padding: 20px 12px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.studio-data-headline {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 14px;
    
}
.studio-data-data {
    color: #e114d1;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    transition: all 0.3s ease;
}


.bg-------gradient{
    width: 250px;
    height: 250px;
    filter: blur(50px);
    border-radius: 50%;
    background: #ff00ff45;
    position: absolute;
    top: 1390px;
    right: 520px;
    z-index: -1;
}

.bg-brand-gradient {
    width: 23%;
    height: 108%;
    filter: blur(80px);
    border-radius: 50%;
    background: #ff00ff45;
    position: absolute;
    right: 39%;
    top: -10%;
    z-index: -1;
}
.bg-about-gradient {
    width: 120%;
    height: 120%;
    filter: blur(120px);
    border-radius: 50%;
    background: #ff00ff45;
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: -1;
}
.bg-service-gradient {
    width: 14%;
    background: linear-gradient(90deg);
    filter: blur(39px);
    border-radius: 50%;
    background: #ff00ff45;
    height: 32%;
    position: absolute;
    bottom: 33%;
    right: 44%;
    z-index: -1;
}


.studio-container {
    margin: 0 auto;
}

.service-overlap {
    margin-top: -160px;
}


                                /* 1200   */







@media (max-width: 1200px) {
.ellipse.contact-ellipse {
    width: 130%;
    height: 44%;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform: rotate(135deg) translate(37%, 37%);
    overflow: visible;
    position: absolute;
    left: 30%;
    right: 0;
    top: 0;
}
  
.heading-service{
  font-size: 48px;
  color:white;
}
.container-service {
  max-width: 100%;
  width: 85%;
  margin: auto;
}


.studio-data {
max-width: 100%;


}
.studio-data-box{
margin: 20px;
}

        
.main-image{
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
}

.main-image img {
  width: 800px;

}

.main-text {
  /* border: 2px solid blue; */
  width:70%;
  padding-left: 40px;
  padding-right: 40px;
}



.main-text {
  /* border: 2px solid blue; */
  margin-top: 100px;
  width:70%;
  padding-left: 40px;
  padding-right: 40px;
}

  }




/* 1024 */
@media (max-width: 1024px) {
    .ellipse.contact-ellipse{
        display: none;
    }
  
    .container-service {
        max-width: 100%;
        width: 96%;
        margin: auto;
    }
    .heading-service{
      font-size: 48px;
      color:white;
    }

    .service-grid{
      gap: 48px;
    }
    .container-About{
        grid-template-columns: 1fr;
    }
    .about-hero-img {
        position: relative;
        transform: scale(.7);
        max-width: 568px;
        margin: 0 auto;
    }
    .main-About {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    h1.top-about-h1 {
        font-size: 18vw;
    }
    .main-image{
        width: 100%;
        padding-left: 120px;
        padding-right: 120px;
    }
    .main-image img {
        width: 800px;

    }
    .main-text {
        /* border: 2px solid blue; */
        width:70%;
        padding-left: 40px;
        padding-right: 40px;
    }  
    .studio-discraption{
        max-width: 100%;
    }
    .studio-data {
        max-width: 100%;
        margin: 0;
    }
    .studio-data-box{
        margin: 20px;
        text-align: center;
    }
    .wk-ipadp-1 {
        width: 8.333333%;
    }
    .wk-ipadp-2 {
        width: 16.666667%;
    }
    .wk-ipadp-3 {
        width: 25%;
    }
    .wk-ipadp-4 {
        width: 33.333333%;
    }
    .wk-ipadp-5 {
        width: 41.666667%;
    }
    .wk-ipadp-6 {
        width: 50%;
    }
    .wk-ipadp-7 {
        width: 58.333333%;
    }
    .wk-ipadp-8 {
        width: 66.666667%;
    }
    .wk-ipadp-9 {
        width: 75%;
    }
    .wk-ipadp-10 {
        width: 83.333333%;
    }
    .wk-ipadp-11 {
        width: 91.666667%;
    }
    .wk-ipadp-12 {
        width: 100%;
    }
}



/* 768 */




@media (max-width: 768px) {
   
  .container-service {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}


    .service-grid{
        grid-template-columns: 1fr;
    }
    .service-heading{
        font-size: 37px;
    }
    .service-para{
        font-size: 10px;
    }

    .service-grid-box{
        grid-template-columns: 1fr;
    }



    .main-image{
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .main-image img {
        width: 800px;
    
    }
    
    .main-text {
        width:100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    
  .studio-discraption{
      max-width: 100%;
  }
  .studio-data {
    max-width: 100%;
    flex-direction: column;
}
       


    .contact-container {
        max-width: 100%;
        
    }
    .contact-h2{
        font-size: 20px;
    }
    .email {
    font-size: 15px;
    }
    .number {
      font-size: 15px;
    }
    .contact-icon {
  width: 18px;
  height: 24px
    }
  
.block--md-150 {
    padding: 80px 0px;
}
    .contact_us_2 .submit-btn {
        width: 100%;
      }
    
      .contact_us_2 .input {
        width: 100%;
      }
    
      .contact_us_2 .textinput {
        width: 100%;
      }
    
      .contact_us_2 .container-block.form-wrapper {
        margin-top: 80px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
    
      .contact_us_2 .text-blk.input-title {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
      }
    
      .contact_us_2 .responsive-container-block.container {
        margin-top: 80px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
      }
    
      .contact_us_2 .container-block.form-wrapper {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
    
      .contact_us_2 .text-blk.contactus-head {
        font-size: 30px;
        line-height: 40px;
      }

  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }

 .service-overlap {
    margin-top: -80px;
}
 
}





                                        /* 500     */


@media (max-width: 500px) {
  .service-heading{
    font-size: 19px;
}
.service-para{
    font-size: 10px;
}
.container-service{
  padding:0px  10px;
}
    

    .studio-container{
        padding-left:10px ;
        padding-right: 10px;
  }
  .studio-discraption{
      max-width: 100%;
  }
  .studio-data{
    flex-direction: column;
  }
    .contact_us_2 .container-block.form-wrapper {
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 30px;
        padding-left: 20px;
      }
    
      .contact_us_2 .container-block.form-wrapper {
        margin-top: 60px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
    
      .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
      }
      .contact_us_2 .input {
     max-width: 80%; 
}
    
      .contact_us_2 .responsive-container-block {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 35px;
        margin-left: 0px;
      }
    
      .contact_us_2 .text-blk.input-title {
        font-size: 12px;
      }
    
      .contact_us_2 .responsive-container-block.container {
        margin-top: 50px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
      }
    
      .contact_us_2 .container-block.form-wrapper {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
    
      .contact_us_2 .responsive-container-block.big-container {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
      }
    
      .contact_us_2 .text-blk.contactus-head {
        font-size: 26px;
        line-height: 34px;
      }
    
      .contact_us_2 .input {
        height: 45px;
      }
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
  
}


@media (min-width: 1px) {
      h1.top-about-h1 {
        font-size: calc(100vw / 5); /* Adjust to make text fit */
                white-space: nowrap;
      }
    }

@media (min-width: 992px) {  
.center-header {
	display: flex;
	width: 100%;
	position: relative;
	max-width: 920px;
	margin: 10px auto;
}
.center-logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.center-header .navbar-nav .nav-item:nth-child(3) {
	margin-left: auto;
}
}
@media (max-width: 991.9px) {  
     .center-header {
    	width: 100%;
    }
    .center-logo {
    	width: 100%;
    	display: flex;
    	align-items: center;
    }
    
}

@media (max-width: 768px) {
     .navigation-bar li a {
      padding: 6px 13px !important;
      border-radius: 50px;
      margin: 5px !important;
    }
    .navigation-bar {
      width: 23rem;
      border-radius: 31px;
      padding: 2px;
    }
    .block--md {
    padding: 60px 0px;
    }
    .block--md-120 {
        padding: 0px 0px 80px 0px;
    }
   .navbar-brand img {
     width: 160px;  
    }
    .btn-outline-schedule span {
        font-size: 10px !important;
    }
    .ellipse-home-section {
    padding: 60px 0;
    }
    
    .project-heading {
      font-size: 30px;
      display: flex;
      align-items: center;
      padding-bottom: 15px;
    }
    
    .project-heading .icon {
      color: white;
      border: 1px solid white;
      padding: 5px 10px;
      border-radius: 100%;
      margin-right: 10px;
      position: static;
    }
    .box .service-box-heading {
      font-size: 20px;
      font-weight: bold;
      padding: 10px;
      border: 2px solid white;
      line-height: 100%;
    }
    .box .service-box-para {
      font-size: 13px;
      font-style: italic;
    }
    .w-50 {
     width: 25% !important;
    }
     .contact-heading {
    font-size: 37px;
  }
  ul.studio-ul {
  font-size: 0.9rem;
   padding-left: 0px;
    }
    .studio-container h2 {
      font-size: 3.0rem;
    }
     .main-About {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .studio-data-box {
      border-radius: 24px;
      width: 163px;
      padding: 18px 10px;
    }
    .studio-discraption {
      color: white;
      margin-bottom: 100px;
    }
    .contact-about {
      margin-top: 0px;
    }
    
    .gravity-studio {
      margin-top: 100px;
      margin-bottom: 50px;
    }
    .studio-data-data {
      font-size: 2rem;
      line-height: 1.0;
    }
    .main-text-paragraph {
      line-height: 1.8;
    }
    .heading-space {
    margin-bottom: 60px;
    }
    .heading {
     font-size: 20px;
    }
}
