@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis_bold-webfont.woff2') format('woff2'),
         url('../fonts/dosis_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisbook';
    src: url('../fonts/dosis_book-webfont.woff2') format('woff2'),
         url('../fonts/dosis_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisextrabold';
    src: url('../fonts/dosis_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/dosis_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisextralight';
    src: url('../fonts/dosis_extralight-webfont.woff2') format('woff2'),
         url('../fonts/dosis_extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosislight';
    src: url('../fonts/dosis_light-webfont.woff2') format('woff2'),
         url('../fonts/dosis_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosismedium';
    src: url('../fonts/dosis_medium-webfont.woff2') format('woff2'),
         url('../fonts/dosis_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosissemibold';
    src: url('../fonts/dosis_semibold-webfont.woff2') format('woff2'),
         url('../fonts/dosis_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pavanamZO';
    src: url('../fonts/pavanam-webfont.woff2') format('woff2'),
         url('../fonts/pavanam-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'drugsregular';
    src: url('../fonts/drugs-webfont.woff2') format('woff2'),
         url('../fonts/drugs-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'billabongregular';
    src: url('../fonts/billabong-webfont.woff2') format('woff2'),
         url('../fonts/billabong-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html, main {
  height: 100%;
}

.clear {
  clear: both;
}

.show480 {
  display: none;
}

.show1024 {
  display: none;
}

.hide1024 {
  display: block;
}

.spacer-top {
  top:0;
  height: 255px;
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  height: 334px;
  top:0;
  background-image: url("../images/backgrounds/header-back.png");
}

section.description {
  max-width: 1024px;
  margin: 60px auto;
  font-family: 'dosisbook';
  line-height: 24px;
}

.all-page-header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 250px;
  top:0;
  border-bottom: 5px solid #f1c40f;
  background-image: url("../images/backgrounds/header-back.png");
}

.all-page-header-background-image {
  position: absolute;
  width: 100%;
  height: 250px;
  top:0;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
}

.logo {
  margin-top: 50px;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.logo a {
  text-decoration: none;
}

header h1 {
  font-family: dosisextralight;
  color: #ffffff;
}

header h1 b {
  font-family: dosismedium;
  color: #f1c40f;
}

.open-menu {
  display: none;
  font-family: dosismedium;
  font-size: 22px;
  color: #ffffff;
  background-color: #f1c40f;
  width: 86%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

header nav {
  position: relative;
  z-index: 2;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-name: fadeIn;
  margin-top: 50px;
}

header nav ul {
  width: 960px;
  margin: 0 auto;
}

header nav li {
  margin: 5px;
  float: left;
}

header nav ul li a {
  color: #f1c40f;
  font-size: 22px;
  font-family: drugsregular;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
  text-shadow: 1px 1px 1px #000000;
  transition: all 0.5s;
  font-weight: bold;
  border-left: 4px solid transparent;
}

header nav ul li a:hover {
  color: #ffffff;
  border-left: 4px solid #ffffff;
  background-color: #f1c40f;
  font-weight: bold;
  border-radius: 9px;
  transition: all 0.3s;
}

header nav ul, header nav li {
  list-style-type: none;
}

@media (min-width: 1024px) {
  header nav ul {
    display: block!important;
  }
}

.contact-class {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}


.all-image {
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
}

.header-slider {
  background-image: url("../images/backgrounds/background.jpg");
}

/* İLETİŞİM */

.contact-home {
  position: absolute;
  z-index: 1;
  width: 100%;
  top:47%;
  text-align: center;
}

.contact-phone {
  font-family: dosisbold;
  text-decoration: none;
  color: #ffffff;
  font-size: 84px;
  text-shadow: 0 0 30px #000000;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

.contact-phone:visited {
  color: #ffffff;
}

.contact-detail {
  font-family: dosislight;
  color: #f1c40f;
  font-size: 32px;
  margin-top:-8px;
  text-shadow: 0 0 10px #000000;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.2s;
}

.contact-detail a, .contact-detail a:visited {
  color: #25D366;
  text-decoration: none;
  transition: all 0.3s;
}

.contact-detail a:hover {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.1s;
}

.contact-whatsapp i {
  font-size: 25px;
  color: #5ccf67;
  margin-right: 5px;
  text-shadow: 1px 1px 1px #1b331d;
  transition: all 0.3s;
}

.contact-whatsapp-container {
  padding-top:35px;
  margin: 0 auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}

.contact-whatsapp-container a {
  padding: 17px;
  width: 230px;
  font-family: Arial;
  font-size: 21px;
  color: #5ccf67;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000000;
  border: 1px solid #5ccf67;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
}

.contact-whatsapp-container a:hover {
  background-color: #5ccf67;
  color: #ffffff;
  transition: all 0.3s;
}

.contact-whatsapp:hover i {
  color: #ffffff;
  transition: all 0.3s;
}

/* İLETİŞİM */

.main-slider {
  height: 50%;
  background-image: url("../images/backgrounds/3.jpeg");
}

/* WHATSAPP HOME */


.home-whatsapp-container {
  background-size: cover;
  position: relative;
  height: 900px;
  margin-bottom: 100px;
}

.home-whatsapp-in {
  position: relative;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}

.home-whatsapp-in-right-container {
  position: absolute;
  top:0;
  z-index: 1;
  margin-top: 30px;
  margin-left: 200px;
}

.home-whatsapp-in-container {
  position: absolute;
  z-index: 2;
  width: 720px;
}

.home-whatsapp-in-container a {
  position: absolute;
  font-family: dosisbold;
  border:1px solid #f1c40f;
  padding: 15px 10px 15px 10px;
  color: #f1c40f;
  margin-top: 30px;
  margin-left: 83px;
  font-size: 21px;
  text-decoration: none;
  transition: all 0.3s;
}

.home-whatsapp-in-container a:hover {
  background-color: #f1c40f;
  color: #ffffff;
  transition: all 0.3s;
}

.home-whatsapp-in-container a:visited {
  color: #f1c40f;
}

.home-whatsapp-in-container a:hover:visited {
  color: #ffffff;
}

.home-whatsapp-title h2 {
  font-family: dosisbold;
  color: #075E54;
  font-size: 48px;
}

.home-whatsapp-title i:nth-child(2) {
  margin-left: 8px;
}

.home-whatsapp-title i:nth-child(1) {
  display: none;
}

.home-whatsapp-detail {
  font-family: dosislight;
  font-size: 22px;
  color: #128C7E;
  text-align: justify;
}

.home-whatsapp-detail span {
  font-family: dosismedium;
  color: #f1c40f;
  font-size: 20px;
}

.home-whatsapp-detail-con {
  margin-top: 40px;
}

.home-whatsapp-detail-con i {
  color: #f1c40f;
  margin-right: 21px;
  float: left;
}

.home-whatsapp-detail-det-in {
  font-family: dosisbook;
  float: left;
  color: #128C7E;
  margin-top:13px;
  font-size: 37px;
}

#h-w-d-c-0 i {
 font-size: 72px;
}

#h-w-d-c-1 i {
 font-size: 62px;
}

#h-w-d-c-2 i {
  margin-left: 10px;
  margin-right: 32px;
  font-size: 70px;
}

/* WHATSAPP HOME */

/* BOTTOM IMAGE HOME */

.main-social-image {
  height: 465px;
  background-image: url("../images/backgrounds/nightlights.jpg");
}

.main-social-title {
  font-family: dosismedium;
  text-shadow: 2px 2px 0 #000000;
  font-size:43px;
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
}

.main-social-container {
  display: flex;
  justify-content: space-around;
  width: 50%;
  height: 135px;
  margin: 0 auto;
  padding-top: 20px;
  margin-top:70px;
}

.main-social-container a {
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  font-size:88px;
  color: #f1c40f;
  transition: all 0.1s;
}

.main-social-container a:hover, .main-social-container a:visited:hover {
  background-color: #f1c40f;
  color: #ffffff;
  transition: all 0.1s;
}

.social-detail {
  display: none;
  position: absolute;
  font-family: dosisbold;
  text-align: center;
  color:#ffffff;
  margin-top: 35px;
  font-size:21px;
  padding: 12px;
  border-radius: 10px;
  background-color: #f1c40f;
}

.social-detail b {
  font-family: dosislight;
}

.main-social-container a:hover .social-detail {
  display: block;
}

#mscid1 {
  margin-left: -33px;
}

#mscid2 {
  margin-left: -37px;
}

#mscid3 {
  margin-left: -25px;
}

.main-social-container a:visited {
  color: #f1c40f;
}

.main-social-container span {
  font-size: 20px;
  color: #f1c40f;
}

/* BOTTOM IMAGE HOME */

/* FOOTER */

footer {
  width: 100%;
  height: 380px;
  background-color: #21252b;
  border-top: 10px solid #f1c40f;
}

.footer-all-container {
  width: 1024px;
  margin: 0 auto;
}

.footer-left-container {
  float:left;
}

.footer-right-container {
  float: right;
}

.footer-links {
  float: left;
  margin-right: 30px;
}

.footer-links h2 {
  font-family: dosislight;
  font-size: 28px;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom:30px;
}

.footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;

}

.footer-links ul li a {
  font-family: dosislight;
  font-size: 20px;
  color: #f1c40f;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #fbefbe;
  text-decoration: underline;
}

.footer-logo {
  margin-top: 42px;
  font-size: 30px;
}

.footer-logo h1 {
  font-family: dosisextralight;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-logo h1 b {
  font-family: dosismedium;
  color: #f1c40f;
}

.footer-social-links i, .footer-social-links i:visited {
  color: #ffffff;
  font-size:20px;
  margin: 8px 20px 0 3px;
}

.footer-social-links i:hover, .footer-social-links i:hover:visited {
  color: #f1c40f;
}

.footer-bottom-line {
  text-align: center;
  font-family: drugsregular;
  margin-top: 50px;
  color: #ffffff;
}

.footer-bottom-line a {
  font-family: dosisbook;
  color: #f1c40f;
}

/* FOOTER */

/* KONYA TAKSİ */

.all-page-container {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 70px;
}

.all-page-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}

.all-page-title h1 {
  margin: 25px 0 25px 0;
  font-size: 44px;
  color: #f1c40f;
  font-family: dosislight;
  font-weight: lighter;
  float: left;
}

.all-page-title a h1 {
  text-decoration: none;
  float: right;
}

.all-page-title a h1 i {
  margin-right: 10px;
}

.konya-taksi-detail-left {
  font-family: dosisbook;
  font-size: 20px;
  float: left;
  width: 430px;
  color: #212121;
  text-align: justify;
  animation-delay: 0.6s;
}

.konya-taksi-detail-left strong {
  font-weight: normal;
}

.konya-taksi-detail-left i {
  color: #f1c40f;
}

.konya-taksi-detail-left a, .konya-taksi-detail-left a:visited {
  color: #212121;
  text-decoration: none;
}

.konya-taksi-detail-left a:hover {
  color: #f1c40f;
  text-decoration: underline;
}

.all-page-container img {
  float: right;
  border:3px dashed #f1c40f;
}

 /* KONYA TAKSİ */

 /* HİZMETLER */

.services-container {
  width: 50%;
  height: auto;
  float: left;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}

.services-container table tr td div h2 {
  font-family: dosisbook;
  font-weight: normal;
  font-size: 28px;
  color: #f1c40f;
}

.services-container strong {
  font-weight: normal;
}

.services-container a, .services-container a:visited {
  color: #000000;
  text-decoration: none;
}

.services-container a:hover {
  text-decoration: underline;
  color: #f1c40f;
}

.services-container table tr td:nth-child(1) {
  width: 70px;
  text-align: center;
  font-size: 55px;
  color: #f1c40f;
}

.services-container table tr td:nth-child(2) div:nth-child(2) {
  font-family: dosislight;
  text-align: justify;
  font-size:18px;
}

 /* HİZMETLER */

 /* İLETİŞİM */

 .all-page-title-contact h1 {
   float: none;
   margin-top: 40px;
   text-align: center;
 }

 .contact-page-top-container {
   width: 560px;
   margin: 0 auto;
   animation-duration: 1s;
   animation-fill-mode: both;
   animation-name: fadeIn;
   animation-delay: 0.4s;
 }

.contact-page-information {
  width: 220px;
  float: left;
  font-family: dosismedium;
  margin-top: 20px;
  padding-left:18px;
  font-size: 18px;
  color: #7f8c8d;
  text-align: justify;
  border-left: 1px solid #f1c40f;
}

.contact-page-information strong {
  font-weight: normal;
}

.contact-page-phone {
  float: left;
  font-family: dosislight;
  font-size: 38px;
}

.contact-page-phone table tr:nth-child(1) td a {
  text-decoration: none;
  color: #f1c40f;
}

.contact-page-phone table tr:nth-child(2) td a {
  text-decoration: none;
  color: #128C7E;
}

.contact-page-title {
  font-family: dosisextralight;
  font-size: 33px;
  margin-top:40px;
  text-align: center;
  color: #f1c40f;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}

.contact-page-title span {
  font-size: 18px;
  color: #7f8c8d;
}

.contact-page-mail-container {
  width: 695px;
  margin: 0 auto;
  margin-top: 30px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.8s;
}

.contact-page-mail-container form table tr td:nth-child(1) {
  float: left;
}

.contact-page-mail-container form table tr td:nth-child(2) {
  float: right;
}

.contact-page-mail-container form table {
  width: 100%
}

.contact-page-mail-container form table tr td input {
  font-family: dosisbook;
  color: #f1c40f;
  font-size: 24px;
  padding: 10px 0 10px 15px;
  margin-bottom: 10px;
  width: 320px;
  height: 31px;
  outline: none;
  border: 1px solid #f5e190;
  transition: all 0.3s;
}

.contact-page-mail-container form table tr td input:hover {
  background-color: #f5e190;
  color: #323232;
}

.contact-page-mail-container form table tr td input:focus {
  border: 1px solid #f1c40f;
}

.contact-page-mail-container form table tr td select {
  font-family: dosisbook;
  font-size: 24px;
  padding: 10px 0 10px 15px;
  width: 337px;
  height: 53px;
  color: #757575;
  cursor: pointer;
  border: 1px solid #f5e190;
  transition: all 0.3s;
}

.contact-page-mail-container form table tr td textarea {
  width: 667px;
  padding: 10px;
  resize: none;
  outline: none;
  border: 1px solid #f5e190;
  transition: all 0.3s;
}

.contact-page-mail-container form table tr td textarea:hover {
  border: 1px solid #f5e190;
}

.contact-page-mail-container form table tr td textarea:focus {
  border: 1px solid #f1c40f;
}

.contact-page-mail-container form table tr:nth-child(4) td input {
  width: 200px;
  height: 55px;
  float: right;
  background-color: transparent;
  cursor: pointer;
}

.contact-page-mail-container form table tr:nth-child(4) td input:hover {
  background-color: #f1c40f;
  border: 1px solid #f1c40f;
  color: #ffffff;
}

.posting-successfull {
  margin-top:10%;
  text-align: center;
}

.posting-successfull i {
  font-size: 175px;
  color: #f1c40f;
}

.posting-successfull-detail {
  text-align: center;
  margin-top: 13px;
  font-family: Dosislight;
  font-size: 34px;
  color: #494949;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.posting-successfull-detail-two {
  text-align: center;
  margin-top: 13px;
  font-family: Dosislight;
  font-size: 24px;
  color: #27ae60;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.posting-successfull-detail-two i {
  font-size: 24px;
}

 /* İLETİŞİM */

 /* BİZE KATILIN */

.join-us-container {
  text-align: center;
  font-family: dosislight;
  font-size: 21px;
  color: #222222;
  margin-top:30px;
}

.join-us-container i {
  font-size: 70px;
  color: #f1c40f;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: both;
  animation-name: bounceIn;
}

.join-us-container a, .join-us-container a:visited {
  color: #222222;
  text-decoration: none;
}

.join-us-container a:hover {
  color: #f1c40f;
  text-decoration: underline;
}

.join-us-container span {
  margin-left: 5px;
  margin-right: 5px;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

 /* BİZE KATILIN */

 /* WHATSAPP HİZMETİ */

.whatsapp-service-container {
  width: 100%;
  font-family: dosislight;
  text-align: justify;
  font-size: 20px;
  color: #222222;
}

.whatsapp-service-container h2 {
  font-size: 24px;
  color: #075E54;
}

.whatsapp-service-container strong {
  font-weight: normal;
}

.whatsapp-service-container table tr td {
  padding-bottom: 20px;
}

.whatsapp-service-container table tr td i {
  font-size: 34px;
  color: #f1c40f;
}

.whatsapp-service-container table tr td:nth-child(1) {
  text-align: center;
  width: 40px;
}

.whatsapp-service-container table tr td:nth-child(2) {
  text-align: justify;
}

.whatsapp-service-container table tr td:nth-child(2) i {
  color: #222222;
  font-size: 20px;
}

.whatsapp-service-container table tr td:nth-child(2) a, .whatsapp-service-container table tr td:nth-child(2) a:visited {
  text-decoration: none;
  color: #222222;
}

.whatsapp-service-container table tr td:nth-child(2) a:hover {
  text-decoration: underline;
  color: #f1c40f;
}

.whatsapp-service-container table:nth-child(2) i {
  font-size: 45px;
}

.whatsapp-service-container table:nth-child(4) i {
  font-size: 65px;
}

.whatsapp-service-info a {
  color: #222222;
  text-decoration: none;
}

.whatsapp-service-info a:nth-child(2):hover {
  color: #3b5999;
  font-weight: bold;
  text-decoration: underline;
}

.whatsapp-service-info a:nth-child(3):hover {
  color: #e4405f;
  font-weight: bold;
  text-decoration: underline;

}

.whatsapp-service-container h2:nth-child(1) {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-container table:nth-child(2) {
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-container h2:nth-child(3) {
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-container table:nth-child(4) {
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-container h2:nth-child(5) {
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-container table:nth-child(6) {
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.whatsapp-service-info {
  animation-duration: 1s;
  animation-delay: 1.1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

/* WHATSAPP HİZMETİ */

/* TAKSİ DURAKLARI */

.taxi-station-container img {
  display: block;
  float: none;
  margin: 0 auto;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-station-text {
  font-family: dosislight;
  text-align: center;
  color: #222222;
  font-size: 20px;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-station-text strong {
  font-weight: normal;
}

.taxi-station-text a, .taxi-station-text a:visited {
  color: #222222;
  text-decoration: none;
}

.taxi-station-text a:hover {
  color: #f1c40f;
  text-decoration: underline;
}

.taxi-station-container span {
  color: #f1c40f;
  font-size: 25px;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-station-container span i {
  font-size: 28px;
}

/* TAKSİ DURAKLARI */

/* TAKSİ ÜCRETLERİ */

.taxi-fares-container img {
  display: block;
  float: none;
  margin: 0 auto;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-fares-text {
  font-family: dosislight;
  text-align: center;
  color: #222222;
  font-size: 20px;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-fares-text strong {
  font-weight: normal;
}

.taxi-fares-text a, .taxi-fares-text a:visited {
  color: #222222;
  text-decoration: none;
}

.taxi-fares-text a:hover {
  color: #f1c40f;
  text-decoration: underline;
}

.taxi-fares-container span {
  color: #f1c40f;
  font-size: 25px;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.taxi-fares-container span i {
  font-size: 28px;
}

/* TAKSİ ÜCRETLERİ */

/* POP-UP AYARLARI */

#basic-modal-content {
  display:none;

}

/* Overlay */
#simplemodal-overlay {
  background-color:#262626;
  cursor: default;
  z-index: 9998 !important;
}

/* Container */
#simplemodal-container {
  width:450px;
  height:300px;
  color:#333;
  background-image:url('../images/backgrounds/instagram.jpg');
  background-size: cover;
  font-family:Arial;
  font-size:12px;
  z-index: 9999 !important;
  box-shadow: 0 0 10px #000000;
  border-radius: 10px;

}

#simplemodal-container .simplemodal-data {

}

#simplemodal-container code {
  background:#141414;
  border-left:3px solid #65B43D;
  color:#bbb;
  display:block;
  font-size:12px;
  margin-bottom:12px;
  padding:4px 6px 6px;
}

#simplemodal-container a.modalCloseImg {
  background:url(x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-15px;
  right:-16px;
  cursor:pointer;
}

#simplemodal-container h3 {
  color:#84b8d9;
}

.instapop {
  position: relative;
}

.instapop .fb-div {
  position: absolute;
  font-family: 'dosisextralight';
  top: -50px;
  right: 15px;
  color: #ffffff;
}

.ipop-title {
  font-family: 'dosis';
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.ipop-detail {
  font-family: 'dosisbook';
  font-size: 14px;
  color: #ffffff;
  width: 94%;
  text-align: center;
  margin-top: 20px;
  padding: 0 3% 0 3%;
}

.ipop-insta-container {
  width: 100%;
  padding-top: 20px;
}

.ipop-insta-ico {
  float: left;
  margin-left: 100px;
}

.ipop-insta-ico i {
  font-size: 75px;
  color: #ffffff;
  text-shadow: 0 0 15px #000000;
}

.ipop-insta-follow {
  float: left;
  margin-top: 15px;
  margin-left: 18px;
}

.ipop-insta-follow a, .ipop-insta-follow a:visited {
  font-family: 'billabongregular';
  font-weight: 400;
  color: #ffffff;
  font-size: 55px;
  text-shadow: 0 0 15px #000000;
}

@media only screen and (max-width: 1024px) {

  .show480 {
    display: none;
  }

  .show1024 {
    display: block;
  }

  .hide1024 {
    display: none;
  }

 .open-menu {
   display: block;
 }

 section.description {
  max-width: 1024px;
  margin: 60px 20px;
  font-family: 'dosisbook';
}

 header nav ul {
   position: relative;
   z-index: 2;
   display: none;
   width: 86%;
   padding: 0 9px 20px 9px;
   text-align: center;
   border:1px solid #f1c40f;
   background-color: #21252b;
 }

 header nav ul li {
   float: none;
   margin: 22px 0 22px 0;
 }

.home-whatsapp-container {
  width: 100%;
}

.home-whatsapp-in-container {
  width: 100%;
}

 .home-whatsapp-in {
  width: 92%;
 }

 .home-whatsapp-detail {
 }

 .home-whatsapp-in-right-container {
   display: none;
 }

 .home-whatsapp-title h2 {
   font-size: 37px;
 }

 .home-whatsapp-detail {
   font-family: dosislight;
   font-size: 20px;
 }

 #h-w-d-c-0 i {
  font-size: 60px;
 }

 #h-w-d-c-1 i {
  font-size: 52px;
 }

 #h-w-d-c-2 i {
   margin-left: 8px;
   margin-right: 30px;
   font-size: 60px;
 }

#h-w-d-c-1 .home-whatsapp-detail-det-in, #h-w-d-c-2 .home-whatsapp-detail-det-in {
  margin-top: 20px;
  font-size: 24px;
}

.home-whatsapp-in-container a {
  margin-left: 73px;
}

.footer-all-container {
  width: 95%;
  margin: 0 auto;
}

/* KONYA TAKSİ */

.all-page-header-background-image {
  max-width: 100%;
  overflow: hidden;
}

.all-page-header-background-image img {
  width: 200%
}

.all-page-container {
  width: 100%;
}

.all-page-container img {
  float: none;
  margin: 0 auto;
  margin-bottom: 30px;
}

.all-page-title {
  width: 100%;
  text-align: center;
}

.all-page-title h1 {
  float: none;
}

.all-page-title a:nth-child(1) {
  float: left;
  margin-left: 4%;
}

.all-page-title a:nth-child(2) {
  float: right;
  margin-right: 2%;
}

.all-page-title a:nth-child(1) h1 {
  color: #2980b9;
}

.all-page-title a:nth-child(2) h1 {
  color: #25D366;
}

.all-page-title a h1 {
  padding: 0;
  margin: 0;
}

.konya-taksi-detail-left {
  float: none;
  margin: 0 auto;
  width: 93%
}

 /* KONYA TAKSİ */

  /* HİZMETLER */

  .services-container {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  /* HİZMETLER */

  .whatsapp-service-container {
    width: 95%;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 740px) {

  footer {
    height: 310px;
  }

 .footer-left-container {
   display: none;
 }

 .footer-right-container {
   float: none;
   width: 100%;
   text-align: center;
 }

 .footer-bottom-line {
   margin-top: 110px;
 }

 /* İLETİŞİM */

 .contact-page-top-container {
   width: 100%;
 }

 .contact-page-phone {
   float: none;
   width: 100%;
 }

 .contact-page-phone table {
   margin: 0 auto;
 }

 .contact-page-information {
   float: none;
   width: 90%;
   text-align: center;
   border: none;
 }

 .contact-page-mail-container {
   width: 100%;
 }

 .contact-page-title span {
  padding: 0 5px 0 5px;
 }

 .contact-page-mail-container form table tr td:nth-child(1), .contact-page-mail-container form table tr td:nth-child(2) {
   width: 95%;
   margin-left: 2%;
   float: left;

 }

 .contact-page-mail-container form table tr td input {
   width: 96%;

 }

 .contact-page-mail-container form table tr td select {
   width: 50%;

 }

 .contact-page-mail-container form table tr td textarea {
   width: 95%;

 }

 .contact-page-mail-container form table tr:nth-child(4) td input {
   width: 40%;
   float: left;
 }

}

@media only screen and (max-width: 480px) {

  .show480 {
    display: block;
  }

  .spacer-top {
    height: 175px;
  }

  .open-menu {
    width: 78%;
  }

  header nav ul {
    width: 78%;
  }

  .contact-phone {
    font-size: 44px;
    text-shadow: 0 0 10px #000000;
  }

  .contact-detail {
    font-size: 24px;
    margin: 15px 15px 10px 15px;
  }

  .home-whatsapp-title h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }

  .home-whatsapp-title i:nth-child(1) {
    display: block;
    font-size: 48px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .home-whatsapp-title i:nth-child(2) {
    display: none;
  }

  .home-whatsapp-container {
    height: 1250px;
  }

  .home-whatsapp-detail-con {
    text-align: center;
  }

  .home-whatsapp-detail-con i {
    margin: 0;
    float: none;
  }

  #h-w-d-c-0 i {
   font-size: 80px;
  }

  #h-w-d-c-1 i {
   font-size: 72px;
  }

  #h-w-d-c-2 i {
  margin: 0;
    font-size: 80px;
  }

  #h-w-d-c-1 .home-whatsapp-detail-det-in, #h-w-d-c-2 .home-whatsapp-detail-det-in {
    margin-top: 20px;
    font-size: 24px;
  }

  .home-whatsapp-detail-det-in {
    float: none;
  }

  .home-whatsapp-in-container a {
    margin-left: 0;
    width: 94%;
    text-align: center;
  }

  .main-social-image {
    height: 255px;
    background-image: url("../images/backgrounds/5.jpeg");
  }

  .main-social-title {
    font-size:34px;
    padding-top: 40px;
  }

  .main-social-container {
    width: 92%;
    height: 115px;
    margin-top:10px;
  }

  .main-social-container a {
    font-size:70px;
  }

  #mscid1 {
    margin-left: -36px;
  }

  #mscid2 {
    margin-left: -44px;
  }

  #mscid3 {
    margin-left: -32px;
  }

  .footer-logo {
    font-size: 28px;
  }

 /* KONYA TAKSİ */

 header h1 {
   padding: 0;
   margin: 0;
 }

 header nav {
   margin-top: 20px;
 }

 .logo {
   margin-top: 20px;
 }

 .all-page-header {
   height: 170px;
 }

 .all-page-header-background-image {
   height: 170px;
 }

 .all-page-container {
   padding-bottom: 30px;
 }

 .all-page-title h1 {
   font-size: 32px;
 }

 .all-page-container img {
   border: none;
 }

  /* KONYA TAKSİ */

  /* HİZMETLER */

  .services-container {
    width: 98%;
    float: left;
  }

  /* HİZMETLER */

  /* İLETİŞİM */

  .contact-page-phone {
    font-size: 35px;
  }

  /* POP-UP AYARLARI */

  #simplemodal-container {
    width: 90%;
  }

  .ipop-insta-container {
    text-align: center;

  }

  .ipop-insta-ico {
    margin-left: 15px;
  }

  .ipop-insta-ico i {
    font-size: 60px;
  }

  .ipop-insta-follow a {
    font-size: 40px;
    float: none;
  }

}
