/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    font-weight: 100;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    padding: 0; margin: 0;
}

h2 {
	font-size: 27px;
	letter-spacing: 10px;
	font-weight: 600;
}

h3 {
	font-size: 22px;
	letter-spacing: 8px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: 600;
	padding: 10px;
	background: #e2e2e2;
}

p {
	font-size: 16px;
	font-weight: 400;
}

hr {
	margin: 10px 0px;
}

.boxshadow {
	-webkit-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	transition: all 0.4s;
}

.boxshadow:hover {
	-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
}

header {
	width: 100%;
	background: #fff;
	padding: 12px 0px 10px 0px;
	position: fixed;
	top: 0;
	z-index: 101;
	-webkit-box-shadow: 0px 7px 8px -5px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 7px 8px -5px rgba(0,0,0,0.29);
	box-shadow: 0px 7px 8px -5px rgba(0,0,0,0.29);
}

.header-menu {
	width: 85%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.navbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navbar a {
	color: #000;
	display: block;
	margin-left: 10px;
	font-weight: 600;
	margin-left: 15px;
	letter-spacing: 0px;
}

.ana-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 60px;
}

.left-menu {
	width: 3%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0; left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-menu > div {
	height: 20%;
	text-align: center;
}

.left-menu > div > a {
	display: block;
	color: #000;
	font-size: 15px;
	margin-top: 15px;
}

.right-menu {
	width: 3%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0; right: 0;
	z-index: 100;
}

footer {
	width: 100%;
	background: #fff;
	padding: 10px 0px;
	position: relative;
	bottom: 0;
	z-index: 101;
	margin: 0 auto;
	z-index: 101;
}

.footer {
	width: 85%;
	margin: 0 auto;
}

.ana-cerceve {
	position: relative;
	width: 94%;
	margin: 0px auto;
}



.banner {
	width: 100%;
	margin: 10px auto;
}

.text {
	width: 95%;
	padding: 20px;
	text-align: left;
	margin: 0px auto;
}

.content {
	width: 90%;
	margin: 10px auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content1 {
	width: 90%;
	margin: 10px auto;
	padding-top: 50px;
	display: grid;
 grid-template-columns: auto auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-gap: 30px;
  place-items: flex-start auto;

}


.content1 > img {
	border: 1px solid #e2e2e2;
	border-radius: 9px;
	object-fit: cover;
}

.content2 {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 10px auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content2 > div:nth-child(1){
	width: 40%;
}

.content2 > div:nth-child(2){
	width: 55%;
}

.content3 {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 10px auto;
	align-items: center;
}

.content3 > div:nth-child(1){
	width: 30%;
}

.content3 > div:nth-child(2){
	width: 65%;
}

.content3 > div:nth-child(2) > p{
	text-align: justify;
}

.content4 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 10px auto;
	align-items: center;
	background: #d8dcec;
	padding: 60px 30px;
	flex-wrap: wrap;
}

.content4 iframe{
	width: 31.4%;
	height: 300px;
	margin-bottom: 30px;
	border-radius: 9px;
}

.button {
	padding: 10px 20px;
	letter-spacing: 10px;
	background: #fff;
	color: #000;
	border:  1px solid #000;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
}

.button:hover {
	background: #000;
	color: #fff;
}

.instagram {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.button1 {
	padding: 10px 20px;
	background: #2373c5;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}

.button1:hover {
	background: #de2e79;
	color: #fff;
}

.button2 {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}

.button2:hover {
	background: #de2e79;
	color: #fff;
}

.content-ins {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content-ins > div > div > img {
	width: 255px; height: 255px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	transition: all 0.4s;
}

.content-ins > div > div > img:hover {
	transform: scale(1.05);
}


.form-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px auto;
}

.form-content div:nth-child(1){
	width: 45%;
}

.form-content div:nth-child(2){
	width: 50%;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #000;
	padding: 20px;
}


form > span {
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}

form > button {
	padding: 10px 20px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}


input, textarea {
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
}



.marquee {
  position: relative;
  width: 100%;
  height: 260px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/*Mobile Start*/

.mobile {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	position: fixed;
	z-index: 900;
	top: 0;
	text-align: center;
	padding-top: 30px;
	display: none;
	border-top: 2px solid #000;
	display: none;
}

.mobile a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.mobile a:hover {
	text-decoration: none;
}

.mobile-ct {
	text-align: center;
	display: none;
	width: 100%;
}

#mobile-buton {
	position: fixed;
	text-align: center;
	top: 15px;
	right: 20px;
	z-index: 809;
	visibility: hidden;
}




/*Mobil Kısım */
	@media screen and (max-width: 675px){

		.mobile {
			display: none;
		}

		.mobile-ct {
			display: block;
		}

		#mobile-buton {
			position: fixed;
			text-align: center;
			padding-top: 30px;
			z-index: 809;
			visibility: visible;
		}

		#yatay {
			display: inline-block;
		}

		body {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    padding: 0; margin: 0;
	}

h2 {
	font-size: 22px;
	letter-spacing: 10px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	letter-spacing: 8px;
	font-weight: 600;
}

h4 {
	font-size: 15px;
	letter-spacing: 5px;
	font-weight: 600;
	padding: 10px;
	background: #e2e2e2;
}

p {
	font-size: 14px;
	font-weight: 400;
}


.flex {
	display: flex;
	justify-content: space-between;
}

.flex div:nth-child(1){
	width: 50%;
}

.flex div:nth-child(2){
	width: 45%;
}


#ana-logo {
	width: 200px;
}

.nav-tum {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin: 10px auto;
	display: none;
}


.banner {
	width: 380px;
	margin: 10px auto;
}

.content-text {
	width: 98%;
	margin: 10px auto;
	padding: 15px;
}

.content {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
	align-items: center;
}

.content div:first-child {
	width: 40%;
	margin: 0 auto;
}

.content div:first-child img {
	width: 100%;
}

.content div:last-child {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}


.content1 {
	width: 100%;
	background: #f8f8f8;
	padding: 10px 0px;
}

.content-ana {
	width: 96%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content-ana div:first-child {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.content-ana div:last-child {
	width: 98%;
	margin: 20px auto 20px auto;
	text-align: center;
}

iframe#you {
	width: 80%;
	height: 250px;
	border-radius: 9px;
}


.button {
	padding: 5px 10px;
	letter-spacing: 10px;
	background: #fff;
	color: #000;
	border:  1px solid #000;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
}

.button:hover {
	background: #000;
	color: #fff;
}

.instagram {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.button1 {
	padding: 5px 10px;
	background: #2373c5;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}

.button1:hover {
	background: #de2e79;
	color: #fff;
}

.content-ins {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content-ins > div > div > img {
	width: 100px; height: 100px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	transition: all 0.4s;
}

.content-ins > div > div > img:hover {
	transform: scale(1.05);
}

footer {
	width: 100%;
	padding: 10px 0px;
	background: #f9f9f9;
}

.footer {
	width: 98%;
	margin: 0px auto;
	text-align: center;
}

.form-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-content div:nth-child(1){
	width: 95%;
	margin: 0 auto;
}

.form-content div:nth-child(2){
	width: 95%;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #000;
	padding: 20px;
	margin: 0 auto;
}

.form-content2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.form-content2 div:nth-child(1){
	width: 25%;
}

.form-content2 div:nth-child(2){
	width: 70%;
	border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;
	border-top: 4px solid #000;
	padding: 20px;
}

form > span {
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}

form > button {
	padding: 10px 20px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}


input, textarea {
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
}


.content2 {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content2 div:nth-child(1){
	width: 96%;
	margin: 15px auto;
}

.content2 div:nth-child(2){
	width: 96%;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}

.content3 {
	width: 98%;
	margin: 10px auto;
}

.content3 > div {
	width: 100%;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	padding: 8px;
	transition: all 0.3s;
}

.content3 > div:hover {
	background: #e2e2e2;
}

.content3 > div > span {

}

.content4 {
	width: 95%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content4 > div {
	width: 31%;
	margin-bottom: 30px;
}

.content4 > div > a > img {
	border-radius: 9px;
	border: 1px solid #e2e2e2;
	transition: all 0.4s;
}

.content4 > div > a > img:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.content5 {
	width: 98%;
	margin: 10px auto;
}

.whatsapp-ct {
	position: relative;
	z-index: 120;
	top: -30px;
	left: 20px;
}

.whatsapp-ct a:first-child > img {
	width: 50px;
	transition: all 0.3s;
}

.whatsapp-ct a:last-child > img {
	width: 50px;
	margin-left: 15px;
	transition: all 0.3s;
}

.whatsapp-ct a:last-child > img:hover, .whatsapp-ct a:first-child > img:hover {
	transform: scale(1.05);
}


}

/*Tablet Kısım */
	@media screen and (min-width: 376px) and (max-width: 750px) {

				.mobile {
			display: none;
		}

		.mobile-ct {
			display: block;
		}

		#mobile-buton {
			position: fixed;
			text-align: center;
			padding-top: 30px;
			z-index: 809;
			visibility: visible;
		}

		#yatay {
			display: inline-block;
		}

		body {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    padding: 0; margin: 0;
	}

h2 {
	font-size: 22px;
	letter-spacing: 10px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	letter-spacing: 8px;
	font-weight: 600;
}

h4 {
	font-size: 15px;
	letter-spacing: 5px;
	font-weight: 600;
	padding: 10px;
	background: #e2e2e2;
}

p {
	font-size: 14px;
	font-weight: 400;
}


.flex {
	display: flex;
	justify-content: space-between;
}

.flex div:nth-child(1){
	width: 50%;
}

.flex div:nth-child(2){
	width: 45%;
}


#ana-logo {
	width: 200px;
}

.nav-tum {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin: 10px auto;
	display: none;
}


.banner {
	width: 100%;
	margin: 10px auto;
}

.content-text {
	width: 98%;
	margin: 10px auto;
	padding: 15px;
}

.content {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
	align-items: center;
}

.content div:first-child {
	width: 40%;
	margin: 0 auto;
}

.content div:first-child img {
	width: 100%;
}

.content div:last-child {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}


.content1 {
	width: 100%;
	background: #f8f8f8;
	padding: 10px 0px;
}

.content-ana {
	width: 96%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content-ana div:first-child {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.content-ana div:last-child {
	width: 98%;
	margin: 20px auto 20px auto;
	text-align: center;
}

iframe#you {
	width: 80%;
	height: 250px;
	border-radius: 9px;
}


.button {
	padding: 5px 10px;
	letter-spacing: 10px;
	background: #fff;
	color: #000;
	border:  1px solid #000;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
}

.button:hover {
	background: #000;
	color: #fff;
}

.instagram {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.button1 {
	padding: 5px 10px;
	background: #2373c5;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}

.button1:hover {
	background: #de2e79;
	color: #fff;
}

.content-ins {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content-ins > div > div > img {
	width: 200px; height: 200px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	transition: all 0.4s;
}

.content-ins > div > div > img:hover {
	transform: scale(1.05);
}

footer {
	width: 100%;
	padding: 10px 0px;
	background: #f9f9f9;
}

.footer {
	width: 98%;
	margin: 0px auto;
	text-align: center;
}

.form-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-content div:nth-child(1){
	width: 95%;
	margin: 0 auto;
}

.form-content div:nth-child(2){
	width: 95%;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #000;
	padding: 20px;
	margin: 0 auto;
}

.form-content2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.form-content2 div:nth-child(1){
	width: 25%;
}

.form-content2 div:nth-child(2){
	width: 70%;
	border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;
	border-top: 4px solid #000;
	padding: 20px;
}

form > span {
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}

form > button {
	padding: 10px 20px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}


input, textarea {
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
}


.content2 {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

.content2 div:nth-child(1){
	width: 96%;
	margin: 15px auto;
}

.content2 div:nth-child(2){
	width: 96%;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}

.content3 {
	width: 98%;
	margin: 10px auto;
}

.content3 > div {
	width: 100%;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	padding: 8px;
	transition: all 0.3s;
}

.content3 > div:hover {
	background: #e2e2e2;
}

.content3 > div > span {

}

.content4 {
	width: 95%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content4 > div {
	width: 31%;
	margin-bottom: 30px;
}

.content4 > div > a > img {
	border-radius: 9px;
	border: 1px solid #e2e2e2;
	transition: all 0.4s;
}

.content4 > div > a > img:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.content5 {
	width: 98%;
	margin: 10px auto;
}

.whatsapp-ct {
	position: relative;
	z-index: 120;
	top: -50px;
	left: 35px;
}

.whatsapp-ct a:first-child > img {
	width: 80px;
	transition: all 0.3s;
}

.whatsapp-ct a:last-child > img {
	width: 80px;
	margin-left: 20px;
	transition: all 0.3s;
}

.whatsapp-ct a:last-child > img:hover, .whatsapp-ct a:first-child > img:hover {
	transform: scale(1.05);
}
	
	}





