@font-face {
    src: url("../fonts/FREESCPT.otf");
    font-family: "FREESCPT";
}

@font-face {
    src: url("../fonts/Gilroy-Regular.otf");
    font-family: "Gilroy-Regular";
}

@font-face {
    src: url("../fonts/Helvetica.otf");
    font-family: "Helvetica";
}

@font-face {
    src: url("../fonts/MonumentExtended-Regular.otf");
    font-family: "MonumentExtended-Regular";
}

@font-face {
    src: url("../fonts/Poppins-Bold.otf");
    font-family: "Poppins-Bold";
}

@font-face {
    src: url("../fonts/Proxima-Nova-Black.otf");
    font-family: "Proxima-Nova-Black";
}

@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Nova-Bold";
}

@font-face {
    src: url("../fonts/Proxima-Nova-Extrabold.otf");
    font-family: "Proxima-Nova-Extrabold";
}

@font-face {
    src: url("../fonts/Proxima-Nova-Light.otf");
    font-family: "Proxima-Nova-Light";
}

@font-face {
    src: url("../fonts/Proxima-Nova-Regular.ttf");
    font-family: "Proxima-Nova-Regular";
}

@font-face {
    src: url("../fonts/Rubik-Italic.ttf");
    font-family: "Rubik-Italic";
}

.position-relative {
    position: relative !important;
}

body {
    margin: 0px;
}

img {
    width: 100%;
}

section:after {
    clear: both;
    display: block;
    content: "";
}

p {
    color: #000;
    line-height: 1.5;
    font-size: 16px;
}

p.title {
    font-family: "Proxima-Nova-Black";
    color: #134031;
    margin: 0px;
    font-size: 55px;
}

.d-inline-block {
    display: inline-block !important;
}

p.down-title {
    color: #134031;
    margin: 0px;
    font-size: 22px;
}

p.back-title {
    font-family: "MonumentExtended-Regular";
    margin: 0px;
    text-shadow: 0px 0px 3px #232323;
    color: #fff;
    font-size: 140px;
}

.bold-title,
.kalori-info-item span {
    font-family: "Proxima-Nova-Bold";
}

h3 {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

a.button {
    font-family: "Proxima-Nova-Bold";
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
    background-color: #F8BBB8;
    border: 1px solid #F8BBB8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}

a.button:hover {
    border: 1px solid #134031;
    background: #134031;
}

a.button.special {
    border: none;
    background-color: transparent;
    color: #F8BBB8;
    padding: 10px 0px;
}

a.button.online-diet-detail {
    border: 1px solid #134031;
    background: #134031;
}

a.button.online-diet-detail:hover {
    background-color: #F8BBB8;
    border: 1px solid #F8BBB8;
}

button {
    font-family: "Proxima-Nova-Bold";
    outline: none;
    text-decoration: none;
    transition: 0.4s;
    color: #ffffff;
    background-color: #134031;
    border: 1px solid #134031;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}

.search-icon button,
.search-field button {
    background-color: transparent;
    color: #A0A0A0;
    border: 0;
}

.search-icon button:hover,
.search-field button:hover {
    border: 0;
    background: transparent;
}

button:hover {
    border: 1px solid #134031;
    background: #134031;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input,
textarea {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    background: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

select {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    background: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    outline: none;
    padding: 10px 5px;
    margin-bottom: 10px;
    height: 45px;
    font-size: 16px;
}

::placeholder {
    color: #A0A0A0;
}



/*** Header ***/
section.header-group {
    background-color: #EDF2F6;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 0px;
}

.top-header-group {
    position: relative;
    background-color: #fff;
    padding: 3px 0px;
}

.top-header-right-group {
    position: relative;
    float: right;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;

}

.top-header-item {
    display: inline-block;
    border-right: 1px solid #134031;
    vertical-align: middle;
    padding: 0px 20px;
}

.top-header-item:last-child {
    border: none;
}

.top-header-item p,
.top-header-item a {
    color: #134031;
    display: inline-block;
    transition: 0.4s;
    margin: 0px;
    padding: 0px 3px;
}

.top-header-item a i {
    font-size: 20px;
}

.top-header-item a:hover {
    color: #F8BBB8;
}

.header {
    position: relative;
    text-align: center;
    padding: 10px 0px;
}

.mobile-header {
    display: none;
}

button.toggle-nav {
    display: none;
    color: #F8BBB8;
}

.nav-group {
    display: inline-block;
    text-align: center;
}

.nav-left {
    display: inline-block;
    text-align: center;
    padding-top: 50px;
}

ul.nav li {
    display: inline-block;
    border-right: 1px solid #A0A0A0;
    padding: 0px 25px;
}

ul.nav li:last-child {
    border-right: none;
}

ul.nav li:hover,
ul.nav li:focus,
ul.nav li:active:focus {
    outline: none;
}

ul.nav li a {
    font-family: "Proxima-Nova-Bold";
    transition: 0.4s;
    color: #A0A0A0;
    padding: 0px;
    font-size: 18px;
}

ul.nav li a:hover {
    border: none;
    color: #F8BBB8;
    background-color: transparent;
}

ul.nav li a i {
    vertical-align: top;
}

.logo {
    display: inline-block;
    width: 10%;
    margin-bottom: -50px;
}

.nav-right {
    display: inline-block;
    text-align: center;
    padding-top: 50px;
}

ul.dropdown-menu {
    background-color: #EDF2F6;
    border: none;
    min-width: auto;
    padding: 10px 0px;
    margin: 0px;
}

ul.dropdown-menu li {
    position: relative;
    display: block;
    border-right: none;
    padding: 5px 0px;
}

ul.dropdown-menu>li>a:focus,
ul.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu a.dropdown-item {
    display: block;
    font-family: "Proxima-Nova-Bold";
    color: #A0A0A0;
    transition: 0.4s;
    border-bottom: 1px solid #A0A0A0;
    text-align: left;
    padding: 5px 25px 3px 25px;
    font-size: 18px;
}

ul.dropdown-menu a.dropdown-item:hover {
    color: #F8BBB8;
    border-bottom: 1px solid #F8BBB8;
}

.search-group {
    display: inline-block;
}

form.search {
    position: relative;
    margin: 0px;
}

button.searchbutton {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    font-size: 15px;
}

.search-input {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-input .search {
    display: flex;
    justify-content: center;
}

input.searchbox {
    border: 2px solid #D9D9D9;
    width: 50%;
    margin-bottom: 0;
    padding: 14px 17px;
}

.search-input {
    position: relative;
}

.search-input button {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 25%;
}


/*** Anasayfa - Slider ***/
section.slider {
    margin-top: 50px;
}

.slider-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.2);
    top: 0px;
    left: 0px;
}

#home-slider-1 .slider-desc {
    position: absolute;
    top: 40%;
    left: 10%;
    max-width: 55%;
}

#home-slider-1 p {
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 3px 3px 20px #000;
}

#home-slider-1 p.slider-title {
    font-size: 65px;
}

#home-slider-1 .owl-dots {
    display: inline-grid;
    position: absolute;
    top: 35%;
    right: 20px;
}

#home-slider-1 .owl-dots span {
    color: #fff;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: none;
    margin: 8px;
}

#home-slider-1 .owl-dot {
    margin: 10px;
}

#home-slider-1 .owl-dot.active {
    border: 2px solid #fff;
    border-radius: 25px;
}

#home-slider-1 .owl-nav {
    display: none;
}

.home-slider-2 {
    position: absolute;
    z-index: 3;
    background-color: rgb(255, 255, 255, 0.5);
    border-right: 40px solid #F8BBB8;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 39%;
    padding: 20px;
}

#home-slider-2 p {
    font-family: "Proxima-Nova-Light";
    color: #134031;
    border-right: 1px solid #fff;
}

#home-slider-2 p.slider-title {
    font-family: "Proxima-Nova-Bold";
    border: none;
    line-height: 1;
    font-size: 20px;

}

#home-slider-2 .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    top: 35%;
    right: -50;
}

#home-slider-2 .owl-nav [class*=owl-] {
    transition: 0.4s;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
}

#home-slider-2 .owl-nav [class*=owl-]:hover {
    color: #134031;
}

#home-slider-2 .owl-prev {
    display: none;
}

#home-slider-2 .owl-next {
    right: 0px;
}

.home-slider-line {
    background: #F8BBB8;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*** Anasayfa - Filiz Aytar ***/
.default-section {
    position: relative;
    margin: 100px 0px;
}

.detail-section {
    position: relative;
    margin: 50px 0px;
}

.page-section {
    position: relative;
    margin: 200px 0px;
}

p.title.dietician-name {
    color: #F8BBB8;
    font-size: 75px;
}

p.dietician-down-detail {
    font-family: "FREESCPT";
    color: #134031;
    margin-top: -45px;
    font-size: 50px;
}

img.sign {
    float: right;
    width: 35%;
    margin-top: 30px;
}

.title-line {
    width: 50%;
    height: 2px;
    background-color: #F8BBB8;
    margin-bottom: 10px;
}



/*** Anasayfa - Online Diyet ***/
section.home-projects {
    background-color: #111724;
    padding-top: 20px;
}

section.home-projects .title-group {
    position: relative;
    margin-left: 50px;
}

section.home-projects p {
    color: #fff;
}

section.home-projects .title-group p.title {
    display: inline-block;
}

section.home-projects .title-group .line {
    display: inline-block;
    background-color: #fff;
    width: 2px;
    height: 40px;
    margin: 0px 30px;
}

section.home-projects .title-group p {
    display: inline-block;
}

#home-projects-slider .item .panel {
    background: linear-gradient(#111724, transparent, #111724);
    box-shadow: none;
    margin: 0px;
    border: none;
    border-radius: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

#home-projects-slider .item p.down-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
}

#home-projects-slider .item a.button {
    position: absolute;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 25px;
    bottom: 30px;
    padding: 7px 20px;
    left: 40%;
}

#home-projects-slider .item a.button:hover {
    border: 1px solid #F8BBB8;
    color: #F8BBB8;
}

#home-projects-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    right: 100px;
    top: -70px;
}

#home-projects-slider .owl-nav [class*=owl-] {
    transition: 0.4s;
    border: 1px solid #F8BBB8;
    background-color: #F8BBB8;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

#home-projects-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #F8BBB8;
}



/*** Anasayfa - Blog ***/
.home-decoration-desc {
    padding: 75px 0px;
}

.home-decoration-desc p {
    color: #fff;
}

.home-decoration-slider img {
    height: 150px;
    object-fit: cover;
}

#home-decoration-slider .item {
    padding: 0px 10px;
}

#home-decoration-slider .item p.down-title {
    position: absolute;
    top: 45%;
    background: rgb(0, 0, 0, 0.5);
    padding-left: 20px;
}

#home-decoration-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    width: 100%;
    top: 25%;
}

#home-decoration-slider .owl-nav [class*=owl-] {
    position: absolute;
    transition: 0.4s;
    color: #969594;
    background-color: transparent;
    font-size: 30px;
}

#home-decoration-slider .owl-nav [class*=owl-]:hover {
    background: #134031;
    color: #fff;
}

#home-decoration-slider .owl-prev {
    left: -45px;
}

#home-decoration-slider .owl-next {
    right: -45px;
}

p.big-title {
    font-family: "Proxima-Nova-Black";
    font-size: 120px;
    line-height: 1;
    text-align: right;
}

.line {
    background-color: #707070;
    width: 60%;
    height: 2px;
}



/*** Anasayfa - Hesaplamalar ***/
section.calculation .item-text {
    height: 60px;
    background-color: #F8BBB8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

section.calculation .item {
    transition: 0.4s;
}

section.calculation .item p {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
    margin: 0 !important;
}

.calculation-image {
    position: relative;
}

.calculation-image img {
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}

.calculation-panel {
    display: none;
    position: absolute;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    padding-top: 25%;
}

a.calculation-button {
    color: #F8BBB8;
    background-color: #fff;
    border: 1px solid #F8BBB8;
    transition: 0.4s;
    border-radius: 10px;
    padding: 5px 20px;
}

a.calculation-button:hover {
    color: #134031;
    border: 1px solid #134031;
    text-decoration: none;
}

section.calculation .item:hover .calculation-panel {
    display: block;
    transition: 0.4s;
}



/*** Anasayfa - Danışanlardan Yorumlar ***/
section.home-comments {
    text-align: center;
}

section.home-comments p.title {
    margin-bottom: 20px;
}

.comment-star {
    margin-bottom: 20px;
}

.comment-star i.fas.fa-star {
    color: #fec42d;
    padding: 0px 5px;
}

p.comment {
    font-family: "Rubik-Italic";
}

.comment-line {
    width: 50%;
    height: 1px;
    background-color: #000;
    margin: 50px 25%;
}

#home-comments-slider .item {
    padding: 0px 100px;
}

#home-comments-slider .owl-nav {
    display: block;
    position: absolute;
    top: 25%;
    width: 100%;
}

#home-comments-slider .owl-nav [class*=owl-] {
    position: absolute;
    transition: 0.4s;
    color: #969594;
    background-color: transparent;
    font-size: 30px;
}

#home-comments-slider .owl-prev {
    left: 0px;
}

#home-comments-slider .owl-next {
    right: 0px;
}



/*** Anasayfa - Sosyal Medya ***/
section.social-media {
    background-color: #E9E9E9;
    padding: 50px 0px;
}

.social-media-title {
    text-align: center;
    margin-bottom: 38px;
}

iframe.snapwidget-widget {
    height: 22%;
}

.social-media .button {
    padding: 15px 25px !important;
    font-size: 18px !important;
}

.social-media-button {
    margin: 35px 0 20px 0;
}

/*** Anasayfa - 4 Adımda Online Diyet ***/
/*
ul.online-diet li {
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    padding: 15px 5px;
}
*/
ul.online-diet {
    margin-top: 38px;
}

ul.online-diet li p {
    display: inline-block;
    margin: 0px;
    padding: 0px 10px;
}

ul.online-diet li p.number {
    font-family: "Proxima-Nova-Regular";
    color: #134031;
    font-size: 30px;
}

ul.online-diet li p i {
    color: #3E9B5D;
    font-size: 50px;
    padding-bottom: 16px;
}

ul.online-diet li p.text {
    vertical-align: super;
}



/*** Anasayfa - Bülten ***/
section.newsletter-form {
    background-image: url("../img/e-bulten.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50vh;
}

section.newsletter-form p.title {
    color: #fff;
    font-size: 110px;
    text-align: right;
    line-height: 1;
}

form.newsletter-form.newsletter-form {
    margin-top: 35px;
}

form.newsletter-form.newsletter-form input {
    color: #fff;
    background: transparent;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 4px #707070;
    height: 45px;
    margin-bottom: 20px;
}



/*** Footer ***/
section.footer {
    position: relative;
    background: #000;
    padding: 15px 0px;
}

.footer-title-group {
    position: relative;
    text-align: center;
}

img.footer-logo {
    width: 20%;
}

.footer-detail {
    margin-top: 17px;
}

.footer-detail p,
.footer-detail a {
    color: #999999;
}

.footer-detail p a i {
    color: #999999;
    font-size: 20px;
    padding-right: 5px;
}

p.footer-title {
    font-family: "Proxima-Nova-Bold";
    color: #EDDEC4;
    margin-bottom: 0px;
    font-size: 25px;
}

.footer-line {
    background: #EDDEC4;
    width: 100%;
    height: 2px;
    margin: 10px 0px;
}

p.footer-social-media a {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.footer-column {
    margin-top: 100px;
}

section.footer ul li.title {
    font-family: "Proxima-Nova-Bold";
    color: #EDDEC4;
    font-size: 20px;
}

.footer-column ul li p {
    font-family: "Helvetica";
    color: #999999;
    margin: 0px;
}

.footer-column ul li p a {
    font-family: "Helvetica";
    color: #999999;
}

.footer-column ul li.footer-social-media {
    padding: 10px 0px;
}

.footer-column ul li.footer-social-media p {
    display: inline-block;
    margin-right: 10px;
}

.footer-column ul li.footer-social-media p a {
    color: #fff;
    font-size: 22px;
}

.footer-big-line {
    background-color: #EDDEC4;
    width: 100%;
    height: 2px;
}

.advert {
    text-align: center;
    padding: 10px 0px;
}

.advert p {
    color: #999999;
    margin: 0px;
    font-size: 14px;
}

.advert p a {
    color: #999999;
    margin: 0px;
    font-size: 14px;
}



/*** Filiz Aytar - Filiz Aytar ***/
.top-section {
    margin-top: 200px;
}



/*** Filiz Aytar - Blog ***/
.blog-slider .item p.down-title {
    color: #fff;
}



/*** Online Diyet ***/
section.online-diet .title-group {
    text-align: center;
    max-width: 70%;
    margin-left: 15%;
    margin-bottom: 50px;
}

section.online-diet .title-group p.down-title {
    font-family: "Poppins-Bold";
    font-size: 30px;
}

.checkbox-group {
    position: relative;
    text-align: center;
    max-width: 30%;
    margin-left: 35%;
    box-shadow: 0px 0px 10px #707070;
    border-radius: 20px;
    padding: 10px 0px;
    margin-bottom: 50px;
}

.checkbox-group p {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

.btn-default {
    border-radius: 10px;
}

.btn-primary {
    background-color: #8D94F6;
    border-color: #8D94F6;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #8D94F6;
    border-color: #8D94F6;
}

.btn-default.active {
    background-color: #F73859;
    border-color: #F73859;
}

.btn-default.active:hover {
    background-color: #F73859;
    border-color: #F73859;
}

section.online-diet .item {
    position: relative;

    padding: 20px;
}

section.online-diet .item .item-background {
    background-color: #fff;
    box-shadow: 0px 0px 15px #707070;
    border-radius: 10px;
    padding: 25px;
}

p.item-title {
    background-color: #134031;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

p.item-special-title {
    color: #F8BBB8;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 1px solid #707070;
}

i.fas.fa-check-circle {
    color: #F8BBB8;
    font-size: 18px;
}

p.price {
    font-family: "Poppins-Bold";
    color: #F8BBB8;
    margin: 0px;
    font-size: 30px;
}

section.online-diet .item .price-group a.button {
    text-align: center;
    transition: 0.4s;
    color: #F8BBB8;
    border: 1px solid #F8BBB8;
    background: #fff;
    border-radius: 20px;
    padding: 10px 15px;
}

section.online-diet .item .price-group a.button:hover {
    color: #fff;
    background: #F8BBB8;
}

.property p {
    text-align: center !important;
}
.online-diet img{
    height: 170px;
    object-fit: cover;
}

/*** Blog ***/
section.breadcrumb {
    position: relative;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 55vh;
}

.breadcrumb-panel {
    background: rgb(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.breadcrumb p {
    color: #fff;
    max-width: 75%;
}

p.medium-title {
    font-family: "Proxima-Nova-Black";
    margin: 0px;
    font-size: 30px;
}

p.small-title {
    font-size: 18px;
}

.project-line {
    background-color: #707070;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}

.projects .item {
    margin-bottom: 60px;
}

ul.item-tree-list {
    position: relative;
}

ul.item-tree-list li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #000;
    text-align: right;
    padding: 10px 0px;
}

ul.item-tree-list li:last-child {
    border: none;
}

ul.item-tree-list li p.down-title a {
    font-size: 18px;
}

ul.item-tree-list li .title-line {
    margin-left: 50%;
}


p.project-title {
    font-family: "Proxima-Nova-Extrabold";
    margin: 0px;
    font-size: 50px;
}

.site-map {
    background-color: #edf2f6;
    padding: 10px 15px;
}

.site-map p,
.site-map p a {
    color: #A0A0A0;
    margin: 0px;
}

.site-map p a:hover {
    color: #134031;
}

img.project-detail-img {
    margin-bottom: 20px;
}

#project-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 0px;
    right: 0px;
}

#project-slider .owl-nav [class*=owl-] {
    transition: 0.4s;
    border: 1px solid #F8BBB8;
    background-color: #F8BBB8;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

#project-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #F8BBB8;
}

.detail-img {
    height: 350px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}



/*** Tarifler ***/
p.material-title {
    /*   background-color: #F8BBB8; */
    color: #fff;
    padding: 8px 0px 2px 10px;
    border-radius: 10px;
    font-size: 22px;
}

p.material-text {
    font-family: "Proxima-Nova-Light";
}

.material-list {
    margin-bottom: 20px;
}

.material-list ul li {
    border-bottom: 1px solid #A0A0A0;
    list-style: none;
    padding: 6px 0px 6px 15px;
}

.material-list ul li p {
    margin-bottom: 0px;
}



/*** Başarı Hikayeleri ***/
.success-section .item {
    position: relative;
}

.success-section .item p.down-title {
    position: absolute;
    top: 45%;
    background: #F8BBB8;
    color: #fff;
    padding-left: 20px;
    padding-right: 2px;
}



/*** S.S.S. ***/
.tab-pane.fade {
    display: none;
}

.tab-pane.fade.active {
    display: block;
}

.sss-cat-list {
    margin-bottom: 30px;
}

.sss-cat-list ul li {
    background: #F8BBB8;
    text-align: center;
    transition: 0.4s;
    padding: 15px 0px;
}

.sss-cat-list ul li.active {
    background: #134031;
}

.sss-cat-list ul li:hover {
    background: #134031;
}

.sss-cat-list ul li a {
    color: #fff;
    font-size: 18px;
}

.tab-pane.fade p i {
    color: #3E9B5D;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 25px;
}

i.fas.fa-plus {
    color: #F8BBB8;
    margin-right: 5px;
}

ul.sss-list li {
    margin-bottom: 15px;
}

ul.sss-list li a.sss-list-down-title {
    font-size: 20px;
}

.collapse.in p,
.collapsing p {
    transition: 0.4s;
    margin: 25px 0px;
}

.collapsing {
    height: 0 !important;
}

/*** İletişim ***/
section.contact {
    margin-top: 145px;
    padding: 115px 0px 100px 0;
}

section.contact p,
section.contact a {
    color: #fff;
}

.contact-social-media {
    padding: 10px 0px;
}

.contact-social-media p {
    display: inline-block;
    margin-right: 10px;
}

.contact-social-media p a i {
    color: #fff;
    font-size: 22px;
}

section.contact iframe {
    margin-top: 25px;
    margin-bottom: 10px;
    height: 340px;
}

form.contact-form input,
form.contact-form textarea {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
    color: #fff;
}



table {
    width: 100%;
}

table tr td {
    font-family: "Proxima-Nova-Bold";
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 8px 0px;
    font-size: 16px;
}

table tr td.title {
    background: #F8BBB8;
    color: #fff;
}

table tr td.table-title {
    background: #A0A0A0;
    color: #fff;
}

table tr td p {
    display: inline-block;
}



.passive-class {
    display: none;
}



/*** BKİ ***/
.calculate {
    position: relative;
    margin: 20px 0px;
}

form.bmh-form p {
    margin: 0px;
}

.sonuc-section {
    position: relative;
    display: none;
    margin-top: 20px;
}

.sonuc-section p {
    display: inline-block;
    font-size: 25px;
}

.calculate input,
.calculate select {
    margin-bottom: 20px;
}



/*** Yemek Ölçüleri ***/
.eat-size ul li {
    margin-bottom: 10px;
}

a.eat-size-title {
    font-size: 20px;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    width: auto;
    vertical-align: baseline;
    border: none;
}

.caret::before {
    color: #000;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
}



img.beslenme {
    width: 50%;
    margin-left: 25%;
}

.active {
    display: block;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 200px;
    /* Hücre içeriğinin maksimum genişliği */
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-projects-slider .item img {
    height: 50vh;
    object-fit: cover;
}

/*SEARCH FİELD*/
.search-field {
    display: none;
    margin-top: 25px;

}

/*HESAPLAMALAR*/
.calculation-page .item-text p {
    color: #000 !important;
}

/*KAÇ KALORİ*/
.kac-kalori-page .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kac-kalori-page .filters a {
    background-color: #F8BBB8;
    color: white;
    padding: 5px 23px;
    border-radius: 50px;
}

.kac-kalori-page .kalori-info-box {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.kac-kalori-page .kalori-info-box .kalori-info-item {
    background-color: #134031;
    padding: 10px 22px;
    border-radius: 17px;
}

.kac-kalori-page .kalori-info-box .kalori-info-item p,
.kac-kalori-page .kalori-info-box .kalori-info-item span{
    margin-bottom: 0;
    color: white;
}
.kac-kalori-page .porsiyon-value-box{
    margin-top: 10px;
}
.kac-kalori-page .porsiyon-value-box .porsiyon-value-item {
    background-color: #F8BBB8;
    padding: 10px 22px;
    border-radius: 17px;
    display: inline-block;
}
.kac-kalori-page .porsiyon-value-box .porsiyon-value-item p ,
.kac-kalori-page .porsiyon-value-box .porsiyon-value-item span{
    color: white !important;
}

.kac-kalori-page .kac-kalori-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.kac-kalori-page .nav {
    border: 1px solid;
    padding: 6px;
}

.kac-kalori-page ul li a {
    font-size: 12px !important;
}

.kac-kalori-page .dropdown-menu .dropdown-item2 {
    padding: 5px 30px !important;
}

.kac-kalori-page .thumbnail-field img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.kac-kalori-page .food-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kac-kalori-page .food-box.selected {
    display: flex;
}

.kac-kalori-page .filters .selected {
    background: #134031;
    color: #fff;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex;
}

.recipes-detail .material-title {
    background: #F8BBB8;
}