
body{
    background-image: url("../img/back-one.svg");
}

.section-text{
    color: #090C10;
}

.text-gray-blue{
    color: #65748E;
}

.language-link-container a:hover{
    color: #22262E;
    /* color: #2A56A7; */

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.section-one-text{
    font-size: 48px;
    line-height: 57px!important;
}

.app-store-btns img{
    max-width: 260px;
    width: 46%;
}

.language-mobile-link-container a{
    border: 1px solid #EDEFF4;
    padding: 15px 15px;
    border-radius: 5px;
    background: white;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
}

.umpa-language-logo-mobile-container{
    display: none;
}

.boy-icon{
    position: absolute;
    right: -15px;
    max-width: 120px;
    top: 190px;
    display: none;
}

@media screen and (max-width: 1155px) {
    .section-one-text{
        font-size: 41px;
        line-height: 52px!important;
    }
}

@media screen and (max-width: 1002px) {
    .section-one-text{
        font-size: 39px;
        line-height: 49px!important;
    }
}

@media screen and (max-width: 960px) {
    .section-one-mobile-text{
        font-size: 44px;
        line-height: 55px!important;
    }

    .app-store-btn-container{
        margin-top: 10px;
    }

    .scroll-icon{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .hashtag-umpa{
        width: 100px;
    }

    body{
        overflow-x: hidden;
    }
}

@media screen and (max-width: 786px) {
    .section-one-mobile-text{
        font-size: 39px;
        line-height: 50px!important;
    }

    .app-store-btn-container{
        margin-top: 20px;
    }
}

@media screen and (max-width: 705px) {
    .section-one-mobile-text{
        font-size: 36px;
        line-height: 50px!important;
    }
}

@media screen and (max-width: 655px) {
    .section-one-mobile-text{
        font-size: 32px;
        line-height: 42px!important;
    }
}

@media screen and (max-width: 500px) {
    .section-one-mobile-photo{
        display: none;
    }

    .section-one-mobile-text{
        width: 100%;
        font-size: 32px;
    }

    .umpa-language-logo-desktop-container{
        display: none;
    }

    .umpa-language-logo-mobile-container{
        display: block;
    }

    .app-store-btn-container img{
        max-width: 210px;
        
    }

    .section-one-container{
        margin-top: 25px !important;
    }

    .boy-icon{
        display: initial;
    }
}

@media screen and (max-width: 500px) {
    .app-store-btns>a{
        margin-bottom: 0px;
    }

    .app-store-btn-container{
        margin-top: 20px;
    }

    .app-store-btns img{
        width: 80%;
    }
}

@media screen and (max-width: 460px) {

    .app-store-btn-container img{
        margin-bottom: 10px;
        max-width: 70%;
        width: 70%;
    }

    .section-one-mobile-text{
        font-size: 30px;
        line-height: 38px !important;
        padding-right: 90px;
    }

    .app-store-btns{
        margin-right: -10px;
        margin-left: -10px;
    }

    .umpa-language-logo-mobile-container img{
        max-width: 120px;
    }


}


/* START Section two */

.sectiontwo-list{
    border-radius: 10px;
    border: 1px solid #DEE2EA;
}

.list-item{
    padding: 25px;
    border-right: 1px solid #EDEFF4;


    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-item:hover{
    background: #FAFBFC;
    position: relative;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-item-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.sectiontwo-list-grid>div:last-child .list-item{
    border-right: none;
}

.try-btn{
    display: inline-block;
    background: #2A56A7;
    border-radius: 100px;
    padding: 25px 65px;
    color: white;
    font-weight: bold;
    font-size: 18px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.try-btn:hover{
    background: #386BC7;
    color: white;
    padding-right: 75px;
    padding-left: 75px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 960px) {
    .list-item{
        border-bottom: 1px solid #EDEFF4;
    }

    .sectiontwo-list-grid>div:nth-child(2) .list-item{
        border-right: none;
    }

    .sectiontwo-list-grid>div:nth-child(3) .list-item,
    .sectiontwo-list-grid>div:nth-child(4) .list-item{
        border-bottom: none;
    }
}

@media screen and (max-width: 500px) {
    .sectiontwo-list-grid>div{
        width: 100%;
    }

    .list-item{
        border-bottom: 1px solid #EDEFF4;
        border-right: none;
    }

    .sectiontwo-list-grid>div:nth-child(3) .list-item{
        border-bottom: 1px solid #EDEFF4;
    }
}




/* END Section two */


.back-green{
    background: #35A861;
}

.one-topics{
    background-image: url("../img/one-topics.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.two-topics{
    background-image: url("../img/two-topics.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.three-topics{
    background-image: url("../img/three-topics.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.step-text-title{
    line-height: 32px !important;
    font-size: 27px !important;
}

.step-item{
    padding-top: 50px;
    padding-bottom: 50px;
}

.step-one-container{
    background: #4CAF50;
}

.step-two-container{
    background: #4D709F;
}

.step-three-container{
    background: #4897AA;
    /* background: #FFC107; */
}

.feedback-item-container>div{
    border-radius: 10px;   
}

.feedback-item-container:hover{
    cursor: pointer;
}

@media (max-width: 960px){
    .sectiontwo-bottom-photo{
        margin-top: 0px !important;
    }
}

@media (max-width: 600px){
    .sectiontwo-bottom-photo{
        display: none;
    }
}



.feedback-text{
    line-height: 20px !important; 
}

.feedback-text-container{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.feedback-modal-body{
    /* background: black !important; */
    border-radius: 10px;
}

.qanda-container{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ECEEF2;
    border-radius: 10px;
}

.orange-dot{
    background: #F45A3C;
    width: 20px;
    height: 20px;
    display: inline;
}


@media (max-width: 640px){
    .section-five{
        padding-bottom: 100px;
    }
}

