*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
.text-purple{
    color: #703EF5;
}
.text-dark-blue{
    color: #1C145A;
}
.colored {
    color: red;
  }
.voices2-button {
    content: "";
    position: relative;
    /* z-index: 1; */
    left: 65%;
    top: 21%;
    transform: translateX(-65%) translateY(-21%);
    display: block;
    width: 100px;
    height: 100px;
    background: url('https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/bOrLXypD0Qn3Eaf.png') no-repeat center top;
    background-size: cover;
    border-radius: 50%;
    transition: all 200ms;
    transition-duration: .3s;
}
.pro-img-video{
    height: 100px !important;
    margin-left: 10px;
    display: none;
}
.voices2-button-pause {
    content: "";
    position: relative;
    /* z-index: 1; */
    left: 65%;
    top: 21%;
    transform: translateX(-65%) translateY(-21%);
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/hP0o2LNbFdWRo8f.png') no-repeat center top !important;
    background-size: 100% 100% !important;
    border-radius: 50%;
    transition: all 200ms;
    transition-duration: .3s;
}
.pro-imges-3{
    height: 30px;
}
.voices3-button-pause {
    content: "";
    position: relative;
    /* z-index: 1; */
    left: 65%;
    top: 21%;
    transform: translateX(-65%) translateY(-21%);
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/V3Q8keYQt3f3VMv.png') no-repeat center top !important;
    background-size: 100% 100% !important;
    border-radius: 50%;
    transition: all 200ms;
    transition-duration: .3s;
}

.portfolio-inner:hover .voices2-button,.voices2-button-pause  {
    transform: scale(1.2);
    transition-duration: .3s;
    transform: translateX(-65%) translateY(-21%);
    display: block;
    width: 120px;
    height: 120px
}
/* login page css start  */
.login{
    background: url(https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/HmYNTpqDDicd5Fo.png);
    background-size: 100% 100%;
    height: 100vh;
}

.logo{
    padding-top: 20px;
    padding-left: 20px;
}
.cart{
    height: 80vh;
}
.login-cart{
    background: rgba(255, 255, 255, 0.7);
    padding: 2%;
    margin-top: 50px;
    height: 340px;
    width: 40%;
    border: 1px solid #A7B4D6;
    border-radius: 8px;
    /* box-shadow: -12px 25px 14px #707070; */

}
.login-h1{
    font-size: 30px;
    font-weight: 600;
    color: #1C145A;
}
.form-label {
    margin-bottom: 0 !important;
}
label.form-label {
    color: #1C145A;
    font-weight: 600;
    padding-top: 10px;
}
button.btn.btn-primary {
    background-color: #703EF5;
    color: white;
    font-weight: 600;
}
label.form-check-label {
    font-size: 12px;
    color: #1C145A;
}
label.form-check-label-2 {
    font-size: 12px;
    color: #1C145A;
}
.input-field{
    border: 1px solid white;
    padding: 5px;
    box-shadow: 2px 2px 2px #A7B4D6;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: url("https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/RPbd61D6x9ELuiO.jpg");
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 262px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
    width: 83%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #1C145A;
    background-color: white;
    border-radius: 0 24px 24px 0;
}

.sidebar-nav .nav-link a:active,
.sidebar-nav .nav-link a:focus {
    text-decoration: none;
    background-color: white;
    color: #1C145A;
    border-radius: 0 24px 24px 0;
}
.sidebar-nav > .sidebar-brand{
   width: 100%;
   text-indent: 0px;
   text-align: center;
}
.sidebar-nav > .sidebar-brand img{
    width: 90%;
 }

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#page-content-wrapper{
    background: url('https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/sZNScSQCiEWQrQQ.png');
    background-size: 100% 100%;
    height: 100vh;
    margin-left: 247px;
    
}

.header{
    margin-left: 250px;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 2% 0 0 2%;
    width: 77.5%;
}
.header h1{
    font-size: 28px;
    font-weight: bold;
    color: #1C145A;
}
.header p{
    font-size: 15px;
}
.practice-cart{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1%;
    border-radius: 24px;
}
.great-h1{
    color: #1C145A;
    font-weight: bold;
    font-size: 40px;
}
.practice-h1{
    font-size: 24px;
    color: #1C145A;
    font-weight: 500;
    font-family: poppins;
}
.speak-icon{
    margin-top: 5px;
}
.speak-icon img{
    height: 30px;
}
.speak-icon p{
    color: #1C145A;
    font-size: 24px;
}
.spoken-english{
    margin-top: 10px;
}
.spoken-english img{
    height: 40px;
    margin-top: 10px;
}
.spoken-h1{
    font-size: 30px;
    color: #1C145A;
    font-weight: bold;
}
.header img{
    border-radius: 24px;
    width: 85px;
}
.point-rank{
    border-radius: 25px;
    background-color: white;
    padding: 6px 13px;
}
.point-rank p{
    font-size:18px;
    font-weight: 500;
}
.point-rank img{
    width: 55px;
}
.mic-speak{
    margin-top: 20px;
}
.experience-h1{
    font-size: 40px;
    color: #FF0007;
    padding-top: 30px;
    font-weight: bold;
}
.press{
    color: #1C145A;
}

.pro-img-1{
height: 30px;
margin-top: 40px;
}
.pro-imges-2{
    height: 30px;
    margin-top: 40px;
}
.proficient-1{
    margin-top: 20px;
}
.pro-img-3{
    height: 150px;
    margin-left: 30px;
}
.proficient-2 h5{
    /* margin-left:45px ; */
    margin-top: 20px;
}
.proficient-h5{
    font-size: 20px;
    color: #1C145A;
    font-weight: 500;
    margin-left: 20px;
}
.pro-span{
    font-size: 24px;
    font-weight: bold;
    color: #1C145A;
}
.pro-img-4{
    height: 30px;
    margin-top: 40px;
}
.mic-sec{
    position: absolute;
    right: 51px;
    top: 230px;
}
.mic-sec-p{
    font-size: 12px;
    color: #1C145A;
}
.mic-sec img{
height: 80px;
}
.statistics h1{
    font-size: 20px;
    font-weight: 600;
}
.stat-card{
    background-color: white;
    border-radius: 14px;
    box-shadow: 0px 0px 6px #0000002e;
    padding: 4% 0 5% 15%;
}
.user-avatar img{
    width: 40%;
  }
  .user-avatar {
    width: 33%;
  }
.stat-card h1{
    font-size: 40px;
    font-weight: 500;
    color: #1C145A;
}
.stat-card p{
    font-size: 16px;
    font-weight: 500;
}
.daily-session h1{
    font-size: 20px;
    font-weight: 600;
}
.session-cards{
    width: 25%;
}
.lesson-cards{
    width: 100%;
}
.lesson-card{
    width: 22%;
}
.lesson-card img{
    border-radius:18px 18px 0 0;
}
.session-card img{
    border-radius:18px 18px 0 0;
}
.seesion-card-btn{
    background: linear-gradient(90deg, #dc6faa 0.00%, #8294eb 100.00%);
    padding: 6% 4%;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: 0 0 20px 20px
}
.lesson-card-btn{
    /* background-color: #DC6FAA; */
    padding: 6% 4%;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: 0 0 20px 20px
}
.practice-sentence-btn{
    background-color: #5666E5;
}
.practice-dialogue-btn{
    background-color: #FF9D7A;
}
.practice-scenario-btn{
    background-color: #79A1FF;
}
.profile{
    background-color:white;
    border-radius: 50px;
    object-fit: cover;
}
.profile img{
    width: 57px;
    border-radius: 50px;
}
@media screen and (max-width: 1199px){
    .header h1 {
        font-size: 26px;
    }
    .header p {
        font-size: 11px;
    }
    .header {
        width: 75%;
        margin-left: 225px;
    }
    #page-content-wrapper {
        padding-top: 120px !important;
    }
    .statistics h1 {
        font-size: 18px;
    }
    .stat-card h1 {
        font-size: 31px;
    }
    .daily-session h1 {
        font-size: 18px;
    }
    .stat-card p {
        font-size: 14px;
    }
    .sidebar-nav li a {
        font-size: 15px;
    }
    #sidebar-wrapper {
        width: 217px !important;
    } 
    .sidebar-nav {
        width: 217px;
    } 
    #page-content-wrapper {
        margin-left: 215px;
    }
    .session-cards {
        width: 33%;
    } 
    .lesson-card{
        width: 33%;
    }
    .speak-icon img{
        height: 20px;
    }
    .speak-icon p{
        font-size: 20px;
    }
    .practice-h1{
        font-size: 20px;
    }
    .experience-h1{
        font-size: 35px;
    }
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 247px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        padding-top: 10%;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
@media screen and (max-width: 992px){
    .nav{
        background: linear-gradient(270deg, #8470dd 0.00%, #7ccaff 100.00%);
        padding: 2% 2% 2% 2%;
    }
    .logo img {
        width: 317px;
        border-radius: 0 !important;
    }
    .toggle-btn img{
        width: 75%;
    }
    .header-bottom{
        padding: 14px 2.1% 0 2%;
    }
    #page-content-wrapper {
        padding-top: 193px !important;
    }
    .speak-icon img{
        height: 17px;
    }
    .speak-icon p{
        font-size: 15px;
        font-weight: 500;
    }
    .practice-h1{
        font-size: 18px;
    }
    .spoken-h1{
        font-size: 25px;
        color: #1C145A;
        font-weight: bold;
    }
    #page-content-wrapper {
        margin-left: 0;
    }
    #sidebar-wrapper {
        position: absolute;
        left: 0px;
    }
    .header {
        width: 100%;
        margin-left: 0px;
        padding:0;
    }
}
@media screen and (max-width: 768px){
        .nav {
            padding: 3% 2% 3% 2%;
        }
        .login{
            background: url(https://usa-pk-website.ams3.digitaloceanspaces.com/usa-website-assets/ygXnYHVTWAz3LHP.png);
            background-size: 100% 100%;
            height: 100vh;
        }
        .login-h1{
            font-size: 22px;
        }
        .header img {
            border-radius: 50px;
            /* width: 85px; */
        }
        #page-content-wrapper {
            padding: 20px;
            padding-top: 215px !important;
        }
        .cart{
            height: 80vh;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .login-cart{
            background: rgba(255, 255, 255, 0.7);
            padding: 5%;
            width: 90%;
            margin-top: 50px;
            height: 320px;
            border: 1px solid #A7B4D6;
            border-radius: 10px;
        }
        .input-field{
            border: 1px solid white;
            padding: 5px;
            box-shadow: 4px 4px 4px #A7B4D6;
        }
      .practice-cart{
        margin-top: 20px;
        padding: 5%;
        position: relative;
      }
      .footer{
        background-color: #703EF5;
        position: fixed;
        bottom: 0px;
        width: 100%;
        font-size: 16px;
        color: white;
        padding: 10px 0;
        border-radius: 14px 14px 0 0;
      }
      .footer i{
        font-size: 28px;
      }
      .practice-h1{
        font-size: 12px;
        }
        .speak-icon p{
            font-size: 13px;
        }
        .spoken-h1{
            font-size: 16px;
            margin-top: 20px !important;
        }
        .spoken-english img{
            height: 30px;
            margin-top: 30px;
        }
        .mic-img-press img{
            height: 50px !important;
        }
        .press{
            font-size: 13px;
        }
        .experience-h1{
            font-size: 25px;
        }
        .pro-img-2{
            margin-bottom: 20px;
            height: 110px;
        }
        .pro-img-1{
            position: absolute;
            top: 115px;
            left: 130px;
        }
        .pro-imges-2{
            position: absolute;
            top: 300px;
            left: 130px;
            height: 30px;
        }
        .pro-img-3{
            
            height: 110px;
        }
        .pro-img-4{
            position: absolute;
            top: 310px;
            left: 65px;
        }
        
        .mic-sec img{
            height: 40px;
            margin-top: 20px;
        }
       
        .proficient-h5{
            font-size: 12px;
        }
        .proficient-2 h5{
            margin-top: 0px;
            font-size: 10px;
            padding-bottom: 110px;
        }
        .pro-span{
            font-size: 16px;
        }
}
@media screen and (max-width:575px){
 
    .user-avatar img{
        width: 95%;
      }
    .nav {
        padding: 4% 2% 4% 2%;
    }
    .logo img {
        width: 260px;
    }
    .toggle-btn img{
        width: 57%;
    }
    .header p {
        font-size: 13px;
    }
    .header-bottom {
        padding: 11px 3.4% 0 3%;
    }
    .header h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .point-rank img {
        width: 35px;
    }
    .point-rank {
        border-radius: 12px;
        padding: 4px 6px;
    }
    .statistics h1 {
        font-size: 13px;
    }
    #page-content-wrapper {
        padding: 13px;
        padding-top: 177px !important;
    }
    .stat-card p {
        font-size: 10px;
    }
    .stat-card h1{
        font-size: 24px;
    }
    .daily-session h1 {
        font-size: 14px;
    }
    .session-cards {
        width: 280px;
        margin: auto;
    }
    .tab{
        background-color: #262158;
        height: 70px;
        border-radius: 15px;
        cursor: pointer;
    }
    .tab h4{
        font-size: 15px;
        font-weight: 600;
    }
    .tab img{
        width: 36px;
    }
    .practice-sentences{
        background: linear-gradient(128deg, #FED6F6 0.00%, #9192FD 100.00%);
    }
    .practice-dialogues{
        background: linear-gradient(147deg, #A2CFEC 0.00%, #FF9D7A 100.00%);
    }
    .practice-scenario{
        background: linear-gradient(147deg, #8398FE 0.00%, #83D2FE 100.00%);
    }
    .btn-great-job button{
        font-size: 14px;
    }
    .great-job-content h1{
        font-size: 21px;
    }
    .great-job-content h3{
        font-size: 19px;
    }
    .great-job-content h4{
        font-size: 18px;
    }
    .great-job-content h5{
        font-size: 16px;
    }
    .arrow{
        width: 32px;
    }
    .footer {
        font-size: 12px;
        padding: 7px 0;
    }
    .footer i {
        font-size: 23px;
    }
}


/* login page css end  */
