@font-face { font-family: Poppins-Medium; src: url('fonts/Poppins-Medium.ttf'); }
@font-face { font-family: Poppins; src: url('fonts/Poppins-Regular.ttf'); }

h3{
    font-family: "Poppins-Medium";
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: white;
    font-family: "Poppins";
}

#titleText{
    font-family: "Poppins-Medium";
    font-size: 45px;
    color: #FAFAFA;
    line-height: 78px;
}

#descText{
    font-size: 24px;
    line-height: 36px;
    color: #4B4B4B;
    padding-top: 30px;
}

.roundedBorder {

}

#part1Gradient{
}

#part1Container {

}

#worldMap{
    position:absolute;
    background-image:url('img/world.png');
    height: 309px;
}

.containerAppStore{
    padding-top: 55px;
}

.img-download-app-store{

}

.previewContainer{
    padding-top: 40px;
}

#menu-icon{
    width: 58px;
    height: 58px;
}

/*navigation*/
#name-text{
    font-size: 18px;
    font-family: "Poppins-Medium";
    padding-left: 8px;
}

#headerIcon{
    width: 48px;
    height: 48px;
}

#part1{
    padding-top: 180px;
    padding-bottom: 60px;
}

.closeIcon{
    width: 50px;
    height: 50px;
    background-image:url("img/close.svg");
    background-repeat: no-repeat;
    background-size: 50px 50px;

}

.featureContainer{
    height: 920px;
}

.featureBackground{
    background: linear-gradient(45deg, #DBE7FA 0%, #F2F6FD 100%);
}

.featureTextContainer{
    margin-top: 60px;
}

.featuresTitle{
    font-size: 24px;
    color: #060C3A;
}

.featuresDesc{
    margin-top: 34px;
    font-size: 16px;
    color: #8C8E9E;
}

.row-space{
    /*margin-top: 50pt;*/
}

.buttonBlue{
    width: 130px;
    height: 50px;
    background: linear-gradient(225deg, #04BEFE 0%, #4481EB 100%);
    box-shadow: 0px 5px 10px rgba(6, 12, 58, 0.2);
    border-radius: 30px;
    color: #FAFAFA;
    margin-top: 60px;
    font-family: "Poppins-Medium";
    font-size: 16px;
}

#galleryTitle{
    padding-top: 58px;
    font-family: "Poppins-Medium";
    font-size: 25px;
    line-height: 37px;
    color: #757575;
}

#screensTitle {
    padding-top: 30px;
    font-family: "Poppins-Medium";
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}

#galleryImages{
    padding-top: 40px;
    padding-bottom: 30px;
}

#faqText{
    padding-top: 40px;
    font-family: "Poppins-Medium";
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}

#faqAnswerBlock{
    padding-top: 60px;
    padding-bottom: 70px;
}

.faqQuestion{
    font-family: "Poppins-Medium";
    font-size: 21px;
    line-height: 36px;
    color: #3d3c3c;
}

.faqAnswer{
    font-family: Poppins;
    font-size: 15px;
    line-height: 30px;
    color: #8E8E8E;
}

.footerTitle{
    font-size: 12px;
    text-align: center;
    letter-spacing: 4px;
    color: #060C3A;
}

.footerText{
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #8C8E9E;
}

.copyright{
    background-color: #F1F6FE;
}

.copyrightText{
    font-size: 13px;
    color: #8C8E9E;
    font-family: "Poppins";
}

@media (min-width: 10px) {

    .previewContainer{
        padding-left: 20px;
        padding-right: 20px;
    }

    #name-text{
        font-size: 21px;
    }

    .img-download-app-store{
        width: 140px;
        height: 47px;
    }

    #worldMap{
        margin-top: -200px;
        margin-left: -20px;
    }

    #part1{
        padding-top: 105px;
    }

    #titleText{
        font-size: 26px;
        line-height: 48px;
    }

    #descText{
        font-size: 16px;
        line-height: 28px;
        padding-top: 18px;
    }

    #galleryTitle{
        padding-top: 25px;
        font-size: 16px;
        line-height: 28px;
    }

    #screensTitle {
        padding-top: 0;
        font-size: 21px;
        line-height: 30px;
    }

    #galleryImages{
        padding-top: 30px;
    }

    #faqText{
        padding-top: 36px;
        font-size: 21px;
        line-height: 30px;
    }

    #faqAnswerBlock{
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .faqQuestion{
        font-size: 18px;
        line-height: 25px;
    }

    .faqAnswer{
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 576px) {
    .img-download-app-store{
        width: 200px;
        height: 67px;
    }

    #worldMap{
        margin-top: -200px;
    }

    #part1{
        padding-top: 110px;
    }

    #titleText{
        font-size: 32px;
        line-height: 59px;
    }

    #descText{
        font-size: 18px;
        line-height: 27px;
        padding-top: 18px;
    }

    #galleryTitle{
        padding-top: 32px;
        font-size: 17px;
    }

    #screensTitle {
        padding-top: 0;
        font-size: 23px;
    }

    #galleryImages{
        padding-top: 30px;
    }

    #faqText{
        padding-top: 36px;
        font-size: 24px;
        line-height: 40px;
    }

    #faqAnswerBlock{
        padding-top: 40px;
        padding-bottom: 63px;
    }

    .faqQuestion{
        font-size: 18px;
        line-height: 25px;
    }

    .faqAnswer{
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    #worldMap{
        margin-top: -180px;
    }

    #part1{
        padding-top: 110px;
    }

    #titleText{
        font-size: 35px;
        line-height: 65px;
    }

    #descText{
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .featureTextContainer{
        margin-top: 80px;
    }

    #galleryTitle{
        padding-top: 35px;
        font-size: 19px;
    }

    #screensTitle {
        padding-top: 10px;
        font-size: 25px;
    }

    #galleryImages{
        padding-top: 33px;
    }

    #faqText{
        padding-top: 36px;
        font-size: 25px;
        line-height: 40px;
    }

    #faqAnswerBlock{
        padding-top: 54px;
        padding-bottom: 63px;
    }

    .faqQuestion{
        font-size: 18px;
        line-height: 31px;
    }

    .faqAnswer{
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    #worldMap{
        margin-top: -140px;
    }

    .previewContainer{
        padding-left: 0;
        padding-right: 0;
    }

    #headerIcon{
        width: 42px;
        height: 42px;
    }

    #name-text{
        font-size: 18px;
    }

    #part1{
        padding-top: 152px;
    }

    .containerAppStore{
        padding-top: 43px;
    }

    #titleText{
        font-size: 30px;
        line-height: 54px;
    }

    #descText{
        font-size: 18px;
        line-height: 27px;
        padding-top: 27px;
    }

    .img-download-app-store{
        width: 168px;
        height: 56px;
    }

    .roundedBorder {
        width: 94px;
        height: 41px;
        border: 1px solid #F2F2F2;
        box-sizing: border-box;
        border-radius: 14px;
    }

    .featureTextContainer{
        margin-top: 0;
    }

    #galleryTitle{
        padding-top: 45px;
        font-size: 23px;
    }

    #screensTitle {
        padding-top: 23px;
        font-size: 30px;
    }

    #galleryImages{
        padding-top: 36px;
    }

    #faqText{
        padding-top: 36px;
        font-size: 30px;
        line-height: 44px;
    }

    #faqAnswerBlock{
        padding-top: 54px;
        padding-bottom: 63px;
    }

    .faqQuestion{
        font-size: 19px;
        line-height: 33px;
    }

    .faqAnswer{
        font-size: 14px;
        line-height: 28px;
    }

}

@media (min-width: 1200px) {
    #worldMap{
        margin-top: -100px;
    }

    #part1{
        padding-top: 168px;
    }

    #titleText{
        font-size: 35px;
        line-height: 60px;
    }

    #descText{
        font-size: 20px;
        line-height: 30px;
        padding-top: 30px;
    }

    .img-download-app-store{
        width: 180px;
        height: 60px;
    }

    .container{
        width: 1200px;
    }

    #galleryTitle{
        padding-top: 50px;
        font-size: 25px;
    }

    #screensTitle {
        padding-top: 28px;
        font-size: 32px;
    }

    #galleryImages{
        padding-top: 35px;
        padding-bottom: 10px;
    }

    #faqText{
        padding-top: 40px;
        font-size: 32px;
        line-height: 48px;
    }

    #faqAnswerBlock{
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .faqQuestion{
        font-size: 21px;
        line-height: 36px;
    }

    .faqAnswer{
        font-size: 15px;
        line-height: 30px;
    }

}


