:root {
  --white-smoke: #ececec;
  --dodger-blue: #46a6db;
  --white: white;
  --teal: #1f6a57;
  --silver: #bcc9ce;
  --black: black;
  --kütüp-library--white: white;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
  --dark-slate-grey: #1c4b5c;
  --black-2: #080808;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #1c4b5c;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 68px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #1c4b5c;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  text-decoration: underline;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.section-body {
  height: 100vh;
  min-width: 1200px;
  display: flex;
  position: relative;
}

.col-1 {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.col-2 {
  width: 30%;
  height: 100vh;
  background-color: #e2e4e6;
  background-image: url('../images/photo-1566041510394-cf7c8fe21800.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  height: 80px;
  border-bottom: 1px none var(--white-smoke);
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  width: 80px;
  transform-origin: 0 0;
  background-color: #1c4b5c;
  border-bottom-right-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  display: none;
}

.nav-menu:hover {
  background-color: #6ccbff;
  transform: scale(1.03);
}

.header-logo {
  width: 60px;
  height: 60px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  padding-top: 20px;
  padding-left: 0%;
  display: flex;
}

.col-content {
  width: 65%;
  max-width: 650px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 120px;
  display: block;
}

.content-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-hero {
  min-width: 200px;
  color: #1c4b5c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1c4b5c;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.button-hero:hover {
  color: var(--white-smoke);
  background-color: #1c4b5c;
}

.button-hero:active {
  transform: scale(1.02)translate(0, 2px);
}

.button-hero.alt {
  color: #1c4b5c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.button-hero.alt:hover {
  border: 1px solid var(--dodger-blue);
}

.button-hero.alt.hide {
  display: none;
}

.header-social {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30%;
  margin-right: 20px;
  display: flex;
}

.social-link {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 14px;
  display: flex;
}

.social-link:hover {
  border-color: rgba(255, 255, 255, .5);
  transform: scale(1.1);
}

.social-link:active {
  transform: scale(1.1)translate(0, 2px);
}

.header-col-1 {
  padding-left: 10%;
  display: flex;
}

.col-footer {
  height: 80px;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 20px;
  display: flex;
}

.footer-col-1 {
  display: flex;
}

.footer-col-2 {
  justify-content: flex-end;
  display: block;
}

.footer-link {
  float: none;
  color: var(--white);
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link._2 {
  float: right;
  clear: none;
  font-size: 10px;
}

.footer-link-label {
  flex: none;
  margin-right: 15px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
}

.footer-link-icon {
  flex: none;
  margin-top: -1px;
}

.hero-float {
  width: 520px;
  height: 520px;
  transform-origin: 50%;
  position: absolute;
  top: 20vh;
  bottom: 0;
  right: -280px;
}

.hero-description {
  color: #1c4b5c;
  margin-right: 10%;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.hero-bottom {
  width: 100%;
  display: block;
}

.page-load-overlay {
  z-index: 100;
  color: #fff;
  background-color: #1c4b5c;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  font-size: 30px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-3 {
  height: 100vh;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.button-row {
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 50px;
  display: flex;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.cta-button {
  width: auto;
  float: left;
  box-shadow: none;
  color: #ff6464;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: border .5s, transform .5s, box-shadow .5s;
  display: flex;
}

.cta-button:hover {
  border-bottom-style: none;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 0 4px 2px rgba(0, 0, 0, .1);
}

.cta-button:active {
  transform: translate(0, -2px)scale(.95);
}

.cta-button.secondary-button {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  text-decoration: none;
}

.cta-button.secondary-button.back {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
  position: absolute;
  top: 20px;
  left: 20px;
}

.content-part {
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.content-part.hero {
  color: #fff;
  background-color: #ff6464;
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 10% 5%;
  position: relative;
}

.profile-description {
  max-width: 600px;
  flex: 1;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Bitter, serif;
}

.c-link {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
  transition: none;
}

.about-text {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}

.logo-text {
  opacity: 1;
  margin-bottom: 0;
}

.icon {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.sign-up-div {
  z-index: 1000;
  width: auto;
  height: 0;
  clear: none;
  flex: none;
  position: relative;
  overflow: hidden;
}

.text-field {
  height: 60px;
  text-align: center;
  border: 0 #000;
  border-bottom: 2px #1c4b5c;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  transition: all .2s;
}

.text-field:hover {
  background-color: var(--white-smoke);
  text-transform: none;
  text-decoration: none;
}

.col {
  padding-left: 0;
  padding-right: 0;
}

.col.form-col {
  border-right: 2px solid var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: block;
}

.form-button {
  width: 100%;
  min-width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1c4b5c;
  border: 2px #1c4b5c;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.form-button:hover {
  color: var(--white-smoke);
  background-color: #1c4b5c;
}

.form-button:active {
  transform: scale(1.02)translate(0, 2px);
}

.hero-form {
  width: auto;
  border: 2px solid #1c4b5c;
  margin-top: 20px;
  padding: 0;
}

.form-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message {
  background-color: var(--white-smoke);
  margin-top: 20px;
}

.error-text {
  font-size: 12px;
}

.error-message {
  text-align: center;
}

.navbar {
  background-color: #000;
  padding: 0 5%;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-bottom: 50px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.navlink:hover {
  border-bottom-color: var(--teal);
}

.navlink.w--current {
  border-bottom-color: var(--silver);
  color: #fff;
}

.navlink.cart {
  opacity: .5;
  margin-top: 15px;
  margin-left: 20px;
  padding-bottom: 0;
}

.navlink.cart:hover {
  opacity: 1;
  border-bottom-color: #fff;
}

.nav-logo-link {
  width: auto;
  align-items: center;
  display: flex;
}

.logo-icon {
  width: 45px;
  margin-right: 20px;
}

.logo-text-landing {
  margin-bottom: 30px;
}

.nav-con {
  height: 140px;
  border-bottom: 2px none var(--silver);
  padding-top: 45px;
  position: relative;
}

.hero-section {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/model-house-with-large-porch-large-window.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-section._22 {
  display: none;
}

.body {
  height: 100%;
}

.hero-con {
  width: 90%;
  height: 70%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-quote {
  width: 100%;
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 363px;
  line-height: 360px;
  position: absolute;
}

.image {
  position: relative;
}

.hero-image-1 {
  z-index: 2;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.hero-row {
  width: 90%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-quote-2 {
  color: #1c4b5c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.mouse-icon {
  width: 23px;
  height: 43px;
  float: right;
  text-align: center;
  border: 2px solid #1c4b5c;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  display: block;
  position: relative;
}

.mouse-dot {
  width: 4px;
  height: 4px;
  text-align: center;
  background-color: #1c4b5c;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-col-3 {
  text-align: right;
  padding-right: 0;
}

.hero-social {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: -30px;
  margin-right: 20px;
  display: flex;
}

.hero-col-1 {
  padding-left: 0;
}

.cart-icon {
  width: 35px;
}

.cart-icon:hover {
  border-bottom: 1px #000;
}

.intro-row {
  height: 800px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  flex-wrap: wrap;
  display: flex;
}

.intro-col-1 {
  border-right: 1px solid var(--silver);
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('../images/close-up-metallic-building.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 61px 60px 5%;
  display: flex;
}

.big-header {
  color: #747474;
  margin-bottom: 30px;
  font-size: 49px;
  font-weight: 500;
  line-height: 47px;
}

.big-header.hero {
  color: #fff;
  margin-top: 22px;
  margin-left: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.big-header.hero.hero-txt-mobile {
  display: none;
}

.big-header.ty, .big-header.contact {
  text-align: center;
}

.big-header.soumission {
  color: #fff;
  margin-bottom: 0;
}

.intro-col-2 {
  background-image: url('../images/2151004635-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding: 60px 0% 60px 0;
  display: flex;
}

.intro-col-2.yut {
  background-image: url('../images/monochromatic-urban-minimal-landscape-1.jpg');
  background-attachment: scroll;
}

.b-copy {
  color: #3a3a3a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.b-copy.txt-footer {
  color: #fff;
  padding-right: 72px;
  font-family: Montserrat, sans-serif;
}

.b-copy.txt-contact {
  text-align: center;
  margin-bottom: 39px;
  line-height: 25px;
}

.b-copy.txt-contact.iuj {
  color: #fff;
}

.section.testimonial {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/masterful-builder-construction-expert-crafting-excellence.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.testimonial._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3d-rendering-house-model.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.testimonial._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/group-workers-installing-drywall-building-construction.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.testimonial._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/house-architecture-model-top-blueprints-generative-ai.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.padded {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.food-tile {
  width: 25%;
  float: left;
  border-right: 1px solid var(--silver);
  flex-direction: column;
  align-items: center;
  display: block;
}

.food-tile-info {
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.food-tile-image {
  height: 200px;
  background-image: url('../images/stock-dish.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.food-tile-image._2 {
  background-image: url('../images/stock-dish-2.png');
}

.food-tile-image._3 {
  background-image: url('../images/stock-dish-3.png');
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.food-tile-image._4 {
  background-image: url('../images/stock-dish-4.png');
}

.food-tile-name {
  padding: 30px 0 30px 30px;
}

.icon-c {
  width: 25px;
  height: 25px;
  border: 1px solid var(--black);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.pound-sign {
  color: var(--teal);
  text-transform: capitalize;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.icon-info {
  color: var(--teal);
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.icon-col {
  align-items: center;
  padding: 0;
  display: flex;
}

.icon-row {
  width: 170px;
}

.card-title {
  color: #1c4b5c;
  margin-bottom: 15px;
  font-weight: 400;
}

.card-title._2 {
  text-transform: none;
  padding-right: 50px;
  font-size: 13px;
  line-height: 26px;
}

.featured-slider {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.r-arrow {
  width: 110px;
  height: 90px;
  border-left: 1px solid var(--silver);
  margin-top: 0;
  right: 0;
}

.l-arrow {
  width: 110px;
  height: 90px;
  border-left: 1px solid var(--silver);
  margin-top: 0;
  margin-right: 110px;
  padding: 0;
  top: 0;
  right: 0;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.arrow-icon {
  color: #1c4b5c;
}

.mask {
  padding-top: 90px;
}

.slider-cta-div {
  z-index: 2;
  width: 100%;
  height: 90px;
  border-right: 1px solid var(--silver);
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 220px;
  display: flex;
  position: absolute;
}

.slider-cta-div._2 {
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  padding-right: 5%;
}

.slider-cta-copy {
  color: #1c4b5c;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.slider-cta-copy._2 {
  color: var(--teal);
  padding-right: 5%;
  font-family: Gotham, sans-serif;
  line-height: 36px;
  text-decoration: none;
}

.slider-cta-copy._2:hover {
  color: #1c4b5c;
}

.featured-slide {
  border-top: 1px solid var(--silver);
}

.testimonial-slider {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  padding-top: 60px;
  padding-left: 180px;
  padding-right: 180px;
}

.testimonial-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 51px;
}

.testimonial-copy._2 {
  font-size: 14px;
  line-height: 41px;
}

.slide-nav {
  font-size: 8px;
}

.hidden {
  display: none;
}

.div-con {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  opacity: .72;
  margin-bottom: 0;
}

.flex-row {
  align-items: center;
  display: flex;
}

.news-div {
  border-bottom: 1px solid var(--silver);
  padding-top: 90px;
}

.news-tile {
  width: 25%;
  height: 390px;
  float: left;
  border-right: 1px solid var(--silver);
  padding: 10px;
}

.news-image {
  height: 220px;
  background-image: url('../images/divider-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/3d-model-residential-building.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  padding: 100px 20px;
  display: flex;
}

.footer-div {
  width: 80%;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-logo {
  float: left;
  background-image: url('../images/4-horiz-blanc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-nav {
  float: right;
}

.footer-nav._2 {
  float: right;
  clear: right;
}

.card-info {
  color: #1c4b5c;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.card-info._2 {
  text-transform: none;
  padding-right: 50px;
  font-size: 13px;
  line-height: 26px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  opacity: .34;
  margin-top: -18px;
  margin-left: 22px;
}

.tt {
  color: #fff;
}

.navbar-no-shadow {
  z-index: 2000;
  background-color: #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(118, 145, 255, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  list-style-type: disc;
  display: block;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: .5px solid #fff;
  margin-right: 7px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.foot {
  margin-top: 19px;
}

.section-4 {
  height: 800px;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uui-icon-featured-outline-large {
  width: 7rem;
  height: 7rem;
  color: #7f56d9;
  background-color: rgba(255, 255, 255, .47);
  border: .5rem solid #bdbdbd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-page-padding {
  height: 800px;
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)), url('../images/close-up-metallic-building.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 84px 3.5rem 68px;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #1976d2;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #68c3ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-text-size-medium {
  color: #475467;
  text-align: center;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout71_item {
  height: 430px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: -2px -1px 5px rgba(0, 0, 0, .2);
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout71_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-link {
  color: #68c3ee;
}

.text-link:hover {
  color: #faa942;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.container {
  margin-bottom: 42px;
}

.rl-padding-section-large-2 {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}

.image-24 {
  width: 100%;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.columns-8 {
  margin-top: 15px;
}

.rl-padding-global-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)), url('../images/A7300146.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 54px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery10_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.lightbox-link {
  margin-top: 20px;
}

.rl-heading-style-h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 3.6rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.lightbox-link-3 {
  margin-top: 15px;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 50%;
}

.image-36 {
  margin-bottom: 18px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.success-message-2 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-gray-link.white-link {
  color: #fff;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-label.white-text {
  color: #fff;
}

.kutup-checkbox {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .2);
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-field {
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::-ms-input-placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-field::placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: #fff;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-contact-form-flex {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-photo-wrapper {
  width: 86%;
  height: 570px;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-contact-section-1 {
  background-color: var(--white-smoke);
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/monochromatic-urban-minimal-landscape-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 141px 5% 100px;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-size: 12px;
}

.lottie-animation {
  width: 200px;
  height: 100px;
}

.column {
  height: 655px;
  background-image: url('../images/30363.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-9 {
  border: 1px #000;
}

.column-2 {
  background-color: #fff;
}

.lottie-animation-2 {
  width: 300px;
  height: 100px;
}

.container-3 {
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-3.arrow {
  justify-content: center;
}

.contact-info-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
}

.content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.content-block.with-border {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  justify-content: center;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-block.with-border:hover {
  background-color: #eee;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #838383;
  background-color: #424242;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  margin-right: 0;
}

.link {
  color: #585858;
  margin-bottom: 8px;
  font-size: 20px;
  text-decoration: none;
}

.link.tel-2 {
  margin-right: 25px;
}

.link-2 {
  color: #585858;
  font-size: 20px;
  text-decoration: none;
}

.heading, .heading-2 {
  margin-bottom: 0;
}

.container-4 {
  display: flex;
}

.section-5 {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dream-house-floor-plan-sharp-focus-perfect-focus.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  flex-direction: column;
  padding-top: 62px;
  display: block;
}

.lottie-animation-3 {
  width: 100px;
  height: 100px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.container-6.oik {
  justify-content: flex-start;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #5f5f5f;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  color: #fff;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.section-7 {
  margin-top: 209px;
}

.section-7.yu {
  margin-top: 0;
  padding-top: 137px;
}

.heading-17 {
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 52px;
}

.features-right {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.container-11 {
  padding-bottom: 113px;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.lottie-animation-4 {
  width: 50px;
  height: 50px;
}

.bold-text-2 {
  color: #464646;
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  .lottie-animation-2 {
    width: 300px;
  }

  .container-3 {
    justify-content: flex-start;
  }

  .container-3.arrow {
    justify-content: center;
  }

  .container-6.oik {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .section-body {
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .col-1 {
    flex: none;
  }

  .nav-menu {
    display: none;
  }

  .col-content {
    width: 75%;
    padding-left: 99px;
  }

  .button-hero.alt {
    padding-left: 0;
  }

  .social-link {
    width: 50px;
    height: 50px;
  }

  .header-col-1, .col-footer {
    padding-left: 5%;
  }

  .hero-float {
    top: 23vh;
    right: -290px;
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-part {
    width: 640px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-part.hero {
    width: 100%;
    padding-right: 25%;
  }

  .hero-image {
    padding-left: 60px;
  }

  .navlink {
    padding: 15px 12px 45px;
  }

  .navlink.w--current {
    padding-top: 15px;
  }

  .navlink.cart {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
  }

  .nav-con {
    height: 130px;
  }

  .hero-section {
    height: auto;
    padding: 157px 25px 77px;
  }

  .hero-quote {
    font-size: 187px;
  }

  .hero-image-1 {
    width: 60%;
  }

  .hero-row {
    width: 80%;
  }

  .intro-row {
    height: auto;
    border-top-style: none;
    border-bottom-style: none;
  }

  .intro-col-1 {
    border-bottom: 1px #000;
    border-right-style: none;
    padding-top: 47px;
    padding-right: 5%;
  }

  .big-header.hero {
    width: auto;
    margin-left: 0;
    display: none;
  }

  .big-header.hero.hero-txt-mobile {
    text-align: center;
    font-size: 45px;
    line-height: 49px;
    display: block;
  }

  .b-copy {
    margin-bottom: 34px;
  }

  .section.testimonial._3 {
    height: 450px;
  }

  .food-tile {
    height: 408px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .food-tile-info {
    padding-left: 20px;
  }

  .food-tile-image {
    width: 100%;
    height: 140px;
    flex-direction: row;
    flex: none;
    margin-top: 20px;
    display: block;
  }

  .food-tile-image._2 {
    height: 140px;
  }

  .food-tile-image._3 {
    margin-top: 20px;
  }

  .food-tile-image._4 {
    margin-top: 20px;
    padding-top: 0;
  }

  .food-tile-name {
    padding-left: 19px;
  }

  .card-title {
    font-size: 16px;
    line-height: 28px;
  }

  .card-title._2 {
    padding-right: 0;
    line-height: 21px;
  }

  .r-arrow {
    width: 90px;
  }

  .l-arrow {
    width: 90px;
    margin-right: 90px;
  }

  .testimonial-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-copy {
    line-height: 47px;
  }

  .news-tile {
    height: 360px;
  }

  .news-image {
    height: 150px;
  }

  .footer-nav {
    flex-direction: column;
    display: flex;
  }

  .hero-copy-col {
    padding-left: 0;
    padding-right: 0;
  }

  .card-info {
    font-size: 16px;
    line-height: 28px;
  }

  .card-info._2 {
    padding-right: 0;
    line-height: 21px;
  }

  .image-3 {
    width: 700px;
    margin-left: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #000;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #707070;
  }

  .section-4, .uui-page-padding {
    height: auto;
  }

  .uui-text-size-medium {
    text-align: center;
  }

  .uui-layout71_item {
    justify-content: center;
    display: flex;
  }

  .uui-layout71_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .columns-9 {
    border-style: none;
  }

  .container-3 {
    margin-top: 26px;
  }

  .link.tel-2 {
    margin-right: 19px;
  }

  .container-6.oik {
    justify-content: flex-start;
  }

  .columns-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 20px;
  }

  .bold-text {
    line-height: 47px;
  }

  .icon-2 {
    color: #fff;
  }

  .icon-3 {
    color: #b1b1b1;
  }

  .list-item-5, .list-item-6 {
    margin-bottom: 20px;
  }

  .cookie-modal_component {
    display: block;
  }

  .section-7 {
    margin-top: 221px;
  }

  .section-7.yu {
    margin-top: 0;
  }

  .features-right {
    max-width: 100%;
  }

  .container-11 {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .section-body {
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .col-1 {
    width: 100%;
    flex-direction: column;
  }

  .col-2 {
    width: 30%;
    flex: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .header {
    width: 100%;
  }

  .col-content {
    width: 60%;
    padding-left: 50px;
  }

  .button-hero.alt {
    padding-left: 0;
  }

  .footer-link {
    text-align: center;
    margin-left: 0;
  }

  .footer-link.w--current {
    text-align: center;
  }

  .hero-float {
    z-index: 1;
    right: -278px;
  }

  .section-3 {
    height: auto;
  }

  .button-row {
    flex-flow: wrap;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .cta-button {
    flex: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content-part {
    width: 500px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .content-part.hero {
    height: 100vh;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 20%;
    padding-bottom: 30px;
    padding-right: 15%;
  }

  .hero-image {
    padding-left: 10px;
  }

  .b-copy.txt-footer {
    text-align: center;
    padding-right: 0;
  }

  .section.testimonial._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-copy {
    line-height: 42px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-div {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-3 {
    width: 400px;
    max-width: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-page-padding {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-layout71_item {
    margin-bottom: 3px;
    padding-right: 0;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout71_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-24 {
    margin-bottom: 15px;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .image-31, .image-30, .image-35 {
    margin-bottom: 15px;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .image-34, .image-28, .image-25 {
    margin-bottom: 15px;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .image-29 {
    margin-bottom: 15px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

  .kutup-contact-section-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lottie-animation {
    width: 250px;
  }

  .column {
    height: 350px;
  }

  .container-3 {
    justify-content: center;
  }

  .contact-info-grid {
    flex-direction: column;
    display: flex;
  }

  .link.tel-2 {
    margin-right: 0;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-6.oik {
    justify-content: flex-start;
  }

  .bold-text {
    font-size: 37px;
    line-height: 31px;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_component {
    display: block;
  }

  .section-7 {
    margin-top: 65px;
  }

  .section-7.yu {
    margin-top: 0;
  }

  .container-11 {
    padding-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-body {
    display: block;
  }

  .col-1 {
    z-index: 4;
    padding-left: 10%;
    padding-right: 10%;
  }

  .col-2 {
    width: 100%;
    height: 30vh;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header {
    width: 90%;
    position: absolute;
  }

  .header-logo {
    display: none;
  }

  .col-content {
    width: auto;
    padding-top: 64px;
    padding-left: 0;
    display: block;
  }

  .header-social {
    margin-left: 0%;
    margin-right: 0;
    padding-right: 4%;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-link, .footer-link.w--current {
    margin-bottom: 12px;
  }

  .hero-float {
    width: 100%;
    height: 300px;
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
  }

  .hero-description {
    margin-right: 0%;
  }

  .section-3 {
    height: auto;
    min-height: 70vh;
  }

  .button-row {
    width: 100%;
    flex-flow: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .content-part {
    width: 90%;
    padding: 20px 6%;
  }

  .content-part.hero {
    min-height: 80vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .profile-description {
    flex: 0 auto;
  }

  .sign-up-div {
    position: relative;
  }

  .hero-image {
    z-index: -1;
    object-fit: fill;
    object-position: 0% 50%;
    padding-left: 0;
    position: relative;
  }

  .hero-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-social {
    margin-left: 0%;
    margin-right: 0;
    padding-right: 4%;
  }

  .big-header {
    font-size: 32px;
    line-height: 31px;
  }

  .big-header.hero.hero-txt-mobile {
    font-size: 34px;
    line-height: 35px;
  }

  .b-copy {
    font-size: 15px;
  }

  .b-copy.txt-footer {
    margin-top: 5px;
  }

  .b-copy.txt-contact {
    line-height: 21px;
  }

  .section.testimonial {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/masterful-builder-construction-expert-crafting-excellence.jpg');
    background-position: 0 0, 0%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-copy {
    font-size: 29px;
    line-height: 30px;
  }

  .image-2 {
    width: 200px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 250px;
  }

  .tt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-top: 32px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    margin-left: 8px;
  }

  .uui-icon-featured-outline-large {
    width: auto;
    height: auto;
  }

  .uui-page-padding {
    padding-top: 61px;
    padding-bottom: 85px;
  }

  .uui-layout71_item {
    height: 470px;
    padding-bottom: 31px;
    padding-right: 10px;
  }

  .container-2 {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-contact-section-1 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .content-block.with-border {
    width: 300px;
    margin-left: 0;
  }

  .bold-text {
    font-size: 29px;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
    display: block;
  }

  .cookie-popup_component {
    max-width: 100%;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .section-7 {
    margin-top: 185px;
  }

  .section-7.yu {
    margin-top: 0;
  }

  .paragraph-5 {
    text-align: center;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 43px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .container-11 {
    padding-bottom: 70px;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-a5797bea-bc3a-06b8-8cb3-49a204dcca83-b1ddb800 {
  align-self: auto;
  justify-self: center;
}

#w-node-_68c06843-2409-14d2-9860-99c17ca19b7f-b1ddb800, #w-node-e42103d8-5817-1331-1737-0a1055aec2fe-b1ddb804, #w-node-e42103d8-5817-1331-1737-0a1055aec2fe-079aa729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}