@charset "utf-8";
/* CSS Document */




body{
  font-family: "Futura Std",sans-serif !important;
	margin: 0 !important;
	padding:0 !important;	
}
#slide-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    height: 50px;
    width: 50px;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #dc143c;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
}
.aiva_sec {
    color: #ffcc44;
    text-align: center;
    font-family: "Futura Std", sans-serif;
    font-size: 20px;
    font-weight: 800;
}
.aiva_text {
    color: #fff;
    text-align: left;
    margin-bottom: 4%;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.about-aiva-sec{
    background-image: url("../Images/about_bgtext_aiva.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 4% 0 0 0;
	position: relative;
}
.about-aiva-sec img {
    width: 100%;
}
.about-aiva-sec h2::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 70% 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}

.multimedia{
	background-image: url("../Images/Body_bg1.jpg");
	background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}

.header_sec {
    background-color: #0c171e;
    padding: .5rem;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
	box-shadow: 0 12px 12px -8px rgba(0, 0, 0, .3), inset 0 -2px 2px -2px hsla(0, 0%, 100%, .2);
}
 .header-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area a:focus-visible {
   outline: none;
}
.Anima_logo img {
    width: 260px;
    height: auto;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-left: 250px;
  margin-right: 150px;
}
.dropdown-sec {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.dropdown-sec:hover a {
    color: #fff;
}

.dropdown-sec i {
	font-size: 12px;
}
.nav-bar span {
  color: #ffffffd9;
  font-family: "Futura Std",sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
  cursor: pointer;
}

.dropdown-sec-area {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0c171e;
  list-style: none;
  padding: 10px 0;
  min-width: 200px;
  display: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px #0003;
}
.dropdown-sec-area li {
  position: relative;
  padding: 10px 20px;
  transition: background .3s ease;
}
.nav-bar a{
  color: var(--White-Color, #f3f3f3);
  font-family: Futura Std,sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
  cursor: pointer;
}

.dropdown-sec-area li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.dropdown-sec-area i {
	font-size: 12px;
	color: #FFFFFF;
}
.nav-bar span:hover, .nav-bar .active {
  color: #ffffff;
}
.dropdown-sec:hover .dropdown-sec-area {
  display: block;
}
.dropdown-sec-area li .sub-sec {
  position: absolute;
  top: 0%;
  left: 102%;
  background: #0c171e;
  list-style: none;
  padding: 10px 0;
  min-width: 200px;
  display: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px #0003;
}
.dropdown-sec-area li {
  position: relative;
  padding: 10px 20px;
  transition: background .3s ease;
}
.dropdown-sec-area li a {
  color: #ffffffd9;
  text-decoration: none;
  display: block;
	font-size: 16px;
}
.dropdown-sec-area li:hover .sub-sec {
  display: block;
}
.actions-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
 
.menu-icon {
  cursor: pointer;
  color: #fff;
  font-size: 28px;
}

.toggle-lg {
    position: relative;
    width: 57px;
    height: 30px;
}
.toggler {
    cursor: pointer;
    margin: 0px 0px 0px 15px;
    z-index: 9999999;
}
button.nav-toggler {
    position: relative;
    content: '';
    width: 25px;
    height: 4px;
    border: none;
    background: #dc143c  !important;
    border-radius: 50px;
}
.nav-toggler:before {
    position: absolute;
    content: '';
    width: 13px;
    bottom: -8px;
    background: #dc143c ;
    height: 4px;
    right: 0;
    border-radius: 50px;
    transition: .3s ease all;
}
.nav-toggler:after {
    border-radius: 50px;
    position: absolute;
    content: '';
    width: 23px;
    top: -8px;
    background: #dc143c;
    height: 4px;
    right: 0;
    transition: .3s ease all;
}
.cross {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cross i {
    font-size: 31px;
    color: #f57c08;
    cursor: pointer;
}
.toggler:hover .nav-toggler:before{
	width: 25px;
}
.toggler:hover .nav-toggler:after{
	width: 25px;
}
.Contact-Wrapper {
  font-family: Futura Std,sans-serif;
    position: relative;
    margin: 0 50px;
}
.Call_text {
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
}
.Contact-Wrapper a {
    color: #FFFFFF;
    overscroll-behavior: none;
    text-decoration: none;
}
.Contact-Wrapper a:hover{
	color: #FFFFFF;
}
.call_phone_number {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
}
.fa-phone {
    position: absolute;
    top: 15px;
    left: -20px;
    rotate: 20deg;
    color: #fff;
}
.join:hover, .update:hover{
    color: #FFFFFF;
}
.dropdown-sec-area li:hover{
    background: #29506a;
}
.two {
	font-family: "Futura Std",sans-serif;
    color: #ffffff;
    background: linear-gradient(to right, #dc143c 50%, #ffffff00 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: solid 1px;
    border-radius: 6px;
    text-decoration: none;
}
.btns {
    letter-spacing: 3px;
    padding: 12px 20px;
    font-size: 18px;
}
.two:hover {
    text-decoration: none;
    background-position: left bottom;
    color: #fff;
}
#side-nav {
    padding: 2% 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 99;
    display: none;
}
.fullscreen-nav{
    position: fixed;
    right: 0;
    top: 22px;
    width: 25%;
    height: 100vh;
    background: #0c171efa;
    color: #fff;
    padding: 80px 30px;
    z-index: 1001;
    box-shadow: -2px 0 10px #ffffff1a;
    overflow-y: auto;
    transition: transform .3s ease-in-out;
	border-left: 2px solid #ffffff2b;
}
.dropdown_menu {
	position: relative;
	display: block;
}
.course_menu li {
    list-style: none;
}

.course_menu {
	padding: 0;
	position: relative;
}
.course_menu img{
	position: absolute;
	 margin-left: 100%;
	transition: 0.3s all;
	opacity: 0;
	top: 7px;
}
.course_menu:hover img {
    margin-left: 40%;
	opacity: 1;
}
.course_lsit {
  font-family: "Futura Std", sans-serif;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
	display: flex;
	position: relative;
}

.course_lsit img{
	position: absolute;
	 margin-left: 100%;
	transition: 0.3s all;
	opacity: 0;
}
.course_lsit:hover img {
    margin-left: 30%;
	opacity: 1;
}
.course_lsit i{
	transition: 0.3s all;
}
.course_lsit:hover i{
	transform: rotate(180deg);
}
/*.course_lsit  i {
	transition: 0.3s all;
}
.course_lsit:active i {
    transform: rotate(45deg);
}*/


.list{
	display: none !important;
}

.rotate.down .list{
	display: block !important;
}
.rotate.down .list-1{
	display: none;
}

/*.rotate i{
    transition: all .3s linear;
}
.rotate.down i{
    transform:rotate(-45deg);
}*/


.sub_list {
    margin-left: 20px;
    padding: 5px 0;
}
.sub_list i {
    margin-right: 40%;
	transition: 0.3s all;
	font-size: 14px;
}
.sub_list:hover i {
    rotate: 90deg;
}
.sub_list span {
    font-size: 16px;
    font-weight: 500;
	position: relative;
}
.sub_cours_list li{
	position: relative;
}
.sub_cours_list li a img {
    margin-left: 5px;
	position: absolute;
	transition: 0.3s all;
	opacity: 0;
	top: 10px;
}
.sub_cours_list li:hover a img {
    margin-left: 5%;
	opacity: 1;
}

.sub_list img {
    margin-left: 5px;
	position: absolute;
	transition: 0.3s all;
	opacity: 0;
}
.sub_list:hover img {
    margin-left: 60%;
	opacity: 1;
}

.dd-input {
  display: none;
}

.sub_cours_list li {
    margin-left: 45px;
	color: #cdcdcd;
	padding: 7px 0;
}
.sub_cours_area li {
    margin-left: 22px !important;
    color: #ffffff !important;
    padding: 0 !important;
}
.sub_cours_area a {
    color: #fff !important;
}
.sub_cours_list li a {
    font-size: 16px;
    color:#cecece;
    font-weight: 500;
	transition: 0.3s all;
}
.sub_cours_list li:hover a{
	color: #FFFFFF;
}
.dd-input + .sub_cours_list {
  display: none;
} 

.dd-input:checked + .sub_cours_list {
  display: block;
} 



.dd-input:checked + .course_lsit i {
  transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
} 
.fullscreen-nav a {
    font-family: "Futura Std", sans-serif;
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
    color: #fff;
}
.fullscreen-nav a:hover {
    color: #fff;
}




.digital_animation_timer {
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  padding: 10px 10px 10px 12px;
  position: relative;
  flex: 1 1 auto;
  gap: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-height: 80px;
  transition: height .4s ease;
  cursor: pointer;
}
.digital_animation_timer li {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  max-width: 190px;
  transition: border .4s ease,box-shadow .4s ease,transform .4s ease;
  display: inline-block;
}
.digital_animation_btn {
    padding: 10px 10px 10px 12px;
    position: relative;
    display: flex;
    cursor: pointer;
    border: 1px solid #fff;
    background: linear-gradient(to right, #dc143c 50%, #0c171e80 50%);
    background-size: 200% 100%;
    transition: all .5s ease-out;
    background-position: right bottom;
}
.digital_animation_btn:hover {
    background-position: left bottom;
}
.digital_animation_timer li:hover{
    box-shadow: 0 22px 15px -8px rgba(0, 0, 0, .35), 0 4px 10px 0 rgba(0, 0, 0, .1);
    transform: translateY(-8px);
    cursor: pointer;
}

 .digital_animation_timer h2 {
  color: #FFFFFF;
  font-family: Futura Std,sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease;  
  margin-left: 24%;
	 
}

.digital_animation_btn img {
   widows: 100%;	
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    padding-left: 10px;
}
  .digital_animation {
    position: absolute;
    right: 20px;
    bottom: 20px;
}



element.style {
    background-color: rgb(211, 12, 20);
}
.slide-graphics {
    left: 0;
    position: absolute;
    mask-image: linear-gradient(90deg, #fff 25.26%, hsla(0, 0%, 100%, .2));
    -webkit-mask-image: linear-gradient(90deg, #fff 25.26%, hsla(0, 0%, 100%, .2));
    box-shadow: inset 0 0 2px 0 hsla(0, 0%, 100%, .2);
    clip-path: polygon(0 0, 100% 0, calc(100% - clamp(160px, 12vh, 200px)) 100%, 0 100%);
    width: 45%;
    height: 100%;
}
.slide-graphics-nav {
    left: 0px;
    position: absolute;
    mask-image: linear-gradient(90deg, #fff 25.26%, hsla(0, 0%, 100%, .2));
    -webkit-mask-image: linear-gradient(90deg, #fff 25.26%, hsla(0, 0%, 100%, .2));
    box-shadow: inset 0 0 2px 0 hsla(0, 0%, 100%, .2);
    clip-path: polygon(0 0, 100% 0, calc(100% - clamp(160px, 12vh, 200px)) 100%, 0 100%);
    width: 66%;
    height: 100%;
	top: 0;
}



/*........working_page.......*/

.Thanks-page img {
    width: 260px;
    height: auto;
    float: right;
    margin: 20px;
}
.thanks-page h1 {
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #dc143c;
    text-align: left !important;
    font-family: "Futura Std", sans-serif;
    margin: 0 30px 30px 0;
}
.thanks-content {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
}

/*........working_page.......*/

/*  ...................banner................*/

.vfx_banner{
	position: relative;
}

.slider {
	position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}
slider img {
  width: 100%;
}

.slide.active {
  display: block;
  z-index: 1;
}

.controls {
  position: absolute;
  bottom: 40%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 2;
  left: 0;
  right: 0;
}

.controls button {
  background: none;
  backdrop-filter: none;
  color: #FFFFFF;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.controls button:hover {
  color: #f57c00;
}

.slider-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    color: #fff;
    text-align: left;
	top: 30%;
}
.slider-caption h1 {
	font-family: Futura Std Bold,sans-serif;
    font-size: 72px;
    line-height: 80px;
    font-weight: 800;
    color: #ffffff;
}
.slider-caption p {
	font-family: Futura Std Bold,sans-serif;
    color: #f3f3f3;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
}



.job {
    width: 13%;
    MARGIN-TOP: 2%;
}
.review {
    margin-left: 5%;
	width: 13%;
}

.animation_courses{
    font-family: "Futura Std", sans-serif;
	position: relative;
}


/*<!--...................animation courses in patna.................-->*/

.animation_section {
    bottom: 0;
    transform: translateX(-50%);
    width: 50vw;
    height: 50vw;
    position: absolute;
    background-image: url(../Images/sky.png);
    mask-image: url(../Images/sky.png);
    mask-size: 100% auto;
    mask-repeat: no-repeat;
    animation: animate-smoke-left 100s linear infinite alternate both;
    pointer-events: none;
    background-size: 50% 50%;
}


@keyframes animate-smoke-left{

0% {
    -webkit-mask-position: bottom 0 right 0;
    mask-position: bottom 0 right 0;
    opacity: .5;
    background-position: bottom 0 right -30vw;
}
50% {
	
    opacity: .4;
}
100% {
    -webkit-mask-position: bottom 0 right -15vw;
    mask-position: bottom 0 right -15vw;
    opacity: .5;
    background-position: bottom -5vw right 10vw;
}
	
}

.animation_section2 {
    bottom: 80%;
    position: absolute;
    background-image: url(../Images/sky.png);
    mask-image: url(../Images/sky.png);
    mask-size: 100% auto;
    mask-repeat: no-repeat;
    animation: animate-smoke-right 100s linear infinite alternate both;
    pointer-events: none;
    background-size: 180% 111%;
    right: 0;
    transform: translateY(50%);
    overflow: hidden;
    width: 27%;
    height: 64%;
}

@keyframes animate-smoke-right{

0% {
    -webkit-mask-position: bottom 0 right 0;
    mask-position: bottom 0 right 0;
    opacity: .5;
    background-position: bottom 0 right -30vw;
}
50% {
    opacity: .4;
}
100% {
    -webkit-mask-position: bottom 0 right -15vw;
    mask-position: bottom 0 right -15vw;
    opacity: .5;
    background-position: bottom -5vw right 10vw;
}
	
}

.help h2 {
    text-align: left !important;
    margin: 0 !important;
}
.help p {
    color: #fff;
}

.help h2:before {
    display: none !important;
}
.help{
	margin-top: 60px;
}
.help .Career_btn {
    margin-top: 0 !important;
}

.animation_courses h2 {
    color: #dc143c;
    text-shadow: 0rem .33rem .33rem rgba(0, 0, 0, .3);
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    margin: 5% 0 0 0;
    text-align: center;
}
.Creative_Minds {
    color: #fff;
    text-align: center;
    margin-bottom: 3%;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}



.animation_courses h2::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 70% 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}

.anima_courses{
	background: linear-gradient(170.93deg, rgba(255, 255, 255, 0.16) 4.17%, rgba(255, 255, 255, 0.08) 95.99%);
	transition: 0.3s all;
	border-radius: 4px;
	border: 1px solid #ffffff52;
	position: relative;
	margin-top: 30px;
}
.anima_courses:hover {
    transform: scale(1.01);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 15px 0px inset, rgb(220 20 60 / 43%) 0px 0px 30px 0px;
}
.anima_courses img {
    width: 100%;
}
.animation_courses h3::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 100% 8px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}
.anima_courses li:hover i {
    color: #dc143c;
}
.anima_courses h3 {
    color: #ffffffd9;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
    text-align: center;
    padding: 10px 0 0 0;
}
.anima_courses a {
    text-decoration: none;
}
.all_curses {
    padding: 48px 0 0 0;
    text-align: center;
}
.anima_courses ul {
    text-align: center;
    padding-left: 0 !important;
}
.anima_courses li {
    list-style: none;
    display: inline-block;
	padding: 0 6px;
}
.anima_courses li a {
    color: rgba(85, 99, 108, .8);
    text-decoration: none;
}
/*<!--.....................More sec..............-->*/

.animatin {
    margin: 80px 0 0 0;
	position: relative;
	
}
.animatin img {
    width: 100%;
	position: absolute;
}
.animatin_gide.Student p span img {
    width: 6%;
    margin-left: 16px;
}
.animatin_gide {
   position: relative;
	font-family: "Futura Std", sans-serif;
}

.animatin_gide h2 {
    color: #dc143c;
    text-shadow: 0rem .33rem .33rem rgba(0, 0, 0, .3);
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    margin: 5% 0 0 0;
    text-align: center;
    padding: 60px 0 0 0;
}
.animatin_gide h2::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 70% 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}

/*..................blog.................*/

.blog-banner {
    right: 0 !important;
    left: 40% !important;
}
.blog-banner h1 span{
	color: #de1d3e;
	font-size: 89px;
}
.blog-banner h1 strong {
    font-size: 120px;
    line-height: 90px;
	color: #FFFFFF;
}
.blog-banner h1 {
    font-size: 56px !important;
}
.blog-banner .review {
    width: 59% !important;
}
.blog-banner .social_media li a {
    color: #FFFFFF !important;
}
.main_blog img {
    width: 100%;
	border-radius: 10px;
}
.main_blog h2 {
    font-size: 22px;
    font-weight: bold;
	font-family: Futura Std Bold, sans-serif;
}
.blog_banner{
	background-image: url("../Images/Body_bgui.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.sub_blog{
	background-image: url("../Images/Body_bgmoho.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.blog_sec h3::before {
    bottom: 28% !important;
}
.blog_sec .all_curses {
    padding: 0px !important;
	margin: 20px;
}
.recent-post {
    border-radius: 10px;
    width: 100%;
    display: flex;
    height: 147px;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s all;
    border: 1px solid #ffffff1a;
    margin: 20px 0;
}
.blog-image {
    padding: 10px;
    width: 100%;
    height: 100%;
}
.post-text {
    padding: 10px;
    color: #ffffff;
    font-family: Futura Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.5s all;
    padding-top: 25px;
}
.recent-post .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post:hover {
    background: hsl(350.17deg 83.25% 30.6%) !important;
	color: #FFFFFF;
}
.recent-post:hover .post-text {
	color: #FFFFFF;
}
.side_blog {
    background: #0c171e;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 10px #00000040;
}
.side_blog a{
	text-decoration: none;
}
.blog_area h2{
	font-size: 22px;
    font-weight: bold;
	font-family: Futura Std Bold, sans-serif;
	color: #FFFFFF;
}
.blog_area{
	margin: 30px 0;
}
.blog_area h2::before{
	content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 100% -3px;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: 173px;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}
.sub-banner-text{
    top: 15% !important;
}
.sub-banner-text img {
    width: 50%;
	border-radius: 10px;
}
.sub-banner-text h1{
    color: #000000 !important;
}
.sub-banner-text p{
	font-family: "Futura Std", sans-serif;
    color: #000000 !important;
	font-weight: 500;
	line-height: 31px;
}
.banner_design {
    position: relative;
    color: #000;
}
.banner_design_text {
    position: absolute;
    top: 60px;
    left: 53%;
}
.banner_design_text p span{
	font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.48px;
    color: #2e323a;
}
.banner_design_text h2 {
	font-family: "Futura Std", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.6px;
    color: #2e323a;
    margin: 15px 0;
}
.social_star {
    background: #0c171e;
    text-align: center;
    border-radius: 5px;
    width: 50%;
}
.topic-description {
    margin: 30px 0;
}
.topic_area h2 {
    font-size: 22px;
    font-weight: bold;
    font-family: Futura Std Bold, sans-serif;
    color: #FFFFFF;
}
.topic_area h2::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 100% -3px;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: 173px;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}

.topic_sec img {
    width: 100%;
}
.topic_sec p span {
    background: #ffcc44;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
	color: #000000;
	
}
.topic_sec p {
	color: #FFFFFF;
	font-weight: 400;
    line-height: 1.6;
    margin-top: .5vw;
	
}
.topic_sec li {
	color: #FFFFFF;
	font-weight: 400;
    line-height: 1.6;
    margin-top: .5vw;
	
}
.topic_sec li span {
	font-weight: 600;
	font-size: 22px;
	color: #db1e3d;
	
}
.topic_sec h2 {
    color: #f0af13;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: .5vw;
}
.blog-AI-details li {
    list-style: auto;
}





.small-devices {
    display: none;
}
.searchFeed__results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
    grid-gap: 3rem 2.25rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
    justify-content: center;
}

/*...................blog..................*/
/*.....................design_area............*/


.list_sec .list_sec .design_list {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 1;
}
.creative--title .design_area {
    width: 100%;
    display: flex
;
    justify-content: center;
}
.creative--title .design_area_text  {
    width: 70%;
    color: #fff;
    text-align: center;
}
.creative--title .design_text {
    font-family: "Futura Std", sans-serif;;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem;
    text-transform: uppercase;
}
.list_sec .design_list {
    padding: 0 60px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.list_sec .design_list .design_size:nth-child(2n) .design_area {
    flex-direction: row-reverse;
}
.list_sec .design_list .design_size:nth-child(2n) .design_area_text  {
    left: 0;
}
.list_sec .creative--title,  .list_sec .design_list {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 1;
}
.list_sec .design_list .design_size {
    width: 100%;
}

.list_sec .design_list .design_size .design_area,  .list_sec .design_list .design_size .List_sec_area {
    position: relative;
    display: flex
;
}

.list_sec .design_list .List_sec_area {
    width: calc(58% + 12px);
}
 .list_sec .design_list .design_size .List_sec_area:before {
    content: "";
    float: left;
    padding-bottom: 56.25%;
}
.list_sec .design_list .design_size .List_sec_area img {
    width: 100%;
    display: inline-block;
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.list_sec .design_list .design_size .design_area_text  {
    border-radius: 8px;
    background: hsla(0, 0%, 100%, .1);
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, .1), inset 0 0 2px 0 hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex
;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    min-height: 85%;
}
.list_sec .design_list .design_area_text  {
    width: 42%;
    max-width: 536px;
    padding: 48px 32px;
    gap: 8px;
}
.list_sec .design_list .design_area_text .design_text {
    font-family: "Futura Std", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
    text-align: center;
}
.list_sec .design_list .design_area_text  p {
    margin: 0;
   font-family: "Futura Std", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
}

.List_sec_area img {
    border-radius: 12px;
}
.design_area_text p span {
    color: #ffcc44;
    text-decoration: underline;
}
.Contact_area {
    margin-bottom: 50px;
}
.Contact_Us {
	box-shadow: 0 12px 20px -8px rgba(0, 0, 0, .1), inset 0 0 2px 0 hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(10px);
    background: hsl(0deg 0% 100% / 3%);
    border-radius: 8px;
	background-image: url("../Images/fill_bg.png");
	background-repeat: no-repeat;
    background-size: 100%;
}

.contact_sec {
    padding: 4%;
    text-align: center;
    font-family: "Futura Std", sans-serif;
	
    
}
.contact_sec h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.contact_sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	position: relative;
}
.contact_sec p::before {
    content: "";
    display: block;
    background-image: url(../Images/line.svg);
    background-position: 50%;
    background-size: 70% 8px;
    background-repeat: no-repeat;
    position: absolute;
   top: 70px;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100% - 120px);
    width: 100%;
    height: 8px;
}

.contact_list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.contact_list form {
    display: grid;
    column-gap: 3.33rem;
    row-gap: 1.5rem;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}
.contact_list form input, .contact_list form select {
    margin-bottom: 1.33rem;
    display: block;
    height: 4.17rem;
    padding: 20px;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #fff;
    color: #9b9191;
    font-family: "Futura Std", sans-serif;
    font-size: 1.17rem;
    font-weight: 500;
    background-color: transparent;
    width: 100%;
	cursor: pointer;
}


.contact_list form button:hover {
    text-decoration: none;
    background-position: left bottom;
    color: #fff;
}

.contact_list form button {
    grid-column: span 2;
    display: flex;
    width: 11.56rem;
    height: 3.33rem;
    padding: 1rem 2.17rem;
    font-family: "Futura Std", sans-serif;
    color: #ffffff;
    background: linear-gradient(to right,  #3c8897 50%, #dc143c 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: solid 1px;
    border-radius: 6px;
    text-decoration: none;
    justify-content: center;
	margin-bottom: 67px;
}


.digital-marketing {
    position: relative;
    margin: 5% 0;
	font-family: "Futura Std", sans-serif;
}
.digital-marketing img {
    width: 100%;
}

.graphics_text {
    position: absolute;
    top: 72px;
    left: 17%;
    width: 50%;
}
.graphics_text h2 {
    color: #FFFFFF;
    text-shadow: 0rem .33rem .33rem rgba(0, 0, 0, .3);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.graphics_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 60px;
}
.side_bg {
    left: 0 !important;
    width: 16%;
    bottom: 0 !important;
}


.Commendation {
    margin: 4% 0 6% 0;
}


.card-link {
    user-select: none;
    display: block;
    padding: 40px 22px;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #ffffff52;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
    font-family: "Futura Std", sans-serif;
}
.card-link:hover{
	border-color: rgba(255, 255, 255, 0.4);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 15px 0px inset, rgb(220 20 60 / 43%) 0px 0px 30px 0px;
}
.card-item img {
    width: 20%;
    border-radius: 50%;
}
.card-item{
	list-style: none;
}
.card-item h1 {
    font-size: 18px;
    font-weight: 600;
	color: #dc143c;
	Margin-top: 10px;
}
.card-item h2 {
    font-size: 16px;
    color: #000;
}
.card-item p {
    font-size: 16px;
    font-weight: 600;
	color: #000;
}
.star ul {
    padding-left: 0rem !important;
}
ul {
    padding-left: 0rem !important;
}

.star li {
    list-style: none;
    display: inline-block;
    color: #ffcc44;
	font-size: 12px;
	left: 0;
}
 .swiper-pagination-bullet {
    margin-bottom: 10px !important;
}
.swiper-pagination-bullet-active {
    background: #dc143c !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bolder !important;
	color: #dc143c !important;
}
.gole {
    background-image: url(../Images/gole_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3% 0;
}
.launchpad {
	font-family: "Futura Std", sans-serif;
}
.launchpad h2 {
    color: #dc143c;
    text-shadow: 0rem .33rem .33rem rgba(0, 0, 0, .3);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    text-align: left;
}
.launchpad p {
    color: #ffffffd9;
    font-size: 18px;
    font-weight: 500;
}
.target ul li {
    color: #fff;
    background: #db143c;
    padding: 23px;
    list-style: none;
    border-radius: 12px;
    margin: 10px;
	font-size: 16px;
}
.slider-caption p {
    font-size: 21px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}


.faq .card {
    border: none;
    background: #fff;
}
.card-header {
    background-color: #fff;
    margin-bottom: 10px;
	font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.card {
	font-family: "Futura Std", sans-serif;
}
.btn-link {
    text-align: left !important;
    text-decoration: none !important;
    color: #2d3e50 !important;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
}
button.btn.btn-link.collapsed::after {
    position: absolute;
    color: #db143c;
    content: '+';
    right: 15px;
}
button.btn.btn-link::after {
    position: absolute;
    color: #db143c;
    content: '-';
    right: 15px;
}
	
.animation_gif img {
    width: 100%;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn-link:hover {
    color: #000000;
}
.faq-query {
    margin-top: 6% !important;
}
.faq_vfx {
    margin-top: 8%;
}
.faq_vfx li {
    display: inline-block;
	list-style: none;
}
.Unreal h2{
	color: #ff1544 !important;
}
.about_anima img {
    width: 100%;
}
.Animation_points {
    color: #ffffffd9;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.Animation_line{
    text-align:left;
    margin-top: 10px;
}
.Animation_line p span {
    font-size: 32px;
    font-weight: 800;
}
.footer {
    text-align: center;
    background: #0c171e;
    color: #fff;
    padding: 30px 0;
}
.Animation_call {
    margin-top: 10%;
}
.sufficient{
	font-family: "Futura Std", sans-serif;
    color: #ffffff;
	font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-transform: capitalize;
}

.two1 {
    font-family: "Futura Std", sans-serif;
    color: #ffffff;
    background: linear-gradient(to right, #ffffff00 50%,  #dc143c 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: solid 1px;
    border-radius: 6px;
    text-decoration: none;
}

.two1:hover {
    text-decoration: none;
    background-position: left bottom;
    color: #fff;
}
.action {
    padding: 4px 39px;
    margin: 8px 5px;
}
.small_footer {
    text-align: center;
    background-image: url(../Images/sm_footer_bg.jpg);
    color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    position: relative;
    border-top: 1px solid #ffffff;
	background-repeat: no-repeat;
}


.buld-btn {
  display: block;
  background: url("../Images/footer_btn.png") no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  width: 35.5555555556vh;
  height: 5.5555555556vh;
  line-height: 5.5555555556vh;
  box-sizing: border-box;
  padding: 0 0 0 4.4444444444vh;
  margin: 4.537037037vh auto 1.9444444444vh;
    margin-top: 4.53704vh;
  transition: .3s ease;
  position: relative;
}
.Career_btn {
    margin-top: 12%;
}
.Career_btn a {
    text-decoration: none;
}
.buld-btn span {
	font-size: 18px;
    font-weight: 500;
  color: #FFFFFF;
  font-family:"Futura Std", sans-serif;
  transition: .3s all;
}
.buld-btn:hover span {
	margin-left: 25px;
	color: #dc143c;
}
.buld-btn .arrow {
  display: block;
  background: url("../Images/arrow-1.png") no-repeat center/100%;
  width: 2.125rem;
  height: .875rem;
  position: absolute;
  right: 2.9rem;
  top: 50%;
  margin-top: -.4375rem;
  transition: .3s ease;
}
 .buld-btn .arrow2 {
  display: block;
  background: url("../Images/arrow.png") no-repeat center/100%;
  width: 2.125rem;
  height: .9375rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  margin-top: -.4375rem;
  opacity: 0;
  transform: translate(-1.25rem);
  transition: .3s ease;
}
 .buld-btn .ldeco {
  left: 1.5rem;;
  transform: scale(0);
  transform-origin: 0% 50%;
}
.ldeco{
  display: block;
  background: url("../Images/arrow-0.png") no-repeat center/100%;
  width: 1.5625rem;
  height: 1.9375rem;
  position: absolute;
  top: 50%;
  margin-top: -.96875rem;
  opacity: 0;
  transition: .3s ease;
}
/*.buld-btn .rdeco {
  left: 2.5rem;;
  transform: scale(0);
  transform-origin: 0% 50%;
}*/
/*.rdeco {
  display: block;
  background-image: url("../Images/arrow-4.png");
  right: 2.125rem;
  width: 1.5625rem;
  height: 1.9375rem;
  position: absolute;
  top: 50%;
  margin-top: -.96875rem;
  opacity: 0;
  transition: .3s ease;;
}*/
.buld-btn:hover {
  background-image: url("../Images/footer_btn-2.png");
}

.buld-btn:hover .arrow {
  opacity: 0;
  transform: translate(1.25rem);
}
.buld-btn:hover .arrow2 {
  transform: translate(0);
  opacity: 1;
}

.buld-btn:hover .ldeco{
  opacity: 1;
  transform: scale(1);
}
.buld-btn:hover .rdeco {
  opacity: 1;
  transform: scale(1);
}
.samll_f_sec{
	bottom: 0 !important;
}
.social_media li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}
.social_media li a {
    color: rgba(85, 99, 108, .8);
    text-decoration: none;
}
.social_media li:hover i {
    color: #dc143c;
}

/*........footer......*/
footer {
    padding: 2% 0;
    background: #0f1217;
	font-family: "Futura Std", sans-serif;
	color: #FFFFFF;
	background-image: url("../Images/footer_bg.jpg");
	background-repeat: no-repeat;
}
.footer-brand img {
    width: 280px;
}
.text-white {
    color: #fff !important;
}
footer .heading {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: none;
}
.our-details p {
    margin: 0;
}
.about_footer p{
    margin-top: 16px;
}

.our-details a {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: none;
	color: #fff;
}
.our-details a:hover {
	color: #dc143c;
}

.social-icon a {
    color: rgb(255 255 255 / 80%) !important;
    text-decoration: none;
    font-size: 22px !important;
}

.footer-link {
    list-style: none;
}
footer .nav-link {
    padding: 0;
    font-size: 18px;
    color: #FFFFFF;
	margin: 7px 0;
}
.nav-link:hover{
	color: #FFFFFF !important;
}
.job_ready img {
    width: 170px;
}
.play_store img {
    width: 130px;
}
.copyright {
    color: white;
    background: #000000;
    text-align: center;
    padding: 10px 0;
}
.copyright h4 {
    color: #FFFFFFde;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

/*........footer......*/


/*...............about_page....................*/
.aiva_banner {
    text-align: center !important;
}
.aiva_banner p {
    font-weight: 800 !important;
}
.abou_aiva_banner {
    position: absolute;
    left: 4%;
    bottom: 10%;
	
}
.abou_aiva_banner li img {
    width: 18%;
    border: 5px solid #fff;
    margin: 0 5px;
    transition: border .4s ease, box-shadow .4s ease, transform .4s ease;
    border-radius: 9px;
}
.abou_aiva_banner li{
	list-style: none;
	display: inline;
}
.abou_aiva_banner li img:hover{
    transform: translateY(-8px);
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 15px 0px inset, rgb(220 20 60 / 43%) 0px 0px 30px 0px;
}
.aiva {
    background-image: url("../Images/aiva_about_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.about_aiva::before {
	content: "";
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(142, 4, 3, .5), rgba(142, 4, 3, 0));
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider-caption.aiva_banner span {
    color: #de1d3e;
    font-size: 89px;
}

.about_aiva h2 {/*
	
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;*/
    margin-bottom: 10px;
    text-shadow: 0rem .33rem .33rem rgb(20 20 20 / 71%) !important;
	padding: 0 !important;
	/*color: #fff;*/
}

.about_aiva {
    position: relative;
	background-image: url("../Images/anima_2nd-bg.png");
}
.design_aiva{
	background: hsl(349.74deg 76.89% 49.22% / 52%) !important;
}
.design_aiva h2{
	font-size: 25px !important;
}
.our-mission {
    font-family: "Futura Std", sans-serif;
    color: #fff;
    margin: 17% 0 0 0;
	padding: 0 10px;
}
.our-mission h2 {
    color: #de1d3e;
    font-size: 26px;
    font-weight: 600;
	text-shadow: 0rem .33rem .33rem rgb(20 20 20 / 71%);
	position: relative;
}
.call_btn{
	margin: 0 !important;
}
.call_btn a{
	margin: 5% 0 10% 0 !important;
}

.our-mission h1 {
    font-size: 46px;
    font-weight: 600;
}
.our-mission h2::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 26%;
    background-color: #FF9B52;
    transform: scale(1, 1);
}
.our-mission p {
    font-size: 18px;
    font-weight: 500;
}

.Work_aiva{
	background-image: url("../Images/about-bg_3nd.png");
	background-repeat: repeat;
    background-size: 100%;
    padding: 3% 0;
}
.digital-sec {
    margin: 5% 0 0 0 !important;
}
.steps {
    margin-top: 30px;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}
.steps>li {
    position: relative;
    padding: 0 0 30px 50px;
    list-style: none;
	/*border-left: 15px solid #FFFFFF;*/
    margin: -2px 0 0 20px;
     padding-left: 55px;
}
/*   .steps>li:first-child:before {
        top: -2px;
    }
   .steps>li:last-child {
        border: none;
        margin: -2px 0 0 35px;
    }*/

.steps>li:before {
    font-weight: 900;
    font-style: normal;
    content: counter(li);
    counter-increment: li;
    width: 60px;
    height: 60px;
    font-size: 36px;
    margin-right: 0;
    padding: 0;
    /*color: #000000;*/
   /* background: #FFFFFF;*/
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: -38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content li {
    margin-left: 20px;
	font-size: 16px;
}
.test img{
	width: 100%;
}
.content {
    font-size: 18px;
    font-weight: 500;
    font-family: "Futura Std", sans-serif;
}
.benefit {
    color: #000 !important;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.about_slider img {
    width: 100%;
}
.page_sec img {
    width: 100%;
}
.Contact_about {
    margin: 5% 0;
}
.List_sec_area video {
    width: 100%;
	border-radius: 10px;
}
.unrealengine{
	background-image: url("../Images/unrealengine_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.Maya{
	background-image: url("../Images/Body_bg3d.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}

.Blender{
	background-image: url("../Images/Body_bgb.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.Animation_vfx{
	background-image: url("../Images/vix_animation.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.framebyframe{
	background-image: url("../Images/Body_bg2D.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.moho{
	background-image: url("../Images/Body_bgmoho.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.vfx{
	background-image: url("../Images/Body_bgvfx.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.film{
	background-image: url("../Images/Body_bgfilm.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.graphics-design{
	background-image: url("../Images/Body_bggd.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.web-design{
	background-image: url("../Images/Body_bgweb.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.UI-UX{
	background-image: url("../Images/Body_bgui.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.Unreal_Engine{
	position: relative;
}
.course_area img {
    width: 100%;
    border-radius: 15px;
}


.button-wrap p.button {
  display:inline-block;
  width:100px;
  height:50px;
  background-color:#FFFFFF;
  color:#000;
  line-height:50px;
  text-align:center;
  text-decoration: none;
	cursor: pointer;
	border-radius: 6px;
	transition: 0.3s all;
}

.button-wrap p.active {
  background-color:#dc143c;
	color: #FFFFFF;
}

.content_sec {
    margin-top: 10px;
    text-align: left;
    background: #000000ba;
    padding: 10px 50px;
    border-radius: 10px;
	border-right: 2px solid #ffcc44;
}

[class*="content-"] { 
  display:none;
	color: #FFFFFF;
}

.active { 
  display:block;
}

/*.content ul {
    text-align: left;
    margin-left: 8%;
}*/
.button-wrap {
    margin: 40px 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.course_bg_plate {
    background-image: url(../Images/course_bg_plate.png);
    margin-top: 7%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.course_bg_plate3d {
    background-image: url(../Images/course_bg_plate3d.png) !important;
}
.course_bg_plateb {
    background-image: url(../Images/course_bg_plateb.png) !important;
}
.course_bg_plateav {
    background-image: url(../Images/course_bg_plateav.png) !important;
}
.course_bg_platea2d {
    background-image: url(../Images/course_bg_platea2d.png) !important;
}
.course_bg_platemoho {
    background-image: url(../Images/course_bg_platemoho.png) !important;
}
.course_bg_platevfx {
    background-image: url(../Images/course_bg_platevfx.png) !important;
}
.course_bg_platefilm {
    background-image: url(../Images/course_bg_platefilm.png) !important;
}
.course_bg_plategd {
    background-image: url(../Images/course_bg_plategd.png) !important;
}
.course_bg_plateweb {
    background-image: url(../Images/course_bg_plateweb.png) !important;
}
.course_bg_plateui {
    background-image: url(../Images/course_bg_plateui.png) !important;
}


.course_bg_plate h2 {
    margin: 0 !important;
}
.course_bg_plate h2::before {
    display: none !important;
}

.content_sec h3{
    font-size: 26px !important;
	color: #FFCC44;
}
.software_area{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    scroll-behavior: smooth;
  	height: 375px;;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    gap: 20px;
}
.course_software {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 10px;
}
.course_software img {
    width: 22%;
    background: #fff;
    padding: 2px;
    border-radius: 7px;
}
.course_software p {
    font-size: 16px;
}

/*.aspirations{
	 background-image: url("../Images/aspirations_bg.jpg");
    margin-top: 7%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.aspirations h2::before{
	display: none;
}*/
/*.role {
    margin-bottom: 10%;
}*/
/*.role li {
    list-style: none;
    display: inline;
    padding: 20px 25px;
    background: linear-gradient(to right, #dc143c 50%, #0c171e80 50%);
	background-size: 200% 100%;
    line-height: 5;
    margin: 10px;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	transition: all .5s ease-out;
    background-position: right bottom;
	color: #FFFFFF;
	max-width: 190px;
	transform: translateY(8px);
}*/
/*.role li:hover {
    background-position: left bottom;
	box-shadow: 0 22px 15px -8px rgba(0, 0, 0, .35), 0 4px 10px 0 rgba(0, 0, 0, .1);
    transform: translateY(-8px);
    cursor: pointer;
}*/
.action_btn{
	margin: 0 !important;
}
	
.couse_plan img {
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
	position: relative;
}
.box {
    position: absolute;
    background: #dc143c;
    width: 230px;
    height: 286px;
    bottom: -25px;
    left: -14px;
    border-left: 2px solid #ffcc44;
    border-bottom: 2px solid #ffcc44;
}

	/*................@media..................*/

@media (max-width: 1536px) {
	.header{
		font-size: 16px;
	}
    .nav-bar span {
        font-size: 16px;
    }
	.nav-bar a{
		font-size: 16px;
	}
	.dropdown-sec-area li a{
		font-size: 16px;
	}
	
	.Contact-Wrapper {
    margin: 0 10px;
}
	.nav-bar {
    margin-left: 130px;
    margin-right: 40px;
}
	.btns {
    font-size: 16px;
}
	.fullscreen-nav{
     width: 35%;
	 top: 18px;
}
	.graphics_text {
    top: 40px;
    left: 16%;
}
  .graphics_text p {
        font-size: 16px;
        margin-bottom: 10px;
    }
	.graphics_text h2 {
    font-size: 28px;
}
	.Animation_line p {
		font-size: 16px !important;
}
	.Animation_call {
    margin-top: 0;
}
	.buld-btn {
    width: 47.555556vh;
    height: 7.555556vh;
    line-height: 7.555556vh;
	margin: 0;
}
	.anima_courses h3 {
    font-size: 16px;
}
.blog_sec h3::before {
    bottom: 30% !important;
}
	.banner_design_text {
    top: 0;
    left: 52%;
}
	.banner_design_text h2 {
    font-size: 30px;
}
	.slider-caption p {
    font-size: 16px;
}
}

/*................@media..................*/

@media (max-width: 1440px) {
	.dropdown-sec-area li a{
		font-size: 14px;
	}
	.nav-bar span {
        font-size: 14px;
    }
	.nav-bar a{
		font-size: 14px;
	}
	
  	.Anima_logo img {
    width: 220px;
	}
	 .nav-bar {
      margin-left: 90px;
    }
	  .btns {
      font-size: 14px;
    padding: 10px 16px;
  }
	
.slider-caption h1 {
    font-size: 57px;
    line-height: 70px;
}
.call_button_faq {
    margin-right: 35px;
}
	.faq_vfx {
    float: right;
}

}

/*................@media................*/

@media (max-width: 992px) {
    
.topic-description .container {
        max-width: 889px;
    }


	.topic_sec h2 {
    font-size: 46px;
    line-height: 1;
    margin-top: 5.5vw;
}
	.topic_sec p {
    margin-top: 3.5vw;
    font-size: 38px;
}
	.topic_sec li {
    font-size: 37px !important;
}
		.topic_sec li span {
    font-size: 42px !important;
}
	.topic_area{
		display: none;
	}
	.blog_area h2 {
		display: none;
}	
	.side_blog {
		display: none;
}
	.blog_area .container{
		max-width: 100%;
	}
	.blog_sec h3::before {
    bottom: 51% !important;
}
	.blog_sec .all_curses {
    margin-bottom: 20%;
}
	.blog-banner {
    left: 25% !important;
}
	    .blog-banner p {
        margin-top: 30px;
			font-size: 36px !important;
    }
	   .blog-banner .social_media li {
        font-size: 36px;
    }
	.blog-banner .review {
    width: 100% !important;
}
	    .sub-banner-text {
        top: 35% !important;
        right: 0 !important;
        left: 35% !important;
    }
	.banner_design img{
		display: none;
	}
	.banner_design_text {
    top: 0;
    left: 0;
	color: #ffffff;
}
	.banner_design_text h2 {
    font-size: 42px;
    color: #ffffff;
}	
	.banner_design_text .social_media li a {
    color: #ffffff;
}
	 
	.slider-caption.sub-banner-text h1 span {
    color: #db1e3d;
    font-size: 76px;
}
		.slider-caption.sub-banner-text h1 strong {
    color: #FFFFFF;
    font-size: 100px;
}
	.small-devices{
		display: block !important;
	}
	.large-devices{
		display: none !important;
	}
	
.slide {
    height: 55rem !important;
}
	
    .nav-bar {
        display: none !important;
    }
	    .slider-caption h1 {
        font-size: 56px;
        line-height: 69px;
    }
    .slider-caption p {
        font-size: 26px;
        line-height: 40px;
    }
	.job {
    width: 35%;
}
	.review {
    width: 35%;
}
	.digital_animation_timer h2 {
    font-size: 16px;
}
	.list_sec .design_list .design_area_text .design_text {
    font-size: 46px;
}

    .buld-btn {
        width: 30.555556vh;
        height: 5.555556vh;
        line-height: 5.555556vh;
    }
.buld-btn .arrow {
        width: 5.125rem;
        height: 2.875rem;
        right: 3.9rem;
        top: 39%;
    }
	    .buld-btn span {
        font-size: 36px;
    }
.list_sec .design_list .design_size {
    padding: 0 70px;
}
	.list_sec .design_list .design_size .design_area, .list_sec .design_list .design_size .List_sec_area {
    position: none;
    display: block;
}
	.list_sec .design_list .List_sec_area {
    width: 100%;
}
	.list_sec .design_list .design_size .design_area_text {
    border-radius: 8px;
    position: sticky;
    transform: translateY(-4%);
}
	.list_sec .design_list .design_area_text {
    width: 100%;
    max-width: 100%;
}
	.Creative_Minds {
    font-size: 36px;
	text-align: center;
}
	.area_size {
    padding: 0 10%;
}
    .animatin_gide h2 {
        font-size: 56px;
        margin-top: 60px;
    }
	.design_aiva h2 {
    font-size: 49px !important;
}
	.list_sec .design_list .design_area_text p {
		font-size: 36px;
	}
	
	.content_sec {
    text-align: center;
    background: hsl(349.74deg 76.89% 49.22% / 52%) !important;
		box-shadow: 0 12px 20px -8px rgba(0, 0, 0, .1), inset 0 0 2px 0 hsla(0, 0%, 100%, .2);
		backdrop-filter: blur(10px);
		margin-top: -13px;    padding: 50px 30px;
    border-radius: 10px;
    line-height: 1.6;
}
	.content_sec h3 {
    font-size: 49px !important;
}
	.button-wrap {
    font-size: 36px;
}
    .content_sec li {
        list-style: inside;
        text-align: left;
    }
	.button-wrap p.button {
    display: inline-block;
    width: 32%;
    height: 75px;
    line-height: 72px;
    border-radius: 19px;
}
	.Animation_line p span {
    font-size: 49px;
}
	    .Animation_line p {
        font-size: 36px !important;
    }
	.course_software {
    width: 45%;
}
	.course_software img {
    width: 36%;
	padding: 9px;
    border-radius: 24px;
}
.software_area {
        width: 100%;
        row-gap: 36px;
        margin-top: 13%;
        overflow-y: scroll;
        scroll-behavior: smooth;
        height: 680px;
    }
    .contact_sec h2 {
        font-size: 49px;
        color: #dc143c;
        font-weight: 800;
    }
	.contact_sec p {
    font-size: 36px;
		padding-top: 20px;
}
	.contact_list form {
    display: inline-block;
		width: 100%;
}
	.contact_sec p::before {
    top: 0;
}
.contact_list form input, .contact_list form select {
    height: 6.17rem;
    padding: 18px;
    font-size: 2.17rem;
}
	.contact_list form button{
		width: 21.56rem;
    	height: 5.33rem;
	}
	.btn-text {
    font-size: 36px;
}
	    .Anima_logo img {
        width: 410px;
        padding: 20px 0px;
    }
	.call_phone_number {
    font-size: 22px;
}
	.Call_text {
    font-size: 21px;
}
	   .btns {
        font-size: 32px;
        padding: 20px 32px;
    }
    button.nav-toggler {
        width: 30px;
        height: 10px;
    }
.nav-toggler:before {
        width: 38px;
        height: 10px;
        bottom: -13px;
    }
.nav-toggler:after {
        width: 38px;
        height: 10px;
        top: -13px;
    }
    .launchpad p {
        font-size: 36px;
    }
	.nav-link {
    font-size: 26px;
}
	.our-details a {
		font-size: 36px !important;
}
	.faq_vfx {
    margin: 30px 0 !important;
}
	.Career_btn {
    margin-bottom: 5%;
}
    .samll_f_sec img {
        height: 31rem;
    }
	    .samll_f_sec {
        z-index: -9;
    }
	.small_footer .digital_animation.side_bg img {
    display: none;
}
	.sufficient {
    font-size: 42px;
}
	.social_media li {
    font-size: 45px;
}
	#slide-top {
    opacity: 0;
}
	.actions-head {
    gap: 50px;
}
	.toggle-lg {
    right: 18px;
}
	footer .nav-link {
    font-size: 36px;
}
	.our-details p {
    font-size: 36px;
}
	.social-icon {
    text-align: center;
}
	.copyright h4 {
    font-size: 32px;
    padding: 20px 0;
}
	.btn {
    font-size: 26px;
}
	.animation_gif {
    margin-top: 30px;
}
	    .fullscreen-nav {
        width: 100%;
			top: 60px;
			background: #0c171e;
    }
	.fullscreen-nav a {
    font-size: 36px;
}
	.course_lsit {
		font-size: 36px;
	}
	.sub_list span {
		font-size: 36px;
	}
	.sub_cours_list li a {
		font-size: 36px;
	}
	.sub_list i {
    margin-right: 16%;
	}
	.sub_list:hover img {
    margin-left: 78%;
}
	.course_menu li {
    margin: 30px 0;
}
	.dropdown_menu {
    margin: 30px 0;
}
	.cross i {
    font-size: 43px;
	}
	.target ul li {
    font-size: 32px;
		width: 100%;
}
	.card-header button{
		font-size: 32px;
		padding: 20px 0;
	}
.job_ready img {
    width: 260px;
    margin: 36px 0;
}
	.play_store img {
    width: 310px;
}
	.launchpad h2 {
    font-size: 56px;
}
	    .anima_courses h3 {
        font-size: 36px;
    }
	.anima_courses li {
    font-size: 32px;
		margin: 20px 0;
}
	.animation_courses h3::before {
		bottom: 30%;
	}
	.help p {
    font-size: 36px;
}
	.card-item h1 {
		font-size: 36px;
	}
	
.card-item p {
    font-size: 28px;
}
	.card-item h2 {
    font-size: 32px;
}
	

.card-item img {
    width: 22%;
}
	.animatin_gide.Student p span img {
    width: 23%;
}
.list_sec .design_list .design_size .List_sec_area img {
    position: static;
}
	.Contact_Us {
    background: none;
    box-shadow: none;
}
.searchFeed__results {
        grid-template-columns: calc(50% - .25rem) calc(50% - .25rem);
        grid-gap: 1rem .5rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
	.animation_courses .container{
		max-width: 889px;
	}
	.Contact-Wrapper {
        display: none;
    }
.side_bg {
    left: -10% !important;
    width: 30%;
}
	.about_slider img {
    height: 40rem;
    margin-top: 110px;
}
	.our-mission {
    margin: 2% 0 0 0;
}
	.our-mission p {
    font-size: 32px;
}
	.our-mission h2 {
    font-size: 46px;
}
	  .graphics_text {
        top: 40px;
        left: 53px;
        width: 90%;
        z-index: 99;
    }
.aiva_text {
        font-size: 32px;
        overflow-y: scroll;
        scroll-behavior: smooth;
        height: 800px;
    }
    .aiva_sec {
        font-size: 36px;
        margin: 28px 0;
    }
	.Work_aiva{
    background-repeat: repeat;
}
	.content {
    font-size: 36px;
}
	.content li {
    margin-left: 20px;
    font-size: 32px;
}
	.launchpad h2 span {
    font-size: 52px;
    line-height: 0 !important;
}
	.about-aiva-sec {
    background-image: none;
}
    .page_sec img {
        width: 150%;
        height: 45rem;
        float: right;
    }
	.digital_animation_btn {
    padding: 10px 10px 10px 6px;
	}
	.digital_animation {
    right: 0px;
}
	.slide-graphics {
    box-shadow: inset 0 0 2px 0 hsla(0, 0%, 110%, .2);
    clip-path: polygon(0 0, 100% 0, calc(100% - clamp(160px, 52vh, 500px)) 160%, 0 100%);
    width: 65%;
}
	.faq_vfx {
    text-align: right;
}
.sub-heading.tag-lines {
    margin-top: 70px;
}
}


