/*---/ STYLE START /---*/

html,
body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden !important;
  color: #000000;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;  
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar{
  width: 8px;
  background-color: #000000;
}

html::-webkit-scrollbar-thumb{
  border-radius: 3rem ;
  background-color:#25ED8D;
}

/*---/ STYLE END /---*/

/*---/ NAVBAR START /---*/


.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 2.963rem;
  padding-bottom: 2.963rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #25ED8D;
  text-transform: uppercase;
  font-weight: 600; 
  font-size: 15px;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: aqua;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #25ED8D;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-trans .navbar-brand img,
.navbar-b.navbar-reduce .navbar-brand img{
  max-width: 150px;
  padding-top: 3px;
  margin-left: 20px;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #25ED8D;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #fff;
}

/*---/ NAVBAR END /---*/

/*---/ HAMBURGER START /---*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

/*---/ HAMBURGER END /---*/

/*---/ SCROLLTOP START /---*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #25ED8D;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*---/ SCROLLTOP END /---*/

/*---/ SHADOWS START /---*/

.shadows{
  box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.28);
  border-radius: 100%;
  width: 70%;
  margin-left: 40px;
  margin-top: 35px;
}

/*---/ SHADOWS END /---*/

/*---/ BEN-BOXES START /---*/

.ben-boxes {
  text-align: center;
  padding-top: 160px;
  border-radius: 25px;
  margin:1.7rem 1.6rem 1.6rem 1.7rem;
}

.ben-boxes h3 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.col-md-4:nth-child(2) .ben-boxes{
  background: url(/public_html/assets/images/card5_1.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(3) .ben-boxes{
  background: url(/public_html/assets/images/tax5.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(4) .ben-boxes{
  background: url(/public_html/assets/images/tax2.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(5) .ben-boxes{
  background: url(/public_html/assets/images/stars.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(6) .ben-boxes{
  background: url(/public_html/assets/images/driver1.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(7) .ben-boxes{
  background: url(/public_html/assets/images/taxibuild.png) no-repeat center top;
  background-color: #F7F1E5;
}

.col-md-4:nth-child(2) .ben-boxes:hover{
  background-color: #33a6ce;
}

.col-md-4:nth-child(3) .ben-boxes:hover{
  background-color: #33a6ce;
}

.col-md-4:nth-child(4) .ben-boxes:hover{
  background-color: #33a6ce;
}

.col-md-4:nth-child(5) .ben-boxes:hover{
  background-color: #33a6ce;
}

.col-md-4:nth-child(6) .ben-boxes:hover{
  background-color: #33a6ce;
}

.col-md-4:nth-child(7) .ben-boxes:hover{
  background-color: #33a6ce;
}

/*---/ BEN-BOXES END /---*/

/*---/ MAP START /---*/ 

#map{
  padding-top: 35px;
}

/*---/ MAP END /---*/

/*---/ ADDRESS CONTENT START /---*/ 

#content{
  padding-top: 35px;
  position: justify;
}

#content h2{
  color: #25ED8D;
  font-size: 2.38rem;
}

#content h2 span{
  font-weight: 600;
}

#content a{
  text-decoration: none;
  color: #000;
}

#content a:hover{
  color: #33a6ce;
}

#content p{
  font-size: 1.90rem;
  font-weight: bold;
}

/*---/ ADDRESS CONTENT END /---*/ 

/*---/ SECTION START /---*/

.sect-mt4 {
  margin-top: 4rem;
}

section{
  position: relative;
  padding-top: 165px;
}

#ayrıcalıklar{
  padding-top: 195px;
}

#iletişim{
  padding-top: 215px;
}

/*---/ SECTION END /---*/

/*---/ TITLES START /---*/

.title-container {
  padding: 34px;
}

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #f4b300;
  width: 100px;
  bottom: -12px;
}

.title-container p{
  color: #000;
  font-size: 18px;
  font-weight: 750;
  line-height: 35px;
}

.title-box {
  margin-top: 4rem;
}

.title-1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.carousel-caption h5{
  font-size: 90px;
  color: #25ED8D;
  
  
}

.carousel-caption p{
  font-size: 20px;
  color: #25ED8D;
}

/*---/ TITLES END /---*/

/*---/ ICO-CIRCLE START /---*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #25ED8D;
  display: block;
  color: #33a6ce;
}

/*---/ ICO-CIRCLE END /---*/

/*---/ SOCIALS START /---*/

.socials {
  padding: 3rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 2.8rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0px 0;
  box-shadow: 0 0 0 3px #25ED8D;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #25ED8D;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
}

/*---/ SOCIALS END /---*/

/*---/ FOOTER START /---*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
  font-size: 1.5rem;
  color: #fff;
}

footer .copyright strong{
  color: #25ED8D;
}

.paradox-mf{
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 8rem 0;
}

.footer-paradox{
  padding: 4rem 0 0 0;
}

.bg-image{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.box-shadow-fl{
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*---/ FOOTER END /---*/

/*---/ BUTTON START /---*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #25ED8D;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #33a6ce;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

/*---/ BUTTON END /---*/

/*---/ FORM-INPUT START /---*/

form{
  padding-top: 28px;
}

input{
  height: 30px;
}

/*---/ FORM-INPUT END /---*/

/*---/ PRELOADER START /---*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #f4b300;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---/ PRELOADER END /---*/

/*---/ BACK-TO-TOP START /---*/

.back-to-top {
  position: fixed;
  display: none;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 15px;
  color: #25ED8D;
}

/*---/ BACK-TO-TOP END /---*/

.screenshot-carousel {
  position: relative;
  width: 253px;
  height: 500px;
  padding: 15px;
  margin-right: 30px;
}

.screenshot-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/screenshot-frame.png) center center no-repeat;
  background-size: 253px 500px;
  z-index: 1;
}