body {
    font-family: "Ubuntu";
}

#title {
    background-color: #091353;
    color: white;
}

.container-fluid {
    padding: 3% 10%;
}

h1{
    font-size: 3rem;
    line-height: 1.5;
}

h3 {
    font-weight:500;
    line-height: 1.5;
}

h2 {
    font-size: 3rem;
    line-height: 1.5;
}

h4 {
    line-height: 2;
    font-weight: 900;
}

h5 {
    line-height: 2;
    font-weight: 900;
}

p {
   color: grey;
   line-height: 1.5;
}

/* why SIMZ Question */

.why-simz {
    padding-bottom: 2rem;
}

/* Navigation Bar  */

.navbar {
    padding: 0 0 4.5rem;
}

.navbar-brand {
    font-size: 2.5rem;
}

.nav-item {
    padding: 0 14px;
}

.nav-link {
    font-size: 1.2rem;
}

/* consultation-button */

#consultation {
    width: 100%;
    height: auto;
    margin-bottom: 15%;
}

.img-wrapper {
    width: 80%;
    margin: 4% 10% 5% 10%;
}

.img-wrapper img {
    width: 100%;
}

.txt-wrapper {
    width: 100%;
    position: relative;
    margin-top: -40%;
    text-align: center;
    color: #ffff;
    font-weight: bold;
}

.txt-wrapper h5 {
    color: #ffff;
    font-size: 1.5rem;
    font-weight: 500;
}

.consultation-button {
    margin: 5% 3% 5% 0;
}

/* Links  */

a {
    text-decoration: none;
    color: inherit;
}



/* Title Image  */

.title-image {
    width: 90%;
}

/* Full-Stack  */

#full-stack {
    padding: 5% 15%;
}

.fullstack-box {
    text-align: center;
    padding: 5%;
}

.fullstack {
    margin-bottom: 5%;
}

.fullstack-content {
    margin-bottom: 5%;
}

/* .fullstack-img {
    border-radius: 100%;
} */

#features {
    padding: 5% 15%;
    background-color: #091353;
    color: #ffff;
}

.feature-box {
    text-align: center;
    padding: 5%;
}

.icon {
    margin-bottom: 1rem;
}

.icon:hover {
    color: #1597E5;
}

/* Tech-Stack  */

#tech-stack {
    padding: 5% 15%;
}

.techstack-box {
    text-align: center;
    padding: 5%;
}

.techstack {
    margin-bottom: 5%;
}

.techstack-content {
    margin-bottom: 5%;
}

.card-title {
    text-align: center;
}

/* Testimonials section */

#testimonials {
    text-align: center;
    background-color: #091353;
    color: #ffff;
}

.testimonial-img {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

.carousel-item {
    padding: 5% 15%;
}

/* About us */

#about-us {
    padding: 5% 15%;
    text-align: center;
}

.about-us-content {
    font-weight: 500;
    margin: 20px 0;
}

#press {
    background-color:#091353;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}

/* Projects */

#projects {
    padding: 5% 15%;
}

.project-box {
    text-align: center;
    padding: 5%;
}

.project-heading {
    margin-bottom: 5%;
}

/* CTA  */

#cta {
    background-color: #091353;
    color: #ffff;
    padding: 5% 15%;
    text-align: center;
}

.cta-heading {
    font-size: 3.5rem;
    line-height: 1.5;
}

.cta-subheading {
    font-weight: 500;
    padding-bottom: 5%;
}

.cta-content {
    font-weight: 500;
}

.cta-box {
    margin: 20px;
}

.cta-button {
    margin-left: 84%;
}

/* Footer   */

#footer {
    padding: 5% 15%;
    text-align: center;
}

.social-icon {
    margin: 20px;
}


