@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,423;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,423;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  color: #646464;
  font-family: "Josefin Sans", sans-serif;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #2f5bea;
  outline: 0;
}

button:focus, input:focus {
  outline: 0;
}

p {
  color: #646464;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}
.cx-100 {
  padding-top: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
loading {
    display: none;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pricing-area {
  background-color:rgb(250, 250, 250);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 1px dashed #f3f3f3;
  border-bottom: 1px dashed #f3f3f3;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  transition: 0.5s;
}

.single-pricing-table .price sup {
  top: -18px;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Nunito", sans-serif;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  font-size: 14px;
  margin-right: 2px;
}

.single-pricing-table .pricing-btn {
  margin-top: 30px;
}

.single-pricing-table .pricing-btn .default-btn {
  padding: 10px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #2f5bea;
}

.single-pricing-table:hover .pricing-header h3 {
  color: #ffffff;
}

.single-pricing-table:hover .price {
  color: #ffffff;
}

.single-pricing-table:hover .price sup {
  color: #ffffff;
}

.single-pricing-table:hover .price sub {
  color: #ffffff;
}

.single-pricing-table:hover .pricing-features li {
  color: #ffffff;
}

.single-pricing-table:hover .pricing-btn .default-btn {
  background-color: #ffffff;
  color: #2f5bea;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  color: #000000;
  padding: 14px 30px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #2f5bea;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}


.default-shape .shape-1 {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.default-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 16%;
  z-index: -1;
}

.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.default-shape .shape-3 {
  position: absolute;
  left: 35%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-4 {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-5 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.pt-100 {
  padding-top: 100px;
}


.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #2f5bea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  padding: 16px 40px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
/*================================================
Navbar Area CSS
=================================================*/
/* Navbar Genel Stiller */


  .btn-primary {
    width: 100%;
    margin-top: 10px;
  }



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

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34); }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fc7fb2; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
    padding: 0; }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 12px;
      color: #000; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: #fc7fb2;
        color: #fff; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #fc7fb2;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #fc7fb2;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fc7fb2; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }

.social-media p a {
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 4px; }
  .social-media p a span {
    color: #4d4d4d; }
  .social-media p a:hover {
    background: #fc7fb2;
    border-color: #fc7fb2; }
    .social-media p a:hover span {
      color: #fff; }
  @media (max-width: 991.98px) {
    .social-media p a {
      border-color: #fff;
      width: 30px;
      height: 30px; }
      .social-media p a span {
        color: #fff; } }

        .carousel-item img {
            height: 500px;
            object-fit: cover;
        }

        .copy-right {
          background-color: #fafafa;
          padding-top: 30px;
          padding-bottom: 30px;
        }
        
        .copy-right-content {
          text-align: center;
        }
        
        .copy-right-content p {
          font-size: 16px;
          margin-bottom: 0;
          color: #000000;
          font-weight: 600;
        }
        
        .copy-right-content p a {
          font-size: 18px;
          font-weight: bold;
        }
        .copy-right {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
        }

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #2f5bea;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #2f5bea;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}


/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-color: #f3f3f3;
}

.overview-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
}

.overview-content p {
  margin-bottom: 0;
}

.overview-content .bar {
  height: 4px;
  width: 85px;
  background: #2f5bea;
  margin: 20px auto 20px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.overview-content .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.overview-content .overview-btn {
  margin-top: 25px;
}

.overview-content .overview-btn .default-btn {
  padding: 12px 25px;
}
.navbar-brand img {
    height: 30px;
    width: auto; /* Oranı korumak için */
}

.logo-mobile {
    display: none; /* Varsayılan olarak mobil logo gizli */
}

@media (max-width: 991.98px) {
    .logo-desktop {
        display: none; /* Mobilde masaüstü logosu gizlenir */
    }
    .logo-mobile {
        display: block; /* Mobilde farklı logo görünür */
    }
}

.buton-login {
  margin-left: auto; /* Sağ tarafa hizalar */
  font-size: 14px; /* Yazı boyutunu küçült */
  padding: 5px 10px; /* Butonun iç boşluğunu ayarla */
  margin-right: 15px;
  margin-top: 2px;
  height: auto; /* Butonun yükseklik sorununu çözer */
}

@media (max-width: 991px) {
  .buton-login {
      display: none; /* Mobilde gizle */
      
  }

  .navbar-collapse.show .buton-login {
      display: block; /* Menü açıldığında göster */
      text-align: center; /* Ortaya hizala */
      margin-top: 10px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.section-title h2 {
  font-size: 50px;
  margin: 0 0 0 0;
  position: relative;
  line-height: 1;
}

.section-title p {
  max-width: 750px;
  margin: auto;
  line-height: 1.8;
}

.section-title .bar {
  height: 4px;
  width: 85px;
  background: #2f5bea;
  margin: 20px auto 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.section-title .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}
.fun-facts-area {
  background-color: #ffffff;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}
.subscribe-area {
  position: relative;
  z-index: 1;
  background-image: url(/assets/images/subscribe-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.subscribe-content h2 {
  font-size: 40px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .subscribe-content h2 {
    font-size: 26px;
    margin-bottom: 15px; /* Mobilde başlık altına boşluk ekler */
  }
}

.newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #000000;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter::placeholder {
  color: #646464;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #2f5bea;
  color: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #000000;
  color: #ffffff;
}

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.single-fun-fact {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 30px 40px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact .icon i {
  font-size: 50px;
  color: #2f5bea;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact h3 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact p {
  line-height: initial;
  margin: 0 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 500;
}

.single-fun-fact::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #2f5bea;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact:hover {
  border: 1px solid #2f5bea;
}

.single-fun-fact:hover::before {
  height: 100%;
}

.single-fun-fact:hover .icon i {
  color: #ffffff;
}

.single-fun-fact:hover h3 {
  color: #ffffff;
}

.single-fun-fact:hover h3 .sign-icon {
  color: #ffffff;
}

.single-fun-fact:hover p {
  color: #ffffff;
}
.fa-brands {
  color: rgb(24, 23, 23); /* Siyah renk */
}

@media (max-width: 991.98px) {
  .fa-brands {
    color: #fff; /* Mobil cihazlarda beyaz renk */
  }
}

.modal {
  display: none; /* Modal başlangıçta gizli */
  position: fixed; /* Sabit pozisyon */
  z-index: 1; /* Üstte gösterilmesi için */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Arka planı bulanık yap */
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.progress-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; /* Daha az boşluk bırakıyoruz */
  text-align: center;
}

.step {
  position: relative;
  width: 25%;
  text-align: center;
}

.step .circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  font-weight: bold;
  color: #666;
}

.step.completed .circle {
  background-color: #28a745;
  color: white;
}

.step.active .circle {
  background-color: #007bff;
  color: white;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #ddd;
  position: relative;
  margin-top: 10px; /* Firma bilgilerine daha yakın olacak */
}

.progress-line {
  height: 6px;
  background: #007bff;
  transition: width 0.3s ease;
}

.btn-small {
  padding: 6px 16px; /* İç boşluğu küçült */
  font-size: 16px; /* Yazıyı küçült */
  height: 38px; /* Buton yüksekliğini azalt */
  line-height: 1.2;
  width: 200px;
}

.package-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

.package-title span {
  color: #007bff;
  font-weight: 600;
}

.price-info {
  font-size: 16px; /* Fiyatı küçült */
  color: #28a745; /* Yeşil renk (istersen değiştir) */
  font-weight: 500;
  margin-left: 10px; /* Metinden biraz uzaklaştır */
}

.price-kdv {
  font-size: 12px; /* Fiyatı küçült */
  color: #1b1d1c; /* Yeşil renk (istersen değiştir) */
  font-weight: 500;
}
.main-banner {
  position: relative;
  height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/main-banner.jpg);
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}


.main-banner .container-fluid {
  max-width: 1400px;

}

m.main-banner .banner-content {
  text-align: left; /* İçeriği sola yaslamak için eklendi */
}

.main-banner .banner-content h1 {
  font-size: 65px;
  color: #000000;
  margin: 0 0 10px 0;
  line-height: 1.3;
  text-align: left; /* Başlık sola yaslanacak */
}

.main-banner .banner-content p {
  margin-bottom: 0;
  color: #646464;
  line-height: 1.8;
  font-size: 18px;
  text-align: left; /* Paragraf sola yaslanacak */
}

.main-banner .banner-content .banner-holder {
  margin-top: 30px;
}

.main-banner .banner-content .banner-holder a {
  margin-right: 10px;
}

.main-banner .banner-content .banner-holder a:last-child {
  margin-right: 0;
}

.main-banner .banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner .banner-image {
  text-align: right;
}

.main-banner .banner-form {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 40px;
}

.main-banner .banner-form h3 {
  margin-bottom: 8px;
  font-size: 26px;
  text-align: center;
}

.main-banner .banner-form p {
  margin-bottom: 30px;
  text-align: center;
}

.main-banner .banner-form form .form-group {
  margin-bottom: 15px;
}

.main-banner .banner-form form .form-control {
  height: 55px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #333333;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.main-banner .banner-form form .form-control:focus {
  border-color: #2f5bea;
}

.main-banner .banner-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.main-banner .banner-form form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  background-color: #2f5bea;
  padding: 14px 25px;
  border: 1px solid #2f5bea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.main-banner .banner-form form button:hover {
  border-color: #2f5bea;
  color: #2f5bea;
  background-color: transparent;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}


.main-banner {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}
.main-banner .banner-content {
  text-align: center;
}
.main-banner .banner-content h1 {
  font-size: 30px;
}
.main-banner .banner-content .banner-holder {
  margin-top: 20px;
}
.main-banner .banner-content .banner-holder img {
  max-width: 45%;
}
.main-banner .banner-image {
  margin-top: 50px;
}
.main-banner .banner-form {
  padding: 20px;
  margin-top: 30px;
}

.contact-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 55px;
  padding: 0 15px;
  line-height: initial;
  color: #000000;
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: 15px;
  font-weight: 500;
}

.contact-form form .form-control:focus {
  border-color: #2f5bea;
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form .send-btn {
  margin-top: 10px;
}

.contact-form .send-btn .default-btn {
  padding: 12px 25px;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 20px !important;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.5;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 20px;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #2f5bea;
  text-transform: lowercase;
  font-size: 20px;
}

.contact-info .contact-info-content h2 a:hover {
  color: #000000;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #000000;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #2f5bea;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #646464;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #646464;
  font-size: 15px;
  position: relative;
  text-align: center;
}

.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #2f5bea;
  background-color: #2f5bea;
}
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  display: block;
  margin-bottom: 25px;
}

.single-footer-widget .logo h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.single-footer-widget p {
  margin-bottom: 0;
}

.single-footer-widget .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 16px;
}

.single-footer-widget .social-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.single-footer-widget .social-list li:last-child {
  margin-right: 0;
}

.single-footer-widget .social-list a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #2f5bea;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #2f5bea;
}

.single-footer-widget .social-list a:hover {
  background-color: transparent;
  color: #000000;
}

.single-footer-widget h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .list li {
  margin-bottom: 8px;
  list-style-type: none;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .list li a {
  display: block;
  color: #818992;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .list li a:hover {
  color: #2f5bea;
  letter-spacing: 1px;
}

.single-footer-widget .footer-holder {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-holder li {
  list-style-type: none;
  margin-bottom: 10px;
}

.single-footer-widget .footer-holder li:last-child {
  margin-bottom: 0;
}
.about-area {
  padding-top: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-content h3 {
  font-size: 40px;
  margin-bottom: 0;
}

.about-content .bar {
  height: 4px;
  width: 85px;
  background: #2f5bea;
  margin: 20px auto 20px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.about-content .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

features-area {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-features {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-features .icon i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #2f5bea;
  color: #ffffff;
  font-size: 25px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features::before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2f5bea;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features:hover::before {
  width: 100%;
}

.single-features:hover .icon i {
  background-color: #ffffff;
  color: #2f5bea;
}

.single-features:hover h3 {
  color: #ffffff;
}

.single-features:hover p {
  color: #ffffff;
}
/* Genel Stiller */
.payment-container {
  padding: 40px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title {
  margin-bottom: 50px;
}

.payment-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.title-bar {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #2ecc71);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.payment-subtitle {
  color: #7f8c8d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Kart Stilleri */
.payment-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.bank-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.bank-logo {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  margin-right: 15px;
}

.bank-logo img {
  max-height: 100%;
  max-width: 100%;
}

.bank-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.bank-details {
  margin-top: 15px;
}

.detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  position: relative;
}

.detail-label {
  font-weight: 600;
  color: #34495e;
  min-width: 120px;
  font-size: 0.95rem;
}

.detail-value {
  flex: 1;
  color: #2c3e50;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  word-break: break-all;
}

.copy-btn {
  background: none;
  border: none;
  color: #3498db;
  cursor: pointer;
  margin-left: 10px;
  font-size: 1rem;
  transition: color 0.2s;
  padding: 5px;
}

.copy-btn:hover {
  color: #2980b9;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
  .payment-title {
      font-size: 2rem;
  }
  
  .detail-item {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .detail-label {
      margin-bottom: 5px;
  }
  
  .bank-header {
      flex-direction: column;
      text-align: center;
  }
  
  .bank-logo {
      margin-right: 0;
      margin-bottom: 15px;
  }
}
.bank-logo img {
  max-height: 40px; /* Tüm logoların aynı yükseklikte görünmesi için */
  width: auto;
}

/* Kartlar arası boşluk */
@media (min-width: 768px) {
  .col-md-6:not(:last-child) {
      margin-bottom: 30px;
  }
}

/* Garanti Bankası için özel renk (opsiyonel) */
.payment-card:nth-child(2) .bank-name {
  color: #00753b; /* Garanti'nin yeşil rengi */
}

.payment-card:nth-child(2) .title-bar {
  background: #00753b;
}

.team-area {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-team {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-team .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social {
  position: absolute;
  top: 50px;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-team .image .social li {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(90deg);
          transform: perspective(1000px) rotateY(90deg);
  margin-bottom: 8px;
}

.single-team .image .social li:last-child {
  margin-bottom: 0;
}

.single-team .image .social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #2f5bea;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #2f5bea;
}

.single-team .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.single-team .image .content {
  background: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.single-team .image .content h3 {
  margin-bottom: 5px;
  font-size: 28px;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .content p {
  font-size: 16px;
  margin-top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team:hover .image .content {
  background-color: #2f5bea;
}

.single-team:hover .image .content h3 {
  color: #ffffff;
}

.single-team:hover .image .content p {
  color: #ffffff;
}
.screenshot-area {
  background-image: url(../images/screen.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.screenshot-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.screenshot-area .section-title h2 {
  color: #ffffff;
}

.screenshot-area .section-title p {
  color: #ffffff;
}

.screenshot-area .section-title .bar {
  background: #ffffff;
}

.screenshot-area .section-title .bar::before {
  background: #2f5bea;
}

.screenshot-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #2f5bea;
  position: relative;
}

.screenshot-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2f5bea;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.screenshot-slider.owl-theme .owl-dots .owl-dot:hover span::before, .screenshot-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.screenshot-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}



.screenshot-slider .screenshot-item {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screenshot-slider .screenshot-item img {
  max-height: 530px;
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}






@media only screen and (max-width: 600px) {
  .screenshot-slider .screenshot-item img {
    max-height: 250px;
  }
}


.faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-accordion-content .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}

.faq-accordion-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #2f5bea;
  color: #ffffff;
}

.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.faq-accordion-content .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion-content .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}

