* {
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

:root {
    --primary: #254F3C;
    --textcolor: #70706F;
    --brownColor: #AE8452;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
    font-family: "Rubik", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.ty-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #333;
}

.ty-vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

main {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1);
    right: 0;
    z-index: 2;
    overflow-x: hidden;
}

.img100 img {
    width: 100%;
}

.w100 {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.mtop {
    margin-top: 170px;
}

.ptop {
    padding-top: 150px;
}

.pdn {
    padding: 80px 0px;
}

p {
    font-size: 24px;
    color: var(--textcolor);
    font-weight: 400;
    line-height: 1.4;
}

.container {
    width: 1750px;
    max-width: 95%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.container2 {
    width: 1630px;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.container3 {
    width: 1360px;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.menu-trigger {
    display: none;
}

.topBar {
    height: 150px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 15;
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1);
}

.topBar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topMenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topMenu ul li {
    position: relative;
    margin: 0px 18px;
}

.topMenu ul li a {
    position: relative;
    color: var(--primary);
    font-size: 1vw;
    transition: all .2s cubic-bezier(0.42, 0, 0.25, 0.99);
}

.logo {
    width: 240px;
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1);
}

.contactTel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 1.2vw;
    color: var(--primary);
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1);
    margin: 10px 0px;
}

.contactTel img {
    margin-right: 10px;
    max-width: 25px;
}

.leaf {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 45%;
    pointer-events: none;
}

.centerText {
    text-align: center;
}

.title {
    margin-bottom: 20px;
}

.title h1,
.title h2 {
    font-size: 44px;
    color: var(--primary);
    font-weight: 600;
    line-height: 1.2;
}

.title2 {
    margin-bottom: 20px;
}

.title2 h1,
.title2 h2 {
    font-size: 50px;
    color: var(--primary);
    font-weight: 600;
    line-height: 1.2;
}

.centerImg {
    margin: 60px auto 120px;
    display: table;
    width: auto;
    max-width: 100%;
}

.mgbNegative {
    margin-bottom: calc(-80px - 5%);
}

.socialCarousel {
    width: 48%;
    float: left;
}

.socialCarousel .items {
    height: 620px;
    border-radius: 360px;
    background-size: cover;
    background-position: center;
}

.socialContent {
    float: right;
    width: 45%;
    padding-top: 3%;
}

.socialContent ul {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.socialContent ul li {
    font-size: 24px;
    color: var(--textcolor);
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.socialContent ul li:last-child {
    margin-bottom: 0;
}

.socialContent ul li::Before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: url(../images/icons/list-dot.png) top left no-repeat;
    background-size: 100%;
}

.owl-dots {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.owl-dot {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid var(--brownColor);
    margin: 0px 3px;
    border-radius: 360px;
}

.owl-dot.active {
    background-color: var(--brownColor);
}

.cicek-1 {
    position: absolute;
    right: 0px;
    top: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.rptSect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.rptSect:last-child {
    margin-bottom: 0;
}

.rptSect article {
    width: 37%;
    margin-left: 5%;
}

.rptSect figure {
    width: 55%;
    height: 650px;
    background-position: center;
    background-size: cover;
    border-radius: 360px 0px 0px 360px;
    z-index: 1;
}

.rptSect:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.rptSect:nth-child(2n+2) article {
    margin-right: 5%;
    margin-left: 0%;
}

.rptSect:nth-child(2n+2) figure {
    border-radius: 0px 360px 360px 0px;
}

.threeBoxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.threeBoxes article {
    width: 30%;
}

.threeBoxes figure {
    width: 25%;
    height: 630px;
    background-size: cover;
    background-position: center;
    border-radius: 360px;
}

.galleryCarousel .items {
    border-radius: 360px;
    overflow: hidden;
}

.gallerySect {
    display: none;
    margin-top: 50px;
    width: 100%;
}

.gallerySect.open {
    display: inline-block;
}

.halfContent {
    width: 55%;
}

.tabMenu {
    position: absolute;
    right: 0px;
    top: 50px;
    display: flex;
    align-items: center;
}

.tabMenu li {
    width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brownColor);
    margin-right: 20px;
    border-radius: 360px;
    font-size: 20px;
    font-weight: 600;
    color: var(--brownColor);
    transition: all .3s cubic-bezier(0.42, 0, 0.25, 0.97);
    cursor: pointer;
    text-align: center;
}

.tabMenu li:last-child {
    margin-right: 0px;
}

.tabMenu li.active {
    background-color: var(--brownColor);
    color: #fff;
}

.galleryCarousel .owl-prev,
.galleryCarousel .owl-next {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999em;
    border: none;
    background-color: transparent;
}

.galleryCarousel .owl-prev {
    background-image: url(../images/icons/prev.png);
    left: -50px;
}

.galleryCarousel .owl-next {
    background-image: url(../images/icons/next.png);
    right: -50px;
}

.katplaniSect figure {
    width: 40%;
    border: 1px solid var(--primary);
    border-radius: 50px;
    overflow: hidden;
    float: left;
}

.katplaniSect {
    margin-top: 50px;
    display: none;
    width: 100%;
}

.katplaniSect.open {
    display: inline-block;
}

.katplaniSect article {
    width: 55%;
    float: right;
    padding-top: 25px;
    margin-bottom: 50px;
}

.katplaniSect h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 40px;
}

.katPlani {
    width: 50%;
    float: left;
}

.katPlani h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--brownColor);
    margin-bottom: 20px;
}

.katPlani table {
    width: 85%;
}

.katPlani table tr {
    border-bottom: 1px solid #AAAAAA;
}

.katPlani table tr td {
    padding: 15px 0px;
    font-size: 22px;
    color: var(--textcolor);
}

.katPlani table tr td:last-child {
    text-align: right;
    font-weight: 600;
}

.katplaniSect article:last-child table td {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
}

.katplaniSect article:last-child table td:last-child {
    font-weight: 400;
}

.katplaniSect article:last-child {
    margin-bottom: 0px;
    /* border-top: 2px solid var(--primary); */
}

.bottom {
    background-color: var(--primary);
    padding: 30px 0px;
    z-index: 15;
}

.bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom a {
    color: #fff !important;
}

#contactTabMenu {
    position: relative;
    top: 0;
    margin-top: 25px;
}

#contactTabMenu li {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 15px 20px;
    margin-right: 10px;
}

.cnContent {
    width: 50%;
    float: left;
}

.cnContent table {
    width: 100%;
}

.cnContent table td {
    color: var(--textcolor);
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0px;
}

.cnContent table tr {
    border-bottom: 1px solid #ccc;
}

.cnContent table td:last-child {
    font-weight: 600;
    text-align: right;
}

.ulasim {
    margin-top: 25px;
    display: none;
    width: 100%;
}

.ulasim.open {
    display: inline-block;
}

.map {
    width: 45%;
    float: right;
    border: 1px solid var(--primary);
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#map {
    height: 100%;
}

.kus {
    position: absolute;
    right: 50%;
    top: -10%;
    z-index: 0;
}

.kelebek {
    position: absolute;
    right: 5%;
    top: 5%;
    animation: kelebekMove 4s infinite;
}

@keyframes kelebekMove {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: -30px;
    }
    100% {
        margin-top: 0px
    }
}

.yaprak {
    position: absolute;
    right: 40%;
    bottom: -45%;
    z-index: 0;
    width: 45%;
}

.whatsapp {
    position: fixed;
    left: 2.5%;
    bottom: 25px;
    z-index: 5;
    width: 80px;
}

.formBtn {
    position: fixed;
    bottom: 0px;
    right: 2.5%;
    z-index: 5;
    cursor: pointer;
    width: 400px;
    transition: all .2s ease-in-out;
}

.formBtn:hover {
    opacity: .6;
}


/*FORM*/

.contact_form UL {
    margin: 0px;
    padding: 0px;
}

.contact_form LI {
    margin: 0px 0px 15px;
    padding: 0px;
    list-style: none;
    font-size: 8pt;
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}

.contact_form .form-text,
.contact_form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0px 0px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    outline: none;
}

.contact_form .form-textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact_form LABEL {
    height: 15px;
}

.form-submit {
    width: 180px;
    height: 50px;
    border: 0px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: var(--brownColor);
    margin: auto;
    margin-top: 0;
    font-weight: bold;
    border-radius: 360px;
    border: none;
}

.form-submit:hover {
    opacity: 0.7;
    cursor: pointer
}

INPUT.inputError,
SELECT.inputError {
    border: 1px solid #F00 !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.input-group-addon {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #484848;
    border: 1px solid #CCC;
    border-radius: 4px;
}

input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/form/checks.png') no-repeat 0 0;
    line-height: 15px;
    cursor: pointer;
    font-size: 12px;
}

input[type=checkbox]:not(old):checked+label {
    background-position: 0 -15px;
}

input[type=radio]:not(old):checked+label {
    background-position: 0 -15px;
}

.form-holder {
    text-align: center;
    width: 400px;
    position: fixed;
    right: 0px;
    /* top: 0px; */
    box-sizing: border-box;
    padding: 0px 40px;
    background-color: #ffffff;
    height: 100%;
    display: table;
    box-shadow: -5px 0px 20px rgb(94 127 169 / 5%);
    z-index: 20;
}

.form-inner {
    display: table-cell;
    vertical-align: middle;
}

.form-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.form-title strong {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.fixedForm {
    text-align: center;
    position: fixed;
    bottom: -600px;
    padding: 50px 40px 30px;
    box-sizing: border-box;
    display: table;
    width: 400px;
    height: auto;
    background-color: var(--brownColor);
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .3);
    transition: all .6s cubic-bezier(.42, 0, .07, .99);
    min-height: 280px;
    z-index: 50;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 40px 40px 0px 0px;
    right: 2.5%;
}

.fixedForm.active {
    bottom: 0px;
}

.formBtn:hover {
    margin-left: 10px
}

.formBtn.dl {
    opacity: 0;
    pointer-events: none
}

.kapatForm {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    cursor: pointer;
    z-index: 99;
    border-radius: 360px;
}

.fixedForm .formHolder {
    width: 100%
}

.contact_form .form-text:focus {
    border-color: rgb(243, 171, 77);
}

textarea {
    padding-top: 10px !important;
}

.checkboxInfo {
    font-size: 12px !important;
    display: flex !important;
    margin-bottom: 10px !important;
    gap: 5px;
    flex-direction: row-reverse;
    text-align: left;
}

.checkboxInfo .form-check-input {
    margin-top: 0;
    width: 15px;
    height: 15px;
    margin-right: 0;
    display: block;
    float: none;
    margin-left: 0;
}

.checkboxInfo span {
    width: calc(100% - 15px);
    padding-left: 0px;
    color: #fff;
    font-size: 13px;
}

.formTel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    float: left;
}

.formTel img {
    margin-right: 10px;
}

.iletisim-m {
    display: none;
}

.contactSect .container {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.parallax100 {
    height: 80vh;
    float: left;
    display: inline-block;
    width: 100%;
}

.parallaxBg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.logolar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 50px;
}

.logolar li {
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    transform: scale(.75);
}

.logolar li:nth-child(2) {
    transform: scale(1);
}

.ayricalikCarousel object {
    display: block;
    width: 100%;
    pointer-events: none;
}

.logolar li img {
    display: block;
    width: 400px;
}

.fullimg {
    width: 100%;
    float: left;
    margin-top: -80px;
}

.tableFull {
    padding: 20px 0px !important;
    margin: 0px 0px 15px !important;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    width: 51% !important;
    margin-right: 4% !important;
}

.tableFull table {
    width: 46%;
    float: left;
    margin-right: 8%;
}

.tableFull .katPlani {
    width: 100%;
}

.tableFull .katPlani tr {
    border: none;
}

.tableFull table:nth-child(2n+2) {
    margin-right: 0;
}

.logolar.min li {
    width: 240px;
    transform: scale(1);
    margin: 0px 25px;
}


/* Z-INDEX */

.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    box-sizing: border-box;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.kvkk_popup span,
.kvkk_popup2 span {
    cursor: pointer;
    text-decoration: underline
}

.popup {
    display: none;
    width: 95%;
    max-width: 1000px;
}

.popup h2 {
    font-size: 20px;
    font-weight: bold;
}

.popup p {
    font-size: 15px;
}

.header-top {
    width: 100%;
    float: left;
    position: relative;
    background: #af8451;
    padding: 10px 0px;
    z-index: 99;
    transition: all ease-in-out .3s;
}

.header-top img {
    max-width: 40px;
    margin-right: 10px;
}

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

.header-top a span {
    color: #fff;
}

.header-top:hover {
    background: #2b6349;
}

.mobile-sanal {
    display: none !important;
}

.izin input {
    width: 20px;
    height: 20px;
}

.hidden {
    display: none !important;
}