
.value{
    
}

/* Example usage */
body {
    font-family: 'EuropeExt', sans-serif;
}

h1 {
    font-family: 'EuropeExt Bold', sans-serif;
}

em {
    font-family: 'EuropeExt Bold Italic', sans-serif;
}

.logo {
    margin-left: -5rem;
}
/* header */

.current_page_item a {
    font-family: 'EuropeExt Bold';
}

a{
    text-decoration: none;
}
header {
    height: 62px;
    align-items: center;
    display: flex;
    width: 100%;
    top: 0;
    background: transparent;
}
header .row{
    justify-content: space-between;
    align-items: center;
}
header .logo, header .nav-box {
    width: auto;
    display: flex;
    width: 330px;
    padding: 10px;
}
.nav-box.active {
    top: 135px !important;
    padding: 0;
    transition: top 2s ease-in-out;
    z-index: 10 !important;
}
header .logo img{
    width: 201px;
}
header .nav-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 44px;
    align-items: center;
}
header .nav-box ul li a {
    font-size: 14px;
    margin: 0px 0.3rem;
    color: #373184;
    font-weight: 600;
    letter-spacing: 1.5px;
}

header .nav-box ul li a:hover {
     text-decoration: underline;
}

a.get-button {
    height: 44px;
    background: #BA2B27;
    align-items: center;
    display: flex;
    width: 174px;
    justify-content: center;
    color: #fff;
    margin-left: 1.5rem;
    font-family: "Montserrat", serif;
}
a.get-button:hover {
    opacity: 0.8;
}

/* Hero */

.hero {
    width: 100%;
    height: 750px;
}

.hero h1 {
    font-size: 53px;
    line-height: 62px;
    color: #373184;
    font-weight: 700;
    
}

/* Wrapper for stacking sections */
.section-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    
}

/* Light mode section */
.section.light {
    background-color: white;
    color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: clip-path 0.2s ease-out;
}

/* Dark mode section (hidden under light mode) */
.section.dark {
    background-color: black;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
        
        
.section.dark .hero h1{
    color:#fff;
}

.section.dark a{
    color:#fff;
}

.section.dark header .logo img {
    width: 201px;
    filter: brightness(0) invert(1);
}
.logo {
    margin: 0;
    padding: 0;
}
.nav-box.v1 {
    padding: 0;
}
.nav-box ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    font-family: "Montserrat", serif;
    padding: 15px 0px;
    z-index: 999;
}
img.hero-img {
    width: 65%;
}
h1 {
    font-size: 2.5rem;
    transition: color 0.3s;
}

.nav-box a {
    text-decoration: none;
    font-size: 1rem;
    margin-left: 10px;
    transition: color 0.3s;
}

.get-button {
    background: #007bff;
    color: white;
    padding: 10px 15px;
}
.nav-line{
    display: none ;
}


@media only screen and (max-width: 770px) { 
.about .about-box {
    margin: 0.5rem;
}
.dark.show .header-box {
    background: #fff;
    box-shadow: none;
}
.dark.show .nav-line-v1 span {
    background: #fff;

}
    
    .nav-line, .nav-line-v1 {
        width: 60px;
        height: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .nav-line span, .nav-line-v1 span {
        width: 60px;
        height: 3px;
        background: #373184;
        margin: 2px;
        border-radius: 50px;
    }
    img.hero-img {
        width: 100%;
    }
    
    .nav-box.active ul li {
        height: 45px;
        display: flex;
        align-items: center;
    }
    .nav-box.active ul li a {
        color: #fff;
        width: 100%;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 40px;
        color: #373184;
        font-weight: 700;
    }
    .hero .get-button {
        color: white;
        padding: 10px 15px;
        display: block !important;
        height: 44px;
        background: #BA2B27;
        align-items: center;
        display: flex;
        width: 174px;
        justify-content: center;
        color: #fff;
        margin-left: 0 !important;
        font-family: "Montserrat", serif;
        text-align: center;
        margin-top: 1rem;
    }
    
img.hero-img {
    width: 100% !important;
    margin-top: 0;
    position: absolute;
    left: 0;
}

}
    section.about h4 {
        font-size: 42px;
        font-weight: 600;
        color: #373184;
        line-height: 48px;
    }

section.clients h4 {
    font-size: 42px;
    font-weight: 600;
    color: #373184;
    line-height: 48px;
}
section.about {
    padding: 3rem 0;
}


section.about img {
    width: 600px !important;
    border-radius: 0 !important;
}






/*Value Section*/
.about-box h5 {
    font-size: 55px;
    font-weight: bold;
    color: #373184;
    font-family: 'EuropeExt Bold';
    margin: 0rem 0 0.5rem 0;
}

.about-box p {
    margin: 0;
}
.about-box {
    background: transparent;
    color: #000000;
    padding: 1.3rem 0.8rem;
    border-radius: 3px;
    border: 1px solid #ABABAB;
    margin-bottom: 1rem;
}

.about-box:hover {
    background: #373184;
    color: #fff;
    padding: 1.3rem 0.8rem;
    border-radius: 3px;
}

.about-box:hover h5{
    color: #fff;
}
.about-box p {
    margin: 0;
    font-size: 12px !important;
}

/*Value*/
section.value {
    background: #F5F5F5;
    padding: 3rem 0;
}

/*Footer*/
.site-footer {
    background: #242254;
    padding: 2rem 0 0 0;
}
.site-footer img {
    filter: brightness(10);
    width: 230px;
}
.site-footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-family: 'Montserrat';
}
.site-footer ul li {
    display: flex;
    margin: 1rem 0;
    color: #fff;
    flex-wrap: wrap;
}
.titft {
    font-size: 14px;
}
.tipft {
    font-size: 16px;
}

.site-footer ul li span {
    width: 100%;
}

.titftt {
    color: #fff;
    font-size: 19px;
    margin: 2rem 0 0 0;
    font-weight: 700;
}
.ftofast{
     padding: 0rem 0 2rem 0;
}
.site-footer .menu a {
    color: #fff;
}
.site-footer .menu a:hover {
    opacity: 0.8;
}
.intro-ft{
    padding: 0rem 0 2rem 0;
}
.ftcp, .ftrv, .ftcpa {
    font-family: 'Montserrat';
    color: #fff !important;
    font-size: 12px;
}

.intro-ft {
    padding: 0rem 0.8rem 2rem 0.8rem;
}
.ft-cpoy {
    padding: 1rem 0.8rem 1rem 0.8rem;
}

.ftcp {
    text-align: end;
}

.view-all-btn {
    height: 44px;
    background: #BA2B27;
    align-items: center;
    display: flex;
    width: 174px;
    justify-content: center;
    color: #fff;
    margin: 1rem;
    font-family: "Montserrat", serif;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s ease-in-out;
    padding: 0;
}