/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1268px) {

    /* header  */
    header{
        height: auto;
    }

    
.up-courses .steps span{
    font-size: 15px;
    }

    header .navbar {
        width: 100%;
    }

    header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    header .navbar .navbar-brand img {
        width: 109px;
        height: 51px;
    }

    .navbar .navbar-nav .nav-item .nav-but {
        padding: 8px 15px;
        font-size: 14px;
    }

    .items-courses .left-items h2 {
        font-weight: 900;
        font-size: 25px;
        color: #095F90;
    }

    
.banner{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.banner .video video{
width: 800px;
}


header .banner .banner__content  h1{
    font-size: 40px;
    color: white !important;
}
header .banner .banner__content  p{
    font-size: 20px;
}
header .banner .banner__content  .btn-banner{
    font-size: 13px !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px 40px !important;
}



    header .banner .banner__content p {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 31px;
        margin-bottom: 31px;
    }

  

    /* items */
    .items {
        justify-content: space-around;
        flex-wrap: wrap;

    }

    .items .items__content {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;

    }


    .items .items__content .items-img {
        border: 1px solid black;
        width: 65.312px;
        height: 65.312px;
    }

    .items .items__content .items-word {
        padding: 10px;
        font-size: 8px;
        width: 100px;
    }

    .items .items__content img {
        width: 31.569px;
        height: 31.569px;
        flex-shrink: 0;
    }

  /*  */
  .items-courses {
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}

.items-courses .right-items {
    display: none;
}


.items-courses .right-items-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}




.items-courses .right-items-media .cour1 {
    position: relative;
    bottom: 9px;
}

.items-courses .left-items h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 50px;
}

.items-courses .center-items {
    margin-bottom: 30px;
}


.items-courses .right-items {
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
}

.items-courses .right-items .switch {
    margin-bottom: 30px;
}

  
    /* courses */
    .courses {
        width: 90%;
    }

    .courses .courses__content .center-course {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    .courses .courses__content .right-course {
        display: flex;
        justify-content: center;

    }

    .courses .courses__content .center-course .course__name {
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }

    .courses .courses__content .center-course .course__date {
        width: 100%;

    }

    .items-courses  {
      height: 200px;
      align-items: center;    
      width: 85%;
    }  

.items-courses  .center-items{
    width: 220px;
}

 /*  partners*/
 .partners img {
    width: 160px;
    height: 160px;

}
.partners{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width: 610px;
}

.partners .swiper{
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.partners .swiper-slide{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}


.partners .arrow-right svg{
    height: 20px;
    width: 20px;
}

.partners .arrow-left svg{
    height: 20px;
    width: 20px;
}




.top-courses{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width:70%;
}

.top-courses .swiper{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.top-courses .swiper-slide{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}


.top-courses .arrow-right svg{
    height: 20px;
    width: 20px;
}

.top-courses .arrow-left svg{
    height: 20px;
    width: 20px;
}


.top-articles{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:70%;
    }
    
    .top-articles .swiper{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }
    
    .top-articles .swiper-slide{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }
    
    
    .top-articles .arrow-right svg{
        height: 20px;
        width: 20px;
    }
    
    .top-articles .arrow-left svg{
        height: 20px;
        width: 20px;
    }
    

    /* footer */
    footer {
        height: auto;
    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .subscribe-media {
        display: none;
    }
}

/* @media (min-width:320px) and (max-width:991px) */
@media (min-width:430px) and (max-width:991px) {
    /* header  */
    header .navbar {
        width: 99%;
    }

  .wave{
    display: none;
  }


  .g-btn {
    margin: 0px;
  }
  .g-btn .btnn1
  ,.btnn2{
    padding: 10px;
    font-size: 10px;
    }


  .our-courses{
    width: 85% !important;
    border:none;
}

.our-courses  .left-payment table tr td .btn-course1{
padding: 10px 20px !important;
}

.our-courses  .left-payment table tr td .btn-course2{

    padding: 10px 20px !important;

}
  footer{
    background-color: #7C69AC;
  }
    

    .navbar-nav {
        text-align: center;
        padding: 15px 0px;

    }
    header .navbar .lang .btn{
    color: #49276E !important;
    }
    header .navbar .nav-item.lang {
        color: #0B325C !important;
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    header .navbar .nav-item.lang span {
        color: #0B325C !important;
        font-weight: 700;
    }

    .navbar-nav .btn1 {
        background-color: white;
        border: 1px solid  #49276E;
        border-radius: 15px !important;
        font-weight: 700;
        margin-top: 20px;

    }

    .navbar-nav .btn2 {
        background-color: #49276E;
        border-radius: 15px !important;


    }
    .navbar-nav .btn1:hover {
        color: white !important;
        background-color:#49276E ;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.166);
        text-align: center;
    }

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }

.banner{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 97%;
    border: none;
}

.banner .video video{
width: 380px;
}


header .banner .banner__content  h1{
    font-size: 40px;
    color: white !important;
}
header .banner .banner__content  p{
    font-size: 20px;
}
header .banner .banner__content  .btn-banner{
    font-size: 13px !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px 40px !important;
}



    header .banner .banner__content p {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 31px;
        margin-bottom: 31px;
    }

  

    .banner-info .banner-info-content {

        margin: 30px;
    }



    


    /* items */
    .items {
        justify-content: space-around;
        flex-wrap: wrap;

    }

    .items .items__content {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;

    }


    .items .items__content .items-img {
        width: 59.312px;
        height: 59.312px;
    }

    .items .items__content .items-word {
        padding: 10px;
        font-size: 8px;
        width: 100px;
    }

    .items .items__content img {
        width: 31.569px;
        height: 31.569px;
        flex-shrink: 0;
    }

    /*  */
    .items-courses {
        flex-direction: column;
    }

    .items-courses .right-items {
        display: none;
    }


    .items-courses .right-items-media {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }




    .items-courses .right-items-media .cour1 {
        position: relative;
        bottom: 9px;
    }

    .items-courses .left-items h2 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 50px;
    }

    .items-courses .center-items {
        margin-bottom: 30px;
    }


    .items-courses .right-items {
        justify-content: space-around;
        width: 100%;
        flex-direction: column;
    }

    .items-courses .right-items .switch {
        margin-bottom: 30px;
    }

   /* courses */
   .courses {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.courses .courses__content .course-detals {
    bottom: -30%;
    left: 40px;
    font-size: 8px;
}

.courses .courses__content {
    height: auto;
    padding: 20px 2px;
    padding-left: 50px;
    margin-bottom: 90px;

}

.courses .courses__content .center-course {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 88px;
}


.courses .courses__content .right-course {
    display: flex;

}

.courses .courses__content .center-course .course__name {
    font-size: 9px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-right: 10px;
    margin-bottom: 20px;
}

.courses .courses__content .center-course .course__date {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-right: 10px;


}


.courses .courses__content .center-course .course__date svg {
    width: 8px;
    height: 8px;
}

.courses .courses__content .left-course {
    display: flex;
    align-items: center;
}

.courses .courses__content .left-course img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.courses .courses__content .right-course .btn {
    padding: 8px 16px;
    font-size: 10px;
}

.courses .courses__content .center-course .course__date span {
    font-size: 7px;
}

.courses .courses__content .center-course .course__date span svg{
    width: 10px;
    height: 10px;
    margin-left: 2px;
}
    /* bottom-courses */
    .bottom-courses {
        width: 80%;
    }

    .bottom-courses h2 {
        font-size: 22px;
    }

    .bottom-courses p {
        color: #0B325C;
        text-align: right;
    }

    /* testimonial */

    .testimonial .swiper-slide {
        width: 310px;
        height: 394px;
        border-radius: 60px;

    }


    .testimonial .swiper-slide .testimonialBox .content h3 {
        margin-bottom: 20px;
        color: var(--yellow);
        font-size: 19px;
    }

    .testimonial .swiper-slide .testimonialBox svg {
        position: absolute;
        left: 20px;
        top: 30px;
        width: 49px;
        height: 43px;
    }

    /* articles */


    .articles .swiper-slide {
        width: 310px;
        height: 500px;
        border-radius: 60px;
        background-position: 50% 15%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #00BCEA;
    }



    .articles .swiper-slide .articleBox .content h3 {
        font-size: 14px;

    }

    .articles .swiper-slide .articleBox .content p {
        font-size: 9px;
    }

    .articles .swiper-slide .articleBox .content img {
        height: 40px;
        width: 40px;
        top: 29px;
        left: -20px;
    }

    /* .articles   .swiper-3d{
    perspective:0px;
} */
    /*info  */
    .info .info__content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .info h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .info .info__content div {
        display: flex;
        align-items: center;
    }

    .info .info__content div svg {
        height: 50px;
        width: 50px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .info .info__content h2 {
        font-size: 20px;
    }

    .info .info__content p {
        margin-right: 0px;
        text-align: right;
        width: 100%;
    }

   /*  partners*/
   .partners img {
    width: 160px;
    height: 160px;

}
.partners{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width: 410px;
}

.partners .swiper{
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.partners .swiper-slide{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.partners .top__partners {
    font-size: 28px;
}

.lead{
font-size: 10px;
}

.partners .arrow-right svg{
    height: 20px;
    width: 20px;
}

.partners .arrow-left svg{
    height: 20px;
    width: 20px;
}






   /*  partners*/
  
.top-courses{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width: 410px;
}

.top-courses .swiper{
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.top-courses .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.top-courses .top__partners {
    font-size: 28px;
}

.lead{
font-size: 10px;
}

.top-courses .arrow-right svg{
    height: 20px;
    width: 20px;
}

.top-courses .arrow-left svg{
    height: 20px;
    width: 20px;
}




  /*  partners*/
  
  .top-articles{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 410px;
    }
    
    .top-articles .swiper{
        width: 400px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }
    
    .top-articles .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }
    .top-articles .top__partners {
        font-size: 28px;
    }
    
    .lead{
    font-size: 10px;
    }
    
    .top-articles .arrow-right svg{
        height: 20px;
        width: 20px;
    }
    
    .top-articles .arrow-left svg{
        height: 20px;
        width: 20px;
    }
    
    
    



/* footer */
    footer {
        height: auto;

    }

    footer .media-width {
        width: 100%;
        margin: auto;

    }

    footer .media-width .row {

        display: flex;
        flex-direction: column;
        text-align: right;
    }


    footer .footer-links {
        margin: 0px !important;
    }

    footer .footer-links h6 img {
        width: 205px;
        height: 96px;
        flex-shrink: 0;
        margin-bottom: 30px;

    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media .footer-icons-social {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        justify-content: space-evenly;

    }

    


    footer .media .footer-icons-payment {
        width: 99%;
        margin: auto;
    }


    footer .media .footer-icons-payment img,
    footer .media .footer-icons-payment svg {
        width: 50px;
        height: 60px;
    }

    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    footer .copyright {
        flex-direction: column !important;
    }

    footer .media .footer-media-contact {
        flex-direction: column;


    }

    footer .subscribe-media {
        display: none;
    }
}

@media (min-width:320px) and (max-width:430px) {

    /* header  */
    header .navbar {
        width: 99%;
    }

    header .navbar .navbar-brand img {
width: 80px !important;
height: 60px !important;
    }

    .g-btn .btnn1,
    .g-btn .btnn2{
        padding: 6px;
        font-size: 9px;

    }

    .lead{
        font-size: 10px;
        }

        .banner{
            flex-direction: column-reverse !important;
    width: 97%;
    border: none;

        
        }

        .stud-art{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stud-art img{
    margin-top: 10px !important;

}

    .circle{
        width: 150px;
        height: 150px;
        background-color: #7C69AC;
        border-radius: 50%;
        margin: auto;
        position: absolute;
        bottom: -120px;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -50%);
    
    }
    
    .circle img{
        width: 100px; 
        height: 100px; 
    }

.banner-info .banner-info-content {
    margin-bottom: 20px;
}
    
      footer{
        background-color: #7C69AC;
      }

    .navbar-nav {
        text-align: center;
        padding: 15px 0px;

    }

    header .navbar .lang .btn{
        color: #49276E !important;
        }

    .navbar-nav .btn1 {
        background-color: white;
        border: 1px solid  #49276E;
        border-radius: 15px !important;
        font-weight: 700;
        margin-top: 20px;

    }

    .navbar-nav .btn2 {
        background-color: #49276E;
        border-radius: 15px !important;


    }
    .navbar-nav .btn1:hover {
        color: white !important;
        background-color:#49276E ;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.166);
        text-align: center;
    }

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }


    header .navbar .nav-item.lang {
        color: #0B325C !important;
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    header .navbar .nav-item.lang span {
        color: #0B325C !important;
        font-weight: 700;
    }

    .banner-info {
        flex-direction: column;
    }

    
.banner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .video video{
width: 260px !important; 
}


header .banner .banner__content  h1{
    font-size: 40px;
    color: white !important;
}
header .banner .banner__content  p{
    font-size: 20px;
}
header .banner .banner__content  .btn-banner{
    font-size: 13px !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px 40px !important;
}



    header .banner .banner__content p {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 31px;
        margin-bottom: 31px;
    }

  

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }

    header .banner .banner__content h1 {
        color: var(--yellow);
        font-size: 28px;
        font-weight: 700;
    }

    header .banner .banner__content p {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 31px;
        margin-bottom: 31px;
    }

    header .banner {
        width: 100%;
    }

    .banner-info .banner-info-content {
        width: 110px;
        height:110px;
        font-size: 12px;
        align-items: center;
        
    }

.banner-info .banner-info-content svg{
    height: 27px;
    width:  27px;
    text-align: center;
}

.banner-info .banner-info-content b{
    font-size: 16px;
}
    header .banner .banner__content .btn-banner {
        padding: 10px 30px;
        border-radius: 52px;
        font-size: 18px;
        color: var(--blue);
        font-weight: 700;


    }


    /* items */
    .items {
        justify-content: space-around;
        flex-wrap: wrap;

    }

    .items .items__content {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;

    }


    .items .items__content .items-img {
        width: 59.312px;
        height: 59.312px;
    }

    .items .items__content .items-word {
        padding: 10px;
        font-size: 8px;
        width: 100px;
    }

    .items .items__content img {
        width: 31.569px;
        height: 31.569px;
        flex-shrink: 0;
    }

    /*  */
    .items-courses {
        flex-direction: column;
    }

    .items-courses .right-items {
        display: none;
    }


    .items-courses .right-items-media {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }



    .items-courses .right-items-media .cour1 {
        position: relative;
        bottom: 9px;
        font-size: 10px;
    }

    .items-courses .left-items h2 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 50px;
    }



    .items-courses .right-items {
        justify-content: space-around;
        width: 100%;
        flex-direction: column;
    }

    .items-courses .center-items {
        margin-bottom: 30px;
    }

    .items-courses .right-items .switch {
        margin-bottom: 30px;
    }

    /* courses */
    .courses {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .courses .courses__content .course-detals {
        bottom: -30%;
        left: 40px;
        font-size: 8px;
    }

    .courses .courses__content {
        height: auto;
        padding: 20px 2px;
        padding-left: 50px;
        margin-bottom: 90px;

    }

    .courses .courses__content .center-course {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        right: 88px;
    }


    .courses .courses__content .right-course {
        display: flex;

    }

    .courses .courses__content .center-course .course__name {
        font-size: 9px;
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: right;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .courses .courses__content .center-course .course__date {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: right;
        padding-right: 10px;


    }


    .courses .courses__content .center-course .course__date svg {
        width: 8px;
        height: 8px;
    }

    .courses .courses__content .left-course {
        display: flex;
        align-items: center;
    }

    .courses .courses__content .left-course img {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .courses .courses__content .right-course .btn {
        padding: 8px 16px;
        font-size: 10px;
    }

    .courses .courses__content .center-course .course__date span {
        font-size: 7px;
    }

    .courses .courses__content .center-course .course__date span svg{
        width: 10px;
        height: 10px;
        margin-left: 2px;
    }
    /* bottom-courses */
    .bottom-courses {
        width: 80%;
    }

    .bottom-courses h2 {
        font-size: 22px;
    }

    .bottom-courses p {
        color: #0B325C;
        text-align: right;
    }

    /* testimonial */

    .testimonial .swiper-slide {
        width: 310px;
        height: 394px;
        border-radius: 60px;

    }


    .testimonial .swiper-slide .testimonialBox .content h3 {
        margin-bottom: 20px;
        color: var(--yellow);
        font-size: 19px;
    }

    .testimonial .swiper-slide .testimonialBox svg {
        position: absolute;
        left: 20px;
        top: 30px;
        width: 49px;
        height: 43px;
    }

    /* articles */

    .articles {
        width: 320px;
        margin: auto;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }

    .articles .arrow-right {
        position: absolute;
        top: 50%;
        
        right: 0;
    }

    .articles .arrow-right svg{
        height: 15px;
        width: 15px;
    }

    .articles .arrow-left svg{
        height: 15px;
        width: 15px;
    }

    .articles .arrow-left {
        position: absolute;
        top: 50%;

        left: 0;
    }


    .articles .swiper{
        width: 290px;
        margin: 0px;
    }
    .articles .swiper-slide {
        height: 426px;
        border-radius: 60px;
        background-position: 50% 15%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #00BCEA;
        width: 290px;
        margin-bottom: 40px;
        margin: auto;
    }



    .articles .swiper-slide .articleBox .content h3 {
        font-size: 14px;

    }


    .articles .swiper-slide .articleBox .content img {
        height: 40px;
        width: 40px;
        top: 45px;
        left: -20px;
    }

    /* .articles   .swiper-3d{
    perspective:0px;
} */
    /*info  */
    .info .info__content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .info h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .info .info__content div {
        display: flex;
        align-items: center;
    }

    .info .info__content div svg {
        height: 50px;
        width: 50px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .info .info__content h2 {
        font-size: 20px;
    }

    .info .info__content p {
        margin-right: 0px;
        text-align: right;
        width: 100%;
    }

    /*  partners*/
    /*  partners*/
    .partners img {
        width: 160px;
        height: 160px;

    }
    .partners{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width: 310px;
    }

    .partners .swiper{
        width: 300px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .partners .swiper-slide{
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }

    
    .partners .arrow-right svg{
        height: 20px;
        width: 20px;
    }

    .partners .arrow-left svg{
        height: 20px;
        width: 20px;
    }



/*  top courses*/
  
    .top-courses{
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
    }

    .top-courses .swiper{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .top-courses .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }

    
    .top-courses .arrow-right svg{
        height: 20px;
        width: 20px;
    }

    .top-courses .arrow-left svg{
        height: 20px;
        width: 20px;
    }


/*  top articles*/
  
.top-articles{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        }
    
        .top-articles .swiper{
            width: 90%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: auto;
        }
    
        .top-articles .swiper-slide{
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0px;
        }
    
        
        .top-articles .arrow-right svg{
            height: 20px;
            width: 20px;
        }
    
        .top-articles .arrow-left svg{
            height: 20px;
            width: 20px;
        }
    
    


    /* footer */
    footer {
        height: auto;

    }

    footer .media-width {
        width: 100%;
        margin: auto;

    }

    footer .media-width .row {

        display: flex;
        flex-direction: column;
        text-align: right;
    }


    footer .footer-links {
        margin: 0px !important;
    }

    footer .footer-links h6 img {
        width: 205px;
        height: 96px;
        flex-shrink: 0;
        margin-bottom: 30px;

    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media .footer-icons-social {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        justify-content: space-evenly;

    }


    footer .media .footer-icons-payment {
        width: 99%;
        margin: auto;
    }


    footer .media .footer-icons-payment img,
    footer .media .footer-icons-payment svg {
        width: 50px;
        height: 60px;
    }

    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    footer .copyright {
        flex-direction: column !important;
    }

    footer .media .footer-media-contact {
        flex-direction: column;


    }

    footer .subscribe-media {
        display: none;
    }
}

@media (min-width:1380px) {


    
  .wave{
    display: none;
  }

.banner{
    justify-content: center;
    width: 92%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 200px;
    align-items: center;
justify-content: space-evenly;
}

.banner__content h1{
    font-size:50px;
}

header .banner .video{
margin-top: 20px;
width: 85%;
}

header .banner .video video{
    width: 100%;
}
    .courses {
        width: 1072px;
        flex-shrink: 0;
    }

    .articles {
        width: 1114px;
    }

    .items-courses {
        width: 1214px;
    }

    .items {
        width: 1214px;
    }


    .bottom-courses {
        width: 1060px;
    }

    footer .links {
        margin: auto;
        width: 1414px;
    }


    .partners {
        margin: auto;
        width: 1330px;
        margin-top: 150px;
    }

    .top-articles {
        margin: auto;
        width: 1330px;
        margin-top: 150px;
    }

    
    .top-courses {
        margin: auto;
        width: 1330px;
        margin-top: 150px;
    }

    
    .our-aim {
        margin: auto;
        width: 1330px;
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        margin-top: 150px;
    }

    .our-aim img{
        width: 100%;
    }
}


/* @media (min-width:320px) and (max-width:991px) */
@media (min-width:320px) and (max-width:991px) {

    /* header  */
    header .navbar {
        width: 99%;
    }

header .navbar.fixed   .g-btn .btnn1{
    background-color: #49276E;
    color: white;
}

header .navbar.fixed   .g-btn .btnn2{
    color:black;
}
    .g-btn{
        display:flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        }

    header .navbar.fixed .navbar-brand img {
        width: 120px;
    }


    header .navbar .navbar-brand img {
        width: 140px ;
        
    }

    header .navbar .nav-item.lang {
        color: #0B325C !important;
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    header .navbar .lang path {
        stroke: #49276E;
   
   }

   header .navbar .lang button{
    font-weight: 700 !important;

   }

    header .navbar .nav-item.lang span {
        color: #0B325C !important;
        font-weight: 700;
    }

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }




    .navbar-nav {
        text-align: center;
        padding: 0px !important;

    }

    .navbar-nav .btn {
        font-weight: 700;

    }
    .our-courses{
        width:95%;
        border:none;
    }

    .our-courses  .left-payment{
        width: 100%;
        display: flex;
        box-shadow: none;
        border: none;
    }
    

    .our-courses  .left-payment table{
        border-spacing: 4px;
        border-collapse: separate;
    }

    .our-courses  .left-payment table tr {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    box-shadow:10px 14px 5px -12px #49276e79;
    }
    
    .our-courses  .left-payment table tr th {

        font-size: 12px;
        padding: 12px;
        color: #49276E;
        text-align: start;
    }
    
    .our-courses.desktop{
display: none;
    }

    .our-courses.media{
        display: block !important;
    }

    .table2{
        display: flex !important;
            }
    .our-courses  .left-payment table tr td {
        font-size: 10px;
        color: #49276E;
        padding: 10px 15px;
        border-spacing: 5px;
        font-weight: 500 !important;
        text-align: center;

    }
    
    .our-courses  .left-payment table tr td .btn-course1{
    background-color: white;
    border-radius: 50px;
    border: 1px solid #49276E;
    color: #49276E;
    font-weight: 700;
    font-size: 8px;
    padding: 10px ;
    }
    
    .our-courses  .left-payment table tr td .btn-course2{
      color: white;
        border-radius: 50px;
        background-color: #49276E;
        font-weight: 700;
    padding:  10px ;
    font-size: 8px;
        }


    .navbar .navbar-nav.btns {
        flex-direction: column-reverse;
    }

    .navbar .navbar-nav.btns .nav-item .color-media {

        display: block;
        color: black;
    }

    .navbar .navbar-nav.btns .nav-item {
        width: 95%;
        margin: auto;
        text-align: center;
        padding: 15px 0px;
    }

    .navbar .navbar-nav.btns .nav-item .user-media {
        display: block;
        color: #0B325C;
        font-size: 18px;
        font-weight: 700;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 95%;
    }

    .navbar .navbar-nav .nav-item .user {
        display: flex;
        flex-direction: column;
        color: #0B325C !important;
        border-color: #095F90 !important;
    }



    .navbar .navbar-nav.btns .nav-item .dropdown-menu {
        margin-top: 20px !important;
        margin: 0;
    }

    .navbar .navbar-nav.btns .nav-item .color-desc {
        display: none;
    }


    .navbar .navbar-nav .nav-item .link-media {
        display: flex;
        text-decoration: none;
        color: #0B325C;
        font-size: 18px;
        font-weight: 700;
        justify-content: space-between;
    }


    .navbar-nav .btn:hover {
        color: white !important;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        text-align: center;
        font-size: 16px;
        width: 95%;
    }

    header .navbar .nav-but {
        color: black;
    }

    .navbar .navbar-nav.btns .nav-item .dropdown-menu {
        border: none;
        width: 100%;
    }

    .navbar .navbar-nav.btns .nav-item .dropdown-menu li {
        text-align: center;
        border-top: 1px solid rgba(9, 95, 144, 0.35) !important;
        padding: 15px 0px;

    }

    .navbar .navbar-nav.btns .nav-item .dropdown-menu li span {
        font-size: 17px !important;

        
    }

    .mycourses{
        color:var(--yellow) !important;
        }

.footer__content{
flex-direction: column;
}

footer .col-md-2 , footer .col-md-5 {
    width: 100%;
}

.up-courses{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}

.up-courses .steps{
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.up-courses .steps span{
font-size: 17px;
}
}