﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


:root {
    --font-default: "Roboto";
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Roboto", sans-serif;
}

/* Colors */
:root {
    --color-default: #4D4D4D;
    --color-primary: #009deb;
    --color-secondary: #A5A5A5
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-default);
    margin: 0;
    padding: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-style:normal;
    font-weight:700;
}

* {
    box-sizing: border-box;
}

p {
    margin: 0px;
}


li {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
}


hr.hrblue {
    border-top: 3px solid #009deb;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    opacity:1;
}

.header {
    display: flex;
    justify-content: space-between;
    max-height: 150px;
    padding: 0 20px 20px 20px;
    align-items: center;
}

.navbar-header {
    align-self: center;
}

.cover-title {
    padding-top: 30px;
    /*margin-top: 55px;*/
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 50px;
}

.feature .cat-icon {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.feature .feature-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 2rem;
    padding: 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.cat-icon:hover {
    opacity: 0.9;
    /*cursor: pointer;*/
    transform: scale(1.02);
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(177, 177, 177, 0.25);
    border: 0;
    border-radius: 15px;
    padding: 20px;
    min-height: 310px;
    text-align: left;
    box-shadow: 0px 4px 50px rgba(177, 177, 177, 0.25);
}

.text-parag {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.feature .text-parag {
    min-height: 120px;
    overflow: auto;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    /*border-color: #a768f3;    background-color: #a768f3;*/
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}

    .btn-primary:hover {
        border-color: var(--color-secondary) !important;
        background-color: var(--color-secondary) !important;
    }

.header-btn,
.header-btn a,
.header-btn a:focus {
    color: #fff !important;
    background-color: transparent;
    font-size: 14px;
    width: 100px;
    border: 0 solid #fff;
    border-radius: 11px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

    .header-btn:hover, header-btn:focus, header-btn:active {
        border: 1px solid #fff;
        border-radius: 8px;
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    }


.text-title {
    padding-left: 7px;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.text-subtitle {
    padding: 10px 0 20px 0;
    max-width: 600px;
    text-align: justify;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.row-buttons {
    margin-top: 40px;
}

.btn-sign {
    background: #009EDB;
    color: #fff;
    width: 200px;
    height: 38px;
}

    .btn-sign:hover {
        background: #009EDB;
        color: #fff;
        
    }


    .btn-access i.fa {
        font-size: 22px;
        margin-right: 10px;
    }

.row-intro {
    margin-top: 80px;
}

.bg-lightgrey {
    background-color: #F2F2F2;
}

#section-missions {
    margin-top: 100px;
}

#section-faq .dropdown-toggle {
    border: 1px solid #9F9F9F;
}



@media (max-width: 991px) {
    .cat-icon-mission {
        flex-direction: column;
        display: flex;
    }
}

@media (min-width: 991px) and (max-width: 991px) {
}

@media (min-width: 992px) {
    body {
        /* background-color: #fff;
        background-image: url(/assets/images/LandingPage/UN-mcr-signin-bg.png);
        background-position: center top;
        background-attachment: inherit;
        background-size: 100%;
        background-repeat: no-repeat;
       */ flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .row-intro {
        margin-top: 160px;
    }

    .cat-icon-mission {
        flex-direction: row;
        display: inline-block;
        max-width: 21%;
        margin-right: 5px;
    }

    .container-hero {
        padding-top: 160px;
    }

    .text-title {
        font-size: 58.0741px;
    }

    .text-subtitle {
    }
}


footer {
    border-top: 5px solid #009EDB;
    background-color: #4D4D4D;
    z-index: 100;
    position: relative;
}

    footer ul li.nav-item {
        list-style-type: none;
        padding: 5px 10px 5px 10px;
    }

.footer-hr-vert {
    height: 1px;
    color: #F2F2F2;
    background-color: #F2F2F2;
    border: none;
}

.menu-links-footer {
    flex-direction: row;
}

.verticalline-links-footer {
    position: absolute;
    border-left: 1px solid #FFFFFF;
    height: 42.5px;
    margin-top: -8px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer-bottom-menu-link {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer i.fa.fa-2 {
    font-size: 20px;
    color: #FFFFFF;
}

footer .btn-our-catalogs {
    color: #4D4D4D;
    background: #FFFFFF;
    border: inset 1px #009EDB;
    width: 151px;
    margin-top: -6px;
    margin-left: 6px;
}



/*triangle effect https://www.shapedivider.app */
.triangle-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .triangle-shape-divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 150px;
        transform: rotateY(180deg);
    }

    .triangle-shape-divider-bottom .shape-fill {
        fill: #FFFFFF;
    }
/* triangle effect end */

.hero {
    /*background-image: url(/assets/images/LandingPage/UN-mcr-signin-bg.png);*/
    background-image: url(/assets/images/hero-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 75vh;
    position: relative;
}

    .hero:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
    }

.hero-content {
    position: absolute;
    color: #fff;
}

    /*.hero:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.2);
        inset: 0;
    }*/