@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&amp;display=swap');

:root{
    --pri-c:#9ad5b1;
    --sec-c:#aacc2e;
    --grey-c:rgb(167, 167, 167);
    --hover-c:#98b920;
}


body{
    font-family: "Poppins", sans-serif;
}

li{
  list-style-type: none;
}
ul,ol{
  padding:0;
}

.navbar{
    background-color:var(--pri-c) !important;
    
}
.navbar {
  transition: all 0.3s ease; /* Add transition for smooth animation */
}
 
.navbar.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff; /* Change background color when sticky */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Add shadow when sticky */
  animation: slideDown 0.5s; /* Add animation when becoming sticky */
}

/* Define animation keyframes */
@keyframes slideDown {
  from {
      transform: translateY(-100%);
  }
  to {
      transform: translateY(0);
  }
}
.navbar-expand-xl .navbar-nav .nav-link{
    font-weight:600;
    padding:10px 10px;
    color:black;
    text-transform: uppercase;
    
}
.dropdown-menu{
    border-radius:0;
    border:unset;
    padding:0;
}

.dropdown-menu .dropdown-item{
    border-bottom: 1px solid rgb(230 230 230 / 50%);
  color:black;
  padding:10px 10px;
  font-weight: 500;
}

.dropdown-item:hover{
    background-color:var(--sec-c);
    color:white
}
.navbar-nav li .dropdown-item{
    text-transform: capitalize;
    
}
.navbar-nav li .nav-link:hover{
    background-color: var(--sec-c);
    color:white;
}
.navbar-nav li .nav-link.active{
    background-color: var(--sec-c);
    color:white;
}

.login-btn:hover{
    background-color: #98b920;
}

.login-btn{
    background-color: var(--sec-c);
    color: white;
    font-weight: bold;
    padding: 11px 22px;
    letter-spacing: 2px;
}


.tparrows:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; 
}




.our-course-cards-two {
  background: #dbfcf9;
  padding: 0px 0px 40px;
}
/*---------------------------------------
  cards_wrap Css              
-----------------------------------------*/
.cards_wrap {
  z-index:2;
  padding-top: 30px;
  position: relative;
}

.cards-course {
  background: #3ab64c;
  padding: 15px;
  text-align: center;
  border-radius: 12px;
  
}

.cards-course h4 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.cards-course h4:before {
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
}

.cards-course p {text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.coure-icon-inner {
  width: 130px;
  height: 130px;
  background: #fff;
  text-align: center;
  line-height: 130px;
  border-radius: 100%;
  display: inline-block;
}

.cours-icon {
  margin-bottom: 20px;
}

.cards_wrap ul li:nth-child(1) .cards-course {
  background: #aacc2e;
}

.cards_wrap ul li:nth-child(2) .cards-course {
  background: #7faed2;
}

.cards_wrap ul li:nth-child(3) .cards-course {
  background: var(--pri-c);
}

.cards_wrap ul li:nth-child(4) .cards-course {
  background: #000000;
}

.cards-course:hover .coure-icon-inner {
  background: var(--pri-c);
  transform: rotate(360deg);
  transition: 1.3s;
}

.cards-course:hover .coure-icon-inner img {
  filter: invert(1);
}

/*---------------------------------------
  About Css              
-----------------------------------------*/
.about-wrap {background:var(--pri-c);
  position: relative;
  padding: 60px 0 60px 0;
}

.aboutImg img{
  width:100%;
}
.about-wrap .readmore {
  margin-top: 40px;
}

.about-wrap .title h1 {
  font-size: 40px;
  color: #000;
}

.about_box {
  margin-left: 30px;
}

.subText {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}


.readmore {
  margin-top: 20px;
}

.readmore a {
  text-decoration: none;
  font-size: 15px;
  background: var(--sec-c);
  text-transform: uppercase;
  border-radius: 36px;
  font-weight: bold;
  display: inline-block;
  padding: 18px 38px;
  color: #fff;
}

.readmore a:hover {
  color: #fff;
  background: var(--hover-c);
}


.title {
  margin-bottom: 20px;
  position: relative;
}
.heading {
  padding-top: 35px;
  padding-bottom: 35px;
}

.title h1 {
  font-size: 48px;
  color: #56225e;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.logo img {
  max-width: 100%;
}

.title h1 span {
  display: block;
}

.title p {
  font-size: 20px;
  letter-spacing: 3px;
  color: #ffb607;
  text-transform: uppercase;
  margin-bottom: 0;
}

.choice-wrap {
  background: url("images/Principalng.jpg") no-repeat top;
  background-size: cover;
  padding: 60px 0 70px 0;
  text-align: center;
}

.class-wrap {
  padding: 70px 0;
}




/********************************
        Class Css
********************************/
.class-wrap {
  background: url(../images/Home/class-bg.html) no-repeat top;
  background-size: cover;
  padding: 70px 0;
}

.class-wrap .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.class-wrap .title h1 {
  color: #000000;
}

.class-wrap .title h1 span {
  font-size: 24px;
  letter-spacing: 1px;
}

.class-wrap .title:after {
  content: "";
  width: 54px;
  height: 2px;
  background: #ddb202;
  margin-left: -26px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.class-wrap h3 {
  position: relative;
  min-height:40px;
}

.class-wrap h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.class-wrap h3 a:hover {
  
}

/*.class-wrap h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ddb202;
  position: absolute;
  bottom: -20px;
  left: 0;
}*/
.class-wrap p {
  font-size: 14px;
  line-height: 24px;
  color: #322c2c;
  margin-bottom: 0;
  min-height: 80px;
}

.class-wrap .owl-dots {
  display: none;
}

.class-wrap:hover .owl-nav button {
 opacity:1;
 transition:0.3s;
}
.class-wrap .owl-nav button {
  font-size: 10px;
  color: #ffffff;
  border: 2px solid #fff;
  background: var(--grey-c);
  width: 50px;
  height: 50px;
  border-radius: 14px;
  opacity:0;
  transition:0.3s;
}

.class-wrap .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -24px;
}

.class-wrap .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -24px;
}

.class-wrap .owl-nav button:hover {
  background: #85d7b4;
  border-color: #85d7b4;
  color: #fff;
}

.class-wrap .owl-nav i {
  font-size: 25px;
}

.class_box {
  background: #fff;
}

.class_Img {
  position: relative;
}

.class_Img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.path_box {
  padding: 7px 26px 16px 26px;
  height: 125px;
}

.class-wrap .path_box {
  min-height: 258px;
}

.time_box {
  background: var(--pri-c);
  font-size: 14px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.students_box {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.students {
  font-size: 16px;
  color: #000;
}

.stud_fee {
  font-size: 16px;
  color: #000;
}

.flight-wrap .path_box {
  min-height: 177px;
}



/*********************************************
        Teachers css
*********************************************/
.teacher-wrap {
  padding: 60px 0;
  background:var(--pri-c);
  text-align: center;
}

.single-teachers .teachers-content ul li {
  display: inline-block;
  padding: 0 10px;
}

.single-teachers .teachers-content {
  box-shadow: 0 0 15px rgb(0 0 0 / 12%);
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
}

.teachers-content {
  text-align: center;
}

.teacherImg img {
  height: 268px;
  width: 100%;
}

.teachers-content h3 {
  font-size: 18px;
  font-weight: 600;
}

.designation {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
}

.center_title {
  text-align: center;
}

.teacher-wrap .title {
  margin-bottom: 30px;
}

.teacherImg {
  position: relative;
  overflow: hidden;
}

.single-teachers .social-icons {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
  right: auto;
  text-align: center;
  padding: 14px;
  margin: 0;
  opacity: 0;
  z-index: 9;
  background-color: rgb(226 12 12 / 80%);
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.single-teachers:hover .social-icons {
  opacity: 1;
  bottom: 0px;
}

.single-teachers .social-icons a {
  font-size: 16px;
  color: #fff;
  position: relative;
}

.single-teachers .social-icons li {
  margin: 4px 0;
  padding: 0 10px;
  display: inline-block;
}


.teacher-wrap .owl-dots {
  display: none;
}

.teacher-wrap .col-md-8:hover .owl-prev {
opacity: 1;
left:10px;
transition: 0.3s;
}

.teacher-wrap .col-md-8:hover .owl-next {
opacity: 1;
right:10px;
transition: 0.3s;
}
.teacher-wrap .col-md-8:hover .owl-nav button {
 opacity:1;
 transition:0.3s;
}
.teacher-wrap .owl-nav button {
  font-size: 8px;
  color: #000000;
  border: 2px solid #ffffff00;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  opacity:0;
  transition:0.3s;
}

.teacher-wrap .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
    opacity:0;
    transition: 0.3s;
}

.teacher-wrap .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
    opacity:0;
    transition: 0.3s;
}

.teacher-wrap .owl-nav button:hover {
  background: #85d7b4;
  border-color: #ffffff;
  color: #fff;
}

.teacher-wrap .owl-nav i {
  font-size: 20px;
}
.teacher-wrap a{
  color:black;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
    font-weight: 600;
}
.teachers_list img{
  height:420px;
  object-fit: cover;
}
/*********************************************
        Teachers css
*********************************************/
.teacher-wrap {
  padding: 60px 0;
  background:var(--pri-c);
}

.single-teachers .teachers-content ul li {
  display: inline-block;
  padding: 0 10px;
}

.single-teachers .teachers-content {
  box-shadow: 0 0 15px rgb(0 0 0 / 12%);
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
}

.teachers-content {
  text-align: center;
}

.teacherImg img {
  height: 268px;
  width: 100%;
}

.teachers-content h3 {
  font-size: 18px;
  font-weight: 600;
}

.designation {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
}

.center_title {
  text-align: center;
}

.teacher-wrap .title {
  margin-bottom: 30px;
}

.teacherImg {
  position: relative;
  overflow: hidden;
}

.single-teachers .social-icons {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
  right: auto;
  text-align: center;
  padding: 14px;
  margin: 0;
  opacity: 0;
  z-index: 9;
  background-color: rgb(226 12 12 / 80%);
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.single-teachers:hover .social-icons {
  opacity: 1;
  bottom: 0px;
}

.single-teachers .social-icons a {
  font-size: 16px;
  color: #fff;
  position: relative;
}

.single-teachers .social-icons li {
  margin: 4px 0;
  padding: 0 10px;
  display: inline-block;
}
   

.nb-caption a {
  color: #ff1919;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}
.nb-news{
  margin:2rem 0 1rem 0;
  /* border-bottom: 1px solid rgb(158, 158, 158); */
position: relative;
}
.nb-news:after{
  content:"";
  position:absolute;
  width:20%;
  height:0.1px;
  background-color:#ff1919;
  bottom:-10px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:0.6s;
}
.nb-news:hover:after{
  width:100%;
  transition:0.6s;
}

.nb-news p {
  font-size:0.9rem;
  color: #fff !important;
}
.nb-sub-caption{
  margin: 6px 0;
  color:rgba(255, 255, 255, 0.9);
}

.owl-carousel .owl-item img{
  width:100%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*---------------------------------------
   gallery section              
-----------------------------------------*/
.gallery-wrap {
  position: relative;
  background: url(../images/Home/gallery-bg.html) no-repeat top;
  background-size: cover;
  padding: 60px 0;
}
.gallery-wrap .galleryImg img {
  height: 180px;
  object-fit: cover;
}


.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galleryImg img {
  width: 100%;
}

.gallery-wrap .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-wrap .content,
.galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.gallery-wrap .content .image-link,
.galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #85d7b4;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}
.gallery_box {
  display: table;
  height: 100%;
}

.gallery_left {
  display: table-cell;
  vertical-align: middle;
}

.galleryImg {
  margin: 15px 0;
  position: relative;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}

.galley_inner .row>div {
  margin: 15px 0;
}

.galley_inner {
  text-align: center;
}



/**********************************************
      Video Css
**********************************************/
.video-wrap {
  background: linear-gradient(0deg, rgba(154,213,177,1) 50%, rgba(255,255,255,1) 50%);
  padding: 70px 0 90px 0;
}

.video-wrap .title {
  margin-bottom: 45px;
}

.video {
  background: url(images/4.jpg) no-repeat top;
  background-size: cover;
  padding: 200px 0;
  border: 14px solid #fff;
  box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}

.video-wrap p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
}

.playbtn {
  text-align: center;
  position: relative;
}

.playbtn a {
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: relative;
}

.playbtn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--sec-c);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.playbtn a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*********************************************
        Blog css
*********************************************/
.blog-wrap {background:#dbfcf9;
  background-image: none;
  /*background: #f8f8f8;*/
  padding: 60px 0;
}

.blog-wrap .title {
  text-align: center;
  margin-bottom: 30px;
}

.blog-wrap .title h1 {
  color: #000;
}

.blog-wrap .blog_box {
  background: #fff;
}

.blog-wrap .blogImg {
  position: relative;
}

.blog-wrap h3 a {
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.blog-wrap h3 a:hover {
  color: #f00;
}

.blogImg img {
  width: 100%;
  height: 450px;
}


/*********************************************
        Footer css
*********************************************/
.footer-wrap {
  background: #232936;
  background-size: cover;
  padding: 50px 0 0px 0;
}

.ftr-bg {
  background: #000000;
  padding: 10px 0px;
  margin-top: 30px;
}

.footer-wrap p {
  font-size: 14px;
  color: #bcc5d0;
  margin-top: 15px;
}

.footer-wrap h3 {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin-bottom: 25px;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}

ul.footer-links.menu {
  column-count: 1;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: #bcc5d0;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-links li:before {
  content: "\f0da";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
  color: #bcc5d0;
  font-size: 14px;
}

.footer-links li a:hover {
  color: #85d7b4;
}

.insta_pics {}

.dlf-site {
  column-count: 2;
}

.insta_pics li {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 9px;
}

.hourswrp {}

.hourswrp li {
  font-size: 14px;
  color: #bcc5d0;
  border-bottom: 1px solid #484848;
  padding: 5px 0;
}

.hourswrp li span {
  float: right;
}

.hourswrp li:first-child {
  padding-top: 0;
}

.hourswrp li:last-child {
  border: none;
}

.footer_info {
  margin-left: 0px;
}

.footer_logo img {
  width: 80%;
}

.footer-adress {
  list-style: none;
}

.footer-adress li {
  margin: 0;
  padding-bottom: 0px;
  display: flex;
}

.footer-adress li>i {
  vertical-align: top;
  font-size: 16px;
  color: #bcc5d0;
  width: 30px;
  padding-top: 3px;
}

.footer-adress li span a,
.footer-adress li span {
  text-transform: capitalize;
  font-size: 14px;
  color: #bcc5d0;
  text-decoration: none;
}

.footer-adress li span a:hover {
  color: #77dda7;
}

.footer_phone a {
  font-weight: 500;
  display: block;
}

/*.footer_address i, .footer_phone i{font-size: 24px !important;}*/
li.footer_address {
  gap: 0px 4px;
}

i.fas.fa-phone-alt {
  /* padding-top: 10px; */
}

.footer_icon {
  text-align: left;
}

.footerLinks li {
  position: relative;
  padding-left: 16px;
}

.footerLinks li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}

.footerLinks li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  color: #fff;
}

.footerLinks li a:hover {
  color: #328bc3;
}

.footer-bottom {
  padding: 20px 0;
}

.copyright-text {
  font-size: 14px;
  color: #000;
}


#top-nav ul li {
  display: inline-block;
}

.social-icons ul li {
  display: inline-block;
  margin-right: 3px;
}

.social-icons ul li a {
  border: 1px solid #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
}

.social-icons ul li:nth-child(1) a {
  background: #3c599b;
  border-color: #3c599b;
}

/* .social-icons ul li:nth-child(2) a {
  background: #1ea1f3;
  border-color: #1ea1f3;
} */

.social-icons ul li:nth-child(2) a {
  background: #cd2e80;
  border-color: #cd2e80;
}

.social-icons ul li:nth-child(3) a {
  background: #fb000f;
  border-color: #fb000f;
}

.sm a {
  /* border: 1px solid #fff; */ 
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 6px;
    background: #ffffff85;
}
.sm{
  margin-bottom:5px;
  text-align: end;
}

/*********************************************
        Copyright css
*********************************************/
.copyright {
  font-size: 14px;
  color: #fff;
  padding-top: 15px;
  text-transform: capitalize;
}

.credits {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}

.credits a {
  color: #fff;
  text-decoration: none;
}

.credits a:hover {
  color: #f2b31a;
}

.close-toggler {
  display: none;
}

.PoweredBy {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #191919;
  font-size: 10px;
  color: #fff;
  text-align: center
}

.navbar-toggler {
  padding: 0.75rem;
  font-size: 1.45rem;
  line-height: 1;
  background-color: rgb(155 231 185);
  border: none;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}


.navbar-toggler:focus{
  box-shadow: none;
  background-color:rgb(138, 204, 165);
  transition: 0.3s;
}
.navbar-toggler:focus .navbar-toggler-icon{
color:white;
transition: 0.3s;
}

.navbar-toggler-icon{
  fill:white;
background-image:unset !important;
}
.navbar-toggler-icon {
  color: #a61f2e;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 6px;
}
.navbar-toggler i{
  color:white;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pri-c);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111111;
}

.logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content {
  display: none;
}



#logo-container {
  animation: zoomInOut 2s infinite alternate;
}

@keyframes zoomInOut {
  0% {
      transform: scale(0.6);
  }
  100% {
      transform: scale(1);
  }
}

.collapse-div{
  color:black;
  font-size: 12px;
font-weight: bold;
}
.active-btn {
border-bottom:2px solid var(--sec-c) !important;
}



.switch-box{
  /* position: sticky;
  top:100px;
  border:1px solid wheat;
  height:300px; */
  border: 2px solid var(--sec-c);
  border-radius: 5px;
  height: 100%;
}
.switch-box1{
  /* position: sticky;
  top:80px;
  border:1px solid wheat;
  height:590px; */

}
.sb-inner
{
text-align: start;
padding: 6px;

}

.sb-inner:hover .sb-outer{
padding-left: 13px;
transition: 0.3s;
}


.sb-outer{
  padding:7px 0;
  /* height:100%; */
  width:100%;
/* background-color: var(--sec-c); */
font-weight:bold;
border-bottom:2px solid var(--sec-c);
/* box-shadow:  0px 0px 3px rgb(247, 213, 216); */
/* border-radius: 10px; */
position: relative;
}
.sb-outer:hover{
  border-bottom:2px solid var(--hover-c);
  background-color: var(--hover-c); 
  color:white;
  padding-left:13px;
  border-radius: 5px;
}
.sb-outer.active img{
  width:23px;
  transition:0.3s;
}
.sb-outer.active{
  border-bottom:2px solid var(--hover-c);
  background-color: var(--hover-c);
  color:white;
  padding-left:13px;
  border-radius: 5px;
}
/* .sb-outer::after{
  position: absolute;
  top:4px;
  right:4rem;
   color:var(--p-c);  
  content: ">";
  font-size: 20px;
  opacity: 0;
  transition:0.3s;
}
.sb-outer:hover:after{
  right:0px;
  opacity: 1;
  transition:0.3s;
} */
.sb-inner a{
  color:var(--s-c);
  text-decoration:none;
}
.sb-outer img{
  
  width:0px;
  margin  :0 10px;
  transition:0.3s;
}
.sb-outer:hover img{
  width:23px;
  transition:0.3s;
}

.head4 h2{
  font-size: 2.6rem;
  text-align: center;
}
.head4{
  margin :1rem 0 3.4rem;
}
.head4 h3{
  line-height: 1.4 !important;
  color: black;
    margin-top: 0;
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    margin-bottom: 1.7rem ;
}
.head4 p{
  color: rgb(6, 6, 6);
    margin-top: 5px;
    margin-bottom: 5mm;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-align:justify;
}
.head4  ul {
  padding-left: 2rem;
}
.head4 ul li::before{
  top: 0;
    left: -2.4rem;
    width: 28px;
    color: #000;
    height: 28px;
    content: ">";
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.151);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.151);
}

.head4 ul li:hover:before {
  color: white;
  background-color: var(--sec-c);
}

.head4 ul li{
  position:relative;
  list-style-type: none;
  margin:1rem 0;
  font-size: 18px;
  margin: 1.6rem 0  ;
}


.head4 a{
  color:black
}



.head-cc{
  position:relative;
  height:50vh;
}
.head-c{
  position:absolute;
  left:50%;
  top:90%;
  transform: translate(-50%, -50%);
  padding :1rem 2rem 0.4rem;
  border-radius:10px;
  /* backdrop-filter: blur(50px); */
  background-color:white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.329);
}
.head-c h4{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
 
}
.head-c h3{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    text-align:center;
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.head-c a{
  color: rgb(18, 22, 34);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-decoration:none;
}

.head-c ul li{
  list-style-type: none;
}



.contact-outer{
  margin: 2rem 0;
}

.contact-icon i{
  width: 70px;
    height: 70px;
    padding-top:20px;
    margin-right: 30px;
    border-radius: 5px;
    background: var(--pri-c);
    text-align: center;
}

.contact-icon i{
  font-size:2rem;
  color:white;
}







.counter-box {
  display: block;
  background: #ffffff;
  padding: 6px 20px;
  text-align: start;
  border: unset;
}

.counter-box p {
	margin:0;
	padding: 0;
	color: #000000;
	font-size: 24px;
	font-weight: 700
}

.counter-box i {
	font-size: 60px;
	/* margin: 0 0 15px; */
  color:var(--pri-c);
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
	line-height: 28px
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}






.affiliations{
  
  padding: 2rem 0;
}



@media screen and (max-width:767px) {
  .teachers_list img{
    height: 561px;
  }
  .path_box{
    height:unset !important;
  }
  .navbar.sticky-top .navbar-collapse{
  overflow-y: auto;
  height:89vh;
}


  
  .tparrows{display:none !important}



  .card-body{padding:0;}

.counter-box {
  display: block;
  background: #ffffff;
  padding: 12px 20px;
  text-align: center;
  border: unset;
}

.counter-box p {
	margin:0;
	padding: 0;
	color: #000000;
	font-size: 24px;
	font-weight: 700
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 7px;
  color:var(--pri-c);
}


.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
	line-height: 28px
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}
  .video-wrap {
    background: var(--pri-c);
    padding: 40px 0 50px 0;
}
  .testimonials-wrap ul li {padding: 50px 0px 0px;}
  .testimonials-wrap {padding: 20px 0px;}
  .blog-wrap {padding: 20px 0px;}
  .videoslider h1 {font-size: 34px;}
  .videoslider p {font-size: 24px;}
  .four-zero-page h2 {font-size: 150px;}
  .four-zero-page h3 {letter-spacing: 1px;}
  .top_right {float: none;}
  /* .logo {margin-right: 70px;} */
  .school_sec {margin-top: 0;}
  .topbar-wrap .phone {margin-left: 0;margin-top: 10px;}
  .videoWrp, .hero-wrapper {height: 300px;}
   .blog_list .blog-detail {padding: 20px;}
   .navbar li {padding: 0;}
   .social-media,
  .topbar-wrap {text-align: center;}
  .header_info li {display: block;margin: 20px 0;padding: 0;border: none;}
  .about-wrap {padding: 30px 0;}
  .aboutImg{margin-top: 0px; margin-bottom: 0px;}
  .about_box{margin-top: 10px;}
  .about-wrap .readmore {margin-top: 10px;}
  .slidertext3 {line-height: 10px !important;}
  .atlanta_logo {text-align: left !important;margin-right: 76px;}
  .advice-wrap .title h1 {font-size: 32px;}
  .advice-wrap .phonewrp a {font-size: 36px;}
  .advice-wrap .phonewrp:before {top: 0;}
  .header-wrap {text-align: center;}
  .contact-list {position: static;margin: 0 auto 50px auto;}
  .conInfo {margin-top: 30px;}
  .work-wrap .title p {font-size: 16px;}
  .work-wrap .title p:before,
  .work-wrap .title p:after {display: none;}
  .title h1 {font-size: 30px;}
  .media_logo {margin-top: 30px;}
  .medialinker_img img {width: 100%;}
  .work-wrap .readmore a {font-size: 18px;padding: 12px 30px;}
  .slider_info .sliderText {font-size: 22px;line-height: 30px;}
  .sinceWrp {font-size: 18px;color: #000;}
  .copyright-content p {text-align: center;}
  .credit {text-align: center;}
  .readmore a {font-size: 14px;padding: 14px 24px;}
  .newsletter-wrap .form-control {font-size: 14px;padding: 34px 22px 34px 65px;}
  .newsletter-wrap .form_icon {font-size: 28px;margin-top: -13px;}
  .newsletter-wrap {padding: 20px 0px;}
  .newsletter-wrap .title h1{font-size:35px; margin-bottom: 5px;}
  .newsletter-wrap p{text-align: center;}
  .news-info {margin-top: 0px;}

  .gallery_style1 .col-lg-4:nth-child(2) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-4:nth-child(3) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-4:nth-child(4) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-4:nth-child(5) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-4:nth-child(6) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(2) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(3) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(4) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(5) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(6) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(7) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-3:nth-child(8) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-6:nth-child(2) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-6:nth-child(3) .galleryImg {margin-top: 30px;}
  .gallery_style1 .col-lg-6:nth-child(4) .galleryImg {margin-top: 30px;}
  .single-blog a img {width: 100%;}
  .blog-section .col-lg-4:nth-child(1) .single-blog .blog-content {margin-bottom: 15px;padding-bottom: 30px;}
  .blog-section .col-lg-4:nth-child(2) .single-blog .blog-content {margin-bottom: 15px;
    padding-bottom: 30px;}
  .blog-section .col-lg-4:nth-child(3) .single-blog .blog-content {margin-bottom: 15px;padding-bottom: 30px;}
  .blog-section .col-lg-4:nth-child(4) .single-blog .blog-content {margin-bottom: 15px;padding-bottom: 30px;}
  .blog-section .col-lg-4:nth-child(5) .single-blog .blog-content {margin-bottom: 15px;padding-bottom: 30px;}
  .categories-course{height: auto;}
  .class-wrap {padding: 30px 0px;}
  .enroll-wrap p br {display: none;}

}

/* small screen-================================================================ */

@media screen and (max-width:480.8px) {
  .top-header li{display: inline;}
 .top-header p{text-align: center;}
  .choice-wrap .title h1 {font-size: 24px;}
  .enroll-wrap .phonewrp a {font-size: 20px !important;}
  .videoslider h1 {font-size: 24px;}
  .four-zero-page h2 {font-size: 100px;}
  .four-zero-page h3 {letter-spacing: 1px;font-size: 20px;}
  .four-zero-page p {letter-spacing: 0px;}
  .enrol-wrap .title h1 {font-size: 26px;}
  .banner_wrap .title h1 {font-size: 32px;}
  .videoslider p {font-size: 16px;}
  .videoWrp,
  .hero-wrapper {height: 200px;}
  .client_box {display: block;}
  .advice-wrap .phonewrp:before {left: 50%;margin-left: -31px;}
  .advice-wrap .phonewrp {padding-left: 0;padding-top: 80px;}
  .page-navigation .page-go-link,
  .page-navigation .page-go {margin-left: auto;margin-right: auto;}
  .newsletter-wrap form input[type="submit"] {padding: 0 16px;
    font-size: 14px;}
  .newsletter-wrap .form_icon {font-size: 22px;margin-top: -10px;}
  .newsletter-wrap .form-control {padding: 32px 20px 32px 56px;font-size: 12px;}
  .maprwp iframe {height: 200px;}
  .contact-info-icon {margin: 30px auto;}
  .single-contact-info {display: block;text-align: center;}
  .contact-info-text {margin: 30px 0;}
  .about-wrap h3 {font-size: 20px;}
  .header-wrap {text-align: left;}
  .footer_links {border: none;}
  .footer_links li {display: block;text-align: left;border-bottom: 1px solid #3d5565;padding: 5px 0;}
  .footer_links li a {font-weight: normal;}
  .footer_links li:first-child {border-top: 1px solid #3d5565;}
  .footer_links {margin-top: 20px;}
  .testimonial-wrap .owl-nav {position: static;margin-top: 20px;text-align: center;}
  .header_logo {padding-right: 80px;}
  .about-wrap .title h1 {font-size: 24px;line-height: 26px;}
  .title p {letter-spacing: 1px;}
  .title p:before,
  .title p:after {display: none !important;}
  .contact-list li .icon img {width: 30px;}
  .contact-list p {font-size: 14px;}
  .law-wrap .title h1 {font-size: 20px;}
  .contact-wrap:before {height: 56%;}
  .newsletter-wrap .title h1 {font-size: 30px;}
  .newsletter-wrap .title h1 span {font-size: 18px;}
  .contact-wrap .title h1 {font-size: 22px;}
  .blog-detail p {font-size: 14px;}
  .lawflex .law_box {font-size: 20px;}
  .contact_info {padding: 20px !important;}
  .contact_box {margin-bottom: 8px;}
  .emailtext {font-size: 15px !important;font-weight: normal;}
  .title h1 {font-size: 28px;}
  .title p {font-size: 14px;}
  .blog_info {padding: 20px;}
  .blog_List span {padding-right: 12px;}
  .blog-wrap h3 {line-height: 28px;font-size: 20px;}
  .login-wrap {padding: 20px;}
  .form-group .btn {padding: 16px 30px;font-size: 14px;}
  .slider-wrap {padding: 80px 0;}
  .slider_info .sliderText {font-size: 16px;line-height: 20px;}
  .copyright-wrap .footer_links li {border-bottom: 1px solid #d0d0d0;}
  .copyright-wrap .footer_links li:first-child {border-top: none;}
  .copyright-wrap .footer_links li:last-child {border-bottom: none;}
  .gallery_style1 .col-lg-4:nth-child(2) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-4:nth-child(3) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-4:nth-child(4) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-4:nth-child(5) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-4:nth-child(6) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(2) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(3) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(4) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(5) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(6) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(7) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-3:nth-child(8) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-6:nth-child(2) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-6:nth-child(3) .galleryImg {margin-top: 15px;}
  .gallery_style1 .col-lg-6:nth-child(4) .galleryImg {margin-top: 15px;}
  ul.list-unstyled.d-flex.align-items-center.mb-0 {display: block !important;}
  .loginwrp a {padding: 8px 20px;}
   .logo img {width:100%;}
   .navbar-toggler{top:16px;}
   .title {margin-bottom: 8px;}
   .choice-wrap .title {margin-bottom: 10px;}
   .choice-wrap .readmore {margin-top: 20px;}
   .single-teachers{margin: 0px 0px 20px;}
   .video-wrap .title {margin-bottom: 20px;}
   .enroll-wrap {padding: 30px 0px;}
   .inner-banner {padding: 90px 0px;}
   .aboutImg.newimg {margin-bottom: 15px;}
   .gallery_left h1 {font-size: 30px;}
   .footer-links li {margin-bottom: 8px;}
   .footer_logo img {width: 100%;}
   img.dwarka{width: 100%;}

}


.dropdown-submenu {
  display: none;
  background-color: var(--sec-c);
}


/* big screen----------------------------====================================== */


@media only screen and (min-width: 767px){

  
.navbar.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff; /* Change background color when sticky */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Add shadow when sticky */
  animation: slideDown 0.5s; /* Add animation when becoming sticky */
}

  .affiliations{
    background:linear-gradient(90deg, rgb(219 252 249) 50%, rgba(255, 255, 255, 1) 50%);
    padding: 6rem 0;
  }

  .head4 h2{
    font-size: 2.2rem;
    text-align: center;
  }
  .head4{
    margin :1rem 0 3.4rem;
  }
  .head4 h3{
    line-height: 1.4 !important;
    color: var(--s-c);
      margin-top: 0;
      text-transform:capitalize;
      font-family: Poppins,sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.3;
      /* text-align:justify; */
      margin-bottom: 1.7rem ;
  }
  center .img-fluid.mb-4{
          width:800px;
            height:300px;
        }
.dropdown-menu li {
  position: relative;
  cursor:pointer
  }
  .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 7px;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
        
  }
  
  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }
  
  .dropdown-item-main:hover > .dropdown-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  
.dropdown-toggle::after{
    display:none;
}
  .dropdown-menu .dropdown-item{
  padding:5px 10px;
}
  .tparrows{
    height:60px !important;
    width:60px !important;
  }
  .tparrows:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; 
    font-size:24px !important;
    line-height: 60px !important;
  }

  .tparrows{
    display:block !important;
  }
  .tparrows.tp-rightarrow:before {
    content: "⮕" !important; 
  }
  .tparrows.tp-leftarrow:before {
    content: "⬅"!important; 
  }
  .class-wrap .owl-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -24px;
  }
  
  .class-wrap .owl-next {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -24px;
  }
  .cards_wrap {
    z-index:2;
    margin-top: -130px;
    position: relative;
  }
  .cards-course {
    background: #3ab64c;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    height:100%;
  }

  .cours-icon {
    margin-bottom: 20px;
    margin-top: -80px;
  }
  
    .navbar-expand-xl .navbar-nav .nav-link{
        font-weight:600;
        padding:42px 10px;
        margin-right: 8px;
        color:black;
        text-transform: uppercase;
        font-size:15px;
    }
    
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        top:190px;
        transition:0.3s;
        display:block !important;
       visibility: hidden;
       opacity:0;
    }
.dropdown:hover .dropdown-menu{
    top:100% !important;
    transition:0.1s;
    visibility: visible;
    opacity:1;
    /* display:block !important; */
}
.dropdown-menu{
    border-radius:0;
    border:unset;
    padding:0;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
    background-color: white;
}



.dropdown-menu.show{
  top:100% !important;
  visibility: visible !important;
opacity:1 !important;
display:block  !important;
}
}






















/* small*/
#marqText a{
    font-size:24px;   
    color:black;
    /* background: -webkit-linear-gradient(left, var(--pri-c), var(--sec-c), var(--pri-c));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      animation: animationgradienttitle 10s infinite linear; */
  }
  /* @keyframes animationgradienttitle {
    0% {
      background-position: 0 1600px;
    }
    100% {
      background-position: 1600px 0;
    }
  }
  @-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
  }
  @keyframes move{
    0%{
      background:linear-gradient(280deg, var(--pri-c) 0%, var(--sec-c) 100%);
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    30%{
      background:linear-gradient(280deg, var(--pri-c) 0%, var(--sec-c) 100%) ;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    70%{
      background:linear-gradient(280deg, var(--pri-c) 0%, var(--sec-c) 100%) ;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    100%{
      background:linear-gradient(280deg, var(--pri-c) 0%, var(--sec-c) 100%);
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    } */
  /* } */