:root {
    --color-dark-green: #041B15;
    --color-green: #136F63;
    --color-light-green: #4CE0D3;
    --color-secondary: #136F63;
}

* {
    font-optical-sizing: auto !important;
    -webkit-font-smoothing: antialiased !important;
}
html {
  scroll-behavior: smooth;
}

::selection {
    background-color: rgba(19, 111, 99, .4);
}


@font-face {
    font-weight: bold;
    font-family: 'bold';
    src: url("./fonts/Gotham-Rounded/Gotham Rounded Bold.otf") format("opentype");
}



@font-face {
    font-family: 'normal';
    font-weight: normal;
    src: url("./fonts/Gotham-Rounded/Gotham Rounded Medium.otf") format("opentype");
}

@font-face {
    font-family: 'light';
    font-weight: light;
    src: url("./fonts/Gotham-Rounded/Gotham Rounded Light.otf") format("opentype");
}




* {
    font-optical-sizing: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: normal !important;
    font-weight: normal;
    font-size: .8rem !important;
}

.nav li {
    font-family: 'bold';
}

.nav li a:active,
a:focus,
a:hover {
    color: var(--color-green) !important
}

.nav li a {
    color: black !important;
}

.nav li a:hover {
    color: inherit !important;
    font-weight: normal !important;
}

.book {
    background: var(--color-secondary) !important;
    font-family: normal !important;
    color: #fff !important;
}

.logo {
    font-family: 'bold' !important;
    color: var(--color-secondary) !important;
    font-size: 1.2rem;

}

.jumbo {
    background: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 90%
}

.jumbo::before {
    content: "";
    background: url('../images/ptn.png') repeat, rgba(189, 105, 130, 0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    height: 90%
}

.jumbo::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.jumbo h1 span {
    /*    background: var(--color-dark-green);*/
    border-radius: .9rem;
    /*
    padding-left: 10px;
    padding-right: 10px;
*/
    font-family: bold;
    z-index: 100000 !important;
    pointer-events: none;
}

.jumbo .desc {

    z-index: 100000 !important;
    padding: 0;
    font-family: normal;

}

.jumbo .desc span {
    z-index: 100000 !important;
    background: rgba(4, 27, 21, .5);
    border-top-left-radius: .3rem;
    border-top-right-radius: .3 rem;
    line-height: 1.3rem;

}

.jumbo a {
    background: var(--color-green);
    cursor: pointer;
   
}

.jumbo a:hover{
   background: #fff;
    color: var(--color-green);
}

@media only screen and (max-width: 768px) {
    .jumbo {
        height: 100% !important;
        background-position: 15% 50%;
    }

    .jumbo::before {
        height: 100% !important;
    }

    .jumbo h1 {
        margin-top: 60px !important;
    }

    .jumbo h1 {
        text-align: left !important;
    }

    .jumbo .desc {
        text-align: left !important;
        font-size: 1rem;

    }
}

.about h6 {
    font-family: normal !important;
    font-size: 1rem
}

.about h1 {
    font-size: 1.6rem;
    font-family: bold;
}

.about p {
    font-size: .9rem;
    font-family: normal !important;
}

.about a {
    background: var(--color-green);
     color:#fff !important;
}
.about a svg{
    color:#fff !important;
}
.values {
    background: var(--color-dark-green);
    color: #fff ;
}
.values h2 {
    font-size: 1.4rem;
    font-family: bold;
}

.values h6 {
    font-size: 1rem;
}

.values p {
    /*    font-family: light;*/
    font-size: .8rem
}

.values h5 {
    font-size: .9rem;
    font-family: normal
}
.whyus ul{
    text-align: justify !important;
}
.whyus .bga{
    background: var(--color-green);
}
.whyus .bga svg{
    color: #fff
}
@media only screen and (max-width: 600px) {
  .whyusaccord {
    width: 100% !important;
  }
}

.prompt {
     background: var(--color-dark-green);
    color: #fff ;
}

.prompt .bga{
    background: var(--color-green);
}
.prompt .bga svg{
    color: #fff
}