/*-----------------------------------------------------------------------------------

    Template Name: Terma Garden HTML5 Template
    Description: Terma Garden HTML5 Template
    Author: Mehmet Akar
    Version: 1.0
    Color:#00a881
    font-family: var(--body-fonts);
------------------------------------------------------------------------------------*/

:root {
    --themeColor: #097d40;
    --textColor: #424f57;
}

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.textColor{
    color:var(--textColor);
}

.themeColor{
    color:var(--themeColor);
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../images/masthead.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 15rem;
    padding-bottom: 15rem;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}
@media (min-width: 320px) {
    header.masthead {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
    .testimonials{
        padding-top: 3rem!important;
        padding-bottom: 2rem!important;
    }
    footer.footer{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}

.logo {
    background: #fff;
    padding: 25px;
    border-radius: 0px 0px 25px 25px;
}

.navbar {
    transition: all 0.4s;
    padding: 0!important;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 35rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 6rem;
    }
}

.mobilevisibility {
    margin: 0px 15px 0px 15px;
}
.mobilevisibility .mobil-text {
    padding: 3rem;
}

.mobilevisibility .mobil-img {
    min-height: 35rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .mobilevisibility .mobil-text {
        padding: 6rem;
    }
}

.tag{
    position: absolute;
    right: 20%;
    margin-top: 4.5%!important;
    height: auto;
    z-index: 1000;
    background-color: white;
    color: black;
}

.tag-left{
    left: 20%;
    margin-top: 4.5%!important;
    height: auto;
    z-index: 1000;
    background-color: white;
    color: black;
}

.image{
    width: 100%;
    height: 450px;
}

.terma-garden {
    padding-top: 55rem;
    padding-bottom: 5rem;
    position: relative;
    background-color: #343a40;
    background: url("../images/harita.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.terma-garden .terma-garden-item {
    max-width: 20rem;
}

.terma-garden .terma-garden-item .terma-garden-icon {
    height: 7rem;
}

.terma-garden .terma-garden-item .terma-garden-icon i {
    font-size: 4.5rem;
}

.terma-garden .terma-garden-item:hover .terma-garden-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("./img/bg-masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.form-control{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 0px;
    padding: 1rem 0rem;
}

.form-control::placeholder {
    left: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--themeColor);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

#cb1 {
    accent-color: var(--themeColor);
}

.btn-custom {
    background: var(--themeColor);
    color: #fff;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.form-signin .checkbox{
    margin-bottom: 10px;
    margin-top: 10px;
}
