.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar1-navlink1 {
  display: contents;
}
 
.navbar1-image1 {
  width: 139px;
  height: 100%;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link21 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link31 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link41 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link51 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link6 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link7 {
  display: contents;
}
 
.navbar1-btn1 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text1 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-navlink2 {
  display: contents;
}
 
.navbar1-logo {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.navbar1-link12 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-link8 {
  display: contents;
}
 
.navbar1-btn2 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text2 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.hakkimizda-fragment6 {
  display: contents;
}
 
.hakkimizda-text15 {
  display: inline-block;
}
 
.hakkimizda-fragment5 {
  display: contents;
}
 
.hakkimizda-text14 {
  display: inline-block;
}
 
.hakkimizda-fragment4 {
  display: contents;
}
 
.hakkimizda-text13 {
  display: inline-block;
}
 
.hakkimizda-fragment3 {
  display: contents;
}
 
.hakkimizda-text12 {
  display: inline-block;
}
 
.hakkimizda-fragment2 {
  display: contents;
}
 
.hakkimizda-text11 {
  display: inline-block;
}
 
.hakkimizda-fragment1 {
  display: contents;
}
 
.hakkimizda-text10 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar1-links1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
  }
  .navbar1-nav {
    align-items: center;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-text1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-links2 {
    align-self: center;
    margin-bottom: 22px;
  }
  .navbar1-text2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-logo {
    width: 117px;
    height: 99px;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    margin-bottom: 19px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-footer {
  width: 100%;
}
 
.footer-footer-background-overlay {
  width: 100%;
}
 
.footer-footer-container1 {
  display: none;
}
 
.footer-footer-main1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand1 {
  width: 531px;
  align-items: center;
}
 
.footer-footer-brand-logo1 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon1 {
  width: 199px;
  height: 100%;
}
 
.footer-image1 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-contact-info1 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon10 {
  width: 20px;
  height: 20px;
}
 
.footer-icon14 {
  width: 20px;
  height: 21px;
}
 
.footer-icon16 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section1 {
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column1 {
  flex-direction: column;
}
 
.footer-btn1 {
  background-color: #ecd780;
}
 
.footer-footer-nav-column3 {
  display: none;
}
 
.footer-footer-gallery {
  height: 278px;
}
 
.footer-footer-trust-badges1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.footer-footer-container2 {
  width: 1253px;
  height: 690px;
}
 
.footer-footer-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand2 {
  width: 423px;
  align-items: center;
}
 
.footer-footer-brand-logo2 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon2 {
  width: 199px;
  height: 100%;
}
 
.footer-image2 {
  width: 100%;
  object-fit: cover;
}
 
.footer-footer-brand-description2 {
  width: 320px;
  text-align: center;
}
 
.footer-footer-contact-info2 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon30 {
  width: 20px;
  height: 20px;
}
 
.footer-icon34 {
  width: 20px;
  height: 21px;
}
 
.footer-icon36 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section2 {
  width: 250px;
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column4 {
  flex-direction: column;
}
 
.footer-footer-nav-list4 {
  margin-bottom: 13px;
}
 
.footer-li22 {
  text-decoration: none;
}
 
.footer-li23 {
  text-decoration: none;
}
 
.footer-li25 {
  text-decoration: none;
}
 
.footer-li26 {
  text-decoration: none;
}
 
.footer-li27 {
  text-decoration: none;
}
 
.footer-btn2 {
  background-color: #900000;
}
 
.footer-text41 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.footer-li28 {
  text-decoration: none;
}
 
.footer-li29 {
  text-decoration: none;
}
 
.footer-footer-nav-column6 {
  display: none;
}
 
.footer-footer-bottom2 {
  justify-content: center;
}
 
.footer-footer-trust-badges2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.hakkimizda-fragment7 {
  display: contents;
}
 
.hakkimizda-text21 {
  display: inline-block;
}
 

 

 
@media(max-width: 1200px) {
  .footer-footer {
    width: 100%;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 796px;
    height: 613px;
  }
  .footer-footer-main2 {
    width: 754px;
  }
  .footer-footer-brand2 {
    height: 353px;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-brand-description2 {
    text-align: center;
  }
  .footer-footer-bottom2 {
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    width: 100%;
    height: 619px;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 604px;
    height: 483px;
    padding-left: ,;
    padding-right: 0px;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    place-items: start center;
  }
  .footer-text41 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .footer-footer-bottom2 {
    width: 722px;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    width: 100%;
    height: auto;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: auto;
  }
  .footer-footer-container2 {
    width: 100%;
    height: auto;
    display: flex;
  }
  .footer-footer-main2 {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .footer-footer-brand2 {
    width: auto;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-contact-info2 {
    width: auto;
  }
  .footer-footer-contact-item4 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item5 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item6 {
    flex-direction: column;
  }
  .footer-text34 {
    text-align: center;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 203px;
    text-align: center;
  }
}
 
@media(max-width: 375px) {
  .footer-container1 {
    width: 100%;
    height: 1005px;
    display: block;
  }
  .footer-footer {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: 100%;
  }
  .footer-footer-container1 {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 289px;
    height: auto;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-logo-icon2 {
    width: 100%;
    height: auto;
  }
  .footer-image2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-brand-description2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .footer-footer-contact-info2 {
    width: auto;
    height: 100%;
    align-items: flex-start;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .footer-footer-contact-item4 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text32 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item5 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text33 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
  .footer-footer-nav-title4 {
    align-self: center;
  }
  .footer-footer-nav-list4 {
    align-items: center;
  }
  .footer-footer-nav-title5 {
    align-self: center;
  }
  .footer-footer-nav-list5 {
    align-items: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    width: auto;
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 206px;
    height: auto;
    text-align: center;
  }
}

.hakkimizda-container1 {
  width: 100%;
  display: block;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.hakkimizda-container2 {
  display: none;
}
 
.hakkimizda-container3 {
  display: contents;
}
 
.hakkimizda-container4 {
  display: none;
}
 
.hakkimizda-container5 {
  display: contents;
}
 
.hakkimizda-fragment1 {
  display: contents;
}
 
.hakkimizda-text10 {
  display: inline-block;
}
 
.hakkimizda-fragment2 {
  display: contents;
}
 
.hakkimizda-text11 {
  display: inline-block;
}
 
.hakkimizda-fragment3 {
  display: contents;
}
 
.hakkimizda-text12 {
  display: inline-block;
}
 
.hakkimizda-fragment4 {
  display: contents;
}
 
.hakkimizda-text13 {
  display: inline-block;
}
 
.hakkimizda-fragment5 {
  display: contents;
}
 
.hakkimizda-text14 {
  display: inline-block;
}
 
.hakkimizda-fragment6 {
  display: contents;
}
 
.hakkimizda-text15 {
  display: inline-block;
}
 
.hakkimizda-about-page {
  height: 2607px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.hakkimizda-services-hero {
  height: 1016px;
  align-items: center;
  padding-top: 0px;
  justify-content: flex-start;
}
 
.hakkimizda-hero-background {
  height: 1016px;
}
 
.hakkimizda-image {
  width: 100%;
  height: 1016px;
  object-fit: cover;
}
 
.hakkimizda-hero-overlay {
  height: 1078px;
}
 
.hakkimizda-hero-content {
  width: 601px;
  height: 98px;
  padding-top: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
 
.hakkimizda-hero-content-inner {
  width: 596px;
  height: 85px;
}
 
.hakkimizda-hero-title {
  color: rgb(255, 255, 255);
  height: 83px;
  text-align: center;
  margin-bottom: 0px;
}
 
.hakkimizda-mission-section {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 0px;
}
 
.hakkimizda-mission-container {
  height: auto;
  display: block;
}
 
.hakkimizda-mission-visual {
  width: 100%;
  height: 752px;
  display: flex;
  justify-content: center;
}
 
.hakkimizda-mission-image-stack {
  width: 892px;
  height: 100%;
}
 
.hakkimizda-mission-content {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.hakkimizda-section-title {
  font-size: 50px;
  text-align: center;
}
 
.hakkimizda-mission-text {
  width: 969px;
  height: auto;
  margin-bottom: 0px;
}
 
.hakkimizda-text16 {
  height: auto;
}
 
.hakkimizda-fragment7 {
  display: contents;
}
 
.hakkimizda-text21 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .hakkimizda-about-page {
    height: 2162px;
    display: block;
  }
  .hakkimizda-mission-section {
    width: 100%;
    height: 2437px;
  }
  .hakkimizda-mission-container {
    width: 857px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hakkimizda-mission-visual {
    width: 837px;
    height: 576px;
    display: flex;
    justify-content: center;
  }
  .hakkimizda-mission-image-stack {
    width: 627px;
    align-self: stretch;
  }
  .hakkimizda-mission-content {
    width: 818px;
    height: auto;
  }
  .hakkimizda-section-title {
    font-size: 50px;
  }
  .hakkimizda-mission-text {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
  }
}
 
@media(max-width: 991px) {
  .hakkimizda-about-page {
    width: 100%;
    height: 2474px;
    padding-bottom: 0px;
  }
  .hakkimizda-services-hero {
    height: 812px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hakkimizda-hero-background {
    height: 813px;
  }
  .hakkimizda-image {
    height: 811px;
  }
  .hakkimizda-hero-overlay {
    height: 814px;
  }
  .hakkimizda-mission-section {
    width: 100%;
    height: 2421px;
    display: block;
    margin-top: 0px;
  }
  .hakkimizda-mission-container {
    width: 100%;
    height: 2505px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hakkimizda-mission-visual {
    width: 100%;
    height: 515px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .hakkimizda-mission-image-stack {
    width: 489px;
    height: 466px;
    align-self: flex-end;
  }
  .hakkimizda-mission-content {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hakkimizda-mission-text {
    width: 614px;
    height: 1695px;
  }
}
 
@media(max-width: 767px) {
  .hakkimizda-about-page {
    height: auto;
  }
  .hakkimizda-hero-content {
    width: auto;
    height: auto;
  }
  .hakkimizda-hero-content-inner {
    width: auto;
    height: auto;
  }
  .hakkimizda-hero-title {
    width: auto;
    height: auto;
    font-size: 40px;
  }
  .hakkimizda-mission-section {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .hakkimizda-mission-container {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .hakkimizda-mission-visual {
    width: 277px;
    height: 258px;
  }
  .hakkimizda-mission-image-stack {
    width: 100%;
    height: 257px;
  }
  .hakkimizda-mission-content {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .hakkimizda-mission-text {
    width: auto;
    height: auto;
  }
  .hakkimizda-text16 {
    font-size: 15px;
  }
}
 
@media(max-width: 375px) {
  .hakkimizda-about-page {
    height: auto;
    display: block;
    min-height: auto;
  }
  .hakkimizda-services-hero {
    width: 100%;
    height: 509px;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hakkimizda-hero-background {
    width: 100%;
    height: 509px;
    padding-top: 0px;
  }
  .hakkimizda-image {
    height: 509px;
  }
  .hakkimizda-hero-overlay {
    width: 100%;
    height: 509px;
    padding-bottom: 2px;
  }
  .hakkimizda-hero-content {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row-reverse;
    padding-bottom: 0px;
    justify-content: center;
  }
  .hakkimizda-hero-content-inner {
    width: auto;
    height: auto;
  }
  .hakkimizda-hero-title {
    color: rgb(255, 255, 255);
    width: 100%;
    height: auto;
    font-size: 40px;
    margin-bottom: 0px;
  }
  .hakkimizda-mission-section {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .hakkimizda-mission-container {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: flex-start;
  }
  .hakkimizda-mission-visual {
    width: 211px;
    height: 205px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hakkimizda-mission-image-stack {
    width: 198px;
    height: 219px;
    align-self: center;
  }
  .hakkimizda-mission-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hakkimizda-section-title {
    font-size: 25px;
    text-align: center;
  }
  .hakkimizda-mission-text {
    width: 266px;
    height: auto;
  }
  .hakkimizda-text16 {
    font-size: 10px;
    text-align: center;
  }
}
