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

a {
  text-decoration: none;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.image._1 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image._2 {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  max-width: 100vw;
  flex-direction: column;
  background-color: #000;
}

.slider {
  height: 100vh;
}

.slider.div {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-width: 100vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url('../images/low-angle-shot-mesmerizing-starry-sky-scaled.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderbg {
  position: absolute;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-top: -60px;
}

.slideryesilsik {
  position: absolute;
  bottom: -25vh;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  opacity: 0;
  text-align: center;
}

.slidermaviisik {
  position: absolute;
  bottom: -25vh;
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
  opacity: 0;
  text-align: center;
}

.slidermoon {
  position: absolute;
  bottom: -34vh;
  z-index: 99999999;
  display: inline-block;
  width: 100vw;
  text-align: center;
}

.sliderlogo.image._2 {
  position: static;
  width: 250px;
  height: auto;
  margin-top: 1rem;
}

.sliderlogo.image._1 {
  position: static;
  width: 67px;
  height: 67px;
}

.sliderlogo.div {
  position: relative;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.seconddiv.div {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-top: -25vh;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: stretch;
  justify-items: stretch;
  align-items: start;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.heading-2 {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: block;
  width: 30%;
  padding: 12.5px 0px;
  border-radius: 7px;
  background-color: #0eb167;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.leftcolumn {
  position: relative;
  display: block;
  height: 100vh;
  padding-right: 20px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.middlecolumn {
  display: -ms-grid;
  display: grid;
  max-width: 1140px;
  padding: 50px 25px;
  justify-content: center;
  justify-items: stretch;
  align-items: stretch;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.rightcolumn {
  overflow: hidden;
  height: 100vh;
  padding-right: 30px;
  padding-left: 20px;
}

.rightcolumndiv {
  padding-top: 22px;
}

.leftcolumndiv {
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4b4b4b;
}

.div-block-6 {
  position: absolute;
  top: 0px;
  bottom: auto;
  display: flex;
  overflow: hidden;
  margin-top: 7%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-slider-mask {
  overflow: visible;
  width: 100px;
  height: 100px;
}

.gallery-slider-mask.sliderdesktop {
  overflow: visible;
  width: 16%;
  height: auto;
  max-width: 200px;
  border-radius: 15px;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-lightbox.sliderdesktop {
  border-radius: 15px;
}

.gallery-slide-2 {
  margin-right: 10px;
}

.gallery-slide-2.sliderdesktop {
  margin-right: 0px;
  margin-left: 25%;
  border-radius: 15px;
  filter: grayscale(100%);
}

.gallery-slide-2.sliderdesktop:hover {
  filter: grayscale(0%);
}

.flex-wrapper-centre {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.slide-nav-hidden {
  bottom: -50px;
  display: none;
}

.right-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #393b6a;
  transition: all 300ms ease;
  color: #393b6a;
}

.right-arrow:hover {
  border-color: #160042;
  background-color: #160042;
  color: #fff;
}

.right-arrow.sliderdesktop {
  margin-right: -32px;
  border-style: none;
  background-color: transparent;
}

.image-cover {
  height: 100px;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cover.sliderdesktop {
  height: auto;
  border-radius: 15px;
}

.left-arrow {
  left: -40px;
  display: block;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #393b6a;
  transition: all 300ms ease;
  color: #393b6a;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow:hover {
  background-color: #160042;
  color: #fff;
}

.left-arrow.sliderdesktop {
  left: -7px;
  border-style: none;
  background-color: transparent;
}

.gallery-slider-2 {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.gallery-slider-2.sliderdesktop {
  overflow: visible;
  padding-right: 0%;
  border-radius: 15px;
}

.container-regular {
  position: relative;
  width: 100%;
}

.container-regular.sliderdesktop {
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 0rem;
}

.icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-color: transparent;
  outline-color: #393b6a;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fdfdfd;
}

.icon.left {
  margin-top: 6px;
  margin-left: 6px;
}

.icon.left.sliderdesktop {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
}

.section-gallery {
  position: relative;
  bottom: 0px;
  overflow: hidden;
  width: 50vw;
  margin-top: 25px;
  margin-right: 25vw;
  margin-left: 25vw;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #484848;
  border-radius: 20px;
}

.section-gallery.sliderdesktop {
  bottom: auto;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gallery-image-small-square {
  height: 100px;
}

.gallery-image-small-square.sliderdesktop {
  height: auto;
  border-radius: 15px;
}

.text-block {
  display: block;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.text-block:hover {
  color: #fff;
}

.text-block.hideileti {
  display: none;
}

.heading3 {
  font-family: Poppins, sans-serif;
  color: #ddd;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 29px;
  font-weight: 400;
}

.div-block-7 {
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #484848;
  border-radius: 20px;
}

.div-block-8 {
  display: flex;
  width: 65%;
  padding: 20px 25px;
  flex-direction: column;
  align-items: flex-start;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-size: 29px;
  line-height: 29px;
  font-weight: 500;
}

.text-block-8 {
  margin-top: 10px;
  margin-bottom: 56px;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.button-2 {
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-7 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-9 {
  width: 35%;
}

.div-block-11 {
  display: none;
}

.div-block-11.slidertext {
  position: static;
  bottom: 0px;
  display: block;
  margin-right: 25px;
  margin-left: 25px;
  padding: 50px 25%;
  text-align: center;
}

.div-block-11.slidertext.slidertextdesktop {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0%;
  padding-bottom: 21px;
  padding-left: 0%;
}

.div-block-12 {
  position: relative;
  z-index: 10;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-weight: 300;
  text-align: center;
}

.heading-7 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-8 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 77px;
  font-weight: 800;
  text-align: center;
}

.heading-8.anasayfa {
  color: #fff;
}

.text-block-9 {
  max-width: 1140px;
  padding-right: 6.5%;
  padding-bottom: 50px;
  padding-left: 6.5%;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.text-block-9.siberguvenlik {
  padding-right: 6.5%;
  padding-left: 6.5%;
}

.text-block-9._2 {
  padding-right: 6%;
  padding-left: 6%;
}

.div-block-16 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 997;
  display: -ms-grid;
  display: grid;
  padding: 20px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.77);
  font-family: Poppins, sans-serif;
}

.div-block-17 {
  width: auto;
}

.div-block-18 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  grid-column-gap: 13px;
  grid-row-gap: 0px;
}

.div-block-18.footmenu {
  margin-top: 20px;
  margin-bottom: 25px;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-19 {
  width: auto;
  padding: 10px;
}

.image-10 {
  display: block;
  width: 150px;
  max-width: none;
}

.linkmenu {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.linkmenu:hover {
  color: #fff;
}

.linkmenu.footerlink {
  position: relative;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.linkmenu.footerlink:hover {
  line-height: 21px;
}

.button-3 {
  width: auto;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #272727;
  line-height: 14px;
  text-align: center;
}

.button-3:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.div-block-20 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-9 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 29px;
  font-weight: 500;
  text-align: left;
}

.text-block-10 {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.div-block-23 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: 214px;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.div-block-24 {
  overflow: visible;
  max-width: 100%;
}

.div-block-25 {
  overflow: visible;
  max-width: 100%;
  padding: 50px 25px 50px 75px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-26 {
  margin-right: 31px;
  margin-left: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #1d1d1d;
  background-image: url('../images/yeni-viz2.webp');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-26._1 {
  max-width: 1300px;
  background-image: url('../images/yeni-teknolojiler-mockup.webp');
}

.div-block-26._1.mainyeniteknolojiler {
  position: relative;
  z-index: 1;
  background-position: 95% 60px;
}

.div-block-26._2 {
  max-width: 1300px;
  background-image: url('../images/deger-katma-gorsel.webp');
  background-position: 105% -50%;
  background-size: 40%;
}

.div-block-26._3 {
  position: relative;
  z-index: 10;
  max-width: 1300px;
  background-position: 105% 110%;
  background-size: 40%;
}

.div-block-26._4 {
  max-width: 1300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/guven.webp');
  background-position: 105% -50%;
  background-size: 40%;
}

.button-4 {
  margin-top: 46px;
  margin-bottom: 10px;
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #4a4a4a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.button-4:hover {
  background-color: #565656;
}

.div-block-27 {
  position: relative;
  z-index: 1;
  width: 1px;
  height: 150px;
  background-color: #fff;
}

.div-block-27.sliderdiv {
  position: relative;
  bottom: 58%;
  z-index: 0;
  width: 0.1px;
  height: 17vh;
  margin-top: 30px;
  opacity: 0.5;
}

.footer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-28 {
  display: flex;
  padding: 50px 25px;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-28.hidemobile {
  padding-top: 140px;
}

.heading-10 {
  margin-right: 25px;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}

.text-block-11 {
  margin: 50px 25px;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-30 {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(0deg, #000 60%, #272727);
}

.footer2 {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 25px;
  justify-content: end;
  justify-items: end;
  align-items: end;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-14 {
  width: 200px;
}

.image-15 {
  width: 32px;
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: 10px;
}

.footersection {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1140px;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
  text-align: left;
}

.text-block-12 {
  color: #bababa;
}

.image-16 {
  color: #7a7a7a;
}

.heading-11 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.text-block-13 {
  display: flex;
  margin-top: 5px;
  opacity: 0.37;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-31 {
  width: 100%;
  max-width: 1140px;
  padding-bottom: 40px;
}

.body-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1d1d1f;
  background-image: url('../images/bg-collaboration-glow-mg-2.svg');
  background-position: 0% -400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.iletisim {
  background-position: 0% -600px;
}

.pagebreadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.pagebreadcrumb.yetkinlikler {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 150px;
}

.pagebreadcrumb.cozumler {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 150px;
}

.pagebreadcrumb.hakkimizda {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 150px;
  grid-row-gap: 0px;
}

.pagebreadcrumb.iletisim {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 130px;
}

.pagebreadcrumb.referanslar {
  width: 100%;
  padding-top: 90px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-12 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 84px;
  font-weight: 100;
}

.heading-12.yetkinlikler {
  margin-bottom: 10px;
}

.text-block-14 {
  position: relative;
  z-index: 1;
  width: 80vw;
  max-width: 880px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #dadada;
  font-size: 17px;
  line-height: 26px;
}

.text-block-14.cozumler {
  margin-top: 30px;
}

.yildizanim {
  position: absolute;
  bottom: -30vh;
  z-index: 3;
  width: 100vw;
  max-width: 100vw;
  text-align: center;
}

.div-block-33 {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100vw;
}

.div-block-33.div33desktop {
  position: absolute;
  bottom: 25vh;
  display: block;
  width: 100%;
}

.div-block-33.div33desktop.mobiletext {
  display: none;
}

.div-block-33.div33mobile {
  display: none;
}

.div-block-34 {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  -ms-grid-columns: 20vw 80vw;
  grid-template-columns: 20vw 80vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-35 {
  position: static;
  top: 0px;
  display: flex;
  max-width: 100%;
  margin-top: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 20px;
  background-color: #030303;
}

.div-block-35.referans {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.image-18 {
  width: 75%;
  max-width: 75%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-36 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
  border-radius: 10px;
  background-color: #1e1e1e;
  text-align: center;
}

.image-19 {
  height: 14.5px;
  border-style: solid;
  color: #fff;
}

.image-19.cozumler {
  height: 1em;
}

.link {
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link.cozumler {
  font-size: 14px;
  line-height: 21px;
}

.link.goruntuisleme {
  font-size: 16px;
  line-height: 24px;
}

.div-block-37 {
  display: flex;
  margin-top: 5px;
  padding-bottom: 5px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
  cursor: pointer;
}

.div-block-38 {
  margin: 20px;
  text-align: center;
}

.div-block-39 {
  width: auto;
  padding: 25px;
  text-align: left;
}

.div-block-39.yetkinlik.goruntuisleme {
  margin-top: 10px;
  border-left: 2px solid #19d17f;
}

.div-block-39.biyometrikveri {
  margin-bottom: 75px;
  padding-right: 0px;
}

.div-block-39.siberguvenlik {
  padding-right: 0px;
}

.div-block-39.referanslar {
  display: block;
}

.div-block-39._2 {
  width: 450px;
  padding-left: 80px;
}

.div-block-39.leftmargin {
  padding-left: 35px;
}

.pageleftbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  width: 22%;
  max-width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.pageleftbar.hide {
  display: block;
  width: 22%;
}

.pagerightbar {
  display: flex;
  overflow: visible;
  width: 78%;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.pagerightbar.margintop {
  overflow: visible;
  margin-top: -30px;
}

.pagebardiv {
  display: block;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.pagebardiv.yetkinlikler {
  margin-bottom: 150px;
}

.pagebardiv.cozumler {
  margin-bottom: 200px;
}

.pagebardiv.hakkimizda {
  display: block;
}

.pagerightbarelement {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 550px;
  max-width: 1100px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-image: url('../images/odak_bg.webp');
  background-position: 50% 25%;
  background-size: cover;
  transition: opacity 50ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.pagerightbarelement.iletisim {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagerightbarelement.iletisim.iletisimmap {
  height: 690px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.pagerightbarelement.yetkinliklerdiv {
  background-image: url('../images/2.svg');
  background-size: 60%;
  background-repeat: no-repeat;
}

.pagerightbarelement.yetkinliklerdiv.yhakkimizda {
  height: 360px;
  margin-bottom: 0px;
  background-color: #000;
  background-position: 0% 50%;
  background-size: 70%;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.85);
  color: #000;
}

.pagerightbarelement.urunlerdiv.urunlertemplate {
  height: 360px;
  margin-bottom: 0px;
  background-image: none;
}

.pagerightbarelement.cozumlerdiv {
  background-image: url('../images/bg-apps-shapes.svg');
}

.pagerightbarelement.cozumlerdiv.chakkimizda {
  height: 360px;
  margin-bottom: 0px;
  background-color: #000;
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagerightbarelement.cozumler {
  background-image: linear-gradient(90deg, transparent, #000 50%), url('../images/shutterstock_1936528576guvenlik-scaled.webp');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.pagerightbarelement.cozumler._1 {
  background-image: linear-gradient(90deg, transparent, #000 50%), url('../images/shutterstock_1936528576guvenlik-scaled.webp');
}

.pagerightbarelement.cozumler._1.margintop {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 70px;
}

.pagerightbarelement.cozumler._2 {
  margin-bottom: 0px;
  background-image: linear-gradient(90deg, transparent, #000 50%), url('../images/shutterstock_1911897895dijitaldonusum-scaled.webp');
}

.pagerightbarelement.cozumler._3 {
  background-color: #000;
  background-image: linear-gradient(90deg, transparent, #000 50%), url('../images/shutterstock_1183138294altyapi-scaled.webp');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.pagerightbarelement.cozumler._3.botmargin {
  margin-bottom: 13px;
}

.pagerightbarelement.yetkinlikler._3 {
  background-image: url('../images/2.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagerightbarelement.yetkinlikler._3.nesnelerininterneti {
  height: 590px;
  margin-top: 0px;
  background-color: #000;
}

.pagerightbarelement.yetkinlikler._3.a-kkaynak {
  height: 600px;
  margin-top: 0px;
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contribution-graph.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pagerightbarelement.yetkinlikler._3.biyometrikveri {
  margin-top: 0px;
  padding: 0px;
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/binary-bg.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pagerightbarelement.yetkinlikler._3.siberguvenlik {
  height: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 50px 0px;
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contribution-graph.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pagerightbarelement.yetkinlikler.yetkinlik {
  background-image: none;
}

.pagerightbarelement.yetkinlikler.yetkinlik.goruntuisleme {
  height: 500px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #040000;
}

.pagerightbarelement.yetkinlikler.yetkinlik.margintop {
  margin-top: 20px;
}

.pagerightbarelement.eyeminer {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.pagerightbarelement.eyeminer.botmargin {
  margin-bottom: 70px;
}

.pagerightbarelement.harmoni {
  display: flex;
  margin-top: 0px;
  margin-bottom: 75px;
  justify-content: flex-start;
  border-style: solid;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/sehir.webp');
  background-position: 0px 0px, 0px 75%;
  background-size: auto, cover;
}

.pagerightbarelement.harmoni.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.liman {
  margin-top: 0px;
  margin-bottom: 75px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/liman_bg.webp');
}

.pagerightbarelement.liman.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.dataplato {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: none;
}

.pagerightbarelement.dataplato.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.kovan {
  margin-top: 0px;
  margin-bottom: 75px;
  padding-right: 10px;
  background-image: url('../images/ZEMIN_3.webp');
  background-position: 65% 40%;
  background-size: 125%;
  background-repeat: no-repeat;
}

.pagerightbarelement.kovan.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.doku {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: url('../images/arkaplan-animasyonsuz.webp');
}

.pagerightbarelement.doku.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.evreka {
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: url('../images/grid2.svg'), linear-gradient(90deg, #000, #0f294a);
  background-position: 50% 25%, 0px 0px;
  background-size: cover, auto;
}

.pagerightbarelement.evreka.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.diyalog {
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: url('../images/diyalog_bg.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.pagerightbarelement.diyalog.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.drive {
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: url('../images/Havelsan-clouds.webp');
  background-position: 50% 0%;
}

.pagerightbarelement.drive.urunler.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.ileti {
  margin-top: 0px;
  margin-bottom: 75px;
  background-color: #1e232f;
  background-image: none;
}

.pagerightbarelement.ileti.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.kalkan {
  margin-top: 0px;
  margin-bottom: 75px;
  background-color: #000;
  background-image: url('../images/bg-more-scaled-2.webp'), url('../images/bg-automation-upper-mg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
}

.pagerightbarelement.kalkan.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.bariyer {
  margin-top: 0px;
  margin-bottom: 75px;
  padding-left: 20px;
  background-image: url('../images/Varlik-1.webp');
  background-repeat: no-repeat;
  opacity: 1;
}

.pagerightbarelement.bariyer.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.dataflow {
  margin-top: 0px;
  margin-bottom: 75px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  background-image: url('../images/bg-security-shapes.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.pagerightbarelement.dataflow.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.orbit {
  display: flex;
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: none;
}

.pagerightbarelement.orbit.orbitpopup {
  margin-bottom: 0px;
}

.pagerightbarelement.orbit.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.referanslarpage {
  height: auto;
  padding: 27px;
  background-color: #212121;
  background-image: none;
}

.pagerightbarelement.hidedeneme {
  display: block;
}

.pagerightbarelement.odak {
  margin-top: 0px;
  margin-bottom: 75px;
}

.pagerightbarelement.odak.nomargin {
  margin-bottom: 0px;
}

.pagerightbarelement.eksen {
  margin-top: 0px;
  margin-bottom: 75px;
  background-image: none;
}

.pagerightbarelement.eksen.nomargin {
  margin-bottom: 0px;
}

.squareimg {
  position: static;
  z-index: 22;
  max-width: 100px;
  border-radius: 10px;
  opacity: 1;
}

.squareimg.goruntuisleme {
  filter: hue-rotate(180deg);
}

.squareimg.biyometrikveri {
  filter: saturate(34%) hue-rotate(314deg);
}

.squareimg.siberguvenlik {
  filter: hue-rotate(180deg);
}

.div-block-45 {
  display: flex;
  max-width: 100%;
  padding: 25px;
  flex-direction: column;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-45.cozumler {
  padding: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-45.yetkinlikler {
  width: 100%;
  padding: 0px 0px 0%;
  grid-row-gap: 20px;
}

.div-block-45.yetkinlikler._2 {
  padding: 0px;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../images/bg-project-management-shapes.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-45.yetkinlikler._3.nesnelerininterneti {
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-45.yetkinlikler._3.acikkaynak {
  justify-content: center;
}

.div-block-45.yetkinlikler._3.biyometrikveri {
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-45.yetkinlikler._3.siberguvenlik {
  padding-bottom: 0%;
}

.div-block-45.yetkinlikler.dataplato {
  padding-bottom: 0%;
}

.div-block-45.yetkinlikler.bariyer {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-45.yetkinlikler.dataflow {
  justify-content: center;
}

.div-block-45.iletisimmap {
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: flex-start;
}

.div-block-46 {
  position: relative;
  z-index: 5;
  width: 55%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-46.iletisim {
  width: 65%;
}

.div-block-46.iletisim.iletisimmap {
  margin-right: 20px;
  padding-top: 0em;
  padding-bottom: 0em;
}

.div-block-46.urunler {
  display: flex;
  width: 50%;
  height: 400px;
  padding-top: 0em;
  padding-bottom: 0em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-46.urunler.orbit {
  width: 55%;
}

.div-block-46.urunler.eyeminer {
  height: 100%;
}

.div-block-46.urunler.harmoni {
  height: 100%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/Kutu.webp');
  background-position: 0px 25px;
  background-size: contain;
}

.div-block-46.urunler.odak {
  height: 100%;
}

.div-block-46.urunler.liman {
  padding-right: 50px;
  justify-content: space-around;
  align-items: stretch;
}

.div-block-46.urunler.kovan {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.div-block-46.urunler.doku._2 {
  width: 45%;
}

.div-block-46.urunler.diyalog {
  justify-content: center;
  align-items: center;
}

.div-block-46.urunler.diyalog._2 {
  width: 45%;
}

.div-block-46.urunler.drive {
  justify-content: center;
  align-items: center;
}

.div-block-46.urunler.ileti {
  justify-content: center;
  align-items: center;
}

.div-block-46.urunler.kalkan {
  justify-content: center;
  align-items: center;
}

.div-block-46.urunler.bariyer {
  position: static;
  mix-blend-mode: lighten;
}

.div-block-46.urunler.dataflow {
  width: 40%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/bg-collaboration-glow-mg-2.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-46.yetkinlik.goruntuisleme {
  width: 30%;
}

.line {
  display: flex;
  margin-top: 26px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.line._1.iletisimmap {
  margin-top: 0px;
  flex-direction: column;
}

.line._1.iletisimmap._2 {
  margin-top: 20px;
}

.line.orbit {
  display: flex;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.line.eyeminer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.line.doku {
  align-items: center;
  grid-column-gap: 65px;
}

.line.verticalline {
  flex-direction: column;
}

.threeimg {
  display: -ms-grid;
  display: grid;
  justify-content: stretch;
  justify-items: stretch;
  align-items: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 100px 100px 100px;
  grid-template-columns: 100px 100px 100px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.threeimg.yetkinlikler._2.nesnelerininterneti {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.threeimg.yetkinlikler._2.biyometrikveri {
  display: flex;
  flex-wrap: wrap;
}

.threeimg.yetkinlik {
  display: flex;
  flex-wrap: wrap;
}

.bold-text {
  position: relative;
  z-index: 5;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
}

.div-block-47 {
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #737373;
  background-color: #737373;
}

.div-block-48 {
  position: relative;
  z-index: 5;
  display: flex;
  width: 45%;
  padding-top: 3em;
  padding-bottom: 3em;
  flex-direction: column;
  align-items: flex-start;
}

.div-block-48.iletisim {
  width: 45%;
}

.div-block-48.iletisim.iletisimmap {
  width: 35%;
  margin-left: 50px;
  padding-top: 0em;
  padding-bottom: 0em;
}

.div-block-48.yetkinlikler {
  width: 40%;
  margin-left: 20px;
  padding: 50px;
}

.div-block-48.yetkinlikler.yetkinlik {
  flex-wrap: wrap;
}

.div-block-48.yetkinlikler.yetkinlik.goruntuisleme {
  margin-left: 0px;
}

.div-block-48.yetkinlikler.yetkinlik.dijitaldonusum {
  padding: 0px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.div-block-48.yetkinlikler.nesnelerininterneti {
  max-height: 100%;
  padding: 0px;
  justify-content: center;
  align-items: flex-start;
}

.div-block-48.yetkinlikler.acikkaynak {
  padding: 0px;
}

.div-block-48.yetkinlikler.biyometrikveri {
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
}

.div-block-48.yetkinlikler.siberguvenlik {
  background-image: url('../images/bg-collaboration-glow-mg-2.svg');
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.div-block-48.urunler {
  width: 50%;
  padding-top: 0em;
  padding-bottom: 0em;
}

.div-block-48.urunler.eyeminer {
  padding-left: 50px;
}

.div-block-48.urunler.liman {
  padding: 10px 10px 10px 50px;
}

.div-block-48.urunler.doku {
  position: static;
}

.div-block-48.urunler.doku._2 {
  width: 55%;
}

.div-block-48.urunler.diyalog._2 {
  width: 55%;
}

.div-block-48.urunler.dataflow {
  width: 60%;
}

.div-block-48.urunler._2 {
  width: 45%;
}

.div-block-49 {
  position: relative;
  display: flex;
  height: 100%;
  padding: 10px 70px 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-49.double {
  padding: 50px 0px;
}

.div-block-49.harmoni {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block-49.odak {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-49.liman {
  display: flex;
  height: 100%;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.div-block-49.dataplato {
  display: flex;
  padding-right: 0px;
  justify-content: flex-end;
}

.div-block-49.kovan {
  display: flex;
  height: 100%;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.div-block-49.diyalog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block-49.drive {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block-49.ileti {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block-49.kalkan {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block-49.bariyer {
  position: static;
  display: flex;
  height: 100%;
  padding-left: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.div-block-49.dataflow {
  display: flex;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
}

.div-block-49.yetkinlik.dd {
  padding-right: 20px;
}

.div-block-49.iletisimmap {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-49.hide {
  display: none;
}

.div-block-49.eyeminerpopup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-14 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.div-block-50 {
  display: flex;
  max-width: 1300px;
  flex-direction: row;
  justify-items: center;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-51 {
  width: 100%;
}

.div-block-52 {
  width: 100%;
}

.div-block-53 {
  width: 100%;
}

.div-block-54 {
  width: 100%;
}

.div-block-55 {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  max-width: 1250px;
  margin-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-56 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 997;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menulinkdiv {
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-58 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/319-scaled.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.div-block-58.yetkinlikler._1 {
  z-index: 2;
  display: block;
  background-image: url('../images/319-scaled.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-58.yetkinlikler._1.secondyetkinlik {
  background-image: url('../images/grid1.svg');
  opacity: 1;
}

.div-block-58.yetkinlikler._1.secondyetkinlik.goruntuisleme {
  display: block;
  align-items: center;
}

.div-block-58.yetkinlikler.yetkinlik {
  display: block;
}

.div-block-58.yetkinlikler.yetkinlik.yblackbg {
  background-image: linear-gradient(180deg, #000, #000);
  opacity: 0.64;
}

.div-block-58.yetkinlikler.yetkinlik.ystarbg {
  background-color: rgba(0, 0, 0, 0.63);
}

.div-block-58.yetkinlikler.yetkinlik.ysquarebg {
  background-image: url('../images/contribution-graph.png');
  opacity: 1;
}

.div-block-58.yetkinlikler.yetkinlik.yblackbgfull {
  background-color: #000;
  background-image: none;
  opacity: 1;
}

.div-block-58.urunler {
  display: block;
  border-radius: 20px;
  background-image: url('../images/eksen_bg.webp');
  opacity: 1;
}

.div-block-58.urunler.orbit {
  border-radius: 20px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Background.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-58.urunler.eyeminer {
  left: -5%;
  top: 0%;
  right: -5%;
  bottom: 0%;
  background-image: url('../images/eyeminer_bg.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-58.urunler.harmoni {
  background-image: url('../images/harmoni_bg.webp');
  background-position: 0px 55%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.div-block-58.urunler.odak {
  background-image: none;
}

.div-block-58.urunler.liman {
  background-image: url('../images/su.webp');
  background-position: 50% -50%;
  opacity: 1;
}

.div-block-58.urunler.dataplato {
  background-image: url('../images/dataplato_arkaplan-darker.webp');
  background-position: 50% 0%;
  background-size: 140%;
}

.div-block-58.urunler.doku {
  background-image: none;
}

.div-block-58.urunler.diyalog {
  background-image: url('../images/bg-team-admin-shapes.svg');
  background-position: 110% 80%;
  background-size: 70%;
  opacity: 0.5;
}

.div-block-58.urunler.drive {
  background-image: url('../images/bg-more-scaled-2.webp');
  background-position: -5% 5%;
  background-size: 150em;
  opacity: 0.5;
}

.div-block-58.urunler.ileti {
  z-index: 3;
  background-image: url('../images/grid3.svg');
}

.navbar {
  display: none;
  background-color: #000;
}

.nav-link-3 {
  color: #fff;
}

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

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

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

.div-block-60 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/Havelsan_logo-Brandplan.webp');
  background-position: 100px 0%;
  background-size: 400px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.div-block-61 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/Havelsan_logo-Brandplan.webp');
  background-position: 100px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.div-block-61.yetkinlikle {
  background-image: url('../images/Havelsan_logo-Brandplan.webp');
  background-position: 100px 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.div-block-61.hakkimizda {
  background-image: url('../images/Havelsan_logo-Brandplan.webp');
  background-position: 100px 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.div-block-61.iletisim {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.heading-15 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.heading-15.iletisim {
  margin-top: 0px;
  margin-bottom: 30px;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
  color: #bababa;
  font-size: 16px;
  line-height: 26px;
}

.text-block-15.iletisim {
  padding-right: 50px;
}

.text-block-16 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
}

.text-block-16.ornekvideo {
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.text-block-16.ornekvideo:hover {
  border-color: #fff;
}

.image-21 {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.image-21.anasayfa {
  margin-left: 5px;
}

.image-21.leftmargin {
  margin-left: 10px;
}

.btn {
  display: flex;
  max-width: 180px;
  margin-top: 20px;
  padding: 15px 30px;
  justify-content: space-around;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.27);
  text-decoration: none;
  cursor: pointer;
}

.btn.yetkinliklerbtn {
  max-width: 250px;
}

.btn.cozumlerbtn {
  max-width: 250px;
}

.btn.orbit {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.59);
}

.btn.orbit._2 {
  max-width: 250px;
  margin-left: 10px;
  border-radius: 3px;
}

.btn.eyeminer {
  width: 175px;
  border-radius: 3px;
}

.btn.eyeminer._2 {
  width: 175px;
  max-width: 200px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
}

.btn.harmoni {
  max-width: 250px;
  margin-left: 10px;
  border-radius: 3px;
  background-color: rgba(30, 30, 30, 0.5);
  text-decoration: none;
}

.btn.anasayfa {
  width: 175px;
  margin-bottom: 20px;
  background-color: #333;
}

.btn.liman {
  background-color: rgba(44, 68, 140, 0.72);
}

.btn.ornekvideo {
  max-width: none;
  margin-left: 30px;
  padding: 0px;
  justify-content: center;
  align-items: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.btn.urunler {
  padding-right: 10px;
  padding-left: 10px;
}

.html-embed {
  width: 100%;
  height: 550px;
  max-height: 550px;
  max-width: 600px;
  filter: grayscale(100%) invert(100%);
}

.div-block-66 {
  position: relative;
}

.div-block-66.iletisimmap {
  width: 100%;
  height: 550px;
  max-width: 600px;
}

.referansdiv {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.referansimg {
  width: 15%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 16px;
  background-color: #fff;
}

.referansimg:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  filter: brightness(70%) grayscale(100%);
}

.text-block-17 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  font-weight: 100;
}

.body-3 {
  background-color: #1d1d1f;
  background-image: url('../images/bg-collaboration-glow-mg-2.svg');
  background-position: 25% -400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-67 {
  width: 80%;
  height: 40%;
}

.text-block-18 {
  width: 80%;
  font-family: Poppins, sans-serif;
  color: #838484;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.text-block-18.orbit {
  width: 100%;
  color: #1e1e1e;
}

.text-block-18.eyeminer {
  width: 88%;
}

.text-block-18.eyeminer._2 {
  width: 87.2%;
  color: #fff;
}

.text-block-18.liman {
  width: 100%;
}

.text-block-18.odak {
  width: 77.5%;
  color: #fff;
}

.text-block-18.eksen {
  width: 95%;
  color: #fff;
}

.text-block-18.dataplato {
  width: 100%;
  padding-right: 10px;
  color: #fff;
}

.text-block-18.kovan {
  width: 100%;
  padding-right: 40px;
  color: #fff;
}

.text-block-18.doku {
  width: 100%;
  padding-right: 10px;
  color: #fff;
}

.text-block-18.doku.bariyer {
  color: #bababa;
}

.text-block-18.evreka {
  width: 105%;
  color: #fff;
}

.text-block-18.dataflow {
  width: 100%;
  color: #bababa;
}

.text-block-18.harmoni {
  width: 90%;
  color: #1e1e1e;
}

.div-block-68 {
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-69 {
  position: relative;
  display: flex;
  width: 1080px;
  max-width: 1080px;
  padding: 20px 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.77);
  text-align: center;
}

.image-22 {
  width: 150px;
}

.div-block-70 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
}

.div-block-71 {
  padding: 10px;
}

.div-block-72 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  z-index: 999;
  display: flex;
  width: 100%;
  margin-top: 35px;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
}

.div-block-72.headerhide {
  z-index: 900;
}

.div-block-73 {
  position: relative;
  display: flex;
  margin-top: -102.52px;
  justify-content: center;
  align-items: center;
}

.div-block-74 {
  display: block;
  width: 1080px;
  max-width: 1080px;
  padding: 175px 50px 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.55);
}

.urunlermenu {
  -ms-grid-row-align: center;
  align-self: center;
  order: 0;
  color: #929292;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.urunlermenu:hover {
  color: #fff;
}

.div-block-75 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-76 {
  display: flex;
  width: 100%;
  max-width: 1100px;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 5px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 13px 0.25fr 13px 3fr 13px 0.25fr 13px 2fr 13px 0.25fr 13px 2fr;
  grid-template-columns: 2fr 0.25fr 3fr 0.25fr 2fr 0.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-77 {
  display: flex;
  width: 1px;
  height: 150px;
  background-color: #fff;
}

.div-block-78 {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: row;
}

.div-block-79 {
  display: flex;
  max-width: 1100px;
  margin-bottom: 75px;
  flex-direction: column;
  align-items: center;
}

.heading-17 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 84px;
}

.text-block-19 {
  font-family: Poppins, sans-serif;
  color: #dadada;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.div-block-80 {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
}

.tanitimvideosubtn {
  display: flex;
  margin-top: 45px;
  padding: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.tanitimvideosubtn.akilliguvenlisehirlerbtn {
  cursor: pointer;
}

.image-23 {
  width: 67px;
  height: 67px;
  cursor: pointer;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.text-block-20 {
  font-family: Poppins, sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 24px;
}

.div-block-82 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-24 {
  position: absolute;
  top: 9%;
  right: 16%;
  z-index: 2;
  display: none;
  width: 300px;
}

.image-25 {
  position: absolute;
  top: 46px;
  right: 79px;
  z-index: 3;
  display: none;
  height: 300px;
  margin-top: 29px;
}

.image-26 {
  position: absolute;
  top: 271px;
  right: 108px;
  z-index: 4;
  display: block;
  width: 45%;
}

.html-embed-2 {
  width: 10%;
  height: auto;
}

.html-embed-2.mobilehideeyeminer {
  width: 100%;
}

.div-block-83 {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}

.image-27 {
  display: none;
  max-width: 420px;
  margin-bottom: 20px;
}

.image-28 {
  width: 250px;
}

.image-30 {
  width: 250px;
  height: auto;
  margin-bottom: 91px;
}

.div-block-84 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.div-block-85 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-86 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-31 {
  position: relative;
  right: 8%;
  bottom: 0px;
  width: 350px;
  margin-bottom: 50px;
}

.html-embed-3 {
  position: absolute;
  top: 15%;
  right: -15%;
  width: 700px;
}

.html-embed-3.hidehtml {
  width: 70px;
}

.image-32 {
  position: absolute;
  display: block;
  width: 300px;
  max-width: none;
}

.image-32.urunlerhide {
  display: none;
}

.image-33 {
  position: absolute;
  bottom: 177px;
  display: block;
  height: 200px;
  max-width: none;
}

.image-33.urunlerhide {
  display: none;
}

.image-34 {
  position: relative;
  right: -120px;
  bottom: -55px;
  width: 600px;
  max-width: none;
  margin-top: 30px;
}

.image-34.ileti {
  right: auto;
  bottom: auto;
  width: 350px;
}

.image-34.drive {
  right: auto;
  bottom: auto;
  width: 350px;
  margin-top: 0px;
}

.image-34.diyalog {
  right: auto;
  bottom: auto;
  width: 350px;
  margin-top: 0px;
}

.image-35 {
  width: 250px;
  max-width: none;
}

.image-36 {
  width: 250px;
  max-width: none;
}

.image-37 {
  position: absolute;
  left: 140px;
  top: 65px;
  width: 200px;
}

.image-37._2 {
  left: 235px;
  width: 20%;
  max-width: none;
}

.image-37._2.hideimg {
  display: none;
}

.image-37._1 {
  left: 130px;
  width: 20%;
  max-width: none;
}

.image-37._1.hideimg {
  display: none;
}

.image-38 {
  position: relative;
  left: 20px;
  bottom: 50px;
  z-index: 2;
  margin-left: 98px;
}

.div-block-87 {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-87.kalkan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-39 {
  width: 250px;
  max-width: none;
}

.image-40 {
  width: 200px;
}

.html-embed-4 {
  position: absolute;
  right: -45px;
  bottom: -45px;
}

.image-41 {
  width: 250px;
  max-width: none;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
}

.image-42 {
  position: relative;
  z-index: 4;
  width: 175px;
}

.heading-20 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}

.image-43 {
  width: 250px;
  margin-bottom: 60px;
}

.image-46 {
  position: relative;
}

.heading-21 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}

.image-47 {
  width: 250px;
}

.image-48 {
  width: 325px;
}

.heading-22 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}

.div-block-88 {
  width: 100%;
  border-left: 2px solid #19d17f;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
}

.div-block-89 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.div-block-89.urunlertemplate.ustarbg {
  background-color: rgba(0, 0, 0, 0.63);
  background-image: url('../images/319-scaled.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-89.ublackbg {
  background-color: #000;
  opacity: 0.63;
}

.div-block-89.usquarebg {
  background-image: url('../images/contribution-graph.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-89.ublackfull {
  background-color: #000;
  opacity: 1;
}

.div-block-90 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/binary-bg.webp');
  background-position: 0px 0px, 0px -160px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-91 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.image-49 {
  width: 200px;
}

.image-50 {
  width: 200px;
}

.image-51 {
  width: 200px;
}

.image-52 {
  width: 250px;
}

.popup {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup.eyeminerpopup {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup.orbitpopup {
  position: fixed;
  display: none;
}

.popup.harmonipopup {
  display: none;
}

.popup.odakpopup {
  display: none;
}

.popup.limanpopup {
  display: none;
}

.popup.dataplatopopup {
  display: none;
}

.popup.eksenpopup {
  display: none;
}

.popup.kovanpopup {
  display: none;
  overflow: hidden;
}

.popup.dokupopup {
  display: none;
}

.popup.evrakapopup {
  display: none;
}

.popup.diyalogpopup {
  display: none;
}

.popup.drivepopup {
  display: none;
}

.popup.iletipopup {
  display: none;
}

.popup.kalkanpopup {
  display: none;
}

.popup.bariyerpopup {
  display: none;
}

.popup.dataflowxpopup {
  display: none;
}

.popup.akilliguvenlisehirlerpopup {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.popup.orbitvideopopup {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.popup.eyeminervideopopup {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.popup.harmonivideopopup {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.popup.eyeminerornekvideopopup {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.popup.guvenliksistemleri {
  display: flex;
}

.popup.cozumlerpopup._1 {
  display: none;
}

.popup.cozumlerpopup._2 {
  display: none;
}

.popup.cozumlerpopup._3 {
  display: none;
}

.popup.cozumlerpopup._4 {
  display: none;
}

.popup.cozumlerpopup._5 {
  display: none;
}

.popup.cozumlerpopup.dd1 {
  display: none;
}

.popup.cozumlerpopup.dd2 {
  display: none;
}

.popup.cozumlerpopup.dd3 {
  display: none;
}

.popup.cozumlerpopup.dd4 {
  display: none;
}

.popup.cozumlerpopup.dd5 {
  display: none;
}

.popup.cozumlerpopup.dd6 {
  display: none;
}

.popup.cozumlerpopup.dd7 {
  display: none;
}

.popup.cozumlerpopup.dd8 {
  display: none;
}

.popup.cozumlerpopup.dd9 {
  display: none;
}

.popup.cozumlerpopup.dd10 {
  display: none;
}

.popup.cozumlerpopup.dd11 {
  display: none;
}

.popup.cozumlerpopup.dd12 {
  display: none;
}

.popup.cozumlerpopup.dd13 {
  display: none;
}

.popup.cozumlerpopup.dd14 {
  display: none;
}

.popup.cozumlerpopup.as1 {
  display: none;
}

.popup.cozumlerpopup.as2 {
  display: none;
}

.popup.cozumlerpopup.as3 {
  display: none;
}

.popup.cozumlerpopup.as4 {
  display: none;
}

.popup.cozumlerpopup.as5 {
  display: none;
}

.popup.cozumlerpopup.as6 {
  display: none;
}

.popup.cozumlerpopup.as7 {
  display: none;
}

.div-block-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  width: 105%;
  height: 105%;
  filter: blur(5px);
}

.popupdiv {
  position: relative;
  left: auto;
  z-index: 999;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #171717;
  overflow: hidden;
}

.popupdiv.trt {
  background-image: url('../images/bg-apps-glow-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popupdiv.akilliguvenlisehirler {
  left: auto;
  width: 80%;
  justify-content: center;
  align-items: center;
}

.popupdiv.harmonivideo {
  left: auto;
  width: 90%;
}

.link-2 {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 999;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.link-2.closeakilliguvenlisehirler {
  margin-left: 75%;
}

.link-2.closeakilliguvenlisehirler.akilliguvenlisehirlerclose {
  top: 5%;
  right: 5%;
  z-index: 1000;
}

.link-2.popuplink {
  top: 20px;
  right: 20px;
  z-index: 9999;
  color: #fff;
}

.link-2.popuplink.black {
  color: #000;
}

.div-block-93 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-24 {
  position: absolute;
  z-index: 0;
  text-align: center;
}

.heading-24.h1hide {
  display: none;
}

.div-block-96.sliderdesktop {
  overflow: visible;
  width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
}

.hidemenudivider {
  color: #818181;
}

.hidemenudivider.whitedivider {
  color: #ddd;
}

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

.div-block-97 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.link-block {
  margin-top: 40px;
  margin-bottom: 15px;
}

.havelsansliderdiv {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url('../images/low-angle-shot-mesmerizing-starry-sky-scaled.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.havelsanslideryesilisik {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
}

.havelsanslidermaviisik {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
}

.havelsanslidermoon {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 4;
  width: 100vw;
  max-width: 100vw;
}

.havelsansliderstar {
  position: absolute;
  z-index: 3;
  width: 100vw;
  max-width: 100vw;
}

.div-block-98 {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #4b4b4b;
}

.div-block-99 {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999999;
  overflow: visible;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  border-radius: 100%;
  background-color: rgba(84, 89, 95, 0.5);
}

.footerdiv {
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

.image-53 {
  width: 16px;
  height: 14px;
}

.link-3 {
  display: none;
}

.background-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 64vw;
  height: 36vw;
  justify-content: center;
  align-items: center;
}

.div-block-100 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.div-block-101 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 500px;
  background-image: url('../images/Havelsan_logo-Brandplan.webp');
  background-position: 100px 0%;
  background-size: 400px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.lottie-animation {
  max-width: 71%;
  margin-right: 34px;
}

.lottie-animation-2 {
  max-width: 79%;
}

.lottie-animation-2.urunler {
  max-width: 100%;
}

.div-block-102 {
  margin-bottom: 26px;
}

.hidehtml {
  display: none;
}

.lottie-animation-4 {
  width: 500px;
  margin-top: -50px;
  margin-right: -100px;
}

.lottie-animation-5 {
  position: relative;
  left: 60px;
  top: 78px;
  width: 300px;
  margin-left: -100px;
}

.hide {
  display: none;
}

.lottie-animation-6 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 550px;
}

.heading-25 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.heading-26 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-27 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lottie-animation-7 {
  position: relative;
  right: 24px;
  bottom: 15px;
  width: 750px;
}

.lottie-animation-7.urunler {
  right: -29px;
  bottom: -87px;
  margin-top: -175px;
}

.eyeminerurunvideo {
  width: 100%;
  height: 100%;
}

.eyeminerurunvideo._2 {
  width: 200px;
  height: 100px;
}

.eyeminerurunvideo._1 {
  width: 200px;
  height: 100px;
}

.image-54 {
  position: relative;
  left: 0px;
  top: 59px;
  width: 300px;
}

.image-55 {
  position: relative;
  right: -11%;
  max-width: none;
}

.image-56 {
  position: relative;
  top: 6%;
  right: -33%;
  width: 700px;
  max-width: none;
}

.image-57 {
  width: 200px;
  height: 100px;
}

.image-58 {
  width: 200px;
  height: 100px;
}

.image-59 {
  max-width: 79%;
}

.heading-28 {
  color: #fff;
  font-size: 70px;
  line-height: 84px;
}

.heading-29 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
}

.heading-30 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}

.cozumlerpopups {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.cozumlerpopupdiv {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 967px;
  margin: 70px 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cozumlerpopupdiv.trt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cozumlerpopupleft {
  display: flex;
  width: 50%;
  min-height: 300px;
  padding: 77px 77px 77px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../images/bg-apps-glow-1.svg');
  background-position: 50px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cozumlerpopupleft.etimaden {
  padding-right: 22px;
}

.cozumlerpopupleft.trt {
  width: 100%;
  min-height: auto;
  padding: 0px 0px 30px;
  background-image: none;
}

.cozumlerpopupright {
  display: flex;
  width: 50%;
  align-items: center;
}

.cozumlerpopupright.trt {
  width: 100%;
}

.heading-31 {
  color: #fff;
}

.heading-32 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
}

.cozumlerpopuptext1 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  font-weight: 100;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

.text-block-24.trt {
  padding: 10px;
}

.video {
  display: none;
  width: 64vw;
  height: 36vw;
}

.div-block-104 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.html-embed-5 {
  position: relative;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
}

.button-5 {
  position: relative;
  z-index: 1000;
}

.div-block-105 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-105.akilliguvenlisehirler {
  display: flex;
  justify-content: center;
  align-items: center;
}

.html-embed-6 {
  margin-right: 10px;
  margin-left: 10px;
}

.eyeminerornekvideohtml {
  margin-right: 10px;
  margin-left: 10px;
}

.harmonivideohtml {
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-106 {
  height: 30vh;
  color: #000;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.link-block-7 {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.vslider {
  width: 100%;
  max-width: 1400px;
  padding: 0px;
}

.div-block-107 {
  display: flex;
  justify-content: space-between;
}

.link-block-8 {
  display: none;
  height: 0px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}

.heading-33 {
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

.div-block-108 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 100vh;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .image._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .sliderbg {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slideryesilsik {
    top: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slidermaviisik {
    top: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slidermoon {
    top: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .seconddiv.div {
    -ms-grid-columns: 2.75fr;
    grid-template-columns: 2.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .leftcolumn {
    display: none;
    height: auto;
  }

  .rightcolumn {
    display: none;
    height: auto;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .image-7 {
    min-height: 100px;
    min-width: 100px;
  }

  .div-block-11.slidertext.slidertextdesktop {
    padding-bottom: 50px;
  }

  .text-block-9 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-18 {
    flex-wrap: wrap;
    grid-column-gap: 4px;
  }

  .linkmenu {
    font-size: 14px;
  }

  .div-block-20 {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .div-block-26 {
    padding-left: 0px;
  }

  .div-block-26._1.mainyeniteknolojiler {
    background-position: 100% 100%;
    background-size: 50%;
  }

  .div-block-26._2 {
    background-position: 100% 100%;
    background-size: 50%;
  }

  .div-block-26._3 {
    background-position: 100% 100%;
    background-size: 55%;
  }

  .heading-10 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 26px;
  }

  .text-block-11 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-12 {
    font-size: 60px;
  }

  .div-block-34 {
    margin: 0px;
  }

  .div-block-34.referanslar {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-35 {
    display: none;
  }

  .pageleftbar {
    display: none;
  }

  .pageleftbar.hide {
    display: none;
    width: 20vw;
  }

  .pagerightbar {
    width: 100%;
  }

  .pagebardiv.yetkinlikler {
    width: 100%;
  }

  .pagebardiv.hakkimizda {
    max-width: 100%;
  }

  .pagerightbarelement {
    max-width: 100%;
  }

  .pagerightbarelement.yetkinlikler._3.nesnelerininterneti {
    height: auto;
    min-height: 590px;
  }

  .pagerightbarelement.yetkinlikler._3.a-kkaynak {
    height: auto;
    min-height: 600px;
  }

  .pagerightbarelement.yetkinlikler._3.biyometrikveri {
    height: auto;
    min-height: 550px;
  }

  .pagerightbarelement.yetkinlikler._3.siberguvenlik {
    height: auto;
    min-height: 500px;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik.goruntuisleme {
    height: auto;
    min-height: 500px;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik.margintop {
    height: auto;
    min-height: 550px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pagerightbarelement.harmoni {
    padding-right: 10px;
    padding-left: 20px;
  }

  .pagerightbarelement.doku {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-45 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .div-block-46.urunler.orbit {
    margin-right: -60px;
    margin-left: 60px;
  }

  .div-block-46.urunler.eyeminer {
    height: 100%;
  }

  .div-block-46.urunler.harmoni {
    width: 40%;
    height: 550px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .threeimg {
    -ms-grid-columns: 100px 100px 100px;
    grid-template-columns: 100px 100px 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-48.urunler.harmoni {
    width: 60%;
  }

  .div-block-48.urunler.doku._2 {
    height: 100%;
  }

  .div-block-49 {
    align-items: center;
  }

  .div-block-49._2.leftmargin {
    width: 55%;
  }

  .div-block-58.urunler.liman {
    background-position: 50% -200%;
    background-size: cover;
  }

  .container-5 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    max-width: 150px;
    order: -1;
  }

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

  .menu-button-3 {
    order: 1;
  }

  .text-block-16.ornekvideo {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .btn.eyeminer {
    width: 100%;
    max-width: 175px;
    min-width: 175px;
  }

  .btn.liman {
    background-color: rgba(44, 68, 140, 0.72);
  }

  .btn.ornekvideo {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 20px;
    justify-content: flex-start;
  }

  .referansdiv {
    justify-content: center;
  }

  .referansimg {
    width: 14%;
  }

  .div-block-70 {
    grid-column-gap: 0px;
  }

  .div-block-72.headerhide {
    display: none;
  }

  .div-block-80 {
    padding: 2rem;
  }

  .html-embed-2 {
    width: auto;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: center;
    grid-column-gap: 20px;
  }

  .image-30 {
    width: 100%;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .image-31 {
    width: 100%;
  }

  .image-37._2 {
    left: 128px;
    top: 100px;
  }

  .image-37._1 {
    left: 20px;
    top: 100px;
  }

  .image-38 {
    margin-bottom: 75px;
  }

  .div-block-96.sliderdesktop {
    max-height: 250px;
  }

  .havelsanslideryesilisik {
    top: auto;
    bottom: 20%;
    max-width: 100%;
  }

  .havelsanslidermaviisik {
    top: auto;
    bottom: 20%;
    max-width: 100%;
  }

  .havelsanslidermoon {
    top: auto;
    max-width: 100%;
  }

  .div-block-100 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-101 {
    max-width: 100%;
  }

  .lottie-animation-7.urunler {
    margin-top: -200px;
  }

  .eyeminerurunvideo._2 {
    display: none;
    width: 150px;
    height: 75px;
  }

  .eyeminerurunvideo._1 {
    width: 300px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider-mask {
    width: 400px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .div-block-8 {
    width: 60%;
  }

  .div-block-9 {
    width: 40%;
  }

  .div-block-11.slidertext.slidertextdesktop {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .div-block-20 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .div-block-25 {
    padding-bottom: 100px;
    padding-left: 25px;
  }

  .div-block-26._1.mainyeniteknolojiler {
    background-size: 55%;
  }

  .div-block-26._2 {
    background-position: 110% 105%;
    background-size: 55%;
  }

  .div-block-26._3 {
    background-position: 110% 100%;
    background-size: 60%;
  }

  .div-block-26._4 {
    background-position: 120% 125%;
    background-size: 60%;
  }

  .footer {
    display: flex;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    flex-direction: column;
  }

  .div-block-28.hidemobile {
    display: none;
  }

  .footer2 {
    display: flex;
    padding-top: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footersection {
    width: 100%;
  }

  .image-16 {
    width: 100px;
  }

  .text-block-13 {
    text-decoration: none;
  }

  .div-block-31 {
    width: 100%;
  }

  .heading-12 {
    font-size: 50px;
  }

  .div-block-34 {
    max-width: 100%;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-39.yetkinlik {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-39.yetkinlik.goruntuisleme {
    width: 100%;
  }

  .div-block-39.nesnelerininterneti {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    align-self: flex-start;
  }

  .div-block-39.urunlertemplate {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-39.yhakkimizda {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-39.chakkimizda {
    padding-right: 0px;
    padding-left: 20px;
  }

  .div-block-39.acikkaynak {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-39.biyometrikveri {
    padding-left: 0px;
  }

  .div-block-39.siberguvenlik {
    padding-left: 0px;
  }

  .div-block-39._2 {
    width: 100%;
    padding-left: 25px;
  }

  .div-block-39.leftmargin {
    padding-left: 25px;
  }

  .pagerightbar.margintop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pagebardiv.yetkinlikler {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pagebardiv.cozumler {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pagerightbarelement.iletisim.iletisimmap {
    height: auto;
    padding: 2rem;
    flex-direction: column;
    grid-row-gap: 2rem;
  }

  .pagerightbarelement.yetkinliklerdiv.yhakkimizda {
    padding: 2rem;
  }

  .pagerightbarelement.urunlerdiv.urunlertemplate {
    padding: 2rem;
  }

  .pagerightbarelement.cozumlerdiv.chakkimizda {
    padding: 2rem;
  }

  .pagerightbarelement.cozumler._1.margintop {
    padding-left: 50px;
  }

  .pagerightbarelement.cozumler._2 {
    overflow: hidden;
    background-image: repeating-linear-gradient(90deg, transparent, #000 50%, #000), url('../images/shutterstock_1911897895dijitaldonusum-scaled.webp');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pagerightbarelement.yetkinlikler._3.nesnelerininterneti {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }

  .pagerightbarelement.yetkinlikler._3.a-kkaynak {
    padding-right: 2rem;
    padding-left: 2rem;
    flex-direction: column;
  }

  .pagerightbarelement.yetkinlikler._3.biyometrikveri {
    flex-direction: column;
  }

  .pagerightbarelement.yetkinlikler._3.siberguvenlik {
    flex-direction: column;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik.goruntuisleme {
    flex-direction: column;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik.margintop {
    flex-direction: column;
  }

  .pagerightbarelement.eyeminer {
    height: auto;
  }

  .pagerightbarelement.eyeminer.botmargin {
    padding: 30px;
    flex-direction: column;
  }

  .pagerightbarelement.harmoni {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .pagerightbarelement.liman {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    background-position: 50% 25%;
    background-repeat: no-repeat;
  }

  .pagerightbarelement.dataplato {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .pagerightbarelement.kovan {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .pagerightbarelement.doku {
    height: auto;
    padding: 2rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arkaplan-animasyonsuz.webp');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
  }

  .pagerightbarelement.evreka {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex-direction: column-reverse;
  }

  .pagerightbarelement.diyalog {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }

  .pagerightbarelement.drive.urunler {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }

  .pagerightbarelement.kalkan {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .pagerightbarelement.bariyer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .pagerightbarelement.dataflow {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .pagerightbarelement.orbit {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }

  .pagerightbarelement.referanslarpage {
    padding: 2rem;
  }

  .pagerightbarelement.odak {
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    flex-direction: column;
  }

  .pagerightbarelement.eksen {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .div-block-45.yetkinlikler {
    padding-left: 0rem;
  }

  .div-block-45.yetkinlikler._3.acikkaynak {
    padding-left: 0rem;
  }

  .div-block-45.yetkinlikler._3.biyometrikveri {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-45.yetkinlikler._3.siberguvenlik {
    padding-right: 2rem;
  }

  .div-block-45.iletisimmap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-46.iletisim.iletisimmap {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-46.urunler {
    width: 100%;
    height: auto;
  }

  .div-block-46.urunler.orbit {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0rem;
    padding-bottom: 3em;
    align-self: flex-start;
  }

  .div-block-46.urunler.eyeminer {
    width: 100%;
    height: auto;
    padding-right: 0rem;
  }

  .div-block-46.urunler.harmoni {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 550px;
    background-size: contain;
  }

  .div-block-46.urunler.odak {
    height: 250px;
  }

  .div-block-46.urunler.liman {
    padding-right: 0px;
  }

  .div-block-46.urunler.kovan {
    width: 100%;
    height: auto;
  }

  .div-block-46.urunler.doku._2 {
    display: none;
  }

  .div-block-46.urunler.diyalog._2 {
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-46.urunler.drive {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-46.urunler.kalkan {
    width: 100%;
  }

  .div-block-46.urunler.bariyer {
    width: 100%;
  }

  .div-block-46.urunler.dataflow {
    width: 100%;
  }

  .div-block-46.yetkinlik {
    width: 100%;
    padding-left: 2rem;
  }

  .div-block-46.yetkinlik.goruntuisleme {
    width: 100%;
  }

  .div-block-46.nesnelerininterneti {
    width: 100%;
    padding-left: 2rem;
  }

  .div-block-46.yhakkimizda {
    padding-left: 20px;
  }

  .div-block-46.acikkaynak {
    width: 100%;
  }

  .div-block-46.biyometrikveri {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-46.siberguvenlik {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-48 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block-48.iletisim.iletisimmap {
    width: 100%;
    max-width: 600px;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.yetkinlik.goruntuisleme {
    width: 100%;
  }

  .div-block-48.yetkinlikler.yetkinlik.dijitaldonusum {
    width: 100%;
  }

  .div-block-48.yetkinlikler.nesnelerininterneti {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.acikkaynak {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.biyometrikveri {
    width: 100%;
    margin-left: 0px;
    padding-left: 2rem;
  }

  .div-block-48.yetkinlikler.siberguvenlik {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-48.urunler.eksen {
    width: 100%;
  }

  .div-block-48.urunler.eyeminer {
    width: 100%;
    padding-left: 0px;
  }

  .div-block-48.urunler.harmoni {
    width: 100%;
  }

  .div-block-48.urunler.odak {
    width: 100%;
  }

  .div-block-48.urunler.liman {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-48.urunler.dataplato {
    width: 100%;
  }

  .div-block-48.urunler.kovan {
    width: 100%;
  }

  .div-block-48.urunler.doku._2 {
    width: 100%;
  }

  .div-block-48.urunler.evreka {
    width: 100%;
  }

  .div-block-48.urunler.diyalog._2 {
    width: 100%;
  }

  .div-block-48.urunler.drive {
    width: 100%;
  }

  .div-block-48.urunler.kalkan {
    width: 100%;
  }

  .div-block-48.urunler.bariyer {
    width: 100%;
  }

  .div-block-48.urunler.dataflow {
    width: 100%;
  }

  .div-block-48.urunler._2 {
    width: 100%;
  }

  .div-block-48.urunlerdiv.urunlertemplate {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .div-block-48.yhakkimizda {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .div-block-48.chakkimizda {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .div-block-49 {
    width: 100%;
    height: auto;
    padding: 0px;
    align-items: center;
  }

  .div-block-49.double.yetkinlik.goruntuisleme {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-49.kovan {
    height: auto;
  }

  .div-block-49.drive {
    height: auto;
  }

  .div-block-49.urunlertemplate {
    padding-left: 20px;
  }

  .div-block-49.iletisimmap {
    align-items: center;
  }

  .div-block-58.urunler.eyeminer {
    left: -10%;
    top: -5%;
    right: -10%;
  }

  .div-block-58.urunler.liman {
    background-position: 50% 350px;
  }

  .div-block-58.urunler.dataplato {
    background-position: 30% 0%;
    background-size: auto 100%;
  }

  .image-20 {
    padding: 5px;
  }

  .container-5 {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    max-width: 150px;
    justify-content: center;
    align-items: stretch;
    order: -1;
  }

  .navbar.mobilenavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-3 {
    order: 1;
  }

  .text-block-15.iletisim {
    padding-right: 0px;
  }

  .referansdiv {
    display: flex;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .referansimg {
    width: 20%;
  }

  .div-block-72.headerhide {
    display: none;
  }

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

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

  .image-24 {
    top: 9%;
    min-width: 200px;
  }

  .image-25 {
    top: 23px;
    right: 43px;
    width: 300px;
    min-width: 200px;
  }

  .image-26 {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 0px;
    width: 200px;
    max-width: none;
    min-width: 200px;
  }

  .html-embed-2 {
    width: auto;
  }

  .html-embed-2.mobilehideeyeminer {
    width: auto;
  }

  .div-block-83 {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  .image-27 {
    max-width: 100%;
  }

  .image-30 {
    width: 45vw;
  }

  .div-block-84 {
    position: absolute;
  }

  .div-block-85 {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-86 {
    overflow: hidden;
  }

  .image-31 {
    left: auto;
    right: 25%;
    bottom: -100px;
    width: 50%;
  }

  .image-34.dataplato {
    right: 0px;
    bottom: 0px;
    width: 400px;
  }

  .image-38 {
    width: 200px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-block-87 {
    height: auto;
  }

  .heading-21.vhidemobile {
    display: none;
  }

  .image-48 {
    width: 250px;
  }

  .heading-22.vhidemobile {
    display: none;
  }

  .div-block-88 {
    width: 100%;
  }

  .div-block-96.sliderdesktop {
    max-height: 250px;
  }

  .producdtswrapper {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .havelsanslideryesilisik {
    bottom: 13%;
  }

  .havelsanslidermaviisik {
    bottom: 13%;
  }

  .lottie-animation {
    width: 250px;
    max-width: none;
    margin-right: 0px;
  }

  .lottie-animation-2.urunler {
    max-width: 70%;
  }

  .lottie-animation-3 {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lottie-animation-4 {
    width: 100%;
  }

  .lottie-animation-5 {
    left: 56px;
    top: 30px;
    width: 150px;
    margin-left: -200px;
  }

  .lottie-animation-6 {
    right: auto;
    bottom: -75px;
    width: 70%;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lottie-animation-7.urunler {
    display: none;
  }

  .eyeminerurunvideo._1 {
    width: 100%;
    height: 200px;
  }

  .heading-29.vhidemobile {
    display: none;
  }

  .heading-30.vhidemobile {
    display: none;
  }

  .div-block-107 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100%;
  }

  .slider.div {
    display: none;
    height: 100vh;
    align-items: stretch;
  }

  .sliderbg {
    position: static;
    height: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slideryesilsik {
    top: auto;
    max-height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slidermaviisik {
    top: auto;
    max-height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slidermoon {
    top: auto;
    max-height: 100%;
    min-height: 400px;
    margin-bottom: 0px;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sliderlogo.image._2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sliderlogo.image._1 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sliderlogo.div {
    left: auto;
    top: auto;
    right: auto;
  }

  .seconddiv.div {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-2 {
    width: 100%;
    text-align: center;
  }

  .leftcolumn {
    display: none;
  }

  .middlecolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rightcolumn {
    display: none;
  }

  .leftcolumndiv {
    justify-content: space-around;
  }

  .div-block-6 {
    height: 100vh;
    margin-top: 15vh;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-slider-mask {
    width: 100%;
    height: 100%;
  }

  .gallery-slider-mask.sliderdesktop {
    width: 100%;
    max-width: none;
  }

  .gallery-lightbox {
    height: 100%;
  }

  .gallery-slide-2 {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .gallery-slide-2.sliderdesktop {
    width: 100%;
    margin-right: 15%;
    margin-left: 0%;
  }

  .flex-wrapper-centre.margin-bottom-48 {
    max-width: none;
  }

  .slide-nav-hidden {
    overflow: visible;
  }

  .right-arrow {
    display: block;
    overflow: visible;
    margin-right: auto;
  }

  .right-arrow.sliderdesktop {
    right: -30px;
    display: flex;
    margin-right: 0px;
  }

  .image-cover {
    height: 100%;
  }

  .image-cover.sliderdesktop {
    max-height: 20vh;
  }

  .left-arrow {
    display: block;
    overflow: visible;
    margin-left: 45px;
  }

  .left-arrow.sliderdesktop {
    left: -30px;
    display: flex;
    margin-left: 0px;
  }

  .gallery-slider-2 {
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .gallery-slider-2.sliderdesktop {
    display: flex;
    overflow: visible;
    padding-right: 0rem;
  }

  .container-regular {
    display: -ms-grid;
    display: grid;
    height: 100%;
    justify-items: center;
    align-items: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-regular.sliderdesktop {
    display: flex;
    overflow: visible;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-direction: row;
    justify-content: center;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .icon.left {
    margin-top: 8px;
    margin-left: 6px;
  }

  .icon.left.sliderdesktop {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .section-gallery {
    height: 100%;
    padding-left: 0px;
  }

  .section-gallery.sliderdesktop {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 2rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-radius: 20px;
  }

  .gallery-image-small-square {
    height: 100%;
  }

  .gallery-image-small-square.sliderdesktop {
    display: flex;
    max-height: 20vh;
    justify-content: center;
    align-items: center;
  }

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

  .heading3 {
    flex: 0 auto;
    text-align: center;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .div-block-8 {
    width: 100%;
    align-items: flex-start;
  }

  .heading-5 {
    text-align: left;
  }

  .text-block-8 {
    text-align: left;
  }

  .button-2 {
    padding-right: 50px;
    text-align: left;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-11.slidertext {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 0% 4rem;
  }

  .div-block-11.slidertext.slidertextdesktop {
    display: block;
    padding-bottom: 5%;
  }

  .div-block-11.slidertextmobile {
    display: none;
    margin-bottom: 2rem;
  }

  .heading-7 {
    width: 100%;
    margin-right: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    text-align: center;
  }

  .heading-8 {
    margin: 0.5em 2rem;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .heading-8.anasayfa {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    text-align: center;
  }

  .text-block-9 {
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    text-align: left;
  }

  .text-block-9.siberguvenlik {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .text-block-9._2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-16 {
    display: none;
  }

  .div-block-18.footmenu {
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 5px;
    grid-row-gap: 8px;
  }

  .linkmenu.footerlink {
    padding-left: 2rem;
  }

  .div-block-20 {
    height: 100%;
    min-height: 500px;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-9 {
    text-align: left;
  }

  .div-block-23 {
    display: none;
  }

  .div-block-24 {
    width: 0vw;
  }

  .div-block-25 {
    width: 100%;
    padding: 2rem 2rem 4rem;
    text-align: left;
  }

  .div-block-26._1 {
    background-size: 80%;
  }

  .div-block-26._1.mainyeniteknolojiler {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 4rem;
    background-position: 150% 102%;
    background-size: 80%;
  }

  .div-block-26._2 {
    margin-right: 20px;
    margin-left: 20px;
    background-position: 100% 105%;
    background-size: 70%;
  }

  .div-block-26._3 {
    margin-right: 20px;
    margin-left: 20px;
    background-position: 120% 100%;
    background-size: 75%;
  }

  .div-block-26._4 {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 4rem;
    background-position: 140% 105%;
    background-size: 70%;
  }

  .div-block-27.sliderdiv {
    top: auto;
    bottom: auto;
  }

  .footer {
    display: flex;
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-28 {
    padding: 2rem;
  }

  .div-block-28.hidemobile {
    display: none;
  }

  .heading-10 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-11 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section {
    margin-bottom: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer2 {
    display: flex;
    width: 100%;
    padding-top: 25px;
    justify-content: space-around;
    align-items: center;
  }

  .image-14 {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .image-15 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .footersection {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .text-block-12 {
    display: none;
  }

  .image-16 {
    width: 100%;
  }

  .heading-11 {
    font-size: 9px;
    text-align: center;
  }

  .text-block-13 {
    text-decoration: none;
  }

  .div-block-31 {
    width: 100%;
    text-align: center;
  }

  .pagebreadcrumb.hakkimizda {
    padding-top: 200px;
  }

  .pagebreadcrumb.iletisim {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .heading-12 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-14 {
    font-size: 15px;
    line-height: 23px;
  }

  .yildizanim {
    bottom: 0vh;
    max-height: 100vh;
  }

  .div-block-33 {
    position: relative;
  }

  .div-block-33.div33desktop {
    bottom: 0px;
    display: none;
  }

  .div-block-33.div33desktop.mobiletext {
    position: relative;
    display: block;
    margin-top: 25vh;
  }

  .div-block-34 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .link {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-39 {
    width: 100%;
    padding: 0em;
  }

  .div-block-39.yetkinlik {
    width: 100%;
  }

  .div-block-39.chakkimizda {
    padding-left: 0px;
  }

  .div-block-39.biyometrikveri {
    margin-bottom: 2rem;
  }

  .div-block-39.siberguvenlik {
    padding: 0rem;
  }

  .div-block-39._2 {
    width: 100%;
    padding-left: 0px;
  }

  .div-block-39.leftmargin {
    padding-left: 0px;
  }

  .pageleftbar {
    display: none;
    width: 40vw;
  }

  .pageleftbar.hide {
    display: none;
  }

  .pagerightbar {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pagerightbar.margintop {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pagebardiv.yetkinlikler {
    max-width: 100%;
  }

  .pagebardiv.hakkimizda {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pagerightbarelement {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2em;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .pagerightbarelement.iletisim.iletisimmap {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .pagerightbarelement.yetkinliklerdiv.yhakkimizda {
    height: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    background-position: 0% 50%;
    background-size: contain;
  }

  .pagerightbarelement.urunlerdiv.urunlertemplate {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.cozumlerdiv.chakkimizda {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 2rem 4rem;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pagerightbarelement.cozumler._1 {
    height: auto;
    padding: 2rem;
    background-image: linear-gradient(180deg, transparent, #000 50%), url('../images/shutterstock_1936528576guvenlik-scaled.webp');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pagerightbarelement.cozumler._1.margintop {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .pagerightbarelement.cozumler._2 {
    height: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    background-image: linear-gradient(180deg, transparent, #000 40%), url('../images/shutterstock_1911897895dijitaldonusum-scaled.webp');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 200%;
    background-repeat: repeat, no-repeat;
  }

  .pagerightbarelement.cozumler._3 {
    background-image: linear-gradient(180deg, transparent, #000 50%), url('../images/shutterstock_1183138294altyapi-scaled.webp');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pagerightbarelement.cozumler._3.botmargin {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .pagerightbarelement.yetkinlikler._3.nesnelerininterneti {
    height: auto;
    padding: 2rem;
  }

  .pagerightbarelement.yetkinlikler._3.a-kkaynak {
    height: auto;
    padding: 2rem;
  }

  .pagerightbarelement.yetkinlikler._3.biyometrikveri {
    height: auto;
    padding: 2rem;
    align-items: flex-start;
  }

  .pagerightbarelement.yetkinlikler._3.siberguvenlik {
    height: auto;
    padding: 2rem;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik {
    height: auto;
    padding: 2rem;
  }

  .pagerightbarelement.yetkinlikler.yetkinlik.goruntuisleme {
    height: auto;
    padding: 2rem;
  }

  .pagerightbarelement.eyeminer {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pagerightbarelement.harmoni {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 0rem;
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/sehir.webp');
    background-position: 0px 0px, 50% 80%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pagerightbarelement.liman {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2em;
  }

  .pagerightbarelement.dataplato {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pagerightbarelement.kovan {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    background-position: 20% 40%;
    background-size: cover;
  }

  .pagerightbarelement.doku {
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/arkaplan-animasyonsuz.webp');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .pagerightbarelement.evreka {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 4rem 2rem 2rem;
  }

  .pagerightbarelement.diyalog {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    flex-direction: column;
  }

  .pagerightbarelement.drive {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.drive.urunler {
    flex-direction: column;
  }

  .pagerightbarelement.drive.urunler.nomargin {
    height: 100%;
    margin-top: 0rem;
  }

  .pagerightbarelement.ileti {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.kalkan {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.bariyer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.dataflow {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .pagerightbarelement.orbit {
    height: auto;
    padding: 4rem 2rem 2rem;
  }

  .pagerightbarelement.referanslarpage {
    padding: 2rem 0rem;
    flex-wrap: wrap;
  }

  .pagerightbarelement.hidedeneme {
    display: block;
  }

  .pagerightbarelement.odak {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 0px;
  }

  .pagerightbarelement.eksen {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .squareimg {
    max-height: 100px;
    max-width: 100px;
  }

  .div-block-45 {
    width: 90%;
    max-width: 310%;
    margin-left: 0px;
    padding: 0rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .div-block-45.cozumler {
    width: 80%;
    margin-left: 0px;
    padding: 0px;
  }

  .div-block-45.yetkinlikler {
    max-width: none;
    margin-left: 0px;
    padding-bottom: 0%;
    padding-left: 0px;
  }

  .div-block-45.yetkinlikler._3.nesnelerininterneti {
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: flex-start;
  }

  .div-block-45.yetkinlikler._3.biyometrikveri {
    padding-right: 0px;
    padding-left: 0px;
    align-items: flex-start;
  }

  .div-block-45.yetkinlikler.bariyer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-45.yhakkimizda {
    padding: 2rem 2rem 2rem 0rem;
  }

  .div-block-45.chakkimizda {
    margin-left: 0px;
    padding: 2rem 0px;
  }

  .div-block-45.iletisimmap {
    width: 100%;
    padding: 0rem;
    align-items: flex-start;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-46.iletisim {
    width: 100%;
  }

  .div-block-46.iletisim.iletisimmap {
    margin-top: 30px;
    margin-right: 0px;
  }

  .div-block-46.urunler {
    width: 100%;
    height: auto;
    padding-top: 0.5em;
  }

  .div-block-46.urunler.orbit {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 1em;
    align-items: center;
  }

  .div-block-46.urunler.eyeminer {
    width: 100%;
    height: auto;
    padding-right: 0rem;
    align-items: center;
  }

  .div-block-46.urunler.harmoni {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-image: url('../images/Kutu.webp');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-46.urunler.odak {
    height: auto;
  }

  .div-block-46.urunler.liman {
    height: auto;
    min-height: 300px;
  }

  .div-block-46.urunler.dataplato {
    top: 50px;
    height: auto;
    align-items: center;
  }

  .div-block-46.urunler.kovan {
    min-height: 300px;
    order: 1;
  }

  .div-block-46.urunler.doku {
    display: none;
    order: 1;
  }

  .div-block-46.urunler.kalkan {
    align-items: center;
  }

  .div-block-46.urunler.dataflow {
    width: 100%;
  }

  .div-block-46.urunlerdiv.urunlertemplate {
    padding: 1rem 1rem 1rem 0rem;
  }

  .div-block-46.yetkinlik {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0rem;
  }

  .div-block-46.yetkinlik.goruntuisleme {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .div-block-46.nesnelerininterneti {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0rem;
  }

  .div-block-46.yhakkimizda {
    padding: 0rem;
  }

  .div-block-46.chakkimizda {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .div-block-46.acikkaynak {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-46.biyometrikveri {
    padding: 1rem 0rem;
  }

  .div-block-46.siberguvenlik {
    padding: 1em 0rem;
  }

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

  .line._1.iletisimmap {
    width: 100%;
  }

  .line.orbit {
    width: 100%;
    flex-direction: column;
  }

  .line.eyeminer {
    width: 100%;
  }

  .line.doku {
    align-items: flex-start;
    grid-row-gap: 50px;
  }

  .threeimg {
    display: flex;
    flex-wrap: wrap;
  }

  .threeimg.yetkinlik {
    margin-bottom: 1em;
    align-self: flex-start;
  }

  .bold-text {
    width: 100%;
  }

  .div-block-47 {
    width: 100%;
  }

  .div-block-47.yetkinlik {
    width: 100%;
  }

  .div-block-48 {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
  }

  .div-block-48.iletisim {
    width: 100%;
  }

  .div-block-48.iletisim.iletisimmap {
    width: 100%;
  }

  .div-block-48.yetkinlikler.yetkinlik.goruntuisleme {
    width: 100%;
    padding: 2rem 0rem;
  }

  .div-block-48.yetkinlikler.yetkinlik.dijitaldonusum {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.nesnelerininterneti {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.acikkaynak {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-48.yetkinlikler.biyometrikveri {
    width: 100%;
    margin-left: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
    align-items: flex-start;
  }

  .div-block-48.yetkinlikler.siberguvenlik {
    width: 100%;
    margin-left: 0px;
    padding: 1rem 0rem 1rem 0px;
  }

  .div-block-48.urunler {
    width: 100%;
  }

  .div-block-48.urunler.eyeminer {
    padding: 0rem;
  }

  .div-block-48.urunler.harmoni {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-48.urunler.liman {
    padding-left: 10px;
  }

  .div-block-48.urunler.doku._2 {
    width: 100%;
  }

  .div-block-48.urunler.diyalog {
    order: 1;
  }

  .div-block-48.urunler.diyalog._2 {
    width: 100%;
  }

  .div-block-48.urunler.drive {
    order: 1;
  }

  .div-block-48.urunler.dataflow {
    width: 100%;
  }

  .div-block-48.urunler._2 {
    width: 100%;
  }

  .div-block-48.urunlerdiv.urunlertemplate {
    padding-right: 2rem;
    padding-left: 0rem;
  }

  .div-block-49 {
    width: 100%;
    min-height: auto;
    padding-top: 0rem;
    padding-bottom: 2rem;
    align-items: center;
  }

  .div-block-49.double {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-49.double.yetkinlik.goruntuisleme {
    padding-right: 0px;
    padding-left: 0px;
    align-items: flex-start;
  }

  .div-block-49.harmoni {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .div-block-49.odak {
    height: auto;
    min-height: auto;
    align-items: center;
  }

  .div-block-49.dataplato {
    justify-content: center;
  }

  .div-block-49.diyalog {
    min-height: auto;
    align-items: flex-start;
  }

  .div-block-49.drive {
    min-height: auto;
    align-items: flex-start;
  }

  .div-block-49.kalkan {
    padding: 0rem 0rem 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-49.bariyer {
    align-items: flex-start;
    grid-row-gap: 10px;
  }

  .div-block-49.dataflow {
    margin-left: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
    align-items: flex-start;
  }

  .div-block-49.yetkinlik {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .div-block-49.nesnelerininterneti {
    padding-right: 0rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
  }

  .div-block-49.urunlertemplate {
    min-height: auto;
    padding: 0rem;
  }

  .div-block-49.yhakkimizda {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-49.chakkimizda {
    min-height: auto;
    padding: 0rem;
  }

  .div-block-49.iletisimmap {
    padding-bottom: 0rem;
  }

  .div-block-49.acikkaynak {
    padding: 0rem;
  }

  .div-block-49.biyometrikveri {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .div-block-49.siberguvenlik {
    padding: 0rem;
  }

  .div-block-49._2.leftmargin {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-14 {
    width: 100%;
  }

  .heading-14.siberg-venlik {
    width: 100%;
  }

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

  .div-block-58.urunler.eyeminer {
    left: 0%;
    right: 0%;
  }

  .div-block-58.urunler.harmoni {
    background-image: url('../images/harmoni_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-58.urunler.liman {
    background-position: 50% 100%;
    background-size: contain;
  }

  .div-block-58.urunler.dataplato {
    background-position: 30% 0%;
    background-size: cover;
  }

  .image-20 {
    max-width: 150px;
    margin: 5px;
  }

  .container-5 {
    display: block;
    width: 100vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brand {
    display: flex;
    max-height: 100%;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 997;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: #000;
  }

  .navbar.mobilenavbar {
    z-index: 900;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #212121;
    color: #fff;
  }

  .nav-link-3 {
    padding-left: 30px;
    color: #7a7a7a;
  }

  .nav-link-3:hover {
    color: #fff;
  }

  .nav-link-3:active {
    color: #fff;
  }

  .nav-link-3:focus {
    color: #fff;
  }

  .nav-link-3:visited {
    color: #fff;
  }

  .text-block-16.ornekvideo {
    width: 100%;
    justify-content: center;
  }

  .image-21.leftmargin {
    margin-left: 10px;
  }

  .btn {
    max-width: 200px;
  }

  .btn.yetkinliklerbtn {
    max-width: 250px;
  }

  .btn.cozumlerbtn {
    max-width: 250px;
  }

  .btn.orbit._2 {
    margin-left: 0px;
  }

  .btn.eyeminer {
    width: 100%;
  }

  .btn.harmoni {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .btn.ornekvideo {
    margin-top: 20px;
    padding-top: 0px;
  }

  .html-embed {
    height: 550px;
    max-width: 600px;
  }

  .div-block-66.iletisimmap {
    height: 550px;
    max-width: 600px;
  }

  .referansdiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .referansimg {
    width: 45%;
  }

  .div-block-67 {
    display: block;
    width: 100%;
    height: auto;
  }

  .div-block-67.hide {
    display: none;
  }

  .text-block-18.orbit {
    width: 100%;
  }

  .text-block-18.eyeminer {
    width: 100%;
  }

  .text-block-18.eyeminer._2 {
    width: 95%;
  }

  .text-block-18.odak {
    width: 90%;
  }

  .text-block-18.kovan {
    padding-right: 0px;
  }

  .text-block-18.doku.bariyer {
    padding-right: 0px;
  }

  .text-block-18.evreka {
    width: 100%;
  }

  .div-block-72 {
    display: none;
  }

  .div-block-74 {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }

  .div-block-75 {
    text-align: center;
  }

  .div-block-76 {
    width: 100%;
    flex-direction: column;
    align-content: flex-start;
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-79 {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 2rem;
  }

  .heading-17 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-80 {
    padding: 0rem;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .tanitimvideosubtn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-23 {
    width: 50px;
    height: 50px;
  }

  .image-24 {
    top: auto;
    right: auto;
  }

  .image-25 {
    top: 7px;
    right: auto;
  }

  .image-26 {
    top: auto;
    right: auto;
    bottom: 0%;
    width: 170px;
    min-width: 170px;
  }

  .html-embed-2 {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .html-embed-2.mobilehideeyeminer {
    display: none;
  }

  .div-block-83 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    align-items: center;
    grid-column-gap: 0px;
  }

  .image-27 {
    width: 100%;
  }

  .image-30 {
    width: 45vw;
    height: auto;
    margin-bottom: 19vw;
  }

  .div-block-85 {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-86 {
    width: 100vw;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .image-31 {
    right: auto;
    bottom: 75px;
    width: 180px;
    max-width: none;
    margin-bottom: 0px;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .html-embed-3 {
    width: 100%;
  }

  .image-32 {
    width: 200px;
    margin-top: -54px;
  }

  .image-33 {
    bottom: auto;
    width: 100vw;
    height: auto;
    margin-top: -120px;
  }

  .image-34.ileti {
    width: 300px;
  }

  .image-34.drive {
    bottom: auto;
    width: 200px;
  }

  .image-34.diyalog {
    bottom: auto;
    width: 200px;
  }

  .image-34.dataplato {
    right: auto;
    bottom: auto;
    width: 100vw;
    max-width: 400px;
  }

  .image-36 {
    width: 200px;
  }

  .image-37._2 {
    left: 150px;
    top: -100px;
    width: auto;
    height: 150px;
  }

  .image-37._1 {
    left: 65px;
    top: -100px;
    width: auto;
    height: 150px;
  }

  .image-38 {
    left: 0px;
    width: 200px;
    max-width: none;
    margin-bottom: -35px;
  }

  .div-block-87.kalkan {
    align-items: center;
  }

  .html-embed-4 {
    display: none;
  }

  .image-41 {
    width: 200px;
  }

  .image-42 {
    width: 150px;
  }

  .image-43 {
    width: 200px;
    margin-bottom: 0px;
  }

  .image-46 {
    width: 250px;
  }

  .image-47 {
    width: 200px;
  }

  .image-48 {
    align-self: flex-start;
  }

  .div-block-91 {
    justify-content: flex-start;
  }

  .image-52 {
    width: 200px;
  }

  .popup.eyeminerpopup {
    display: none;
  }

  .popup.orbitpopup {
    display: none;
  }

  .popup.harmonipopup {
    display: none;
    width: 100%;
    height: auto;
  }

  .popup.odakpopup {
    display: none;
  }

  .popup.limanpopup {
    display: none;
  }

  .popup.dataplatopopup {
    display: none;
  }

  .popup.eksenpopup {
    display: none;
  }

  .popup.kovanpopup {
    display: none;
  }

  .popup.dokupopup {
    display: none;
  }

  .popup.evrakapopup {
    display: none;
  }

  .popup.diyalogpopup {
    display: none;
  }

  .popup.drivepopup {
    display: none;
  }

  .popup.akilliguvenlisehirlerpopup {
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .popup.orbitvideopopup {
    display: none;
  }

  .popup.eyeminervideopopup {
    display: none;
  }

  .popup.harmonivideopopup {
    display: none;
  }

  .popup.eyeminerornekvideopopup {
    display: none;
  }

  .popup.cozumlerpopup._1 {
    display: none;
  }

  .popup.cozumlerpopup._2 {
    display: none;
  }

  .popup.cozumlerpopup._3 {
    display: none;
  }

  .popup.cozumlerpopup._4 {
    display: none;
  }

  .popup.cozumlerpopup.dd4 {
    display: none;
  }

  .popup.cozumlerpopup.dd5 {
    display: none;
  }

  .popup.cozumlerpopup.dd7 {
    display: none;
  }

  .popup.cozumlerpopup.dd8 {
    display: none;
  }

  .popup.cozumlerpopup.dd12 {
    display: none;
  }

  .popup.cozumlerpopup.dd13 {
    display: none;
  }

  .popup.cozumlerpopup.as4 {
    display: none;
  }

  .popup.cozumlerpopup.as5 {
    display: none;
  }

  .div-block-92 {
    width: 100%;
  }

  .popupdiv {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/bg-apps-glow-1.svg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .popupdiv.trt {
    background-image: url('../images/bg-apps-glow-1.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .popupdiv.akilliguvenlisehirler {
    left: auto;
    width: 90%;
  }

  .link-2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999;
    font-size: 20px;
  }

  .link-2.popuplink {
    top: 10px;
    right: 10px;
  }

  .div-block-93 {
    max-width: 100%;
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-24 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-block-94 {
    width: 100%;
    border-bottom: 1px solid #212121;
  }

  .div-block-95 {
    position: absolute;
    bottom: 0px;
    z-index: 4;
    width: 100vw;
    height: 150px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .div-block-96 {
    margin-bottom: 2rem;
  }

  .div-block-96.sliderdesktop {
    max-height: 400px;
  }

  .hidemenudivider {
    display: none;
  }

  .producdtswrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .havelsansliderdiv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(180deg, transparent 60%, #000 70%, #000), url('../images/low-angle-shot-mesmerizing-starry-sky-scaled.webp');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .havelsanslideryesilisik {
    top: auto;
    bottom: 0vh;
  }

  .havelsanslidermaviisik {
    top: auto;
    bottom: 0vh;
  }

  .havelsanslidermoon {
    top: auto;
    bottom: 0vh;
  }

  .footerdiv {
    display: flex;
    flex-direction: column;
  }

  .lottie-animation {
    width: 250px;
    max-width: none;
    margin-right: 0px;
  }

  .lottie-animation-2 {
    max-width: 100%;
  }

  .lottie-animation-2.urunler {
    max-width: 100%;
  }

  .lottie-animation-3 {
    width: 90%;
  }

  .lottie-animation-4 {
    width: 250px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  .lottie-animation-5 {
    left: 26px;
    top: 28px;
    width: 150px;
    margin-left: 0px;
  }

  .lottie-animation-6 {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 280px;
    margin-bottom: 0px;
  }

  .lottie-animation-7.urunler {
    position: absolute;
    right: -28%;
    bottom: -36px;
    display: none;
    width: 400px;
    margin-top: 0px;
  }

  .eyeminerurunvideo._1 {
    width: 100%;
    height: 150px;
    max-width: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-58 {
    display: none;
  }

  .image-59 {
    max-width: 50%;
  }

  .div-block-103 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 10vh;
    padding: 0px;
    background-color: #000;
  }

  .cozumlerpopupdiv {
    margin: 20px;
    flex-direction: column;
  }

  .cozumlerpopupleft {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .cozumlerpopupleft.trt.resize {
    padding-bottom: 10px;
  }

  .cozumlerpopupright {
    width: 100%;
  }

  .text-block-24.trt.resize {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-105.akilliguvenlisehirler {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .html-embed-6 {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .eyeminerornekvideohtml {
    margin-right: 10px;
    margin-left: 10px;
  }

  .eyeminertanitimvideohtml {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-107 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

#w-node-c3a4b536-5710-52cf-1c47-cb924bf3d324-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3a4b536-5710-52cf-1c47-cb924bf3d326-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7c32f6a-dba0-121f-c8cc-20b22389aa23-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb1f4c92-b0f7-07cd-91ae-9c312d482e59-737b9858 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2a449252-aece-9e15-58ba-edd6720285c8-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a449252-aece-9e15-58ba-edd6720285ca-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d1f35d1-db30-96ee-af52-72fb00d2c044-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f60f85a-a9be-da3a-c253-bfda65bb1fd4-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b091595-d505-f21c-6cca-1b7b1956cfa2-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e3df3e4-9c99-f9f8-5b70-ff77a3a01420-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47e9a4b4-3932-c4da-c9f8-35a0232683d7-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a65a08f7-6ef8-d1a5-d447-9193e4b3a810-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8875305a-662d-57a8-8a82-08d0cb110122-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4cc0ada4-7486-9d5a-9e18-b36140edb0f3-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ceecfbeb-5a37-c16b-e109-c2b09e1a1103-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6a660ab-2954-e903-c9f5-f47cd9374f88-737b9858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea9a1640-dbbc-5c54-38fc-b741f72cb568-f72cb562 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ea9a1640-dbbc-5c54-38fc-b741f72cb580-f72cb562 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea9a1640-dbbc-5c54-38fc-b741f72cb581-f72cb562 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf0f2598-40f5-5c4e-6fd7-6c4698acc0e4-98acc0e3 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_73d94625-570a-3fe7-222d-4b432a4aea2c-98acc0e3 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e613a5ca-5a22-c358-5bcc-6d64fd9545af-fd9545af {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_83b7352c-1fe9-1302-c0cd-a4994fd4703c-737b9858 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7b091595-d505-f21c-6cca-1b7b1956cfa2-737b9858 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ea9a1640-dbbc-5c54-38fc-b741f72cb565-f72cb562 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

