:root {
    --dark-bg: #000231;
    --light-text: #dadada;
    --light-text-hover: #fff;
    --bg-white-op-25 : rgba(218,218,218,25%);

    --section-dark-bg : #000231;
    --section-light-bg : #fff;
    --section-dark-text: #000231;
    --section-light-text: #fff;

    --number-text: #0007ab;
}

.fg-light {
    color: var(--section-light-text);
}

.bg-transparent{
    background-color: transparent !important;
}

.bg-op-25{
    background-color: var(--bg-white-op-25) !important;
}

.h-100{
    height: 100% !important;
}

/* Start of header and menu section */

.logo{
    height: 60px;
}

header a {
    color: var(--light-text) !important;
}

header a:hover {
    cursor: pointer;
    color: var(--light-text-hover) !important;
}

.contact-us{
    border-radius: 25px;
}

/* End of header and menu section */


/* First Section */

.tagline{

}

.sub-tagline{
    color: var(--section-light-text) !important;
}

/* End of First Section */

section{
    max-width: 100vw;
}

section>div{
    width: 85% !important;
}

.first-section{
    background-color: var(--section-dark-bg) !important;
    font-family: 'Yanone Kaffeesatz';
    height: calc(100vh + 0.125rem);
}

.second-section{
    background-color: var(--section-light-bg) !important;
    font-family: 'Yanone Kaffeesatz';
    color: var(--section-dark-text) !important;

}

.third-section{
    background-color: var(--section-dark-bg) !important;
    font-family: 'Yanone Kaffeesatz';
    height: calc(100vh + 0.125rem);
}

.fourth-section{
    background-color: var(--section-light-bg) !important;
    font-family: 'Yanone Kaffeesatz';
    min-height: calc(100vh + 0.125rem);
}

.fifth-section{
    background-color: var(--section-dark-bg) !important;
    font-family: 'Yanone Kaffeesatz';
    height: calc(50vh + 0.125rem);
}

/* Start of carousel */

.divider-1{
    width: 30%;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: blue;
}

.divider-2{    
    width: 70%;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: red;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.growth-text{
    font-size: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--section-light-text);
}

.details-text{
    font-size: .8rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--section-light-text);
}
.details-text-dark{
    font-size: .8rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--section-dark-text);
}
/* End of carousel */

/* Start section four */

.half-content
{
    width: 70%;
}

.right-side{
    text-align: right;
}
.right-side-details{
    text-align: right;
    padding-left: 30%;
}

.number-text{
    color: var(--number-text);
    font-size: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title-text{
    font-size: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*End section four*/

/* Start second section */

.service-grid
{
    padding-bottom: 70px !important;
    padding-top: 70px !important;
    cursor: pointer;
}

.descption{
    font-size: 1.1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* End second section */

/* Start of fifth section */

.footer-logo{
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--section-light-text);
}

.footer-logo>img{
    height: 150px;
    width: 150px;
}

.footer-navigation{
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--section-light-text);
}

.footer-navigation li {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social li{
    float: left;
    margin-right: 15px;
    font-size: 1.5rem;
    color: var(--light-text);
}

/* End of fifth section */