@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e72727;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e72727;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.form-control input:invalid {
    background: #e72727;
}

.form-control input:valid {
    background: #28a745;
}

/*========================= GENERAL STYLE =========================*/

/* General Style */

html {
    overflow: auto;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    background: #efefef url("../images/bg.jpg") no-repeat fixed center center !important;
    background-size: cover;
}

.shadow-lg {
    box-shadow: 0 3px 5px rgba(72, 72, 72, 0.7) !important;
}

.navbar-brand {
    background: #ffc107 url("../images/logo.jpg") no-repeat center center;
    background-size: 100% 130px;
    display: block;
    text-align: center;
    width: 100%;
    height: 130px;
    padding: 0;
    margin: 0;
}

.anamenu {
    border-bottom: solid 3px #333;
}
.wrapper{
    margin: 40px 0px;
    border-radius: 10px;
}

/* Home */
.gototop {
    display: none;
    background-color: rgba(51, 51, 51, 0.5);
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 7px 12px 7px 12px;
    border-radius: 5px;
    text-align: center;
}

.gototop:hover {
    background-color: #000;
}

.gototop i {
    color: #fff;
    font-size: 15px;
}

.anacon h1 {
    color: #007bff;
}

/* Carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 20px !important;
}

/***** ABOUT ********************************************/
#about {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

#about h1 {
    font-size: 35px;
}

/* Nerdeyim */
#breadcrumb {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0 5px 0 !important;
}

.breadcrumb {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}

#breadcrumb h1 {
    color: #007bff !important;
}

/* Navbar */
.nav-link {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #333 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.5s ease;
}

.nav-item {
    float: left;
    background-image: url("../images/s-black.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.nav-item:first-child {
    background-image: none;
}

.nav-link.active {
    color: #e72727 !important;
}

.dropdown-item:last-child {
    border: none;
}

.dropdown-item {
    display: block;
    position: relative;
    float: none;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    padding: 12px 15px;
    text-transform: capitalize;
    color: #333;
    background: #ffc107 !important;
    border-bottom: solid 1px #d09c00;
    transition: color 0.5s ease;
}

.nav-link:hover,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background: #ffc107 !important;
    color: #e72727;
    text-decoration: none;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 8px;
    padding: 0;
}

.dropdown-divider {
    margin: 0;
    padding: 0;
}

/* Services */
#services .bg-primary {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, #fff 50%, #56a7ff 100%);
    border: solid 1px #56a7ff;
    border-radius: 10px;
}

/* Foto Galeri*/
#galeri {
    background: #fff;
    padding: 10px 0;
}

#galeri img {
    border-radius: 10px;
    margin: 15px 0;
}

/* Footer Nav */
p.copyright {
    color: #ccc !important;
}

.footer p {
    font-size: 12px;
    color: #a5a5a5;
}

/* İletisim */
.iletisimbilgileri h4 {
    color: #007bff;
    font-size: 20px;
}