:root {
  --black: #242020;
  --dark-olive-green: #D04848;
  --gainsboro: #e6e6e6;
  --gold: #D04848;
  --pastel: #D04848;
  --red: #e70c18;
  --white-2: white;
  --white: #fafafa;
  --black-2: #403939;
  --black--50: #2b2727;
}



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
section{
	position: relative;
	width: 100%;
}
section video{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section .navigatioon{
	position: absolute;
	padding: 1px;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 150px;
}

section .navigation li{
	list-style: none;
	cursor: pointer;
	border-radius: 4px;
	margin: 1px;
	border: 1px solid #fff;
	opacity: 0.7;
}

section .navigation li img{
	transition: 0.5s;
}
section .navigation li img:hover{
	height: 150px;
	width: 200px;
	border: 2px solid #fff;
}

.vdf {
  height: 100px;
  width: 150px;
}


.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;
}

body {
  color: var(--black);
  background-color: #fafafa;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--dark-olive-green);
  text-decoration: underline;
}

ul {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

.oval {
  border-radius: 7px;
}


blockquote {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--gainsboro) var(--gainsboro) var(--gold);
  background-image: url('../images/qq_pp-1.svg');
  background-position: 98% 20px;
  background-repeat: no-repeat;
  background-size: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 10% 40px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.main-section {
  color: var(--white-2);
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3) 68%), url('../images/Layer-600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;

}

.main-section.aiming-high {
  background-image: linear-gradient(#4d4949, rgba(16, 12, 12, .4)), url('../images/abco/bukumluip.jpg');
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
  backdrop-filter: blur(3px);
}

.main-section2.aiming-high2 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3) 68%), url('../images/abco/1sera.jpg');
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}


.main-section.services {
  background-image: none;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.main-section.contact-us {
  color: var(--black);
  background-image: none;
  min-height: auto;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.main-section.news-page {
  color: var(--black);
  background-image: none;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container.flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container.max-1080-px {
  max-width: 1080px;
}

.container.relative {
  z-index: 10;
  position: relative;
}

.navbar {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: rgba(36, 32, 32, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.black {
  background-color: var(--black);
}

.nav-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 100px;
  transition: border-color .2s cubic-bezier(.19, 1, .22, 1);
}

.nav-link:hover {
  border-bottom-color: var(--gold);
}

.nav-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--white-2);
}

.button-cta {
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #D04848;
  border-radius: 50px;
  margin-top: 27px;
  margin-left: 20px;
  padding: 0 46px;
  font-size: 16px;
  line-height: 46px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.button-cta:hover {
  background-color: var(--pastel);
  color: var(--black);
  text-transform: capitalize;
}

.button-cta.flat {
  margin-top: 0;
  margin-left: 0;
}

.nav-menu {
  align-self: center;
}

.line-element {
  background-color: #D04848;
  width: 60px;
  height: 2px;
}

.greed-for-slogan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: grid;
}

.display-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.button-withe {
  clear: none;
  background-color: var(--white-2);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  align-self: center;
  max-width: 220px;
  margin-right: 20px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  transition: all .2s ease-out;
  display: inline-block;
}

.button-withe:hover {
  background-color: var(--gold);
  color: var(--white-2);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-2);
  align-items: center;
  font-size: 15px;
  margin-top: 400px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.logo-banner-section {
  padding-left: 20px;
  padding-right: 20px;
}

.logo-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  justify-content: center;
  display:flex;
}

.logo-grid.two {
  background-color: var(--white-2);
  border: 1px solid #ccc;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


.logo-img {
  object-fit: scale-down;
  max-width: 140px;
}

.section {
  padding: 10px 20px;
}

.section.our-project {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 50px 0 0;
}

.section.blog-section {
  padding-bottom: 100px;
}

.section.pre-footer-section {
  border-top: 1px solid var(--gainsboro);
}

+
.section.footer {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
}


.section.logo-banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-main {
  padding-bottom: 0;
}

.section.services {
  padding-top: 25px;
}

.grid-for-heder-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sub-heding {
  color: #D04848;
  font-size: 16px;
  font-weight: 600;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2em;
}

.button-main {
  color: var(--white-2);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #D04848;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  transition-property: color;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.button-main:hover {
  background-color: var(--red);
}

.button-main.margin-top {
  margin-top: 20px;
}

.about-info-wrapper-card {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-vertical-with-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.card-vertical-with-img:hover {
  background-color: var(--black);
  box-shadow: inset 0 4px 0 0 var(--dark-olive-green);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.wrapper-for-content {
  border-radius: .2rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.card-name-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.card-name-text.project-section {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4em;
}

.card-name-text.blog {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2em;
}

.card-name-text.blog.small {
  font-size: 16px;
}

.card-name-text.social {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4em;
}

.card-name-text.accent {
  color: var(--gold);
}

.card-name-text.small {
  font-size: 18px;
}

.card-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.card-link:hover {
  color: var(--gold);
}

.wrapper-for-icon {
  filter: hue-rotate(345deg);
  height: 60px;
}

.wrapper-for-icon.marging-top {
  height: auto;
  margin-top: 20px;
}

.tabs-menu {
  text-align: center;
  max-width: 500px;
  margin: -64px auto 20px;
}

.tab-link {
  color: var(--white-2);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(216, 212, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
}

.responsive-image {
  width: 100%;
  height: auto;
  object-fit: scale-down;
  }

.tab-link:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}






.tab-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
}

.pading-left-right {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-for-card-project{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: minmax(30vw, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-for-card-project.testt{
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 63%), url('../images/abco/tekniktekstil.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover; 
}

.grid-for-card-project.current-projects {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 63%), url('../images/abco/pefilm.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.grid-for-card-project.current-projects2 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 63%), url('../images/abco/raschel.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.grid-for-card-project.current-projects3 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 63%), url('../images/abco/duz-dokuma.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}


.link-in-card-project {
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  border-bottom: 0px none var(--gold);
  color: var(--white-2);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-for-project-card {
  border-bottom: 1px solid var(--dark-olive-green);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: flex-start;
  min-height: 40%;
  padding: 40px;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.testimonials-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.color {
  color: #e23939;
}

.hiza {
  text-align: right;
}

.hiza-center {
  text-align: center;
}

.hiza-justify {
  text-align: justify;
}


.testimonials-logo-wrapper {
  background-color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.signature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 1fr) 1fr 420px 1fr minmax(20px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 110px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.signature-grid.butomn {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.this-block {
  color: var(--gold);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.this-block.center {
  border-right: 1px solid var(--white-2);
  border-left: 1px solid var(--white-2);
}

.recent-blogs-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: 268px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.blog-card:hover {
  color: var(--gold);
}

.blog-prew-img {
  object-fit: cover;
  width: 100%;
  height: 268px;
}

.abcoyapar {

  width: 50px;
  height: 70px;
}

.blog-description {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-section {
  background-color: var(--white-2);
  padding: 100px 20px 60px;
}

.small-thin-text {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
}

.read-more-blog {
  z-index: 10;
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.read-more-blog:hover {
  color: var(--gold);
}

.read-more-blog.search-icon {
  background-color: #fff;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  min-width: 60px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.body {
  background-color: var(--white);
}

.img-wrapper-blog-card {
  position: relative;
}

.pre-footer-section {
  padding: 60px 20px;
}

.grid-two-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.region-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  box-shadow: 0 13px 11px -9px rgba(0, 0, 0, .2);
}

.content-description-card {
  border-radius: .2rem;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.img-for-card {
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.grid-card-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.social-card:hover {
  color: var(--gold);
}

.social-card.center {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.footer {
  background-color: var(--black);
  color: var(--gainsboro);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  background-attachment: fixed;
  padding: 60px 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text {
  margin-bottom: 0;
  font-size: 12px;
}

.list-item-footer {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.8em;
  text-decoration: none;
  display: grid;
}

.social-widget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  text-align: center;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
}

.link-block:hover {
  opacity: .46;
}

.column-grid-post-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.column-grid-post-main.two {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
}

.content-for-card {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.content-for-card.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 0 50px;
  display: grid;
}

.card-about-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.card-about-post:hover {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.brand {
  padding-left: 0;
}

.aiming-high-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-box-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  grid-template-rows: 370px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.light-box-card:hover {
  color: var(--gold);
}

.light-box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bread-crumbs-wrapper {
  margin-bottom: 20px;
}

.bread-crumbs {
  color: var(--white-2);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs:hover {
  color: var(--white-2);
}

.bread-crumbs.active {
  color: var(--gold);
}

.bread-crumbs.black {
  color: var(--black);
}

.contact-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-card {
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  padding: 20px 40px 40px;
}

.contact-card-link {
  color: var(--black);
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.contact-card-link:hover {
  color: var(--gold);
}

.greed-wrapper-for-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Card-list Serche-bar"
  / 1fr 410px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-search-bar {
  border-left: 1px solid var(--gainsboro);
  padding-left: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.news-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.news-prew {
  object-fit: cover;
  width: 100%;
}

.search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70px;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: grid;
}

.search.small {
  justify-items: center;
  max-width: 370px;
  margin: 20px auto 60px 0;
}

.search-input {
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.search-input:focus {
  border: 1px solid var(--gold);
}

.search-button {
  background-color: var(--white-2);
  color: #262626;
  text-align: center;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}

.search-button:hover {
  color: var(--gold);
}

.recent-posts-card {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: grid;
  position: relative;
}

.recent-posts-card:hover {
  color: var(--gold);
}

.recent-posts-prew {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.tag-link {
  float: left;
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid gray;
  border-radius: 30px;
  margin: 5px;
  padding: 0 30px;
  font-size: 10px;
  line-height: 32px;
  display: inline-block;
}

.collection-item {
  display: inline;
}

.collection-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-bar-collection {
  min-height: 365px;
  overflow: hidden;
}

.main-news-img {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
  margin-bottom: 20px;
  display: block;
}

.search-result-item {
  margin-bottom: 40px;
}

.logo-text {
  color: #fff;
}

.logo-text.subtext {
  color: var(--gold);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.logo-svg {
  color: var(--gold);
  height: 42px;
  display: inline-block;
}

.logo-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  margin-top: -30px;
}

.crecl-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.crecl-icon-wrapper.scroll-down {
  width: 60px;
  height: 60px;
  display: flex;
  position: static;
  transform: scale(.7)rotate(90deg);
}

.cercl-figure {
  border: 3px solid var(--gold);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cercl-figure.two {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.cercl-figure.one {
  opacity: .2;
  border-radius: 100%;
}

.cercl-figure.three {
  background-color: #D04848;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.darck-card-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.time-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gold);
  letter-spacing: 0;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: grid;
}

.step-name {
  color: var(--dark-olive-green);
  font-size: 54px;
  font-weight: 800;
  line-height: 1em;
}

.step-name.one, .step-name.two, .step-name.three, .step-name.fore {
  color: var(--pastel);
  font-size: 25px;
}

.step-name.two {
  color: var(--pastel);
}

.step-name.three {
  color: var(--pastel);
}

.step-name.fore {
  color: var(--pastel);
}

.dont-dilate_ {
  flex: 1;
}

.wite {
  color: #f7f7f8;
}

.comtainer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.comtainer.relative {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  height: auto;
  display: flex;
  position: static;
}

.big-darck-card {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-2);
  background-color: var(--black--50);
  color: var(--white-2);
  background-image: none;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 450px minmax(60px, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-height: none;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30vh;
  transform: translate(0, 80px);
  box-shadow: 0 40px 20px -20px rgba(0, 0, 0, .56);
}

.big-darck-card.step-thre {
  z-index: 3;
  transform: translate(0, 160px);
}

.big-darck-card.step-one {
  z-index: 5;
  transform: none;
}

.big-darck-card.step-fore {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  transform: translate(0, 240px);
}


.big-darck-card.step-bes {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  transform: translate(0, 240px);
}


.big-darck-card.step-alti {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  transform: translate(0, 240px);
}

.big-darck-card.step-two {
  z-index: 4;
}

.image-for-card-step {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 50vh;
  display: block;
  position: static;
}

.quoteblock {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.ava-name {
  color: #9a9fa5;
  font-size: 16px;
  font-weight: 500;
}

.head-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.stiky-track-for-head-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.ava-wrapper {
  border-radius: 90px;
  width: 90px;
  height: 90px;
  position: relative;
}

.quet-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 440px) minmax(200px, 552px);
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 100px;
  padding: 20px 20px 100px;
  display: grid;
}

.quote-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ava {
  object-fit: cover;
  border-radius: 90px;
  width: 90px;
  height: 90px;
}

.small-quote-img {
  width: 22px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-step {
  background-color: var(--black);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding-bottom: 500px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
}

.section-for-heading {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 20px 20px;
}

.review-section {
  padding: 140px 20px 100px;
}

.section-with-video {
  color: var(--white-2);
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3) 34%, rgba(0, 0, 0, .61)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 oranı için */
}

.autograph {
  float: right;
  color: #e23939;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  line-height: 1.8em;
}

.banner {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1d1f;
  background-color: #fff;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -240px auto auto;
  padding: 40px 60px;
  display: block;
  position: relative;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .22);
}

.navbar-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.dropdown-toggle {
  color: var(--white-2);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  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;
  transition: all .3s;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #363030;
}

.icon-dropdown {
  color: var(--dark-olive-green);
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-icon {
  color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.dropdown-list.w--open {
  border: 1px solid var(--black-2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white-2);
  background-color: rgba(36, 32, 32, .98);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  border-radius: .2rem;
  width: 20rem;
  height: auto;
  padding: 20px;
  right: -100%;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--dark-olive-green);
  background-color: var(--gold);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-button:hover {
  background-color: var(--dark-olive-green);
  border-color: #6941c6;
}

.form-button:focus {
  background-color: var(--gold);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  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: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-style-link-form {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.form-field-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact-icon-wrapper {
  color: var(--gold);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.contact-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 80px 40px 60px;
  display: grid;
}

.contact-item {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.parallax-image-wrapper {
  border-radius: .2rem;
  flex: none;
  overflow: hidden;
}

.icon-wrapper {
  min-width: 36px;
}

.section-about-ethics {
  color: var(--white-2);
  text-align: center;
  background-image: linear-gradient(rgba(36, 32, 32, .85), rgba(36, 32, 32, .85)), url('../images/abco/arkaplan.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 160px 20px;
  display: flex;
  position: relative;
}

.lightbox-second-page {
  border-radius: .2rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

.scroll-down {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.background-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-overlay {
  z-index: 1;
  background-image: linear-gradient(#4d4949, rgba(16, 12, 12, .4));
  width: 100%;
  height: 100%;
  position: absolute;
 
}

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

.button-row.card {
  margin-top: 20px;
}

.layout-item {
  grid-column-gap: 20px;
  display: flex;
}

.layout-image-wrapper {
  width: 100%;
  height: 100%;
}

.layout-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.grid-service-page {
  grid-template-rows: auto;
  margin-top: 60px;
}

.serch-container {
  min-height: 85vh;
  padding: 140px 20px 100px;
}

.flex-description-wrapper {
  flex-direction: column;
  display: flex;
}

.second-img-for-service-page {
  object-fit: cover;
  width: 100%;
  max-height: 520px;
  margin-bottom: 40px;
  display: block;
}

.icon-service-page {
  max-height: 32px;
}

.icon-main {
  object-fit: contain;
  width: 32px;
  max-height: 32px;
}

.underline {
  text-decoration: underline;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.highlight-default {
  color: #545b66;
  background-color: rgba(204, 228, 255, .3);
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-tight.flex-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.style-guide-section {
  padding: 100px 3%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-grey {
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.colour-block {
  background-color: var(--dark-olive-green);
  height: 120px;
}

.colour-block.color-6 {
  background-color: var(--black);
}

.colour-block.color-2 {
  background-color: var(--gold);
}

.colour-block.color-3 {
  background-color: var(--gainsboro);
}

.colour-block.color-4 {
  background-color: var(--white);
}

.colour-block.color-5 {
  background-color: var(--white-2);
}

.colour-block.color-7 {
  background-color: var(--black--50);
}

.colour-block.color-8 {
  background-color: var(--black-2);
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.tag-holder:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, .07);
}

.header-section {
  color: #fff;
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.block-detail {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.block {
  margin-bottom: 45px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.size-detail {
  color: #609fff;
  margin-left: 8px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.style-guide-h1 {
  color: #fff;
}

.wrapper-100vh {
  min-height: 100vh;
}

.background-changelog {
  color: #e7e7e7;
  background-color: #2e2e2e;
  border-radius: 3px;
  padding: 60px 40px;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 3%;
  position: relative;
}

.version-background {
  color: #2e2e2e;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.qoute-q {
  margin-bottom: 20px;
}

.link-for-dropdown {
  color: var(--white-2);
  text-decoration: none;
}

.link-for-dropdown:hover {
  color: var(--gold);
}

.link {
  color: var(--dark-olive-green);
}

.link.w--current, .link-2 {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .main-section {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-link {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3em;
  }

  .nav-menu {
    background-color: rgba(36, 32, 32, .98);
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 10px;
  }


/* Ekran genişliği 768px veya daha küçükse (tablet ve küçük ekranlar için) */
@media (max-width: 768px) {
  .logo-grid {
      grid-template-columns: 1fr 1fr; /* 2 sütunlu düzen */
  }
}

/* Ekran genişliği 480px veya daha küçükse (cep telefonları için) */
@media (max-width: 480px) {
  .logo-grid {
      grid-template-columns: 1fr; /* Tek sütunlu düzen */
  }
}

  .h1 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card-vertical-with-img {
    flex-direction: column;
  }

  .wrapper-for-content {
    padding-bottom: 60px;
  }

  .card-name-text.blog {
    font-size: 20px;
  }

  .tabs-menu {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-for-card-project {
    background-position: 0 0, 50%;
    grid-template-columns: 1fr 1fr;
  }

  .link-in-card-project {
    border: 1px solid rgba(255, 255, 255, .35);
  }

  .content-for-project-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-template-columns: 20px 1fr 1fr 1fr 20px;
  }

  .blog-card {
    grid-template-rows: 20vw auto;
  }

  .blog-prew-img {
    height: 20vw;
  }

  .read-more-blog {
    line-height: 36px;
  }

  .pre-footer-section {
    padding-top: 0;
  }

  .region-card {
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 30vw;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text.copyright {
    text-align: center;
  }

  .column-grid-post-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-for-card {
    padding-bottom: 60px;
  }

  .card-about-post {
    flex-direction: column-reverse;
  }

  .menu-button.w--open {
    background-color: var(--dark-olive-green);
  }

  .light-box-card {
    grid-template-rows: 30vw auto;
  }

  .contact-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .greed-wrapper-for-news {
    grid-template: "Serche-bar"
                   "Card-list"
                   / 1fr;
  }

  .sticky-search-bar {
    border-left-style: none;
    padding-left: 0;
    position: static;
  }

  .news-card {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
  }

  .news-prew {
    height: 30vw;
  }

  .grid-for-news-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .recent-posts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-for-card-nrews {
    flex-direction: column;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .big-darck-card {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
    bottom: 0;
  }

  .image-for-card-step {
    object-fit: contain;
    max-height: 30vh;
  }

  .head-wrapper {
    position: relative;
    top: auto;
  }

  .quet-wrapper {
    flex-direction: column;
    padding: 60px 32px 0;
    display: flex;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle {
    align-items: center;
    min-height: 48px;
    padding: 0 20px;
    display: flex;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-menu-dropdown {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .dropdown-icon {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    width: auto;
    padding: 0;
  }

  .dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .title-wrap-left {
    text-align: left;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 40px;
  }

  .logo-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.logo-banner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-for-heder-section {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .h1 {
    margin-right: 0;
  }

  .about-info-wrapper-card {
    margin-top: 40px;
  }

  .wrapper-for-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    border-top-color: var(--gold);
    border-bottom-style: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .signature-grid.butomn {
    border-bottom-style: none;
    border-bottom-color: var(--gold);
    flex-direction: column;
    grid-template-rows: auto auto;
    margin-top: 60px;
    display: flex;
  }

  .this-block {
    grid-column-gap: 10px;
    border: 1px solid var(--gold);
    color: var(--white);
    text-align: left;
    background-color: rgba(36, 32, 32, .8);
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    border-radius: .2rem;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .this-block.center {
    border: 1px solid var(--gold);
  }

  .recent-blogs-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-rows: auto auto;
  }

  .blog-prew-img {
    height: 50vw;
  }

  .content-description-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-card-social {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .social-card.center {
    border-left-style: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-grid-post-main, .column-grid-post-main.two {
    grid-template-columns: 1fr;
  }

  .content-for-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .light-box-card {
    grid-template-rows: auto auto;
  }

  .news-prew {
    height: 50vw;
  }

  .grid-for-news-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .search {
    float: none;
    max-width: none;
    margin-top: 100px;
    position: static;
  }

  .main-news-img {
    height: 60vw;
    max-height: none;
  }

  .darck-card-text-wrapper {
    margin-top: 40px;
  }

  .big-darck-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quoteblock {
    font-size: 24px;
    line-height: 28px;
  }

  .section-step {
    padding-bottom: 620px;
  }

  .review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-with-video {
    max-height: none;
  }

  .autograph {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form-button {
    font-size: 1rem;
  }

  .form-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-about-ethics {
    min-height: auto;
    padding: 100px 20px;
  }

  .scroll-down {
    display: none;
  }

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

  .layout-item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .grid-service-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .licence-image {
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

  .licence-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    background-position: 10px 10px;
    background-size: 30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-section {
    padding-bottom: 100px;
  }

  .main-section.aiming-high, .main-section.services {
    min-height: 360px;
  }

  .main-section.contact-us, .main-section.news-page {
    min-height: auto;
    max-height: none;
  }

  .container.max-1080-px {
    text-align: left;
  }

  .nav-menu {
    align-self: stretch;
    max-height: 95svh;
  }

  .greed-for-slogan {
    text-align: center;
    justify-items: start;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .display-text {
    font-size: 36px;
  }

  .display-text.for-home-page {
    text-align: center;
    line-height: 1.2em;
  }

  .button-withe {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6em;
    display: block;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .lightbox-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid.two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img {
    max-width: 85%;
  }

  .section {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .section.our-project {
    padding-top: 60px;
  }

  .h1 {
    text-align: left;
    margin-right: 0;
  }

  .button-main {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card-vertical-with-img {
    flex-direction: column;
    grid-template-rows: min-content auto;
    display: flex;
  }

  .wrapper-for-content {
    padding-bottom: 20px;
  }

  .wrapper-for-icon.marging-top {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;

  }

  .tab-link {
    font-size: 20px;
    line-height: 2.2em;
    display: inline-block;
  }

  .grid-for-card-project {
    background-image: linear-gradient(rgba(36, 32, 32, .78), rgba(22, 20, 20, .48)), url('../images/CSR.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    grid-template-columns: 1fr;
  }

  .content-for-project-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .testimonials-logo-wrapper {
    padding: 20px 5px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .this-block {
    text-align: left;
    justify-content: flex-start;
  }

  .blog-description {
    border-bottom: 1px solid #ebebeb;
  }

  .pre-footer-section {
    padding-top: 0;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 50vw;
  }

  .grid-card-social {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .social-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-items: start;
    display: flex;
  }

  .social-card.center {
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px solid var(--gainsboro);
    border-right-style: none;
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-text {
    font-size: 14px;
  }

  .list-item-footer {
    text-align: left;
  }

  .social-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column-grid-post-main {
    grid-row-gap: 0px;
  }

  .column-grid-post-main.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-for-card {
    padding-bottom: 20px;
  }

  .content-for-card.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-about-post {
    grid-template-rows: min-content auto;
    display: flex;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bread-crumbs {
    font-size: 14px;
  }

  .contact-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .contact-card {
    margin-bottom: 20px;
  }

  .search {
    margin-top: 0;
  }

  .search-button {
    padding-right: 0;
  }

  .recent-posts {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-text {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .logo-text.subtext {
    letter-spacing: 5px;
    margin-bottom: 0;
    font-size: 9px;
  }

  .logo-svg {
    height: 40px;
  }

  .logo-wrapper {
    flex-direction: row;
  }

  .logo-wrapper.fo-footer {
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .text-logo-wrapper {
    text-align: left;
  }

  .text-logo-wrapper.for-footer {
    text-align: center;
  }

  .step-name {
    font-size: 42px;
  }

  .comtainer.relative {
    display: flex;
  }

  .big-darck-card {
    padding-top: 20px;
    padding-bottom: 35px;
    bottom: 5vh;
  }

  .image-for-card-step {
    width: 100%;
    max-height: 50dvh;
  }

  .ava-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .quet-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-grid, .ava {
    display: block;
  }

  .section-step {
    padding-top: 0;
    padding-bottom: 520px;
  }

  .section-for-heading {
    text-align: left;
    padding-top: 60px;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: 100vh;
    max-height: none;
    padding-bottom: 100px;
  }

  .autograph {
    margin-bottom: 0;
  }

  .banner {
    text-align: center;
  }

  .dropdown-link-list.navigation {
    overflow: auto;
  }

  .form-field-two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-component {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-about-ethics {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .layout-item-list {
    text-align: left;
  }

  .header-section {
    min-height: auto;
    padding-top: 140px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .qoute-q {
    max-width: 56px;
  }
}

#w-node-b7f12095-a259-fd30-c975-00e4bb71bf47-189c919a, #w-node-_15fbee53-4a85-e847-3a8e-661c78bb4ad7-189c919a, #w-node-_68e1a85a-7a68-6649-070d-6df8eecc3663-189c919a, #w-node-_0396675f-5b56-05c2-176d-9438315fca02-189c919a, #w-node-c943f563-f06c-3ada-0a6b-7724eb5726f8-189c919a, #w-node-_3ccd6856-26a0-d12c-7f7f-441b2adfda3a-189c919a {
  align-self: center;
  justify-self: center;
}

#w-node-a8ad3526-f411-3c20-8d7e-29f2c8f8b986-189c919a {
  align-self: end;
}

#w-node-_794ad7bf-4c3d-7902-16f9-bc1a56cea2aa-189c919a {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_97eb81e6-6b11-7636-1e59-bbbf4e05e9bf-189c919a {
  align-self: start;
}

#w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-189c919a, #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef293-189c919a {
  align-self: stretch;
}

#w-node-a86e36c0-b746-a6c2-3a93-93ce3483522b-189c919a {
  align-self: end;
  justify-self: end;
}

#w-node-_72f7563e-4c8b-7484-b18c-7f489b306e95-189c919a, #w-node-e80ce171-891a-5266-8cc7-5739dde42802-189c919a, #w-node-_4c917ecf-064b-07b9-362c-d3b31286dd3e-189c919a, #w-node-_57b98f05-ba59-82d1-6ac8-458931339418-189c919a, #w-node-_4ff56b27-1f2b-6a5c-135f-188ab4a615ff-189c919a, #w-node-_03eff1fb-ae9a-dcb3-9417-82e4a2fc4627-189c919a, #w-node-a4b9b818-ce63-fb5e-f71a-f32bb920b947-189c919a, #w-node-_990af5ae-2949-f56a-32eb-2f0647236c4f-189c919a {
  order: -9999;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a457-189c919a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a458-189c919a {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a459-189c919a, #w-node-e0095dda-132d-d79a-079e-782cf0f7a45c-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f11b0c-1539-beab-14be-1a6143e7710c-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a466-189c919a {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a467-189c919a, #w-node-e0095dda-132d-d79a-079e-782cf0f7a46a-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ab23b0-83ee-7d3f-afa8-cc58f21d744f-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a474-189c919a {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a475-189c919a, #w-node-e0095dda-132d-d79a-079e-782cf0f7a478-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b192dea-e542-cb45-4dfb-5d0647c24d69-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a483-189c919a {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a484-189c919a, #w-node-e0095dda-132d-d79a-079e-782cf0f7a487-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830ea43b-d1cc-24e8-2ed6-8a8240ec2140-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe1-189c919a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe4-189c919a, #w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe7-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbf4-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b5abc97a-d305-6f9b-d21a-b8af91b4d892-189c919a, #w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbfd-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.cerceve {
border-style: solid;
color: #e23939;

}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bc14-189c919a {
  align-self: center;
}

#w-node-f14e3410-0a81-9834-5a0c-bb04b0f5cdb5-189c919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb46a7e9-5862-9890-f784-907677d182ef-189c919a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c710711c-2541-1ddd-632e-f1188a63e5ff-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9fd5d7d4-b8af-b11f-3656-f3290d3a2c3c-189c919a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335d7-189c919a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335d3-189c919a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335db-189c919a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9ab59575-c0ef-d0eb-9bd1-882e58bbdbe5-189c919a {
  align-self: center;
}

#w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-189c919a {
  align-self: center;
  justify-self: stretch;
}

#w-node-_0d4d1566-88b8-bf56-6e3e-e88cd5fce1d8-189c919a {
  align-self: stretch;
}

#w-node-_329641f7-453d-6aba-3596-018a0e89361c-189c919a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-189c919a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-189c919a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-189c919a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e6-e84120df {
  align-self: center;
  justify-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e7-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ed-e84120df {
  align-self: center;
  justify-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ee-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412100-e84120df {
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412107-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e841210d-e84120df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412113-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412115-e84120df {
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412117-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412119-e84120df {
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e841211b-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91b0 {
  align-self: center;
}

#w-node-_04626c41-ef1f-9bcd-f08c-5b41713f7197-189c91b0, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f719f-189c91b0, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f71a7-189c91b0, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f71af-189c91b0, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc882-189c91b1, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc887-189c91b1, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc88c-189c91b1 {
  align-self: start;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d2-189c91b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d3-189c91b1, #w-node-_9eb8d5b3-0971-6688-acca-3effacd710c5-189c91b2, #w-node-_03946f44-ddb2-05ff-9b4a-207db18e1ae7-189c91b2, #w-node-_7f25fd33-655e-6ba8-0abd-fff9183dc8df-189c91b2, #w-node-_00ffd2e6-539a-5a2a-5fc4-85eb67245657-189c91b2, #w-node-_5b66016d-d3ea-7238-6456-094cf49e967c-189c91b2, #w-node-_6943b4ef-760c-72f3-8d80-622f30212549-189c91b2 {
  justify-self: center;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603e9-189c91b3 {
  grid-area: Serche-bar;
  align-self: start;
}

#search.w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603eb-189c91b3 {
  align-self: stretch;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603f3-189c91b3 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603f4-189c91b3 {
  align-self: center;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60405-189c91b3 {
  grid-area: Card-list;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce6040a-189c91b3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce6040b-189c91b3 {
  align-self: stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097b1-189c91b4 {
  grid-area: Serche-bar;
  align-self: start;
}

#search.w-node-_03909bbf-ada0-d07a-5332-5c833c4097b3-189c91b4 {
  align-self: stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097bb-189c91b4 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097bc-189c91b4 {
  align-self: center;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097cd-189c91b4 {
  grid-area: Card-list;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91b5 {
  align-self: center;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f611-189c91b5, #w-node-a388c42a-5934-89d7-c06d-e6340062f21d-189c91b5, #w-node-_83e13a8c-ec28-f838-417d-4b08c364fb0f-189c91b5, #w-node-_33077815-17fb-fbd0-ab1a-1a282a198435-189c91b5 {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91b6 {
  align-self: center;
}

#w-node-f248d2e1-f8fe-7be3-709a-e31a50034664-189c91b6, #w-node-f248d2e1-f8fe-7be3-709a-e31a5003466c-189c91b6, #w-node-f248d2e1-f8fe-7be3-709a-e31a50034674-189c91b6, #w-node-f248d2e1-f8fe-7be3-709a-e31a5003467c-189c91b6 {
  align-self: start;
}

#w-node-_85a0c610-9352-dea3-1b91-a875b9667b94-189c91b8, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-189c91b8, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b98-189c91b8 {
  justify-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91b9 {
  align-self: center;
}

#w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c6e-189c91b9, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c76-189c91b9, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c7e-189c91b9, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c86-189c91b9 {
  align-self: start;
}

#w-node-_2ead96d8-95dc-a868-2d35-76d73ec0ecf9-189c91bb {
  grid-area: Serche-bar;
  align-self: start;
}

#search.w-node-ddc4d4e6-003e-c7d2-4598-a99d2673d413-189c91bb {
  align-self: stretch;
}

#w-node-_85e894f6-21aa-5dcf-0881-2731e4ce8b3d-189c91bb {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_85e894f6-21aa-5dcf-0881-2731e4ce8b3e-189c91bb {
  align-self: center;
}

#w-node-_9c9f3e16-f398-2b6e-adba-41e2c1926fc2-189c91bb {
  grid-area: Card-list;
}

#w-node-_22b33455-ee37-2c9b-178f-b96a1c2c52bc-189c91bb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22b33455-ee37-2c9b-178f-b96a1c2c52bd-189c91bb {
  align-self: stretch;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91bc {
  align-self: center;
}

#w-node-_719efe01-d21a-5d73-7b76-c2747dd051ce-189c91bc, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051d6-189c91bc, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051de-189c91bc, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051e6-189c91bc {
  align-self: start;
}

#w-node-_5ed0dabbd48b14473393f13f00000000000f-189c91bd {
  justify-self: stretch;
}

#w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-189c91bf, #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef293-189c91bf, #w-node-a987a727-600b-d7c8-3071-9c32ddfe66cf-189c91bf, #w-node-a987a727-600b-d7c8-3071-9c32ddfe66d0-189c91bf, #w-node-fab7cb17-28a3-01b8-010b-2f80e55c88a7-189c91bf, #w-node-fab7cb17-28a3-01b8-010b-2f80e55c88a8-189c91bf, #w-node-_9f936470-d2a1-1d4a-5788-91cd1d2db193-189c91bf, #w-node-_0ae34191-22cc-8921-bdd4-7c59d417a4a5-189c91bf, #w-node-_7c406b8b-082b-fd99-956a-61a5804118e1-189c91bf, #w-node-_1c7821fd-d9d9-a125-b37a-bd28f566ad4c-189c91bf, #w-node-e413ca35-2b77-b3ff-0ed9-ccecd4b91742-189c91bf, #w-node-d40429aa-947b-0e41-b687-8026f40501fc-189c91bf, #w-node-_7fce125f-9a28-5a46-fdef-2c444ed64f85-189c91bf, #w-node-bcd12480-723e-ee7b-b035-98a08a5826cc-189c91bf, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb1e-189c91bf, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb24-189c91bf, #w-node-a96fc559-970c-dcc4-88bd-de1de255238b-189c91bf, #w-node-a96fc559-970c-dcc4-88bd-de1de2552391-189c91bf, #w-node-a3cf0d0f-b87b-fff1-0669-abadce478355-189c91bf, #w-node-a3cf0d0f-b87b-fff1-0669-abadce47835b-189c91bf, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287403-189c91bf, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287409-189c91bf {
  align-self: stretch;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91c0 {
  align-self: center;
}

#w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5ef9-189c91c0, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f01-189c91c0, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f09-189c91c0, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f11-189c91c0 {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91dc {
  align-self: center;
}

#w-node-bef11c27-3e8e-cfe8-4daf-db22c13688b9-189c91dc, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688c1-189c91dc, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688c9-189c91dc, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688d1-189c91dc {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-189c91f5 {
  align-self: center;
}

#w-node-_68265d31-eb55-dbbd-83b9-b009d329f8e7-189c91f5, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8ef-189c91f5, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8f7-189c91f5, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8ff-189c91f5 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-189c919a {
    align-self: center;
  }

  #w-node-_329641f7-453d-6aba-3596-018a0e89361c-189c919a, #w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-189c919a, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-189c919a, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-189c919a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 3 / 1 / 4 / 4;
    align-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-189c91b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_844c8045-9dde-5abb-8fa5-927042016036-189c91b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0b56dffc-648c-f30b-c130-2a2fb445b3f0-189c91b1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60405-189c91b3 {
    grid-area: Card-list;
  }

  #w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60408-189c91b3 {
    align-self: stretch;
  }

  #w-node-_03909bbf-ada0-d07a-5332-5c833c4097cd-189c91b4, #w-node-_9c9f3e16-f398-2b6e-adba-41e2c1926fc2-189c91bb {
    grid-area: Card-list;
  }

  #w-node-_3fb37f23-ed38-3b42-b0d0-406ebc0cb74b-189c91bb {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a86e36c0-b746-a6c2-3a93-93ce3483522b-189c919a {
    justify-self: start;
  }

  #w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-189c919a, #w-node-_329641f7-453d-6aba-3596-018a0e89361c-189c919a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    justify-self: end;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-189c91b8 {
    justify-self: stretch;
  }
}

/* Medya sorguları ile daha küçük ekranlar için uyum */
@media (max-width: 768px) {
  .video-container {
    padding-top: 56.25%; /* 16:9 oranını korur */
  }
}

@media (max-width: 480px) {
  .video-container {
    
    pad
padding-top: 75%; /* Daha dik bir oran, örneğin 4:3 oranı için */
  }
}




@media screen and (max-width: 479px) {
  #w-node-_0396675f-5b56-05c2-176d-9438315fca02-189c919a, #w-node-c943f563-f06c-3ada-0a6b-7724eb5726f8-189c919a, #w-node-_3ccd6856-26a0-d12c-7f7f-441b2adfda3a-189c919a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-189c919a {
    align-self: stretch;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120f6-e84120df {
    justify-self: center;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 5 / 1 / 6 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-189c91b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bb3502d-11a7-7305-cc26-615d8fce3ac5-189c91b2, #w-node-af27476a-debf-c42d-673c-5cc1c469d21e-189c91b2, #w-node-_2bcd5eca-3223-c7e1-a03d-d5793000e1d2-189c91b2 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}