/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --color-primary: #0f1032;
    --color-secondary: #32BFB5;
    --color-mediumblue: #2d5275;
    --color-bluewhite: #92d5d8;
    --color-bluegrey: #79b2b6;
    --color-greengrey: #609093;
    --color-grey: #a7a9ac;
    --color-cyanwhite: #e9f6f7;
    --color-whitetransparent: #d1d3d4;
    --color-white: #fff;
    --color-red: #f00;
    --color-lightSecondary: #32bfb540;
    --color-meteoMatin: #34a0e8;
    --color-meteoMidi: #1a6395;
    --color-meteoSoir: #06436c;
    --color-meteoNuit: #212436;
}

.columns {
    padding: 0;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.clrPrimary {
    color: var(--color-primary);
}

.clrSecondary {
    color: var(--color-secondary);
}

.clrRed {
    color: var(--color-red);
}

.clrWhite {
    color: #ffffff;
}

.bgclrPrimary {
    background-color: var(--color-primary) !important;
}

.bgclrSecondary {
    background-color: var(--color-secondary) !important;
}

.bgclrLightSecondary {
    background-color: var(--color-lightSecondary) !important;
}

.bgclrCyanWhite {
    background-color: var(--color-cyanwhite);
}

.bgclrMediumBlue {
    background-color: var(--color-mediumblue);
}

.bgclrBlueWhite {
    background-color: var(--color-bluewhite);
}

.bgclrBlueGrey {
    background-color: var(--color-bluegrey);
}

.bgclrGreenGrey {
    background-color: var(--color-greengrey);
}

.bgclrGrey {
    background-color: var(--color-grey);
}

.bgclrWhiteTransparent {
    background-color: var(--color-whitetransparent);
}

.bgclrWhite {
    background-color: var(--color-white);
}

.borderColorSecondary {
    border: 1px solid var(--color-secondary);
}

.u-hide {
    display: none;
}

.fredokaOne {
    font-family: 'Fredoka One' !important;
}

.lexend {
    font-family: 'Lexend' !important;
}

body {
    background: #fff;
    color: #2f3138;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #32bfb5;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #f8234a;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #0e1b4d;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.wrap {
    word-wrap: break-word; /* IE */
}

.main-page {
    margin-top: 70px;
}

.MapLoader {
    position: fixed;
    z-index: 10000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(255, 255, 255,0.6);
    display: none;
}

    .MapLoader img {
        height: 150px;
        width: 150px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.SavingLoader {
    position: fixed;
    z-index: 10000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0,0.6);
    display: none;
}

    .SavingLoader p {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0;
    }

    .SavingLoader img {
        height: 120px;
        width: 120px;
        display: block;
        margin: 10px auto;
    }


.inputMain {
    background-color: transparent;
    border: 2px solid #32bfb5;
    box-shadow: none;
    border-radius: 25px;
    padding: 8px 12px;
    margin-top: 10px;
    color: #32bfb5
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error, small.error {
    background: #ff851d;
    margin: 0;
    border-radius: 10px;
    font-size: 11px;
    font-style: normal;
    width: 100%;
    display: none;
    font-family: "Open Sans", sans-serif !important;
}

.btnMain100 {
    margin: 0;
    width: 100%;
    font-size: 13px;
    padding: 8px;
    border-radius: 10px;
    background-color: var(--color-primary);
    font-family: "Open Sans", sans-serif;
}

.btnMain {
    margin: 0;
    padding: 5px 15px;
    background-color: var(--color-primary);
    border-radius: 5px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

    .btnMain:hover, .btnMain100:hover {
        background-color: var(--color-secondary);
        color: #fff;
    }

.lobibox.lobibox-confirm {
    border-radius: 5px;
}

    .lobibox.lobibox-confirm .lobibox-header {
        background-color: var(--color-secondary) !important;
        color: var(--color-white) !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .lobibox.lobibox-confirm .lobibox-footer {
        background-color: var(--color-secondary) !important;
    }

.lobibox .lobibox-btn {
    color: var(--color-primary) !important;
    background-color: #ffffff !important;
    border: 0 !important;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #32bfb5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #f94a6a;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    width: 100%;
    transition: all 0.5s;
    z-index: 997;
    display: flex;
    padding: 20px 0;
}

    #header #logo {
        flex: 1;
        padding-right: 20px;
    }

    #header.header-scrolled, #header.header-inner {
        background: rgba(6, 12, 34, 0.98);
        height: 70px;
    }

    #header #logo a {
        font-size: 24px;
        margin: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Lexend' !important;
    }

        #header #logo a span {
            color: #fff;
        }

    #header #logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

.headerButtonsContainer {
    max-width: 400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .headerButtonsContainer > .about-btn {
        margin-right: 10px;
        margin-bottom: 0
    }

@media (max-width: 992px) {
    #header #logo img {
        max-height: 30px;
    }

    #hero .heroParentContainer {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px
    }


}

@media (max-width: 640px) {

    #header #logo a {
        font-size: 18px;
    }

    .language-select {
        width: 96px !important;
        font-size: 13px;
    }

    .headerButtonsContainer {
        max-width: 135px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .headerButtonsContainer > .about-btn {
            font-size: 13px;
            padding: 8px !important;
            margin-right: 0;
            margin-bottom: 10px
        }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    min-height: 100vh;
    /*min-height: 860px;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 50px;
}

#hero:before {
    content: "";
    background: linear-gradient(0deg,rgb(4 8 20 / 100%), rgba(6, 12, 34, 0.5) 20%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

#hero h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    max-width: 100%;
}

    #hero h1 span {
        color: #32bfb5;
    }

#hero p {
    color: #ebebeb;
    font-size: 16px;
}


#hero .buttonsContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}


#hero .heroParentContainer {
    flex: 1;
    display: flex;
    gap: 20px
}

#hero .infoDiv {
    display: flex;
    width: 480px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    #hero .infoDiv > div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        background: #32bfb5a3;
        padding: 20px 20px 30px;
        border-radius: 40px;
    }

        #hero .infoDiv > div > ul {
            color: #fff;
            font-family: 'Lexend';
            font-size: 14px;
            margin: 0;
            width: 100%;
            list-style-type: none;
        }

            #hero .infoDiv > div > ul li {
                padding-bottom: 15px;
                margin-bottom: 15px;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #ffffff73;
            }

            #hero .infoDiv > div > ul li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }

                #hero .infoDiv > div > ul li > i,
                #hero .infoDiv > div > ul li > ion-icon {
                    font-size: 30px;
                    margin-right: 15px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-width: 70px;
                }

.orgPortContainer {
    background-size: cover;
    background-position: 50% 50%;
    width: 100% !important;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
}

    .orgPortContainer:hover > div {
        background: linear-gradient(0deg,rgb(0 0 0 / 35%), rgb(0 0 0 / 35%) 100%) !important;
    }

.filesContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    #hero .hero-container {
        top: 70px;
    }

    #hero h1 {
        max-width: 100%;
    }

    #hero p {
        font-size: 16px;
        max-width: 100%;
    }

    #hero .infoDiv {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

}

.about-btn, .about-btn-Darmor {
    font-family: 'Lexend' !important;
    border: 2px solid #fff;
    background-color: rgb(235 235 235 / 22%);
    backdrop-filter: blur(5px);
    font-size: 15px;
    border-radius: 50px;
    padding: 15px 20px;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

    .about-btn:hover {
        background: #32bfb5;
        color: #fff;
    }

    .about-btn-Darmor:hover {
        background: #f2cc23 !important;
        color: #fff;
    }

.file-btn {
    font-family: 'Lexend' !important;
    font-size: 13px;
    padding: 14px 20px;
    line-height: 1;
    color: #ffffff9c !important;
    text-decoration: none;
    border: 1px solid #ffffff9c !important;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px
}

    .file-btn:hover {
        color: #fff !important;
        border: 1px solid #fff !important;
    }

   /* .file-btn:first-child > div {
        border-left: 0
    }*/

@media (max-width: 640px) {

    .about-btn {
        font-size: 14px;
        padding: 15px !important;
    }
}

.language-select {
    outline: none;
    background-image: url(img/down-chevron.png);
    background-size: 12px 12px;
    background-position: 90%;
    background-color: transparent !important;
    font-family: 'Lexend' !important;
    color: #32bfb5;
    border-radius: 20px;
    border: 2px solid #32bfb5 !important;
    padding: 3px 10px;
    width: 125px;
    margin: 0;
}

.language-select-Darmor {
    background-image: url(img/down-chevronO.png) !important;
    color: #f2cc23 !important;
    border: 2px solid #f2cc23 !important;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 50px 30px;
}

    /*@media (min-width: 1024px) {
    #about {
        background-attachment: fixed;
    }
}*/

    #about:before {
        content: "";
        background: linear-gradient(180deg,rgb(4 8 20 / 100%), transparent 100%);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #about > div {
        flex: 1;
        background-color: #9b9b9b38;
        backdrop-filter: blur(5px);
        padding: 30px;
        border-radius: 5px;
    }

    #about > .imgContainer {
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
    }

.imgContainer .innerDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,rgb(4 8 20 / 100%), transparent 40%);
}

.descriptionContainer .innerDiv {
    /*background: linear-gradient(180deg,rgb(4 8 20 / 100%), rgba(6, 12, 34, 0.5) 20%);*/
}

#about > .descriptionContainer {
    /*background-image: url('https://media.istockphoto.com/id/1447270609/vector/topographic-seamless-pattern-vector-background.jpg?s=612x612&w=0&k=20&c=wXn4o_n_012RxotMinh8noG-8UPlqdKAEvphQX9i7cQ=');*/
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}


#about h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Lexend';
    margin-bottom: 10px;
    color: #fff;
}

#about h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lexend';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

#about p {
    font-size: 13px;
    font-family: 'Lexend';
    margin-bottom: 20px;
    color: #fff;
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #ffffffb3;
    font-family: 'Lexend';
    font-size: 11px;
}

.modalWhiteContainer {
    padding: 60px 20px 20px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    width: 60%;
    margin: auto;
    max-height: calc(100vh - 40px);
    overflow: auto;
}

    .modalWhiteContainer p {
        font-family: 'Lexend';
        font-size: 14px;
    }

.icon-whatsapp {
    background: #25d366;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition:.5s
}

.icon-whatsapp:hover {
    background: #fff;
    color: #25d366;
}

@media (max-width: 640px) {
    #header {
        padding: 20px 0;
    }

    #hero {
        padding: 0 15px;
    }

    #about {
        padding: 40px 15px 30px;
    }

        #about > div {
            padding: 15px;
        }

    .filesContainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .modalWhiteContainer {
        width: 90%;
    }

}
