pre/* ----------------------------------


Author: Yasemin Sayar
Description:

Main Font    : Poppins
Main Color   : #007ca5

-------------------------------------

/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #fafafa;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #007ca5;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: 'Poppins', sans-serif;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #007ca5;
}

a:hover {
  color: #007ca5;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #007ca5;
}

.text-light {
  color: #ffffff;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.02;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.08;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #007ca5;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.12;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #007ca5;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 80px;
}
.default-padding-hakkimizda-img {
  padding-top: 10px;
  padding-bottom: 80px;
}
.default-padding-top {
  padding-top: 80px;
}
.default-padding-top150 {
  padding-top: 150px;
  padding-bottom: 80px;
}
.default-padding-top80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}
.btn-custom {
  background-color: #007ca5;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-custom {
  background-color: #007ca5 !important;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
}

.btn-custom:hover {
  background-color: #005f7a !important;
  color: #fff !important;
  text-decoration: none;
}


.btn-font {
  font-weight: 700;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #60a511;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #60a511;
  color: #ffffff;
  border: 2px solid #60a511;
}

.btn-dark.border {
  background-color: transparent;
  color: #60a511;
  border: 2px solid #60a511;
}

.btn-dark.border:hover {
  background-color: #60a511;
  color: #ffffff !important;
  border: 2px solid #60a511;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #60a511;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #007ca5;
  color: #ffffff !important;
  border: 2px solid #007ca5;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #60a511 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #60a511 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #007ca5;
  color: #ffffff !important;
  border: 2px solid #007ca5;
}

.btn-theme.border {
  background-color: transparent;
  color: #007ca5 !important;
  border: 2px solid #007ca5;
}

.btn-theme.border:hover {
  background-color: #007ca5;
  color: #ffffff !important;
  border: 2px solid #007ca5;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #007ca5 none repeat scroll 0 0;
  border: 2px solid #007ca5;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h3 {
  font-weight: 700;
  font-size: 20px;
  color: #007ca5;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #007ca5;
}

.site-heading h2 span {
  color: #007ca5;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #007ca5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 20px;
}

.site-heading h2::before {
  background: #007ca5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 20px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #007ca5 none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #007ca5;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: 30px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #007ca5 none repeat scroll 0 0;
  border: 2px solid #007ca5;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #007ca5;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding-top: 250px;
  padding-bottom: 200px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #60a511 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 6px;
  margin-bottom: 15px;
  margin-top: -8px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #007ca5;
  text-decoration: underline;
}

.breadcrumb-area .title,
.breadcrumb-area .breadcrumbs-items {
  z-index: 9;
}

.breadcrumb-area .wavesshape {
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
}

.breadcrumb-area .wavesshape img {
  width: 100%;
}


/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #60a511;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: #007ca5;
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 100px;
  width: 1px;
  background: #e7e7e7;
}

.top-bar-area.double-info .social {
  padding: 25px 15px;
}

.top-bar-area.bg-theme .info li::after,
.top-bar-area.bg-dark .info li::after {
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .social {
  padding: 15px 25px;
  z-index: 1;
}

.top-bar-area.bg-theme li .icon i,
.top-bar-area.bg-dark li .icon i {
  color: #ffffff;
}

.top-bar-area.bg-theme li .info span,
.top-bar-area.bg-dark li .info span {
  color: #ffffff;
}

.top-bar-area.bg-theme .info li,
.top-bar-area.bg-dark .info li {
  color: #ffffff;
}

.top-bar-area.bg-theme {
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: #666666;
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: #ffffff;
}

.top-bar-area .social.text-right ul li {
  margin-right: 0;
  margin-left: 30px;
}

.top-bar-area .social ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}

.top-bar-area.bg-theme .social ul li a,
.top-bar-area.bg-dark .social ul li a {
  color: #ffffff;
}

.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  color: #ffffff;
  background: #007ca5;
  display: inline-block;
  letter-spacing: 1px;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 200px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area .transparent-nav .content {
  padding-top: 80px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.left-shadow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: 80%;
  background: #007ca5;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .7s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .9s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Content */

.banner-area .content {
  overflow: hidden;
}

.banner-area .double-items {
  display: flex;
  align-items: center;
}

.banner-area .double-items div {
  height: auto;
}

.banner-area h1 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #dd5934;
}

.banner-area a {
  margin-top: 15px;
}

.banner-area.content-less a {
  margin-top: 5px;
}

.banner-area h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #60a511;
}

.banner-area.heading-uppercase h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-area.ds-fonts h2,
.banner-area.ds-fonts h3,
.banner-area.ds-fonts h4 {
  font-weight: 700;
}

.banner-area.ds-fonts h2 {
  font-size: 60px;
}

.banner-area.heading-exchange .content h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1;
}

.banner-area.text-medium .content h1 {
  font-size: 55px;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.1;
}

.banner-area.heading-exchange .content strong {
  color: #007ca5;
  font-weight: inherit;
}

.banner-area.heading-exchange .content h3,
.banner-area.heading-exchange .content h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}

.banner-area.sub-heading h3 {
  margin-bottom: 25px;
  font-size: 31px;
  font-weight: 700;
}

.banner-area.heading-exchange .content a {
  margin-top: 10px;
}

.banner-area .content .lists {
  margin-bottom: 20px;
}

.banner-area .content .lists ul {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.banner-area .content .lists li {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px;
  letter-spacing: 1px;
}

.banner-area .content .lists li:last-child {
  border: none;
}

.banner-area .content .lists li i {
  margin-right: 2px;
}

/* Banner Form */
.banner-area .booking-form .form-box {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.banner-area .booking-form h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
}

.banner-area .booking-form .form-box input {
  border-radius: inherit;
}

.banner-area .booking-form .form-box button {
  border: 2px solid;
  padding: 10px 40px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  border-color: transparent;
  background: #007ca5;
}

.banner-area .booking-form .form-box button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

/* Banner Carousel */
.banner-area .double-items .content-carousel .owl-dots {
  text-align: left;
}

.banner-area .double-items .content-carousel .owl-dots .owl-dot span {
  height: 8px;
  width: 25px;
  background: rgba(255, 255, 255, 0.7);
}

.banner-area .double-items .content-carousel .owl-dots .owl-dot.active span {
  background: #007ca5;
  width: 35px;
}

/* Shape */
.banner-area .wavesshape,
.video-bg-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 1;
}

.banner-area .wavesshape img,
.video-bg-area .wavesshape img {
  width: 100%;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #007ca5;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #007ca5;
}

.video-play-button.relative {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 80px;
  text-align: center;
  transform: inherit;
}

.video-play-button.relative.theme::after,
.video-play-button.relative.theme::before {
  background: #007ca5;
}

.video-play-button.relative.theme i {
  color: #ffffff;
}


/* Video BG*/
.video-bg-area {
  padding: 150px 0;
}

.video-bg-area h1 {
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.video-bg-area h1::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 50px;
  width: 1px;
  background: #ffffff;
}

.video-bg-area a {
  margin-top: 15px;
}


/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About
=================================================================== */

.about-area .about-items .info h3 {
  font-weight: 700;
  color: #666666;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -5px;
}

.about-area .about-items .info h2 {
  line-height: 1.4;
  margin-bottom: 25px;
}

.about-area .info > ul li {
  float: left;
  border-right: 1px solid #e7e7e7;
  width: 50%;
  padding: 15px 15px;
  text-align: left;
}

.about-area .info > ul li .icon, 
.about-area .info > ul li .info {
  display: table-cell;
  vertical-align: top;
}

.about-area .info > ul li .info {
  padding-left: 15px;
}

.about-area .info > ul li i {
  font-size: 40px;
  color: #007ca5;
}

.about-area .info > ul li .info h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-area .info > ul {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #e7e7e7;
}

.about-area .info > ul li:last-child {
  border: none;
}

.about-area .social li {
  display: inline-block;
}

.about-area .social {
  margin-top: 30px;
  overflow: hidden;
}

.about-area .social li a {
  display: inline-block;
  color: #666666;
  height: 40px;
  margin-right: 15px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  text-align: center;
}

.about-area .form-box {
  padding: 60px 40px 40px 40px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  background: #ffffff;
}

.about-area .form-box input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  text-align: center;
}

.about-area .form-box button {
  padding: 10px 40px;
  border: 2px solid transparent;
  background: #007ca5;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.about-area .form-box .nice-select {
  text-align: center !important;
}

.about-area .form-box button:hover {
  border: 2px solid #007ca5;
  background: transparent;
  color: #666666;
}

.about-area .form-box h3 {
  position: relative;
  z-index: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-area .form-box i {
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  color: #007ca5;
}

.about-area .form-box .icon {
  position: absolute;
  left: 50%;
  top: -40px;
  height: 80px;
  width: 80px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-left: -40px;
  line-height: 80px;
}




/* ============================================================== 
     # Basic Info
=================================================================== */

.basic-info-area form {
  position: relative;
  margin: 25px auto auto;
  max-width: 300px;
}

.basic-info-area form .input-group {
  width: 100%;
}

.basic-info-area form input {
  box-shadow: inherit;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  border: 1px solid #e7e7e7;
  padding-left: 20px;
}

.basic-info-area form button {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  border: none;
  background: #007ca5;
  color: #ffffff;
  min-height: 40px;
  width: 70px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.basic-info-area .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.basic-info-area .item h2 {
  font-weight: 600;
  color: #666666;
  margin-top: 20px;
}

/* ============================================================== 
     # Default Info
=================================================================== */

.default-info .item {
  padding: 67px 40px 64px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.default-info .info-items .single-item {
  margin-bottom: 30px;
}

.default-info .item:hover {
  background: #ffffff;
}

.default-info .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.default-info .item img {
  height: 150px;
  width: 150px;
  margin: 0 auto 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.default-info .item i {
  display: inline-block;
  font-size: 80px;
  margin-bottom: 20px;
  color: #007ca5;
}

.default-info .item h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.default-info .item p {
  color: #60a511;
}

.default-info .item a {
  margin-top: 10px;
}

.default-info .items a {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: #007ca5;
  letter-spacing: 1px;
}

.default-info .items a::before {
  position: absolute;
  left: -23px;
  top: 50%;
  content: "";
  height: 2px;
  width: 15px;
  background: #007ca5;
  margin-top: -1px;
}

.default-info .items a::after {
  position: absolute;
  right: -23px;
  top: 50%;
  content: "";
  height: 2px;
  width: 15px;
  background: #007ca5;
  margin-top: -1px;
}


/* ============================================================== 
     # Services
=================================================================== */

.services-area.item-bg .item {
}

.services-area.item-bg .item .box {
  position: relative;
  z-index: 1;
  padding: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.services-area.item-bg .item .box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  background: #000000;
  z-index: -1;
  top: 0;
  opacity: 0.5;
}

.services-area.item-bg .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 100px;
  color: #007ca5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-area.item-bg .item h3,
.services-area.item-bg .item h4 {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
}

.services-area.item-bg .item p {
  margin: 0;
}

.services-area.item-bg .services-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}


/* ============================================================== 
     # Features
=================================================================== */

.features-items .single-item {
  border-right: 1px solid #e7e7e7;
}

.features-items .single-item:last-child {
  border: none;
}

.features-items .single-item:first-child {
  text-align: right;
}

.features-items .single-item:last-child {
  text-align: left;
}

.features-items .single-item .item {
  padding: 30px;
}

.features-items .single-item .item i {
  display: inline-block;
  font-size: 60px;
  color: #007ca5;
  margin-bottom: 20px;
}

.features-items .single-item .item h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.features-items .single-item .item p {
  margin: 0;
}


/* ============================================================== 
     # Festival Contetnt
=================================================================== */
.festival-content-area .menu-lists2 .item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.festival-content-area .menu-lists .item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: none !important;
  height: 380px;
  flex-direction: column;
  justify-content: space-between;
}
.festival-content-area .menu-lists .item:hover {
  transform: translateY(-5px);
}
.festival-content-area .menu-lists .info {
  padding: 10px;
  position: relative;
}

.festival-content-area .menu-lists .col-md-12 a {
  margin-top: 20px;
}

.festival-content-area .menu-lists .thumb img {
  clip-path: polygon(0 85%, 0 0, 100% 0, 100% 85%, 50% 100%);
}

.festival-content-area.path-less .menu-lists .thumb img,
.festival-content-area.simple .menu-lists .thumb img {
  clip-path: inherit;
}

.festival-content-area .menu-lists .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px !important;
}

.festival-content-area.simple .menu-lists .info h4 {
  position: absolute;
  display: inline-block;
  top: -35px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background: #ffffff;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  min-width: 85%;
}

.festival-content-area .menu-lists .info > h5 {
  text-transform: uppercase;
  font-weight: 500;
  background: #007ca5;
  display: inline-block;
  color: #ffffff;
  padding: 5px 25px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: none;
}

.festival-content-area .menu-lists .info span {
  display: block;
  margin-top: 25px;
}

.festival-content-area .menu-lists .info p {
  margin: 0;
}

.festival-content-area .menu-lists .info .button {
  display: block;
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 15px;
}

.festival-content-area .menu-lists .info .button a {
  text-transform: uppercase;
  font-weight: 600;
  color: #007ca5;
  letter-spacing: 1px;
}

.festival-content-area .menu-lists .equal-height {
  margin-bottom: 30px;
}

.festival-content-area .menu-lists .thumb {
  position: relative;
  z-index: 1;
}

.festival-content-area .menu-lists .thumb .tag {
  position: absolute;
  right: 20px;
  top: 20px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.festival-content-area .menu-lists .thumb .tag h5 {
  margin: 0;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 14px;
}

.festival-content-area .menu-lists .thumb .tag::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #007ca5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.9;
}

.festival-content-area .menu-lists .info ul {
  margin-bottom: 15px;
}

.festival-content-area .menu-lists .info li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.festival-content-area .menu-lists .info li::after {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  height: 6px;
  width: 6px;
  border: 1px solid #666666;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.festival-content-area .menu-lists .info li:last-child::after {
  display: none;
}

.menu-lists .video-play-button:before, 
.menu-lists .video-play-button:after {
  height: 40px;
  width: 40px;
}

.menu-lists .video-play-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.menu-lists .video-play-button i {
  font-size: 15px;
  line-height: 40px;
  margin-right: 7px;
}

.festival-content-area {
  padding-bottom: 100px; /* footer ile arada boşluk */
}
.festival-content-area .festival-content-items.festival-content-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.festival-content-area .festival-content-items.festival-content-carousel.owl-carousel .owl-nav .owl-prev, 
.festival-content-area .festival-content-items.festival-content-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #007ca5;
  font-size: 30px;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
/* Menu Isotop */

.mix-item-menu button {
  padding: 8px 20px;
  margin: 5px;
  border: none;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.mix-item-menu {
  margin-bottom: 40px;
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.mix-item-menu button.active {
  color: #007ca5;
  position: relative;
  z-index: 1;
}

.mix-item-menu button.active::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 2px;
  width: 30px;
  background: #007ca5;
  margin-left: -15px;
}

.festival-content-area.inc-isotop {
  padding-bottom: 65px;
}

.festival-content-area .menu-lists.inc-padding .item {
  padding: 15px;
}

.menu-lists .item-single,
.menu-flex .item-single {
  float: left;
  padding: 15px;
}

.menu-lists.col-2 .item-single,
.menu-flex.col-2 .item-single {
  width: 50%;
}

.menu-lists.col-3 .item-single,
.menu-flex.col-3 .item-single {
  width: 33.333%;
}

.menu-lists.col-4 .item-single,
.menu-flex.col-4 .item-single {
  width: 25%;
}


/* Festival Content Flex */
.festival-content-area .menu-flex .item .thumb, 
.festival-content-area .menu-flex .item .info {
  display: table-cell;
  vertical-align: top;
}

.festival-content-area .menu-flex .item .thumb {
  width: 100px;
  position: relative;
}

.festival-content-area .menu-flex .item .info {
  padding-left: 20px;
}

.festival-content-area .menu-flex .item .thumb .tag {
  position: absolute;
  right: 0;
  top: 0;
}

.festival-content-area .menu-flex .item .info .top {
  position: relative;
}

.festival-content-area .menu-flex .item .info .top  h4 {
  padding-right: 60px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  background: #ffffff;
  z-index: 1;
}

.festival-content-area .menu-flex .item .info .top h5 {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  z-index: 1;
  background: #ffffff;
  padding-left: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #007ca5;
}

.festival-content-area .menu-flex .item .thumb  h5 {
  position: absolute;
  right: 0;
  top: 0;
  color: #007ca5;
  background: #ffffff;
  padding: 3px 10px;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.festival-content-area .menu-flex .item .info .top h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #e7e7e7;
}

.festival-content-area .menu-flex .item .info .top a {
  background: #ffffff;
  padding-right: 10px;
}

.festival-content-area .menu-flex .item {
  padding-top: 15px;
  text-align: left;
}

.festival-content-area .menu-flex .item .thumb img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.festival-content-area .menu-flex .item .info span {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
}
/* Scrollable Filter Buttons */
/* Ortak stil */
.mix-item-menu-wrapper {
  margin-bottom: 20px;
}

/* Mobil: 991px ve altı için scroll */
@media (max-width: 991px) {
  .mix-item-menu-wrapper {
    overflow-x: auto;                  /* Yatay kaydırma aktif */
    -webkit-overflow-scrolling: touch; /* iOS dokunmatik kaydırma için */
    white-space: nowrap;               /* Satır kırılmasını engelle */
  }

  .mix-item-menu {
    display: inline-flex;              /* Butonlar yatayda yan yana */
    flex-wrap: nowrap;                 /* Satır kırılmasın */
    min-width: max-content;            /* İçerik kadar genişlik */
  }

  .mix-item-menu button {
    flex: 0 0 auto;                   /* Butonlar sabit genişlikte */
  }
}
/* Yönetmen adı sade dursun */
.item-single span {
  color: #333;
  font-weight: normal;
}
/* Masaüstü: 992px ve üstü için normal hizalama */
@media (min-width: 992px) {
  .mix-item-menu {
    display: inline-block;
    white-space: normal;
    flex-wrap: wrap;
  }
}

/* Tüm butonlara sonra eklenecek işaret */
.mix-item-menu button::after {
  content: "";
}

/* Yalnızca mobilde göster » işareti */
@media (max-width: 991px) {
  .mix-item-menu button::after {
    content: " »";
  }
}
.mix-item-menu-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.mix-item-menu-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Yönetmen adı sade dursun */
.item-single span {
  color: #333;
  font-weight: normal;
}
/* ============================================================== 
     # Gallery
=================================================================== */

.gallery-area .site-heading {
  margin-bottom: 45px;
}

.gallery-area {
  padding-bottom: 65px;
}

.gallery-area .gallery-items .pf-item {
  float: left;
  padding: 15px;
}

.gallery-area .gallery-items.col-2 .pf-item {
  width: 50%;
}

.gallery-area .gallery-items.col-3 .pf-item {
  width: 33.3333%;
}

.gallery-area .gallery-items.col-4 .pf-item {
  width: 25%;
}

.gallery-area .gallery-items.col-6 .pf-item {
  width: 16.66666667%;
}

.gallery-area .pf-item {
  position: relative;
  overflow: hidden;
}

.gallery-area .gallery-items .pf-item .item-effect {
  position: relative;
  overflow: hidden;
}

.gallery-area .pf-item a {
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 2;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #007ca5;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.gallery-area .pf-item:hover a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
  transition-delay: .2s;
}

.gallery-area .pf-item:hover .item-effect:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

.gallery-area .pf-item:hover .item-effect:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.gallery-area .pf-item img {
  display: inline-block;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


/* ============================================================== 
     # Jury
=================================================================== */
.jury-area .jury-items .item {
  display: flex;
}

.jury-area .jury-items .item .info {
  padding: 80px;
}

.jury-area .jury-items .item .info h3 {
  font-weight: 400;
  font-size: 16px;
  color: #60a511;
  margin-top: -5px;
  text-transform: capitalize;
}

.jury-area .jury-items .item .info h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.jury-area .jury-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #007ca5;
}

.jury-area .jury-items .item .info span {
  margin-bottom: 25px;
  color: #666666;
  display: block;
}

.jury-area .jury-items .item .info p:last-child {
  margin-bottom: 0;
}

.jury-area .jury-items .item .info a {
  margin-top: 15px;
}

.jury-area .jury-items .item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jury-area .jury-items .item .thumb img.jury-photo {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}


.jury-area .jury-items .item .thumb h4 {
  display: inline-block;
  margin: 0;
  color: #007ca5;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: 28px;
  font-weight: 700;
}

.jury-area .jury-items.jury-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.jury-area .jury-items.jury-carousel.owl-carousel .owl-nav .owl-prev, 
.jury-area .jury-items.jury-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 195px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  background: transparent;
  color: #007ca5;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.jury-area .jury-items.jury-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
.default-padding-juri {
  padding-top: 60px;
}


/* ============================================================== 
     # Chef
=================================================================== */

.chef-area .single-item {
  margin-bottom: 30px;
}

.chef-area .info {
  position: relative;
  z-index: 1;
}

.chef-area .info .overlay {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-align: center;
  background: #ffffff;
  padding: 20px;
  width: 80%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.chef-area .info .content {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.chef-area .info .overlay h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #666666;
}

.chef-area .info .overlay span {
  font-family: 'Poppins', sans-serif;
  color: #007ca5;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 0 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 10px;
}

.chef-area .info {
  padding: 70px 30px 30px 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

.chef-area .info .content ul {
  margin-top: 20px;
}

.chef-area .info li {
  display: inline-block;
}

.chef-area .info li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #666666;
}

.chef-area .info li.facebook a {
  color: #3b5998;
}

.chef-area .info li.twitter a {
  color: #1da1f2;
}

.chef-area .info li.pinterest a {
  color: #bd081c;
}

.chef-area .info li.g-plus a {
  color: #db4437;
}

.chef-area .info li.linkedin a {
  color: #0077b5;
}

.chef-area .info li.dribbble a {
  color: #ea4c89;
}


/* ============================================================== 
     # Testimonials
=================================================================== */

.testimonial-items .item {
  background: #ffffff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.testimonial-items .item > i {
  position: absolute;
  left: 50%;
  height: 50px;
  top: -25px;
  width: 50px;
  line-height: 50px;
  margin-left: -25px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #007ca5;
}

.shadow .testimonial-items .item > i {
  color: #007ca5;
}

.testimonial-items .item img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.testimonial-items .item h4 {
  font-weight: 500;
}

.shadow .testimonial-items .item h4 {
  color: #60a511;
}

.testimonial-items .clients-info h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonial-items .clients-info span {
  display: block;
  margin-bottom: 5px;
}

.testimonials-area.shadow .testimonial-items .item {
  position: relative;
  z-index: 1;
  background: transparent;
}

.testimonial-items .item .thumb {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    display: inline-block;
}

.testimonial-items .item .thumb i {
    position: absolute;
    right: 7px;
    color: #007ca5;
    top: -10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonials-area.shadow .testimonial-items .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: #ffffff;
  width: 100%;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.9;
}

.testimonials-area.shadow .testimonial-items .item img {
  border: none;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-items .clients-info .rating i {
  color: #007ca5;
}

.testimonial-items .owl-stage-outer {
  padding-top: 15px;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots {
  margin-top: 20px;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #60a511;
  width: 25px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.testimonials-area.shadow .testimonial-items.testimonials-carousel .owl-dots .owl-dot span {
  background: #ffffff;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots .owl-dot.active span {
  background: #007ca5;
  width: 40px;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-area .thumb img {
  max-width: 100%;
  width: 100%;
  transition: none;
  transform: none;
}

.blog-area .single-item:hover .thumb img {
  transform: none;
}


.blog-area .single-item .thumb .meta .tags {
  float: left;
}

.blog-area .single-item .thumb .meta ul {
  float: right;
}

.blog-area .single-item .thumb .meta .tags a {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.blog-area .single-item .thumb .meta .tags a::after {
  position: absolute;
  right: -10px;
  top: 8px;
  content: "";
  height: 10px;
  width: 2px;
  background: #ffffff;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}

.blog-area .single-item .thumb .meta .tags a:last-child::after {
  display: none;
}

.blog-area .single-item .thumb .meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog-area .single-item .thumb a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.blog-area .single-item .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;
  height: 60px;
  width: 100%;
}

.blog-area .single-item .thumb li i {
  margin-right: 3px;
}

.blog-area .single-item .info {
  padding: 30px 30px 0 30px;
}

.blog-area .single-item .info h3
{
  font-weight: 600;
  line-height: 1.4;
  
}
.blog-area .single-item .info h4 {
  font-weight: 600;
  line-height: 1.4;
  color: #60a511 !important;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-area .single-item .info a:hover {
  color: #007ca5;
}

.blog-area .single-item .info > a {
  text-transform: uppercase;
  margin-top: 10px;
}

.blog-area .blog-items .single-item.flex .thumb, 
.blog-area .blog-items .single-item.flex .info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.blog-area .blog-items .single-item.flex .info {
  padding: 0 0 0 30px;
}

.blog-area .blog-items .single-item.flex .thumb::after {
  display: none;
}

.blog-area .blog-items .single-item.flex {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}

.blog-area .blog-items .single-item.flex:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.blog-area .blog-items .single-item.flex .info p {
  margin: 0;
}

.blog-area .blog-items .single-item.flex .meta li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}

.blog-area .blog-items .single-item.flex .meta {
  margin-bottom: 15px;
}

.blog-area .blog-items .single-item.flex .meta li a {
  color: #666666;
}

.blog-area .blog-items .single-item.flex .meta li i {
  margin-right: 3px;
}

.blog-area .single-item .footer-meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
}

.blog-area .single-item .footer-meta a {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #007ca5;
}

.blog-area .single-item .footer-meta ul {
  float: left;
}

.blog-area .single-item .footer-meta ul li {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.full-blog .single-item:first-child {
  margin-top: 0;
}

.blog-area.full-blog .single-item {
  margin-top: 20px !important;
}


/* Pagination */

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: 40px;
}

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #007ca5 none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}


/* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  border-bottom: 1px solid #e7e7e7;
}

.blog-area .sidebar .title h4::before {
  background: #007ca5;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: #60a511 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #007ca5 none repeat scroll 0 0;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item.gallery {
  margin-bottom: 40px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #007ca5;
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: "Poppins",sans-serif;
  margin-top: 5px;
}

.sidebar-item.recent-post li a:hover {
  color: #007ca5;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #60a511;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  transform: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #60a511 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.instagram a {
  background: #C13584; /* Instagram pembe-mor ton */
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.youtube a {
    background: #FF0000; /* YouTube kırmızı */
    color: #fff;
}
.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
  color: #666666;
  margin-right: 5px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  color: #007ca5;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #007ca5 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: "Poppins",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area blockquote {
  font-size: 15px;
  line-height: 30px;
  border-left: 5px solid #007ca5;
}

.author-bio {
  display: block;
  margin-top: 35px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 60px;
  left: 0;
  letter-spacing: -4px;
  opacity: 0.2;
  position: absolute;
  top: 0;
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  margin: 40px 0 45px;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
  color: #007ca5;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #60a511;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #007ca5;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}
.additional-info {
    font-style: italic;
    font-weight: bold;
    margin-top: 20px; /* yukarıdan boşluk */
}
.video {
  left: 0;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #60a511;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: #007ca5;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background-color: transparent;
  border: 2px solid #007ca5;
  color: #60a511;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #007ca5;
  border: 2px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .contact-box {
  display: flex;
}

.contact-area .contact-box .form-box {
  max-width: 600px;
  padding: 80px 15px 80px 50px;
}

.contact-area .contact-box .form-box h2 {
  font-weight: 600;
  margin-top: -5px;
}

.contact-area .contact-box .form-box .heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.contact-area .contact-box .form-box input, 
.contact-area .contact-box .form-box textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.contact-area.bg-theme .contact-box .form-box input, 
.contact-area.bg-theme .contact-box .form-box textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: inherit;
}

.contact-area.bg-theme ::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
 /* Firefox */;
}

.contact-area.bg-theme :-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #ffffff;
}

.contact-area.bg-theme ::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #ffffff;
}

.contact-area .contact-box .form-box textarea {
  min-height: 180px;
}

.contact-area .container-full .info {
  padding: 80px 15px 80px 50px;
  max-width: 600px;
}

.contact-area .contact-box .form-box button {
  font-family: "Poppins",sans-serif;
  padding: 12px 40px 12px;
  background: #007ca5;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.contact-area.bg-theme .contact-box .form-box button {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.contact-area img.loader {
  margin-left: 10px;
}

.contact-box .form-content {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  overflow: hidden;
  background: #f4f4f4;
}

.contact-box .info li .icon, 
.contact-box .info li span {
  display: table-cell;
  vertical-align: top;
}

.contact-box .form-content h3 {
  margin-bottom: 30px;
  font-size: 15px;
  color: green;
}

.contact-box .form-content input, 
.contact-box .form-content textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
}

.contact-box .form-content textarea {
  min-height: 150px;
}

.contact-box .form-content button {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 35px;
  border: none;
  background: #007ca5;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.contact-box img.loader {
  margin-left: 5px;
}

.contact-box .info h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
}

.contact-box .info p {
  margin: 0;
}

.contact-box .address-items {
  margin-top: 30px;
}

.contact-box .address-items h4 {
  text-transform: capitalize;
}

.contact-box .address-items .equal-height {
  margin-top: 30px;
}

.contact-box .address-items .equal-height:first-child, 
.contact-box .address-items .equal-height:nth-child(2) {
  margin-top: 0;
}

.contact-box .address-items .icon i {
  font-size: 30px;
  color: #007ca5;
  margin-bottom: 20px;
}

.contact-box .address-items .icon i.fa-clock, 
.contact-box .address-items .icon i.fa-envelope-open {
  font-weight: 500;
}

.contact-box .address-items span {
}


/* Maps */

.google-maps iframe {
  width: 100%;
  margin-bottom: -10px;
  min-height: 500px;
}

.google-maps {
  overflow: hidden;
}


/* ============================================================== 
     # 404
=================================================================== */

.error-page-area .error-box h1 {
  font-size: 120px;
  font-weight: 800;
  line-height: 120px;
  margin-bottom: 25px;
  color: #007ca5;
}

.error-page-area .error-box h1 i {
  font-size: 90px;
  position: relative;
  top: -20px;
}

.error-page-area .error-box h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.error-page-area .error-box .search {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding-top: 20px;
}

.error-page-area .error-box .search .input-group {
  width: 100%;
}

.error-page-area .error-box .search form {
  position: relative;
  z-index: 1;
  width: 100%;
}

.error-page-area .error-box .search form input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
}

.error-page-area .error-box .search form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  min-height: 50px;
  border: none;
  padding: 0 15px;
  background: transparent;
}
/* ============================================================== 
     # Footer
=================================================================== */
footer.pattern {
  position: relative;
  z-index: 1;
}

footer.pattern::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/pattern.png);
}

footer .f-items {
  width: 100%;
  float: left;
}

footer .f-item {
  padding: 0;
}

footer .f-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

footer .f-item > img {
  margin-bottom: 30px;
  max-width: 200px;
}

footer .f-items.inc-border .equal-height {
  border-right: 1px solid #e7e7e7;
}

footer .f-items.inc-border .equal-height:last-child {
  border: none;
}

footer .f-items.inc-border .equal-height:first-child .f-item {
  padding-left: 0;
}

footer .f-items.inc-border .equal-height:last-child .f-item {
  padding-right: 0;
}

footer.bg-dark {
  background-color: #111111;
  color: #cccccc;
}

footer.bg-dark .f-item h4,
footer.bg-dark .f-items .opening-hours li,
footer.bg-dark .f-item.address li,
footer.bg-dark .footer-bottom p,
footer.bg-dark .f-item.link li a {
  color: #cccccc;
}

footer .f-items .opening-hours li {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  padding-bottom: 10px;
}

footer .f-items .opening-hours li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

footer .f-items .opening-hours li i {
  margin-right: 10px;
  color: #007ca5;
}

/* === E-Bülten Formu === */
footer .f-item form {
  position: relative;
  margin-top: 25px;
}

footer .f-item form .input-group {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

footer .f-item form input {
  width: 100%;
  border-radius: 30px !important;
  padding: 0 20px;
  min-height: 50px;
  border: 1px solid #e7e7e7;
}

footer .f-item form button {
  right: 5px;
  top: 5px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 70px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background-color: #60a511;
}

footer .f-item form button i {
  margin: 0;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-wrapper input {
  width: 100%;
  padding: 15px 50px 15px 20px; /* ikon için sağ boşluk */
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.input-wrapper button {
  position: absolute;
  right: 10px;
  background: #60a511;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.input-wrapper button i {
  margin: 0;
}

/* === Adres Renkleri === */
footer .f-item.address li a {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
}

footer .f-item.address li {
  margin-bottom: 5px;
}

footer .f-item.address li:last-child {
  margin-bottom: 0;
}

/* === Footer Bottom Bölümü === */
footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* === Flex düzeni korundu === */
.footer-bottom.col-3 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* === Yasal Uyarı linki ortalama (mobil uyumlu) === */
@media (max-width: 767px) {
  .footer-bottom.col-3 .row > div {
    width: 100%;
    text-align: center !important;
    margin-bottom: 10px;
  }

  .footer-bottom .link {
    text-align: center !important;
    margin-top: -5px;
  }

  .footer-bottom .social ul {
    justify-content: center !important;
  }
}

footer .footer-bottom p {
  margin: 0;
  color: #cccccc;
  font-size: 14px;
}

/* === Sosyal Medya İkonları === */
footer .footer-bottom .social ul {
  padding: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}

footer .footer-bottom .social ul li {
  display: inline-block;
}

footer .footer-bottom .social ul li a {
  display: inline-block;
  text-align: center;
  background-color: #007ca5;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

footer .footer-bottom .social ul li a:hover {
  background-color: #60a511;
}

/* === Yasal Uyarı Linki (düzenlenmiş hali) === */
footer .footer-bottom .legal-link {
  color: #cccccc;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer-bottom .legal-link:hover {
  color: #60a511;
}

/* === Footer hizalama düzeltme === */
.footer-bottom .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom .col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: left;
}

.footer-bottom .social {
  text-align: center !important;
}

.footer-bottom .link {
  text-align: right;
}


/* Preloader */
#preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
  }

  #preloader.hidden {
    opacity: 0;
    pointer-events: none;
  }

  #content {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  #content.visible {
    opacity: 1;
    pointer-events: auto;
  }
/* Preloader */
/* Scroll Top*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 8px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #7779;/* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #34373a; /* Add a dark-grey background on hover */
}
/* Scroll Top*/

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* 4 kart için sınırlayıcı yapı (isteğe bağlı) */
@media (min-width: 1024px) {
  .card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.person-card {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.person-card:hover {
  transform: translateY(-5px);
}

.person-card img {
  width: 100%;
  height: auto;
  display: block;
}

.person-card .info {
  padding: 16px;
}

.person-card .info h3 {
  margin: 10px 0 4px;
  font-size: 16px;
  color: #333;
}

.person-card .info p {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 12px;
  color: #666666;
}


/* 3 kart için */
.laurel-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.laurel-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: center;
}

.laurel-card:hover {
  transform: translateY(-5px);
}

.laurel-card img {
  width: 100%;
  height: auto;
  display: block;
}

.laurel-card .info {
  padding: 1rem;
}

.laurel-card .info h4 {
  font-size: 15px;
  margin: 0.5rem 0 0.25rem;
  color: #333;
}

.laurel-card .info p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

@media (max-width: 991px) {
  .laurel-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .laurel-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Kart konteyneri (grid yapısı) */
.news-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Kart stili */
.news-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 180px;
  height: 100%; /* esnekliğe açık */
  padding: 1rem;
}

/* Hover efekti */
.news-card:hover {
  transform: translateY(-5px);
}

/* Link stili: tüm kart tıklanabilir */
.news-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

/* İçerik konteyneri */
.news-card .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Yıl (üst başlık) */
.news-card .info h4 {
  font-size: 14px;
  color: #888;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
}

/* Haber başlığı */
.news-card .info p {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
  text-align: center;
  word-break: break-word;
  line-height: 1.4;
  padding: 0 0.5rem;
}

/* Tablet görünümü: 2 sütun */
@media (max-width: 991px) {
  .news-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil görünüm: 1 sütun */
@media (max-width: 576px) {
  .news-card-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-card {
    min-height: 160px; /* Mobilde biraz daha kısa olabilir */
  }
}



/* tarihce ikonlar */
.fa-ul {
  margin-left: 0; /* Ekstra boşluk olmasın */
  padding-left: 1.6em; /* Liste sola biraz çekilsin ama ikon yerleşsin */
}

.fa-ul .fa-li {
  left: -1.9em; /* ikonun tam sola oturması */
  color: #60a511; /* ikon rengi */
}

.equal-height .f-item.opening-hours ul li a {
  font-size: 12px;
}

.coming-soon-wrapper {
  text-align: center;
  padding: 150px 20px;
  font-size: 18px;
  color: #444;
  font-family: "Segoe UI", sans-serif;
}

.coming-soon-icon {
  font-size: 48px;
  animation: pulse 1.8s infinite ease-in-out;
  color: #60a511;
  margin-bottom: 45px;
}

.coming-soon-text {
  font-style: italic;
  color: #666;
}

/* Basit animasyon */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.6; }
}

.item span a i {
    color: #444;
    transition: color 0.3s ease;
}
.item span a i:hover {
    color: #6e3fa1;
}
.grecaptcha-badge {
  visibility: hidden !important;
  /* veya */
  display: none !important;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none !important;
  }
}


/* Takvim Kart Alanı */
.schedule-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Masaüstünde 3 sütun */
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.schedule-card-container:last-child {
  margin-bottom: 0; /* son günün altında boşluk olmasın */
}

/* Tablet görünüm */
@media (max-width: 992px) {
  .schedule-card-container {
    grid-template-columns: repeat(2, 1fr); /* 2 sütun */
  }
}

/* Mobil görünüm */
@media (max-width: 600px) {
  .schedule-card-container {
    grid-template-columns: 1fr; /* 1 sütun */
  }
}

/* Kart */
.schedule-card {
  background: #fff;
  border-radius: 16px;
  border-top: 50px solid #faf5e5;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 280px;
}

.schedule-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.schedule-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.schedule-card h4 {
  position: absolute;
  top: -32px;
  left: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #d94e29;
}

.schedule-card p {
  margin: 8px 0;
  font-size: 12px;
}

.time {
  display: inline-block;
  padding: 4px 3px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  margin-right: 6px;
  font-size: 12px;
}

/* Gün başlıkları */
.schedule-area .blog-content > h3 {
  color: #d94e29;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

/* Film adı uzun olursa kırılabilsin */
.film-title {
  word-wrap: break-word;
  white-space: normal;
}

/* Kategori renkleri */
.time.category1  { background: #007ca5; }
.time.category2  { background: #60a511; }
.time.category3  { background: #e13030; }
.time.category4  { background: #2e4a7d; }
.time.category5  { background: #ff7a00; }
.time.category6  { background: #006666; }
.time.category7  { background: #004225; }
.time.category8  { background: #800080; }
.time.category9  { background: #e8229c; }
.time.category10 { background: #cc0033; }
.time.category11 { background: #af15ef; }

.schedule-legend {
  margin-top: 40px;
  font-size: 13px;
}

.schedule-legend h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.legend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 20px;
}

.legend-grid div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-grid .time {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
}

.festival-info {
  margin-top: 10px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.festival-info h3, 
.festival-info h4 {
  color: #d94e29;
  margin-bottom: 10px;
}

.festival-info ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

/* PROGRAM AKORDİYON */
.program-sections {
  margin-top: 30px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #f0f0f0;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}

.accordion-header .arrow {
  transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 14px;
  background: #fafafa;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-content.show {
  max-height: 1000px; /* yeterince büyük bir değer */
  padding: 10px 14px;
}

.download-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #007ca5;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

