:root {
    --animate-delay: 0.5s;
    --success-color: #3f7175;
}
body {
    /*font-family: Manrope, serif;*/
    font-weight: 400 !important;
}
.bgmain {
    background-image: url(/img/bgmain.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.bgmain1 {
    background-image: url(/img/bgmain1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ek1 {
    background-image: url(/img/ek1.webp);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right bottom;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 60;
    /*mix-blend-mode: multiply;*/
    /*filter: brightness(110%);*/
}
.topheader {
    position: relative;
    z-index: 500;
}
.topheader nav {
    border-bottom: 1px solid #6a9c9f;
}
.border-bottom-2 {
    border-bottom: 1px solid #6a9c9f;
}
.main-hero {
    position: absolute;
    z-index: 100;
    top: 0;
    width: auto;
    height: 100%;
}
.main-hero-button {
    position: absolute;
    bottom: 50px;
    font-size: 1.2rem;
    z-index: 501;
}
.navbar-brand {
    /*font-family: "Noto Serif", sans-serif;*/
    font-weight: 600;
    font-size: 1.8rem;
}
.footer-brand {
    /*font-family: "Noto Serif", sans-serif;*/
    font-weight: 600;
    font-size: 1.2rem;
    color: #ffffff;
}
.footer-brand:hover {
    color: #afd9dc;
}
.footer {
    background: var(--success-color);
    color: #ffffff;
}
.bg-search {
    /*background: rgba(255, 255, 255, 0.5) !important;*/
    background: rgb(207, 229, 228) !important;
}
.bg-1 {
    background: rgba(255, 250, 221, 0.60);
}
a:hover {
    color: var(--success-color);
}
.news-link {
    color: #000000;
    text-decoration: none;
}
.news-link:hover {
    text-decoration: underline;
}
#navbarHeaderContent ul li a {
    border-bottom: 2px solid transparent;
    padding: 5px 10px;
    transition: .2s linear;
}
#navbarHeaderContent:not(.mobile) ul li a:hover,
#navbarHeaderContent:not(.mobile) ul li.active a {
    border-bottom: 2px solid var(--success-color);
}
.form-control:focus {
    border-color: var(--success-color) !important;
    box-shadow: 0 0 0 .25rem rgba(18, 117, 126, 0.25) !important;
}
.img-fluid-card {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-img-top {
    width: 100%;
    height: 10vw;
    /*height: 100%;*/
    object-fit: cover;
    margin-bottom: 0;
}

.manrope {
    /*font-family: "Manrope", serif !important;*/
}

.btn {
    border-radius: 7px;
}

.wave-icon {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wave-icon:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 4px 4px 0 0;
    background-image: url('/img/wave-icon32.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

h1,h2,h3,h4,h5,h6 {
    /*font-family: "Noto Serif", sans-serif;*/
}
.fs08 {font-size: .8rem;}
.fs09 {font-size: .9rem;}
.fs10 {font-size: 1rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs16 {font-size: 1.6rem;}

.fw-bold {font-weight: bold;}
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 2px var(--success-color);
}

.zoom {
    overflow: hidden;
    display: inline-block;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*** waves ***/
.waves-svg {
    position:absolute;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 50;
}
.wave-footer {
    position: relative;
    /*height: 100%;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/

    /*display: block;*/
    /*position: relative;*/
    width: 100% !important;
    height: 150px !important;
    z-index: 50;
    /*box-sizing: border-box;*/
}
/*#wave {*/
/*    position:absolute;*/
/*    bottom: 0;*/
/*    left:0;*/
/*    right: 0;*/
/*    z-index: 50;*/
/*    opacity: .7;*/
/*}*/
/*#wave > svg:nth-child(1) {*/
/*    position:absolute;*/
/*    z-index: 52;*/
/*    opacity: .7;*/
/*}*/
/*************/


@media (max-width: 575.98px) {
    .ek1 {background-size: 60%;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Small devices (landscape phones, 576px only) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/* Medium devices (tablets, 768px only) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .ek1 {background-size: 60%;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Large devices (desktops, 992px only) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ek1 {background-size: 25%;}
}
/* X-Large devices (large desktops, 1200px only) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .ek1 {background-size: 25%;}
}

@media (min-width: 1600px) {
    .ek1 {background-size: 30%;}
}

@media (min-width: 1979.98px) {
    .ek1 {
        background-size: 40%;
        height: 100vh;
    }
}

