
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html, body {
  overflow-x: hidden;
}

body {

  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  color: #7f7f7f;
  background: #fff;
  position: relative;
}

body {
  overflow: auto;
}

/* Dikey (vertical) kaydırma çubuğu */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Yatay (horizontal) kaydırma çubuğu */
body::-webkit-scrollbar-horizontal {
  height: 6px;
}

body::-webkit-scrollbar-thumb-horizontal {
  background-color: #ccc;
  border-radius: 3px;
}

body::-webkit-scrollbar-track-horizontal {
  background-color: transparent;
}



p {
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #52d3aa;
}

::-moz-selection {
  color: #fff;
  background: #52d3aa;
}

::selection {
  color: #fff;
  background: #52d3aa;
}

#fh5co-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-attached: fixed;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0px -5px 11px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -5px 11px -6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -5px 11px -6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    height: 610px;
  }
}
#fh5co-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: transparent;
}
#fh5co-header .bio-photo {
  z-index: 20;
  position: absolute;
  bottom: 0;
  margin-bottom: -92px;
  text-align: center;
  align-items: center;
  margin-left: -92px;
  display: contents;
}
#fh5co-header .bio-photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
}
#fh5co-header .bio-photo a:after {
  display: none !important;
}

#fh5co-main {
  padding-top: 5em;
}
#fh5co-main .section-heading h2 {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 16px;
  color: #000;
}
#fh5co-main strong {
  color: #000;
}

.fh5co-section {
  padding: 7em 0;
}

.fh5co-works .work {
  margin-bottom: 30px;
  float: left;
}
.fh5co-works .work > a {
  position: relative;
  overflow: hidden;
  display: block;
  outline: none !important;
}
.fh5co-works .work > a:after {
  display: none !important;
}
.fh5co-works .work > a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-works .work > a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#footer {
  padding: 7em 0;
  background: #262626;
  color: #666666;
}
#footer a {
  color: #f9d623;
}
#footer .fh5co-social {
  margin: 0;
  padding: 0;
}
#footer .fh5co-social li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer .fh5co-social li a {
  padding: 20px;
  color: #f9d623;
}
#footer .fh5co-social li a i {
  font-size: 30px;
}
#footer .fh5co-social li a:hover, #footer .fh5co-social li a:focus, #footer .fh5co-social li a:active {
  text-decoration: none;
  color: #fff;
}
#footer .copyright em {
  display: block;
  font-style: normal;
}

#features {
  padding: 7em 0;
}
#features .feature-center {
  text-align: center;
  float: left;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #features .feature-center {
    margin-bottom: 30px;
  }
}
#features .feature-center .icon {
  width: 90px;
  height: 90px;
  background: #f9d623;
  border: 4px solid rgba(0, 0, 0, 0.07);
  display: table;
  text-align: center;
  margin: 0 auto 20px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#features .feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
#features .feature-center p, #features .feature-center h3 {
  margin-bottom: 10px;
}
#features .feature-center h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
#features .feature-center p {
  color: #a6a6a6;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: none !important;
  border: 2px solid #52d3aa;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px;
}
.btn.btn-md {
  padding: 4px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: 2px solid #52d3aa;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #52d3aa;
  border: 2px solid #52d3aa;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52d3aa;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

textarea.form-control {
  height: inherit !important;
}

.row-pb-md {
  padding-bottom: 6em;
}

.js .animate-box {
  opacity: 0;
}
.pdf-sag {
  position: absolute;
  margin-left: 16pc;
  height: 35px;
  font-weight: bolder;
  width: 33px;
  background: #f0ad4e00;
  border-radius: 100%;
  border: 2px solid #f0ad4e;
  color: #f0ad4e;
}

.pdf-sol {
  position: absolute;
  left: -6vh;
  height: 35px;
  font-weight: bolder;
  width: 33px;
  background: #f0ad4e00;
  border-radius: 100%;
  border: 2px solid #f0ad4e;
  color: #f0ad4e;
}

.pdf-sagsolortalama {
  position: absolute;
  top: -10;
}
.pdf-iframe {
  position: sticky;
  text-align: center;
  align-items: center;
  display: inline-grid;
}
#pdfContainer{
 
    position: relative;
    top: 7pc;

}
/*# sourceMappingURL=style.css.map */

.loading-container {
  text-align: center;
}

.hidden {
  display: none;
}

#loading-image {
  animation: slideDown 2s ease-in-out forwards;
  max-width: 100%;
  height: auto;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  body {
    background-color: #fff; /* Change background color for mobile */
  }

  .loading-container {
  }

  #loading-image {
    max-width: 80%; /* Adjust image size for mobile */
  }
}        
/* SweetAlert penceresini genişletmek için özel CSS kuralları */
.swal2-popup {
    width: 500px; /* Pencere genişliği */
    font-size: 16px; /* Yazı boyutu */
}
.swal2-title {
    font-size: 24px; /* Başlık yazı boyutu */
}
.swal2-content {
    font-size: 18px; /* İçerik yazı boyutu */
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height:100% !important;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1pc !important;
}

.icon {
  cursor: pointer;
  padding: 3px;
  width: 7vh;
}

.icon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding: 20px;

}


.ticket {
  width: 200px;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
}

.front, .back {
  width: 145%;
  height: 145%;
  position: absolute;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
  backface-visibility: hidden;
  border-radius: 10px;
  margin: 0 auto;
  right: -3pc;
}

.front {
  background-color: #f3f3f3;
  transform: rotateY(0deg);
  border-radius: 6px;
}

.back {
  background-color: #f4f4f4;
  transform: rotateY(180deg);
  border: 2px solid #fefefe;
}

.ticket.flipped .front {
  transform: rotateY(180deg);
}

.ticket.flipped .back {
  transform: rotateY(0deg);
}

.jss18 {
  display: flex;
  padding: 24px 14px;
  border-top: 1px dashed #d4d4d4;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20pc;
  z-index: 1;
  left: -36px;
  width: 100%;
}

.jss18v2 {
  display: flex;
  padding: 24px 14px;
  border-top: 1px dashed #d4d4d4;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20pc;
  z-index: 1;
  left: 44px;
  width: 100%;
}



.iconpaylas{
position: absolute;
  right: -19%;
  top: -15%;
  color: white;
  font-size: 25px;
}

.sirketkupon {
  position: absolute;
  top: -13%;
  left: -20%;
  color: white;
}
#showFront{
position: absolute;
  right: 1%;
  top: 1%;
  font-size: 20px;
}

.coupon-container{
text-align: center;
  font-size: 25px;
}

#coupon-code{
color:red;
}