/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab');
@import url('https://fonts.googleapis.com/css?family=Athiti:400,500,600');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

@font-face {
  font-family: 'Heavitas';
  src: url('fonts\Heavitas.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.container-activity {
    max-width: 1150px;
    margin: auto;
    padding: 20px;
}

.container-activity h2 {
    font-size: 18px;
    font-weight: 1000;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.accordion-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 800px) {
    .accordion-container {
      flex-direction: column;
      align-items: center; /* Tek sütunda ortalar */
    }
  }

.accordion {
    width: 50%;
    flex: 1;
    min-width: 300px; /* Daraldıkça tek sütun olmasını sağlar */
    max-width: 500px;
}

.accordion-item i {
    font-size: 30px;
    color: #ff9900;
    margin-right: 15px;
}

.accordion-item p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 550;
}

.accordion-item {
    border: 1px solid #ddd;
}

.accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    padding: 16px;
    background: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 550;
}

.accordion-button:hover {
    background: #f3f3f3;
}

.accordion-content {
    display: none;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

html {
    scroll-behavior: smooth;
  }

.imgclear  {

    width: 200px;
}

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Athiti', sans-serif;
    line-height: 1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px;
    text-align: center;
}

h2 {
    font-size: 22px;
    text-align: center;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/


.top-navbar{
	position: relative;
	z-index: 10;
}

.lang-flag {
    width: 25px;
    height: auto;
    border-radius: 3px;
}

.top-navbar .navbar{
	padding: 0px 0px;
	position: fixed;
	width: 100%;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
}

.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	font-size: 20px;
	padding: 15px 10px;
	border-radius: 4px;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #ff9900;
	color: #ffffff;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #ff9900;
	color: #ffffff;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #ff9900;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #ff9900;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides{
	height: 100vh;
}
.slides-navigation a {
	background: #ff9900;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
	line-height: 80px;
	text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a i{
	font-size: 40px;
}
.slides-navigation a:hover {
	background: #010101;
}
.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.btn{
	text-transform: uppercase;
	padding: 19px 36px;
}
.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #ff9900;
}
.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.cover-slides h1{
	font-family: 'Heavitas', sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}
.cover-slides p{
	font-size: 18px;
	color: #fff;
    font-family: 'Heavitas', sans-serif;
    text-align: center;
}
.slides-pagination a{
	border: 2px solid #ffffff;
    font-family: 'Heavitas', sans-serif;
}
.slides-pagination a.current{
	background: #ff9900;
	border: 2px solid #ff9900;
}


/*------------------------------------------------------------------
    COVER 
-------------------------------------------------------------------*/


.cover-slides{
	height: 100vh;
}

.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.overlay-background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.text-box {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 20px 50px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    max-width: 1200px;
    color: white;
}

@media (max-width: 900px) {
    .text-box {
        background: rgba(0, 0, 0, 0.3);
        right: 0px;
    }
}

.text-box h1 {
    margin-top: 30px;
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-box h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Kontrastı artırır */
}

.text-box p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Kontrastı artırır */
}

.text-box hr {
    margin-left: 0px;
    margin-bottom: 40px;
    size: 50px;
    border: 5px;
    border-top: 2px solid rgba(0, 0, 0, 0.1)
}

.btn-call2 {
	background-color: #ff9900;
	color: white;
	font-weight: bold;
	padding: 8px 18px;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-size: 24px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	white-space: nowrap;

    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin: 50px auto 40px auto;
    text-align: center;
    line-height: 1.5;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Kontrastı artırır */
    animation: pulse 4s infinite;
}

.btn-call2:hover {
	background-color: #cc7a00;
	color: white;
	text-decoration: none;
}


/*------------------------------------------------------------------
    ABOUT
-------------------------------------------------------------------*/

.about-section-box{
	padding: 70px 0px;
}

.about-section-box .img-fluid{
	box-shadow: -10px -10px 0px #ff9900;
}

.about-section-box .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-column-a h4{
	font-size: 24px;
	font-weight: 500;
    text-align: left;
}

@media (max-width: 900px) {
    .inner-column-a h4{
        margin-top: 30px;
    }
}

.inner-column-a p{
	font-size: 20px;
    text-align: left;
}

.inner-column-a hr {
    margin-left: 0px;
    margin-bottom: 20px;
    size: 50px;
    border: 5px;
    border-top: 2px solid rgba(0, 0, 0, 0.1)
}


/*------------------------------------------------------------------
    ACTIVITY
-------------------------------------------------------------------*/


.faaliyet-alanlari {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.title-line {
    display: inline-block;
    width: 5px;
    height: 25px;
    background-color: #ff9900;
    margin-right: 10px;
    border-radius: 3px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.container-faaliyet {
    max-width: 1440px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.faaliyet-karti {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: center;
    margin-bottom: 5px;
    max-height: 300px;
}

.faaliyet-karti:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.faaliyet-karti i {
    font-size: 40px;
    color: #ff9900;
    margin-bottom: 10px;
}

.faaliyet-karti h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.faaliyet-karti p {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faaliyet-karti a {
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
}

.faaliyet-karti a:hover {
    text-decoration: underline;
}


/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/


.qt-section {
    background: url(../images/qt-bg.jpg) no-repeat;
    background-size: cover;
    padding: 250px 0;
    background-attachment: fixed;
	background-position: center center;
    position: relative;
}

@media (max-width: 768px) {
    .qt-section {
    background: url(../images/qt-bg_mbl.jpg) no-repeat;
    background-size: cover;
    padding: 250px 0;
    background-attachment: fixed;
	background-position: center center;
    position: relative;
}
}

.qt-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.qt-box hr {
    margin-bottom: 40px;
    size: 50px;
    border: 5px;
    border-top: 2px solid rgba(0, 0, 0, 0.1)
}

.section-titlee{
    font-size: 32px;
    font-weight: bold;
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .section-titlee{
        margin-top: 30px;
    }
}

.qt-box i {
    font-size: 80px;
    color: #ff9900;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex; justify-content: center;
}

.qt-box h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.qt-box p {
    text-align: center;
}

.qt-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 50px;
}

.qt-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.qt-item i {
    font-size: 30px;
    color: #ff9900;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 100%;
}


/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
	background: #ff9900;
	padding: 30px 0;
}

.contact-imfo-box-about{
	background: #ff9900;
	padding: 40px 0;
}

.contact-imfo-box-about h4 {
    margin: 0px;
    margin-top: 70px;
	color: #ffffff;
	font-size: 30px;
	padding: 0px;
	font-weight: 1000;

}

.overflow-hidden {
    overflow: hidden;
}

.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 1000;
	line-height: 24px;
}

.contact-imfo-box h3 {
    margin: 0px;
	color: #ffffff;
	font-size: 15px;
	padding: 0px;
	font-weight: 500;
	line-height: 24px;
}

.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
    font-size: 15px;
    word-spacing: -2px;
    line-height: 2;
}

.contact-imfo-box a {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
    font-size: 15px;
    word-spacing: -2px;
    line-height: 2;
}

.contact-imfo-box a:hover {
    font-size: 17px;
    font-weight: 500;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-column i {
    font-size: 40px;
    color: #ff9900;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 16px;
    color: #444;
    margin: 5px 0;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }
}

.footer-area{
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}

.bg-f{
	background-image: url("../images/footer-bg.jpg");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.f-text{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
padding-top: 10px;
}

.f-text h2{
    font-size: 15px;
    color: #ff9900;
}


/*------------------------------------------------------------------
    MAP
-------------------------------------------------------------------*/


.map-container {
    width: 100vw;
    max-width: 100%;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .map-container iframe {
        height: 250px;
    }
}

/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
    padding: 250px 0 150px;
    background: url(../images/all-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;	
}
.all-page-title h1{
	font-size: 38px;
	color: #ffffff;
	font-family: 'Arbutus Slab', serif;
	padding: 0px;
}

.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

.stuff-box{
	padding: 70px 0px;
}

.our-team{
    border: 2px solid #ff9900;
    border-radius: 0px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #ff9900;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #ff9900;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #ff9900;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #ff9900;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus{
	border: 1px solid #ff9900;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #ff9900;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #ff9900;
	background-color: transparent;
	background-image: none;
	border-color: #cfa671;
}
.btn.btn-common:hover{
	color: #ffffff;
	background-color: #cfa671;
	border-color: #cfa671;
}
.blog-box{
	padding: 70px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.blog-detail ul li span{
	color: #ff9900;
	cursor: pointer;
}
.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
}

.blog-detail a{
	color: #ff9900;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
}
.side-blog-img {
    box-shadow: -15px -15px 0px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
}

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ff9900;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
}
.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
}

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #ff9900;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #ff9900;
}
.details-page blockquote {
    padding: 20px;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
}
.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.line-right-social ul li {
    display: inline-block;
}
.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}
.line-left-social ul li a:hover {
    background: #ff9900;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #ff9900;
    color: #ffffff;
}
.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
}
.comment-item-left img {
    width: 100%;
    border-radius: 6px;
}
.comment-item-right {
    padding-left: 110px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.des-l {
    display: inline-block;
    width: 100%;
}
.des-l p {
    font-size: 13px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}
.right-btn-re:hover {
    background: #ff9900;
    color: #ffffff !important;
}
.comment-respond-box {
    clear: both;
}
.blog-comment-box .children {
    margin-left: 70px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-right i {
    padding-right: 10px;
}

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
}
.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
}

.btn-submit{
	color: #ff9900;
	background-color: transparent;
	background-image: none;
	border-color: #ff9900;
}
.btn-submit:hover{
	color: #ffffff;
	background-color: #ff9900;
	border-color: #ff9900;
}

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
}
.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
}

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
}
.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.blog-categories ul li a:hover{
	color: #ff9900;
}
.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
}
.recent-img {
    float: left;
    position: relative;
}
.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff9900;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
}
.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
}
.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
}
.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #ff9900;
}


.contact-box{
	padding: 70px 0px;
}

.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}

#back-to-top {
    position: fixed;
    bottom: 35px;
    right: 55px;
    z-index: 9999;
    width: 250px;
    height: 70px;
    background: #4edd16;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    transition: background-color 0.3s ease;
    font-size: 25px;

    display: flex;
    align-items: center;   /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
    gap: 10px; /* Simge ile metin arasında boşluk */
}

#back-to-top:Hover {
    background: #13bd2f;
    transition: background-color 0.3s ease;
}

@media (max-width: 500px) {
    #back-to-top {
    bottom: 20px;
    right: 25px;
    z-index: 9999;
    width: 180px;
    height: 50px;
    font-size: 18px;
    }
}



    .gallery-section {
      position: relative;
      background-color: #fff;
      padding: 40px 0;
    }

    .gallery-title {
      text-align: center;
      font-size: 32px;
      margin-bottom: 20px;
      color: #333;
    }

    .slider-container {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slider-item {
      flex: 0 0 33.3333%; /* 3 resim göster */
      padding: 60px;
    }

    .slider-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .slider-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 30px;
      padding: 12px;
      cursor: pointer;
      z-index: 10;
    }

    .slider-button.left {
      left: 0;
    }

    .slider-button.right {
      right: 0;
    }

.slider-item {
  flex: 0 0 calc(100% / 3); /* Varsayılan: 3 resim */
  padding: 40px;
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 calc(100% / 2); /* Tablet: 2 resim */
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .slider-item {
    flex: 0 0 100%; /* Mobil: 1 resim */
    padding: 10px;
  }
}

  .image-desktop {
    display: block;
  }s

  .image-mobile {
    display: none;
  }

  @media (max-width: 768px) {
    .image-desktop {
      display: none;
    }

    .image-mobile {
      display: block;
    }
  }


























