.nav-item{
    background-color: #008c45;
    border-radius: 10px;
    margin: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    height: 30px;
    line-height: 50%;
}
.nav-link{
    color: #fff!important
}
.logo-navbar{
    width: 100px
}
.logo-container{
    margin-top: 20px;
    margin-left: 5%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -10px -10px 10px #008c45
}
body{
 margin-bottom: 20vh   
}
nav{
    padding: 0px!important;
}
.navbar-nav{
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.active{
    background-color: #000
}
.header-text{
    display: none;
}
@media (min-width: 1057px) {
    .custom-number-container{
        background-color: #fff;
        border-radius: 50%;
        height: 140px;
        width: 140px;
        vertical-align: middle;
        text-align: center;
        line-height: 1rem;
    }
    .bold{
        font-weight: bold;
        font-size: 16px;
    }
    .bolder{
        font-weight: bold;
        font-size: 40px;
    }
    .custom-card{
        height: 555px;
    }
}
@media (max-width: 1056px) {
    .header-text{
        display: block;
        font-weight: bold;
        font-size: 100%
    }
    h1{
        font-size: 1.5rem
    }
    .logo-navbar{
        width: 90px
    }
    .side-background2{
        position: fixed;
        right: 0;
        height: 100%;
        z-index: -1;
        max-width: 70%;
        top: 0;
        clip: rect(0px auto 110px 0px)!important
    }
    .container, .custom-container{
        margin-top: 140px
    }
    .custom-number-container{
        background-color: #fff;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        vertical-align: middle;
        text-align: center;
        line-height: 0.7rem;
    }
    .bold{
        font-weight: bold;
        font-size: 12px;
    }
    .bolder{
        font-weight: bold;
        font-size: 30px;
    }
}
@media (max-width: 770px) {
    h1{
        font-size: 1.5rem
    }
    .logo-navbar{
        width: 70px
    }
    .container, .custom-container{
        margin-top: 120px
    }
    .side-background2{
        position: fixed;
        right: 0;
        height: 100%;
        z-index: -1;
        max-width: 70%;
        top: 0;
        clip: rect(0px auto 90px 0px)!important
    }
}
@media (max-width: 530px) {
    h1{
        font-size: 1rem
    }
    .logo-navbar{
        width: 50px
    }
    .container, .custom-container{
        margin-top: 100px
    }
    .side-background2{
        position: fixed;
        right: 0;
        height: 100%;
        z-index: -1;
        max-width: 70%;
        top: 0;
        clip: rect(0px auto 70px 0px)!important
    }
}
.center{
    text-align: center
}
.container, .custom-container{
    margin-top: 150px;
}
nav{
    width: 100%;
    position: fixed!important;
    top:0;
    z-index:2;
    background-color: #fff
}
.article{
    width: 70%;
    margin-left: 20%;
    margin-right: 10%;
}
.left{
    text-align: left
}
.btn-custom{
    background-color: #000;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 12px;
    font-size: 20px;
    position: relative;
}
.flex-center{
    display: flex;

    justify-content: center;
}
.custom-number-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #008c45;
}
.custom-card{
    background-color: #d4d4d4;
    flex:1;
    position: relative;
    padding: 5%;
}
.col-md-6{
    padding: 10px
}
.custom-card-title{
    background-color: #fff;
    border-radius: 10px;
    padding:5px;
}
.col-md-6, .col-md-3{
    position: inherit;
}
.full{
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.segment{
    min-height: 80vh;
    vertical-align: middle
}
.segment2 {
    min-height: 60vh;
    vertical-align: middle
}
.segment3 {
    min-height: 40vh;
    margin-top: 10px;
    margin-left: 15%;
    height: 200px;
    vertical-align: middle;
    border-radius: 30px;
    padding: 30px;
}

.segment4 {
    margin-left: 60%;
    height: 400px;
    vertical-align: middle;
    background-color: #008C45;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #008C45;
}

.segment5 {
    margin-top: 10px;
    margin-left: 30px;
    height: 300px;
    vertical-align: middle;
    background-color: #008C45;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #008C45;
}

.segment6 {
    min-height: 80vh;
    vertical-align: middle
}


.ground-background{
    position: fixed;
    bottom:0;
    width: 100%;
    height: 20vh;
    z-index: 2
}
.side-background{
    position: fixed;
    right: 0;
    height: 100%;
    z-index: -1;
    max-width: 70%;
    top: 0;
}

h1{
    font-size: 1.6rem;
}
.container{
    max-width: 90%!important;
}
.side-background2{
    position: fixed;
    right: 0;
    height: 100%;
    z-index: -1;
    max-width: 70%;
    top: 0;
    clip: rect(0px auto 120px 0px)
}

.side-background3 {
    position: fixed;
    right: 0;
    /*height: 60%;*/
    width: 45%;
    z-index: -1;
    /*max-width: 45%;
    min-width: 250px;
    min-height: 200px;*/
    bottom: 0px;
    left: 5%;
}

.side-background4 {
    position: fixed;
    max-height: 40%;
    z-index: -1;
    max-width: 45%;
    bottom: 0px;
    right:0px;
}

strong{
    font-weight: 800
}
.road{
    width: 100%;
    border-radius: 25px;
    border: 3px solid #00000099;
    box-shadow: 0px 0px 10px #000;
}
.dropdown-menu{
    background-color: #ffffff00;
    border: 0px;
}
img{
    width: 100%
}
li > h1{
    text-align: justify
}
.copyright{
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 5%;
}
.copyright-text{
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500;
}
.contact-image{
    width: 80%;
}
.form-container{
    background-color: #90BAAE;
    border-radius: 25px;
    padding: 20px;
    max-width: 600px;
}
.textbox{
    background-color: #fff;
    border-radius: 25px;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    vertical-align: middle;
    flex: 1;
    align-items: center;
}
input{
    max-width: 600px;
}
textarea{
    max-width: 600px;
}
.custom-submit{
    text-align: right;
}
.mcc{
    margin-top: 20px;
    /* margin-bottom: 20vh; */
}
.btn-custom-2{
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
iframe{
    width: 100%;
    height: 100vh;
}
.marquee-car{
    width: 10vh;
    margin-left: 50px;
}

.styleh1 {
    color:white;
    margin-top:5px;
}

.content-center {
        height:5em;
        display:flex;
        align-items:center;
        justify-content:center;
}

.header-note {
    background-color:forestgreen; 
    height:50px;
    border-radius:10px; 
}

.header-detail {
    background-color: lightseagreen;
    margin-top:100px;
    height: 350px;
    border-radius: 10px;
    width: 370px;
}

.border-signup {
    padding:20px; 
    border-style: solid; 
    border-width:10px; 
    border-color:#e6fbff;
}


