@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); body {
    font-family: "Rubik", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..700&display=swap'); header {
    width: 100%;
    float: left;
    background: white;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e7e7e7;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.container {
    max-width: 1200px;
}

.p0 {
    padding: 0px;
}

.w100 {
    width: 100%;
}

.mt-0 {
    margin-top: 0px;
}

.logo {
    float: left;
    margin-top: 12px;
}

.logo a {
}

.logo img {
}

.menu-1 {
    float: right;
    margin-top: 25px;
    position: relative;
    z-index: 999;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
}

.menu-toggle span {
    background: black;
    height: 3px;
    width: 30px;
    margin: 2px 0;
    transition: 0.4s;
}

 .menu-1 ul {
    float: left;
    display: flex;
}

.menu-1 li {
    list-style: none;
    position: relative;
}

.menu-1 li a {
    text-decoration: none;
    color: black;
    padding: 15px;
    display: block;
}

.menu-1 li ul {
    width: 270px;
    position: absolute;
    background: white;
    padding: 0;
    border-radius: 4px;
    top: 40px;
    left: 0;
    padding-top: 15px;
    display: none;
}

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

@media screen and (max-width: 1024px) {
    .menu-toggle {
        display: flex;
        top: 12px;
        right: 30px;
    }

    .menu-1 .menu-items {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        text-align: left;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    .menu-1 .menu-items.active {
        display: flex;
        position: relative;
        width: 100%;
        float: left;
    }

    .menu-1 li {
        float: none;
        width: 100%;
    }

    .menu-1 li ul {
        position: static;
        width: 100%;
        display: none;
    }

    .menu-1 li:hover ul {
        display: block;
        margin-top: 0px;
        padding: 0;
        border-top: 1px solid #e7e7e7;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

.slide-1-owl {
    width: 100%;
    float: left;
}

.slide-1 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
}

.slide-1 .owl-nav {
    width: 100%;
    float: left;
    font-size: 40px;
    position: absolute;
    top: 40%;
    z-index: 99999;
    left: 0;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 70px;
}

.slide-1 .owl-nav .owl-prev {
    float: left;
}

.slide-1 .owl-nav .owl-next {
    float: right;
}

.list-item-3 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.list-item-3 .item {
    padding: 30px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    height: 190px;
    box-shadow: 0px 0px 40px #97979747;
    /* border-top: 1px solid #e7e7e7; */
    /* border-bottom: 1px solid #e7e7e7; */
}

.list-item-3 .border-1 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 1px solid #e7e7e7;
}

.list-item-3 .border-2 {
    border-right: 1px solid #e7e7e7;
}

.list-item-3 .border-3 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.list-item-3 .border-4 {
}

.list-item-3 .item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.list-item-3 .item p {
    line-height: 21px;
    font-size: 15px;
    color: #9b9b9b;
}

.list-item-3 .item svg {
    margin-top: -7px;
    float: left;
    font-size: 24px;
    color: #282828;
}

.video-section-1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    background-image: url('../images/pattern-1.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-position: -172px bottom;
    background-size: 122%;
}

.video-section-1 .item-text {
    background: white;
    width: 470px;
    box-shadow: 0px 0px 40px #97979747;
    padding: 30px;
    float: left;
    margin-left: 8%;
    margin-top: 5%;
    position: absolute;
    border-radius: 30px;
    text-align: left;
}

.video-section-1 .text-item-2 {
    width: 100%;
    float: left;
    text-align: left;
    max-width: 100%;
    padding-bottom: 20px;
}

.video-section-1 .text-item-2 h3 {text-align: left;margin-top: 60px;}

.video-section-1 .text-item-2 p {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 80px;
    color: gray;
}

.video-section-1 .item-text h3 {
    font-size: 32px;
    border-left: 5px solid #e6c07e;
    padding-left: 15px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: "Rubik", sans-serif;
}

.video-section-1 .item-text p {
    font-size: 14px;
}

.video-section-1 .video-img {
    width: 930px;
    margin: auto;
    margin-top: 20px;
    float: right;
    margin-right: 100px;
}

.video-section-1 .video-img img {
    width: 980px;
    max-width: 100%;
}

.video-section-1 .item-text-2 {
    color: #1b1a1a;
}

.video-section-1 .info-button {
    text-decoration: none;
    border: 1px solid black;
    padding: 14px;
    border-radius: 14px;
    color: black;
    margin-top: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

.list-item-4 {
    width: 100%;
    float: left;
}

.list-item-4 .item {
    border: 1px solid #e7e7e7;
    padding: 30px;
    box-shadow: 0px 0px 40px #97979747;
    background: white;
    width: 100%;
    float: left;
}

.list-item-4 .item .icon {
}

.list-item-4 .item h4 {
}

.list-item-4 .item p {
    font-size: 14px;
    min-height: 44px;
    width: 75%;
    font-weight: 400;
}

.list-item-4 .item svg {
    margin-right: 5px;
    color: #deb36f;
}

.list-item-5 {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-top: -30px;
}

.list-item-5 .item {
}

.item {
}

.list-item-5 .item ul {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 0;
}

.list-item-5 .item li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.list-item-5 .item li .icon {
    width: 80px;
    float: left;
}

.list-item-5 .item li .icon svg {
}

.list-item-5 .item li p {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-left: 15px;
    width: auto;
}

.list-item-5 .text {
    width: 80%;
    float: left;
    margin-top: 80px;
    margin-left: 10%;
}

.list-item-5 .item li .icon img {
    width: 100%;
}

.list-item-5 .banner {
    width: 100%;
    margin-top: -60px;
}

.list-item-5 .buton {
    text-decoration: none;
    color: black;
    padding: 30px;
    margin-top: 0px;
    float: left;
}

.about-home-1 {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.about-home-1 h3 {
    font-size: 30px;
}

.about-home-1 span {
    COLOR: #e6bf7e;
}

.about-home-1 p {
    color: #6b6b6b;
}

.about-home-1 .text {
    width: 70%;
    margin-top: 50px;
}

.about-home-1 .number {
    border: 3px solid #e6bf7e;
    height: 107px;
    width: 140px;
    position: relative;
    float: left;
}

.about-home-1 .number-text h4 {
    font-size: 85px;
    float: left;
    margin-bottom: 0;
    margin-left: -5px;
}

.about-home-1 .number-text span {
    float: left;
    color: black;
    margin-top: 15px;
    font-size: 23px;
    margin-left: 20px;
}

.number-text {
    float: left;
    width: 290px;
    margin-left: -122px;
    position: relative;
}

.cat-banner-1 {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 30px;
    height: auto;
    margin-bottom: 60px;
}

.cat-banner-1 .item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.cat-banner-1 .item h2 {
    width: 100%;
    float: left;
    background: #e9e9e9;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 16px;
    font-size: 22px;
    text-align: left;
    padding-left: 30px;
}

.cat-banner-1 .item img {
    border-radius: 15px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-height: 183px;
}

.blog-1 {
    width: 100%;
    float: left;
}

.blog-1 .item {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0px 0px 40px #97979747;
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.blog-1 .item img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-1 .item .date {
    position: absolute;
    right: 30px;
    background: white;
    font-size: 14px;
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    top: 0px;
    right: 0px;
}

.blog-1 .item h3 {
    font-size: 23px;
}

.blog-1 .item p {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    color: #9b9b9b;
    margin-top: 20px;
    margin-bottom: 50px;
}

.blog-1 .item a {
    text-decoration: none;
    background: #e6bf7e;
    padding: 15px;
    color: white;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #c4a46f;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.blog-1 .text {
    padding: 45px;
    margin-bottom: 30px;
    min-height: 340px;
    position: relative;
    width: 100%;
}

.footer-1 {
    width: 100%;
    float: left;
    background: #414042;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    font-size: 14px;
    color: #9b9b9b;
}

.footer-1 .item {
}

.footer-1 .item a {
    color: #9b9b9b;
    text-decoration: none;
}

.footer-1 h3 {
    font-size: 21px;
    color: white;
}

.footer-1 ul {
    padding: 0px;
    margin: 0px;
}

.footer-1 li {
    list-style-type: none;
}

.footer-1 li a {
    text-decoration: none;
    color: gray;
    font-size: 14px;
    line-height: 32px;
}

.footer-1 .catalog-button {
    background: #e6bf7e;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 15px;
    border-radius: 15px;
}

.social-media {
}

.social-media ul {
}

.social-media li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.social-media li a {
}

.social-media li svg {
    font-size: 20px;
}

.footer-1 li a:hover {
    color: #e6bf7e;
}

.copyright {
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    background: #121212;
    padding-top: 30px;
    padding-bottom: 20px;
}

.hakkimizda-1 {
    width: 100%;
    float: left;
    background: black;
    padding: 30px;
}

.hakkimizda-1 .cover {
    width: 100%;
    float: left;
}

.hakkimizda-1 .cover img {
    width: 100%;
}

.hakkimizda-1 .slogan {
    position: absolute;
    left: -32px;
    top: 200px;
}

.hakkimizda-1 .images {
}

.cover {
    position: relative;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.cover.show {
    opacity: 1;
    transform: translateY(0);
}

.cover img {
    width: 100%;
    transform: scale(1);
    transition: transform 8s ease-in-out;
}

.cover.zoom img {
    transform: scale(1.2);
}

.yonetim-kurulu {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vision-item-1 {
    text-align: center;
    margin-top: 30px;
    background: #e8c17f;
    padding: 40px;
    color: #414042;
}

.vision-item-1 h3 {
    color: #414042;
    font-size: 28px;
    font-weight: bold;
}

.vision-item-1 p {
    color: #414042;
    font-family: poppins;
    font-size: 14px;
}

.iletisim {
}

.iletisim .item {
    width: 100%;
    float: left;
}

.iletisim .item img {
    width: 90px;
    margin-bottom: 30px;
}

.iletisim .item h3 {
    color: black;
}

.iletisim .item p {
    color: #78797a;
    margin-bottom: 0px;
    font-size: 15px;
    x }

.iletisim-formu {
    color: #ebebeb;
    width: 100%;
    float: left;
    background: #ebebeb;
    padding: 30px;
}

.iletisim-formu input {
    border-radius: 0px;
    padding: 11px;
    font-size: 15px;
    margin-bottom: 17px;
}

.iletisim-formu textarea {
    border-radius: 0px;
    margin-bottom: 30px;
}

.iletisim-formu button {
    border: none;
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    height: 46px;
    border-radius: 5px;
    border: 2px solid #e6bf7e;
    color: black;
}

.iletisim-formu h3 {
    color: #e6bf7e;
    font-size: 35px;
    width: 340px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.iletisim-formu p {
    color: #78797a;
}

.iletisim-formu label {
    width: 100%;
    float: left;
    color: black;
    font-family: poppins;
    font-size: 14px;
    margin-bottom: 2px;
}

.iletisim-formu span {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    color: #383737;
    margin-top: 70px;
    font-family: 'Poppins';
    font-size: 14px;
}

.iletisim-formu span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #e7c690;
    transform: translateY(-50%);
}

.contact-map-1 {
    width: 100%;
    float: left;
    position: relative;
}

.contact-map-1 .item a {
    text-decoration: none;
}

.contact-map-1 .item {
    width: 440px;
    float: left;
    position: absolute;
    top: 0;
    background: white;
    padding: 30px;
    border: 1px solid #e7e7e7;
    margin-left: 23%;
    margin-top: 60px;
    box-shadow: 0px 0px 26px #0000002b;
}

.contact-map-1 img {
    width: 100%;
}

.contact-map-1 p {
}

.contact-map-1 .stars {
    color: black;
}

.contact-map-1 .stars svg {
    color: #e6bf7e;
    width: 14px;
}

.contact-map-1 .stars i {
}

.contact-map-1 span {
    font-size: 15px;
    margin-top: 7px;
    float: left;
    color: gray;
}

.list-item-7 {
    width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 60px;
}

.list-item-7 .item {
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    padding: 30px;
    min-height: 254px;
    position: relative;
}

.list-item-7 .item h2 {
    font-size: 25px;
}

.list-item-7 .item img {
    width: 100px;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
}

.list-item-7 .item h3 {
}

.list-item-7 .first-item {
    background: #e6bf7e;
    color: white;
}

.list-item-7 .first-item h2 {
    font-size: 38px;
}

.list-item-8 {
}

.list-item-8 .item {
    background: #e8c17e;
    text-align: center;
    padding: 30px;
    color: white;
    width: 100%;
    float: left;
}

.list-item-8 .item h3 {
    width: 100%;
    float: left;
    /* font-family: "Teko", sans-serif; */
    font-weight: bold;
}

.list-item-8 .item span {
    color: white;
    width: 100%;
    float: left;
    margin-top: -11px;
    font-family: "Teko", sans-serif;
}

.accordion {
    width: 80%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.accordion-header {
    width: 100%;
    border: none;
    outline: none;
    padding: 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
    background: white;
    font-size: 20px;
}

.accordion-header:hover {
    background: #e0e0e0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.5s ease-out, padding 0.3s ease-out;
}

.accordion-content p {
    margin: 10px 0;
}

.icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
    max-height: max-content;
    padding: 10px 15px;
}

.photo-gallery-1 {
}

.photo-gallery-1 img {
    width: 100%!important;
    margin-bottom: 30px;
}

.photo-gallery-1 .item {
}

.photo-gallery-1 .item a {
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: white;
    margin-bottom: 15px!important;
    width: 100%!important;
    float: left!important;
}

.custom-file-upload:hover {
    background-color: #fdd88e;
}

.ik {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.ik h3 {
}

.ik .title {
    color: #e6bf7e;
}

.ik-gray {
    width: 100%;
    float: left;
    background: #ebebeb;
    height: 640px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
}

.ik-form {
    background: none;
    padding: 0px;
}

.ik-form .container {
    padding: 0px;
}

.blog-1 .title {
    width: 100%;
    float: left;
    background: #ebc481;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.blog-1 .title p {
    padding: 0px;
    margin-bottom: 0;
    color: #ffebc9;
    margin-top: -10px;
}

.ik2 {
    margin-left: -49px;
}

.haber-detay {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.haber-detay img {
}

.haber-detay .date {
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.menu-1 li svg {
    width: 5px;
}

.menu-1 li ul li a {
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    color: gray;
}

.menu-1 li ul li a:hover {
    color: black;
}

.list-item-4 .item {
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
    cursor: pointer;
}

.iletisim .item img {
}

.back-button {
    position: fixed;
    left: 0;
    top: 100px;
    background: #000000;
    padding-left: 25px;
    padding-right: 6px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: white!important;
    font-size: 24px;
    cursor: pointer;
    z-index: 9;
}

.list-item-3 a {
    text-decoration: none;
}




 
  .tab-buttons {
    /* display: flex; */
    justify-content: space-around;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    float: left;
    position: relative;
  }

  .tab-button {
    padding:0PX;
    transition: background-color 0.3s ease;
    width: 25%;
    float: left;
  }

  .tab-button.active {
    background-color: #ddd;
    font-weight: bold;
  }

  .tab-content {
    display: none;
    width: 100%;
    float: left;
  }

  .tab-content.active {
    display: block;
  }

  .tab-content .item {
    text-align: center;
    padding: 20px;
    width: 100%;
    float: left;
    background: none!important;
    box-shadow: none;
    border: none;
  }
.tab-buttons .active .item {
    background: #979698;
    background: linear-gradient(0deg, rgba(151, 150, 152, 1) 0%, rgba(228, 191, 127, 1) 100%)!important;
    color: white;
    }
}
 


 








