@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
* {
  font-family: 'Poppins', sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
}

section#header {
  /*margin-bottom: 45px;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 66;
  background: #000000cc;
}
section.brander{
  padding:30px 0;
  background: #f8f8f8;
}
section#header .mobile-menu {
  display: none;
}

section#header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
} 
section#solutions .headerX{
  padding:0; 
}
section#solutions .headerX img{
  width: 100%; 
}
section#header .menu ul li.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  position: relative;
  justify-content: center;
  width:180px;
}

section#header .menu ul li.menu-item.active a {
  font-weight: 700;
  color: #eee;
}

section#header .menu ul li.menu-item a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #c4c4c4;
}

section#header .menu ul li.menu-item a .title {
  position: relative;
}
/*
section#header .menu ul li.menu-item a .title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -17px;
  height: 7px;
  width: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right;
          transform-origin: right;
}
*/
section#header .menu ul li.menu-item:hover ul.dynamics-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 80px;
}

section#header .menu ul li.menu-item ul.dynamics-menu {
  list-style-type: none;
  display: none;
  white-space: nowrap;
  background: #fff;
  color: #1A141F;
  padding: 20px;
  font-size: 16px;
  z-index: 7777;
}

section#header .menu ul li.menu-item ul.dynamics-menu li {
  width: 100%;
  padding: 4px;
}

section#header .menu ul li.menu-item ul.dynamics-menu li.active:after {
  display: block;
  content: '';
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border-bottom: solid 1px #e91e63;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

section#header .menu ul li.menu-item ul.dynamics-menu li:after {
  display: block;
  content: '';
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-bottom: solid 1px #e91e63;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

section#header .menu ul li.menu-item ul.dynamics-menu li:hover:after {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

section#header .menu ul li.menu-item ul.dynamics-menu li a {
  color: #1A141F;
  font-weight: 300;
  width: 100%;
  display: block;
}

section#header .menu ul li.menu-item.logo a img {
  height: 50px;
}

section#header .menu ul li.menu-item:last-child {
  padding-right: 0;
  margin-right: 0;

}

section#header .menu ul li.menu-item a:hover {
  cursor: pointer;
}

section#header .menu ul li.mobile-menu-button {
  display: none;
}
section.content{
  margin-right:0;
}

section.content .firstfocus {
  padding: 400px 0;
  position:relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          z-index:2;
  margin:0;
}
.p-smaller {
  padding: 200px 0!important;
}
section.content .firstfocus img{
  padding:0;
  position: absolute;
  z-index: 0;
  max-height: 100%;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;

  filter: grayscale(100%);
}
section.content .firstfocus .title {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  z-index:2;
  font-weight:900;
  background:#e91e6396;
  margin:5px;
  width:unset;
}

section.content .firstfocus .desc {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  z-index:2;
  background:#e91e6396;
  bottom: 50px;
  position: absolute;
}
.xs{
  font-size: 30px!important;
}
section.content .firstfocus .button {
  z-index:2;
  width: inherit;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 64px;
  border-radius: 4px;
  background: #e91e63;
  outline: none;
  border: none;
  color: #fff;
  margin-top: 30px;
}

section.content .firstfocus .button:hover {
  background: #c91551;
}

section.content .slider .carousel {
  color: #fff;
  padding: 0;
}

section.content .slider .slick-prev {
  position: absolute;
  left: calc(50% - 15px);
  top: 100%;
  z-index: 99;
}

section.content .slider .slick-next {
  position: absolute;
  left: calc(50% + 15px);
  top: 100%;
  z-index: 99;
}

section.content .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.content .slider .slick-list {
  padding: 80px 0 !important;
}

section.content .slider .slick-slide {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section.content .slider .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.content .slider .slick-slide.slick-center {
  -webkit-transform: scale(1.5) !important;
          transform: scale(1.5) !important;
  position: inherit;
  z-index: 9999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section.content .slider .slick-slide img {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 250px 5px #1A141F;
          box-shadow: inset 0px 0px 250px 5px #1A141F;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

section.content .slider .slick-slide video {
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 184px 5px #1a141f;
          box-shadow: inset 0px 0px 184px 5px #1a141f;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 250px 5px #1a141f;
          box-shadow: inset 0px 0px 250px 5px #1a141f;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

section.content .slider .slick-slide video::-webkit-media-controls-play-button {
  background-color: #f00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

section.content .slider .slick-slide button {
  background: transparent;
  border: none;
  font-size: 69px;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.content .slider .slick-slide .kategori {
  background: #e91e63;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 99;
}

section.content .slider .slick-slide .desc {
  width: 50%;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 25px;
  top: 70px;
  z-index: 99;
}

section.content .slider .slick-slide .content {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 170px #0000009c;
          box-shadow: inset 0 0 170px #0000009c;
}

section.content .slider .slick-slide .daha-fazla {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 99;
}

section.content .slider .slick-slide .daha-fazla span {
  border-bottom: solid 1px;
  position: relative;
}

section.content .slider .slick-slide .daha-fazla span::before {
  position: absolute;
  bottom: 0;
  left: 0;
}

section.content .slider .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ABA7AF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 40px;
}

section.content .boxes .border {
  width: 600px;
  height: 2px;
  background: #ABA7AF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
  margin-top: 75px;
}

section.content .boxes .boxes-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.content .boxes .box {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 300px;
  margin-right: 67px;
  margin-left: 67px;
  margin-bottom: 67px;
  margin-top: 67px;
  background: #7C002C;
  padding: 26px 32px;
  border-radius: 25px;
}

section.content .boxes .box img.logo {
  max-width: 150px;
  margin-bottom: 32px;
}

section.content .boxes .box .box-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}

section.content .boxes .box .box-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 90px;
  width: 100%;
  text-align: left;
}

section.content .boxes .box .daha-fazla {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 1px #fff;
  bottom: 25px;
  position: absolute;
}

section.content .hizmetler .border {
  width: 600px;
  height: 2px;
  background: #ABA7AF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

section.content .hizmetler .left {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 150px;
}

section.content .hizmetler .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: auto;
  margin-bottom: 150px;
}

section.content .hizmetler .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

section.content .hizmetler .desc {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  word-break: break-word;
}

section.content .hizmetler .daha-fazla {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px;
  background: #7C002C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.content .hizmetler .gorsel img {
  max-height: 300px;
  border-radius: 25px;
}

section.content .hizmetler .mobile {
  display: none;
}

section.content .firmalar .border {
  width: 600px;
  height: 2px;
  background: #ABA7AF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  margin-top: 150px;
}

section.content .firmalar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.content .firmalar ul li img {
  padding: 15px;
  max-width: 200px;
}

section.content .blog {
  margin-bottom: 150px;
}

section.content .blog .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.content .blog .box {
  border-radius: 25px;
  background: #ABA7AF;
  margin-right: 140px;
}

section.content .blog .box:last-child {
  margin-right: 0;
}

section.content .blog .box .header {
  position: relative;
}

section.content .blog .box .header .kategori {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #e91e63;
  border-radius: 3px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 20px;
}

section.content .blog .box .header .background img {
  max-width: 300px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

section.content .blog .box .content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

section.content .blog .box .content .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 21px;
}

section.content .blog .box .content .desc {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 21px;
  margin-bottom: 26px;
}

section.content .blog .box .content .daha-fazla {
  font-size: 12px;
  font-weight: 400;
  color: #e91e63;
  border-bottom: solid 1px #e91e63;
  text-decoration: none;
}

section#solutions .content{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding:100px;
}
section#solutions .content .left{
  width:100%;
  padding: 0 150px;
}
section#solutions .content .left img{
  width:100%;
  height:100%;
}
section#solutions .content .right{
  width:100%;
}
section#solutions .content .right .title{
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}
section#solutions .content .right .titlexs{
  font-size: 35px;
  font-weight: 600;
  color: #e91e63;
  margin-top: 25px;
}
section#solutions .content .right .desc{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 29px;
}
section#solutions .content .right .items .item{
  display: flex;
  margin-bottom: 25px;
}
section#solutions .content .right .items .item img{
  padding: 15px;
  background: #e91e63;
  border: solid 5px #fff;
  width:100px;
  height:100px;
}
section#solutions .content .right .items .item .baslik{
  font-size: 22px;
  font-weight: 700;
  padding: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px){
  section#solutions .content{
    flex-direction: column; 
    padding: 50px;
  }
  section#solutions .content .left{
    padding: 0;
  }
  section#solutions .content .right .titlexs{
    margin-top: 5px;
  }
}

section.blog .border-25 {
  border-radius: 25px;
}

section.blog div {
  margin-top: 12px;
  margin-bottom: 12px;
}

section.blog .kapak-gorsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.blog .title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}

section.blog .satir {
  color: #494949;
}

section.blog .content {
  font-size: 13px;
}

section.blog .large {
  font-size: 15px;
}

section.blog .x-large {
  font-size: 21px;
}

section.blog .white-text {
  color: rgb(7, 7, 7);
}

section.blog .button {
  width: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 37px;
  background: #e91e63;
  outline: none;
  border: none;
  color: #fff;
  margin-top: 10px;
}

section.blog .button:hover {
  background: #c91551;
}

section.blog a {
  text-decoration: none;
  color: #fff;
  margin: 7px;
  background: #e91e63;
  padding: 5px;
}

section.blog a:first-child {
  margin-left: 0;
}

section.socialbuttons {
  padding-top: 105px;
  color: #e91e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.socialbuttons .title {
  font-size: 24px;
  font-weight: 400;
}

section.socialbuttons .icons {
  padding-top: 37px;
  padding-bottom: 37px;
}

section.socialbuttons .icons a {
  margin-right: 40px;
  text-decoration: none;
}

section.socialbuttons .icons a i {
  color: #e91e63;
  font-size: 20px;
}

section.socialbuttons .icons a:last-child {
  margin-right: 0;
}

section.footer {
  margin-top: 75px;
  background:#fff;
  border-top: solid 1px #e4e4e4;
}
section.footer > .container > .row{
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
section.footer .logo-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.footer .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width:766px){
  section.footer .links {
    flex-direction: column;
  }
}
section.footer .links a{
  text-decoration: none;
  color: #565656;
  font-weight: 700;
  font-size: 12px;
  margin: 15px;
  padding: 12px;
}

section.footer .logo {
  width: 200px;
}

section.footer .title {
  font-weight: 700;
  font-size: 15px;
}

section.footer ul {
  padding: 0;
}

section.footer ul li {
  list-style-type: none;
}

section.footer ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #aba7af;
}

section.footer .footer-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #aba7af;
  margin-bottom: 44px;
  margin-top: 44px;
}

/* MOBILE CSS :) */
@media screen and (max-width: 768px) {
section#solutions .content .left img{
    width:100%;
    height:unset;
}
  section#header {
    margin-bottom: 8px;
  }
  section#header .mobile-menu {
    display: block;
  }
  section#header .menu ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  section#header .menu ul li.menu-item {
    display: none;
    margin-right: 0;
  }
  section#header .menu ul li.menu-item.logo {
    display: block;
  }
  section#header .menu ul li.mobile-menu-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section#header .menu ul li.mobile-menu-button .bar1,
  section#header .menu ul li.mobile-menu-button .bar2,
  section#header .menu ul li.mobile-menu-button .bar3 {
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  section#header .menu ul li.mobile-menu-button.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  section#header .menu ul li.mobile-menu-button.change .bar2 {
    opacity: 0;
  }
  section#header .menu ul li.mobile-menu-button.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
  section#header .mobile-menu.hide {
    display: none;
  }
  section#header .mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  section#header .mobile-menu ul li.menu-item {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#header .mobile-menu ul li.menu-item.active a {
    font-weight: 700;
    color: #eee;
  }
  section#header .mobile-menu ul li.menu-item a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #c4c4c4;
  }
  section#header .mobile-menu ul li.menu-item a .title {
    position: relative;
  }
  
  section#header .mobile-menu ul li.menu-item.toggle ul.dynamics-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu {
    list-style-type: none;
    width: 100%;
    background: #fff;
    color: #1A141F;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu li {
    width: 100%;
    padding: 4px;
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu li.active:after {
    display: block;
    content: '';
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    border-bottom: solid 1px #e91e63;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu li:after {
    display: block;
    content: '';
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    border-bottom: solid 1px #e91e63;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu li:hover:after {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  section#header .mobile-menu ul li.menu-item ul.dynamics-menu li a {
    color: #1A141F;
    font-weight: 300;
    width: 100%;
    display: block;
  }
  section#header .mobile-menu ul li.menu-item.logo a img {
    height: 50px;
  }
  section#header .mobile-menu ul li.menu-item:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  section#header .mobile-menu ul li.menu-item a:hover {
    cursor: pointer;
  }
  section#header .mobile-menu ul li.mobile-menu-button {
    display: none;
  }
  section.content .firstfocus .title {
    font-size: 20px;
    z-index:2;
  }
  section.content .firstfocus .desc {
    font-size: 15px;
    margin-top: 30px;
    z-index:2;
  }
  section.content .firstfocus .button {
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 30px;
    z-index:2;
  }
  section.content .slider {
    position: relative;
  }
  section.content .slider .slick-list {
    padding-bottom: 10px 0 !important;
  }
  section.content .slider .slick-slide {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  section.content .slider .slick-slide img, section.content .slider .slick-slide .content {
    border-radius: 0;
  }
  section.content .slider .slick-slide.slick-center {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  section.content .slider .arrows {
    position: absolute;
    bottom: 4px;
  }
  section.content .boxes .border {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  section.content .boxes .boxes-center .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.content .boxes .boxes-center .box {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 24px;
  }
  section.content .boxes .boxes-center .box img.logo {
    max-width: 100px;
    margin-bottom: 16px;
  }
  section.content .boxes .boxes-center .box .box-title {
    font-size: 15px;
    margin-bottom: 16px;
    text-align: left;
  }
  section.content .boxes .boxes-center .box .box-desc {
    font-size: 12px;
    margin-bottom: 16px;
  }
  section.content .boxes .boxes-center .box .daha-fazla {
    font-size: 13px;
  }
  section.content .hizmetler .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.content .hizmetler .mobile img {
    max-width: 100%;
  }
  section.content .hizmetler .mobile .title {
    font-size: 21px;
    margin-top: 5px;
  }
  section.content .hizmetler .mobile .desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  section.content .hizmetler .mobile .daha-fazla {
    font-size: 14px;
    margin-bottom: 16px;
  }
  section.content .hizmetler .border {
    margin-bottom: 15px;
  }
  section.content .hizmetler .desktop {
    display: none;
  }
  section.content .firmalar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.content .firmalar .border {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  section.content .blog {
    margin-bottom: 15px;
  }
  section.content .blog .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.content .blog .center .box {
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.footer {
    padding-top: 30px;
  }
  section.footer .logo-footer {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 27px;
  }
  section.footer .logo {
    width: 200px;
  }
  section.footer .title {
    font-weight: 700;
    font-size: 15px;
  }
  section.footer ul {
    padding: 0;
  }
  section.footer ul li {
    list-style-type: none;
  }
  section.footer ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #aba7af;
  }
  section.footer .footer-desc {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.www {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0;
}

.www .left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  position: relative;
}

.www .left .title {
  z-index: 2;
  font-size: 3.75rem;
  padding: 0 10%;
  font-weight: 900;
}

.www .left img {
  position: absolute;
  margin: auto;
  -o-object-fit: initial;
     object-fit: initial;
  width: 100%;
  height: 100%;
}

.www .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.www .right .bottom .uh-card {
  height: 400px;
  border: solid 5px #F8F8F8;
}

.www .right .uh-card {
  position: relative;
  padding: 0;
}

.www .right .uh-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.www .right .uh-card .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 12px 12px 48px 48px;
  font-size: 1.414rem;
  font-weight: 900;
}

.www .right .uh-card .fullscreen {
  position: absolute;
  color: #fff;
  bottom: 14px;
  right: 21px;
  font-size: 14px;
}

.www .right .uh-card:hover .hidden-content {
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.www .right .uh-card .hidden-content {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #E91E63;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 48px;
}

.www .right .uh-card .hidden-content .hc-title {
  font-weight: 900;
  position: relative;
}

.www .right .uh-card .hidden-content .hc-title::before {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 200px;
  height: 1px;
  background: #efefef;
}

.www .right .uh-card .hidden-content .desc {
  padding-top: 24px;
}

.www .right .uh-card .hidden-content a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin-top: 12px;
}

#skills #title {
  font-size: 30px;
  font-weight: 600;
  padding: 100px 48px;
  width: 100%;
  text-align: center;
}

#kartlar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#kartlar .title {
  font-size: 48px;
  font-weight: 600;
  padding: 48px 48px;
}

#kartlar .kartlar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

#kartlar .kartlar .kart {
  background: #fff;
  border: solid 1px #cacaca;
  margin: 8px;
  width: 20%;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

#kartlar .kartlar .kart a {
  -webkit-border-start: 3px solid transparent;
          border-inline-start: 3px solid transparent;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  display: block;
  padding: 20px;
  text-decoration: none;
}

#kartlar .kartlar .kart a .icon {
  fill: #0079c1;
}

#kartlar .kartlar .kart a .icon svg {
  width: 48px;
  height: auto;
}

#kartlar .kartlar .kart a .title {
  font-size: 22px;
  font-weight: 100;
  padding: 0;
  color: #151515;
  margin-top: 12px;
  margin-bottom: 12px;
}

#kartlar .kartlar .kart a .desc {
  color: #4a4a4a;
  font-size: 16px;
}

#kartlar .kartlar .kart a:hover {
  -webkit-border-start: 3px solid #0079c1;
          border-inline-start: 3px solid #0079c1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

#kartlar .kartlar .kart:hover {
  border: solid 1px #0079c1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

@media only screen and (max-width: 1280px) {
  .www {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .www .left {
    width: 100%;
  }
  .www .left .title {
    height:400px;
    padding: 10% 10%;
  }
  .www .right {
    width: 100%;
  }
  #kartlar .kartlar .kart {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  #kartlar .kartlar .kart {
    width: 90%;
  }
  section#solutions .content .left img{
    width:100%;
    height:unset;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/* ilk sayfa animasyonu*/
.bg {
  width: 100%;
  height:100%;
  position: absolute;
  bottom: 0;
  top:0;
  left: 0;
  right: 0;
  opacity: 0.6;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 2;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 4s cubic-bezier(0.51, 0.92, 0.24, 1.15) 4s forwards;
}

@keyframes scale {
  0% {
    opacity: 0.2;
    transform: scale(10);
    filter: blur(10px);
  }
  50%, 85% {
    opacity: 0.8;
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(90deg);
    filter: blur(10px);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dash {
  90% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
  }
}
.dash-b{
 background-color:#E91E63
}

#tiktak{
  padding: 0 230px;
}
#tiktak .item{
  display: flex;
  align-items: center;
  color: #000;
  justify-content: space-between;
}
#tiktak .item .title{
  padding-left: 50px;
  font-weight: 700;
  font-size: 24px;
}
#tiktak .item .desc{
  padding-left: 50px;
  font-weight: 500;
  font-size: 14px;
}
#tiktak .item .i{
  width: 50%;
  min-width:50%;
}
#tiktak .item .i img{
  width: 100%;
}
@media screen and (max-width:766px){
  #tiktak{
    padding: 0;
  }
  #tiktak .item{
    flex-direction: column;
  }
  #tiktak .item .tik{
    order:1;
  }
  #tiktak .item .tak{
    order:1;
  }
  #tiktak .item .p{
    order: 2;
  }
  #tiktak .item .i img{
    width: 100%;
  }
  #tiktak .item .title{
    padding-left: 12px;
    font-weight: 700;
    font-size: 15px;
  }
  #tiktak .item .desc{
    padding-left: 12px;
    font-weight: 500;
    font-size: 12px;
  }
  section#solutions .content .right .title{
    font-size: 44px;
  }
  section#solutions .content .right .titlexs{
    font-size: 25px;
  }
  section#solutions .content .right .items .item .baslik{
    font-size: 12px;
  }
}
section#moov{
  display: flex;
  flex-direction: row;
  background: #303030;
}
section#moov .left{
  width: 50%;
  padding: 100px 50px 500px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position:relative;
}
section#moov .left img{
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
section#moov .left .title{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  background: #30303078;
  padding: 8px;
  text-align: center;
  z-index: 2;
  
}
section#moov .right{
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#moov .right .item{
  height: 100%;
  color:#fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  background: #222222;
  text-decoration:none;
}
section#moov .right .item:nth-child(2n+1){
  height: 100%;
  color:#fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  background: #444444;
}
section#moov .right .item .title{
  font-weight: 600;
  font-size: 28px;
}
section#moov .right .item .desc{
  font-weight: 500;
  font-size: 14px;
}
section#companyBrand b{
  padding-bottom: 20px;
  display: block;
}
section#companyBrand .box{
  display: flex;
  align-items: center;
  justify-content: center;
}
section#companyBrand input{
  border: none;
  background:none;
  border-bottom: solid 1px #e91e63;
  border-top: solid 1px #e91e63;
  padding:5px;
  padding-left: 12px;
  transition: all .3s;
  font-size:19px;
}
section#companyBrand input:focus{
  transition: all .3s;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
}
section#companyBrand a{
  margin-left: 10px;
  border: none;
  font-size: 19px;
  color: #fff;
  background: #e91e63;
  padding: 10px;
  text-decoration: none;
}
section#companyBrand a:focus{
  transition: all .3s;
  background: #7c1839;
}
section#footerLogos{
  padding: 50px 48px;
  background: #fff;
  align-items: center;
}
section#footerLogos h1{
  padding: 0;
  font-weight:600;
  font-size: 30px;
  padding-bottom: 20px;
}
section#footerLogos .items .item{
  padding: 15px;
  border-right: solid 1px #b5b5b5;
}
section#footerLogos .items .item:last-child{
  border-right: 0;
}
section#footerLogos div img{
  height: 100%;
  max-height: 70px;
  margin: 10px;
}

.contactBoxes{
  border: solid 1px #d1d1d1;
  padding: 14px;
}
.contactBoxes .desc strong{
  font-size: 24px;
}
.contactBoxes .desc{
  font-size: 14px;
}
.contactBoxes input, .contactBoxes textarea{
  border-radius:0;
  transition: all .4s;
}
.contactBoxes label{
  margin-bottom: 5px;
  border-bottom: solid 1px #e91e63;
  width: 100%;
  padding-bottom: 5px;
  color: #e91e63;
}
.contactBoxes input:focus, .contactBoxes textarea:focus{
  border-color: #e91e63;
  box-shadow: unset;
  transition: all .4s;
}
.contactBoxes button{
  width: 100%;
  border-radius: 0;
  margin-top: 12px;
  background: #e91e63;
  transition: all .5s;
}
.contactBoxes button:hover{
  transition: all .5s;
  background: rgb(156, 12, 60);
}
.contactBoxes .right .map iframe{
  width:100%; 
}
#blogTemp img{
  width: 100%;
}

@media screen and (max-width:766px){
  .contactBoxes .left, .contactBoxes .right{
    display:flex;
    flex-direction: column;
    align-items: center;
  }

  .contactBoxes .row{
    width:100%;
  }
}
/* MOBILE */
@media screen and (max-width:766px){
  section#moov{
    flex-direction: column;
  }
  section#moov .left{
    width: 100%;
    padding: 50px;
  }
  section#moov .left .title{
    font-size: 20px;
  }
  section#moov .right{
    width: 100%;
  }
  section#moov .right .item, section#moov .right .item:nth-child(2n+1){
    padding: 20px 30px;
  }
  section#footerLogos .items{
    flex-direction: column;
  }
  section#footerLogos .items .item{
    border-right: none;
    border-bottom: solid 1px #000;
  }
  section#footerLogos .items .item:last-child{
    border-right: none;
    border-bottom: none;
  }
  section#moov .right .item .title{
    font-size: 20px;
  }
  section#moov .right .item .desc{
    font-size: 14px;
  }
  #tiktak{
    padding: 0 10px;
  }
  #tiktak .item .p{
    text-align: center;
  }
  #tiktak .item .title{
    padding: 0;
  }
  #tiktak .item .desc{
    padding: 0;
  }
  #tiktak .item .items{
    padding-left: 0!important;
  }
}