* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fdfdfd;
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fdfdfd;
  overflow-x: hidden;
}

.pulse {
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.pulse:hover, .pulse:focus {
  border-color: #fff;
  color: #fff;
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
}

.mobil-navbar {
  display: none;
}

@media (max-width: 768px) {
  .mobil-navbar {
    display: block;
    cursor: pointer;
    position: absolute;
    padding-left: 10px;
    right: 9px;
    top: 10px;
  }
}

.mobil-navbar div {
  width: 28px;
  height: 4px;
  background-color: #000;
  margin: 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.mobil-navbar div:nth-child(1) {
  width: 32px;
  height: 2px;
}

.mobil-navbar div:nth-child(2) {
  width: 32PX;
  height: 2px;
}

.mobil-navbar div:nth-child(3) {
  width: 32PX;
  height: 2px;
}

.acildi div:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 8px);
          transform: rotate(-45deg) translate(-5px, 8px);
}

.acildi div:nth-child(2) {
  opacity: 0;
}

.acildi div:nth-child(3) {
  width: 32PX;
  -webkit-transform: rotate(45deg) translate(-5px, -8px);
          transform: rotate(45deg) translate(-5px, -8px);
}

.navigation {
  width: 80%;
  position: fixed;
  z-index: 1;
  margin: 2% auto 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media (max-width: 768px) {
  .navigation {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .navigation {
    width: 100%;
  }
}

.navigation .top-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .navigation .top-navigation {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .navigation .top-navigation {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.navigation .top-navigation .logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 30px;
  background-color: #157552;
  padding: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.navigation .top-navigation .fimenu {
  width: 77%;
  height: 70px;
  padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .navigation .top-navigation .fimenu {
    display: none;
    position: fixed;
    margin-top: 70px;
    height: calc( 100vh - 70px);
    background-color: darkseagreen;
    width: 100%;
    padding-right: unset;
  }
}

@media (max-width: 768px) {
  .navigation .top-navigation .fimenu {
    display: none;
    position: fixed;
    margin-top: 70px;
    height: calc( 100vh - 70px);
    width: 100%;
    background-color: darkseagreen;
    padding-right: unset;
  }
}

.navigation .top-navigation .fimenu .fimenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
}

.navigation .top-navigation .fimenu .fimenu-items .itema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #505050;
  font-size: 12px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.navigation .top-navigation .fimenu .fimenu-items .itema:hover {
  color: #157552;
  cursor: pointer;
}

.navigation .top-navigation .fimenu .fimenu-items .itema:hover::before {
  height: 30px;
}

.navigation .top-navigation .fimenu .fimenu-items .itema:hover::after {
  height: 30px;
}

.navigation .top-navigation .fimenu .fimenu-items .itema::before {
  content: '';
  position: absolute;
  right: 0%;
  width: 1px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #157552;
  -webkit-transition: .2s;
  transition: .2s;
}

.navigation .top-navigation .fimenu .fimenu-items .itema::after {
  content: '';
  position: absolute;
  left: 0%;
  width: 1px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #157552;
  -webkit-transition: .2s;
  transition: .2s;
}

.navigation .top-navigation .menu-opened {
  display: block;
}

.navigation .top-navigation .menu-opened .fimenu-items {
  display: block;
}

.navigation .top-navigation .menu-opened .fimenu-items .itema {
  margin: 10px 0;
  padding: 20px;
}

.navigation .top-navigation .iletisim-buton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  height: 70px;
  background-color: #157552;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  position: relative;
  z-index: 12;
}

.navigation .top-navigation .iletisim-buton:hover {
  background-color: #082b1e;
}

.navigation .top-navigation .iletisim-buton h4 {
  padding: 0 15px;
  font-size: 12px;
  color: white;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1.4px;
  line-height: 1.5;
}

.landing {
  height: 80vh;
  background-size: auto, cover;
  background-attachment: fixed;
  background-image: linear-gradient(10deg, rgba(193, 195, 204, 0.83) 35%, rgba(193, 195, 204, 0.28) 65%), url(../../img/demos/aydancicek/havadancicek2.jpg);
  background-position: 0px 0px, 50% 0%;
  padding: 0 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.landing .landing-items {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

@media (max-width: 768px) {
  .landing .landing-items {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.landing .landing-items h1 {
  font-size: 62px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
  z-index: 6;
}

.landing .landing-items p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}

.landing .landing-items .slogan {
  font-size: 17px;
  line-height: 20px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.685);
}

.landing .landing-items .quick-link {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #157552;
  padding: 18px 30px;
  font-weight: 550;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: white;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.landing .landing-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5px 15px;
  background-color: #157552;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: linear-gradient(186deg, #157552, #27b380);
  position: absolute;
  left: 25%;
  bottom: -50px;
  z-index: 1;
  font-size: 15px;
  -webkit-box-shadow: 3px 5px 17px 6px #157552;
          box-shadow: 3px 5px 17px 6px #157552;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .landing .landing-desc {
    left: 0;
    width: 80%;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .landing .landing-desc {
    left: 0;
    width: 100%;
  }
}

.landing .landing-desc .landing-desc-items {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.landing .landing-desc .landing-desc-items figure {
  width: 30%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.landing .landing-desc .landing-desc-items figure span {
  font-size: 30px;
  padding-bottom: 10px;
}

.landing .landing-desc .landing-desc-items figure h4 {
  font-size: 1.2rem;
}

.landing .landing-desc .landing-desc-items figure p {
  padding: 10px 0 0 0;
}

.fix-navigate {
  width: 100%;
  z-index: 3;
  background-color: #fff;
}

.fixed-top-zero {
  margin: 0 auto;
}

.services {
  margin-top: 90px;
}

.services .services_title {
  display: block;
}

.services .services_title h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services .services_title h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .services .services_title h2 {
    font-size: 27px;
  }
}

.services .services_title h2::after {
  font-size: 110px;
  letter-spacing: 16px;
  font-weight: 600;
  color: rgba(187, 182, 182, 0.1);
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -50px;
  content: "HIZMETLERIMIZ";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services .services_title h2::after {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .services .services_title h2::after {
    font-size: 30px;
  }
}

.about {
  margin-top: 90px;
  position: relative;
}

.about::after {
  font-size: 110px;
  letter-spacing: 16px;
  font-weight: 600;
  color: rgba(187, 182, 182, 0.1);
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -50px;
  content: "HAKKIMIZDA";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about::after {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .about::after {
    font-size: 30px;
  }
}

.aboutus .about-title {
  display: block;
}

.aboutus .about-title h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aboutus .about-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .aboutus .about-title h2 {
    font-size: 27px;
  }
}

.aboutus .about-title-image {
  display: block;
  padding-top: 50px;
}

.aboutus .about-title-image img {
  width: 100%;
  border-radius: 20px;
}

.about-desc {
  padding: 112px 0 0 45px;
}

@media (max-width: 768px) {
  .about-desc {
    padding: 25px 10px;
  }
}

@media (max-width: 768px) {
  .garden1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .garden1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .garden2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .garden2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.testimonals {
  margin-top: 150px;
  position: relative;
}

.testimonals::after {
  font-size: 110px;
  letter-spacing: 16px;
  font-weight: 600;
  color: rgba(187, 182, 182, 0.1);
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -50px;
  content: "YORUMLAR";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .testimonals::after {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .testimonals::after {
    font-size: 30px;
  }
}

.testimonal-title {
  display: block;
}

.testimonal-title h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .testimonal-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

@media (max-width: 768px) {
  .testimonal-title h2 {
    font-size: 27px;
    padding: 15px 0;
  }
}

.testimonal-item:nth-child(2) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .testimonal-item:nth-child(2) {
    margin-top: 20px;
  }
}

.testimonal-item .test-desc {
  margin: 20px;
  padding: 50px 30px 30px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #27b380;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 30px 0;
}

@media (max-width: 768px) {
  .testimonal-item .test-desc {
    margin: 20px 0;
  }
}

.testimonal-item .test-desc .denden {
  position: absolute;
  top: -14px;
  right: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(100% 0, 100% 69%, 48% 100%, 0 66%, 0 0);
          clip-path: polygon(100% 0, 100% 69%, 48% 100%, 0 66%, 0 0);
  width: 60px;
  height: 73px;
  padding-top: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-image: linear-gradient(8deg, #27b380, #157552);
  opacity: 1;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-family: Helvetica, Arial, sans-serif;
}

.garden {
  margin-top: 90px;
  position: relative;
}

.garden::after {
  font-size: 110px;
  letter-spacing: 16px;
  font-weight: 600;
  color: rgba(187, 182, 182, 0.1);
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -50px;
  content: "BAHCEMIZ";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .garden::after {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .garden::after {
    font-size: 30px;
  }
}

.ourgarden .ourgarden-title {
  display: block;
}

.ourgarden .ourgarden-title h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ourgarden .ourgarden-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .ourgarden .ourgarden-title h2 {
    font-size: 27px;
  }
}

.ourgarden .ourgarden-title-image {
  display: block;
  padding-top: 50px;
}

.ourgarden .ourgarden-title-image img {
  width: 100%;
  border-radius: 20px;
}

.ourgarden-desc {
  padding: 112px 45px 0 0;
}

.certitem {
  max-width: 250px;
  margin: auto;
}

.certitem img {
  width: 80%;
  display: block;
  margin: auto;
}

.service_item {
  max-width: 250px;
  margin: 19px auto 0 auto;
  padding: 14px;
  -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .service_item {
    max-width: unset;
    width: 100%;
    margin: 38px auto 0 auto;
  }
}

.service_item:hover img {
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service_item img {
  width: 100%;
  -webkit-transform: rotate3d(1, 1, 1, 10deg);
          transform: rotate3d(1, 1, 1, 10deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service_item h3 {
  font-size: 1.2rem;
  padding-top: 20px;
  padding-left: 9px;
  min-height: 50px;
}

#carousel-cicekler img {
  height: 300px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cicekler-des {
  padding-left: 100px;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cicekler-des {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .cicekler-des {
    padding: 20px;
  }
}

.blog {
  margin-top: 90px;
  position: relative;
}

.blog::after {
  font-size: 110px;
  letter-spacing: 16px;
  font-weight: 600;
  color: rgba(187, 182, 182, 0.1);
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -50px;
  content: "BLOG";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog::after {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .blog::after {
    font-size: 30px;
  }
}

.blog .blogs {
  width: 90%;
  margin: 40px auto 50px auto;
}

.blogs_item {
  padding: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .blogs_item {
    margin: 16px 0;
  }
}

@media (max-width: 768px) {
  .blogs_item {
    margin: 16px 0;
  }
}

.blogs_item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}

.blogs_item h4 {
  padding: 10px 0;
}

.blogs_item p {
  padding: 5px 0;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#157552), to(#0b3828));
  background: linear-gradient(180deg, #157552 0%, #0b3828 100%);
  padding: 70px;
  color: #fdfdfd;
}

@media (max-width: 768px) {
  footer {
    padding: 70px 20px;
  }
}

footer a {
  text-decoration: none;
  display: block;
  color: #fdfdfd;
  padding-left: 35px;
  margin: 5px 0;
}

@media (max-width: 768px) {
  footer a {
    padding-left: 0;
  }
  footer a:first-child {
    margin-top: 20px;
  }
  footer a:last-child {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=main.css.map */