@media (min-width: 992px) and (max-width: 1200px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 992px) {
	.container-main-page .big .currency img {
		margin: 0 6%;
	}
}

@media only screen and (max-width: 1200px) {
	.header-logo {
		max-width: 200px;
	}
	.container-main-page {
		margin-left: 0;
	}
	#googleMap {
		max-height: 280px;
	}
	.container-main-page .big {
		font-size: 24px;
	}
}

@media only screen and (max-width: 992px) {
	body {
		background-size: 150% 150%;
	}

	.fix-lg {
		margin-top: 50px;
	}

	.container-main-page .big {
		font-size: 18px;
	}

	.container-main-page .big .currency .currency-name {
		width: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.header-logo {
		max-width: 130px;
	}
	.header-menu .navbar.header-navbar .navbar-nav .menu-item {
		margin-left: 20px;
	}
	.container-altuntas {
		padding: 23px 40px;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.container-altuntas {
		padding: 23px 30px;
	}
	.header-logo {
		max-width: 90px;
	}
	.header-menu .navbar.header-navbar {
		border-top: 1px solid;
		border-bottom: 0;
	}
	.header-menu .navbar.header-navbar .navbar-nav .menu-item {
		margin-left: 4px;
		padding: 5px;
		font-size: 14px;
	}
	.header-menu .navbar.header-navbar .navbar-nav .menu-item.active {
		border-bottom: 1px solid;
	}
	.collapse:not(.show) {
		display: flex;
		flex-direction: row;
	}

	#menu-main-menu {
		flex-direction: row;
	}

	.iletisim .title {
		font-size: 20px;
	}

	input::placeholder,
	textarea::placeholder {
		font-size: 20px;
	}
}
