body {
  font-family: 'Montserrat', sans-serif;
  background: #F5F5F5;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a {
  color: inherit;
}

.p10 {
  padding: 3rem 0;
}

:root {
  --color1: #09805F;
  --color2: #C2DFD7;
  --color3: #3F3F3F;
  --color4: #2d2f30;
  --color5: #8b8c8c;
  --black-color: #17181c;
  --blue-color: #3e50b4;
  --white-rbg-color: 255, 255, 255;
  --green-rbg-color: 0, 212, 113;
}

header.destkop {
  position: relative;
  width: 100%;
  z-index: 3;
}

.destkop .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: white;
  padding: 3rem 0;
  min-width: 30vh;
}

.banner {
  margin-top: -40vh;
  padding-top: 35vh;
  background: rgb(9, 128, 95);
  background: linear-gradient(90deg, rgba(9, 128, 95, 1) 63%, rgba(244, 244, 244, 1) 63%, rgba(244, 244, 244, 1) 100%);
  position: relative;
  min-height: 108vh;
}

.destkop .header-left img {
  max-width: 100%;
}

.destkop .header-menu {
  display: flex;
  gap: 2rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.banner-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.banner-desc {
  width: 30%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.banner-image {
  width: 70%;
  position: relative;
  margin-bottom: 4rem;
}

.destkop .iletisim a {
  display: flex;
  align-items: center;
  gap: .3rem;
  background: #3F3F3F;
  padding: 1rem 1.5rem;
  transition: all .3s;
  font-weight: 600;
  border-radius: 22px;
}

ul.social {
  display: flex;
  gap: 1rem;
}

ul.social i {
  font-size: 26px;
  width: 40px;
  justify-content: center;
  height: 40px;
  color: white;
  display: flex;
  border-radius: 10px;
  align-items: center;
  transition: all .3s;
  background: var(--color1);
}

.banner-image img {
  width: 100%;
}

.banner-desc .banner-title {
  display: flex;
  flex-direction: column;
  color: white;
  border-left: 2px solid white;
  gap: 1rem;
  padding-left: 1rem;
  font-size: 32px;
}

.banner-desc .banner-title b {
  font-size: 62px;
}

.banner .contact {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #09805F;
  transition: all .3s;
  width: 184px;
  height: 100%;
  border-radius: 10px;
  background: white;
}

.banner .contact .icon {
  background: #005941;
  padding: 1rem;
  border-top-left-radius: 10px;
  color: white;
  border-bottom-left-radius: 10px;
}

.swiper-pagination {
  position: relative;
  text-align: start;
  margin-top: -4rem;
}

.banner .swiper-pagination-bullet-active {
  background: white !important;
  border: white;
  width: 20px;
  height: 20px;
}

.banner .swiper-pagination-bullet {
  width: 20px;
  background: #004B36;
  height: 20px;
  opacity: 1;
  border: #004B36;
}

form.iletisimFormu {
  display: flex;
  gap: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.13);
  border-radius: 25px;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}

.input_group input {
  border-radius: 15px;
  outline: none;
  padding: 1rem;
  border: 1px solid #DFEEEA;
}

button.green-btn {
  background: var(--color1);
  color: white;
  border: 1px solid;
  font-weight: 700;
  padding: 1rem 2rem;
  cursor: pointer;
  border-radius: 15px;
  transition: all .3s;
}

button.green-btn:hover {
  background: #E0EFEB;
  color: var(--color1);
  border: 1px solid var(--color1);
}

form.iletisimFormu .title {
  font-size: 18px;
  color: #606060;
}

.banner form.iletisimFormu {
  width: 50%;
  bottom: 8%;
  display: flex;
  position: absolute;
  z-index: 9;
  left: 38%;
  margin: auto;
  justify-content: center;
}

.destkop .header-menu .active:after {
  content: "";
  position: absolute;
  width: 44%;
  left: 0;
  height: 3px;
  background: white;
  bottom: -10px;
  border-radius: 10px;
}

.destkop .header-menu .active {
  position: relative;
}

.sec-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  padding-left: .5rem;
  color: var(--color1);
  border-left: 8px solid;
  position: relative;

}


.info-content .top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-content .top .desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  padding-bottom: 1rem;
}

ul.info-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

ul.info-list li i {
  max-width: 100%;
}

ul.info-list li p {
  color: var(--color3);
  font-size: 18px;
  line-height: 22px;
}

.info-picture img {
  max-width: 100%;
}

.container-fluid {
  max-width: 1510px;
}


.info-swiper-pagination {
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 2rem;
  border: #004B36;
}

.info .swiper-pagination-bullet {
  width: 58px;
  height: 14px;
  background: #E0EFEB;
  border: none;
  border-radius: 20px;
}

.info .swiper-pagination-bullet-active {
  background: var(--color1);
  width: 120px;
}

img.ellipse {
  position: absolute;
  bottom: -5%;
  right: -8%;
}

.info-right {
  position: relative;
}

.catalog {
  background: #E0EFEB;
  padding-top: 90px;
}

.catalog-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}

button.green-btn span {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.catalog button.green-btn {
  margin-top: -5rem;
  margin-bottom: 3rem;
}

.catalog-content .picture img {
  max-width: 100%;
}

.destkop-footer {
  padding: 5rem 0;
  background: #097B5C;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer ul.social i {
  background: white;
  color: var(--color1);
}

ul.social i:hover {
  background: var(--color2);
}

.destkop .iletisim a:hover {
  background: var(--color1);
}

.footer-wrapper .iletisim {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: white;
  align-items: center;
}

.footer-wrapper .iletisim a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: white;
  padding: 1rem 1.5rem;
  color: var(--color1);
  transition: all .3s;
  font-weight: 600;
  border-radius: 22px;
}

.footer-wrapper .iletisim a:hover {
  background: var(--color3);
  color: white;
}

.destkop-footer form.iletisimFormu {
  width: 70%;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -7rem;
  margin-bottom: 4rem;
}

.plan .active:after {
  content: "";
  width: 10px;
  background: var(--color1);
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
  top: 0;
  border-radius: 20px;
}

.plan.navLink:hover {
  color: green;
}

.plan .filter {
  display: none;
}

.plan .filter.block {
  display: block;
}

ul.websites.filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: var(--color1);
}

.plan .active {
  position: relative;
}

ul.websites.filters li a {
  padding: 2rem;
  letter-spacing: 0.05rem;
  display: block;
  transition: all .3s;
}

ul.websites.filters:after {
  content: "";
  width: 10px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  transition: all .3s;
  top: 0;
  border-radius: 20px;
}

.plan-left {
  padding: 3rem;
}

ul.websites.filters li a span {
  color: var(--color3);
  cursor: none;
  padding-left: 1rem;
}

.plan-right {
  position: relative;
}

img.plan-bg {
  position: absolute;
  right: 0;
  display: flex;
  height: 100%;
  z-index: -1;
}

img.plan-bg img {
  height: 100%;
  width: 100%;
}

.plan .categories .picture img {
  max-width: 100%;
}

.gallery-picture {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}

.gallery-picture img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.gallery .left {
  display: flex;
  height: 100%;
}

.gallery .right {
  height: 100%;
}

img.gallery-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

* {
  margin: 0;
  cursor: none;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--color3);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 77px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--color2);
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

.banner .contact:hover {
  background: #005941;
  color: white;
}

.destkop .header-menu li:hover {
  border-bottom: 3px solid white;
}

.destkop .header-menu li {
  transition: all .3s;
  border-bottom: 3px solid transparent;
  position: relative;
  padding-bottom: .5rem;
}

.mobile-menu .detail .header-wrapper {
  color: black;
}

.mobile-menu .detail {
  box-shadow: 0px 4px 30px rgba(204, 204, 204, 0.25);
  padding: 1rem 0;
}

.mobile-menu .detail .header-right .hamburger div {
  background: black;
}

.mobile-menu .header-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  color: white;
}

.mobile-menu .header-center ul {
  display: flex;
  gap: 2rem;
  font-size: 18px;
}

.mobile-menu .header-left img {
  width: 200px;
}


#toggle {
  display: none;
}

/**
  Hamburger
**/
.mobile-menu .header-right .hamburger {
  position: absolute;
  top: -1.5em;
  right: 0;
  cursor: pointer;
  width: 4em;
  height: 45px;
  z-index: 5;
}

.mobile-menu .header-right .hamburger div {
  position: relative;
  width: 2.4em;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.mobile-menu .header-right .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  background-color: var(--color1);
  top: -100%;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.mobile-menu .nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}

.mobile-menu .header-right nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin: 1rem;
  overflow: hidden;
}

.mobile-menu .header-right nav a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:hover {
  color: var(--color1);
}

.mobile-menu .header-right nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-right {
  position: relative;
}

.header-top {
  background: white;
}

.nav-top img {
  width: 183px;
}

.header-right nav .mobil-w {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

header.mobile-menu {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  header.destkop {
    display: none;
  }

  header.mobile-menu {
    display: block;
    background: var(--color1);
  }

  section.banner.p10 {
    margin-top: 0;
    padding: 0;
    min-height: 100%;
    background: var(--color1);
  }

  img.ellipse {
    right: 0;
  }

  .destkop-footer {
    flex-direction: column;
  }

  .footer-wrapper {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  form.iletisimFormu {
    flex-direction: column;
    height: 100%;
  }

  .banner-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    align-items: start;
  }

  .banner-image {
    width: 100%;
    margin-bottom: 7rem;
  }

  .banner form.iletisimFormu {
    position: relative;
    bottom: 0;
    left: 0;
    width: 75%;
  }

  .destkop-footer form.iletisimFormu {
    height: 1000%;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  header.destkop {
    display: none;
  }

  header.mobile-menu {
    display: block;
    background: var(--color1);
  }

  section.banner.p10 {
    margin-top: 0;
    padding: 0;
    min-height: 100%;
    background: var(--color1);
  }

  img.ellipse {
    right: 0;
  }

  .destkop-footer {
    flex-direction: column;
  }

  .footer-wrapper {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  form.iletisimFormu {
    flex-direction: column;
    height: 100%;
  }

  .banner-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 4rem;
    align-items: start;
  }

  .banner-image {
    width: 100%;
    margin-bottom: 7rem;
  }

  .banner form.iletisimFormu {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .destkop-footer form.iletisimFormu {
    height: 1000%;
  }
}