/* user     :   @berkantfidan */
/* publisher:   @hellowork */
/*************************************************************/
/* ELEMENTS                                                 */
/***********************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
u{
  padding-bottom: 5px;
  border-bottom: 2px solid #a9bb2d;
}
.grab {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.transition {
  transition: all 150ms ease-in-out;
}
.no-gap {
  padding: 0;
}
.no-gap div[class="row"],
.no-gap div[class*="col"] {
  padding: 0;
  margin: 0;
}
/* loading */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 99999999999;
}
.page-load .load-item {
  background: #fff;
}
.page-load .page-loading.effect {
  height: 40px;
  margin: auto;
}
.page-load .page-loading.effect div {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -100px;
  -webkit-transform: rotate(225deg);
  -webkit-animation: effect 5.5s infinite;
  transform: rotate(225deg);
  animation: effect 5.5s infinite;
}
.page-load .page-loading.effect div div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  margin: -15px;
  background-color: #666666;
}
.page-load .page-loading.effect .page-loading_elem2 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.page-load .page-loading.effect .page-loading_elem3 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.page-load .page-loading.effect .page-loading_elem4 {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.page-load .page-loading.effect .page-loading_elem5 {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
@-webkit-keyframes effect {
  0% {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    -webkit-transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
}
@keyframes effect {
  0% {
    opacity: 1;
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    transform: rotate(945deg);
  }
}
:focus,
::focus {
  outline: none;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background: gray;
  border-left: 9px solid white;
  border-right: 9px solid white;
}
::-webkit-scrollbar-thumb {
  background: #666;
  border-left: 8px solid white;
  border-right: 8px solid white;
}
/****************** CODING... ***********************/
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
.page-content{
  height: 100%;
}
.btn-info {
  background: #c1d348;
  color: #fff;
  font-family: 'Dosis', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 0;
  min-height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
}
.btn-info:hover {
  background: #a9bb2d;
}
.container {
  position: relative;
}
.page-heading {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.page-heading .logo img {
  margin: 0 auto;
  display: inline-block;
}
.page-heading .logo .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #295e66;
  margin: 15px 0 10px 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-heading .logo .title:active {
  text-decoration: none;
}
.page-heading .burger {
  margin-top: 20px;
}
.block {
  position: relative;
  z-index: 1;
}
.block-heading {
  text-align: center;
  padding: 32px 0;
}
.block-heading .title {
  font-family: 'Dosis', serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
}
.block-heading .number {
  font-family: 'Dosis', serif;
  font-size: 82px;
  font-weight: 300;
  color: #333;
  opacity: 0.3;
}
.block.main {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 0 64px;
}
.block.main .hero-img {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  z-index: -99;
}
.block.main .hero-img .hero-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 320px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  padding: 64px 32px;
}
.block.main .hero-img .hero-content .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  letter-spacing: 0.04em;
  color: #f2f2f2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.block.main .hero-img .hero-content .title .first-letter {
  font-size: 52px;
  font-weight: 400;
}
.block.main .hero-img .hero-content .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 2;
  width: 30px;
  height: 2px;
  background: #f2f2f2;
}
.block.main .hero-img .hero-content .description {
  margin-top: 20px;
  font-family: 'Dosis', serif;
  font-size: 24px;
  color: #f2f2f2;
  letter-spacing: 0.04em;
}
.block.main .btn-arrow-down {
  position: absolute;
  z-index: 99999999;
  left: 20vh;
  bottom: -30px; 
  background: #c1d348;
  color: #f2f2f2;
  padding: 10px 15px;
  font-size: 26px;
  transition: all 150ms ease-in-out;
}
.block.main .btn-arrow-down:hover {
  background: #a9bb2d;
}
.block.dark {
  padding-top: 0;
  z-index: 0;
  background: #2e3437;
}
.block.dark .block-heading {
  text-align: center;
  padding: 32px 0;
}
.block.dark .block-heading .number {
  color: #727272;
}
.block.dark .block-heading .title {
  color: #f2f2f2;
}
.block.comments {
  padding-bottom: 50px;
}
.block.finish {
  padding-bottom: 100px;
  padding-top: 50px;
}
.block.randevu {
  padding: 42px 0 64px;
  background: url('../images/pattern-randevu.png');
}
.block.randevu .title {
  font-family: 'Dosis', serif;
  font-size: 26px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
.block.randevu .btn {
  padding: 7px 50px;
}
.content-block {
  background: #f2f2f2;
  padding: 32px;
  position: relative;
  z-index: 1;
}
.content-block .superhead {
  font-size: 14px;
  color: #cdcdcd;
  letter-spacing: 0.3em;
}
.content-block .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.content-block .description {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  padding-right: 5px;
  margin-bottom: 20px;
}
.video-block {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.video-block-header {
  background: #000000;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
}
.video-block-header .title {
  color: #c1d348;
  font-family: 'Dosis', serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.video-block-body .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 105px;
  border-radius: 50%;
  background: rgba(242, 242, 242, 0.8);
  color: #333;
  text-align: center;
  font-size: 38px;
  transition: all 150ms ease-in-out;
}
.video-block-body .video-icon:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #c1d348;
}
.page-main{
  position: relative;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.section-hero {
  position: relative;
  z-index: 1;
}
.section-hero .hero-img {
  min-width: 100%;
}
.section-hero .hero-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  padding: 32px 64px;
}
.section-hero .hero-content .title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f2f2f2;
}
.section-hero .hero-content .description {
  font-family: 'Dosis', serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
}
.hoverboard {
  position: relative;
  z-index: 1;
}
.hoverboard .hoverboard-body {
  position: relative;
  z-index: 2;
}
.hoverboard .hoverboard-body .icon-video {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 9;
  padding: 7px 20px 7px 45px;
  background: #c1d348;
  color: #fff;
}
.hoverboard .hoverboard-body .icon-video .fa {
  background: #f2f2f2;
  color: #c1d348;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.hoverboard .hoverboard-body .img-responsive {
  width: 100%;
  max-width: 100%;
}
.hoverboard .hoverboard-footer {
  text-align: center;
}
.hoverboard .hoverboard-footer .title {
  font-family: 'Dosis', serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #f2f2f2;
}
.hoverboard .hoverboard-footer span {
  display: block;
  color: #eee;
  margin-bottom: 20px;
}
.hoverboard .hoverboard-footer .fa {
  color: #c1d348;
}
.page-footer {
  background: #333;
  padding: 32px 0 20px;
}
.page-footer .footer-links {
  margin-bottom: 0;
  margin-top: 5px;
}
.page-footer .footer-links .link-item {
  display: inline-block;
  padding: 0 10px;
}
.page-footer .footer-links .link-item a {
  font-family: 'Dosis', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f2f2f2;
  transition: all 150ms ease-in-out;
}
.page-footer .footer-links .link-item a:hover,
.page-footer .footer-links .link-item a.active {
  color: #c1d348;
  text-decoration: none;
}
.page-footer .copylate {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-footer .copylate span {
  color: #727272;
  font-size: 32px;
  vertical-align: middle;
  padding-right: 10px;
  opacity: 0.3;
}
.page-footer .hello-work {
  font-family: 'Dosis', serif;
  font-weight: 600;
  color: #f2f2f2;
  opacity: 0.4;
  padding-top: 6px;
  letter-spacing: 0.09em;
  display: inline-block;
  transition: all 150ms ease-in-out;
}
.page-footer .hello-work:hover {
  opacity: 1;
  text-decoration: none;
  color: #c1d348;
}
.contact-page {
  margin-top: 30px;
}
.contact-page .content-block .title {
  margin-top: 0;
}
.contact-page .form-area {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.contact-page .form-area .title {
  margin: 0 0 20px;
  font-family: 'Dosis', serif;
  font-size: 24px;
  font-weight: 600;
  color: #666666;
}
.contact-page .form-area .form-control {
  border-radius: 1px;
  min-height: 45px;
}
.contact-page .form-area .form-control:focus {
  box-shadow: none;
  border-color: #c1d348;
}
.photo-archive {
  margin-top: 30px;
  margin-bottom: 30px;
}
.photo-archive #photos {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 5px;
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  column-count: 3;
  column-gap: 5px;
}
.photo-archive #photos img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .photo-archive #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 1000px) {
  .photo-archive #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 800px) {
  .photo-archive #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 400px) {
  .photo-archive #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.basarilar-page .row {
  margin-top: 20px;
  margin-bottom: 30px;
}
/****************** PLUGINS *************************/
.burger {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger.open:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger {
  color: #c1d348;
}
.effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.effect:after {
  content: "";
  position: absolute;
  z-index: 9999;
  top: -110%;
  left: -210%;
  width: 300%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.effect:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-timing-function: ease;
}
.effect:active:after {
  opacity: 0;
}
.ba-slider {
  position: relative;
  overflow: hidden;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  border: 1px solid #e6a600;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
.hero {
  position: relative;
  text-align: center;
}
.hero-content {
  display: block;
  position: relative;
  z-index: 9;
}
.hero-content .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 22px;
  font-size: 62px;
  text-shadow: 1px 2px 3px #000;
}
.parallax {
  display: block;
  text-align: center;
  padding: 15em 1em;
  color: white;
  overflow: hidden;
}
.first {
  background: url(../../upload/bg-001.jpg) no-repeat center center;
  background-size: cover;
}
.second {
  background: url('../../upload/bg-002.jpg') no-repeat center center;
  background-size: cover;
}
.third {
  background: url('../../upload/2020/egitim-programlarimiz-cover-page.jpg') no-repeat center center;
  background-size: cover;
  background-position: bottom center !important;
}
.fourth {
  background: url('../../upload/bg-004.jpg') no-repeat center center;
  background-size: cover;
}
.fifth {
  background: url('../../upload/2020/bg-005.jpg') no-repeat center center;
  background-size: cover;
}
.sixth {
  background: url('../../upload/2020/performans-sporlari-cover-page.jpg') no-repeat center center;
  background-size: cover;
}
.seventh {
  background: url('../../upload/bg-007.png') no-repeat center center;
  background-size: cover;
}
.spacer {
  display: block;
  color: #333;
  font-family: arial, sans-serif;
  padding: 3em 0;
}
.spacer h3 {
  font-family: lobster, sans-serif;
  font-size: 2em;
  margin-bottom: 15px;
}
.spacer p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
.cleft-wrapper {
  position: relative;
  top: -1.25rem;
  margin-bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
}
.cleft-left,
.cleft-right {
  width: 50%;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.cleft-left {
  left: -1.5rem;
}
.cleft-right {
  right: -1.5rem;
}
.cleft-left:before,
.cleft-right:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cleft-left:before {
  right: -1.5rem;
  border-width: 1.25rem 0 0 1.5rem;
  border-color: transparent transparent transparent #fff;
}
.cleft-right:before {
  left: -1.5rem;
  border-width: 1.25rem 1.5rem 0 0;
  border-color: transparent #fff transparent transparent;
}
.carrotBox {
  position: relative;
}
.carrot {
  display: block;
  height: 0;
  width: 0;
  border-top: 1.25rem solid #fff;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  bottom: -1.25rem;
}
.breadcrumb {
  background: transparent;
  border-radius: 0;
}
.breadcrumb a {
  color: #f2f2f2;
  background: #c1d348;
  font-family: 'Dosis', serif;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px;
  letter-spacing: 0.06em;
  transition: all 150ms ease-in-out;
}
.breadcrumb a:hover {
  color: #f2f2f2;
}
.back-to-top {
  color: #c1d348;
  padding-left: 20px;
  display: block;
  float: right;
  margin-top: 7px;
  animation: flickerAnimation 1.3s infinite alternate;
}
.back-to-top:hover,
.back-to-top:focus {
  color: #f2f2f2;
}
@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.shrink {
  padding: 15px 0;
}
/****************** MOBIL-VIEW **********************/
/* TABLET-HORIZ */
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
  .content-block .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .content-block .description {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
  }
  .btn-info {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .section-hero .hero-content {
    width: 100%;
    padding: 62px 44px 0;
  }
  .section-hero .hero-content .description {
    font-size: 42px;
  }
  .page-footer .copylate {
    font-size: 11px;
    padding-top: 10px;
  }
  .page-footer .copylate span {
    position: absolute;
    left: -20px;
    top: -1px;
  }
  .page-footer .hello-work {
    padding-top: 9px;
    font-size: 11px;
  }
  .back-to-top {
    padding-left: 10px;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .page-main{
    top: 150px;
    margin-bottom: 150px;
  }
  .logo{
      max-width: 110px !important;
  }
  .block.main{
    padding: 0 0 32px;
  }
  .block.main .hero-img{
    top: 0px;
  }
  .block.main .hero-img .hero-content {
    padding: 5px 15px;
    min-height: 70px;
  }
  .block.main .hero-img .hero-content .title {
    font-size: 22px;
  }
  .block.main .hero-img .hero-content .title .first-letter {
    font-size: 32px;
  }
  .block.main .hero-img .hero-content .title:after {
    display: none;
  }
  .block.main .hero-img .hero-content .description {
    font-size: 14px;
    margin: 10px 10px 20px;
  }
  .block.main .btn-arrow-down {
    padding: 7px 12px;
    font-size: 20px;
    bottom: -30px;
    height: 50px;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .section-hero{
    height: 40vh;
  }
  .section-hero .hero-content {
    padding: 10px 20px;
    width: 100%;
    min-height: 100px;
  }
  .section-hero .hero-content .title {
    font-size: 16px;
  }
  .section-hero .hero-content .description {
    font-size: 20px;
  }
  .block-heading .title {
    font-size: 22px;
    font-weight: 600;
  }
  .content-block {
    top: 0!important;
    padding: 20px;
  }
  .content-block .title {
    font-size: 20px;
  }
  .content-block .description {
    font-size: 14px;
    line-height: 23px;
    padding-right: 0;
  }
  .btn-info {
    font-size: 14px;
    letter-spacing: 0;
  }
  .video-block:first-child {
    margin-top: 100px;
  }
  .page-footer .footer-links .link-item {
    padding: 3px 10px;
    width: 100%;
  }
  .page-footer .copylate {
    text-align: center;
  }
  .page-footer .hello-work {
    margin-left: 10px;
  }
  .mobile-push-xs {
    margin-bottom: 0 !important;
  }
  .hamburger {
    top: 2.5em;
    right: 1em;
  }
  .global-menu__wrap {
    margin-left: -60px;
  }
  .global-menu__item--menu-effect.is-opened {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .parallax {
    padding: 5em 0;
  }
  .hero-content .title,
  .parallax-contenxt .title {
    letter-spacing: 4px !important;
    font-size: 22px !important;
  }
  .parallax.fourth {
    padding: 4em 0 !important;
  }
  .simform .number {
    width: 7em;
    font-size: 0.8em;
  }
  .next {
    bottom: 3.5em;
  }
  .contact-page .form-area {
    margin-top: 30px;
  }
  .contact-page .form-area .btn-info {
    width: 100%;
  }
  #content-start {
    padding-bottom: 60px;
  }
  .hoverboard {
    margin-bottom: 30px;
  }
  .hoverboard .hoverboard-footer .title {
    color: #c1d348;
  }
}


/*UPDATES TEMMUZ 2020*/

.logo {
  max-width: 180px;
  position: relative;
  z-index: 9999;
  background: #fff;
  padding: 1rem 0;
}
.logo a{
  display: block;
  max-width: 100%;
}

@media (max-width: 992px){

}

/* UPDATE HAZİRAN 2021 */
.hamburger{
    top: 3em;
}
@media only screen and (max-width: 767px){
    .hamburger {
        top: 3em;
        right: 2em;
    }
}

.subtitle{
  font-weight: bolder;
}

/* WhatsApp Float Button Styles */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #FFF;
  text-decoration: none;
  transform: scale(1.1);
}

.whatsapp-float:focus {
  color: #FFF;
  text-decoration: none;
}

/* WhatsApp Button in Header */
.whatsapp-header {
  background-color: #25d366;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-left: 15px;
}

.whatsapp-header:hover {
  background-color: #128c7e;
  color: #FFF;
  text-decoration: none;
  transform: translateY(-2px);
}

.whatsapp-header:focus {
  color: #FFF;
  text-decoration: none;
}

/* Mobile Sticky Contact Bar */
.mobile-contact-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 1001;
  height: 60px;
}

.mobile-contact-buttons {
  display: flex;
  height: 100%;
}

.mobile-contact-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  gap: 8px;
}

.mobile-call-btn {
  background-color: #007bff;
  color: white;
  border-right: 1px solid #e0e0e0;
}

.mobile-call-btn:hover,
.mobile-call-btn:focus {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
}

.mobile-whatsapp-btn {
  background-color: #25d366;
  color: white;
}

.mobile-whatsapp-btn:hover,
.mobile-whatsapp-btn:focus {
  background-color: #128c7e;
  color: white;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .whatsapp-float {
    display: none; /* Mobilde floating butonu gizle */
  }
  
  .whatsapp-header {
    font-size: 12px;
    padding: 6px 12px;
    margin-left: 10px;
  }
  
  .mobile-contact-bar {
    display: block; /* Mobilde sticky bar'ı göster */
  }
  
  /* Sayfanın altına padding ekle ki içerik sticky bar'ın altında kalmasın */
  body {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .whatsapp-header {
    display: none; /* Header'daki butonu mobilde gizle */
  }
  
  .mobile-contact-btn {
    font-size: 13px;
  }
}