:root {
  --midnight-blue: #2f215c;
  --white: white;
  --dark-slate-blue-3: #4c406d;
  --crimson: #e41f26;
  --dark-slate-blue-2: #625292;
  --red: #fc3139;
  --medium-purple: #886ac1;
  --pale-violet-red: #ff4a78;
  --dark-slate-blue: #392f55;
  --black: black;
  --whitesmoke: whitesmoke;
}

body {
  color: var(--midnight-blue);
  font-family: Biryani, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.5em;
  display: block;
}

h2 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.5em;
  display: block;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.5em;
}

h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
}

h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
}

a {
  letter-spacing: .5px;
  text-decoration: underline;
}

.sectionhome {
  background-color: #5e0002;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.sectionhome._100vh {
  height: 100vh;
}

.menunew {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navnew {
  background-color: #0000;
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-2 {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  width: 80px;
  padding: .65em 15px .5em;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .115s;
  position: static;
}

.nav-link-2.navlink-trigger {
  border-color: var(--midnight-blue);
  opacity: 0;
  color: var(--midnight-blue);
  font-weight: 600;
  position: absolute;
  inset: 0;
}

.nav-link-2.navlink-trigger.none {
  border-color: #0000;
}

.nav-link-2.navlink-trigger.none.w--current {
  color: var(--dark-slate-blue-3);
}

.nav-link-2.none {
  border-color: #0000;
}

.nav-link-2.none.w--current {
  color: #fff;
}

.nav-menu {
  padding-top: 8px;
}

.nav-menu.cb {
  padding-top: 0;
}

.logo-container {
  background-image: url('../images/15TemmuzLogo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 42px;
  margin-top: 5px;
  position: relative;
}

.logo-container.w--current {
  background-image: url('../images/15TemmuzLogo.png');
  background-position: 0%;
  background-size: contain;
}

.logo-container.footer-logo {
  background-image: url('../images/Swift_white.svg');
  width: 100px;
  margin-bottom: 25px;
}

.logo-container.login-logo {
  opacity: .5;
  filter: grayscale();
  background-image: url('../images/Swift_dark.svg');
  width: 100px;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
}

.logo-container.right {
  background-image: url('../images/iletişim-başkanlığı-logosu-beyaz.png');
  background-position: 100%;
  background-size: contain;
  width: 200px;
}

.logo-container.mobile {
  background-image: url('../images/ib-logo-orijinal.svg');
}

.sectionwhite {
  background-color: #f5f5f5;
  height: auto;
}

.sectionwhite.shadowup {
  background-image: url('../images/ShadowBottomLayer.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 0;
  position: relative;
}

.sectionwhite.shadowup.backtoo {
  background-color: #f5f5f5;
  background-image: none;
  padding-bottom: 40px;
  position: static;
}

.sectionwhite.hide {
  display: none;
}

.ontopdiv {
  box-shadow: none;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 0 50px;
  display: block;
  position: relative;
}

.ontopdiv.versionbottom {
  box-shadow: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: block;
}

.ontopdiv.versionbottom.subscribe-container {
  background-color: #0000;
  height: 500px;
  margin-top: -300px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ontopdiv.versionbottom.no-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ontopdiv.versionbottom.no-space-2 {
  padding-bottom: 0;
}

.ontopdiv.versionbottom.margin {
  margin-top: 40px;
}

.ontopdiv.versionbottom.margin.no-space2 {
  padding-bottom: 0;
}

.ontopdiv.mockup-section {
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.section-color {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-color.above-footer {
  background-color: #261d41;
  height: 200px;
  overflow: visible;
}

.footer {
  background-color: #261d41;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  padding-bottom: 100px;
  display: block;
}

.sectionpeople {
  background-image: url('../images/grey.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 75%;
  padding-top: 0;
  padding-bottom: 400px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  display: block;
}

.containerheader {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
}

.containerheader.align-center {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.teamface {
  background-image: url('../images/duotone2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px 6px 0 0;
  height: 300px;
}

.teamface.face2 {
  background-image: url('../images/duotone3.jpg');
  background-position: 50% 44%;
  background-size: 300px;
}

.teamface.face3 {
  background-image: url('../images/duotone1.jpg');
  background-position: 50% 0;
  background-size: 300px;
}

.linepanel {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-top: 10px;
}

.secondfooter {
  background-color: #111;
  padding-top: 15px;
  padding-bottom: 12px;
  box-shadow: inset 0 1px 8px #00000040;
}

.secondfootertext {
  color: #727272;
  letter-spacing: .5px;
  font-size: 12px;
}

.underteamface {
  background-image: linear-gradient(190deg, var(--midnight-blue), var(--dark-slate-blue-2));
  color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 30px;
  box-shadow: 0 10px 15px #0003;
}

.showcasedesktop {
  background-image: url('../images/DesktopSwift.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 680px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  inset: 0;
  box-shadow: 7px -7px 20px #00000026;
}

.showcasemiddle {
  background-image: url('../images/TabletSwift.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 480px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  inset: 0;
  box-shadow: 7px -7px 20px #00000026;
}

.showcasemobile {
  background-image: url('../images/MobileSwift.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  inset: 0;
  box-shadow: 7px -7px 20px #00000026;
}

.menu-button {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/right-arrow_1right-arrow.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #fff3;
  border-radius: 40px;
  margin-top: 15px;
  padding: 18.5px 58px 15px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.25, .1, .006, 1.007), box-shadow .115s, background-color .115s;
  box-shadow: 0 0 20px #ff4a7800;
}

.menu-button:hover {
  background-color: var(--red);
  background-position: 90%;
  box-shadow: 0 0 20px #ff4a7880;
}

.menu-button.arrow {
  background-position: 85%;
}

.menu-button.arrow:hover {
  background-position: 90%;
}

.menu-button.arrow.arrow02 {
  background-position: 88%;
}

.menu-button.arrow.arrow02:hover {
  background-position: 93%;
}

.menu-button.arrow.arrow02.grey {
  background-color: #666;
}

.menu-button.arrow.hide {
  display: none;
}

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

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

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

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

.section-home-animate {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

._3d-cards-base {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: -30vh;
  left: 0;
  right: 0;
  transform: translate(0, 50vh);
}

._3d-card-base {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(20deg)rotateZ(-45deg);
}

.card-base-edge-back {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #392f55;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
  box-shadow: 0 0 32px #ff99b326;
}

.card-base-edge-front {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #625292;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  box-shadow: 0 0 32px #ff99b340;
}

.section-home-overlay {
  background-image: linear-gradient(62deg, #0000, #8b2926 98%), radial-gradient(circle, #0000, #e41f26 71%);
  position: absolute;
  inset: 0;
}

._3d-card-base-2 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(35deg)rotateZ(-45deg);
}

._3d-card-base-3 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(50deg)rotateZ(-45deg);
}

._3d-card-base-4 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(65deg)rotateZ(-45deg);
}

._3d-card-base-5 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(80deg)rotateZ(-45deg);
}

._3d-card-base-6 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(95deg)rotateZ(-45deg);
}

._3d-card-base-7 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(110deg)rotateZ(-45deg);
}

._3d-card-base-8 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(125deg)rotateZ(-45deg);
}

._3d-card-base-9 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(140deg)rotateZ(-45deg);
}

._3d-card-base-10 {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 60vh;
  height: 60vh;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: perspective(2000px)rotateX(75deg)rotateY(155deg)rotateZ(-45deg);
}

.card-base-edge-back-bottom {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #625292;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  box-shadow: 0 0 32px #ff99b340;
}

.body {
  color: var(--midnight-blue);
  font-family: Biryani, sans-serif;
}

.body.no-scroll {
  overflow: hidden;
}

.header-heading {
  color: var(--white);
  width: 65%;
  font-weight: 700;
  line-height: 1.2em;
}

.header-heading.center {
  text-align: center;
  width: 100%;
  font-size: 7vw;
}

.header-description {
  color: var(--white);
  letter-spacing: .5px;
  width: 65%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.slider {
  background-color: #0000;
  height: 500px;
  min-height: 50vh;
  margin-top: 50px;
  margin-left: -50px;
  margin-right: -30px;
}

.slide-img-container {
  height: 100%;
  margin-left: -20px;
  display: inline-block;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.slider-img {
  height: 100%;
  position: relative;
}

.slide-img-container-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide-bg-img {
  background-image: url('../images/AppDuo.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 33px 25px 27px 33px;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 98%;
  display: flex;
  transform: perspective(2000px);
}

.slide-mask {
  padding: 50px 70px;
}

.slider-arrow {
  color: var(--midnight-blue);
  font-size: 60px;
}

.slider-left-arrow {
  height: 10%;
  display: block;
  left: -80px;
}

.slider-left-arrow.testimonials-arr {
  height: 25%;
}

.slider-right-arrow {
  height: 10%;
  right: -80px;
}

.slider-right-arrow.testimonials-arr {
  height: 25%;
}

.slider-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.section-shadow {
  height: 200px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  box-shadow: 0 0 50px #00000026;
}

.section-container {
  display: none;
  position: relative;
}

.slider-placeholder-img-text {
  color: #ffffffe6;
  text-align: center;
  width: 90%;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5em;
}

.slider-row {
  height: 100%;
  display: flex;
}

.slider-col-1 {
  z-index: 1;
  text-align: center;
  margin-top: -15px;
}

.slider-col-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
}

.slider-heading {
  color: #2f215c;
  letter-spacing: 0;
  margin-top: 15px;
  font-family: Biryani, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.list-item-text {
  color: var(--dark-slate-blue-3);
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.list-item-text.list-item-1 {
  color: #4c406d;
}

.slider-list {
  width: 85%;
  margin-top: 15px;
  padding-left: 45px;
}

.heading-section {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-weight: 900;
}

.description-section {
  color: var(--dark-slate-blue-3);
  width: 80%;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.description-section.white {
  color: #fff;
  font-weight: 400;
}

.heading-employee {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
}

.description-employee {
  line-height: 1.6em;
}

.employees-section {
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-3 {
  position: relative;
}

.subscribe-container-inner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.subscribe-block-animation {
  background-color: var(--midnight-blue);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.subscribe-form {
  position: absolute;
}

.text-field-form {
  color: var(--medium-purple);
  border-style: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 700;
}

.text-field-form::placeholder {
  color: #2f215c80;
}

.text-field-container {
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 7px -4px #2f215c33;
}

.button-submit {
  background-color: var(--pale-violet-red);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 45px;
  padding: 14px 20px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .115s, box-shadow .115s;
  position: relative;
}

.button-submit:hover {
  background-color: #ff5b85;
  box-shadow: 0 0 20px #ff4a7880;
}

.section-color-overlay {
  position: relative;
  inset: 0;
}

.navbar-container {
  width: 100%;
  padding-left: 0;
}

.slide-img-perspective {
  perspective: 2000px;
  transform-style: preserve-3d;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  transform: perspective(2000px)rotateX(0)rotateY(20deg)rotateZ(0);
}

.slide-img-shadow {
  border-radius: 33%;
  width: 84%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  box-shadow: -9px 48px 9px 1px #000c;
}

.img-container {
  flex: 0 31.5%;
  margin: 0 6px 20px;
  position: relative;
  overflow: visible;
}

.img-container.hide {
  display: none;
}

.img-container._50 {
  flex: 1;
}

.video-container-overlay {
  cursor: pointer;
  background-color: #e41f26;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.play-svg {
  width: 80px;
}

.section-color-gradient {
  background-image: linear-gradient(220deg, #0000, var(--crimson) 98%);
  position: relative;
  inset: 0;
}

.block-quote {
  border-left-width: 10px;
  border-left-color: var(--medium-purple);
  opacity: .62;
  color: var(--medium-purple);
  margin-top: 100px;
  margin-bottom: 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.team-row {
  margin-top: 30px;
}

.employees-text-div {
  padding-left: 10px;
  padding-right: 10px;
}

.check-it-out {
  color: #e4e4e43d;
  text-align: center;
  font-size: 140px;
  font-weight: 900;
  line-height: 1.5em;
  position: relative;
  top: 20px;
}

.page-wrapper {
  z-index: 10;
  position: relative;
}

.nav-scroll-trigger-container {
  z-index: -1;
  padding-top: 101vh;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.nav-scroll-trigger {
  height: 100%;
  position: relative;
}

.nav-link_3 {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 20px;
  padding: .65em 15px .5em;
  font-size: 14px;
  text-decoration: none;
  transition: color .115s, border-color .115s;
  position: static;
}

.nav-link_3:hover {
  color: #ddd;
  border-color: #ddd;
}

.nav-link_3.nav-link-3 {
  background-color: var(--crimson);
  color: var(--white);
  text-transform: none;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .115s, box-shadow .115s;
}

.nav-link_3.nav-link-3:hover {
  background-color: var(--red);
  box-shadow: 0 0 20px #ff4a7880;
}

.dark-logo {
  opacity: 0;
  background-image: url('../images/15TemmuzLogo-Orj.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.dark-logo.right {
  background-image: url('../images/ib-logo-beyaz.svg');
  background-position: 100%;
  inset: 0%;
}

.navlink-container {
  margin-right: 20px;
  display: none;
  position: relative;
}

.testimonials-section {
  padding-top: 50px;
}

.testimonials-slider {
  background-color: #0000;
}

.testimonials-flex-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial {
  color: var(--midnight-blue);
  text-align: center;
  border-left-style: none;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.testimonial-block {
  width: 70%;
  position: relative;
}

.quote-sign {
  opacity: .08;
  width: 150px;
  position: absolute;
  top: -50px;
  left: -50px;
}

.testimonial-name {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

.slide-nav {
  color: #463383;
  font-size: 23px;
}

.slide-nav.first-slider {
  margin-bottom: -30px;
}

.faq-section {
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.faq-question-block {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.faq-circle {
  border: 5px solid var(--pale-violet-red);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.faq-circle-container {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  margin-left: -20px;
  display: flex;
  position: relative;
}

.faq-answer-block {
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  color: #2f215cbf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.faqs {
  padding-top: 20px;
}

.pointers-stroke {
  justify-content: space-around;
  align-items: center;
  height: 20%;
  margin-right: -12.5%;
  display: flex;
  position: relative;
  top: -100px;
  left: -12.5%;
}

.animation-pointer {
  background-color: #886ac1;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  box-shadow: 0 0 32px #ff99b326;
}

.div-block-4 {
  width: 70%;
  margin-left: -37%;
  display: none;
}

.div-block-5 {
  width: 70%;
  margin-right: -37%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.container-4 {
  position: relative;
}

.footer-col-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-navlink {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  transition: opacity .115s;
}

.footer-navlink:hover {
  opacity: .8;
}

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

.social-link {
  width: 30px;
  margin-left: 15px;
  transition: opacity .115s;
}

.social-link:hover {
  opacity: .8;
}

.social-icon {
  width: 100%;
}

.login-body {
  background-color: #f5f5f5;
}

.login-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.login-container {
  width: 100%;
}

.login-form-block {
  background-color: var(--white);
  border-radius: 6px;
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
  box-shadow: 0 5px 15px #00000026;
}

.text-field {
  color: var(--midnight-blue);
  border: 1px solid #d2cedf;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 18px;
  padding-top: 12px;
}

.text-field:focus {
  border-color: #31ccc6;
}

.text-field::placeholder {
  color: #9993aa;
}

.text-field.password {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  transition: border-color .115s;
}

.text-field.password::placeholder {
  letter-spacing: 0;
}

.text-field.first-name {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-field.last-name {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.submit-button {
  background-color: var(--pale-violet-red);
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .115s, box-shadow .115s;
}

.submit-button:hover {
  background-color: #ff5b85;
  box-shadow: 0 0 20px #ff4a7840;
}

.field-label {
  font-size: 14px;
}

.log-in-row {
  margin-top: 40px;
}

.log-in-heading {
  margin-bottom: 30px;
  padding-left: 1px;
  font-size: 20px;
  font-weight: 900;
}

.log-in-heading.reset-your-password {
  margin-bottom: 5px;
}

.log-in-link {
  color: #2f215cbf;
  margin-bottom: 4px;
  font-weight: 600;
  transition: color .115s;
  display: inline-block;
}

.log-in-link:hover {
  color: var(--midnight-blue);
}

.log-in-link.back-to-login {
  margin-top: 15px;
  margin-bottom: 0;
}

.log-in-col-2 {
  text-align: right;
}

.log-in-col-2.register-page {
  padding-top: 2px;
}

.register-row {
  margin-left: 0;
  margin-right: 0;
}

.register-col-1 {
  padding-left: 10px;
  padding-right: 0;
}

.register-col-2 {
  padding-left: 0;
  padding-right: 10px;
}

.register-notification {
  color: #2f215cbf;
  font-size: 12px;
}

.register-notification-link {
  color: #2f215cbf;
  transition: color .115s;
}

.register-notification-link:hover {
  color: #2f215c;
}

.image {
  height: 50px;
  margin-bottom: 20px;
}

.reset-your-password-p {
  color: #2f215cbf;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1.5em;
}

.reset-password-button-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

._404-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-div {
  text-align: center;
}

._404-svg {
  width: 100px;
  margin-bottom: 10px;
}

._404-heading {
  margin-bottom: 5px;
  font-size: 40px;
}

.privacy-policy-hero-section {
  background-color: #2f215c;
  height: 300px;
  display: block;
  position: relative;
}

.privacy-policy-hero-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 130px;
  display: block;
  position: relative;
}

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

.footer-soc-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-buttons-download {
  justify-content: flex-end;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.download-button {
  border: 2px solid #886ac180;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .115s, box-shadow .115s;
  display: flex;
}

.download-button:hover {
  border-color: #886ac1;
  box-shadow: 0 0 20px #886ac159;
}

.download-button.google-play-button {
  margin-right: -10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.app-store-img {
  width: 87%;
}

.google-play-img {
  width: 100%;
}

.footer-row {
  display: flex;
}

.video-embed {
  height: 100%;
}

.widget-6-container-inner {
  z-index: 10;
  background-color: var(--white);
  transform-origin: 50% 100%;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 45px;
  margin-right: 20px;
  padding: 18px 40px 18px 25px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 8px 26px 5px #0000004d;
}

.widget-6-description {
  color: #4c406db3;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.widget-6-header-container {
  flex: none;
  text-decoration: none;
  display: block;
}

.widget-6-description-container {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.widget-6-logo-container {
  flex: none;
  width: 42px;
  height: 42px;
  margin-right: 23px;
  display: inline-block;
  position: relative;
}

.widget-6-logo-img {
  height: 100%;
}

.widget-6-heading {
  color: var(--midnight-blue);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.link {
  color: var(--pale-violet-red);
}

.link:hover {
  color: #ff5b85;
}

.close-popup-div {
  opacity: .5;
  cursor: pointer;
  background-image: url('../images/noun_Close_926080.svg');
  background-position: 50%;
  background-size: cover;
  width: 15px;
  height: 15px;
  transition: opacity .115s;
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
}

.close-popup-div:hover {
  opacity: 1;
}

.notification-div {
  background-color: var(--pale-violet-red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -5px;
  right: -5px;
}

.notification-number {
  color: var(--white);
  padding-top: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.open-widget {
  cursor: pointer;
  display: none;
  position: absolute;
  inset: 0;
}

.quotedesigner {
  text-align: right;
  margin-bottom: 100px;
  font-size: 20px;
}

.link-3 {
  color: var(--medium-purple);
}

.tabscontent {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(135deg, var(--dark-slate-blue), var(--dark-slate-blue-2));
  box-shadow: none;
  border-radius: 0 0 6px 6px;
  transition: box-shadow .5s;
}

.tabscontent:hover {
  box-shadow: 0 2px 6px #00000040;
}

.divhalfpanel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 320px;
  padding: 0 50px;
  display: flex;
}

.divhalfpanel.image1 {
  background-image: url('../images/duotone-tab1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divhalfpanel.image4 {
  background-image: url('../images/duotone-tab4.png');
  background-position: 100% 0;
  background-size: cover;
}

.divhalfpanel.image2 {
  background-image: url('../images/duotone-tab2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divhalfpanel.image5 {
  background-image: url('../images/duotone-tab5.png');
  background-position: 50%;
  background-size: cover;
}

.divhalfpanel.image3 {
  background-image: url('../images/duotone-tab3.png');
  background-position: 50%;
  background-size: 480px;
}

.tabsmenu {
  z-index: 100;
  margin-bottom: 0;
}

.tabpaneselected {
  z-index: auto;
  background-image: linear-gradient(270deg, var(--dark-slate-blue), var(--dark-slate-blue-2));
  color: #fff;
  letter-spacing: 0;
  border-radius: 0 0 6px 6px;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .2s;
  display: flex;
}

.tabpaneselected:hover {
  background-image: linear-gradient(225deg, var(--dark-slate-blue-3), var(--dark-slate-blue-2));
  color: #fff;
}

.insidecategory {
  color: var(--dark-slate-blue-3);
  background-color: #0000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 18%;
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  transition: all .5s;
  box-shadow: inset 0 -3px #d4d4d4;
}

.insidecategory:hover {
  background-color: #0000;
}

.insidecategory.w--current {
  box-shadow: inset 0 -4px 0 0 var(--medium-purple);
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(135deg, #625292, #886ac1);
  width: 28%;
  font-size: 20px;
  line-height: 24px;
}

.insidecategory.corner1 {
  color: var(--dark-slate-blue-3);
  border-top-left-radius: 6px;
  font-size: 20px;
  line-height: 24px;
}

.insidecategory.corner1.w--current {
  box-shadow: inset 0 -4px 0 0 var(--medium-purple);
  color: #fff;
  background-image: linear-gradient(135deg, #625292, #886ac1);
  border-top-right-radius: 6px;
  font-size: 20px;
  line-height: 24px;
}

.insidecategory.corner2 {
  border-top-right-radius: 6px;
}

.sectionfeatures {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionfeatures.morepadding {
  padding-bottom: 350px;
}

.showcasemiddlewrapper {
  transform-origin: 50% 100%;
  width: 480px;
  height: 360px;
  transition: transform .5s;
  position: absolute;
  bottom: 0;
  left: 13%;
  right: 0;
}

.sectionwhite-2 {
  height: auto;
  padding-bottom: 100px;
}

.sectionwhite-2.shadowup {
  background-image: url('../images/ShadowBottomLayer.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.sectionwhite-2.shadowup.backtoo {
  background-image: url('../images/grey.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.showcasecontainer {
  perspective-origin: 50% 100%;
  min-height: 480px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.showcasewrapper {
  perspective: 1200px;
  perspective-origin: 50% 100%;
  height: 530px;
  position: absolute;
  inset: 0;
}

.showcasemobilewrapper {
  transform-origin: 50% 100%;
  width: 200px;
  height: 280px;
  transition: transform .5s;
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 0;
}

.showcasedesktopwrapper {
  transform-origin: 50% 100%;
  width: 680px;
  height: 480px;
  transition: transform .5s;
  position: absolute;
  bottom: 0;
  left: 23%;
  right: 0;
}

.quotetext {
  color: #fff;
  text-transform: none;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
}

.slidebasis {
  padding-top: 0;
  overflow: hidden;
}

.quote {
  background-color: var(--dark-slate-blue-3);
  background-image: linear-gradient(315deg, #886ac1, #0000);
  border-radius: 4px;
  width: 360px;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  padding: 50px;
  position: absolute;
  bottom: 75px;
  box-shadow: 7px 7px 20px #00000040;
}

.containertestimonial {
  margin-top: 0;
  padding-left: 0;
  padding-right: 50px;
}

.slide1 {
  float: none;
  background-image: url('../images/duotone-dude.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 790px;
  height: 500px;
  margin-left: 75px;
  padding-left: 0;
}

.person {
  color: #ffffffbf;
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
}

.slidertestimonial {
  background-color: #0000;
  border-radius: 4px;
  width: auto;
  height: 500px;
  margin-top: 40px;
}

.rightarrow {
  background-color: var(--dark-slate-blue-3);
  background-image: linear-gradient(225deg, #886ac1, #0000);
  border-radius: 4px;
  height: 80px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: -40px;
  transition: box-shadow .5s;
}

.rightarrow:hover {
  box-shadow: 0 1px 10px #00000040;
}

.mask {
  background-color: #0000;
  border-radius: 4px;
}

.hiddennav {
  display: none;
}

.slide4 {
  float: none;
  background-image: url('../images/duotone-girl.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  width: 790px;
  height: 500px;
  margin-left: 75px;
  padding-left: 0;
}

.purplesection {
  background-image: linear-gradient(135deg, #392f55, #625292);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature {
  text-align: left;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 4px;
  max-width: 300px;
  margin: 10px 0;
  padding: 28px 20px 23px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 10px 15px #0003;
}

.feature:hover {
  box-shadow: none;
  border-color: #886ac1;
}

.feature.middle {
  margin-left: 15px;
  margin-right: 15px;
}

.primary-paragraph {
  color: var(--dark-slate-blue-3);
  font-size: 16px;
  font-weight: 400;
}

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

.feature-title {
  color: #4c406d;
  margin-top: 23px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.feature-image {
  color: #886ac1;
}

.section-feature-overlay {
  background-image: linear-gradient(225deg, #0000, #886ac1 98%);
  position: absolute;
  inset: 0;
}

.sectionfeatureshead {
  background-color: #2f215c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.containerheaderfeatures {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
}

.section-title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
}

.tabs {
  margin-top: 40px;
}

.sectiontopfeatures {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.sidetext {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 33%;
  margin-top: 0;
  padding: 25px 20px;
  display: flex;
}

.sidetext.video-content-text {
  min-width: 0%;
  padding-bottom: 0;
}

.video-text {
  padding-left: 30px;
  padding-right: 0;
}

.feature-header {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
}

.contentlightbox {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 300px;
  margin-top: 70px;
  display: flex;
}

.contentlightbox.lightbox2 {
  min-width: 60%;
  min-height: 340px;
  margin-top: 0;
}

.sideimage {
  background-color: var(--medium-purple);
  background-image: url('../images/zoom-in.png'), url('../images/DuoFeature.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 64px, cover;
  border-radius: 4px 6px 4px 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.sideimage:hover {
  background-size: 80px, cover;
}

.section-pricing-overlay {
  background-image: linear-gradient(315deg, #0000 24%, #886ac1);
  position: absolute;
  inset: 0;
}

.sectionpricing {
  padding-top: 100px;
  padding-bottom: 400px;
}

.containerpricing {
  justify-content: center;
  display: flex;
}

.currency {
  color: #ffffff80;
  margin-top: 40px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pricingcolumn {
  border-radius: 4px;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .35s;
  display: flex;
  box-shadow: 0 10px 20px #0003;
}

.pricingcolumn:hover {
  box-shadow: none;
}

.planname {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.pricing-info {
  background-image: linear-gradient(315deg, #392f55, #625292 65%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 50px 40px 40px;
}

.small-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.description {
  color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 30px;
}

.price {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.pricingbutton {
  background-color: var(--pale-violet-red);
  color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s, box-shadow .35s;
  display: flex;
}

.pricingbutton:hover {
  background-color: var(--pale-violet-red);
  box-shadow: 0 0 20px #ff4a7880;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-15temmuz {
  z-index: 0;
  background-color: var(--crimson);
  background-image: linear-gradient(135deg, var(--crimson), #0000);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 14px 39px #00000080;
}

.button-swift {
  color: #fff;
  text-transform: uppercase;
  background-color: #a31217;
  background-image: url('../images/right-arrow_1right-arrow.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 40px;
  margin-top: 15px;
  padding: 18.5px 58px 15px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: box-shadow .115s, background-color .115s;
  box-shadow: 0 0 20px #ff4a7800;
}

.button-swift:hover {
  background-color: #fc0009;
  box-shadow: 0 0 20px #392f5580;
}

.footer-description {
  color: var(--white);
  letter-spacing: .5px;
  width: 55%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.container-5 {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.sticky {
  flex-direction: column;
  flex: 1;
  height: 100vh;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  inset: 5em auto auto 0%;
  overflow: scroll;
}

.div-block-8 {
  flex: 0 70%;
  margin-left: 20px;
}

.div-block-8.full {
  flex: 1;
}

.div-block-8.full.no {
  margin-left: 0;
}

.div-block-8.padding {
  padding-top: 20px;
}

.button {
  background-color: var(--white);
  color: #000;
  border-bottom: 1px solid #eee;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 8px;
  font-size: 10px;
  line-height: 1.5em;
  transition: color .2s cubic-bezier(1, -.011, 0, 1.042), background-color .2s cubic-bezier(.901, .013, 0, 1.036);
  display: flex;
}

.button:hover {
  background-color: var(--crimson);
  color: #fff;
}

.button.w--current {
  color: var(--white);
  background-color: #e81c26;
}

.button.round {
  background-color: #ebebeb;
  border-bottom-style: none;
  border-radius: 20px;
  padding-top: 16px;
  padding-left: 29px;
  padding-right: 29px;
}

.button.round:hover {
  background-color: #e81c26;
}

.button.round.download {
  background-color: #d4d3d3;
  border-radius: 12px;
  padding: 18px 23px 13px;
  display: block;
  box-shadow: 0 1px 14px -8px #bdbdbd;
}

.button.round.download:hover {
  background-color: var(--crimson);
}

.button.hide {
  display: none;
}

.kurumsal-kimlik {
  background-color: #ebede8;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 1px 14px -8px #bdbdbd;
}

.kurumsal-kimlik._02 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0;
  box-shadow: 0 1px 14px -8px #bdbdbd;
}

.kurumsal-kimlik._02.hide {
  display: none;
}

.kurumsal-kimlik._02.white {
  box-shadow: none;
  background-color: #0000;
}

.kurumsal-kimlik._02.white.center {
  justify-content: space-between;
  align-items: center;
}

.kurumsal-kimlik._02.white.center.red {
  background-color: #df1732;
}

.kurumsal-kimlik._02.white.center.red-02 {
  background-color: #e11f33;
}

.kurumsal-kimlik.is--color {
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0;
}

.kurumsal-kimlik.is--color.hide {
  display: none;
}

.kurumsal-kimlik.is--color.is-black {
  background-color: #000;
}

.kurumsal-kimlik.hide {
  display: none;
}

.kurumsal-kimlik-box {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.heading {
  color: var(--black);
  letter-spacing: 1px;
  font-size: 20px;
}

.button-2 {
  border-radius: 18px;
  padding: 11px 33px;
}

.paragraph {
  color: #636363;
}

.div-block-9 {
  background-color: var(--whitesmoke);
}

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

.line {
  background-color: #eee;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
}

.line.is--color {
  background-color: #e42426;
}

.download-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.download-block.mobile {
  width: auto;
}

.div-block-11 {
  opacity: .49;
  background-image: url('../images/15TemmuzLogo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.sticky-mobile {
  flex-direction: column;
  flex: 1;
  height: 200vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  inset: 15% auto auto 0%;
  overflow: visible;
}

.kurumsal-kimlik-box2 {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.download-block2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.download-block2.mobile {
  width: auto;
  display: block;
}

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

.download-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.download-video.mobile {
  z-index: 213213123;
  display: block;
  position: absolute;
}

.download {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.download.mobile {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0;
}

.download.mobile.ai {
  width: 100%;
}

.download.mobile.ai.white.white-bg {
  background-color: var(--whitesmoke);
}

.download.mobile.hide {
  display: none;
}

.download.mobile.auto-size {
  width: auto;
}

.button-3 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-3.default-button {
  color: #fdfeff;
  background-color: #8c5e46;
  align-items: flex-end;
  margin-left: 9px;
  margin-right: 9px;
  padding-bottom: 5px;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-3.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-3.default-button.space {
  width: auto;
  height: auto;
}

.button-3.default-button.red {
  background-color: var(--crimson);
}

.button-3.default-button.red:hover {
  color: #c61d2c;
  background-color: #fff;
}

.button-3.default-button.white {
  background-color: var(--white);
  color: var(--crimson);
}

.button-3.default-button.white:hover {
  background-color: #fff;
}

.div-block-13 {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

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

.div-block-13.flex {
  flex-flow: column;
}

.heading-2 {
  color: #6a7584;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.heading-2.hide {
  display: none;
}

.heading-2.absolute {
  color: var(--white);
  position: absolute;
  left: 1em;
}

.heading-2.size {
  margin-top: 20px;
  margin-bottom: 0;
}

.small-title {
  color: #6a7584;
  font-size: 15px;
  position: relative;
  top: 0;
}

.html-embed {
  display: none;
}

.link-wrap-2 {
  text-align: center;
  width: auto;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  overflow: hidden;
}

.link-txt {
  color: #446beb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.link-txt.is--white {
  color: #0b0b18;
}

.progress-wrap {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  transition: all .2s;
  position: fixed;
  bottom: 50px;
  right: 50px;
  transform: translate(0, 15px);
  box-shadow: inset 0 0 0 2px #0003;
}

.arrow-2 {
  filter: invert();
  background-image: url('../images/Up-Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 46px;
  height: 46px;
  position: absolute;
}

.is--video--container.hide {
  display: none;
}

.is--video--container.space {
  padding-top: 2em;
}

.heading-3 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 12px;
  line-height: 1.5em;
  transition: color .2s cubic-bezier(1, -.011, 0, 1.042), background-color .2s cubic-bezier(.901, .013, 0, 1.036);
  display: flex;
}

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

.button-4.w--current {
  color: #fff;
  background-color: #e81c26;
}

.button-4.round {
  background-color: #ebebeb;
  border-bottom-style: none;
  border-radius: 20px;
  padding-top: 16px;
  padding-left: 29px;
  padding-right: 29px;
}

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

.button-4.round.download {
  background-color: #d4d3d3;
  border-radius: 12px;
  padding: 18px 23px 13px;
  display: block;
  box-shadow: 0 1px 14px -8px #bdbdbd;
}

.button-4.round.download:hover {
  background-color: #e41f26;
}

.sticky-embed {
  display: none;
}

.backstage-img-container {
  flex: 0 31.5%;
  margin: 0 6px 20px;
  position: relative;
  overflow: visible;
}

.backstage-img-container.hide {
  display: none;
}

.backstage-img-container.huge {
  flex-basis: 100%;
}

.backstage-img-container.huge.half {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 50%;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ing-bb-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.ing-bb-container.hide {
  display: none;
}

.ing-bb-container.no-margin {
  margin-bottom: 0;
}

.backdrop {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.backdrop.hide {
  display: none;
}

.space {
  width: 100%;
  height: 4em;
}

.image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4em 0;
  display: flex;
}

.image-wrapper.no-margin {
  padding-bottom: 0;
}

.wrapper-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 26em;
  display: flex;
}

.wrapper-image.is-full {
  width: 100%;
}

.tv-wrapper {
  padding-top: 1em;
}

.div-block-14 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.tooltip {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/right-arrow_1right-arrow.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 40px;
  margin-top: 15px;
  padding: 18.5px 58px 15px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.25, .1, .006, 1.007), box-shadow .115s, background-color .115s;
  box-shadow: 0 0 20px #ff4a7800;
}

.tooltip:hover {
  background-color: var(--red);
  background-position: 90%;
  box-shadow: 0 0 20px #ff4a7880;
}

.tooltip.arrow {
  background-position: 85%;
}

.tooltip.arrow:hover {
  background-position: 90%;
}

.tooltip.arrow.arrow02 {
  background-position: 88%;
  border: 1px solid #fff3;
}

.tooltip.arrow.arrow02:hover {
  background-position: 93%;
}

.tooltip.arrow.arrow02.grey {
  background-color: #666;
}

.tooltip.arrow.hide {
  display: none;
}

.tooltip2 {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/right-arrow_1right-arrow.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #fff3;
  border-radius: 40px;
  margin-top: 15px;
  padding: 18.5px 58px 15px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.25, .1, .006, 1.007), box-shadow .115s, background-color .115s;
  box-shadow: 0 0 20px #ff4a7800;
}

.tooltip2:hover {
  background-color: var(--red);
  background-position: 90%;
  box-shadow: 0 0 20px #ff4a7880;
}

.tooltip2.arrow {
  background-position: 85%;
}

.tooltip2.arrow:hover {
  background-position: 90%;
}

.tooltip2.arrow.arrow02 {
  background-position: 88%;
}

.tooltip2.arrow.arrow02:hover {
  background-position: 93%;
}

.tooltip2.arrow.arrow02.grey {
  background-color: #666;
}

.tooltip2.arrow.hide {
  display: none;
}

.path {
  color: var(--black);
}

.svg {
  width: 4rem;
}

html.w-mod-js [data-ix="sideb"] {
  transform: translate(-100px)rotateX(0)rotateY(-50deg)rotateZ(0);
}

html.w-mod-js [data-ix="h1-appear"], html.w-mod-js [data-ix="description-appear"] {
  opacity: 0;
  transform: translate(0, 50px)scale(.85)rotateX(45deg)rotateY(0)rotateZ(0);
}

html.w-mod-js [data-ix="menuappear"] {
  transform: translate(0, -80px);
}

html.w-mod-js [data-ix="contenttopappear"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="checkmark"] {
  opacity: 0;
  transform: translate(0, 10px)scale(.5);
}

html.w-mod-js [data-ix="imageanimation1"] {
  opacity: 0;
  transform: translate(0, 100px)scale(.6);
}

html.w-mod-js [data-ix="imageanimation2"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="imageanimation-3"] {
  opacity: 0;
  transform: translate(0, 100px)scale(.6);
}

html.w-mod-js [data-ix="moveshowcasedown"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="iphone"] {
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

html.w-mod-js [data-ix="tab-pane-appear"] {
  opacity: 0;
  transform: translate(0, -64px);
}

html.w-mod-js [data-ix="footerappear"] {
  opacity: 0;
  transform: translate(0, -300px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 1.5em;
  }

  .sectionhome {
    justify-content: center;
    height: 100vh;
    min-height: auto;
    padding-top: 8em;
  }

  .navnew {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-2 {
    width: 90px;
    padding: 12px 18px 10px;
  }

  .logo-container.w--current {
    margin-left: 0;
  }

  .ontopdiv.versionbottom {
    margin-bottom: 20px;
    display: block;
  }

  .ontopdiv.versionbottom.subscribe-container {
    height: 400px;
    margin-top: -225px;
  }

  .ontopdiv.mockup-section {
    background-color: #fff;
    margin-top: -160px;
  }

  .sectionpeople {
    padding-bottom: 300px;
  }

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

  .containerheader {
    margin-top: -100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .teamface {
    height: 250px;
  }

  .secondfooter {
    padding-left: 15px;
  }

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

  .menu-button {
    margin-top: 25px;
  }

  .menu-button:hover {
    background-color: var(--red);
    box-shadow: none;
  }

  .menu-button:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .menu-button.arrow {
    background-position: 85%;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-heading {
    font-size: 40px;
  }

  .header-heading.center {
    font-size: 7vw;
  }

  .header-description {
    width: 70%;
    font-size: 16px;
  }

  .slider {
    height: 450px;
    min-height: auto;
    margin-top: 0;
  }

  .slider-img {
    transform: perspective(2000px);
  }

  .slide-bg-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 20px;
  }

  .slider-arrow {
    font-size: 40px;
  }

  .slider-left-arrow {
    background-image: linear-gradient(270deg, #0000, #fff);
    height: 100%;
    left: 0;
  }

  .slider-left-arrow.testimonials-arr {
    height: 100%;
  }

  .slider-right-arrow {
    background-image: linear-gradient(to right, #0000, #fff);
    height: 100%;
    right: 0;
  }

  .slider-right-arrow.testimonials-arr {
    height: 100%;
  }

  .slider-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-placeholder-img-text {
    font-size: 20px;
  }

  .slider-col-2 {
    padding-left: 10px;
  }

  .slider-heading {
    font-size: 25px;
  }

  .list-item-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .heading-section {
    font-size: 25px;
  }

  .description-section, .heading-employee {
    font-size: 15px;
  }

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

  .button-submit:hover {
    background-color: var(--pale-violet-red);
    box-shadow: none;
  }

  .button-submit:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .img-container {
    flex: none;
    width: 100%;
  }

  .block-quote {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 30px;
  }

  .check-it-out {
    font-size: 100px;
    top: 60px;
  }

  .nav-link_3.nav-link-3 {
    padding: 12px 18px 10px;
  }

  .nav-link_3.nav-link-3:hover {
    background-color: var(--red);
    box-shadow: none;
  }

  .nav-link_3.nav-link-3:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .testimonials-section {
    padding-top: 50px;
  }

  .pointers-stroke {
    top: 0;
    left: 0%;
  }

  .footer-navlink {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-navlink:hover {
    opacity: 1;
  }

  .social-link {
    width: 44px;
    padding: 7px;
  }

  .social-link:hover {
    opacity: 1;
  }

  .login-section {
    min-height: 700px;
  }

  .login-form-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-field {
    height: 44px;
  }

  .submit-button {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .log-in-row {
    margin-top: 30px;
  }

  .log-in-link {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
  }

  .log-in-col-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .log-in-col-2.register-page {
    padding-top: 0;
    display: block;
  }

  .register-notification {
    font-size: 14px;
    line-height: 1.5em;
  }

  .register-notification-link {
    display: inline-block;
  }

  .register-notification-link._404-page {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .privacy-policy-hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .download-button:hover {
    box-shadow: none;
    border-color: #886ac180;
  }

  .download-button:active {
    border-color: #886ac1;
    box-shadow: 0 0 20px #886ac159;
  }

  .widget-6-container-inner {
    padding-right: 70px;
  }

  .widget-6-logo-container {
    margin-right: 35px;
  }

  .link {
    margin-bottom: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
  }

  .close-popup-div {
    width: 35px;
    height: 35px;
  }

  .close-popup-div:hover {
    opacity: .5;
  }

  .sectionfeatures.morepadding {
    padding-top: 60px;
    padding-bottom: 240px;
  }

  .purplesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature {
    width: 32%;
    max-width: none;
    padding: 23px 15px 18px;
  }

  .feature.middle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .primary-paragraph {
    font-size: 14px;
  }

  .feature-content {
    margin-top: 20px;
  }

  .feature-title {
    font-size: 18px;
  }

  .sectionfeatureshead {
    height: 400px;
    min-height: auto;
  }

  .containerheaderfeatures {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-header {
    font-size: 22px;
  }

  .sectionpricing {
    padding-top: 75px;
    padding-bottom: 300px;
  }

  .pricingcolumn {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-swift {
    margin-top: 25px;
  }

  .button-swift:hover {
    background-color: var(--pale-violet-red);
    box-shadow: none;
  }

  .button-swift:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .footer-description {
    width: 70%;
    font-size: 16px;
  }

  .sticky {
    position: sticky;
  }

  .div-block-8 {
    flex-basis: 65%;
  }

  .button.round.download {
    border-radius: 12px;
    padding: 17px 19px 11px;
  }

  .sticky-mobile {
    position: sticky;
  }

  .download.mobile {
    margin-top: 20px;
    position: relative;
    top: 0;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    margin-bottom: 40px;
  }

  .button-4.round.download {
    border-radius: 12px;
    padding: 17px 19px 11px;
  }

  .backstage-img-container {
    flex: 1 0 100%;
    width: 100%;
  }

  .ing-bb-container, .backdrop {
    flex-direction: column;
    align-items: center;
  }

  .space {
    height: 4em;
  }

  .tooltip {
    margin-top: 25px;
  }

  .tooltip:hover {
    background-color: var(--red);
    box-shadow: none;
  }

  .tooltip:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .tooltip.arrow {
    background-position: 85%;
  }

  .tooltip2 {
    margin-top: 25px;
  }

  .tooltip2:hover {
    background-color: var(--red);
    box-shadow: none;
  }

  .tooltip2:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px #ff4a7880;
  }

  .tooltip2.arrow {
    background-position: 85%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    margin-top: 0;
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  .sectionhome {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
  }

  .sectionhome._100vh {
    display: flex;
  }

  .navnew {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 70px;
  }

  .ontopdiv.versionbottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -200px;
  }

  .ontopdiv.versionbottom.subscribe-container {
    margin-top: 0;
  }

  .ontopdiv.mockup-section {
    background-color: #0000;
    margin-top: 0;
  }

  .section-color {
    height: 300px;
  }

  .section-color.above-footer {
    height: auto;
  }

  .sectionpeople {
    padding-bottom: 100px;
  }

  .containerheader {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .teamface, .underteamface {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    padding-bottom: 20px;
  }

  .section-home-animate {
    display: none;
  }

  .header-heading {
    font-size: 30px;
  }

  .slider {
    height: 300px;
  }

  .slide-mask {
    padding: 0 50px;
  }

  .section-shadow {
    display: none;
  }

  .slider-row {
    display: block;
  }

  .slider-col-1 {
    display: none;
  }

  .slider-heading {
    padding-left: 10px;
  }

  .list-item-text {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .slider-list {
    width: 90%;
  }

  .subscribe-block-animation {
    border-radius: 0;
  }

  .play-svg {
    width: 80px;
  }

  .block-quote {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 27px;
  }

  .check-it-out {
    font-size: 60px;
    top: 45px;
  }

  .testimonials-section {
    padding-top: 0;
  }

  .testimonials-slider {
    height: 265px;
  }

  .testimonial {
    font-size: 16px;
  }

  .quote-sign {
    width: 100px;
    top: -35px;
    left: -40px;
  }

  .faq-section {
    padding-top: 50px;
  }

  .login-section {
    height: 100vh;
    min-height: 600px;
  }

  .login-section.register-page-section {
    min-height: 750px;
  }

  .login-form-block {
    width: 420px;
    padding: 40px;
  }

  .text-field.first-name {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .text-field.last-name {
    border-left-style: solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .log-in-col-1, .log-in-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .register-col-2 {
    padding-right: 0;
  }

  ._404-section {
    min-height: 400px;
  }

  ._404-svg {
    width: 80px;
  }

  ._404-heading {
    font-size: 30px;
  }

  .privacy-policy-hero-section {
    height: 250px;
  }

  .privacy-policy-hero-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .privacy-policy-section {
    padding: 50px 25px 70px;
  }

  .download-button {
    margin-right: 10px;
  }

  .widget-6-container-inner {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .widget-6-description {
    font-size: 14px;
  }

  .widget-6-header-container {
    width: 300px;
  }

  .widget-6-description-container {
    flex: none;
    min-width: 100%;
  }

  .widget-6-logo-container {
    margin-right: 30px;
  }

  .widget-6-heading {
    font-size: 16px;
  }

  .link {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .sectionfeatureshead {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

  .containerheaderfeatures {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sectiontopfeatures {
    flex-direction: column;
  }

  .sidetext.video-content-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contentlightbox {
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 40px;
  }

  .space {
    height: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    margin-bottom: 0;
  }

  h3 {
    color: #2c3e50;
    font-size: 18px;
    line-height: 23px;
  }

  .sectionhome {
    height: 100svh;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .navnew {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2 {
    width: auto;
    padding: 10px 10px 8px;
    font-size: 12px;
  }

  .nav-link-2.navlink-trigger {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nav-menu {
    margin-top: 0;
    padding-top: 0;
    padding-right: 10px;
  }

  .logo-container {
    background-image: url('../images/15TemmuzLogo.png');
    background-size: contain;
    width: 60px;
    height: 45px;
    margin-left: 15px;
  }

  .logo-container.w--current {
    background-size: contain;
    width: 60px;
    height: 40px;
  }

  .logo-container.footer-logo, .logo-container.login-logo {
    margin-left: 0;
  }

  .logo-container.mobile {
    width: 180px;
    margin-top: 0;
  }

  .logo-container.mobile.w--current {
    width: 160px;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 0;
  }

  .ontopdiv {
    width: auto;
    margin-top: -100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ontopdiv.versionbottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .ontopdiv.versionbottom.subscribe-container {
    height: 300px;
  }

  .ontopdiv.mockup-section {
    padding-left: 15px;
  }

  .section-color {
    display: none;
  }

  .section-color.above-footer {
    display: block;
  }

  .footer {
    padding-bottom: 70px;
  }

  .sectionpeople {
    padding-bottom: 0;
  }

  .container {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .containerheader {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .teamface, .teamface.face2, .teamface.face3 {
    background-size: cover;
  }

  .secondfooter {
    padding-left: 25px;
    padding-right: 15px;
  }

  .showcasemiddle, .showcasemobile {
    background-size: cover;
  }

  .menu-button {
    text-align: center;
    margin-top: 30px;
    font-size: 9px;
  }

  .menu-button:active {
    background-color: red;
  }

  .menu-button.arrow {
    margin-top: 10px;
    font-size: 9px;
  }

  .menu-button.arrow:active {
    background-color: var(--red);
  }

  .menu-button.arrow.arrow02 {
    margin-top: 10px;
    font-size: 10px;
  }

  .menu-button.arrow.arrow02.grey {
    font-size: 12px;
  }

  .column {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-heading {
    width: 100%;
    font-size: 28px;
    line-height: 1.4em;
  }

  .header-heading.center {
    font-size: 13vw;
  }

  .header-description {
    width: 100%;
  }

  .slider {
    height: 310px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-mask {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-slide {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .slider-list {
    width: 100%;
  }

  .heading-section {
    padding-left: 0;
    padding-right: 0;
  }

  .description-section {
    width: 100%;
  }

  .employees-section {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-container {
    padding-top: 8px;
  }

  .img-container {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .block-quote {
    border-left-width: 6px;
    width: 90%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: block;
  }

  .employees-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .check-it-out {
    display: none;
  }

  .nav-link_3 {
    text-transform: none;
    border-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  .nav-link_3.nav-link-3 {
    padding: 12px 10px 10px;
    font-size: 12px;
  }

  .dark-logo.right {
    background-size: contain;
    height: 100%;
  }

  .navlink-container {
    margin-right: 10px;
  }

  .testimonial {
    font-size: 15px;
  }

  .testimonial-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-sign {
    opacity: .1;
    top: -40px;
    left: 8px;
  }

  .slide-nav.first-slider {
    margin-bottom: -50px;
  }

  .faq-section {
    padding: 30px 15px 100px;
  }

  .faq-circle-container {
    flex: none;
    width: 50px;
    margin-left: -15px;
  }

  .faq-answer-block {
    padding-left: 35px;
  }

  .faqs {
    padding-top: 0;
  }

  .animation-pointer {
    width: 12px;
    height: 12px;
  }

  .footer-col-2 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 0;
  }

  .social-link {
    margin-left: 5px;
  }

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

  .login-form-block {
    width: 100%;
    padding: 30px 20px;
  }

  .privacy-policy-hero-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-policy-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-soc-block {
    display: block;
  }

  .footer-buttons-download {
    padding-top: 30px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .download-button.google-play-button {
    margin-top: 15px;
  }

  .footer-row {
    display: block;
  }

  .widget-6-container-inner {
    padding: 14px 10px 14px 25px;
  }

  .widget-6-description {
    margin-top: 0;
    font-size: 12px;
  }

  .widget-6-header-container {
    width: 180px;
    margin-right: 0;
    padding-right: 0;
  }

  .widget-6-heading {
    font-size: 12px;
  }

  .link {
    margin-bottom: -5px;
  }

  .quotedesigner {
    margin-bottom: 60px;
    margin-right: 10px;
    font-size: 14px;
  }

  .divhalfpanel {
    width: 100%;
    height: auto;
    padding: 25px 15px;
  }

  .divhalfpanel.image1, .divhalfpanel.image4, .divhalfpanel.image2, .divhalfpanel.image5, .divhalfpanel.image3 {
    height: 200px;
  }

  .tabpaneselected {
    flex-direction: column;
    font-size: 16px;
    line-height: 22px;
  }

  .insidecategory {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: inline-block;
  }

  .insidecategory.w--current, .insidecategory.corner1 {
    text-align: center;
    font-size: 11px;
  }

  .insidecategory.corner1.w--current {
    font-size: 11px;
  }

  .sectionfeatures {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionfeatures.morepadding {
    padding-bottom: 60px;
  }

  .showcasemiddlewrapper {
    width: 290px;
    height: 230px;
    left: 7%;
  }

  .showcasecontainer {
    min-height: 250px;
  }

  .showcasewrapper {
    height: 250px;
  }

  .showcasemobilewrapper {
    width: 130px;
    height: 180px;
    left: 2%;
  }

  .iconmobile {
    font-size: 18px;
  }

  .quotetext {
    font-size: 14px;
    line-height: 24px;
  }

  .quote {
    width: 90%;
    height: auto;
    margin-left: 0;
    padding: 25px;
    bottom: 25px;
    left: 10px;
  }

  .containertestimonial {
    margin-top: -40px;
    padding-right: 0;
  }

  .slide1 {
    width: 100%;
    margin-left: 0;
  }

  .person {
    font-size: 12px;
  }

  .rightarrow {
    z-index: 2000;
    background-image: none;
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .slide4 {
    width: 100%;
    margin-left: 0;
  }

  .purplesection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature {
    width: 100%;
  }

  .feature.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .sectionfeatureshead {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .containerheaderfeatures {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidetext, .sidetext.video-content-text {
    padding-left: 20px;
    padding-right: 0;
  }

  .video-text {
    padding-left: 0;
  }

  .feature-header {
    font-size: 16px;
  }

  .contentlightbox {
    min-height: 0;
  }

  .sideimage {
    min-height: 255px;
  }

  .sectionpricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .containerpricing {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pricingcolumn {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-info {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-15temmuz {
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-swift {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
  }

  .footer-description {
    width: 100%;
  }

  .container-5 {
    flex-flow: column wrap;
  }

  .container-5.hide {
    display: none;
  }

  .sticky {
    flex: 0 auto;
    height: auto;
    display: none;
    position: relative;
  }

  .sticky.no-scroll {
    overflow: visible;
  }

  .div-block-8 {
    flex: 1;
    margin-left: 0;
  }

  .button {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .button.round {
    border-radius: 16px;
    font-size: 9px;
    line-height: 1.5em;
  }

  .kurumsal-kimlik {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kurumsal-kimlik-box {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading, .heading.klavuz {
    font-size: 5vw;
  }

  .download-block.mobile {
    justify-content: flex-start;
  }

  .div-block-11 {
    background-image: url('../images/15TemmuzLogo.png');
    background-repeat: no-repeat;
  }

  .sticky-mobile {
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .sticky-mobile.hide {
    display: none;
  }

  .kurumsal-kimlik-box2 {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .download-block2.mobile, .download-video.mobile {
    justify-content: flex-start;
  }

  .download.mobile {
    justify-content: center;
    margin-top: 0;
    top: 0;
  }

  .button-3.default-button, .button-3.default-button.space {
    font-size: 10px;
  }

  .heading-2 {
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-2.no-padding {
    margin-left: 0;
  }

  .small-title {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 15px;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .button-4 {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .button-4.round {
    border-radius: 16px;
    font-size: 9px;
    line-height: 1.5em;
  }

  .backstage-img-container {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .billboard-wrapper.gap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .space {
    height: 2em;
  }

  .wrapper-image {
    width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .tooltip {
    text-align: center;
    margin-top: 30px;
    font-size: 9px;
  }

  .tooltip:active {
    background-color: red;
  }

  .tooltip.arrow {
    margin-top: 10px;
    font-size: 9px;
  }

  .tooltip.arrow:active {
    background-color: var(--red);
  }

  .tooltip.arrow.arrow02 {
    text-align: left;
    margin-top: 10px;
    font-size: 10px;
  }

  .tooltip.arrow.arrow02.grey {
    font-size: 12px;
  }

  .tooltip2 {
    text-align: center;
    margin-top: 30px;
    font-size: 9px;
  }

  .tooltip2:active {
    background-color: red;
  }

  .tooltip2.arrow {
    margin-top: 10px;
    font-size: 9px;
  }

  .tooltip2.arrow:active {
    background-color: var(--red);
  }

  .tooltip2.arrow.arrow02 {
    margin-top: 10px;
    font-size: 10px;
  }

  .tooltip2.arrow.arrow02.grey {
    font-size: 12px;
  }
}


