
/* Banka Hesapları */
.ot-pricing-table {
  position: relative;
  text-align: center;
  padding: 30px 40px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
}

.ot-pricing-table .title-table {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  background: #00c3ff;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  -moz-border-radius-bottomleft: 0px;
  box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
}

.ot-pricing-table .inner-table img {
  margin-bottom: 35px;
}

.ot-pricing-table .inner-table h2 {
  font-size: 42px;
  font-weight: 700;
  color: #00c3ff;
  margin-bottom: 3px;
}

.ot-pricing-table .inner-table h2 sup {
  margin-left: -25px;
  font-size: 30px;
}

.ot-pricing-table .inner-table>p {
  color: #a5b7d2;
  font-weight: 700;
  margin-bottom: 0;
}

.ot-pricing-table .inner-table .details {
  margin-top: 35px;
  padding-top: 28px;
  padding-bottom: 30px;
  line-height: 42px;
  border-top: 1px solid #e5e5e5;
}

.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.ot-pricing-table .octf-btn {
  margin-bottom: -26px;
}

.ot-pricing-table .octf-btn:hover {
  box-shadow: none !important;
}

.ot-pricing-table:before {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.ot-pricing-table:after {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
}

.ot-pricing-table.s2 .title-table {
  background: #0160e7;
}

.ot-pricing-table.s2 h2 {
  color: #0160e7;
}

.ot-pricing-table.s3 .title-table {
  background: #fe4c1c;
}

.ot-pricing-table.s3 h2 {
  color: #fe4c1c;
}

.ot-pricing-table:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 991px) {
  .ot-pricing-table {
    max-width: 370px;
    margin: auto;
  }
}

.ot-tabs .tabs-heading {
  margin: 0px;
  display: inline-block;
  border: 1px solid #d2dbe8;
  padding: 4px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}

.ot-tabs .tab-link {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: var(--color-white);
  box-shadow: none;
  background: none;
  color: #a5b7d2;
  padding: 14px 28px;
  cursor: pointer;
}

.ot-tabs .tab-link:visited {
  color: var(--color-white);
}

.ot-tabs .tab-link:hover,
.ot-tabs .tab-link:focus {
  color: var(--color-white);
}

.ot-tabs .tab-link.current,
.ot-tabs .tab-link:hover {
  background: #00c3ff;
  color: var(--color-white);
  font-weight: 600;
  box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
}

.ot-tabs .tab-link:last-child {
  margin-right: 0 !important;
}

.ot-tabs .tab-content {
  display: none;
  background: #fff;
  padding: 30px 5px;
}

.ot-tabs .tab-content.current {
  display: inherit;
}

.ot-tabs .tab-content ul.has-icon li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 12px;
}

.ot-tabs .tab-content ul.has-icon li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fe4c1c;
}

.ot-tabs .tab-content ul.has-icon li i:before {
  font-size: 22px;
  line-height: 1;
}

.ot-tabs .tab-content ul.has-icon:last-child {
  margin-bottom: 0;
}

.ot-tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.ot-pricing-table.s1:before {
  background-image: url(../images/top-price1.png);
  background-position: top center;
}

.ot-pricing-table.s1:after {
  background-image: url(../images/bot-price1.png);
  background-position: bottom left;
}

.ot-pricing-table.s2:before {
  background-image: url(../images/top-price2.png);
  background-position: top center;
}

.ot-pricing-table.s2:after {
  background-image: url(../images/bot-price2.png);
  background-position: bottom right;
}

.ot-pricing-table.s3:before {
  background-image: url(../images/top-price3.png);
  background-position: top center;
}

.ot-pricing-table.s3:after {
  background-image: url(../images/bot-price3.png);
  background-position: bottom left;
}

.bg-shape:before,
.bg-shape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-repeat: no-repeat;
}

.bg-shape:before {
  top: 0;
  left: 0;
}

.bg-shape:after {
  bottom: 0;
  left: 0;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background: var(--color-set-one-2);
  z-index: 10;
  height: 80vh;
}

.main-slider .item {
  background: var(--color-set-one-2);
  position: relative;
  padding-top: 154px;
  padding-bottom: 160px;
  z-index: 10;
  height: 80vh;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(43, 44, 54, .80);
  z-index: -1;
}

.main-slider__img {
  position: absolute;
  top: 70px;
  right: 0px;
  transform: translateX(500px);
  opacity: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: 2;
}

.active .main-slider__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
  z-index: 2;
  max-width: 45%;
}

.main-slider__img img {
  width: auto !important;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  height: 65vh;
  object-fit: cover;
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 690px;
  background-color: var(--claky-base);
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 27% 100%, 0 50%);
  transform: translateX(100px);
  opacity: 0;
  z-index: 1;
}

.active .main-slider__shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 1000ms;
  z-index: 1;
}

.main-slider__shape-2 {
  position: absolute;
  top: 60px;
  left: 710px;
  opacity: .10;
  z-index: 1;
}

.main-slider__shape-2 img {
  width: auto !important;
}

.main-slider__shape-3 {
  position: absolute;
  top: 235px;
  left: 880px;
  opacity: .10;
  z-index: 1;
}

.main-slider__shape-3 img {
  width: auto !important;
  opacity: .10;
}

.main-slider__shape-4 {
  position: absolute;
  bottom: 115px;
  left: 864px;
  opacity: .10;
  z-index: 1;
}

.main-slider__shape-4 img {
  width: auto !important;
}

.main-slider__shape-5 {
  position: absolute;
  bottom: 50px;
  left: 590px;
  opacity: .10;
  z-index: 1;
}

.main-slider__shape-5 img {
  width: auto !important;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
  max-width: 55%;
}

.main-slider__big-text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--claky-white-rgb), .10);
  font-size: 150px;
  line-height: 150px;
  text-transform: uppercase;
  font-family: var(--claky-font-two);
  font-style: italic;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: 180px;
  left: -219px;
  transform: rotate(-90deg) translateY(-200px);
  opacity: 0;
}

.active .main-slider__big-text {
  opacity: 1;
  transform: rotate(-90deg) translateY(0px);
  transition: all 1000ms ease;
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--claky-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--claky-white);
  opacity: .50;
}

.main-slider__title {
  position: relative;
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
  line-height: 90px;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 29px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #C3CBD7;
  margin-bottom: 41px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  padding: 17px 31px 17px;
}

.main-slider__btn:hover {
  color: var(--claky-black);
}

.main-slider__btn:after {
  background-color: var(--claky-white);
}

.active .main-slider__sub-title,
.active .main-slider__title,
.active .main-slider__btn-box,
.active .main-slider__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0 60px;
  height: 0;
  line-height: 0;
  margin: 0 !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: var(--claky-gray);
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 17px 0 !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--claky-white-rgb), 1);
  background-color: rgba(var(--claky-gray-rgb), 1);
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  margin-top: 10px;
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 60px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}

body .main-slider .owl-carousel .owl-dots .owl-dot.active,
body .main-slider .owl-carousel .owl-dots .owl-dot:hover {
  border-color: transparent;
}

body .main-slider .owl-carousel .owl-dots .owl-dot.active span,
body .main-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--claky-white-rgb), 1);
  border: 2px solid var(--claky-white);
}


/* Small devices */
@media (max-width: 767px) {
  .gallery-card {
    --box-space: 15px;
  }

  .active .main-slider__img {
    max-width: 100%;
    width: 100%;
  }

  .main-slider__content {
    max-width: 100%;
  }

  .main-slider__img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 160px;
    object-fit: cover;
    width: 100% !important;
  }

  .main-slider__img {
    top: 0;
  }

  .main-slider__title {
    font-size: 30px;
    line-height: normal;
    margin-top: 6px;
    margin-bottom: 5px;
  }

  .main-slider__shape-1 {
    display: none;
  }

  .main-slider .owl-theme .owl-nav {
    display: none;
  }

  .main-slider .owl-theme .owl-dots {
    align-items: end;
    position: absolute;
    top: 19%;
    left: auto;
    right: -48px;
  }

  .main-slider .item {
    height: 100%;
    padding-bottom: 10px;
  }

  .main-slider {
    height: 42vh;
  }
}

