@media screen and  (max-width: 1300px){
  .sub-heading-first, .sub-heading22{
    font-size: 40px;
  }
  .heading-content .heading2-banner{
    font-size: 60px;
  }
  .heading-content .heading1-banner{
    font-size: 44px;
  }
  .banner-h3{
    font-size: 15px;
  }
  .txt-rotate {
    font-size: 16px;
}
}

@media screen and (min-width: 1024px){
  .blog-swiper-pagi{
    left: 88% !important;
  }
}

/* 1200px start */

@media screen and  (max-width: 1200px){
  .sub-heading1, .sub-heading2{
    font-size: 45px;
  }
  .business-slider{
    grid-template-columns: 40% 50%;
  }
  .content{
    height: auto;
    gap: 0px;
  }
  .aboutcontent-wraper {
  grid-template-columns: 1fr; 
  } 
  .about-center-img {
    display: flex;
    justify-content: start;
  }
  .section-box .box .details{
    padding-bottom: 20px;
  }
}

/* 1100px responsive start */

@media screen and  (max-width: 1100px){
  .nav-links li a{
    margin: 0px 15px;
  }
.cards-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 1024px){
  .nav-links li a{
    margin: 0 10px;
  } 
  .logo img{
    min-width: 150px;
  }
  .hamburger{
    display:block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  .nav-links{
    position: fixed;
    background: #e7eeff;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .nav-links.open{
      clip-path: circle(1250px at 90% -10%);
      -webkit-clip-path: circle(1540px at 90% -10%);
      pointer-events: all;
  }
  .nav-links li{
      opacity: 0;
  }
  .nav-links li:nth-child(1){
      transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
      transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
      transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
      transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5){
      transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6){
      transition: all 0.5s ease 0.9s;
      margin: 0;
  }
  .nav-links li:nth-child(7){
      transition: all 0.5s ease 1s;
      margin: 0;
  }
  li.fade{
      opacity: 1;
  }
  .header-button{
    padding-right: 130px;
  }

  /* banner section start */

  .heading-content .heading2-banner, .main-title {
    font-size: 50px;
  }
  .content-box-banner{
    width: 60%;
  }
  .slider-box{
    width: 40%;
  }
  .heading-content .heading1-banner{
    font-size: 32px;
  }
  .banner-h3{
    font-size: 14px;
  }
  .txt-rotate {
  font-size: 16px;
}
  .heading-content .heading2-banner{
    padding-bottom: 20px;
  }
  .goals-box {
    font-size: 15px;
  }
  .goal-banner {
      padding-top: 20px;
  }
  .banner-goals-box{
    margin-top: 20px;
  }
  .heading-left{
    width: 40%;
    padding-right: 20px;
    padding-left: 20px;
    }
  .heading-left h5 {
    font-size: 23px;
  }
  .icon-slider-right {
      width: 60%;
  }
  .sub-heading1, .sub-heading-first{
    font-size: 40px;
  }
  .sub-heading-first{
    font-size: 40px;
  }
  .sub-heading2{
    font-size: 40px;
  }
  .courses-button1, .courses-button2{
    font-size: 14px;
  }
  .about-middle-h2{
    font-size: 60px;
  }

/* vertical section start */

  .vartical-grid-wraper, .vartical-grid-wraper2{
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 60px;
  }
  .tab-grid-courses{
    gap: 20px;
  }
  .blog-grid-wraper{
    grid-template-columns: 1fr 1fr;
  }
  .responsive-container-block.Container {
    flex-direction: column-reverse;
  }

  .text-blk.heading {
    text-align: center;
    max-width: 370px;
  }

  .text-blk.subHeading {
    text-align: center;
  }

  .responsive-container-block.leftSide {
    align-items: center;
    max-width: 480px;
  }

  .responsive-container-block.rightSide {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .responsive-container-block.rightSide {
    margin: 0 auto 70px auto;
  }
  .blog-top-h2-content{
    font-size: 30px;
    line-height: 35px;
  }
  .counter-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1023px){
  .banner{
    height: auto;
  }
  .banner-wraper{
    flex-wrap: wrap;
    padding: 20px 40px;
  }
  .content-box-banner{
    width: 100%;
  }
  .content-box-banner{
    padding-left: 0px;
    height: auto;
  }
  .slider-box{
    width: 100%;
    padding-right: 0px;
  }
  .logo{
    padding-left: 50px;
  }
  .content-swiper .swiper-slide{
    padding: 20px;
  }

  /*  top universities -------------- */

.heading-left{
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
}
  /* learn master section start */

.expert-curated-wraper{
  grid-template-columns: 1fr;
}

/* Footer start */

  .footer-wraper{
    flex-wrap: wrap;
  }

  /* buissness seciton start */
  .business-wraper{
    flex-direction: column;
  }
  .business-left-content, .busniess-right-slider {
    width: 100%;
  }
  .counter-wraper{
    grid-template-columns: 1fr;
  }
  .counter-number-box{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  /* our courses pages start */

  .tab-grid-courses{
    grid-template-columns: 1fr 1fr;
  }
  /* cpourse details page */
  .courses-details-wraper{
    grid-template-columns: 1fr;
  }
  .grid-item-heading{
    font-size: 16px;
  }
  .specilization-wraper{
    flex-wrap: wrap;
  }
  .specilization-content, .specilization-img{
    width: 100%;
  }
 .accordion {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .accordion-element {
    flex-direction: column;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .preview {
    width: 100%;
    height: 5rem;
  }

  .accordion-number {
    line-height: 5rem;
    position: absolute;
    left: 20px;
    top: auto;
  }

  .accordion-description {
    line-height: 5rem;
    writing-mode: horizontal-tb;
    transform: none;
    position: absolute;
    bottom: auto;
    right: 20px;
  }
  .accordion-main-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
    width: 100%;
  }
  .active .accordion-main-content {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
    width: 100%;
  }
  .students-left-content{
    padding-left: 50px;
  }
  .skills-grid-box{
    grid-template-columns: repeat(2, 1fr);
  }
  .list .topic{
    font-size: 15px;
  }
  .blog-card .list{
    width: 260px;
  }
  .cards-container {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.slider-container{
  height: 90vh;
}
.contact-container{
  grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 90%;
    height: 400px;
  }
  .students-trust, .skills-first, .skills-explore{
    flex-wrap: wrap;
  }
  .students-left-content, .students-right-img{
    width: 100%;
  }
  .students-right-img{
    display: flex;
    justify-content: end;
  }
  .students-right-img img{
    width: 95%;
  }
.blog-grid-wraper {
  grid-template-columns: 1fr;
}
.main-title {
  font-size: 3rem;
}
    
.features-grid {
  grid-template-columns: 1fr;
}
    
.feature-column {
  border-right: none;
  border-bottom: 1px solid rgba(99, 102, 241, 0.1);
  padding: 50px 30px;
}
    
.feature-column:last-child {
  border-bottom: none;
}
    
.progress-bars {
  grid-template-columns: 1fr;
}
.edge-title {
  font-size: 3rem;
}           
.edge-subtitle {
  font-size: 1.1rem;
}
}

@media screen and (max-width: 768px){
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px 0 0 0;
  }
  .blog-slider__item {
    flex-direction: column;
  }
  .icon-leftside-footer{
    width: 50%;
  }
  .footer-nav{
    width: 25%;
  }
  .about-middle-h2, .about-middle-h2{
    font-size: 50px;
  }
  .row-mission{
    grid-template-columns: 1fr;
  }
  .counter-number-box{
  grid-template-columns: 1fr 1fr;
}
.accordion-description{
  font-size: 20px;
}
.blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
}
.blog-grid-wraper{
  grid-template-columns:1fr;
}
.main-title {
  font-size: 40px;
}
.responsive-container-block.rightSide {
  width: 450px;
  height: 450px;
}
.responsive-container-block.leftSide {
  max-width: 450px;
}
.blog-slider__content {
  margin-top: -80px;
  text-align: center;
  padding: 0 30px;
}
.blog-slider__pagination {
  transform: translateX(-50%);
  left: 50% !important;
  top: 205px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
}
.footer-social-icon-phone-mail {
    width: 50%;
}
.business-edge-section {
  padding: 60px 15px;
}

.edge-title {
    font-size: 2.2rem;
}

.edge-subtitle {
    font-size: 1rem;
}

.edge-buttons {
    flex-direction: column;
    align-items: center;
}

.btn-primary, .btn-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
}

.stat-card {
    padding: 20px 15px;
}

.stat-number {
    font-size: 2rem;
}

.glow-orb-1, .glow-orb-2, .glow-orb-3 {
    width: 200px;
    height: 200px;
}
.content-overlay h1 {
  font-size: 2rem;
}
            
.particle-sign-on {
    width: 3px;
    height: 3px;
}

.particle-sign-on.medium {
    width: 6px;
    height: 6px;
}

.particle-sign-on.large {
    width: 10px;
    height: 10px;
}
.header h1 { font-size: 2.8rem; 
}
.project-card { padding: 30px 25px;
 }
 .slider-container {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 10px;
}
.circles-container {
  height: 60vh;
}
.header h1 {
  font-size: 2.6rem;
}

  .cards-wrapper {
      grid-template-columns: 1fr;
      gap: 25px;
  }

  .mvv-card {
      padding: 45px 30px 35px;
  }

  .mvv-card h2 {
      font-size: 1.6rem;
  }

  .stats {
      gap: 50px;
  }

  .stat-item .number {
      font-size: 3rem;
  }

  .stat-item .number::after {
      font-size: 1.5rem;
      right: -20px;
  }
.hero h1 { font-size: 2.8rem; }
    .hero-content { padding: 50px 30px; margin: 20px; }
    .section-header h2 { font-size: 2.2rem; }
    .cards-grid { grid-template-columns: 1fr; }
}

/*  */
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}


@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

@media screen and (max-width: 1050px){
    .available-badge{
    top: 5px;
    right: 5px;
  }
}

@media screen and (min-width: 1024px){
  .blog-swiper-pagi{
    rotate: 90deg;
    left: 85% !important;
    bottom: 50% !important;
    width: auto !important;
    display: flex;
    border-radius: 50px;
    background: #fff;
    padding: 10px;
    border: 2px solid #0088ff;
   box-shadow: 2px 1px 6px #70d0ff;
}
}

@media screen and (max-width: 1000px){
  .available-badge{
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px){
/* our courses pages start */

.tab-grid-courses{
  grid-template-columns: 1fr;
}
.tabs-nav{
  flex-wrap: wrap;
  background: transparent;
  gap: 5px
}
.tab{
  background-color: transparent;
  border: 2px solid #7f7d7d;
  color: #131418;
  border-radius: 12px;
}
.tab.active{
  background-color: #00b4db;
  border: 2px solid #00b4db;
  color: #fff;
  border-radius: 12px;
}
.courses-details-grid{
  grid-template-columns: 1fr 1fr;
}
.curiculuam-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card, .section__card, .certificate-card-parents, .swiper-card{
  width: 95%;
  margin: auto;
}
.skills-grid-box{
  grid-template-columns: repeat(1, 1fr);
}
.project__info h2{
  font-size: 18px;
}
.section__card::before{
  width: 35%;
}
.students-left-content {
  padding-left: 20px;
}
.skills-grid-box .project__img {
  left: 0%;
  width: 100%;
  margin-left:0px;
}
.swiper-blog-wraper{
  flex-wrap: wrap;
}
.blog-left-img {
    width: 100%;
}

.blog-left-img img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.blog-right-content {
  width: 100%;
}
.blog-box .blog-card{
  flex-direction: column;
}
.blog-card .list{
  width: 100%;
}
.blog-card .list{
  flex-direction: row;
  flex-wrap: wrap;
}
.list label{
  width: 49%;
  height: 45px;
}
.blog-grid-wraper{
  grid-template-columns: 1fr 1fr;
}
.blog-card .content{
  width: 100%;
}
.contact-form-wraper{
 grid-template-columns: 1fr 1fr; 
}
.about-content-h3{
  font-size: 20px;
}
.about-content-span{
  font-size: 25px;
}
/* course box */
.course-icon{
  font-size: 40px;
}
.available-badge{
  font-size: 11px;
  top: 10px;
  right: 10px;
}
.wrapper-loginon{
  max-width: 450px;
}
.cards-container {
  grid-template-columns: 1fr;
  gap: 20px;
}
.image-swiper{
  height: 450px;
}
.slider-container {
  height: auto;
}
.contact-container{
  grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 600px){
  .icon-leftside-footer, .footer-nav, .footer-social-icon-phone-mail{
    width: 100%;
  }
  .about-middle-h2, .sub-heading1, .sub-heading2, .sub-heading1, .sub-heading-first, .main-title, .heading2-banner, .highlight2 {
    font-size: 35px;
  }
  .tabset > input:checked + label{
    border-bottom: 1px solid #049fd9;
    margin-bottom: 10px;
  }
  .tabset > label {
  border: 1px solid #868686;
  margin-right: 6px;
  margin-bottom: 10px;
}
.banner-middle-h2{
  padding-top: 20px;
}
.section__card::before {
  width: 50%;
}
.list .topic {
  font-size: 14px;
}
.top-university-wraper{
  flex-direction: column;
}
.heading-left, .icon-slider-right{
  width: 100%;
}
.vartical-grid-wraper, .vartical-grid-wraper2{
  grid-template-columns: 1fr;
}
.icon-slider-right{
  height: 150px;
}
#carousel{
 height: 150px; 
}
  .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }
  .banner-wraper{
    padding: 20px;
  }
  .goals-box {
    font-size: 13px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 50px;
    height: 50px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 50px;
    height: 50px;
  }
  .swiper-button-parents{
    max-width: 0px;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    width: 50px;
    height: 50px;
  }
  .swiper-button-prev{
    left: -50px;
  }
  .swiper-button-prev.swiper-button-disabled {
    left: -50px;
  }
  .social-footer{
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .section-header h2 {
      font-size: 2.2rem;
  }

  .counter-container {
      grid-template-columns: 1fr;
      gap: 25px;
  }

  .counter-card {
      padding: 35px 20px;
  }

  .counter-value {
      font-size: 3rem;
  }

  .counter-icon {
      width: 75px;
      height: 75px;
  }

  .counter-icon i {
      font-size: 1.8rem;
  }

    .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns:auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }

  .form-container-model{
    padding: 25px;
  }
}

/*  */

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
  .blog-slider__content {
    padding: 0;
  }
  .students-right-img img{
    height: 300px;
  }
    .main-title {
    font-size: 2.2rem;
}    
.subtitle{
  font-size: 1.1rem;
}
    
.feature-icon-wrapper {
  width: 70px;
  height: 70px;
}
    
.hex-icon i {
  font-size: 2.2rem;
}
    
.feature-title {
  font-size: 1.6rem;
}
.feature-description {
  font-size: 0.95rem;
}
.blog-slider__button {
    width: 100%;
  }
  .lkd-body{
    grid-template-columns: 1fr;
  }
  .mx-w-80{
    max-width: 100%;
  }
}

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}

/* 520px start */


@media screen and (max-width: 520px){
 .list label{
  width: 100%;
 }
 .blog-grid-wraper{
  grid-template-columns:1fr;
 }
.logo {
  padding-left: 20px;
}
.header-button {
  padding-right: 75px;
}
.contact-form-wraper{
 grid-template-columns:1fr; 
}
.anti-container{
  padding: 0;
}
.content-swiper .swiper-slide{
  justify-content: flex-start;
}
}

/* 520px start */


@media (max-width: 500px) {
  .number1img {
    display: none;
  }

  .number2img {
    display: none;
  }

  .number3img {
    display: none;
  }

  .number5img {
    display: none;
  }

  .number6img {
    display: none;
  }

  .number7img {
    display: none;
  }

  .responsive-container-block.rightSide {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .number4vid {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    height: 100%;
  }

  .text-blk.heading {
    font-size: 25px;
    line-height: 40px;
    max-width: 370px;
    width: auto;
  }

  .text-blk.subHeading {
    font-size: 14px;
    line-height: 25px;
  }

  .responsive-container-block.leftSide {
    width: 100%;
  }
  .content-swiper .swiper-slide {
    padding: 20px 20px 40px;
  }
}

/* 480px start */

@media screen and (max-width: 480px){
   .counter-number-box{
  grid-template-columns:1fr;
}
.courses-details-grid{
  grid-template-columns: 1fr;
}
.accordion-description{
  font-size: 16px;
}
.section__card::before {
  width: 60%;
}
.blog-left-img img{
  height: 250px;
}
.logo img {
  min-width: 130px;
}
.join-button-desktop{
  padding: 6px 0.8rem;
}
.banner-h3{
  font-size: 12px;
}
.txt-rotate{
  font-size: 12px;
}
.typing-animation{
  padding: 10px 12px 10px 10px;
}
.typing-icon{
 display: none;
}
.edge-title {
  font-size: 1.8rem;
}
.edge-badge {
  font-size: 0.75rem;
  padding: 8px 18px;
}
.edge-stats {
  grid-template-columns: 1fr;
}
.wrapper-loginon{
  max-width: 100%;
  width: 90%;
}
.wrapper-loginon .title-loginon{
  font-size: 25px; 
}
.card {
  padding: 20px;
}
  
.stats-on {
  flex-direction: column;
  gap: 15px;
}
.swiper-wrapper-on {
  padding-bottom: 0px;
}
.cards-container { grid-template-columns: 1fr; gap: 20px; }
  .header h1 { font-size: 2.2rem; }
}


/*  */

@media (max-width:400px){
.title{font-size:16px}.img{height:180px}.bottom{flex-direction:column;align-items:flex-start;gap:10px}.price{margin-bottom:5px}.btn{width:100%;justify-content:center}
}
/*  */

@media screen and (max-width: 378px) {
.section__card::before {
  width: 75%;
}
.header-button {
  padding-right: 60px;
}
.courses-button{
  grid-template-columns: 1fr;
}
}

@media screen and (max-width: 360px){
.available-badge {
  font-size: 10px;
  top: 8px;
  right: 8px;
}
.content-swiper .swiper-slide {
  padding: 0px 10px 30px;
}

}

@media (max-width: 480px) {
  .cards-container { grid-template-columns: 1fr; gap: 25px; }
  .header h1 { font-size: 2.2rem; }
}        