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%;
    vertical-align: baseline;
    color: unset;
    text-decoration: unset;
}

ul>li {
    list-style: none;
}

.navbar {
    right: 0;
}

.navbar-nav {
    flex-direction: row;
    position: absolute;
    top: 20px;
    right: 10%;
}

.nav-item {
    margin-right: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.carousel-caption>p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.navbar-toggler {
    background-color: #287036;
}

.logo {
    position: absolute;
    left: 5%;
    z-index: 1;
    display: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 12px;
    padding: 12px 102px;
}

.carousel-caption {
    background-color: #1E5128;
    width: 370px;
    padding-bottom: 10px;
    height: auto;
    position: absolute;
    bottom: 0px;
    z-index: 999999999999999;
    right: 13%;
    left: unset;
}

.carousel-control-next,
.carousel-control-prev {
    width: 4%;
    opacity: 1;
    bottom: 9.75em;
    top: unset;
}

.carousel-control-next {
    background-color: white;
    margin-right: 13%;
    height: 40px;
    position: absolute;
}

.carousel-control-prev {
    background-color: #287036;
    margin-right: 17%;
    height: 40px;
    position: absolute;
    right: 0;
    left: unset;
}

.form_all_page {
    transition: all 0.5s;
    position: fixed;
    right: -352px;
    top: 5%;
    z-index: 99999;
}

.form_content {
    z-index: 9999999;
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    text-align: center;
    right: 0;
    top: 130px;
    transition: 0.5s ease-in-out;
    font-weight: 300;
    box-shadow: 0 0 50px #00000030;
}

.form li {
    padding: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 6px 0px;
}

.form .form-text,
.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: 37px;
    line-height: 32px;
    padding-left: 11px;
    background-color: #fff;
    font-family: "Korolev-Medium";
    color: #444;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

.form-textarea {
    height: 90px !important;
}

.form-submit {
    width: 140px;
    color: #fff;
    width: 50%;
    border: unset;
    margin-bottom: 20px;
    transition: all 0.5s;
    background: #A97C50;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    height: 60px;
    border-radius: 30px;
    margin: 5px;
    height: 35px;
}

.form-submit:hover {
    background: unset;
    color: #A97C50 !important;
}

.form-submit>a:hover {
    color: #A97C50 !important;
}

.katPlanlari {
    width: 12%;
}

.form-menu {
    position: absolute;
    text-align: left;
    font-size: 22px;
    top: 250px;
    z-index: 5;
    right: 295px;
    transition: 0.5s ease-in-out;
    height: auto;
    display: block;
    cursor: pointer;
    color: #fff;
    width: 164px;
    padding: 15px;
    transform: rotate(-90deg);
    background: #A97C50;
    text-align: center;
    z-index: 9999999;
    font-weight: bold;
    font-size: 16px;
}

.form-menu>span {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.telefonmobil {
    font-weight: bold;
}

.telefonmobil a {
    color: #15305c;
    text-decoration: none;
}

.mainBox {
    display: flex;
    justify-content: space-evenly;
    height: 650px;
}

.mainContent>h1 {
    color: #6C4E2F;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 35px;
}

.mainContent>p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-top: 70px;
    color: #6C4E2F;
}

.form-submit>a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.mainContent>h2 {
    color: #A97C50;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.carousel-caption>h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
}

.maincarouselnext,
.maincarouselprev {
    top: 100%;
    width: 10%;
    opacity: 1;
}

.maincarouselnext {
    background-color: white;
    height: 40px;
    right: 0;
    margin-right: 0;
}

.maincarouselprev {
    right: -7%;
    background-color: #A97C50;
    height: 40px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23287036' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.maincarouselnexticon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A97C50' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.mainContent {
    width: 29%;
    text-align: center;
    margin-left: -11%;
}

.anasayfaGaleri {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding-bottom: 20px;
}

.owl-carousel {
    width: 90% !important;
    margin: 0 auto;
}

.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.owl-1 .owl-item.center>div {
    cursor: auto;
    margin: 0;
    position: absolute;
    transform: scale(1.1) !important;
    z-index: 99999999999999999999999;
    transition: all 0.7s;
}

.owl-1 .owl-item.active>div {
    cursor: auto;
    margin: 0;
    position: absolute;
    transform: scale(0.7);
    z-index: 1;
}

.item {
    margin: 0 80px 50px !important;
}

.owl-dots {
    display: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 25%;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 25%;
}

.owl-prev>img {
    background-color: #A97C50;
    border: 1px solid #fff;
}

.owl-next>img {
    background-color: white;
    border: 1px solid #A97C50;
}

.detay {
    width: 65px;
    height: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #FFF;
    text-decoration: none;
}

.botBoxes {
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    align-items: center;
}

.botBoxUp {
    background-color: #A97C50;
    text-align: center;
    color: white;
    padding: 20px;
}

.botBoxDown {
    background-color: #DDCEB4;
    color: #6C4E2F;
    padding: 15px;
}

.botBoxDownDown {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.botBoxUp>p {
    width: 64%;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.botBoxUp>h1 {
    width: 64%;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
}

.botBoxUp>h2 {
    width: 64%;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.botBoxDownUp>ul>li>p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.botBoxDownUp>ul {
    padding: 20px;
}

.botBoxDownDown>ul {
    padding: 20px;
}

.botBoxDownUp>ul>li,
.botBoxDownDown>ul>li {
    line-height: 1.8;
}

.anasayfaForm {
    border: 3px solid #DDCEB4;
    text-align: center;
    padding: 30px;
}

.anasayfaForm>h5 {
    color: #6C4E2F;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.anasayfaFormInput,
.anasayfaFormTextarea {
    border: 1px solid #DDCEB4;
    width: 32%;
    margin: 5px;
}

.anasayfaFormInput::placeholder,
.anasayfaFormTextarea::placeholder {
    color: #6C4E2F;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.anasayfaFormTextarea {
    resize: none;
    width: 98%;
}

.anasayfaFormButton>button {
    width: 10%;
    height: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.footer {
    background-color: #1E5128;
    text-align: center;
    z-index: 2;
    position: relative;
}

.footer>div>ul {
    background-color: #287036;
    display: flex;
    justify-content: center;
}

.footer>div>ul>li {
    color: white;
    font-size: 16px;
    margin: 15px;
    letter-spacing: 2px;
}

.footer>div>ul>li>a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.footerInside {
    display: flex;
    flex-direction: column;
}

.footerInside>a {
    padding: 20px;
}

.copy {
    text-align: left;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.design {
    text-align: right;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.botBoxDownDown>ul>li {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.design>img {
    width: 90px;
    vertical-align: middle;
}

.icon {
    background-color: white;
    color: #1E5128;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 5px;
}

.footerInside {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
    padding: 15px;
}

.icons {
    display: flex;
    margin-left: 5%;
}

.dalDiv {
    position: relative;
    width: 100%;
    height: 0px;
    bottom: 18em;
}

.dal {
    position: absolute;
    width: 300px;
    height: auto;
    right: 0;
}

.mainContent>img {
    margin-top: 30px;
    width: 410px;
}

.galleryButtons {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 60px;
}

.galleryButtons>button {
    background-color: white;
    border: 2px solid #A97C50;
    color: #A97C50;
    width: 110px;
}

.galleryButtons>button:hover {
    border: unset;
}

a:hover {
    color: unset;
}

.footer>.col-12>a>img {
    padding: 15px;
}

.navbar-collapse {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    right: 0;
}

.navbar-collapse>li>a {
    font-size: 35px !important;
}

.collapse {
    position: absolute;
    top: 102px;
    width: 98%;
}

.p-4 {
    padding: 2rem !important;
}

.divCollapse {
    height: 60vh;
    --bs-bg-opacity: .8 !important;
}

.navbar>div>ul>li>a {
    color: white !important;
}

.navbar-detail>div>ul>li>a {
    color: black !important;
}

.navbar-detail {
    height: 90px;
    background-color: white !important;
}

.detail {
    position: relative;
}

.galleryText {
    text-align: center;
}

.galleryText>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 35px;
    color: #6C4E2F;
    padding: 20px;
}

.galleryText>h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #A97C50;
    padding: 10px;
}

.galleryText>p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #6C4E2F;
    width: 40%;
    margin: 0 auto;
    padding: 15px;
}

.galleryMid {
    background-color: #1E5128;
    width: 100%;
    margin-left: unset !important;
}

.tabs {
    display: flex;
    justify-content: center;
}

.tabs button {
    background-color: transparent;
    color: white;
    width: 150px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.mainTabs>button {
    color: #A97C50;
}


.tabs button:hover {
    border: 1px solid #fff;
    color: #fff;
}

.mainTabs>button:hover {
    border: 1px solid #A97C50;
    color: #A97C50;
}

.tabs_item>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs_item>ul>li {
    margin: 21px;
}

.tabs_item>ul>li>a>img {}

.galleryCover {
    width: 100%;
}

.tab_content {}

.tabs_item {
    display: none;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 10%, transparent 20%);
}

.formRow {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.botBox {
    width: 50%;
}

.botBoxMap {
    width: 50%;
}

.botBoxMap>img {
    width: 100%;
}

.iletisimDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* padding: 30px; */
}

.iletisimDiv>p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.adresnumara>p {
    color: #1E5128;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding-top: 2%;
    text-align: center;
}

.topAnim {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.7s;
}

.topScroll {
    position: relative;
    bottom: 50px;
    opacity: 0;
    transition: all 0.7s;
}

@keyframes scaleUp {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.2);
    }

}

.patlangac {
    position: absolute;
    background-image: linear-gradient(30deg, #287036, #40b857, #287036);
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: white;
    width: 210px;
    height: 210px;
    top: 22%;
    left: 4%;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: scaleUp 1.5s forwards;
}

.patlangac>p:nth-child(1) {
    font-weight: bold;
}

.patlangac>p:nth-child(2) {
    font-weight: 100;
    font-size: 26px;
    line-height: 1.2;
}

.toggler {
    position: absolute;
    top: 0%;
    right: 3%;
}

.tesekkurler-wrapper {

    display: table;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    right: 0;

    background: #FFF;

    z-index: 10;

    background-size: cover;

    font-family: arial;

    color: #FFF;

}



.tesekkurler {

    display: table-cell;

    vertical-align: middle;

    font-size: 32px;

    line-height: 40px;

    color: #1a5228;

    letter-spacing: 0;

    font-weight: 300;

    text-align: center;

}



.tesekkurler img {

    width: auto;

    height: auto;

    padding: 10px;

}



.tesekkurler button {

    background: #ffffff;

    padding: 15px;

    border: unset;

    border-radius: 10px;

    width: 20%;

    color: #1a5228;

    box-shadow: 1px 1px 6px #eaeaea;

    cursor: pointer;

    font-size: 18px;

    transition: all 0.3s;

    font-family: arial;

    text-decoration: none;

}



.tesekkurler button:hover {

    background: #1a5228;

    color: #FFF;

    width: 18%;

}

.galleryButtons>h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #A97C50;
}

.menu-open {
    right: 295px !important;
    display: block;
    transition: .5s ease-in-out;
}

.form-open {
    right: 0px;
    display: block;
    transition: .5s ease-in-out;
}