@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/sfpro/SF-Pro-Text-Regular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/sfpro/SF-Pro-Text-Bold.otf);
}


.body, div, a, button, span, input, section,footer,header {
    font-family: "MainFont", "Arial", sans-serif;
}

.languageBtnPosition {
    position: absolute;
    right: 0;
    top: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
  color: #000;
}

.homepageSection01 {
    background-image: url(../images/project/homepageSection1BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;
}

.homepageSection01Text1 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}

.homepageSection01Text2 {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}

.primaryBtn {
    font-weight: 600;
    font-size: 15px;
    color: #1b45a1;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: unset;
}

.primaryBtn:hover {
    background-color: #1b45a1;
    color: #fff;
}

.homepageSection1Img {
    width: 400px;
}

.homepageSection02 {
    background-color: #fff;
    padding: 50px 20px;
}

.homepageTitle {
    font-weight: 600;
    font-size: 30px;
    color: #2a2e49;
}

.homepageSection02Title {
    font-weight: 600;
    font-size: 20px;
    color: #2a2e49;
}

.homepageSection02Content {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-top: 10px;
}

.homepageSection2Img {
    width: 60%;
}

.homepageSection2Img2 {
    width: 80%;
}

.homepageSection03 {
    background-image: url(../images/project/homepageSection3BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 100px 20px 20px 20px;
}

.homepageSection3icon {
    width: 100px;
}

.homepageSection03Title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.homepageSection03Content {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.homepageSection04 {
    background-color: #fff;
    padding: 30px 20px;
}

.homepageSection4Img {
    width: 100px;
}

.homepageSection04Title {
    font-weight: 600;
    font-size: 20px;
    color: #2a2e49;
}

.homepageSection04Content {
    font-weight: 300;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 20px;
    margin-top: 5px;
}

.homepageFooter {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background: rgb(70,89,193);
    background: linear-gradient(90deg, rgba(70,89,193,1) 0%, rgba(58,208,222,1) 100%);
    text-align: center;
    padding: 5px;
}

.homepageLogo {
    height: 80px;
}

.tnc1Title {
    font-weight: 600;
    font-size: 20px;
    color: #2a2e49;
}

.tnc1Content {
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.tnc2Title {
    font-weight: 600;
    font-size: 15px;
    color: #2a2e49;
}

@media (min-width: 320px) and (max-width: 767px) {
    .homepageSection01Text1 {
        font-size: 24px;
    }
    
    .homepageLogo {
        margin-top: 40px;
    }

    .homepageSection01 {
        padding: 20px 0px;
    }

    .homepageSection1Img {
        width: 100%;
    }

    .homepageSection2Img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .homepageSection2Img2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .homepageSection02 {
        padding: 20px 0px;
    }

    .homepageSection03 {
    padding: 120px 0 20px 0;
    }

    .homepageSection04 {
        padding: 20px 0px;
    }
}
