:root {
    --white: #ffffff;
    --black: #000;
    --black-info: #0B1131;
    --yellow: #F2B829;
    --blue: #0B325C;
    --blue-bg: #0D5F91;
    --swiper-theme-color: #F2B829;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

/* header */

header {
    width: 100%;
    background-color: #812990;
    height: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 0;
}

header .navbar {
    width: 92%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

header .navbar.fixed {
    position: fixed;
    top: 0;
    margin-top: 0px;
    height: 100px;
    width: 100%;
    z-index: 10000;
    box-shadow: 6px 10px 19px -6px #858585cc;
    background: white;
}

header .navbar.fixed .navbar-brand img {
    content: url(../../assets/images/logo2.png);
    flex-shrink: 0;
}

header .navbar.fixed .lang button{
    color: #49276E;
}

header .navbar.fixed .lang button svg path{
    stroke: #49276E;
}

header .navbar.fixed .menu {
    border: 2px solid black;
    border-radius:50% ;

}
header .navbar.fixed .menu path {
     stroke: black;

}

header .navbar .lang svg {
    margin-left: 5px;
    margin-right: 5px;
    width: 11px;
    height: 11px;
}

header .navbar .lang .btn {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

header .navbar .lang ul li {
    text-align: center;

}

header .navbar .lang ul li .active {
    background-color: #5c3da9;
}

header .navbar .navbar-brand img {
    width: 142px;
    height: 68px;
    flex-shrink: 0;
}

header .navbar .offcanvas {
    background-color: #fff;
}

header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
}

header .navbar.fixed .navbar-nav .nav-link {
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but {
    border: 1px solid #49276E;
    background-color: white;
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but:hover {
    background-color: #49276E;
    color: white;

}

.navbar .navbar-nav .nav-item .nav-but {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    color: var(--black);
}

.navbar .navbar-nav .nav-item .nav-but.btn2 {
    color: var(--white);

}

header .navbar.fixed .nav-item .nav-but.btn2 {
    border: none;
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but.btn2:hover {
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 1px solid transparent;
    box-shadow: none;
    outline: none;
}

.navbar .navbar-nav.btns .nav-item {
    padding: 0px 10px;
    background-color: rgb(124, 105, 172);
}


.navbar .navbar-nav.btns .nav-item .user {
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 11px !important;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;


}

.navbar .navbar-nav.btns .nav-item .dropdown-menu {
    border-radius: 24px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 100px;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li {
    text-align: right;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li span {

    color: #095F90 !important;
    font-size: 14px;
    font-weight: 700;
}

.navbar .navbar-nav.btns .nav-item .user-media {
    display: none;
    font-size: 14px;
}

.navbar .navbar-nav.btns .nav-item .color-media {
    display: none;
}



.g-btn{
display: none;
padding: 0px;
margin: 0px;

}

.btnn1,.btnn2{
font-size: 10px;
padding:  10px;
border-radius: 5px;
text-decoration: none;

}

.btnn1{
    background: white;
    color: #49276E;
}

.btnn2{
    border: 1px solid #49276E85;
    color: white;
}
.banner {
    display: flex;
    border: 1px solid #FFFFFF3B;
    border-radius: 20px;
    justify-content: space-around;
    width: 92%;
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 200px;
}

header .banner .banner__content {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

header .banner .banner__content h1 {
    color: var(--white);
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

header .banner .banner__content p {
    color: var(--white);
    font-size: 32px;
}

header .banner .banner__content .btn-banner {
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    padding: 5px 40px;
}

header .banner .video {
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #26323826 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 11px;
}

header .banner .video video {
    border-radius: 11px;

}

header .banner .controls svg {
    width: 30px;
    height: 30px;
}

header .banner .video .controls {
    width: 100%;
    background-color: #49276E;
    display: flex;
    border-radius: 5px;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 50px;
    align-items: center;
    bottom: 5px;
}

.controls__left {
    padding-left: 10px;
}

.controls__left,
.controls__right {
    display: flex;
}

.controls__left svg,
.controls__right svg {
    margin-right: 20px;
    cursor: pointer;
}


.circle {
    width: 250px;
    height: 250px;
    background-color: #812990;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    bottom: -200px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);

}

.circle img {
    width: 180px;
    height: 180px;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    50% {
        transform: rotate(360deg);
    }
}

.banner-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.left-banner-info{
display: flex;
justify-content: space-around;
}

.right-banner-info{
    display: flex;
    justify-content: space-around;
    }
.banner-info .banner-info-content {
    font-size: 14px;
    display: flex;
    color: #FEFEFE;
    width: 200px;
    height:100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #49276E;
    background-color: white;
}

.banner-info .banner-info-content b {
    font-size: 20px;
    font-weight: 700;

}

.banner-info .banner-info-content svg {
    width: 100%;
    padding-left: 10px;
}

/*up-courses  */
.up-courses{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.up-courses .steps{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.up-courses .steps span{
    font-size: 25px;
    font-weight: 600;
    color: #49276E;
}


/*  items-courses */
.items-courses {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    align-items: center;

}

.items-courses .right-items {
    display: flex;
    align-items: center;

}

.items-courses  .center-items{
    border-radius: 49px;
    padding: 5px 18px;
    border: 1px solid #49276E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;

}

.items-courses  .center-items input{
    border: none;
    outline: none;
}


.items-courses .right-items-media {
    display: none;
}

.items-courses .left-items h2 {
    font-weight: 900;
    font-size: 24px;
    color: #49276E;
}
.items-courses .left-items  {
    display: flex;
    }


.items-courses .right-items .cour1,
.items-courses .right-items .cour2,
.items-courses .right-items .cour3 {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.items-courses .right-items .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

.items-courses .right-items .switch.one {
    margin-left: 20px;
}



.items-courses .right-items .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    border: none;
}

.items-courses .right-items .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #49276E;
    transition: .4s;
    border-radius: 30px;
}

.items-courses .right-items .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 20px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    background-color: white;
    transition: .4s;
}

.items-courses .right-items .off {
    position: absolute;
    top: 6px;
    left: 36px;
    right: 8px;
    font-weight: 700;
    z-index: 1;
    width: 24px;
    height: 24px;

}

.items-courses .right-items .on {
    fill: #49276E;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    color: white;
    width: 24px;
    height: 24px;
    font-weight: 700;
}

/* .switch:hover */
.off svg {
    animation: rotate 15s linear infinite;
}

@keyframes rotate {

    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .switch:hover */
.on svg {
    animation: tilt 5s linear infinite;
}

@keyframes tilt {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.input:checked+.slider {
    background-color: #D9D9D9;
}

.input:focus+.slider {
    box-shadow: 0 0 1px #183153;
}

.input:checked+.slider:before {
    transform: translatex(-38px);
}


.right-items-media .button {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: rgba(242, 184, 41, 0.11);
    border-radius: 30px;
    cursor: pointer;
    padding: 0;
    color: white;
}

.right-items-media #toggle {
    display: none;
}

.right-items-media .slider {
    display: block;
    font-size: 10px;
    position: relative;
}

.right-items-media .slider::after {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #D9D9D9;

    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    position: absolute;
    top: -3px;
    left: 0;

    display: grid;
    place-content: center;
    line-height: 0;
    transition: background-color .25s, transform .25s ease-in;
}

.right-items-media #toggle:checked+.slider::after {
    content: '';
    background-color: #812990;
    transform: translateX(25px) rotate(360deg);
}

.right-items-media .checkbox {
    width: 100px;
    height: 50px;
    background-color: #D9D9D9;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.right-items-media .checkbox .text {
    font-size: 10px !important;
}

.right-items-media #checkbox_toggle {
    display: none;
}

.right-items-media .checkbox .toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100px;
    left: 0px;
    cursor: pointer;
    background: #812990;

    transition: 0.4s;

}

.right-items-media .checkbox .slide {
    height: 60px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 0px 5px;
    padding-left: 10px !important;
}

.right-items-media .checkbox .slide .text {
    font-weight: 700;
    z-index: 100;
    cursor: pointer;
    display: flex;
}

.right-items-media .check:checked+.checkbox .slide .toggle {
    transform: translateX(50px);
    box-shadow: -0px -0px 10px #8983F7, -0px -0px 3px #8983F7;
    color: rgba(11, 50, 92, 0.80);
}

.right-items-media .check:checked+.checkbox .slide {
    background-color: #D9D9D9;
}



/* partners */

.partners {
    width: 85%;
    height: 300px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-left:25px ;
    padding-right:25px ;
    position: relative;
}


.partners .arrow-right{
    position: absolute;
    top: 55%;
    right: 0;
}

.partners .arrow-left{
    position: absolute;
    top: 55%;
    left: 0;
}

.partners .swiper-3d {
    perspective: none;
}

.partners .top__partners {
    color: #49276E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}


.partners .swiper {
    width: 100%;
    margin: auto;
}

.partners .swiper-slide {
    width:20%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.partners .swiper-slide .content {
    display: flex;
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 15px;
    padding: 20px 30px;
    width: 150px;
    height: 150px;
    
}

.partners .swiper-slide .content img{
    width:  100px;
    height: 100px;
}

/* our courses */

/* payment */

.our-courses {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 150px;
}

.our-courses  .left-payment {
    border-radius: 8px;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.378);

    box-shadow: 6px 10px 19px -6px #8080802f;
}

.our-courses  .left-payment table {
    width: 100%;
}


.our-courses  .left-payment table tr {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(167, 124, 39, 0.21);
}



.our-courses  .left-payment table tr th {
    font-size: 14px;
    padding: 15px;

    color: #49276E;
    text-align: center;
}

.our-courses  .left-payment table tr td {
    font-size: 13px;
    color: #49276E;
    padding: 15px 5px;
    font-weight: 700;
    text-align: center;
}

.our-courses  .left-payment table tr td img {
    border-radius: 12px;

    width: 86px;
    height: 86px;
    flex-shrink: 0;
}


.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: 13px;
padding: 8px 20px;
}

.our-courses  .left-payment table tr td .btn-course2{
  color: white;
    border-radius: 50px;
    background-color: #49276E;
    font-weight: 700;
padding: 8px 20px;
font-size: 13px;
    }



/* top-courses  */

.top-courses {
    width: 85%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 100px;
    padding-left:25px ;
    padding-right:25px ;
    position: relative;
}


.top-courses .arrow-right{
    position: absolute;
    top: 55%;
    right: 0;
}

.top-courses .arrow-left{
    position: absolute;
    top: 55%;
    left: 0;
}

.top-courses .swiper-3d {
    perspective: none;
}

.top-courses .top__partners {
    color: #49276E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}


.top-courses .swiper {
    width: 100%;
    margin: auto;
}

.top-courses .swiper-slide {
    width:33.33%;
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: column;

}

.top-courses .swiper-slide p{
    text-align: center;
    font-weight: 700;
}

.top-courses .swiper-slide h3{
    font-weight: 700;
}

.top-courses .swiper-slide .content {
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
    height: 100%;
    border-radius: 15px;
    padding: 20px 30px;
background-color: #49276E;
    width: 290px;
    height:390px;
     border: 1px solid white;
     display: flex;
     justify-content: space-around;
     align-items:center;
     flex-direction: column;
}


.top-courses .swiper-slide .content .btn{
    color: #49276E;
    font-weight: 700;
}






/* our aim */
.our-aim{
    align-items: center;
    margin-top: 200px;
}

.our-aim h2{
    color: #49276E;
    font-weight: 700 !important;
    display: flex;
    flex-direction: column;
}

.our-aim h2::after{
    content:url(../../assets/images/Vector\ 9.png);
    padding-left: 100px;
    margin-top:10px ;
}

/* top-articles  */

.top-articles {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
    padding-left:25px ;
    padding-right:25px ;
    position: relative;
}


.top-articles .arrow-right{
    position: absolute;
    top: 55%;
    right: 0;
}

.top-articles .arrow-left{
    position: absolute;
    top: 55%;
    left: 0;
}

.top-articles .swiper-3d {
    perspective: none;
}


.top-articles h2{
    color: #49276E;
    font-weight: 700 !important;
    display: flex;
    flex-direction: column;
}

.top-articles h2::after{
    content:url(../../assets/images/Vector\ 9.png);
    padding-left: 100px;
    margin-top:10px ;
}



.top-articles .swiper {
    width: 100%;
    margin: auto;
}

.top-articles .swiper-slide {
    width:33.33%;
    height:100%;
padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: column;

}

.top-articles .swiper-slide p{
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #49276E;
}

.top-articles .swiper-slide h3{
    font-weight: 700;
    font-size: 22px;
    color: #49276E;
}

.top-articles .swiper-slide .content {
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
    height: 100%;
    border-radius: 15px;
     background-color: #49276E;
    width: 90%;
    height:550px;
     border: 1px solid white;
     display: flex;
     padding: 20px;
     justify-content: space-between;
     align-items:center;
     flex-direction: column;
}


.top-articles .swiper-slide .content img{
border-radius: 20px;
margin-top: 0px;
}

.top-articles .swiper-slide .content .btn{
    color: #49276E;
    font-weight: 700;
}







/* footer */


footer {
    background-image: url("../../assets/images/footer.png");
    width: 100%;
    background-size: cover;
background-repeat: no-repeat;
    margin-top: 100px;
    background-position: center;
display: flex;
align-items: center;
justify-content: center;
/* position: relative; */
}

.footer__content{
display: flex;
width:90%;
justify-content: space-between;
margin-top: 90px;
}

  /* .wave{
    position: absolute;
    top: -181px;
border: 1px solid white;
z-index: -1;

} */
.footer__content .social{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
   margin-bottom: 20px;
}

.subscribe {
padding: 11px 14px;
background-color: white;
border-radius: 15px;
display: flex;
justify-content: space-between;
}

.subscribe  input{
    width: 60%;
    border: none;

}

.subscribe .form-control:focus {
    box-shadow: none;

}

.subscribe button{
    background-color: #49276E;
    padding: 11px 40px;
    border-radius: 20px;


}



footer h5{
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.5;

}


footer h5 small{
    font-size: 13px;
}

footer .nav-link{
text-decoration: none;
color: white;

}


footer .nav-link:hover{
    color: white;
}

footer h5 svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.map{
    width: 40px;
    height: 40px;
    margin: 0px;
}


footer .social .footer-icons-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;

}

footer .social .footer-icons-social svg{
    margin-right: 12px;
}




