@keyframes scaleanimate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.scaleanimate {
  animation: scaleanimate 10s infinite alternate;
}

@media (min-width: 758px) {
  #carousel-1 {
    height: 100vh;
    z-index: 5;
    padding: 35px;
  }
}

@media (max-width: 758px) {
  #carousel-1 {
    height: 300px;
  }
}

@media (max-width: 758px) {
  #carousel-1 {
    height: 300px;
  }
}

.mouse-btn-down {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.mouse-btn-down {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes mouseScroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@media (min-width: 758px) {
  .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    background: url(../../assets/img/mouse-icon.webp) center center no-repeat;
    z-index: 20;
    animation: mouseScroll 2s infinite;
  }
}

.experiance-section {
  position: relative;
  padding-top: 115px;
}

.experiance-section .pattern-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 844px;
  height: 670px;
}

.experiance-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.experiance-section .title-column .inner-column {
  position: relative;
}

.experiance-section .title-column .upper-box {
  position: relative;
  margin-bottom: 90px;
}

.experiance-section .title-column .upper-box .upper-inner {
  position: relative;
  padding-left: 200px;
}

.experiance-section .title-column .upper-box .upper-inner:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -45px;
  width: 110px;
  height: 172px;
  border: 12px solid #eaeaea;
}

.experiance-section .title-column .upper-box .number {
  position: absolute;
  left: 40px;
  top: -20px;
  color: #94745b;
  font-weight: 700;
  line-height: 1em;
  font-size: 120px;
}

.experiance-section .title-column .upper-box h3 {
  position: relative;
  color: #322f2f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}

.experiance-section .title-column .upper-box .upper-title {
  position: relative;
  color: #94745b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 7px;
  text-transform: uppercase;
}

.experiance-section .title-column .inner-column .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.experiance-section .title-column .lower-box .theme-btn {
  position: relative;
  float: left;
}

.experiance-section .title-column .lower-box .signature {
  position: relative;
  float: left;
  margin-top: -10px;
  margin-left: 40px;
}

.experiance-section .video-column {
  position: relative;
}

.experiance-section .video-column .inner-column {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
}

.experiance-section .video-column .image {
  position: relative;
  padding-right: 60px;
}

.experiance-section .video-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.experiance-section .video-column .image .video-box {
  position: absolute;
  right: -20px;
  bottom: -90px;
  width: 270px;
  height: 180px;
  z-index: 1;
  overflow: hidden;
}

.experiance-section .video-column .image .video-box .video-image {
  position: relative;
  margin: 0px;
}

.experiance-section .video-column .image .video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
}

.experiance-section .video-column .image .video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.experiance-section .video-column .image .video-box .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(171,116,66,0.95);
}

.experiance-section .video-column .image .video-box .overlay-box span {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -30px;
  margin-left: -30px;
  line-height: 60px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(255,255,255,0.30);
}

.experiance-section .video-column .image .video-box .overlay-box span:after {
  position: absolute;
  content: '';
  left: -9px;
  top: -9px;
  right: -9px;
  bottom: -9px;
  border-radius: 50px;
  border: 1px dashed #ffffff;
}

.experiance-section .video-column .image .video-box .ripple, .experiance-section .video-column .image .video-box .ripple:before, .experiance-section .video-column .image .video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.experiance-section .video-column .image .video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.experiance-section .video-column .image .video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}

.experiance-section .video-column .info-box {
  position: relative;
  margin-top: 90px;
}

.experiance-section .video-column .info-box .info-inner {
  position: relative;
  padding-left: 85px;
  display: inline-block;
}

.experiance-section .video-column .info-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #3c3939;
  font-size: 28px;
  text-align: center;
  border-radius: 50px;
  line-height: 58px;
  border: 1px solid #3c3939;
  background-color: #ffffff;
}

.experiance-section .video-column .info-box h3 {
  position: relative;
  color: #322f2f;
  top: -2px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.experiance-section .video-column .info-box .number {
  position: relative;
  color: #777777;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.experiance-section.style-two {
  padding-bottom: 120px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

/* Butona tıklandığında renginin değişmesi için */

.call-button:hover {
  background-color: #45a049;
}

