input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.woff') format('woff'),
	url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot');
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.woff') format('woff'),
	url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.eot');
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.woff') format('woff'),
	url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
}

.font-gotham-light {
	font-family: 'Gotham-Light';
}

.font-gotham-book {
	font-family: 'Gotham-Book';
}

.font-gotham-bold {
	font-family: 'Gotham-Bold';
}

.font-bold {
	font-weight: bold;
}

.font-size-09rem {
	font-size: 0.9rem;
}

html, body {
  font-family: 'Gotham-Light';
  color: #3b53a2;
	font-size: 16px;
}

.main-navbar {
  background-color: rgba(0, 0, 0, 0.3);
  height: 90px !important;
}

.main-navbar .nav-item .nav-link {
  padding: 0 15px !important;
}

.main-navbar .nav-item:not(:first-child) {
  border-left: 1px solid #888;
}

.main-navbar .navbar-brand img {
  height: 34px;
}

.splash-section {
  background-image: url(../img/splash/mm_landingpage_splash_bg.jpg);
  background-size: cover;
  background-position: center center;
	background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.splash-section .splash-sub-title {
	max-width: 400px;
}

.splash-section .scrolltip {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.splash-section .scrolltip-mouse {
  width: 45px;
  border: 3px solid #3b53a2;
  height: 80px;
  margin: 15px auto;
  border-radius: 9999px;
}

.splash-section .scrolltip-mouse-btn {
  background-color: #3b53a2;
  border-radius: 9999px;
  height: 14px;
  width: 7px;
  margin: 10px auto 0 auto;
  animation: scrolltip-mouse-btn-anim 3s ease infinite;
}

.section-2 {
	background-image: url(../img/neden_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 75px;
}

.section-2 .whymobile-card {
	font-size: 0.8rem;
	margin-top: 50px;
}

.section-3,
.section-5,
.section-8 {
	background-color: #3b53a2;
	color: #fff;
}

.section-4 {
	background-color: rgb(212, 216, 228);
	background-image: url(../img/link_kisatlma_bg_pattern.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-4 .shortlink-phone-desc {
	margin-left: -100%;
	height: 25%;
	color: #fff;
	font-size: 0.75rem;
	padding: 8%;
  width: 100%;
}

.section-4 .shortlink-phone-desc h6 {
	color: rgb(254, 205, 122);
}

.section-4 .carousel .shortlink-phone-item {
  height: 450px;
}

.section-4 .carousel .shortlink-phone-item img {
	margin: 0 auto;
	padding-left: 15%;
	padding-right: 15%;
}

.section-4 .carousel .shortlink-phone-img {
  height: 250px;
  display: table-cell;
  vertical-align: bottom;
}

.section-4 .carousel .shortlink-phone-desc {
	background-color: #3b53a2;
	border-radius: 3px;
	margin-left: 0;
  height: 150px;
}

.section-4 .carousel .carousel-indicators {
	bottom: -5px;
}

.section-6 {
	background-color: rgb(212, 216, 228);
}

.section-6 .halfphone-cont > div > .col-12,
.section-6 .halfphone-cont > div > .col {
	margin-top: 30px;
}

.section-6 .halfphone-bubble {
	background-color: #3b53a2;
	border-radius: 3px;
	color: #fff;
	font-size: 0.75rem;
	width: 75%;
	text-align: left;
	padding: 5px 10px;
	position: relative;
	margin: 5px 10px;
}

.section-8 {
	padding-bottom: 100px;
}

.section-8 .brief-text {
	height: 60px;
  font-weight: bold;
  font-style: italic;
}

.section-8 .brief-img-c {
	height: 200px;
	vertical-align: bottom;
	text-align: center;
}

.section-footer {
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	padding-bottom: 50px;
}

.section-footer .container {
  padding-top: 200px;
}

.section-footer .footer-section-icon {
	max-width: 160px;
	display: block;
	position: absolute;
	margin-top: -7%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.section-footer form input[type="text"],
.section-footer form textarea {
	border-style: none;;
	border-bottom: 3px rgba(255, 255, 255, 0.5) solid;
	width: 100%;
	background: transparent;
	color: #fff;
}

.section-footer .footer-address {
	font-size: 0.875rem;
}

.section-footer a,
.section-footer a:hover,
.section-footer a:visited {
	color: #fff;
}

.section-footer input[type="submit"] {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	border: none;
	background: #3b53a2;
	font-size: 18px;
	color: #fff;
	font-family: 'Gotham-Bold';
	line-height: 40px;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	border-radius: 3px;
}

.section-footer input[type="submit"]:hover {
	background: #2ecc71;
	cursor: pointer;
}

.section-footer .footer-social img {
	width: 100%;
}

.section-footer .footer-social .col {
	max-width: 60px;
	max-height: 60px;
}

.section-footer p {
  line-height: 18px;
}

.footer-inner {
	font-size: 0.7rem;
	background-color: #191b1f;
	color: #fff;
}

.footer-inner .copyr {
	float: left;
}

.footer-inner .power {
	float: right;
}

.h-4rem {
	height: 4rem;
}

.h-3rem {
	height: 3rem;
}

.dark-underline {
  background-color: #3b53a2;
	height: 2px;
	width: 20%;
}

.light-underline {
	background-color: #fff;
	height: 2px;
	width: 20%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-35 {
	width: 35%;
}

.w-40 {
	width: 40%;
}

.h-20 {
	height: 20%;
}

.product-highlight {
  color: #00e7ca !important;
}

.popover.bs-popover-bottom {
  left: -25px !important;
}

.popover.bs-popover-bottom .arrow {
  transform: translateX(24px);
}

.popover a {
  color: #93a2bc !important;
  font-size: 1.1rem;
  padding: 5px 10px;
  display: inline-block;
}

.popover a:hover {
  color: #3b53a2 !important;
}

.popover.fade.show {
  opacity: 0.8 !important;
}

@keyframes scrolltip-mouse-btn-anim {
  0%    { margin-top: 10px; opacity: 1;  }
  25%   { margin-top: 25px; opacity: 0.5;  }
  50%   { margin-top: 10px; opacity: 1;  }
  75%   { margin-top: 25px; opacity: 0.5;  }
  100%  { margin-top: 10px; opacity: 1;  }
}

@media (max-width: 420px) {
	.splash-section h3 {
		font-size: 20px;
	}

	.splash-section .splash-sub-title {
		font-size: 14px;
	}

	.scrolltip {
		font-size: 15px;
	}

	.w-sm-40 {
		width: initial;
	}

	.w-xs-75 {
		width: 75%;
	}
}

@media (max-width: 350px) {
	.splash-section h3 {
		font-size: 17px;
	}

	.splash-section .splash-sub-title {
		font-size: 12px;
	}

	.scrolltip {
		font-size: 13px;
	}

  .main-navbar .navbar-brand img {
    height: 25px;
  }
}

@media (max-width: 767px) {
	.section-4 .shortlink-phone-desc {
		font-size: 0.80rem;
		height: inherit;
		line-height: inherit;
	}

	.shortlink-phone-item h6 {
		font-size: inherit;
	}

	.section-8 .brief-img-c {
		height: 150px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.section-4 .shortlink-phone-desc {
		font-size: 0.60rem;
		height: 27%;
		line-height: 13px;
	}

	.shortlink-phone-item h6 {
		font-size: 0.70rem;
	}
}

@media (max-height: 800px) {
	.splash-section > .d-flex img.w-100 {
    width: 70% !important;
  }
}

@media (max-height: 700px) {
	.splash-section > .d-flex img.w-100 {
    width: 70% !important;
  }
}

@media (max-height: 600px) {
	.splash-section > .d-flex img.w-100 {
    width: 60% !important;
  }
}

@media (max-width: 1199px) {  }
