@charset "UTF-8";
/*
Theme Name: Favor Dijital
Theme URI: https://favordijital.com/
Author: Cüneyt KALYONCU
Author URI: https://favordijital.com/
Description: Op. Dr. Özlem Başak Üstünyurt için özel olarak tasarlandı ve kodlandı. Herhangi bir sorun yada yardım ihtiyacında 0216 740 03 05 nolu telefonu aramaktan çekinmeyin.
Version: 1.0
*/
:root{
    --bs-primary: #00a0e3;
    --bs-primary-rgb: 0, 160, 227;
}
body {
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
button:focus,
button:focus-visible{
    box-shadow: none !important;
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:focus-visible{
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.navbar-brand{
    margin: 0 !important;
}
.navbar-brand img{
    height: 50px;
}
.nav-link{
    color: #000;
}
.dropdown-item.active,
.dropdown-item:active{
    background-color: var(--bs-primary) !important;
}
.hero{
    background-image: url(img/bg-istanbul.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.form{
    background-image: url(img/bg-form.jpg);
    background-attachment: inherit;
    background-size: cover;
    background-position: top center;
}
.input-custom{
    background-color: #6280a37a;
    color: #ffffff !important;
    border: 1px solid #c2c4ca;
    font-size: 13px;
    padding: 0 0 0 10px;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
}
.input-custom:focus{
    background-color: #42969e00;
    color: #fff!important;
}
.input-custom::-webkit-input-placeholder{
    font-style: normal;
}
.input-custom::-moz-placeholder{
    font-style: normal;
}
.input-custom:-ms-input-placeholder{
    font-style: normal;
}
.input-custom::-ms-input-placeholder{
    font-style: normal;
}
.input-custom::placeholder{
	color: #fff!important;
}