﻿.landing-section {
    min-height: 30vh;
}

    .landing-section .content {
        padding-top: 3vh;
    }

.landing-section-heading {
    width: 250px;
}

.landing-section-img {
    width: 450px;
    height: 292px;
}

.start-project {
    padding: 20px;
    background-image: url('../assets/start-project-bg-right.png');
    background-size: cover;
}

    .start-project .landing-section-heading {
        width: 150px;
        height: 33px;
    }

.start-project-btn {
    color: #041C34;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 20px !important;
    width: fit-content;
    height: fit-content;
}

.bg-lightBlue {
    background-color: #1CD2E2 !important;
}

.text-lg {
    font-size: 1.5rem;
}

a.lang {
    font-family: coco !important;
}
        


/*fonts*/
@font-face {
    font-family: Tajawal;
    src: url(../assets/fonts/Tajawal-Regular.ttf);
}

@font-face {
    font-family: coco;
    src: url(../assets/fonts/coconnextarabic-light.ttf);
}

@font-face {
    font-family: proximaNova;
    src: url(../assets/fonts/ProximaNova-Regular.otf);
}

.icon-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

a {
    text-decoration: none !important;
}

p, button, label, h2, h3, h4, h5, h6, a {
    font-family: Tajawal;
}

.tspan {
    font-family: proximaNova;
}

h1 {
    font-family: coco;
}
