@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Tajawal:wght@200;300;400;500;700;800;900&family=Abril+Fatface&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --primary: #255624;
    --primarylight: #5B905B;
    --darkgrey: #101010;
    --lightgrey: #e5e5e5;
    --white: #ffffff;
    --black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--darkgrey);
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
    color: var(--white);
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
}

.abril {
    font-family: 'Abril Fatface', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

hr {
    margin: 1rem auto 2rem;
    background-color: #fff;
    opacity: .5;
    width: 50px;
}

.radius-50 {
    border-radius: 50px;
}

p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--primarylight);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--white);
}

a:visited {
    color: var(--primarylight);
}

a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.primary {
    background-color: var(--primary);
}

.secondary {
    background-color: var(--secondary);
}

.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary p,
.primary li {
    color: #fff;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar.nav-minimize {
    border-bottom: 1px solid var(--white);
}

.bg-dark {
    background-color: var(--darkgrey) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-minimize #dnn_dnnLOGO_imgLogo {
    max-height: 80px;
}

.nav-link {
    display: inline-block;
    color: var(--white) !important;
    text-decoration: none;
    line-height: 40px;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--primarylight) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--primarylight) !important;
}

.dropdown-menu {
    background-color: #f5f5f5;
    border: 1px solid #202020;
    margin: 0;
    min-width: 15rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/*
#Hero:not(.PageType_Home) {
    display: none;
}*/

.PageType_Home #Hero .row {
    position: relative;
    height: 200px;
}

.PageType_Home #Hero .row {
    height: 100vh;
}

.PageType_Home .hero-text,
.PageType_Home .hero-image {
    position: absolute;
}

.PageType_Home .hero-text {
    left: 0;
    z-index: 1;
    top: 50px;
}

.PageType_Home .hero-text {
    top: 25vh;
}

.PageType_Home .hero-image {
    right: 0;
}

.PageType_Normal .hero-image {
    display: none;
}

.PageType_Normal .hero-text {
    padding-top: 2rem;
}

.hero-text h1 {
    font-size: 6rem;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}

.PageType_Normal .hero-text h1 {
    text-transform: uppercase;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

/* home */

.PageType_Home .Normal {
    font-size: 16px;
    line-height: 2;
}

/*#dnn_ctr13142_ModuleContent {
    position: fixed;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#dnn_ctr13142_ModuleContent.fadeout {
    opacity: 0;
}*/

.PageType_Home #TwoColumn {
    align-items: center;
}

.PageType_Home #ThreeColumn {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/* etc. */

#MainContent {
    padding-top: 1rem;
    padding-bottom: 3rem;
/*    padding-left: 8%;
    padding-right: 8%;*/
}

#HomeContent ul,
#MainContent ul {
    padding-left: .5rem;
}

#HomeContent li,
#MainContent li {
    list-style-type: disc;
}

.primary-button {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px 10px;
    background-color: var(--primarylight);
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.primary-button:hover {
    background-color: var(--primary);
    color: #fff !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px 10px;
    background-color: transparent;
    border: 2px solid var(--white);
    text-transform: uppercase;
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.faq-button {
    background-color: transparent;
    border: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    padding-top: 2%;
    padding-bottom: 2%;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 997px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 60px;
    }

    #Hero .row {
        height: 150px;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .Id3316 #dnn_fcsFarLeft,
    .Id3316 #dnn_fcsMidLeft {
        margin-bottom: 1rem;
    }

    .PageType_Home #Hero .row {
        height: 70vh;
    }

    .PageType_Home .hero-text {
        top: 20vh;
    }

    .PageType_Home #dnn_columnLeft {
        order: 2;
    }

    .PageType_Home #dnn_columnRight {
        order: 1;
    }
}

@media screen and (max-width: 768px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    #HomeContent {
        padding-left: 3%;
        padding-right: 3%;
    }

    .PageType_Home .hero-text {
        top: 10vh;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .PageType_Home .hero-text h1 {
        text-align: center;
    }

    #MainContent {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .Page-Home #MainBottomContent,
    .Id3124 #MainBottomContent,
    .Id3125 #MainBottomContent {
        background-attachment: scroll;
    }
}
