.topheadersection {
  position: relative;
  overflow: hidden;
 

}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: 0;
  background: linear-gradient(0deg, rgba(11, 8, 13, 0.40) 0%, rgba(11, 8, 13, 0.40) 100%), #281F2E;
}

.topheadersection .container {
  position: relative;
  z-index: 1;
}

.logolayoutsection {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.herocontantlayout {
 padding-top: 50px;
  
}

.herocontantdata h1 {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: -0.8px;
}

.herocontantdata h1 span {
  color: #EED5FF;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.8px;
}

.herocontantdata p {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.applynowbtn {
  padding: 15px 24px;
  border: 1px solid #000;
  margin-top: 30px;
  background: #EED5FF;
}
 .custom-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .custom-btn:hover {
    background-color: #eed5ff;
    color: #000;
  }

  .custom-btn svg path {
    transition: stroke 0.3s ease;
  }

  .custom-btn:hover svg path {
    stroke: #000; /* Icon color on hover */
  }

.applynowbtn:hover {
  background: #000; /* New background on hover */
  color: white; /* Optional: change text color */
}

.applynowbtn:hover svg path {
  stroke: white; /* Change SVG color on hover */
}

#animationButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid #000;
  background: #EED5FF;
  font-family: "Outfit", sans-serif;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

#animationButton:hover {
  background-color: #000;
  color: #fff;
}

#animationButton svg path {
  transition: fill 0.3s, stroke 0.3s;
}

#animationButton:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.formlayoutssection {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.formheadings {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  letter-spacing: -0.4px;
}

.coursesection {
  padding: 80px 0px;
  background: #F7F7F7;
}

.coursesectionheading {

  position: relative;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}
.coursesectionheadings {
  position: relative;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.4px;
}


.coursesectionheading span {
  width: max-content;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border-bottom: solid 4px rgba(187, 143, 255, 0.3);
  ;
  letter-spacing: 0.8px;
}

.coursediscription {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  padding: 10px 0px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.44px;
}

.courselayout {
  background-color: #F5EEF9;
  padding: 15px;
  border-radius: 1px;
}

.courselayoutheading {

  position: relative;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.courselayoutheading span {
  width: max-content;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.courselayoutdiscription {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  padding: 10px 0px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.44px;
}

.majorstlyebutton button {
  margin: 5px 5px 5px 0px;
}

.aplaybtnclass {
  padding: 10px 24px;
  background: #EED5FF;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  border: none;
}

.aplaybtnclass:hover {
  background-color: #000;
  transition: 0.5s;
  color: #fff;
}
.programpatner{
  padding:80px 0px;
  background: #F7F7F7;
}
.programpatnerlayout{
  padding: 10px 15px;
  background-color: #FFF3F9;
  border: solid 1px #FFC1DE;
}
.programpatnerlayoutapple{
  padding: 10px 15px;
  background-color: #FDFBFF;
  border: solid 1px #EED5FF;
}
.programpatnerlayoutmicro{
  padding: 10px 15px;
  background-color: #F4FCFF;
  border: solid 1px #C3EDFF;
}
.programpatnerlayoutapple{
  padding: 10px 15px;
  background-color: #FDFBFF;
  border: solid 1px #EED5FF;
}
.programpatnerlayoutgoogle{
  padding: 10px 15px;
  background-color: #FFF5FD;
  border: solid 1px #F4BFEB;
}
.programpatnerlayoutdrpo{
  padding: 10px 15px;
  background-color: #FFF4F7;
  border: solid 1px #FFC6D6;
}

.whyaster{
  padding: 80px 0px;
  background: #E7E2EE;
  background: url('../image/Frame\ 1000008135.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.whyastercontant{
  background: #F8F5FD;
}
.whyasterdata{
  padding: 20px;
}
.whyastervideo {
  position: relative;
  width: 100%;
  height: 420px;
  margin: auto;
}
.whyastervideos video{
width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
}

.whyastervideo iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.lunchinfo{
  padding: 80px 0px;
  background: #F7F7F7;
}
.lunchinfocardtwo{
  padding: 30px;
  min-height: 380px;
  background: url('../image/carimge0ne.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lunchinfocarddiscription ul li {
  color: #000;
font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
letter-spacing: 0.44px;
}
.lunchinfocards{
  padding: 30px;
  min-height: 305px;
  background: url('../image/cbsebg.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lunchinfocardseven{
    padding: 30px 15px;
  min-height: 205px;
  background: url('../image/cardseven.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lunchinfocardeight{
    padding: 30px 20px;
  min-height: 220px;
  background: url('../image/slidertwosf.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lunchinfocardfive{
  padding: 30px;
  min-height: 205px;
    background: url('../image/slidefive.webp') center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} 

.lunchinfocardheading{
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.64px; 
}
.lunchinfocardheading ul li{
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.64px; 
}
.lunchinfocarddiscription{
color: #000;
font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: 0.44px;
}
.multimodalcontainer{
  padding-top:50px;
}
.multimodalcontnat{
  background: #DFD2E7;
  padding: 30px;
}

.buttonsltyle button{
padding: 18px 40px;
border: 1px solid #000;
background: #000;
color: #fff;
color: #FFF;
font-family: "Outfit", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.buttonsltyle{
  margin-left: -50px;
}
.placementsection{
  padding-bottom: 80px;
  background: #F7F7F7;
}
@media (min-width: 992px) {
  .col-lg-1_2 {
    flex: 0 0 auto;
    width: 10%;
    padding: 0px;
  }
}


.fabiconswindow {
  position: fixed;
  right: 20px;
  top: 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.fabiconswindow .nav-item {
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px!important;
  cursor: pointer;
  margin: 5px 0px;
  transition: background-color 0.3s ease;
}
.fabiconswindow .nav-item:hover {
  background-color: #000;
}
.fabiconswindow .nav-item a {
  color: #fff!important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .resenqerymenu {
      width: 100%;
      position: fixed;
      z-index: 99999;
      bottom: 0px;
      left: 0px;
      border-left: 0px;
      background: #000;
      display: block;
      cursor: pointer;
      text-align: center;
      padding: 5px 0;
      font-size: 17px;
      color: #fff;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      /* vertical-align: middle; */
      font-weight: 600;
      padding: 0px !important;
  }
}
.resenqerymenu .nav-item {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right:1px solid #fff;
  padding: 8px 4px;
}

.resenqerymenu .nav-item a {
  color: #fff;
  text-decoration: none;
}

.icons {
  font-size: 18px;
}
.whatsbtn {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}
.whatsbtn:hover{
  background-color: #000;
}
@media only screen and (max-width: 767px) {
#menu-header-menu{
display:block!important;
}
	.navbar-item{
		display:block;
	}	
	#menu-item-122{
		margin-top:10px;
	}
	.tpcoundown__btn {
		margin-top:20px;
		margin-bottom: 30px;
	}
	.section__content p {
    color: var(--tp-common-white);
    font-size: 14px;
}
}

.btechslider {
  padding: 40px 0px;
  background: #E5ADBD;
}

.futurelavsection{
  padding: 80px 0px;
  background: #F7F7F7;
}
.futurelabcard {
  padding: 30px;
  background: rgba(238, 213, 255, 0.26) url('../image/futurecard.webp') center center no-repeat;
  background-size: contain;
}
/* .futurelabcard {
  padding: 30px;
  background-color: rgba(238, 213, 255, 0.26);
  background-image: url('../image/futurecard.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.feturcardimages {
  padding: 5px;
  width: max-content;
  border: 1px solid #F2E6FB;
  background: #F5EEF9;
  border-radius: 5px;
  box-shadow: 0px 4px 50px 0px #EAD5FA;
}

.futurelabcardheading{
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.64px; 
}
.futurelabcarddiscription{
color: #000;
font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 150% */
letter-spacing: 0.44px;
}
.pathwaysection{
  padding: 80px 0px;
  background: rgba(238, 213, 255, 0.26) url('../image/paath.webp') center center no-repeat;
  background-size: cover;
}

.pathwaycard{
  width: 100%;
  padding: 30px 15px;
  height: 320px;
 background: #FFF3F9;
  background-size: cover;
  border-bottom: 4px solid #FFC1DE;
  min-height: 320px;
}
.cardtwo{
  border-bottom:4px solid #C3EDFF;
  background: #F4FCFF;
}
.cardthree{
  border-bottom: 4px solid #EED5FF;
  background: #FDFBFF;
}
.cardfour{
  border-bottom: 4px solid #FFC6D6;
background: #FFF3F9;
}
.pathwaycardheading{
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.64px; 
}
.pathwaycarddiscription{
color: #000000;
font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 150% */
letter-spacing: 0.44px;
}

.executionsection{
  padding-bottom: 80px;
  background: #F7F7F7;
}

.executioncardlayouts{
  margin-bottom: 50px;
  background: url('../image/teamone.webp') center center no-repeat;
  background-size: cover;
  padding: 15px 0px;
}

.executioncardchangesone{
  background: url('../image/slidertwos.webp') center center no-repeat;
  background-size: cover; 
}
.executioncardchangestwo{
  background: url('../image/bgthreemain.webp') center center no-repeat;
  background-size: cover; 
}
.executioncardchangesthree{
  background: url('../image/bgfoursmain.webp') center center no-repeat;
  background-size: cover; 
}
.executioncardlayoutsfours{
  background: url('../image/bgsix.webp') center center no-repeat;
  background-size: cover; 
}
.tearmcardcontant{
  padding: 20px;
}

.tearmcardname{
color: #000;
font-family: "Outfit", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.52px;
}
.tearmcardjob{
  color: #000;
  font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.36px;
}

.tearmcarddiscription{
  color: #000;
  font-family: "Outfit", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 0.4px;
padding-bottom: 30px;
}
.boxlayoutsdata{
  position: relative;
  padding: 25px 30px;
  background: #FFC6D6;
  color: #000;
  font-family: "Outfit", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.dotimageset img {
  position: absolute;
  right: 20px;
  bottom: -15px;
}


.pogistionFixedclass{
  width: 100%;
  position: sticky;
  z-index: 99999;
  bottom: 0px;
  background-color: #eed5ff;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.pogistionFixedcontant{
color: #000;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    display: flex
;
    justify-content: start;
    font-weight: 400;
    line-height: 30px;
    align-items: center;

}
.onlyaster{
  width: 100%;
  background: url('../image/onyaster.webp') center center no-repeat;
  background-size: cover; 
}

.applybtn{
padding: 6px 32px;
border-radius: 0px;
border: 1px solid #000;
color: #000;
text-align: center;
font-family: "Outfit", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 180% */
letter-spacing: -0.32px;
}
.applybtn:hover{
  color: #fff;
 background-color: #000;
}
.contnatextera h4{
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
}
.tearmcardcontant ul{
list-style: none;
margin-left: 0px;
}
.contnatextera p{
color: #000;
font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.36px;
}

.footerlayouts {
  background-color: #000;
  padding-top: 80px;
}

.footerlayout p{
  color: #F7F7F7;
  font-family: "Outfit", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  padding-bottom: 20px;
}

.footerlayoutcopright{
  border-top: 1px solid #8B8B8B;
  padding: 28px 0px;
  text-align: center;
  color: #F7F7F7;
  font-family: "Outfit", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 33px; 
letter-spacing: 0.44px;
}
.pathwaysection {
  padding: 30px 15px;
}
.pathwaySlidermobile{
  display: none;
}
.widthsetsection{
  width: 68%;
}

.withsetsections{
  width: 50%;
}
.programsubheading{
  width: max-content;
  padding: 4px 10px;
  background: #E7E2EE;
  color: #000;
  font-family: "Outfit", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px; 
letter-spacing: 0.36px;
}
.computersciencesection
{
  padding: 80px 0px;
 background: #F7F7F7;
}

.circleheading{
  width: 80px;
  height: 80px;
  background: #E7E2EE;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
 font-family: "Playfair Display", serif;
font-size: 65px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.5px;
}
.SliderCoursecard{
  padding-bottom: 80px;
  margin-top: -60px;
 
}
.itemcoursecard .card-body{
  background: #F5EEF9;
  padding: 30px 15px;
   background: url('../image/cbsebg.webp') center center no-repeat;
  background-size: cover; 
}
.itemcoursecard .card
{
  border-radius: 0px;
  border: none;
}
.itemcoursecard a{
text-decoration: none;
color: inherit;
}
.itemcoursecard .major{
color: #000;
width: max-content;
font-family: "Outfit", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26.053px;
letter-spacing: 0.261px;
padding: 2px 8px;
}
.itemcoursecard .minor{
color: #000;
width: max-content;
font-family: "Outfit", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26.053px;
letter-spacing: 0.261px;
border-radius: 3.722px;
background: #EED5FF;
padding: 2px 8px;
}
.labheadingname{
  color: #000;
font-family: "Outfit", sans-serif;
padding:40px 0px;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.48px;
}
.labcardlayouts{
  background: #F5EEF9;
}
.labcantant{
  padding: 20px 20px;
}

.futurefaculty{
  background: #E5ADBD;
  padding: 40px 0px;
}
.containerbackground{
  background: #FFDFE8;
  padding: 40px ;
}
.futurefacultysection{
  padding-bottom: 80px;
  margin-top: -100px; 
}
.joinsection{
 background: #C3EDFF;
 padding: 40px;
}
.containerbackgroundadd{
  padding: 50px 30px;
  background: url('../image/Frame-1000009397-1-scaled.webp') center center no-repeat;
  background-size: cover;
}
.counterlayout{
  padding: 20px;
  border-radius: 5px;
  background: #91DEFE;
}
.counternumber{
  color: #000;
font-family: "Outfit", sans-serif;
font-size: 50px;
font-style: normal;
text-align: center;
font-weight: 600;
line-height: normal;
letter-spacing: 1.2px;
}
.countertitle{
  color: #000;
font-family: "Outfit", sans-serif;
font-size: 20px;
text-align: center;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.48px;
}
.counternumber{
  font-size: 40px;
  line-height: normal;
}
.computersciencesection {
  padding: 30px 15px;
}
.lunchinfocardtwo{
  padding: 30px;
  margin-bottom: 30px;
}
.itemcoursecard .card{
height: 586px!important;
}
.majorstlyebutton a{
  text-decoration: none;
  color: inherit;
}

.stylebuttonlayut{
  border-radius: 6px;
width: 100%;
padding: 12px 20px;
border: none;
background: #B86CEB;
}

.stylebuttonlayut:hover{
  border-radius: 6px;
background: #B86CEB;
box-shadow: 5px 4px 8px 0px rgba(255, 255, 255, 0.30) inset, -6px 6px 7px 0px rgba(184, 108, 235, 0.50);
}