@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Kulim+Park:wght@200;300;400;600;700&display=swap");
/*
* 2.misclenious styles
*/
body {
  font-family: "Kulim Park", sans-serif !important;
  font-size: 16px !important;
  line-height: 30px;
  color: #777b92;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-weight: bold !important;
}

h3 {
  font-weight: 600;
  font-size: 28px;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
hr.style-one {
  margin: 0;
  border-top: 1px solid #cdcbcb;
}

.block-title {
  margin-bottom: 50px;
  text-align: center;
}
.block-title h2 {
  font-family: "Kulim Park", sans-serif;
  margin: 0;
  color: #df2149;
  font-size: 52px;
  margin-top: 50px;
  font-weight: 800;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/preloader.png);
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #df2149;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #dd1e47;
}

/*
* 3.header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.blog-details-page h3,
p,
li {
  font-size: 18px;
  color: rgb(119, 123, 146);
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
  margin-left: 300px;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.mock-mobile {
  position: sticky !important;
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  inline-size: max-content;
  justify-content: space-evenly;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 0px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 45px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #363c3e;
  padding: 0;
  transition: all 0.4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  width: 100%;
  height: 2px;
  background-color: #df2149;
  transition: transform 0.4s ease;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #df2149;
}
.header-navigation ul.navigation-box > li.current > a:before,
.header-navigation ul.navigation-box > li:hover > a:before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #363c3e;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
  text-decoration: none;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #273167;
  background: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  transform: scale(1, 1);
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
/*

.header-navigation ul.navigation-box > li > ul > li {
   no more nested showen 
}

*/
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #363c3e;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #273167;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #273167;
  border-bottom: 0;
}

.site-header.header-one {
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  position: -webkit-sticky;
}
.site-header.header-one .header-navigation {
  background: transparent;
}
.site-header.header-one .header-navigation.stricky-fixed {
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05);
}
.site-header.header-one .header-navigation .container {
  padding-right: 200px;
  display: flex;
  justify-content: flex-end;
}
.site-header.header-one .header-navigation ul.navigation-box > li.current > a,
.site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
  color: #df2149;
}
.site-header.header-one .header-navigation ul.navigation-box > li {
  padding: 20px 0;
}
.site-header.header-one .header-navigation ul.navigation-box > li + li {
  margin-left: 48px;
}
.site-header.header-one .header-navigation .right-side-box .header-btn {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd6f3;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
  color: #df2149;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 30px;
  transition: all 0.4s ease;
}

.get-started-btn {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd6f3;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
  color: #df2149;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 16px;
  transition: all 0.4s ease;
}

.get-started-btn:hover {
  border-color: #000000;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(183, 63, 159, 0.1);
  color: #df214a00;
  transition: all 0.4s ease;
}

.navigation-box li:hover {
  color: #dd1e47 !important;
}

.header-btn {
  text-decoration: none !important;
}


.header-btn-icon {
  position: relative;
  display: none;
  vertical-align: middle;
  box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
  padding: 30px 20px;
  transition: all 0.4s ease;
  height: 50px;
}
.header-btn-icon img {
  position: absolute;
  width: 50px;
  left: 0;
  bottom: 0;
}
.site-header.header-one .header-navigation .right-side-box .header-btn:hover {
  color: #fff !important;
  background-color: #df2149;
  border-color: #df2149;
}
.site-header.header-one
  .header-navigation.stricky-fixed
  ul.navigation-box
  > li {
  padding: 25px 0;
}

.site-header.home-page-two .header-navigation.stricky-fixed {
  background-image: linear-gradient(-145deg, #320b82 0%, #9c33c3 100%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
.site-header.home-page-two .header-navigation ul.navigation-box > li > a {
  color: #d6c9e4;
}
.site-header.home-page-two
  .header-navigation
  ul.navigation-box
  > li.current
  > a,
.site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}
.site-header.home-page-two .header-navigation .right-side-box .header-btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  transition: all 0.4s ease;
}
.site-header.home-page-two
  .header-navigation
  .right-side-box
  .header-btn:hover {
  color: #fff;
  background-color: #df2149;
  border-color: #df2149;
}

/*
* 4.banner styles
*/
.banner-style-one {
  position: relative;
  padding-bottom: 0px;
  /* background: #fff url(../images/banner-bg-1-1.png) top left no-repeat; */
}

/*
.banner-style-one:before,
.banner-style-one:after {
   content: "";
  width: 318px;
  height: 318px;
  border-radius: 50%;
  border: 43px solid;
  position: absolute;
  animation: BannercircleRotate 5s ease-in-out 0s infinite alternate; 
}

*/

@keyframes BannercircleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.5;
  }
}
.banner-style-one:before {
  border-color: #fff3fd;
  bottom: 10%;
  right: 32%;
}
.banner-style-one:after {
  border-color: #f3faff;
  top: 10%;
  left: 10%;
}
.banner-style-one .banner-mock {
  position: absolute;
  top: 20%;
  right: 5%;
  /* animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; */
}
@keyframes bannerImgBounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
}
.banner-style-one [class*="bubble-"] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  background-color: #ede8ff;
  border: 1px solid #a98fff;
  animation-name: bubbleMover;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  perspective: 100px;
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
.banner-style-one .bubble-1 {
  background-color: #fff7e0;
  border-color: #ffdd83;
  z-index: -1;
  top: 10px;
  left: 20px;
}
.banner-style-one .bubble-2 {
  background-color: #fff1ec;
  border-color: #ffb59d;
  z-index: -1;
  bottom: 30px;
  left: 10%;
}
.banner-style-one .bubble-3 {
  background-color: #ebf3ff;
  border-color: #b9d4ff;
  z-index: -1;
  top: 40px;
  left: 40%;
}
.banner-style-one .bubble-4 {
  background-color: #ddffe4;
  border-color: #93ff6d;
  z-index: -1;
  top: 10px;
  right: 40%;
}
.banner-style-one .bubble-5 {
  background-color: #ede8ff;
  border-color: #a98fff;
  z-index: -1;
  bottom: 30px;
  right: 25%;
}
.banner-style-one .bubble-6 {
  background-color: #ffe8fb;
  border-color: #ffa6ef;
  z-index: -1;
  top: 40%;
  right: 10%;
}
.banner-style-one .content-block {
  position: relative;
  z-index: 10;
}
.banner-style-one .content-block h3,
.banner-style-one .content-block p {
  margin: 0;
}
.banner-style-one .content-block h3 {
  font-family: "Kulim Park", sans-serif;
  color: #dd1e47; /* color: #273167; */
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 40px;
}
.banner-style-one .content-block p {
  font-family: "Kulim Park", sans-serif;
  color: #363c3e;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 55px;
}

.banner-style-one .content-block .banner-btn {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 65px;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  vertical-align: middle;
  color: #363c3e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  padding: 22.5px 0;
  padding-left: 73px;
  padding-right: 53px;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease;
}

#tablo {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
}
.text {
  color: #ff0000;
}

.favic {
  width: 80px !important;
}

.favic:hover {
  transform: rotate(360deg);
  transition: transform 2s ease-in-out;
}

.sosyalMedya img:hover {
  transform: rotate(90deg);
  transition: transform 2s ease-in-out;
}

.banner-style-one .content-block .banner-btn span {
  font-size: 18px;
  display: block;
  line-height: 1em;
  margin-top: 5px;
}
.banner-style-one .content-block .banner-btn i {
  font-size: 30px;
  color: #777b92;
  position: absolute;
  top: 52%;
  left: 30px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.banner-style-one .content-block .banner-btn + .banner-btn {
  margin-left: 16px;
}
.banner-style-one .content-block .banner-btn:hover {
  color: #fff;
  background: rgb(243, 127, 123);
  background: linear-gradient(
    90deg,
    rgba(243, 127, 123, 1) 0%,
    rgba(237, 61, 87, 1) 12%,
    rgba(221, 30, 71, 1) 100%
  );
  border-color: #dd1e47;
}
.banner-style-one .content-block .banner-btn:hover i {
  color: #fff;
}
.banner-style-one.home-page-two {
  padding-bottom: 277px;
  background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.banner-style-one.home-page-two:before {
  border-color: rgba(255, 255, 255, 0.04);
}
.banner-style-one.home-page-two:after {
  border-color: rgba(255, 255, 255, 0.02);
}
.banner-style-one.home-page-two [class*="bubble-"] {
  background-color: transparent !important;
  border-width: 2px;
}
.banner-style-one.home-page-two .banner-mock {
  right: 0;
  top: 20%;
}
.banner-style-one.home-page-two .content-block h3 {
  color: #fff;
}
.banner-style-one.home-page-two .content-block p {
  color: #d6c9e4;
}
.banner-style-one.home-page-two .content-block .banner-btn {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1);
}
.banner-style-one.home-page-two .content-block .banner-btn i {
  color: #fff;
}
.banner-style-one.home-page-two .content-block .banner-btn:hover {
  background-color: #df2149;
  border-color: #df2149;
}

/*
* 5.footer styles
*/
.site-footer {
  position: relative;
  background-color: white;
  z-index: 99 !important;
}

.site-footer a:hover {
  color: #dd1e47 !important;
}

.site-footer [class*="bubble-"] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  background-color: #ede8ff;
  border: 1px solid #a98fff;
  animation-name: bubbleMover;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  perspective: 100px;
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
.site-footer .bubble-1 {
  background-color: #fff7e0;
  border-color: #ffdd83;
  top: 10px;
  left: 20px;
}
.site-footer .bubble-2 {
  background-color: #fff1ec;
  border-color: #ffb59d;
  bottom: 30px;
  left: 10%;
}
.site-footer .bubble-3 {
  background-color: #ebf3ff;
  border-color: #b9d4ff;
  top: 40px;
  left: 40%;
}
.site-footer .bubble-4 {
  background-color: #ddffe4;
  border-color: #93ff6d;
  top: 10px;
  right: 40%;
}
.site-footer .bubble-5 {
  background-color: #ede8ff;
  border-color: #a98fff;
  bottom: 30px;
  right: 25%;
}
.site-footer .bubble-6 {
  background-color: #ffe8fb;
  border-color: #ffa6ef;
  top: 40%;
  right: 10%;
}
.site-footer .inner-container {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  padding: 60px 0;
}

.footer-widget ul,
.footer-widget h3,
.footer-widget p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .widget-title {
  margin-bottom: 28px;
}
.footer-widget .widget-title h3 {
  color: #dd1e47;
  font-size: 20px;
  font-weight: 500;
}
.footer-widget ul.contact-list li {
  color: #777b92;
}
.footer-widget ul.contact-list li a {
  color: #777b92;
  text-decoration: none;
}
.footer-widget ul.contact-list li + li {
  margin-top: 9px;
}
.footer-widget ul.links-list li + li {
  margin-top: 10px;
}
.footer-widget ul.links-list li a {
  color: #777b92;
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
.footer-widget ul.links-list li a:before {
  content: "";
  font-family: "Kulim Park", sans-serif;
  color: #df2149;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  transition: all 0.4s ease;
}
.footer-widget ul.links-list li a:hover {
  color: #df2149;
  transform: translateX(20px);
}
.footer-widget ul.links-list li a:hover:before {
  opacity: 1;
}
.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 51px;
  border: 1px solid #eaeaea;
  line-height: 49px;
  text-align: center;
  background-color: #fff;
  color: #777b92;
  border-radius: 50%;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  transition: all 0.4s ease;
}
.footer-widget .social-block a:hover {
  color: #fff !important;
  background-color: #df2149;
  border-color: #df2149;
}

.bottom-footer {
  padding: 25px 0;
  background: white !important;
  z-index: 99 !important;
  position: relative;
}
.bottom-footer p {
  color: #777b92;
  font-size: 16px;
}
.bottom-footer p a {
  color: #df2149;
}

/*
* 6.subscribe styles
*/
.subscribe-style-one {
  padding-top: 110px;
  padding-bottom: 120px;
}
.subscribe-style-one h3 {
  margin: 0;
  color: #273167;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
}
.subscribe-style-one .subscribe-form {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.subscribe-style-one .subscribe-form input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  max-width: 470px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  height: 84px;
  font-size: 16px;
  padding-left: 30px;
}
.subscribe-style-one .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777b92;
}
.subscribe-style-one .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777b92;
}
.subscribe-style-one .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777b92;
}
.subscribe-style-one .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #777b92;
}
.subscribe-style-one .subscribe-form input.error {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.5);
}
.subscribe-style-one .subscribe-form button[type="submit"] {
  width: 208px;
  border-radius: 4px;
  margin-left: 20px;
  height: 84px;
  border: none;
  outline: none;
  background-color: #df2149;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.4s ease;
}
.subscribe-style-one .subscribe-form button[type="submit"]:hover {
  background-color: #273167;
}
.subscribe-style-one .subscribe-form label.error {
  display: none !important;
}
.subscribe-style-one .result {
  text-align: center;
  font-size: 16px;
  background-color: rgba(0, 128, 0, 0.5);
  width: 80%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

/*
* 7.blog styles
*/
.blog-style-one {
  background-color: #f7fbff;
  padding-top: 120px;
  padding-bottom: 50px;
}
.blog-style-one.blog-page {
  background-color: #fff;
  padding-bottom: 120px;
}

.single-blog-style-one {
  margin-bottom: 60px;
}
.single-blog-style-one .image-block {
  border-radius: 4px;
  background-color: #273167;
  box-shadow: 0px 15px 30px 0px rgba(39, 49, 103, 0.1);
}
.single-blog-style-one .image-block .inner-block {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.single-blog-style-one .image-block .inner-block > img {
  width: 100%;
  transition: all 0.4s ease;
}
.single-blog-style-one .image-block .inner-block .date-block {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df2149;
  border-radius: 4px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 3px 20px;
  z-index: 12;
}
.single-blog-style-one .image-block .inner-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #273167;
  opacity: 0;
  z-index: 11;
  transition: all 0.4s ease;
}
.single-blog-style-one .image-block:hover {
  cursor: pointer;
}
.single-blog-style-one .image-block:hover .inner-block > img {
  transform: scale(1.05);
}
.single-blog-style-one .image-block:hover .inner-block:before {
  opacity: 0.5;
}
.single-blog-style-one .text-block .meta-info {
  margin-top: 20px;
}
.single-blog-style-one .text-block .meta-info a,
.single-blog-style-one .text-block .meta-info span {
  text-transform: uppercase;
  font-size: 14px;
  color: #df2149;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
}
.single-blog-style-one .text-block .meta-info span.sep {
  margin-left: 16px;
  margin-right: 16px;
}
.single-blog-style-one .text-block .meta-info a:hover {
  color: #273167;
}
.single-blog-style-one .text-block h3,
.single-blog-style-one .text-block p {
  margin: 0;
}
.single-blog-style-one .text-block h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 26px;
}
.single-blog-style-one .text-block h3 a {
  color: #273167;
  transition: all 0.4s ease;
}
.single-blog-style-one .text-block h3 a:hover {
  color: #df2149;
}
.single-blog-style-one .text-block .line-block {
  background-color: #df2149;
  width: 41px;
  height: 2px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.single-blog-style-one .text-block a.more-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #273167;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  transition: all 0.4s ease;
}
.single-blog-style-one .text-block a.more-link:hover {
  color: #df2149;
}
.single-blog-style-one .text-block:hover .line-block {
  width: 60px;
}

.blog-post-pagination {
  margin-top: 0px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ebf3ff;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #273167;
  transition: all 0.4s ease;
}
.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #273167;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #df2149;
  color: #fff;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details-page {
  padding: 120px 0;
}
.blog-details-page .single-blog-style-one {
  margin-bottom: 0;
}
.blog-details-page .single-blog-style-one .text-block {
  margin-top: 20px;
}
.blog-details-page .single-blog-style-one .text-block .meta-info {
  margin: 0;
}
.blog-details-page .single-blog-style-one .text-block .post-title {
  margin: 0;
  color: #273167;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-details-page .single-blog-style-one .text-block p {
  margin: 0;
}
.blog-details-page .single-blog-style-one .text-block p + p {
  margin-top: 45px;
}
.blog-details-page .share-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
  margin-top: 50px;
}
.blog-details-page .share-block .left-block p {
  margin: 0;
  color: #273167;
  font-size: 20px;
}
.blog-details-page .share-block .left-block p a {
  color: #777b92;
  font-size: 16px;
  transition: all 0.4s ease;
  margin-left: 10px;
}
.blog-details-page .share-block .left-block p a:hover {
  color: #df2149;
}
.blog-details-page .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 51px;
  border: 1px solid #eaeaea;
  line-height: 49px;
  text-align: center;
  background-color: #fff;
  color: #777b92;
  border-radius: 50%;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  transition: all 0.4s ease;
}
.blog-details-page .share-block .social-block a:hover {
  color: #fff;
  background-color: #df2149;
  border-color: #df2149;
}
.blog-details-page .author-block {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 60px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.blog-details-page .author-block .text-block {
  padding-left: 40px;
}
.blog-details-page .author-block img {
  width: 169px;
  border-radius: 4px;
}
.blog-details-page .author-block h3,
.blog-details-page .author-block p {
  margin: 0;
}
.blog-details-page .author-block h3 {
  color: #273167;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 38px;
}
.blog-details-page .author-block p {
  font-size: 16px;
  line-height: 30px;
}
.blog-details-page .title-line {
  margin-bottom: 50px;
}
.blog-details-page .title-line h3 {
  margin: 0;
  color: #273167;
  font-size: 30px;
  font-weight: 400;
}
.blog-details-page .single-comment-one {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 60px;
  margin-bottom: 60px;
  display: flex;
}
.blog-details-page .single-comment-one .image-block .inner-block {
  width: 90px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-details-page .single-comment-one .image-block .inner-block > img {
  width: 100%;
}
.blog-details-page .single-comment-one .text-block {
  padding-left: 40px;
}
.blog-details-page .single-comment-one .text-block h3,
.blog-details-page .single-comment-one .text-block p {
  margin: 0;
}
.blog-details-page .single-comment-one .text-block h3 {
  color: #273167;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.blog-details-page .single-comment-one .text-block p {
  color: #777b92;
  font-size: 16px;
  line-height: 30px;
  width: 82%;
}
.blog-details-page .single-comment-one .text-block .top-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.blog-details-page .single-comment-one .text-block .date-line {
  text-transform: uppercase;
  font-size: 14px;
  color: #df2149;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
}
.blog-details-page .single-comment-one .text-block .date-line span.sep {
  margin-left: 16px;
  margin-right: 16px;
}
.blog-details-page .single-comment-one .text-block .reply-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  width: 97px;
  height: 42px;
  line-height: 40px;
  color: #777b92;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: all 0.4s ease;
}
.blog-details-page .single-comment-one .text-block .reply-btn:hover {
  color: #fff;
  background-color: #df2149;
  border-color: #df2149;
}
.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  border: none;
  outline: none;
  border: none;
  width: 100%;
  height: 84px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 30px;
  padding-left: 40px;
}
.blog-details-page .comment-form textarea {
  height: 234px;
  padding-top: 20px;
}
.blog-details-page .comment-form button[type="submit"] {
  width: 276px;
  border-radius: 4px;
  height: 84px;
  border: none;
  outline: none;
  background-color: #df2149;
  cursor: pointer;
  font-weight: 500;
  line-height: 84px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.4s ease;
}
.blog-details-page .comment-form button[type="submit"]:hover {
  background-color: #273167;
}
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* küçük ekranlarda taşmasın, alta kayabilsin */
}

.main-navigation {
  flex-grow: 1;
}

.navigation-box {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.right-side-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  .navigation-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-side-box {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

/*
* 8.faq styles
*/
.faq-style-one .container {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .faq-style-one .container {
    max-width: 920px;
  }
}
.faq-style-one .block-title {
  padding-top: 80px;
}
.faq-style-one .accrodion-grp .accrodion {
  border: 1px solid #eaeaea;
  padding: 30.5px 40px;
}
.faq-style-one .accrodion-grp .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  cursor: pointer;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 0;
  padding-top: 0;
  padding-left: 0px;
  position: relative;
  color: #273167;
  transition: all 0.4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
  font-family: "Kulim Park", sans-serif;
  content: "\f067";
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #273167;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.accordion-group {
  border: 1px solid #eaeaea !important;
}
.accordion-group h4 {
  color: #273167;
  font-size: 20px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  margin-top: 30px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #777b92;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: #df2149;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: "\f068";
  color: #df2149;
}

/*
* 9.brand styles
*/
.brand-carousel-one {
  padding: 119.5px 0;
  padding-left: 48px;
  padding-right: 48px;
}
.brand-carousel-one .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
  transition: all 0.4s ease;
}
.brand-carousel-one .item img:hover {
  opacity: 1;
}
.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
  display: none;
}

/*
* 10.testimonials styles
*/
.testimonials-style-one {
  background-color: #f2fff8;
  padding: 120px 0;
  position: relative;
}
.testimonials-style-one .map-img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  animation-name: mapMover;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.4s ease;
  transform-origin: center center;
}
@keyframes mapMover {
  0% {
    opacity: 0.05;
    transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.2;
    transform: translateY(-55%) translateX(-20px);
  }
  100% {
    opacity: 0.05;
    transform: translateY(-50%) translateX(0);
  }
}
.testimonials-style-one .block-title {
  margin-bottom: 45px;
}
.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #777b92;
  font-size: 24px;
  line-height: 46px;
}
.testimonials-style-one .single-testi-one h3 {
  color: #273167;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}
.testimonials-style-one .testi-carousel-one .owl-nav {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #f2fff8;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*="owl-"] {
  margin: 0px 5px;
  padding: 0;
  background-color: transparent;
  opacity: 0.3;
  color: #273167;
  font-size: 32px;
  transition: all 0.4s ease;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*="owl-"]:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  background-color: #f2fff8;
  right: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: 0.3;
  color: #273167;
  transition: all 0.4s ease;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 391px;
  height: 391px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 49, 103, 0.15);
  border-radius: 50%;
  position: relative;
  animation-name: tesiMove;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.4s ease;
  transform-origin: center center;
}
@keyframes tesiMove {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(2deg);
  }
  33% {
    transform: rotate(4deg);
  }
  66% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#testimonials-slider-pager:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 174px;
  height: 174px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  width: 71px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(1) {
  top: 55px;
  left: -10px;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(2) {
  top: 55px;
  right: -10px;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(3) {
  bottom: 55px;
  left: -10px;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(4) {
  bottom: 55px;
  right: -10px;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(5) {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(6) {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item.active
  img {
  opacity: 0.75;
  transform: scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
  width: 163px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img {
  width: 100%;
  border-radius: 50%;
}

/*
* 11.pricing styles
*/
.pricing-style-one {
  padding: 120px 0;
}
.pricing-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  justify-content: center;
  font-size: 0;
  margin-bottom: 60px;
}
.pricing-style-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.pricing-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  color: #86909e;
  display: inline-block;
  padding: 14px 33.5px;
  cursor: pointer;
  color: #777b92;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 !important;
  transition: all 0.4s ease;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fefdfe;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.pricing-style-one .tab-title li a:hover {
  border-color: #df2149;
  background: #df2149;
  color: #ffffff;
}
.pricing-style-one .tab-title li a.active {
  border-color: #df2149;
  background: #df2149 !important;
  color: #ffffff !important;
}
.pricing-style-one .tab-title li:first-child a {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.pricing-style-one .tab-title li:last-child a {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.single-pricing-one {
  padding: 60px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  text-align: center;
}
.single-pricing-one.basic-pack .price {
  color: #5dda6c;
}
.single-pricing-one.basic-pack .line {
  background-color: #5dda6c;
}
.single-pricing-one.basic-pack .price-btn:hover {
  background-color: #5dda6c;
  border-color: #5dda6c;
}
.single-pricing-one.biz-pack .price {
  color: #f0a734;
}
.single-pricing-one.biz-pack .line {
  background-color: #f0a734;
}
.single-pricing-one.biz-pack .price-btn:hover {
  background-color: #f0a734;
  border-color: #f0a734;
}
.single-pricing-one span,
.single-pricing-one a {
  display: block;
}
.single-pricing-one ul.feature-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.single-pricing-one ul.feature-lists li {
  font-size: 18px;
  line-height: 1em;
  color: #777b92;
}
.single-pricing-one ul.feature-lists li + li {
  margin-top: 20px;
}
.single-pricing-one .price {
  color: #ad63f3;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}
.single-pricing-one .pack-name {
  font-size: 14px;
  font-weight: 500;
  color: #273167;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 22px;
}
.single-pricing-one .line {
  background-color: #ad63f3;
  width: 40px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-pricing-one .price-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #777b92;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all 0.4s ease;
}
.single-pricing-one .price-btn:hover {
  background-color: #df2149;
  color: #fff;
  border-color: #df2149;
}
.single-pricing-one .tag-line {
  font-size: 14px;
  text-transform: uppercase;
  color: #777b92;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

/*
* 12.features styles
*/
.feature-style-one {
  background: rgba(226, 18, 18, 0.015) url(../images/bg-curve-1-2.png) center
    right no-repeat;
  background-size: cover;
}
.feature-style-one .container {
  padding-bottom: 50px;
}
.feature-style-one .container hr.style-one {
  margin-bottom: 130px;
}
.feature-style-one .image-block {
  margin-top: -50px;
  position: relative;
  right: -10px;
  /* animation: featureImgBounce 5s ease-in-out 0s infinite alternate; */
}
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.feature-style-one .content-block .block-title {
  margin-bottom: 50px;
}
.feature-style-one .content-block p {
  font-size: 18px !important;
  color: #777b92;
  line-height: 30px;
  margin: 0;
  margin-bottom: 46px;
}
.feature-style-one .content-block ul.feature-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 54px;
}
.feature-style-one .content-block ul.feature-lists li {
  position: relative;
  color: #777b92;
  font-size: 16px;
  padding-left: 35px;
}
.feature-style-one .content-block ul.feature-lists li + li {
  margin-top: 10px;
}
.feature-style-one .content-block ul.feature-lists li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #df2149;
}

.pl-5 {
  padding-left: 5rem;
}

.feature-style-one .content-block .feature-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #363c3e;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all 0.4s ease;
}
.feature-style-one .content-block .feature-btn:hover {
  background-color: #df2149;
  color: #fff !important;
  border-color: #df2149;
}

.feature-style-two {
  padding-top: 100px;
}
.feature-style-two .image-block {
  margin-top: -50px;
  position: relative;
  /* animation: featureImgBounce 5s ease-in-out 0s infinite alternate; */
}

.image-blocktr {
  position: relative;
  margin-top: 50px;
  justify-content: center;
  display: flex;
}

.feature-style-two .image-block:before,
.feature-style-two .image-block:after {
  content: "";
  width: 318px;
  height: 318px;
  border-radius: 50%;
  border: 43px solid #fafafa;
  position: absolute;
}
.feature-style-two .image-block:before {
  top: 50px;
  left: 40px;
}
.feature-style-two .image-block:after {
  bottom: 50px;
  right: -10px;
}
.feature-style-two .image-block img {
  position: relative;
  z-index: 10;
}
.feature-style-two .content-block .block-title {
  margin-bottom: 50px;
}
.feature-style-two .content-block p {
  font-size: 18px !important;
  color: #777b92;
  line-height: 30px;
  margin: 0;
  margin-bottom: 46px;
}
.feature-style-two .content-block ul.feature-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 54px;
}
.feature-style-two .content-block ul.feature-lists li {
  position: relative;
  color: #777b92;
  font-size: 16px;
  padding-left: 35px;
}
.feature-style-two .content-block ul.feature-lists li + li {
  margin-top: 10px;
}
.feature-style-two .content-block ul.feature-lists li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #df2149;
}
.feature-style-two .content-block .feature-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #777b92;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all 0.4s ease;
}
.feature-style-two .content-block .feature-btn:hover {
  background-color: #df2149;
  color: #fff !important;
  border-color: #e94fca;
}

/*
* 13.services styles
*/
.services-style-one {
  background-color: #fff8f8;
  position: relative;
  padding-top: 120px;
  padding-bottom: 175px;
}

.services-style-one .single-service-one {
  padding: 60px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe5e5;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(255, 228, 228, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.services-style-one .single-service-one:before {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #f37f7b;
  z-index: 8;
  transition: all 0.4s ease;
}
.services-style-one .single-service-one .hover-block:before,
.services-style-one .single-service-one .hover-block:after {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
}
.services-style-one .single-service-one .hover-block:before {
  bottom: 65%;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #dd1e47;
  z-index: 10;
  transition: all 0.4s ease;
}
.services-style-one .single-service-one .hover-block:after {
  background-color: #ed3d57;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #ed3d57;
  z-index: 9;
  transition: all 0.4s ease;
}
.services-style-one .single-service-one img {
  font-size: 64px;
  color: #5cda6b;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services-style-one .single-service-one h3 {
  color: #273167;
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  margin-top: 17px;
  margin-bottom: 35px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services-style-one .single-service-one p {
  color: #777b92;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 23px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services-style-one .single-service-one .line-block {
  display: block;
  background-color: #5dda6c;
  width: 41px;
  height: 2px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services-style-one .single-service-one a.more-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #273167;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services-style-one .single-service-one:hover {
  background-color: #f37f7b;
  border-color: #f37f7b;
}
.services-style-one .single-service-one:hover i,
.services-style-one .single-service-one:hover h3,
.services-style-one .single-service-one:hover p,
.services-style-one .single-service-one:hover a.more-link {
  color: #fff !important;
}
.services-style-one .single-service-one:hover .line-block {
  background-color: #fff;
}
.services-style-one .single-service-one:hover:before {
  transform: translate(-50%, 0%);
  transition-delay: 0.2s;
}
.services-style-one .single-service-one:hover .hover-block:before {
  transform: translate(-50%, 0%);
  transition-delay: 0.1s;
}
.services-style-one .single-service-one:hover .hover-block:after {
  transform: translate(-50%, 0%);
}
.services-style-one [class*="col-"]:nth-child(1) .single-service-one i {
  color: #5cda6b;
}
.services-style-one
  [class*="col-"]:nth-child(1)
  .single-service-one
  .line-block {
  background-color: #dd1e47;
}
.services-style-one [class*="col-"]:nth-child(1) .single-service-one:hover i {
  color: #fff;
}
.services-style-one
  [class*="col-"]:nth-child(1)
  .single-service-one:hover
  .line-block {
  background-color: #fff;
}
.services-style-one [class*="col-"]:nth-child(2) .single-service-one i {
  color: #ad63f3;
}
.services-style-one
  [class*="col-"]:nth-child(2)
  .single-service-one
  .line-block {
  background-color: #ed3d57;
}
.services-style-one [class*="col-"]:nth-child(2) .single-service-one:hover i {
  color: #fff;
}
.services-style-one
  [class*="col-"]:nth-child(2)
  .single-service-one:hover
  .line-block {
  background-color: #fff;
}
.services-style-one [class*="col-"]:nth-child(3) .single-service-one i {
  color: #f37f7b;
}
.services-style-one
  [class*="col-"]:nth-child(3)
  .single-service-one
  .line-block {
  background-color: #f37f7b;
}
.services-style-one [class*="col-"]:nth-child(3) .single-service-one:hover i {
  color: #fff;
}
.services-style-one
  [class*="col-"]:nth-child(3)
  .single-service-one:hover
  .line-block {
  background-color: #fff;
}

/*
* 14.fun fact styles
*/
.fun-fact-style-one {
  padding-bottom: 100px;
}
.fun-fact-style-one .title-line {
  margin: 0;
  color: #777b92;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
}
.fun-fact-style-one .single-funfact-one h3,
.fun-fact-style-one .single-funfact-one p {
  margin: 0;
}
.fun-fact-style-one .single-funfact-one h3 {
  color: #273167;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}
.fun-fact-style-one .single-funfact-one p {
  font-size: 14px;
  color: #777b92;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1em;
  margin-top: 20px;
}

/*
* 15.inner banner styles
*/
.inner-banner {
  background: #fff url(../images/inner-banner-1-1.png) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 120px;
  padding-top: 255px;
}
.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #320b82 0%, #9c33c3 100%);
  opacity: 0.94;
}
.inner-banner .container {
  position: relative;
  text-align: center;
}
.inner-banner .thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner .thm-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .thm-breadcrumb li a,
.inner-banner .thm-breadcrumb li span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fcfbfe;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1em;
}
.inner-banner .thm-breadcrumb li span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.inner-banner h2 {
  color: #fff;
  margin: 0;
  font-size: 46px;
  font-weight: 400;
  margin-top: 5px;
}

.turguttt {
  display: flex !important;
  justify-content: space-around !important;
}
.flex-s {
  display: flex;
}

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

@media (min-width: 960px) {
  .active .cc-wrap {
    opacity: 1;
    padding-right: 10px;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    line-height: 20px;
  }
}
.cc-wrap {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #273166;
  z-index: 2147483647;
  box-shadow: 0 0 10px -4px #000;
  visibility: hidden;
}
.bg-gray-dark {
  background-color: #273166 !important;
}
.cc-wrap .cc-close {
  display: inline-block;
}
.cc-wrap .cc-p-cont {
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  margin-top: 9px;
}
.cc-wrap .cc-p {
  font-size: 16px;
  line-height: 130%;
}
.cc-wrap .cc-p,
.cc-wrap .cc-p-sm {
  font-family: "Kulim Park", sans-serif;
  font-weight: 100 !important;
}
.cc-wrap .cc-p a {
  color: #dd1e47 !important;
  text-decoration: none;
}
.cc-wrap .cc-th {
  margin-top: 10px;
  position: relative;
  background-color: transparent;
  display: inline-block;
}
.cc-wrap .cc-close a,
.cc-wrap .cc-th {
  transition: background 0.3s ease-in-out;
}
.cc-wrap .cc-th a {
  display: block;
  padding: 5px 10px 5px;
  font-size: 16px;
  font-family: "Kulim Park", sans-serif;
  cursor: pointer;
  background-color: white !important;
}
.cc-wrap .cc-p::after,
.cc-wrap .cc-th a::before {
  top: 2px;
  position: relative;
  content: "";
  background-size: contain;
}
.cc-wrap .cc-close a,
.cc-wrap .cc-th a::before {
  background-position: center;
  background-repeat: no-repeat;
}
.cc-wrap .cc-p::after,
.cc-wrap .cc-th a::before {
  top: 2px;
  position: relative;
  content: "";
  background-size: contain;
}
.cc-wrap .cc-close a {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 100%;
  fill: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aHVtYnMtdXAiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10aHVtYnMtdXAgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48c3R5bGU+LnRodW1ic1VQIHtmaWxsOiNmZmY7fTwvc3R5bGU+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBjbGFzcz0idGh1bWJzVVAiIGQ9Ik0xMDQgMjI0SDI0Yy0xMy4yNTUgMC0yNCAxMC43NDUtMjQgMjR2MjQwYzAgMTMuMjU1IDEwLjc0NSAyNCAyNCAyNGg4MGMxMy4yNTUgMCAyNC0xMC43NDUgMjQtMjRWMjQ4YzAtMTMuMjU1LTEwLjc0NS0yNC0yNC0yNHpNNjQgNDcyYy0xMy4yNTUgMC0yNC0xMC43NDUtMjQtMjRzMTAuNzQ1LTI0IDI0LTI0IDI0IDEwLjc0NSAyNCAyNC0xMC43NDUgMjQtMjQgMjR6TTM4NCA4MS40NTJjMCA0Mi40MTYtMjUuOTcgNjYuMjA4LTMzLjI3NyA5NC41NDhoMTAxLjcyM2MzMy4zOTcgMCA1OS4zOTcgMjcuNzQ2IDU5LjU1MyA1OC4wOTguMDg0IDE3LjkzOC03LjU0NiAzNy4yNDktMTkuNDM5IDQ5LjE5N2wtLjExLjExYzkuODM2IDIzLjMzNyA4LjIzNyA1Ni4wMzctOS4zMDggNzkuNDY5IDguNjgxIDI1Ljg5NS0uMDY5IDU3LjcwNC0xNi4zODIgNzQuNzU3IDQuMjk4IDE3LjU5OCAyLjI0NCAzMi41NzUtNi4xNDggNDQuNjMyQzQ0MC4yMDIgNTExLjU4NyAzODkuNjE2IDUxMiAzNDYuODM5IDUxMmwtMi44NDUtLjAwMWMtNDguMjg3LS4wMTctODcuODA2LTE3LjU5OC0xMTkuNTYtMzEuNzI1LTE1Ljk1Ny03LjA5OS0zNi44MjEtMTUuODg3LTUyLjY1MS0xNi4xNzgtNi41NC0uMTItMTEuNzgzLTUuNDU3LTExLjc4My0xMS45OTh2LTIxMy43N2MwLTMuMiAxLjI4Mi02LjI3MSAzLjU1OC04LjUyMSAzOS42MTQtMzkuMTQ0IDU2LjY0OC04MC41ODcgODkuMTE3LTExMy4xMTEgMTQuODA0LTE0LjgzMiAyMC4xODgtMzcuMjM2IDI1LjM5My01OC45MDJDMjgyLjUxNSAzOS4yOTMgMjkxLjgxNyAwIDMxMiAwYzI0IDAgNzIgOCA3MiA4MS40NTJ6Ij48L3BhdGg+PC9zdmc+);
  background-size: 45%;
  /* margin: 0px; */
  background-position: 70% 70%;
}
.cc-wrap .bg-dark {
  background-color: #dd1e47 !important;
}
.cc-wrap .cc-close a,
.cc-wrap .cc-th {
  transition: background 0.3s ease-in-out;
}

.btn-dark-outlined.btn-inverse {
  border-color: #fff;
}
.btn-dark-outlined.btn-inverse:hover {
  background-color: #fff;
  color: #173647 !important;
}

.menus {
  display: flex;
}

.menus a {
  text-decoration: none;
  text-decoration-line: none;
  color: white;
  padding: 15px 10px;
  border-radius: 15px;
}

.menus a:active {
  text-decoration: none;
  text-decoration-line: none;
  color: white;
  padding: 15px;
  border-radius: 15px;
}

.topsection {
  background-color: #f2f2f2;
  border-radius: 30px;
}

.menus a:hover {
  background-color: #dd1e47;
  color: #dd1e47;
}

.a-active {
  color: #dd1e47;
  background-color: #363c3e;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.icerik {
  color: #dd1e47;
}

.tablinks {
  background-color: #fff !important;
  color: black !important;
  border: 0;
  border-radius: 10px;
  padding: 15px;
}

.tab button.active {
  background-color: #363c3e !important;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #363c3e;
  transition: 0.5s all;
}

/* .tab button:focus,
.tab button:active {
  color: white !important;
} */

/*
.tablinks-active{
  background-color: #dd1e47 !important;
}

.tablinks:active{
  background-color: #dd1e47;
} 

*/

.tablinks.active {
  color: white !important;
}

.tabcontent {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.contact-image {
  position: relative;
  background: #fff url(../images/bg-top.png) top left no-repeat;
}

.sliderbuton {
  padding: 10px 100px;
  text-decoration: none;
  text-decoration-line: none;
  background-color: white;
  color: black;
}

.fa-arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-size: 14px;
}

.learn {
  display: flex !important;
  margin-left: 10px;
  width: max-content;
  margin-top: 21px;
  align-items: center;
  font-size: 15px;
  color: #dd1e47;
}

.learn:hover {
  color: #dd1e47 !important;
}

.detayliincele {
  margin-top: 15px;
  margin-left: 10px;
}

.learn2 {
  display: flex !important;
  background-color: #dd1e47;

  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-decoration-line: none;
}

.learn2:hover {
  color: #fff !important;
  opacity: 0.9;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 992px) {
  .sidebar {
    width: 100% !important;
    position: relative !important;
    height: fit-content !important;
    border: 1px solid black;
    margin-top: 50px;
  }

  .main {
    width: 100% !important;
  }
  .wrapper {
    margin-top: 10px;
    padding: 30px !important;
    display: block !important;
  }

  .feature-item-content {
    width: 100% !important;
    text-align: cemter !important;
  }

  .little_card {
    padding: 20px;
    background: #fff;
    width: 100px !important;
    height: 70px;
    max-width: 150px !important;
    border-radius: 10px;
    margin: 30px auto !important;
    transition: all 0.6s ease;
    text-align: center;
  }

  .little_cards,
  .little_cards2 {
    display: flex;
    margin: auto !important;
  }
}

.top {
  margin-top: 60px;
  padding: 0px 15px;
}

.card {
  padding: 30px;
  background: #fff;
  max-width: 380px;
  border-radius: 25px !important;
  margin: 60px auto;
  transition: all 0.4s ease;
  height: 200px !important;
  font-size: 16px;
  height: auto !important;
}

.card p {
  font-size: 15px !important;
}

.card h2 {
  font-size: 30px;
}

.cards a {
  text-decoration: none;
  color: black;
  margin: 0 auto;
  max-width: fit-content !important;
}

.shadow1 {
  border-top: 3px solid #ea124f !important;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.2);
}
.little_card h3 {
  font-size: 17px !important;
  margin: 0 !important;
}

.little_card2 h3 {
  font-size: 18px !important;
  margin: 0 auto !important;
}

.card:not(:empty):hover,
.card:not(:empty):focus {
  z-index: 1;
  color: #fff;
  background: #ea124f;
  opacity: 1;
  transform: scale(1.15) rotateZ(-5deg);
  cursor: pointer;
}

.card:hover a {
  color: #fff !important;
}

a:hover {
  color: inherit !important;
}

.card a:hover {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .copyright p {
    font-size: 13px;
    margin: auto;
  }

  .feature-item-content {
    text-align: center !important;
  }

  .features-item,
  .features-item2 {
    display: block !important;
  }

  .features-item2 .item-title {
    align-items: center;
  }

  .features-item-banner img,
  .features-item2-banner img {
    margin-left: 50px !important;
  }

  .cards {
    margin: 10px 10px;
  }

  .cards p {
    font-size: 14px;
  }
}

.card h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.little_card2 {
  padding: 20px 0;
  background: #ea124f;
  width: 200px;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
  transition: all 0.6s ease;
  text-align: center;
}
.little_card {
  padding: 20px;
  background: #fff;
  width: 150px !important;
  height: 70px;
  max-width: 150px !important;
  border-radius: 10px;
  transition: all 0.6s ease;
  text-align: center !important;
}

.little_card2 a:hover {
  color: white !important;
}

@media screen and (max-width: 1199px) {
  .little_card h3 {
    font-size: 15px !important;
  }

  .little_card {
    width: 150px;
  }
}

.little_cards,
.little_cards2 {
  display: flex !important;
}

.little_cards2 a {
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  margin: auto !important;
}

.little_cards a {
  text-decoration: none !important;
  color: black !important;
  margin: auto !important;
}

.little_card2:hover {
  background-color: rgb(175, 19, 19);
  color: white;
}

.little_card:hover {
  background-color: #258ed3;
  color: white;
  transform: translateY(-10px);
}

.little_card:hover a,
.little_card2:hover a {
  color: white;
  text-decoration: none !important;
}

.shadow2 {
  box-shadow: 0 5px 10px rgba(42, 6, 2, 0.09), 0 15px 40px rgba(42, 6, 2, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .little_cards {
    display: block;
  }

  .table-style {
    width: 100% !important;
  }
}

.carddetail:hover {
  color: white !important;
}

.carddetail {
  color: white !important;
}

.features {
  text-align: center;
}

.features .section-title {
  color: hsl(231, 61%, 22%);
  margin-bottom: 20px;
}

.features .section-text {
  color: hsl(240, 9%, 53%);
  font-size: 18px;
  margin-bottom: 60px;
}

.features-item:first-child {
  margin-bottom: 50px;
}

.features-item-banner {
  max-width: 450px;
  margin-inline: auto;
  margin-bottom: 60px;
  margin-right: 100px;
}

.features-item-banner img {
  width: 100%;
  margin-left: 20px;
}

.features-item .item-title,
.features-item2 {
  color: hsl(231, 61%, 22%);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.features-item .item-text,
.features-item2 {
  color: hsl(240, 9%, 53%);
  font-size: 18px;
  padding: 10px 20px;
}

.features :is(.section-title, .section-text) {
  max-width: 650px;
  margin-inline: auto;
}

.features-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.features-item-banner {
  margin-inline: 0;
  margin-bottom: 0;
  margin-right: 100px;
}

.feature-item-content {
  width: 50%;
  text-align: left;
}

.features-item:last-child {
  flex-direction: row-reverse;
}

.item-title {
  font-size: 30px !important;
  font-weight: bold;
}

.features-item2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.features-item2-banner {
  margin-inline: 0;
  margin-bottom: 0;
  margin-right: 100px;
}

.features-item:first-child {
  margin-bottom: 50px;
}

.features-item2-banner {
  max-width: 450px;
  margin-inline: auto;
  margin-bottom: 60px;
  margin-right: 100px;
}

.features-item2-banner img {
  width: 100%;
}

.features-item2 .item-title {
  color: hsl(231, 61%, 22%);
  margin-bottom: 20px;
}

.features-item2 .item-text {
  color: hsl(240, 9%, 53%);
  font-size: 18px;
}

.carddetail:hover {
  color: white !important;
  width: fit-content;
}

.sidebar {
  width: 25%;
  height: max-content !important;
  position: sticky;
  top: 5%;
}

.sidebar ul {
  padding-left: 0.75rem !important;
}

.main {
  width: 60%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}

.sidebar li {
  list-style-type: none;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 5px;
}

.sidebar h3 {
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold !important;
}

.sidebar a:hover,
.sidebar li:hover,
.sidebar h3:hover {
  color: #5361ac;
  cursor: pointer;
}

.main,
.sidebar {
  background-color: white;
  border-radius: 10px;
  color: black;
  padding: 15px;
}

.wrapper {
  display: flex;
  justify-content: space-evenly;
  padding: 50px;
  position: relative;
  top: 50px !important;
}

.bottom {
  justify-self: bottom;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #eaeaea;
  border-left: 1px solid #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #7d7d7d;
}

.sidebar h3 {
  display: flex;
}

.fa-folder:before {
  font-size: 20px;
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.fa-question:before {
  font-size: 20px;
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.fa-folder-open:before {
  font-size: 20px;
  display: flex !important;
  margin-right: 10px;
  align-items: center;
}

.fa-file:before {
  margin: 20px;
}

.breadcrumb {
  background-color: #e9ecef45;
}

.sidebar .h3-item-active {
  color: #5361ac;
}

.sidebar .li-item-active {
  color: #5361ac !important;
  font-weight: bold;
}

.sidebar a {
  text-decoration: none !important;
  color: black;
}

.detay li {
  margin-left: 50px !important;
  font-size: 15px;
}

.detay li i {
  margin-right: 10px;
}

.fa-caret-down {
  margin-left: 5px !important;
  font-size: 15px;
  margin: auto;
}

.table-style {
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 500px;
  border-collapse: collapse;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.table-style thead tr {
  background-color: #dcd5f2;
  color: #ffffff;
  text-align: left;
}

.table-style th {
  padding: 18px;
}

.table-style td {
  padding: 10px;
}

.table-style tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table-style tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table-style tbody tr:last-of-type {
  border-bottom: 2px solid #dcd5f2;
}

.table-style tbody tr.active-row {
  font-weight: bold;
  color: #dcd5f2;
}

.table-style ul li::before {
  content: "\2022";
  color: #e41d25;
  font-weight: 900;
  display: inline-block;
  width: 1em;
}

.table-style ul {
  list-style: none;
}

.breadcrumb {
  padding: 10px !important;
}

.breadcrumb a {
  text-decoration-line: none !important;
}

.breadcrumb a:hover {
  text-decoration-line: underline !important;
}

.accordion-body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.row a {
  text-decoration-line: none !important;
  width: max-content;
}

.features-list {
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .smallekran {
    margin-bottom: 70px !important;
  }

  .navbar-expand-lg {
    flex-wrap: wrap !important;
  }
}

p {
  font-size: 16px !important;
}

ul,
li {
  font-size: 16px !important;
  line-height: 2 !important;
}

@media (max-width: 992px) {
  .cards .row {
    gap: 1px !important;
  }
  .tooltip-wrapper {
    position: relative !important;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .banner-style-one .content-block .banner-btn {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-style-one .content-block .banner-btn + .banner-btn {
    margin-top: 20px;
    margin-left: auto;
  }
}

.tabcontent .fa-colored,
.banner-btn .fa-colored {
  font-size: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.hemenBasla {
  font-size: 25px;
  font-weight: bold;
}

.fa-colored .fa-instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.fa-colored .fa-whatsapp {
  color: #fff !important;
  background: linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat,
    radial-gradient(#25d366 58%, transparent 0);
}

.fa-colored .fa-facebook {
  color: #3b5998;

  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}

.slidesection {
  justify-content: center;
  display: flex;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-spacing: 0;
}

th,
td {
  border: 1px solid #ddd !important;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

td span {
  color: #212529;
}

td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

td p {
  margin: 0 !important;
}

th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.blog-details-page {
  padding: 2rem 4rem !important;
}

.contact-info p {
  margin: 0 0 20px 0 !important;
}

.contact-info h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
}

#about {
  padding-bottom: 60px;
}

.blog-details-page h2,
.blog-details-page h3,
.blog-details-page h4,
.blog-details-page h5 {
  padding: 1rem 0;
  color: #000;
}

.sidebar-x > ul li a {
  color: #000;
}
.sidebar-x > ul li a:hover {
  color: #ff0000 !important;
}
.sidebar-x > ul li {
  list-style-type: auto;
}
.content {
  padding: 20px;
}
.sidebar-x {
  background-color: #f8f9fa;
  border: 1px solid #d6d8db;
  padding: 2rem 1rem;
  top: 0;
  margin-top: 100px;
  position: fixed;
  height: -webkit-fill-available;
  width: inherit;
  left: 0;
}

div {
  scroll-margin-top: 130px;
}

.button-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  padding: 50px;
  background-color: #dd1e47;
  width: fit-content;
  border-radius: 15px;
}

.button-block a {
  color: #fff;
}

.button-block:hover {
  background-color: #df2149;
}

.button-block:hover a,
.button-block:hover span {
  transition: ease 0.2ms;
  color: #fff;
}

.fas-socials {
  font-size: 30px !important;
  display: flex !important;
  justify-content: center;
  gap: 15px;
}

form {
  padding: 10px 0;
}

.form-control {
  background-color: #eeeeee !important;
  border: 1px solid #ffeef3;
  padding: 10px 5px !important;
  border-radius: 4px !important;
}

form .btn {
  padding: 10px 0px 10px 0px;
  border-radius: 12px;
  background-color: #ff335b !important;
}

@media (max-width: 992px) {
  form {
    padding-bottom: 50px;
  }
}

.recaptcha_form {
  background-color: #eeeeee !important;
  border: 1px solid #ffeef3;
  padding: 8px 5px !important;
  border-radius: 4px !important;
}

/* PRICING */

.pricing-cards > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
  padding: 4rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
}

.price {
  font-size: 42px;
  font-weight: bold;
  padding: 0 0.2rem;
}

.pricing-cards button {
  display: block;
  margin: auto auto 3rem auto;
  padding: 1rem 0;
  width: 100%;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  background-color: transparent;
  font-weight: bolder;
}

.content {
  margin: 3rem auto 0 auto;
}

.pricing-content {
  background-color: #f6f7f9;
  max-width: 95%;
  margin: 3rem auto 0 auto;
  padding: 2rem 0;
  border-radius: 1rem;
}

.pricing {
  margin: auto;
  max-width: 85rem;
}

.pricing h1 {
  padding: 3rem 0;
}

.pricing-cards {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

& .price {
  font-size: 42px;
  font-weight: bold;
  padding: 0 0.2rem;
}

.pricing-cards .freemium {
  background-color: white;
  border-radius: 1rem;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
}

.pricing-cards .pro {
  background-color: #ff425f;
  border-radius: 1rem;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
}

.additional-detail {
  font-size: 14px;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: auto;
}

.pricing-cards .pro img {
  position: absolute;
  top: -2rem;
  right: 0;
}

.pricing-cards .enterprise {
  background-color: rgba(237, 247, 255, 1);
  border: 1px solid #cce9fe;
  border-radius: 1rem;
  text-align: center;
  padding: 4rem 2rem;
}

.pricing-card-tittle {
  font-size: 40px;
  font-weight: bolder;
}

.pricing-card-description {
  display: block;
  font-size: 18px;
  margin: 1rem 0;
}


.pricing-cards button:not(.pro button) {
  border: 1px solid #0091fa;
  color: #0091fa;
}

.pricing-cards button:not(.pro button):hover {
  border: 1px solid #085388;
}

.pro button {
  border: 1px solid white;
  color: #ff425f;
  background-color: white;
}

.starting-text {
  display: block;
  font-size: 14px;
  color: #555;
  margin-right: 4rem;
}

.price-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pricing-cards {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }

  .pricing-features {
    padding: 1rem 0 !important;
  }

  .pricing-cards .freemium,
  .pricing-cards .pro,
  .pricing-cards .enterprise {
    padding: 2rem 1.5rem;
    width: 100%;
  }

  .pricing-card-title,
  .pricing-card-tittle {
    font-size: 28px;
  }

  .pricing-card-description {
    font-size: 18px;
  }

  .price {
    font-size: 32px;
  }

  .pricing-cards button {
    font-size: 16px;
    padding: 0.8rem 0;
  }

  .starting-text {
    margin-right: 0;
    font-size: 13px;
  }
  .content h1{
    padding: 1rem;
  }
}


.pricing-features {
  margin-top: 1rem;
  padding: 2rem 2rem 0 2rem;
  border-radius: 1rem;
}

.features-columns {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.feature-block {
  flex: 1;
  min-width: 250px;
}

.feature-title {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 1rem;
}

.feature-block ul {
  list-style: square;
  padding-left: 1.2rem;
  margin: 0;
  color: #d5d5d5;
}

.feature-block ul li {
  font-size: 15px;
  color: black;
  margin-bottom: 0.8rem;
}

.feature-block ul li::marker {
  color: #d5d5d5;
  border-radius: 5rem;
}

.plan-compare {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  font-family: sans-serif;
  overflow: auto;
}

.plan-compare .header-wrap {
  text-align: left;
  margin-bottom: 2rem;
}

.plan-compare h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.plan-compare .highlight {
  color: #ff425f;
}

.plan-compare .sub {
  font-weight: 400;
  font-size: 18px;
  color: #111;
}

.plan-headers {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2rem;
}

.plan-headers > div {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 0.5rem;
}

.plan-headers > div:first-child {
  text-align: left;
}

.plan-option {
  text-align: center;
}

.plan-option button {
  border: 2px solid #0091fa;
  background-color: transparent;
  font-weight: bold;
  padding: 1rem 3.5rem !important;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.pricing-cards button:hover {
  opacity: 0.9;
}

.plan-table .plan-option .freemium:hover,.plan-table .plan-option .enterprise:hover {
  font-weight: bold;
  border: 2px solid #076ab0;
}

.plan-table .plan-option .pro:hover {
  background-color: #077bcf;
  color: #fff;
}

.plan-option.pro {
  margin-top: -1.5rem;
  position: relative;
}

.plan-option.pro button {
  background-color: #0091fa;
  color: white;
}

.plan-option .best-offer {
  background-color: #fff28c;
  font-size: 11px;
  color: black;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 4px;
  max-width: 100px;
  margin: -0.75rem 2.1rem;
  position: absolute;
}

.plan-option small {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 0.3rem;
}

.plan-option .price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.4rem;
}

.plan-option .price span {
  font-weight: normal;
  font-size: 14px;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  margin: 2rem auto;
}

.plan-table th,
.plan-table td {
  padding: 1rem;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.plan-table td {
  overflow: visible;
}

.plan-table th:first-child,
.plan-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.plan-table .compare-heading {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: top;
}

.plan-table .highlight {
  color: #ff425f;
  font-weight: bold;
  font-size: 28px;
}

.plan-table .sub {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

.plan-table .plan-option button {
  border: 2px solid #0091fa;
  background-color: transparent;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.plan-table .plan-option .freemium {
  border-color: #0091fa;
  color: #0091fa;
}

.plan-table .plan-option .pro {
  background-color: #0091fa;
  color: white;
  border: none;
}

.plan-table .plan-option .enterprise {
  border-color: #0091fa;
  color: #0091fa;
}
.plan-table .plan-option small {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 0.3rem;
}

.plan-table .plan-option .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.4rem;
}

.plan-table .plan-option .price span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 0.2rem;
}

/* Best Offer Etiketi */
.best-offer {
  background-color: #fff28c;
  font-size: 11px;
  color: black;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

/* Pricing Etiketi Satırı */
.section-label-row .section-label {
  text-align: left;
  font-size: 14px;
  color: #bbb;
}

.section-label-row {
  border-bottom: 2px solid #e5e5e5 !important;
}

.plan-table td img {
  height: 18px;
  margin: 0 2px;
  vertical-align: middle;
}

.expand-more {
  text-align: center;
}

.expand-more button {
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: white;
  font-weight: bold;
  color: #0091fa;
  font-size: 14px;
  cursor: pointer;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: white !important;
  background-color: white;
}

.expandable-row {
  transition: all 0.3s ease-in-out;
}

td.row-header {
  font-weight: bold !important;
  text-decoration: underline;
}

tr.row-header {
  border-top: 2px solid #e5e5e5 !important;
}

.tooltip-wrapper {
  position: absolute;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.tooltip-box {
  position: absolute;
  bottom: 125%;
  left: 50%;
  background-color: #111;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
  min-width: 200px;
  word-wrap: break-word;
  line-height: 1.4;
}

.tooltip-wrapper:hover .tooltip-box {
  opacity: 1;
}

.help-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.flex-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
