.carousel-control {
    opacity: unset;
}
 .carousel{
    height: 500px;
  }
.carousel-inner .item img{
    width: 100%;
    height: 500px !important;
  }
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: whitesmoke !important;
}

/* .main-footer{
    position: fixed !important;
    bottom: 0 !important;
    text-align: center !important;
    border-top: 0px !important;
    margin-left: 0px !important;
} */

@media (max-width: 768px){
    .navbar-nav {
    margin: -1px !important;
    }
    .carousel-inner .item img{
        height: 200px !important;
      }
}
@media (max-width: 992px){
    .carousel-inner .item img{
        height: 350px !important;
      }
       .carousel{
    height: 350px !important;
  }
   .footer-content img{
        width: 17% !important;
    }
}
@media (max-width: 768px){
    .carousel-inner .item img{
        height: 320px !important;
      }
       .carousel{
    height: 320px !important;
  }
   .footer-content img{
        width: 20% !important;
    }
}

@media (max-width: 600px){
    .carousel-inner .item img{
        height: 280px !important;
      }
       .carousel{
    height: 280px !important;
  }
   .footer-content img{
        width: 22% !important;
    }
}

@media (max-width: 500px){
    .carousel-inner .item img{
        height: 210px !important;
      }
       .carousel{
    height: 210px !important;
  }
   .footer-content img{
        width: 24% !important;
    }
}

@media (max-width: 400px){
    .carousel-inner .item img{
        height: 180px !important;
      }
     .carousel{
    height: 180px !important;
  }
       .footer-content img{
        width: 27% !important;
    }
}

/* card css */

.card-wrapper-r{
    /*background: linear-gradient(90deg, #d53369 0%, #daae51 100%);*/
    background-color: whitesmoke;
}
.cardHeading{
    text-align: center;
    color: #000;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    
}

.cardHeading span{
    color: #07429e;
}
.cardHeading .spanText{
    color: black;
    font-size: 25px;
}
.wrapper-card{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
.wrapper-card-review{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-card-review .review-video{
    padding: 20px;
    width: 350px;
    margin: 10px;
}
.cardWrapper{
     background-color: #64b2de7a
}
.card-course{
    position: relative;
    top: 5px;
   max-width: 400px;
    min-height: 250px;
    background: #02b875;
    padding: 30px;
     border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    margin:20px;
    box-shadow: rgb(82 45 93) 6px 6px 33px -4px, rgb(0 0 0 / 100%) 0px 18px 36px -18px;
}
.card-course:nth-child(2){
   background: #4181ee;
}
.card-course:last-child{
   background: #673ab7;
}
.card-title-course{
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.card-content-course{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.card-btn{
    all: unset;
    display: block;
    margin-left: auto;
    border: 2px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
    margin-top: 10px;
}
.card-btn:hover{
   color:#02b875;
   background: #FFF;
}
.card:nth-child(2) .card-btn:hover{
   color:#4181ee;
   background: #FFF;
}
.card:last-child .card-btn:hover{
   color:#673ab7;
    background: #FFF;
}


/* card css end */

/* footer course section start */
.footer-container{
    background-color: #d9d9d9;
    height: auto;
    width: 100vw;
    padding-top: 100px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content img{
    line-height: 3rem;
    width: 10%;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: black;
    font-size: 20px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.rozarpay{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.rozarpay li{
    margin: 0 10px;
}
.socials li .facebook{
    text-decoration: none;
    color: white;
    background-color: #5044b7;
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;

}
.socials li .instagram{
    text-decoration: none;
    color: white;
    /*background-color: #5044b7;*/
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;
    background-color: #4158D0;
background-image: linear-gradient(135deg, #4158D0 0%, #C850C0 41%, #f5a044 100%);

}
.socials li .youtube{
    text-decoration: none;
    color: white;
    /*background-color: #5044b7;*/
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;
    background-color: #4158D0;
background-image: linear-gradient(135deg, #e80303 0%, #be0707 41%, #ff0000 100%);

}
.rozarpay a{
    text-decoration: none;
    color: Black;
    padding: 5px;
}
.socials a i{
    font-size: 2rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
padding-bottom: 60px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-bottom{
padding-bottom: 110px;
}
}
@media (max-width:720px) {
    .footer-bottom{
    padding-bottom: 110px;
    }
    }

/* footer course section end */