html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: black;
  line-height: 1.5;
}

a {
  color: #777;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.saritext {
  color: #fff !important;
}

section {
  overflow: hidden;
}

.bolum {
  padding: 1rem 0;
}

.baslik {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .baslik {
    margin-top: 3rem;
  }
}
/*ters div*/
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 768px) {
  .order-2 {
    -ms-flex-order: 0;
    order: 0;
  }
}
.baslik-yazi {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #c04ca2, #c04ca2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yukari-cik {
  position: fixed;
  display: none;
  background: #c04ca2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.yukari-cik i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

@media (max-width: 768px) {
  .yukari-cik {
    bottom: 15px;
  }
}

.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #066b31;
}

.btn.btn-primary {
  background: #066b31;
  background: linear-gradient(-45deg, #c04ca2, #c04ca2);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 162, 69, 0.62);
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #048439;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 131, 56, 0.19);
}

.hemen-indir-bolum {
  /*background: linear-gradient(-45deg, #c04ca2, #c04ca2);*/
  background: url(../img/doodle.jpg) no-repeat center center;
  color: #fff;
}

.hemen-indir-bolum h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .hemen-indir-bolum h2 {
    font-size: 2rem;
  }
}

.hemen-indir-bolum .btn {
  background: #000000;
  color: #fff;
}

.imaj-bolum {
  background: #c04ca2;
  position: relative;
  background: url(../img/ana-bg.jpg) no-repeat center center;
}

.imaj-bolum .beyazdalga {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .imaj-bolum .beyazdalga {
    bottom: -180px;
  }
}

.imaj-bolum .beyazdalga svg {
  width: 100%;
}

.imaj-bolum,
.imaj-bolum > .container > .row {
  height: 100vh;
  min-height: 880px;
}

.imaj-bolum.ic-sayfa {
  height: 40vh;
  min-height: 0;
}

@media screen and (max-width: 782px) {
  .imaj-bolum.ic-sayfa {
    height: 50vh;
    min-height: 0;
  }
}

.uzunbaslikmobil {
  margin-top: 170px;
}

@media screen and (max-width: 992px) {
  .uzunbaslikmobil {
    margin-top: 150px;
  }
}

.imaj-bolum.ic-sayfa .imaj-text {
  margin-top: 200px;
}

@media screen and (max-width: 992px) {
  .imaj-bolum.ic-sayfa .imaj-text {
    margin-top: 170px;
  }
}

.imaj-bolum h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.indirbuton img {
  height: 70px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .hemen-indir-bolum .indirbuton img {
    height: 50px;
  }
}

@media screen and (max-width: 400px) {
  .hemen-indir-bolum .indirbuton img {
    height: 40px;
  }
}

.indirbuton-div {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .indirbuton-div {
    margin-bottom: 25px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 992px) {
  .imaj-bolum h1 {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom:5px;
  }
}

@media screen and (max-width: 992px) {
  .imaj-bolum .imaj-yazi-resim {
    margin-top: 8rem;
  }
}

.imaj-bolum p {
  font-size: 18px;
  color: #fff;
}

.imaj-bolum .tel-bolum {
  position: relative;
}

@media screen and (max-width: 992px) {
  .imaj-bolum .tel-bolum {
    text-align: center;
  }
  .imaj-bolum .left {
    order:2;
  }
    .imaj-bolum .right {
    order:1;
  }
}

.imaj-bolum .tel-bolum .telefon-2,
.imaj-bolum .tel-bolum .telefon-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .imaj-bolum .tel-bolum .telefon-2,
  .imaj-bolum .tel-bolum .telefon-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.imaj-bolum .tel-bolum .telefon-2,
.imaj-bolum .tel-bolum .telefon-1 {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .imaj-bolum .tel-bolum .telefon-1 {
    width:80%
  }
}

.imaj-bolum .tel-bolum .telefon-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 300px;
}

@media screen and (max-width: 992px) {
  .imaj-bolum .tel-bolum .telefon-2 {
    width: 300px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}
.site-logo img {
  margin-top: 20px;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .site-logo img {
    margin-top: 20px;
    width: 100px;
    height: auto;
  }
}
.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icofont";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #066b31 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f2f4f6;
  color: #000000;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #066b31;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobil-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.sayfa-mobil-menu .site-mobil-menu {
  transform: translateX(0%);
}

.site-mobil-menu .site-mobil-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-kapat {
  float: right;
  margin-top: 8px;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-kapat span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-logo a img {
  max-width: 70px;
}

.site-mobil-menu .site-mobil-menu-header .site-mobil-menu-logo a:hover {
  text-decoration: none;
}

.site-mobil-menu .site-mobil-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobil-menu .site-mobil-menu-liste {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobil-menu .site-mobil-menu-liste a {
  padding: 10px 20px;
  display: block;
  position: relative;
}

.site-mobil-menu .site-mobil-menu-liste a:hover {
  color: #066b31;
}

.site-mobil-menu .site-mobil-menu-liste li {
  position: relative;
  display: block;
}

.site-mobil-menu .site-mobil-menu-liste li.active > a {
  color: #066b31;
}

.site-mobil-menu .site-mobil-menu-liste .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobil-menu .site-mobil-menu-liste .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icofont";
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}

.site-mobil-menu .site-mobil-menu-liste .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}

.site-mobil-menu .site-mobil-menu-liste > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobil-menu .site-mobil-menu-liste > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul > li {
  display: block;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul > li > ul > li {
  display: block;
}

.site-mobil-menu .site-mobil-menu-liste > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.mobil-menu-icon {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.mobil-menu-icon:before,
.mobil-menu-icon span,
.mobil-menu-icon:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.mobil-menu-icon:before,
.mobil-menu-icon:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.mobil-menu-icon:before {
  top: 4px;
}

.mobil-menu-icon span {
  top: 15px;
}

.mobil-menu-icon:after {
  top: 26px;
}

.mobil-menu-icon:hover:before {
  top: 7px;
}

.mobil-menu-icon:hover:after {
  top: 23px;
}

.mobil-menu-icon.active span {
  opacity: 0;
}

.mobil-menu-icon.active:before,
.mobil-menu-icon.active:after {
  top: 40%;
}

.mobil-menu-icon.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
}

.mobil-menu-icon.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
}

.mobil-menu-icon:focus {
  outline: none;
}

.footer {
  padding: 2rem 0 2.5rem 0;
}

.footer h3 {
  color: #c04ca2;
  font-size: 18px;
  margin-bottom: 7px;
}

.footer a {
  color: #000;
  font-size: 14px;
}

.footer .copyright {
  margin-bottom: 0px;
}

.sosyalmedyalar a {
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c04ca2;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #ffffff;
}

.sosyalmedyalar a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sosyalmedyalar a:hover {
  color: #c04ca2;
  background: #ffffff;
}

.footer-yesil {
  background: linear-gradient(-45deg, #c04ca2, #c04ca2);
  color: #fff;
  padding: 2rem 0 2.5rem 0;
}

.footer-yesil h3 {
  font-size: 18px;
  margin-bottom: 7px;
  color: #d9ed06;
}

.footer-yesil a {
  color: #fff;
  font-size: 14px;
}

.footer-yesil .copyright {
  margin-bottom: 0px;
}

.footer-yesil .sosyalmedyalar a {
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d9ed06;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #048137;
}

.footer-yesil .sosyalmedyalar a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-yesil .sosyalmedyalar a:hover {
  color: #c04ca2;
  background: #ffffff;
}

.yesil-icon {
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c04ca2;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #ffffff;
}

.yesil-icon span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer_logo {
  display: block;
  width: 447px;
  height: 91px;
  float: left;
  background: url(../../assets_web/img/digital_intelligence_logo.png) no-repeat
    center center;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
