﻿@import "https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

::selection {
    color: #fff;
    background-color: #014289
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #62317f
}

::-webkit-scrollbar-thumb:hover {
    background: #5b2b76;
    transition: .5s ease
}

body {
    font-family: "Roboto", sans-serif
}

a {
    text-decoration: none
}

.wrapper {
    width: 1150px;
    height: 100%;
    margin: 0 auto
}

.button_container {
    display: none
}

.overlay {
    display: none
}

.top-header {
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: fixed;
    background: #fff
}

.top-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-header .wrapper .box {
    height: 100%;
    display: flex
}

.top-header .wrapper .box a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s ease;
    height: 100%;
    display: flex;
    align-items: center
}

.top-header .wrapper .box a:hover {
    color: #793b9e
}

.active-menu {
    color: #793b9e !important
}

.header {
    z-index: 999;
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: fixed;
    top: 51px;
    transition: .3s ease;
    border-bottom: 1px solid #eee
}

.header .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.header .wrapper a .logo {
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .wrapper a .logo img {
    width: 100%
}

.header .wrapper .menu {
    width: 830px;
    height: 100%
}

.header .wrapper .menu .switch {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.header .wrapper .menu .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center
}

.header .wrapper .menu .switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #793b9e
}

.header .wrapper .menu .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff
}

.header .wrapper .menu input.check-toggle-round-flat:checked ~ .off {
    color: #793b9e
}

.header .wrapper .menu input.check-toggle-round-flat:checked ~ .on {
    color: #fff
}

.header .wrapper .menu input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px
}

.header .wrapper .menu input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    -webkit-border-radius: 60px;
    border-radius: 60px
}

.header .wrapper .menu input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #793b9e;
    border-radius: 60px
}

.header .wrapper .menu input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin .2s;
    -moz-transition: margin .2s;
    -o-transition: margin .2s;
    transition: margin .2s
}

.header .wrapper .menu .check-toggle {
    position: absolute;
    visibility: hidden
}

.header .wrapper .menu .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header .wrapper .menu input.check-toggle-round-flat + label:before, .header .wrapper .menu input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: ""
}

.header .wrapper .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100%
}

.header .wrapper .menu ul li {
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header .wrapper .menu ul li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s ease;
    height: 100%;
    display: flex;
    align-items: center
}

.header .wrapper .menu ul li a:hover {
    color: #793b9e
}

.header-down {
    height: 80px;
    box-shadow: 0px -6px 10px 0px;
    border-bottom: 0px
}

.header-down .wrapper .logo img {
    width: 140px
}

.header-down .wrapper .menu ul {
    transition: .3s ease;
    height: 80px
}

.header-down .wrapper .menu ul li img {
    width: 150px
}

.fake-header {
    width: 100%;
    height: 161px;
    z-index: -1
}

.slider {
    width: 100%;
    height: 620px;
    background-color: #f6f6f6
}

.slider .wrapper {
    display: flex;
    align-items: center
}

.slider .wrapper .box {
    width: 100%;
    overflow: hidden;
    height: 474px;
    background-color: #793b9e
}

.slider .wrapper .box:hover img {
    transform: scale(1.1)
}

.slider .wrapper .box img {
    width: 100%;
    transition: .4s ease
}

.line {
    width: 100%;
    height: 180px;
    background-color: #793b9e
}

.line .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.line .wrapper p {
    font-family: "Nunito", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px
}

.inside {
    height: 450px;
    width: 100%;
    background: #f6f6f6;
    padding: 50px 0px
}

.inside.not {
    background: #fff
}

.inside .row-1 {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.inside .row-1 h2 {
    font-size: 30px;
    color: #303030
}

.inside .row-1 .line {
    width: 26px;
    height: 2px;
    background: #793b9e
}

.inside .row-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.inside .row-2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 250px;
    height: 260px;
    text-align: center;
    justify-content: space-between
}

.inside .row-2 .box p {
    font-weight: 300
}

.inside .row-2 .box h2 {
    color: #303030;
    font-size: 17px
}

.inside .row-2 .box hr {
    width: 20px;
    height: 2px;
    background: #793b9e
}

.inside-2 {
    height: 450px;
    width: 100%;
    background: #f6f6f6;
    padding: 50px 0px
}

.inside-2 .row-1 {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.inside-2 .row-1 h2 {
    font-size: 30px;
    color: #303030
}

.inside-2 .row-1 .line {
    width: 26px;
    height: 2px;
    background: #793b9e
}

.inside-2 .row-2 {
    display: flex;
    align-items: center
}

.inside-2 .row-2 .col-2 {
    padding: 30px
}

.inside-2 .row-2 .col-2 p {
    font-size: 20px;
    color: #303030;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 29px;
    font-family: "Nunito", sans-serif
}

.inside-2 .row-2 .col-2 p span {
    font-weight: 400;
    color: #793b9e
}
.kids {
    width: 100%;
    padding: 60px 0px;
    font-family: "Nunito", sans-serif;
}
.kids .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.kids .wrapper h3 {
    font-size: 30px;
    color: #303030;
}
.kids .wrapper .line {
    width: 30px;
    height: 2px;
    background-color: #714199;
}
.kids .wrapper .image {
    height: 550px;
}
.kids .wrapper .image img {
    height: 100%;
}

.saffron {
    height: auto;
    width: 100%;
    padding: 50px 0px;
    color: #303030
}

.saffron .row-1 {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.saffron .row-1 h2 {
    font-size: 30px;
    color: #303030
}

.saffron .row-1 .line {
    width: 26px;
    height: 2px;
    background: #793b9e
}

.saffron .row-2 {
    display: flex
}

.saffron .row-2 .col-1 {
    width: 62%;
    display: flex;
    height: 400px;
    flex-direction: column;
    justify-content: space-between
}

.saffron .row-2 .col-1 .box h3 {
    font-size: 22px;
    color: #303030
}

.saffron .row-2 .col-1 .box .line {
    width: 30px;
    height: 2px;
    background-color: #793b9e
}

.saffron .row-2 .col-1 .paragraf {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: "Nunito", sans-serif
}

.saffron .row-2 .col-1 .letter {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.saffron .row-2 .col-1 .letter .box {
    margin-bottom: 35px
}

.saffron .row-2 .col-1 .letter p {
    font-size: 20px;
    font-weight: 300;
    font-family: "Nunito", sans-serif
}

.saffron .row-2 .col-1 .letter p span {
    font-weight: 400;
    color: #793b9e
}

.saffron .row-2 .col-2 {
    width: 28%
}

.saffron .row-2 .col-2 img {
    width: 100%
}

.saffron .row-3 .wrapper {
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.saffron .row-4 {
    padding-bottom: 50px
}

.saffron .row-4 .box h3 {
    font-size: 22px;
    color: #303030
}

.saffron .row-4 .box .line {
    width: 30px;
    height: 2px;
    background-color: #793b9e
}

.saffron .row-4 .nul {
    margin-top: 40px;
    display: flex
}

.saffron .row-4 .nul .col-1 {
    width: 500px
}

.saffron .row-4 .nul .col-1 img {
    width: 100%
}

.saffron .row-4 .nul .col-2 {
    width: 600px;
    padding-left: 25px
}

.saffron .row-4 .nul .col-2 p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif
}

.saffron .row-4 .nul .col-2 p span {
    font-size: 22px;
    font-weight: 400;
    color: #793b9e
}

.tescil {
    width: 100%;
    background-color: #f6f6f6;
    height: 330px;
    padding: 60px 0px;
    font-family: "Nunito", sans-serif
}

.tescil .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.tescil .wrapper .box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tescil .wrapper h3 {
    font-size: 30px;
    color: #303030
}

.tescil .wrapper .line {
    width: 30px;
    height: 2px;
    background-color: #793b9e
}

.tescil .wrapper p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px
}

.tescil .wrapper p span {
    font-size: 22px;
    font-weight: 400;
    color: #793b9e
}

.tescil .row-2 img {
    width: 100%
}

.eylem {
    width: 100%;
    height: 350px;
    padding: 60px 0px;
    font-family: "Nunito", sans-serif
}

.eylem .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px
}

.eylem h3 {
    font-size: 30px;
    color: #303030
}

.eylem .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.eylem .wrapper h3 {
    font-size: 30px;
    color: #303030
}

.eylem .wrapper .line {
    width: 30px;
    height: 2px;
    background-color: #793b9e
}

.eylem .wrapper .row-1 {
    display: flex;
    align-items: center;
    width: 1000px
}

.eylem .wrapper .row-1 .col-1 {
    margin-right: 20px
}

.eylem .wrapper .row-1 .col-2 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.eylem .wrapper .row-1 .col-2 p {
    font-size: 20px;
    font-weight: 600;
    color: #793b9e;
    margin-bottom: 5px
}

.eylem .wrapper .row-1 .col-2 span {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px
}

.eylem .wrapper .row-2 {
    display: flex;
    width: 666px;
    align-items: center
}

.eylem .wrapper .row-2 .col-1 {
    margin-right: 20px
}

.eylem .wrapper .row-2 .col-2 p {
    font-size: 20px;
    font-weight: 600;
    color: #793b9e;
    margin-bottom: 5px
}

.eylem .wrapper .row-2 .col-2 span {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px
}

.section-how {
    display: flex
}

.section-how .stres {
    width: 50%;
    height: 400px;
    background-color: #ca9dcd;
    padding: 50px 0px
}

.section-how .stres .col-1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-how .stres .col-1 h3 {
    font-size: 26px;
    color: #fff
}

.section-how .stres .col-1 .line {
    width: 30px;
    height: 2px;
    background-color: #fff
}

.section-how .stres .col-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: "Raleway", sans-serif
}

.section-how .stres .col-2 p span {
    font-size: 22px;
    font-weight: 700
}

.section-how .stres .col-3 {
    display: flex;
    justify-content: center;
    height: 220px
}

.section-how .nasıl {
    width: 50%;
    background-color: #714199;
    height: 400px;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section-how .nasıl .col-1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-how .nasıl .col-1 h3 {
    font-size: 22px;
    color: #fff
}

.section-how .nasıl .col-1 .line {
    width: 30px;
    height: 2px;
    background-color: #fff
}

.section-how .nasıl .col-2 img {
    width: 100%
}

.contact {
    width: 100%;
    height: 860px;
    background-color: #f6f6f6
}

.contact .row-1 {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact .row-1 h3 {
    font-size: 30px;
    color: #303030
}

.contact .row-1 .line {
    width: 30px;
    height: 2px;
    background-color: #793b9e
}

.contact .row-2 {
    display: flex;
    flex-direction: row;
    height: 90%
}

.contact .row-2 .col-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 55px
}

.contact .row-2 .col-1 #contact-form {
    display: flex;
    height: 680px;
    flex-direction: column
}

.contact .row-2 .col-1 #contact-form input {
    padding: 13px 16px;
    margin-bottom: 20px;
    transition: .3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.contact .row-2 .col-1 #contact-form input:focus {
    border-color: #793b9e
}

.contact .row-2 .col-1 #contact-form textarea {
    padding: 13px 16px;
    height: 160px;
    margin-bottom: 20px;
    resize: none;
    transition: .3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.contact .row-2 .col-1 #contact-form textarea:focus {
    border-color: #793b9e
}

.contact .row-2 .col-1 #contact-form button {
    width: 125px;
    height: 40px;
    color: #793b9e;
    border: 1px solid #793b9e;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    background: #ffffff00;
    transition: .3s ease;
    margin-top: 20px
}

.contact .row-2 .col-1 #contact-form button:hover {
    background-color: #793b9e;
    color: #fff
}

.contact .row-2 .col-2 {
    width: 50%;
    display: flex;
    justify-content: center
}

.contact .row-2 .col-2 .box {
    padding-top: 70px;
    height: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "Nunito", sans-serif
}

.contact .row-2 .col-2 .box a {
    font-size: 20px;
    color: #793b9e;
    text-decoration: none;
    transition: .3s ease
}

.contact .row-2 .col-2 .box a:hover {
    color: #ca9dcd
}

.contact .row-2 .col-2 .box .little {
    margin-top: 45px;
    text-align: center;
    display: flex;
    flex-direction: column
}

.contact .row-2 .col-2 .box .little a {
    font-size: 20px;
    color: #793b9e;
    text-decoration: none;
    transition: .3s ease
}

.contact .row-2 .col-2 .box .little a:hover {
    color: #ca9dcd
}

.contact .row-2 .col-2 .box img {
    width: 130px
}

.contact .row-2 .col-2 .box p {
    color: #303030;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300
}

#return-to-top {
    width: 52px;
    height: 52px;
    text-decoration: none;
    border-radius: 52px;
    border: 2px solid #e8e8e8;
    font-size: 20px;
    color: #7d8082;
    z-index: 1;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    bottom: 70px;
    right: 30px;
    transition: all ease-in-out .2s;
    cursor: pointer
}

#return-to-top:hover {
    background: #d5d5d5;
    border: 1px solid #d5d5d5
}

.footer {
    height: 130px;
    padding: 35px 0px
}

.footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.footer .wrapper .row-2 p {
    font-weight: 100;
    font-size: 14px;
    color: #5a5a5a
}

.footer .wrapper .row-2 p a {
    color: #5a5a5a;
    text-decoration: none;
    transition: .3s ease
}

.footer .wrapper .row-2 p a:hover {
    color: #793b9e
}

.footer .wrapper .row-3 p {
    font-weight: 100;
    font-size: 14px;
    color: #5a5a5a
}

.saglik-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9999;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.saglik-bg img {
    width: 100%
}

.saglik-bg .box {
    position: absolute;
    z-index: 99999;
    width: 440px;
    height: 440px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 80px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 52, 110, .1);
    box-shadow: 0 5px 10px rgba(0, 52, 110, .1);
    border-radius: 15px
}

.saglik-bg .box .onay {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly
}

.saglik-bg .box .onay a:first-child {
    background: #992279;
    border: 2px solid #992279;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: .3s ease
}

.saglik-bg .box .onay a:first-child:hover {
    background-color: #fff;
    color: #992279
}

.saglik-bg .box .onay a:last-child {
    background-color: #fff;
    border: 2px solid #992279;
    color: #992279;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    transition: .3s ease
}

.saglik-bg .box .onay a:last-child:hover {
    color: #fff;
    background: #992279
}

.saglik-bg .box > img {
    width: 200px
}

.saglik-bg .box p {
    color: #203c89;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px
}

.saglik-bg .box hr {
    width: 100%;
    height: 1px;
    background: #000
}

.saglik-bg .box span {
    font-size: 20px;
    color: #203c89;
    font-weight: 600
}

.takviye-bg {
    background-image: url(https://birand.lond.net/safrinside/assets/img/takviye-bg.jpg);
    height: 83vh
}

.takviye-bg .wrapper {
    display: flex;
    align-items: center
}

.takviye-bg .wrapper .box {
    width: 630px;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.takviye-bg .wrapper .box span {
    color: #00346e;
    font-size: 50px;
    margin-bottom: 15px
}

.takviye-bg .wrapper .box p {
    color: #203c89;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300
}

.takviye-bg .wrapper .box .awards {
    width: 316px;
    height: 155px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center
}

.takviye-bg .wrapper .box .awards figure {
    height: 100%
}

.nedir {
    padding: 80px 0px
}

.nedir .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.nedir .wrapper .col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px
}

.nedir .wrapper .col-1 p {
    color: #00346e;
    font-size: 42px
}

.nedir .wrapper .col-2 {
    width: 80%;
    height: 500px
}

.nedir .wrapper .col-2 iframe {
    width: 100%;
    height: 100%
}

.nedir .wrapper hr {
    width: 100%;
    height: 1px;
    margin-top: 50px;
    background-color: #aedeea
}

.gıda .wrapper .row-1 {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.gıda .wrapper .row-1 p {
    color: #00346e;
    font-size: 42px
}

.gıda .wrapper .row-1 span {
    color: #00346e;
    font-size: 14px;
    position: relative;
    z-index: 0
}

.gıda .wrapper .row-1 span .after {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ec8690
}

.gıda .row-2 {
    display: flex;
    flex-direction: row
}

.gıda .row-2 .col-1 {
    width: 35%
}

.gıda .row-2 .col-1 img {
    width: 100%
}

.gıda .row-2 .col-2 {
    width: calc(65% - 30px);
    padding-left: 30px
}

.gıda .row-2 .col-2 .box {
    width: 100%;
    min-height: 100px;
    max-height: 500px;
    background-color: #ec8690;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center
}

.gıda .row-2 .col-2 h2 {
    color: #00346e;
    font-size: 28px;
    font-weight: 500
}

.gıda .row-2 .col-2 .img {
    width: 260px
}

.gıda .row-2 .col-2 .img img {
    width: 100%
}

.gıda .row-2 .col-2 .last-child {
    width: 150px !important;
    margin-right: 115px
}

.gıda .row-2 .col-2 .text {
    padding: 50px 0px;
    display: flex;
    flex-direction: column
}

.gıda .row-2 .col-2 .text span {
    color: #00346e;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px
}

.gıda .row-2 .col-2 .text p {
    color: #00346e;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px
}

.gıda .row-2 .col-2 .text a {
    color: #00346e;
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px
}

.gıda .row-2 .col-2 .last-text {
    padding: 20px;
    height: 110px;
    width: 170px;
    display: flex;
    flex-direction: column
}

.gıda .row-2 .col-2 .last-text span {
    color: #00346e;
    background: #fff;
    padding: 6px;
    margin-top: 15px;
    width: 80px
}

.gıda .row-2 .img-last {
    width: 420px
}

.gıda .row-2 .img-last img {
    width: 100%
}

.gıda hr {
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    background-color: #ec8690
}

.gıda .takviye-a {
    background: #992279;
    border: 2px solid #992279;
    height: 45px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: .3s ease;
    margin-top: 25px
}

.gıda .takviye-a:hover {
    background-color: #fff;
    color: #992279
}

hr {
    width: 100%;
    height: 1px;
    margin: 10px 0px;
    background-color: #aedeea
}

.pending {
    width: 100%;
    height: 800px;
    padding-top: 80px
}

.pending .wrapper {
    display: flex;
    flex-direction: row
}

.pending .wrapper .left {
    width: 50%
}

.pending .wrapper .left img {
    width: 100%
}

.pending .wrapper .right {
    width: 50%
}

.pending .wrapper .right .box {
    height: 550px;
    display: flex;
    padding: 50px 100px;
    background: #fff;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 200px);
    justify-content: space-between;
    box-shadow: 0 5px 10px rgba(0, 52, 110, .1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 52, 110, .1)
}

.pending .wrapper .right .box hr {
    width: 100%;
    height: 1px;
    margin: 20px 0px;
    background: #bdd1e7
}

.pending .wrapper .right .box span {
    color: #203c89;
    font-size: 22px;
    font-weight: 500
}

.pending .wrapper .right .box p {
    color: #203c89;
    font-size: 19px;
    font-weight: 300
}

.pending .wrapper .right .box img {
    width: 150px
}

.accordion-row-1 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.accordion-row-1 .wrapper p {
    color: #00346e;
    font-size: 42px
}

.accordion-row-1 .wrapper span {
    color: #00346e;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-left: 8px;
    margin-bottom: 10px
}

.accordion-row-1 .wrapper span .after {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ec8690
}

.accordion-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px
}

.accordion-flex .accordionboxs {
    width: 100%;
    background: #fff;
    padding: 20px 0px;
    border-bottom: 1px solid #bdd1e7;
    margin: 10px 0px;
    cursor: pointer
}

.accordion-flex .accordionboxs:first-child {
    border-top: 1px solid #bdd1e7
}

.accordion-flex .accordionboxs .accordioninner {
    display: flex;
    justify-content: space-between
}

.accordion-flex .accordionboxs i {
    font-size: 20px;
    color: #ea4d5c
}

.accordion-flex .accordionboxs .baslik {
    color: #00346e;
    font-size: 28px;
    font-weight: 600;
    user-select: none
}

.accordion-flex .accordionboxs .accordiontext {
    height: auto;
    display: none;
    margin-top: 25px
}

.accordion-flex .accordionboxs .accordiontext .container {
    display: flex;
    flex-direction: row;
    height: 100%
}

.accordion-flex .accordionboxs .accordiontext .container .left {
    width: 50%;
    height: 100%
}

.accordion-flex .accordionboxs .accordiontext .container .left p {
    font-size: 18px;
    color: #203c89;
    font-weight: 300
}

.accordion-flex .accordionboxs .accordiontext .container .left ul {
    margin: 20px 0px 0px 20px
}

.accordion-flex .accordionboxs .accordiontext .container .left ul li {
    font-size: 18px;
    color: #203c89;
    font-weight: 300;
    margin-bottom: 10px
}

.accordion-flex .accordionboxs .accordiontext .container .left ul li::marker {
    color: #ea4d5c
}

.accordion-flex .accordionboxs .accordiontext .container .right {
    width: 50%;
    height: 100%
}

.accordion-flex .accordionboxs .accordion-active i {
    transform: rotateZ(180deg)
}

.fizyo .wave-top {
    fill: #203c89;
    margin-bottom: -5px
}

.fizyo .fizyo-inner {
    width: 100%;
    height: 750px;
    background: #203c89
}

.fizyo .fizyo-inner .wrapper .row-1 {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.fizyo .fizyo-inner .wrapper .row-1 p {
    color: #fff;
    font-size: 42px
}

.fizyo .fizyo-inner .wrapper .row-1 span {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 0;
    font-weight: 600
}

.fizyo .fizyo-inner .wrapper .row-1 span .after {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ea4d5c
}

.fizyo .fizyo-inner .row-2 {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: row
}

.fizyo .fizyo-inner .row-2 .box {
    width: 33.33%;
    height: 100%;
    display: flex;
    color: #fff;
    padding: 0px 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.fizyo .fizyo-inner .row-2 .box span {
    color: #203c89;
    background-color: #ec8690;
    padding: 5px
}

.fizyo .fizyo-inner .row-2 .box .image {
    width: 100%;
    height: 270px;
    overflow: hidden
}

.fizyo .fizyo-inner .row-2 .box .image:hover img {
    transform: scale(1.1)
}

.fizyo .fizyo-inner .row-2 .box .image img {
    transition: .1s ease;
    width: 100%;
    height: 100%
}

.fizyo .wave-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 100%;
    margin-top: -1px;
    fill: #203c89
}

.accordion-flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px
}

.accordion-flex2 .accordionboxs2 {
    width: 100%;
    background: #fff;
    padding: 20px 0px;
    border-bottom: 1px solid #bdd1e7;
    margin: 10px 0px;
    cursor: pointer
}

.accordion-flex2 .accordionboxs2:first-child {
    border-top: 1px solid #bdd1e7
}

.accordion-flex2 .accordionboxs2 .accordioninner2 {
    display: flex;
    justify-content: space-between
}

.accordion-flex2 .accordionboxs2 i {
    font-size: 20px;
    color: #ea4d5c
}

.accordion-flex2 .accordionboxs2 .baslik2 {
    color: #00346e;
    font-size: 28px;
    font-weight: 600;
    user-select: none
}

.accordion-flex2 .accordionboxs2 .accordiontext2 {
    height: auto;
    display: none;
    margin-top: 25px
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 {
    display: flex;
    flex-direction: row;
    height: 100%
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 {
    width: 50%;
    height: 100%
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 p {
    font-size: 18px;
    color: #203c89;
    font-weight: 300
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 p:first-child {
    font-weight: 400
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 span {
    font-size: 18px;
    color: #203c89;
    font-weight: 300;
    text-decoration: underline
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 span:first-child {
    font-weight: 600;
    text-decoration: none
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 a {
    font-size: 20px;
    color: #203c89;
    font-weight: 600
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 ul {
    margin: 20px 0px 60px 20px
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 ul li {
    font-size: 18px;
    color: #203c89;
    font-weight: 300;
    margin-bottom: 10px
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 ul li::marker {
    color: #ea4d5c
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2:first-child span {
    font-weight: 600;
    text-decoration: none
}

.accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .right2 {
    width: 50%;
    height: 100%
}

.accordion-flex2 .accordionboxs2 .accordion-active i {
    transform: rotateZ(180deg)
}

.fizyo-last .wave-top {
    fill: #203c89;
    margin-bottom: -5px
}

.fizyo-last .fizyo-inner {
    width: 100%;
    height: 900px;
    background: #203c89
}

.fizyo-last .fizyo-inner .wrapper {
    display: flex;
    width: 1400px;
    padding: 50px 0px
}

.fizyo-last .fizyo-inner .wrapper .col-1 {
    width: 50%;
    height: 100%
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-1 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-1 p {
    color: #fff;
    font-size: 42px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-1 span {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-left: 8px;
    margin-bottom: 10px;
    font-weight: 600
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-1 span .after {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ea4d5c
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-2 p {
    font-size: 18px;
    color: #ec8690;
    font-style: italic
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-3 ul {
    margin: 20px 0px 0px 20px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-3 ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-3 ul li::marker {
    color: #ea4d5c
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 30px;
    margin-bottom: 30px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-4 .box {
    width: 290px;
    background: #fff;
    height: 95px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-radius: 20px 20px 0px 10px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-4 .box p {
    width: 160px;
    color: #203c89;
    font-size: 17px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-4 .box .visual {
    width: 100px;
    height: 100px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-5 {
    display: flex;
    justify-content: center
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-5 .box {
    width: 290px;
    background: #fff;
    height: 95px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-radius: 20px 20px 0px 10px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-5 .box p {
    width: 160px;
    color: #203c89;
    font-size: 17px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-5 .box .visual {
    width: 100px;
    height: 100px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 ul {
    margin: 20px 0px 0px 20px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 ul li::marker {
    color: #ea4d5c
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 .box {
    width: 290px;
    background: #fff;
    height: 95px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-radius: 20px 20px 0px 10px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 .box p {
    width: 160px;
    color: #203c89;
    font-size: 17px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .row-6 .box .visual {
    width: 100px;
    height: 100px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .a {
    display: flex;
    justify-content: center
}

.fizyo-last .fizyo-inner .wrapper .col-1 .a a {
    background: #992279;
    border: 2px solid #992279;
    height: 45px;
    width: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: .3s ease;
    margin-top: 25px
}

.fizyo-last .fizyo-inner .wrapper .col-1 .a a:hover {
    background-color: #fff;
    color: #992279
}

.fizyo-last .fizyo-inner .wrapper .col-2 {
    width: 50%;
    height: 100%
}

.fizyo-last .fizyo-inner .wrapper .col-2 img {
    width: 100%
}

.fizyo-last .wave-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 100%;
    margin-top: -1px;
    fill: #203c89
}

.sertifika {
    margin-bottom: 100px
}

.sertifika .wrapper .row-1 {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sertifika .wrapper .row-1 p {
    color: #00346e;
    font-size: 42px
}

.sertifika .wrapper .row-1 span {
    color: #00346e;
    font-size: 14px;
    position: relative;
    z-index: 0
}

.sertifika .wrapper .row-1 span .after {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ec8690
}

.sertifika .wrapper .row-2 .box {
    width: calc(100% - 200px);
    height: 240px;
    background: #ec8690;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px
}

.sertifika .wrapper .row-2 .box img {
    width: 106px
}

@media only screen and (max-width: 1315px) {
    .wrapper {
        width: 100%
    }

    .header-down {
        height: 60px
    }

    .header {
        width: 100%;
        top: 0px;
        height: 85px
    }

    .header .wrapper a .logo {
        width: 200px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 25px
    }

    .header .wrapper .menu {
        display: none
    }

    .header .button_container {
        display: block;
        position: fixed;
        right: 0;
        height: 26px;
        width: 32px;
        cursor: pointer;
        z-index: 100;
        margin: 15px;
        transition: opacity .25s ease
    }

    .header .button_container:hover {
        opacity: .7
    }

    .header .button_container.active .top {
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #793b9e
    }

    .header .button_container.active .middle {
        opacity: 0;
        background: #793b9e
    }

    .header .button_container.active .bottom {
        transform: translateY(-10px) translateX(0) rotate(-45deg);
        background: #793b9e
    }

    .header .button_container span {
        background: #793b9e;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all .35s ease;
        cursor: pointer
    }

    .header .button_container span:nth-of-type(2) {
        top: 10px
    }

    .header .button_container span:nth-of-type(3) {
        top: 20px
    }

    .header .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, width .35s;
        z-index: 50
    }

    .header .overlay:before {
        content: "";
        background: #fff;
        left: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        transition: left .35s ease
    }

    .header .overlay:after {
        content: "";
        background: #fff;
        right: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        transition: all .35s ease
    }

    .header .overlay.open {
        visibility: visible;
        height: 100%;
        display: block
    }

    .header .overlay.open:before {
        left: 0
    }

    .header .overlay.open:after {
        right: 0
    }

    .header .overlay.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .25s
    }

    .header .overlay.open li:nth-of-type(2) {
        animation-delay: .35s
    }

    .header .overlay.open li:nth-of-type(3) {
        animation-delay: .45s
    }

    .header .overlay.open li:nth-of-type(4) {
        animation-delay: .55s
    }

    .header .overlay.open li:nth-of-type(5) {
        animation-delay: .65s
    }

    .header .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        font-family: "Vollkorn", serif;
        font-weight: 400;
        text-align: center;
        z-index: 100
    }

    .header .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%
    }

    .header .overlay ul li {
        display: block;
        height: 72px;
        position: relative;
        opacity: 0
    }

    .header .overlay ul li a {
        font-size: 23px;
        font-weight: 600;
        color: #000;
        font-family: "Libre Franklin", sans-serif;
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden
    }

    .header .overlay ul li a:hover:after, .header .overlay ul li a:focus:after, .header .overlay ul li a:active:after {
        width: 100%
    }

    .header .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        top: 14px;
        transform: translateX(-50%);
        height: 4px;
        background: #793b9e;
        transition: .35s
    }

    .top-header {
        display: none
    }

    .fake-header {
        background-color: #fff;
        height: 85px
    }

    .slider {
        width: 100%;
        height: auto;
        background-color: #f6f6f6;
        padding: 20px 0px
    }

    .slider .wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .slider .wrapper .box {
        width: 75%;
        height: auto
    }

    .line {
        width: calc(100% - 30px);
        padding: 15px;
        height: 115px;
        text-align: center
    }

    .line .wrapper p {
        font-size: 15px
    }

    .inside {
        height: auto;
        width: 100%;
        background: #f6f6f6;
        padding: 20px 0px
    }

    .inside .row-1 .line {
        padding: 0px
    }

    .inside .row-2 {
        flex-direction: column
    }

    .inside-2 {
        height: auto
    }

    .inside-2 .row-1 {
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center
    }

    .inside-2 .row-1 .line {
        padding: 0px
    }

    .inside-2 .row-2 {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .saffron .row-1 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px
    }

    .saffron .row-1 .line {
        padding: 0px
    }

    .saffron .row-2 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .saffron .row-2 .col-1 {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

    .saffron .row-2 .col-1 .paragraf {
        text-align: center
    }

    .saffron .row-2 .col-1 .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px
    }

    .saffron .row-2 .col-1 .box .line {
        padding: 0px
    }

    .saffron .row-2 .col-1 .letter .box {
        text-align: center
    }

    .saffron .row-2 .col-1 .letter p {
        text-align: center
    }

    .saffron .row-3 .wrapper {
        width: calc(100% - 60px);
        padding: 30px
    }

    .saffron .row-3 .wrapper img {
        width: 100%
    }

    .saffron .row-4 {
        padding: 20px;
        display: flex;
        flex-direction: column
    }

    .saffron .row-4 .box {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .saffron .row-4 .box .line {
        padding: 0px
    }

    .saffron .row-4 .nul {
        display: flex;
        flex-direction: column
    }

    .saffron .row-4 .nul .col-1 {
        width: 100%
    }

    .saffron .row-4 .nul .col-2 {
        width: 100%;
        padding: 0px
    }

    .saffron .row-4 .nul .col-2 p {
        text-align: center
    }

    .eylem {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 25px;
        width: calc(100% - 50px);
        height: auto
    }

    .eylem .wrapper .box h3 {
        font-size: 22px
    }

    .eylem .wrapper .box .line {
        padding: 0px
    }

    .eylem .wrapper .row-1 {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .eylem .wrapper .row-1 .col-1 {
        margin-bottom: 20px
    }

    .eylem .wrapper .row-1 .col-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .eylem .wrapper .row-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .eylem .wrapper .row-2 .col-1 {
        margin-bottom: 20px
    }

    .eylem .wrapper .row-2 .col-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .tescil {
        text-align: center
    }

    .tescil .box .line {
        padding: 0px
    }

    .section-how {
        display: flex;
        flex-direction: column
    }

    .section-how .stres {
        width: 100%;
        height: auto
    }

    .section-how .stres .col-1 {
        text-align: center
    }

    .section-how .stres .col-1 h3 {
        font-size: 20px
    }

    .section-how .stres .col-1 .line {
        padding: 0px
    }

    .section-how .stres .col-2 {
        padding: 20px 0px
    }

    .section-how .stres .col-3 {
        height: 150px
    }

    .section-how .nasıl {
        width: 100%;
        height: auto
    }

    .section-how .nasıl .col-1 {
        text-align: center
    }

    .section-how .nasıl .col-1 h3 {
        font-size: 20px
    }

    .section-how .nasıl .col-1 .line {
        padding: 0px
    }

    .section-how .nasıl .col-2 {
        padding: 20px 0px
    }

    .contact {
        height: auto
    }

    .contact .row-1 .line {
        padding: 0px
    }

    .contact .row-2 {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .contact .row-2 .col-1 {
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px
    }

    .contact .row-2 .col-2 {
        width: 100%;
        padding-bottom: 50px
    }

    .footer {
        height: auto;
        padding: 35px 44px;
        text-align: center
    }

    .saglik-bg {
        overflow: hidden
    }

    .saglik-bg img {
        width: auto;
        height: 100%
    }

    .saglik-bg .box {
        width: calc(100% - 100px);
        height: auto;
        padding: 15px
    }

    .saglik-bg .box hr {
        margin: 40px 0px
    }

    .saglik-bg .box img {
        height: unset;
        margin-bottom: 35px
    }

    .saglik-bg .box .onay a:first-child {
        height: 100%;
        width: 100px
    }

    .saglik-bg .box .onay a:last-child {
        height: 100%;
        width: 100px
    }

    .takviye-bg {
        height: auto
    }

    .takviye-bg .wrapper .box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px
    }

    .takviye-bg .wrapper .box .vc_single_image-wrapper img {
        width: 100%
    }

    .takviye-bg .wrapper .box span {
        font-size: 29px
    }

    .takviye-bg .wrapper .box .awards {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center
    }

    .nedir .wrapper .col-1 p {
        font-size: 32px
    }

    .gıda .row-1 {
        text-align: center
    }

    .gıda .row-1 p {
        font-size: 32px
    }

    .gıda .row-2 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .gıda .row-2 .col-1 {
        width: 100%
    }

    .gıda .row-2 .col-2 {
        width: calc(100% - 40px);
        padding: 0px 20px
    }

    .gıda .row-2 .col-2 .box {
        width: calc(100% - 40px);
        padding: 0px 20px
    }

    .gıda .row-2 .col-2 .box h2 {
        font-size: 23px
    }

    .pending {
        height: auto
    }

    .pending .wrapper {
        display: flex;
        flex-direction: column
    }

    .pending .wrapper .left {
        width: 100%
    }

    .pending .wrapper .right {
        width: 100%
    }

    .pending .wrapper .right .box {
        height: auto;
        padding: 50px 0px;
        width: 100%
    }

    .accordion-row-1 {
        width: 100%;
        flex-direction: column;
        text-align: center
    }

    .accordion-row-1 .wrapper p {
        font-size: 29px
    }

    .accordion-flex .accordionboxs .accordioninner {
        display: flex;
        justify-content: space-around
    }

    .accordion-flex .accordionboxs .accordioninner .baslik {
        font-size: 20px
    }

    .accordion-flex .accordionboxs .accordiontext .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .accordion-flex .accordionboxs .accordiontext .container .left {
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .accordion-flex .accordionboxs .accordiontext .container .right {
        width: 80%
    }

    .accordion-flex .accordionboxs .accordiontext .container .right img {
        width: 100%
    }

    .accordion-flex2 .accordionboxs2 .accordioninner2 {
        display: flex;
        justify-content: space-around
    }

    .accordion-flex2 .accordionboxs2 .accordioninner2 .baslik2 {
        font-size: 20px;
        width: 80%
    }

    .accordion-flex2 .accordionboxs2 .accordiontext2 .container2 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .left2 {
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .right2 {
        width: 80%
    }

    .accordion-flex2 .accordionboxs2 .accordiontext2 .container2 .right2 img {
        width: 100%
    }

    .fizyo .fizyo-inner {
        height: auto
    }

    .fizyo .fizyo-inner .wrapper .row-1 {
        text-align: center
    }

    .fizyo .fizyo-inner .wrapper .row-1 p {
        font-size: 28px
    }

    .fizyo .fizyo-inner .wrapper .row-2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .fizyo .fizyo-inner .wrapper .row-2 .box {
        width: 80%;
        height: 500px;
        margin-bottom: 20px
    }

    .fizyo-last .fizyo-inner {
        height: auto
    }

    .fizyo-last .fizyo-inner .wrapper {
        display: flex;
        width: 100%;
        padding: 50px 0px;
        flex-direction: column
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .row-1 {
        width: 100%;
        padding: 37px 0px;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .row-1 p {
        font-size: 28px
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .row-2 {
        width: 80%;
        text-align: center
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .row-4 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 250px;
        margin: 30px 0px
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .row-6 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .a {
        margin-bottom: 30px
    }

    .fizyo-last .fizyo-inner .wrapper .col-1 .a a {
        width: 100%
    }

    .fizyo-last .fizyo-inner .wrapper .col-2 {
        width: 100%
    }

    .sertifika .wrapper .row-1 {
        padding: 30px 0px
    }

    .sertifika .wrapper .row-2 .box {
        width: 100%;
        height: auto;
        background: #ec8690;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 50px 0px
    }

    .sertifika .wrapper .row-2 .box img {
        margin-bottom: 20px
    }
}
