﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800;900&family=Poppins:wght@200&family=Readex+Pro:wght@400;500&display=swap'); 


/* nav bar */
.logoSize {
    width: 180px;
    height: auto
}


.commonSubHeader {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
}
.commonHeader {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
}

.commonParagraph {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    line-height:23px;
}
.commonParagraphSmall {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    line-height: 23px;
    margin:0
}
.commonButton {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
    line-height: 23px;
}

.levelTestBtn {
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    transition: 0.5s;
    background: #C62828;
    text-align: center;
    color: white;
}
.levelTestBtn:hover {
        transform: scale(1.2);
        background: #C62828 !important;
        color: white !important;
    }
.nav {
    font-size: 13px;
    font-family: 'Montserrat';
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: #424242;
    --bs-nav-link-hover-color: #c62828;
   

}


.nav-link {
    transition: all 0.4s;
    position: relative;
    font-family: 'Montserrat';
    font-weight:600;
    font-size:12px;
}

    .nav-link:hover {
        background-image: linear-gradient(90deg,#ffc0c0 0,#ffedf3 51%,#ffbebe);
        background-size: 200% auto;
        background-color: #ffe1e1;
        transition: 0.5s;
        border-radius: 25px;
    }

.active {
    background-color:#fff6f6;
    border-radius:12px;
}

.tabActive {
    background-image: linear-gradient(90deg,#ffc0c0 0,#ffedf3 51%,#ffbebe);
    background-size: 200% auto;
    background-color: #ffe1e1;
    transition: 0.5s;
    border-radius: 25px;
}


    /* Dashboard Session */

.DashboardHeaderStyle {
    font-size: 30px;
    font-family: 'Montserrat';
    padding-top: 250px;
    font-weight: 700;
    padding-left: 50px;
    font-display: swap;
}
.learnCourse {
    background-image: url('../../image/Mask group.svg');
    background-repeat: no-repeat;
    width: 100%;
    margin: 0%;
    background-position: right;
    /*background-size: 1200px;*/
}


.learnCoursemobile {
    background-image: url('../../image/mobilebg.png');
    background-repeat: no-repeat;
    width: 100%;
    margin: 0%;
    background-position: top;
}
.passageStyle {
    font-size: 14px;
    font-family: 'Montserrat';
    padding-left: 50px;
    font-weight: 400;
    font-display: swap;
    line-height: 23px;
}

.dashboardBtnOne {
    background-color: #eae9e9;
    color: #424242;
    border-radius: 30px;
    border:none;
    transition : 0.5s;
    padding:6px 12px;
}

.dashboardContainer{
    padding-left:30px;
}

.dashboardBtnOne:hover {
    background-color: #c8c8c8;
    color: #424242;
}

.dashboardBtnTwo {
    background: #C62828;
    border-radius: 30px;
    padding-right: 10px;
    color: white;
    transition: 0.5s;
    font-family: 'Montserrat';
    font-size: 14px;
    border: none;
    font-weight: 600;
    padding: 6px 12px;
}


.max-with-full {
    max-width: 1200px;
}

    .dashboardBtnTwo:hover {
        background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
        background-size: 200% auto;
        color: white;
    }
.imageTr {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border:solid 2px #fff;
}



/* service session */

.servicesHeader {
    font-size: 30px;
    font-family: 'Montserrat';
    padding-top: 30px;
    font-weight: 700;
    padding-left: 50px;
    font-display: swap;
}

.servicesStyle {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
}





/* Language Courses Session */

.coursesHeader {
    font-size: 30px;
    font-family: 'Montserrat';
    padding-top: 70px;
    font-weight: 700;
    padding-left: 50px;
    font-display: swap;
}

.cardinfoStyle {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    padding: 0px 20px;
    
}

.languageCard {

    box-shadow: 2px 1px 12px #D9D9D9;
    background-color: white;
    elevation:level;
    border-radius:20px;
    padding-bottom: 8px;
}

.cardImg{
    border-radius: 15px;
    width:100% !important;
}

/*why choose myanlingo section*/

.bulletPoint {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
}

.middleContent{
    padding:0px 50px 0px 50px;

}


/*Instructors Session */
@media (min-width: 900px) {
    .cardSize {
        width: 50%;
    }
  
    .cardinfoStyle{
        font-size:10px;
    }

    cardImgContainer{
        width:50%;
    }
}

.instructorCard {
    position: relative;
    background-color: transparent;
    border-radius: 12px;
    padding: 0;
    border: none;
    transition: 0.2s;
}

.TeacherCard {
    background-color: white;
    border-radius: 12px;
    padding: 0%;
    border: none;
    transition: 0.5s;
    border: none;
    
}

    .TeacherCard:hover {
        background-color: #C62828;
        /*  border: #C62828 solid 1px;*/
        /* box-shadow: 1px 1px 15px 6px #eaeaea;*/
        transform: translateY(-10px);
        color:white;
    }

.instructorCard:hover {
    padding: 0%;
    box-shadow: #424242;
}

.trCardContainer{
    display:none;
}
.trCardContainer.active{
    display:block;
}

.languageTab {
    padding: 5px;
    margin: 8px;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    transition: 0.5s;
    background: #fff0f0;
    width: 100px;
    text-align: center;
    color: #C62828;
    border: 1px #C62828 solid;
    font-size: 11px;
    font-family: 'Montserrat';
    /* box-shadow:3px 4px 12px #e8b1b1 ; */
}

    .languageTab:hover {
        color: white;
        background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
        background-size: 200% auto;
        background-position: 100%;
    }

.isActive {
    background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
    background-size: 200% auto;
    color: white;
}

    .isActive:hover {
        transition: 0.3s;
    }

.textOverflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*About Myanlingo */

.levelTestActionBtn {
    border-radius: 24px;
    cursor: pointer;
    transition: 0.5s;
    background: #C62828;
    width: 100%;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600; 
    font-size:14px;
}

    .levelTestActionBtn:hover {
        background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
        background-size: 200% auto;
        background-position: 100%;
        color: white;
       
    }


/*Career section */

.careerApplyBtn {
    padding: 7px 30px;
    color: #ffffff;
    border: #C62828 solid 1px;
    border-radius: 20px;
    background: #C62828;
    transition: 0.5s; 
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
}

.careerDetailBtn {
    padding: 7px 23px;
    color: #C62828;
    border-radius: 20px;
    background: #fff0f0;
    transition: 0.5s;
    border: #C62828 solid 1px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
}

    .careerDetailBtn:hover {
        background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
        background-size: 200% auto;
        background-position: 100%;
        color: white;
    }

.careerStyle {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
}
.btncontainerJob{
    display:flex;
    align-items:center;
}

.containerPaddingResponsive {
    padding: 50px;
}

@media (max-width:1150px) {
    .btncontainerJob {
        display: block;
        width: 100%;
    }

    .careerApplyBtn {
        width: 100%;
    }

    .careerDetailBtn {
        width: 100%;
    }
}

.careerApplyBtn:hover {
    background-image: linear-gradient(90deg,#C62828 0,#fa0f59 51%,#c62828);
    background-size: 200% auto;
    background-position: 100%;
}

.job {
    background-color: #7BCDBE;
    color: white;
    border-radius: 20px;
    text-align: center;
    padding: 2px;
    width: 100px;
}

.ReviewDesign{
 background-color: #f6f6f6;
/* background-image: url('../../image/parrot green bg.png');
*/ 
background-position: right;
 bottom:0;
 padding: 0%;
 background-repeat: no-repeat;
 border-radius: 20px;

 }


/*footer*/

.footerList {
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #424242;
}

.termsStyles {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #424242;
    font-weight: 700;
    text-decoration:none;
}

.footerLogo {
    width: 170px;
    height: fit-content;
}

.footerContainer{
    padding: 5px 0px 5px 5px;
}
.policy{
 
    padding-top:5px;
}

.TeachBtn {
    padding: 10px;
    background-color: transparent;
    border-radius: 20px;
    border: #C62828 solid 1px;
    color: #C62828;
}

.content{
    display:none;
}

.content.active{
    display:block
}

::-webkit-scrollbar {
    width: 7px;
    background: transparent;
    height:3px;
}
::-webkit-scrollbar-thumb {
    background-color:#C62828;
    border-radius: 30px;
}

@media (max-width: 987px){
    .adjustor{
        gap:32px;
    }
}


@media (max-width:780px) {
    .DashboardHeaderStyle {
        font-size: 25px;
        padding-left: 30px;
       
    }

    .servicesHeader {
        font-size: 30px;
        padding-left: 30px;
    }

    .passageStyle {
        font-size: 12px;
        padding-left: 30px;
    }
    .coursesHeader {
        font-size: 30px;
        padding-left:30px;
    }

    .btnSizebox {
        padding: 1%;
    }

    .btnStylee {
        font-size: 14px;
    }

    .btnStyle {
        font-size: 13px;
    }

    .dashboardContainer{
        padding-left:15px;
    }

    .footerContainer {
       padding: 0px 20px;
    }
    .policy{
        padding:0px;
        
    }
    .navMob {
        position: absolute;
        top: 80px;
        width: 100%;
        left: 0;
        right: 0;
        background: white;
        height: 0px;
        z-index: 2;
        transition: 0.3s;
        overflow: hidden;
        /*opacity: 0;*/
    }

    .navMob.activee {
        height: 200px;
        background-color: white;
        transition: 0.4s ease-in-out;
    }

    .ull {
        display: block;
        text-align: center;
        line-height: 40px;
        opacity: 100;
        transition: 0.3s;
        list-style: none;
        padding: 0;
    }
    navMob.activee.ull {
        opacity: 1;
        list-style: none;
        text-decoration: none;
    }
    .bgNav {
        display: none;
        width: 100%;
        height: 100vh;
        background-color: black;
        transition: 0.2s ease-in;
        opacity: 0%;
    }

    .bgNav.activee{
        display:block;
        opacity:70%
    }
    .careerAlign {
        justify-content: start;
        padding: 4px 0px;
    }
    .logoSize{
        width:100%;
        height:auto;
    }
}

.space {
    padding: 50px 50px 50px 0px;
}

@media(max-width:400px) {
    .languageTab {
        margin: 2px;
    }

    .careerAlign {
        justify-content: start !important;
        padding: 4px 0px;
    }

    .imageTr {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: solid 2px white;
    }

    .mobile {
        display: flex;
        justify-content:center;
        width:100%;
    }
    .space {
        padding: 30px;
       
    }
    .commonalign{
        display:flex;
        justify-content:center;
    }
    .mobileLineBreak {
        height: 1px;
        width: 100%;
        margin-bottom:30px;
        background-color: #CCCCCC;
    }
    .middleContent{
        padding:20px;
    }

    .reviewMobile{
        display:flex;
        column-count:1;
    }
    .containerPaddingResponsive {
        padding: 20px;
    }
 
}

.instructorBio {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.footerIcon{
    cursor:pointer;  
}

.modal {commonParagraphSmall
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    background-color: aquamarine;
    padding: 20px;
    z-index: 10;
    transition:200ms ease-in;
}

    .modal.active {
        transform: translate(-50%,-50%) scale(1);
    }

#overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0,.5) ;
    pointer-events:none;
    z-index: 3;
    opacity:0;
}

#overlay.ovactive{
    opacity:1;
    pointer-events:all;
}




