* {
    margin: 0;
    padding: 0;
    border: none;
}


/*.header {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    background: #000;*/
/*}*/

.header a {
    text-decoration: none;
    color: #fff;
}

.header a:hover {
    color: rgb(255, 0, 0);
}

.header h6 {
    /*color: #fff;*/
    color: white;
    font-size: 12px;
    margin-top: 7px;
}

.header p {
    color: #fff;
    margin: 0;
    float: right;
}

.top-bar {
    width: 100%;
    height: auto;
    display: flex;
}

@media only screen and (max-width:1024px){
    .top-bar ul li  a{
        display:block;
    }
}

.top-bar a {
    color: #000;
    text-decoration: none;
}

.top-bar a:hover {
    color: red;
}

.top-bar img {
    width: 30%;
    margin-top: 4px;
}

/*.top-bar ul {*/
/*    padding: 0;*/
/*    float: right;*/
/*    display: flex;*/
/*}*/

.top-bar ul li {
    margin: 30px 0;
    padding: 0px 17px 0 0px;
    font-size: 17px;
    font-weight: 400;
    list-style: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}



.slides {
    width: 100%;
    height: auto;
    display: flex;
}

.marquee {
    overflow: hidden;
    font-family: "Pridi", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(255, 1, 1);
    width: 100%;
}

.marquee p {
    font-size: 20px;
}

.marquee__inner {
    display: flex;
    padding: 10px 0;
}

.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes marqueeLine {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.audio-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.audio-wrap h3 {
    text-align: center;
    font-weight: 700;
}

.ebook {
    width: 100%;
    height: auto;
    display: flex;
}

.ebook a {
    text-decoration: none;
}

.ebook a:hover {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.ebook h1 {
    margin: 40px 0;
    padding: 34px 0;
    text-align: center;
    color: #fff;
}

.ebook p {
    margin: 40px 0;
    padding: 42px 0 79px 0;
    text-align: center;
}

.ebook p a {
    color: #fff;
    text-decoration: none;
    background: #ed145b;
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 18px;
}

.ebook-wrap {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transform: scale(1);
}

.ebook-wrap:hover {
    transform: scale(1.1);
}

.ebook-wrap-1 {
    width: 100%;
    transform: scale(1);
    overflow-x: hidden;
}

.ebook-wrap-1:hover {
    transform: scale(1.1);
}

.App-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/dolar-1.jpg);
}

.App-wrap h1 {
    color: #fff;
}

.App-wrap h5 {
    color: #fff;
    text-transform: uppercase;
}

.App-wrap h5 a {
    text-decoration: none;
    color: #fff;
    border: 2px solid;
    padding: 7px 18px;
    border-radius: 36px;
}

.App-wrap p {
    color: #fff;
    margin: 38px 0;
    font-size: 18px;
}

.trained {
    width: 100%;
    height: auto;
    display: flex;
}

.trained h1 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

.certified {
    width: 100%;
    height: auto;
    display: flex;
    padding:25px;
}

@media only screen and (max-width:1024px){
    .certified{
        display:block;
    }
     
}




.Scan-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/dolar-1.jpg);
}

.Scan-wrap h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.future {
    text-align: center;
    line-height: 116px;
}

.wedding-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.wedding {
    width: 314px;
}

.gallery-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.gallery-wrap h1 {
    text-align: center;
}


.our-img{
    height: 215px;
    width: 270px;
    /*border: 2px solid red;*/
}

.our-img img{
    width: 100%;
    height: 100%;
}

.school-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/school-1.jpg);
}

.school-wrap h1 {
    text-align: center;
}

.school-wrap h3 {
    text-align: center;
    line-height: 80px;
}

.school-wrap p {
    text-align: center;
}

.school-wrap p a {
    text-decoration: none;
    background: #582ff2;
    color: #fff;
    padding: 7px 20px;
}

.prev-btn {
    background: #582ff2;
    padding: 11px 32px;
    color: #fff;
}

.next-btn {
    background: #582ff2;
    padding: 11px 32px;
    color: #fff;
}

.click-btn {
    text-align: center;
}

.bottom {
    width: 100%;
    height: auto;
    display: flex;
    background: #000;
    margin-top: 40px;
}

.bottom ul {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 46px;
    font-weight: 700;
}

.bottom ul li {
    list-style: none;
    font-size: 15px;
}

.bottom a {
    text-decoration: none;
    color: #fff;
}

.bottom a:hover {
    color: #ed145b !important;
}

.icon {
    font-size: 35px;
    padding: 14px 5px;
}

.icon-wrap {
    font-size: 25px;
    padding: 0px 7px;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}


.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    
}

.image-box p {
    width:90%;
    word-spacing:2px;
    line-height:30px;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.apple-wrap {
    font-size: 32px !important;
    padding: 0 0px 0 16px;
}

/*.about-banner {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    background: url(img/couuu.jpg);*/
/*}*/

.about-banner h1 {
    /*padding: 30px 0px;*/
    padding-top: 60px;
    color: black;
}

.meet-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.meet-wrap h4 {
    color: #582ff2;
    font-weight: 700;
}

.meet-wrap h6 {
    font-weight: 700;
}

.meet-wrap p {
    line-height: 30px;
    font-weight: 500;
}

.meet-wrap ul {
    margin: 0;
    padding: 0;
}

.meet-wrap ul li {
    list-style: none;
}

.Coaching {
    width: 100%;
    height: auto;
    display: flex;
}

.Coaching h2 {
    color: #582ff2;
    font-size: 25px;
    font-weight: 600;
}

.Coaching p {
    font-weight: 600;
    line-height: 32px;
}

.Coaching ul li {
    line-height: 37px;
    font-weight: 600;
}

.Certification {
    width: 100%;
    height: auto;
    display: flex;
}

.Certification h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
}

.Certification h6 {
    font-size: 17px;
    font-weight: 600;
}

.Certification p {
    font-size: 18px;
    margin: 25px 0 18px 0;
}

.Certification p a {
    text-decoration: none;
    color: #fff;
    background: #582ff2;
    padding: 7px 22px;
}

.icon-wrap {
    text-align: center;
}

.lesson-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/e-book.png);
}

.lesson-wrap h2 {
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 28px 0;
}

.audio-books {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/bg-1.png);
}


.audio-books h3 {
    color: red;
    font-weight: 700;
    font-size: 25px;
    margin-top: 37px;
}

.audio-books h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
}

.audio-books ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
}

.audio-books p {
    background: #582ff2;
    padding: 7px 15px;
    color: #fff;
}

.audio-books p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.songs-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/bg.png);
}

.songs-wrap h1 {
    color: #fff;
    padding: 79px;
    text-align: center;
}

.songs-wrap p {
    text-align: center;
    padding: 0 0 63px 0;
}

.songs-wrap p a {
    text-decoration: none;
    color: #fff;
    background: #ed145b;
    padding: 11px 24px;
    border-radius: 25px;
}

.location-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.location-wrap p {
    padding: 0 21px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
}

.location-wrap p a {
    color: #000;
    text-decoration: none;
}

.fonts {
    color: red;
    font-size: 40px;
}

.message-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.account-wrap {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/signup-2.png);
}

.services-banner {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/banner.jpg);
}

.services-banner h1 {
    padding: 82px 0;
    color: #fff;
}

.youtube-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.youtube-wrap h3 {
    color: #582ff2;
    font-size: 24px;
    font-weight: 700;
}

.youtube-wrap p {
    line-height: 33px;
    font-weight: 600;
}

.wave-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.wave-wrap h1 {
    color: #ed145b;
}

.wave-wrap h4 {
    color: #582ff2;
}

.wave-wrap h5 {
    color: #ed145b;
    line-height: 40px;
}

.wave-wrap p {
    line-height: 33px;
}

.children-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.children-wrap h1 {
    text-align: center;
    background: #f8f8f8;
    padding: 10px 0;
}

.children-wrap p {
    line-height: 35px;
    text-align: center;
    font-weight: 500;
}

.information {
    width: 100%;
    height: auto;
    display: flex;
}

.offer-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.offer-wrap p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
}

.offer-wrap p span {
    font-weight: 700;
}

.offer-wrap ul li {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
}

.terms-banner {
    width: 100%;
    height: auto;
    display: flex;
    background: url(img/savvnah-audio.jpg);
}

.terms-banner h1 {
    color: #fff;
    padding: 89px 0;
}

.following-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.following-wrap p {
    line-height: 33px;
    font-weight: 600;
    font-size: 16px;
}

.following-wrap h2 {
    font-size: 24px;
    font-weight: 700;
}


.life-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.life-wrap h5 {
    font-weight: 700;
    text-align: center;
    color: #582ff2;
}

.life-wrap p {
    text-align: center;
    font-weight: 600;
}

.life-wrap ul {
    padding: 0;
    margin: 0;
}

.life-wrap ul li {
    line-height: 36px;
    font-weight: 600;
}

.life-wrap ul li span {
    font-weight: 700;
}

.life-wrap h3 {
    color: #582ff2;
    font-size: 23px;
    font-weight: 700;
}


.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}




.navbar{
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}






.menu-items{
    order: 2;
    display: flex;
}

/*@media (min-width:992px){*/
/*    .navbar>.container{*/
/*    padding:0;*/
/*    }*/
/*}*/

/*@media (min-width:700px){*/
/*    .navbar>.container{*/
/*    display:none;*/
/*    }*/
/*}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.drop{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.drop a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .drop{
  display: block;
}



.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: #000;
}

.navbar a:hover{
    color: #f70f5d;
}



/*@media (max-width: 768px){*/
/*    .navbar{*/
/*        opacity: 0.95;*/
/*    }*/

/*    .navbar-container input[type="checkbox"],*/
/*    .navbar-container .hamburger-lines{*/
/*        display: block;*/
/*    }*/

/*    .navbar-container{*/
/*        display: block;*/
/*        position: relative;*/
/*        height: 64px;*/
/*    }*/

/*    .navbar-container input[type="checkbox"]{*/
/*        position: absolute;*/
/*        display: block;*/
/*        height: 32px;*/
/*        width: 30px;*/
/*        top: 20px;*/
/*        left: 20px;*/
/*        z-index: 5;*/
/*        opacity: 0;*/
/*        cursor: pointer;*/
        
/*    }*/

/*    .navbar-container .hamburger-lines{*/
/*        display: block;*/
/*        height: 28px;*/
/*        width: 35px;*/
/*        position: absolute;*/
/*        top: 20px;*/
/*        left: 0px;*/
/*        z-index: 2;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: space-between;*/
/*    }*/

/*    .navbar-container .hamburger-lines .line{*/
/*        display: block;*/
/*        height: 4px;*/
/*        width: 100%;*/
/*        border-radius: 10px;*/
/*        background: #333;*/
/*    }*/
    
/*    .navbar-container .hamburger-lines .line1{*/
/*        transform-origin: 0% 0%;*/
/*        transition: transform 0.3s ease-in-out;*/
/*    }*/

/*    .navbar-container .hamburger-lines .line2{*/
/*        transition: transform 0.2s ease-in-out;*/
/*    }*/

/*    .navbar-container .hamburger-lines .line3{*/
/*        transform-origin: 0% 100%;*/
/*        transition: transform 0.3s ease-in-out;*/
/*    }*/

/*    .navbar .menu-items{*/
        /*padding-top: 50px;*/
/*        background: #fff;*/
/*        height: 100vh;*/
        /*max-width: 300px;*/
        /*width:1200px;*/
/*        transform: translate(-150%);*/
/*        display: flex;*/
/*        flex-direction: column;*/
        /*margin-left: 100px;*/
        /*padding-left: 40px;*/
/*        transition: transform 0.5s ease-in-out;*/
/*        box-shadow:  5px 0px 10px 0px #aaa;*/
/*        overflow: scroll;*/
/*    }*/

/*    .navbar .menu-items li{*/
/*        margin-bottom: 0.0rem;*/
/*        font-size: 1.1rem;*/
/*        font-weight: 500;*/
/*    }*/

/*    .logo{*/
/*        position: absolute;*/
/*        top: 10px;*/
/*        right: 15px;*/
/*        font-size: 2.5rem;*/
/*    }*/

/*    .navbar-container input[type="checkbox"]:checked ~ .menu-items{*/
/*        transform: translateX(0);*/
/*    }*/

/*    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{*/
/*        transform: rotate(45deg);*/
/*    }*/

/*    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{*/
/*        transform: scaleY(0);*/
/*    }*/

/*    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{*/
/*        transform: rotate(-45deg);*/
/*    }*/

/*}*/



/*@media (max-width: 500px){*/
/*    .navbar-container input[type="checkbox"]:checked ~ .logo{*/
/*        display: none;*/
/*    }*/
/*}*/

.music-container{
    width: 100%;
    display: grid;
    place-items: center;
}

.music-body{
    box-shadow: 0 20px 50px #3d11839f;
    background: #fff;
    padding: 1.3rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.btn{
    outline: none;
    border: 0;
    background: #eee6fc;
    font-size: 0.9rem;
    color: #7D30FA;
    height: 2.188rem;
    width: 2.188rem;
    border-radius: 50%;
    cursor: pointer;
}

.top-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.volume{
    z-index: 5;
}

.layer{
    z-index: 4;
    position: absolute;
    background:#ffff;
    border: 2px solid #eee6fc;
    height: 2.188rem;
    width: 17.5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.3rem;
    border-radius: 1.5rem;
    display: grid;
    place-items: center;
    visibility: hidden;
}
.volume-slider,.progress-bar{
    position: relative;
    width: 100%;
    height: 0.2rem;
    background: #eee6fc;
}

.volume-slider{
    width: 80%;
}

.volume-slider {
    right: -15px;;
}

.volume-slider .bar,.progress-bar .progress-line{
	display: block;
	width: 0;
	height: inherit;
	background-color: #7D30FA;
}

.volume-slider .bar{
    width: 100%;
}

.volume-slider .volumerange, .progress-bar .progress{
   width: 100%;
  -webkit-appearance: none;
  height: inherit;
  background: transparent;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

.volume-slider .volumerange::-webkit-slider-thumb,  .progress-bar .progress::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 0.7rem;
    width: 0.7rem;
	background-color: #7D30FA;
    border-radius: 50%;
    cursor: pointer;
}

/* volume range slider design end */

.layer.hide{
    visibility: visible;
}

.music-img{
    margin-top: 1rem;
    width: 17.5rem;
    height: 15rem;
    overflow: hidden;
    border-radius: 1.4hrem;
}

.music-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.music-info{
    text-align: center;
}

.music-info h2{
    font-size: 1rem;
    margin-top: 1rem;
    letter-spacing: 0.02rem;
    color: rgb(117, 116, 116);
    color: #7D30FA;
}

.music-progress{
    margin-top: 1rem;
}

.music-progress .progress-bar{
    background: #ebdfff;
    height: 0.2rem;
    width: 100%;
    margin-bottom: 0.4rem;
    position: relative;
}

.progress-bar{
    cursor: pointer;
}

.progress{
    background: #7D30FA;
    width: 0;
    height: 100%;
    position: relative;
}

.progress::before{
    content: "";
    position: absolute;
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 50%;
    top: 50%;
    right: -5px;
    z-index: 2;
    transform: translateY(-50%);
    background: inherit;
    transition: all 0.1s ease;
}

.duration{
    display: flex;
    color: #7D30FA;
    justify-content: space-between;
}

.duration span{
    font-size: 0.7rem;
}

.music-controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prevbtn, .nextbtn, .playpause{
    border: 0;
    outline: 0;
    font-size: 2rem;
    background: #fff;
    color: #7D30FA;
    cursor: pointer;
}

.prevbtn:hover, .nextbtn:hover{
    color: #5717be;
}


.playpause{
    font-size: 1.7rem;
    /* position: absolute; */
    background: #7D30FA;
    height: 4.5rem;
    width: 4.5rem;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.fa-play{
    position: relative; 
    display: inline-block;
    left: 0.1rem;
}



.main-controls{
    position: relative;
    /* border: 1px solid #b88ffa; */
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1.3rem;
}

.color{
    color: #fc00b0;
}

/* music list */

.list-close{
    background: none;
    font-size: 1.1rem;
    color: #ff1b1bf3;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}

.songs-list{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
}
.showlist{
    visibility: visible;
}
.target-wrap{background: blueviolet;
    padding: 5px 22px !important;
    color: #fff;
}
.target-wrap:hover{color:red !important;}