@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url("../fonts/PlayfairDisplay-Italic.eot");
  src: local("☺"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Italic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  outline: none;
  font-family: "Poppins", sans-serif; }

html, body {
  overflow-x: hidden; }

figure {
  margin: 0 !important; }

a, input, button {
  outline: none !important;
  text-decoration: none !important; }

.full-image img {
  width: 100%;
  height: auto;
  display: block; }

header {
  margin: 65px 0;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #FFF;
  width: 100%; }
  header .container {
    position: relative; }
  header .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    background-color: #FFF;
    padding: 35px 15px;
    width: 250px; }
    header .logo img {
      width: 100%;
      height: auto;
      display: block; }
  header .head-right .contact .item {
    float: left;
    line-height: 75px;
    margin: 0 30px;
    font-size: 16px; }
    header .head-right .contact .item img {
      float: left;
      margin-right: 7.5px; }
    header .head-right .contact .item a {
      color: #b869a6; }
  header .head-right .social-media a {
    width: 50px;
    line-height: 75px;
    font-size: 20px;
    display: inline-block;
    text-align: center; }
    header .head-right .social-media a.facebook {
      color: #1877f2; }
    header .head-right .social-media a.instagram {
      color: #b869a6; }
    header .head-right .social-media a.youtube {
      color: #ed1f24; }

main .headTitle {
  padding: 0 0 40px 0; }
  main .headTitle h6 {
    color: #2b3649;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px;
    margin: 0; }
  main .headTitle h1 {
    color: #b869a6;
    font-weight: bolder;
    margin: 0; }
  main .headTitle p {
    margin: 10px 0; }

main #services .nav {
  background-color: #fff3fc;
  border: none; }
  main #services .nav .nav-item {
    border-radius: 0;
    border: none;
    color: #2b3649;
    padding: 30px;
    position: relative;
    text-transform: uppercase; }
    main #services .nav .nav-item img {
      display: block;
      margin: 0 auto 15px auto; }
    main #services .nav .nav-item:after {
      content: "";
      width: 1px;
      height: 70%;
      background-color: #2b3649;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
    main #services .nav .nav-item:last-child:after {
      display: none; }

main #services .tab-content {
  background-color: #fff3fc; }
  main #services .tab-content .tab-pane .text {
    padding: 90px; }
    main #services .tab-content .tab-pane .text h1 {
      font-size: 20px; }
    main #services .tab-content .tab-pane .text p {
      font-size: 14px; }

main #slider .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  color: #2b3649; }
  main #slider .slick-arrow i {
    font-family: "Font Awesome 5 Free"; }
  main #slider .slick-arrow.slick-next {
    right: 15px; }
  main #slider .slick-arrow.slick-prev {
    left: 15px; }
  main #slider .slick-arrow:before {
    display: none; }

main #about {
  text-align: center;
  margin: 80px 0; }
  main #about .headTitle {
    margin: 0 auto; }

main #contact {
  background-image: url("../images/contact-BG.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 0;
  position: relative;
  }
  main #contact .headTitle {
    margin: 0 auto;
    text-align: center; }
  main #contact .form .column {
    padding: 10px; }
    main #contact .form .column input, main #contact .form .column textarea {
      width: 100%;
      padding: 15px 25px;
      font-size: 14px;
      border: none;
      resize: none;
      -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); }
    main #contact .form .column textarea {
      height: 100px; }
    main #contact .form .column button {
      width: 230px;
      margin: 0 auto;
      line-height: 56px;
      -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
      border: none;
      background-color: #FFF;
      display: block; }

footer {
  background-image: url("../images/footer-BG.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 90px 0;
  text-align: center; }
  footer .title {
    color: #b869a6;
    font-weight: bolder;
    margin: 0 0 40px 0;
    font-size: 40px; }
  footer span {
    display: block; }
    footer span a {
      color: #2b3649; }
      footer span a:hover {
        color: #b869a6; }
  footer .social-media {
    text-align: center;
    margin: 40px 0; }
    footer .social-media a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #d2d2d2;
      color: #28293a;
      text-align: center;
      line-height: 40px;
      border-radius: 100%;
      text-align: center;
      margin: 0 15px;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      footer .social-media a:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        left: -10px;
        top: -10px;
        border: 10px solid rgba(210, 210, 210, 0.4);
        border-radius: 100%; }
      footer .social-media a:hover {
        background-color: #28293a;
        color: #FFF;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }

        .mContact {
          display: none;
          text-align: center;
          position: fixed;
          bottom: 0;
          width: 100%;
          padding: 0px 0px;
          z-index: 99999999;
          border: none !important;
          /* font-family: open sans; */
        }
        
        .mContact .col-md-6 {
          width: 50% !important;
          float: left;
          padding: 7px !important;
        }
        
        .mContact .col-md-6 a {
          padding: 10px;
          font-size: 14px;
        }
        
        .mContact .col-md-6 span {
          font-weight: bold;
          color: #fff;
          padding: 5px;
          position: relative;
          top: 1px;
        }
        
        .mContact .wp {
          background: #55cd6c;
        }
        
        .mContact .tl {
          background: #171717;
        }
        
        .mContact .col-md-6 img {
          width: 30px;
        }
        #success.acik {
          opacity: 1;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
        }
        #success {
          background: rgba(0,0,0,.8);
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 9999;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          top:0;
          left:0;
          opacity: 0;
          pointer-events:none;
          text-align: center;
        }
        #success #message {
          width: 90%;
          height: 300px;
          position: absolute;
          left:50%;
          top:50%;
          margin-top: -150px;
          margin-left: -45%;
          border-radius: 20px;
          background: white;
        }
        
        #success i {
          display: block;
          text-align: center;
          line-height: 160px;
          font-size: 100px;
          color: #00C017;
        }
        #success h1 {
          color: #00C017;
          font-weight: 600;
        }
        #success p {
          color: #00C017;
          font-weight: 500;
          text-align: center;
          font-family: lato;
          margin-top: -5px;
        }
        