@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; }
/* HTML5 reset-browser */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:root{ --bordo:#000; }
body { }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none }
:focus { outline: 0 }
.clear { clear: both }
img { max-width: 100%; height: auto; }

html, body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
    scroll-behavior: smooth;
}

header {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 80px 30px 80px;
    width: calc(100% - 160px);
}
header .header-left {
    display: flex;
    align-items: center;
}
.header-left img {
    object-fit: contain;
    height: 90px !important;
}

header .header-left img:first-child {
    margin-right: 30px;
}
header nav ul {
    position: relative;
    display: flex;
}
header nav ul::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .12;
}
header nav a {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 10px 40px;
}
header nav a:hover {
    color: #C08D66;
}

.banner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
.banner .container {
    margin-bottom: -5px;
	

}
@media screen and (max-width: 600px) {
	.banner .banner-img-mobil {
		position: relative;
		z-index: -1;
		height: 350px !important;
		width: 100%;
	}
}
.banner .banner-img {
    position: relative;
    z-index: -1;
	height: 1000px !important;
	width: 100%;
}
.location {
    position: absolute;
    bottom: 95px;
    left: 80px;
}
.form-holder {
    position: absolute;
    z-index: 8;
    bottom: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 55%);
    width: 22%;
    height: 75%;
    padding: 40px 60px 30px 60px;
}
.form-holder .logos {
    display: flex;
    align-items: center;
	justify-content: space-between;
    margin-bottom: 30px;
}
.form-holder .logos .line {
	width: 1px;
	height: 70px;
	background-color: white;
	opacity: .22;
}
.form-holder h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-align: center;
	margin-top: 70px;
    margin-bottom: 35px;
}
.form-holder li {
    position: relative;
    margin-bottom: 15px;
}
.form-holder li.submit-btn {
	text-align: center;
}
.form-holder input {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 51%);
    color: white;
}
.form-holder input.submit {
    max-width: 80%;
    cursor: pointer;
}
.form-holder input.submit:hover {
    background-color: white;
    color: black;
}
.form-holder input::placeholder {
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.form-holder .formError {
    font-size: 12px;
    color: red;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    top: auto !important;
    left: 0 !important;
    bottom: -8px;
    margin: 0;
}

.kvkk_popup {
    margin-bottom: 5px !important;
}
.kvkk_popup,
.kvkk_popup2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.kvkk_popup span,
.kvkk_popup2 span {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
	color: white;
}
.kvkk_popup2 span {
    cursor: pointer;
}
.kvkk_popup input,
.kvkk_popup2 input {
    display: inline-block;
    width: 20px;
    height: 20px;
	flex: 1;
}
.popupForm {
    width: 70%;
    height: 80vh;
    overflow-y: scroll;
    padding: 30px;
    display: none;
    color: #5c5e60;
}
.about {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 95px;
}
.about h1 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #C08D66;
	font-family: Montserrat;

	
}
.about .container {
    max-width: 1630px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 0 145px 0 145px;
}
.about .container .image{
    position: relative;
    width: 55%;
    padding-left: 45px;
    padding-bottom: 45px; 
}
.about .container article  {
    width: 45%;
    padding-left: 60px;
}
.about .container .image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 745px;
    height: 452px;
    border: 5px solid #C08D66;
}
.about .container .image img {
    position: relative;
}
.about .container article h2 {
    font-size: 40px;
    font-weight: 700;
    color: #C08D66;
	text-align: center;
}
.about .container article h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 13px;
	color: #25453F;
}
.about .container article h3 strong {
	color: #C08D66;
}
.about .container article p {
    font-size: 20px;
    font-weight: 400;
	color: black;
}
.floor-plans {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.floor-plans h2 {
	font-size: 27px;
	color: #C08D66;
}
.floor-plans .title p {
	font-size: 40px;
	color: #25453F;
	margin-bottom: 40px;
}
.floor-plans .container {
	max-width: 1360px;
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-inline: 30px;
}
.floor-plans .title {
	width: 100%;
	flex: 100%;
}
.floor-plans .plan {
	flex: 50%;
	width: 50%;
}
.floor-plans .plan a {
	display: block;
}
.floor-plans .plan p {
	font-size: 60px;
	font-weight: 700;
	color: #C08D66;
	margin-top: 20px;
}
.floor-plans .plan span {
	font-size: 42px;
	font-weight: 700;
	color: #292929;
}
.contact-section {
	float: left;
	width: 100%;
}
.contact-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
	padding: 20px;
}
.contact-section .contact h4 {
    font-size: 55px;
    font-weight: 400;
    color: #C08D66;
}
.contact-section .contact ul {
    margin-top: 10px;
}
.contact-section .contact li {
    margin-bottom: 15px;
}
.contact-section .contact li,
.contact-section .contact li a {
    font-size: 18px;
    color: black;
}
.contact-section .contact li a:hover {
    color: #C08D66;
}

.contact-section .map {
    position: relative;
}
.contact-section .map h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #C08D66;
}
.contact-section .map iframe {
    position: relative;
    right: 35px;
    bottom: 25px;
}
.contact-section .map::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 660px;
    height: 380px;
    border: 5px solid #C08D66;
}

footer {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	padding-top: 10px;
}
footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -1;
}

.footer-bottom .container {
    position: relative;
    max-width: 1540px;
    display: flex;
    justify-content: space-between;
    margin: 85px auto 55px auto;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
}

.footer-bottom .logos .line {
	width: 1px;
	height: 70px;
	background-color: white;
	opacity: .22;
	margin: 0 40px;
}
.footer-bottom .corporate {
    position: relative;
}
.footer-bottom .corporate::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: .25px;
    background-color: white;
}
.footer-bottom .corporate a {
    font-size: 16px;
    color: white;
    margin: 0 35px;
}
.footer-bottom .corporate a:hover {
    color: black;
}
.footer-bottom .social-media li {
    margin: 0 3px;
}
.social-media li:first-child a:hover{
	filter: invert(26%) sepia(72%) saturate(6574%) hue-rotate(353deg) brightness(90%) contrast(125%);
}
.social-media li:nth-child(2) a:hover{
	filter: invert(49%) sepia(21%) saturate(3227%) hue-rotate(173deg) brightness(102%) contrast(90%);
}
.social-media li:nth-child(3) a:hover{
	filter: invert(39%) sepia(11%) saturate(3736%) hue-rotate(186deg) brightness(90%) contrast(83%);
}
.social-media li:nth-child(4) a:hover{
	filter: invert(64%) sepia(100%) saturate(6148%) hue-rotate(222deg) brightness(91%) contrast(99%);
}

.d-md-block {
    display: block !important;
}
.d-md-none {
    display: none !important;
}


@media only screen and (max-width: 1700px) {
	.form-holder .logos {
 		margin-bottom: 15px;
	}
	.form-holder h4 {
		font-size: 20px;
	}
	.about .container article {
		width: 35%;
	}
	.about .container article p {
		font-size: 18px;
	}
	.footer-bottom {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1700px) and (min-width: 1500px) {
	.about .container article h3 {
		font-size: 1.5vw;
	}
	.about .container article h3 strong {
		font-size: 1.3vw;
	}
}
@media only screen and (max-width: 1600px) { 
	.about .container .image img {
		max-width: 650px;
	}
	.about .container .image::before {
		width: 650px;
    	height: 360px;
	}
}
@media only screen and (max-width: 1580px) {
	.form-holder {
		padding: 20px 60px 10px 60px;
	}
	.form-holder .logos img {
		max-width: 120px;
	}
	.form-holder li {
		margin-bottom: 7px;
	}
	.form-holder input,
	.form-holder input::placeholder{
		font-size: 18px;
	}
	.kvkk_popup span, 
	.kvkk_popup2 span {
		font-size: 13px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 1500px) { 
	.about {
		padding-top: 80px;
	}
	.about .container {
		padding-right: 100px;
		padding-left: 100px;
	}
	.about .container article {
		padding-left: 0;
		width: 45%;
	}
	.about .container article h3 {
		font-size: 1.7vw;
	}
	.floor-plans .container,
	.contact-section .container {
		padding-inline: 30px;
	}
	.floor-plans .plan p {
		font-size: 45px;
	}
	.floor-plans .plan span {
		font-size: 32px;
	}
	.contact-section .contact h4 {
		font-size: 45px;
	}
}
@media only screen and (max-width: 1450px) { 
	.about .container .image img {
	    max-width: 550px;
	}
	.about .container .image::before {
	    width: 550px;
	    height: 320px;
	}
	.about .container article {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 1400px) {
	.form-holder {
		height: 80%;
	}
	.form-holder h4 {
	    font-size: 16px;
	}
	.form-holder .logos {
		margin-bottom: 0;
	}
	.kvkk_popup span, .kvkk_popup2 span {
	    font-size: 12px;
	    line-height: 13px;
	}
}
@media only screen and (max-width: 1300px) {
	.form-holder .logos a:last-child img {
		max-width: 70px;
	}
	.form-holder h4 {
		font-size: 15px;
	}
	.map iframe {
		max-width: 600px;
	}
	.map::before {
		max-width:580px;
	}
	.form-holder input {
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	
}
@media only screen and (max-width: 1200px) {
	header nav a {
		font-size: 18px;
	}
	.form-holder input, 
	.form-holder input::placeholder {
		font-size: 16px;
	}
	.kvkk_popup span, .kvkk_popup2 span {
	    font-size: 10px;
	    line-height: 11px;
	}
}
@media only screen and (max-width: 1050px) { 
	header nav a {
		padding: 10px 20px;
	}
	.form-holder {
		padding: 30px;
	}
	.form-holder .logos img {
		max-width: 85px;
	}
	.form-holder input, 
	.form-holder input::placeholder {
		font-size: 14px;
	}
	.form-holder li {
		margin-bottom: 2px;
	}
	.location {
	    max-width: 150px;
	    left: 30px;
	    bottom: 40px;
	}
	.about {
		padding-top: 50px;
	}
	.about .container .image {
		width: 45%;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.about .container .image img {
		max-width: 370px;
	}
	.about .container .image::before {
	    width: 370px;
	    height: 205px;
	}
	.about .container article h2 {
		font-size: 22px;
	}
	.about .container article p {
		font-size: 15px;
	}
	.floor-plans img {
		max-width: 90%;
	}
	.map iframe {
	    max-width: 450px;
	    height: 280px;
	}
	footer .map::before {
		width: 450px;
    	height: 280px;
	}
	.footer-bottom .logos .line {
		margin-inline: 15px;
	}
	.footer-bottom .logos img {
		max-width: 100px;
	}
	.footer-bottom .corporate a {
		font-size: 14px;
		margin-inline: 15px;
	}
}
@media only screen and (max-width: 850px) { 
	header {
		width: calc(100% - 30px);
		padding: 30px 15px;
	}
	header .header-left {
		width: 100%;
		justify-content: space-between;
	}
	header .header-left img:first-child {
		max-width: 180px;
	}
	header .header-left img:last-child {
		max-width: 80px;
	}
	.header-right {
		display: none;
	}
	.form-holder {
		position: initial;
		width: 100%;
		width: calc(100% - 30px);
		padding-right: 15px;
		padding-left: 15px;
	}
	.form-holder li {
		margin-bottom: 10px;
	}
	.logos {
		justify-content: space-around;
	}
	.form-holder h4 {
		margin-top: 15px;
	} 
	.form-holder h3 {
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.form-holder .logos {
		justify-content: space-around;
	}
	.form-holder .logos img {
		max-width: 110px;
	}
	.location {
		top: 325px;
		left: 15px;
		bottom: auto;
		max-width: 100px;
	}
	.kvkk_popup input, .kvkk_popup2 input {
		flex: inherit;
	}
	.kvkk_popup {
		margin-top: 15px;
	}
	.form-holder input.submit {
		margin-top: 20px;
	}
	.banner {
		position: initial;
	}
	.about {
		padding-bottom: 50px;
	}
	.about .container {
		flex-direction: column;
		padding: 0 15px;
		width: calc(100% - 30px);
	}
	.about .container .image {
		width: 100%;
		padding: 0;
	}
	.about .container .image img {
		max-width: 90%;
		padding-left: 25px;
    	padding-top: 20px;
	}
	.about .container .image::before {
		max-width: 90%;
    	height: 180px;
    	bottom: -20px;
	}
	.about .container article {
		width: 100%;
		padding: 0;
		margin-top: 50px;
		text-align: center;
	}
	.about .container article h3 {
		font-size: 24px;
	}
	.about .container article h3 strong {
		font-size: 16px;
	}
	.floor-plans .container,
	.contact-section .container {
		padding-inline: 15px;
	}
	.floor-plans > p {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.floor-plans .plan p {
		font-size: 30px;
	}
	.floor-plans .plan span {
		font-size: 24px;
	}
	.contact-section .contact {
		text-align: center;
	}
	.contact-section .container {
		flex-direction: column;
	}
	.contact-section .contact h4 {
		font-size: 36px;
	}
	.contact-section .map {
		margin-top: 20px;
		width: 100%;
	}
	.contact-section .map::before {
		display: none;
	}
	.contact-section .map h2 {
		display: none;
	}
	.contact-section .map iframe {
		position: initial;
		width: 100%;
		height: 220px;
	}
	.footer-bottom {
		padding-inline: 15px;
		background-color: #c08d66;
	}
	.footer-bottom::after {
		display: none;
	}
	.footer-bottom .container {
		flex-direction: column;
	}
	.footer-bottom .container {
		margin-top: 30px;
		margin-bottom: 20px;
		padding-top: 30px;
	}
	.footer-bottom .corporate::after {
		bottom: -15px;
	}
	.footer-bottom ul {
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer-bottom .corporate a {
		font-size: 12px;
    	margin: 0 7px;
	}
	.logos li:first-child img {
		max-width: 95px;
	}
	.footer-bottom .social-media {
		margin-top: 30px;
	}
	.footer-bottom .social-media li {	
		margin: 0 8px;
	}
    .popupForm {
        width: 95%;
        padding: 30px 15px;
    }
	
	.d-none {
		display: none !important;
	}
	.d-block {
		display: block !important;
	}
}
.qrcode {
	height: 110px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    background-image: url('your-background-image.jpg'); /* Arka plan resminin yolu */
    background-size: cover;
    background-position: center;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.5); /* Arka plan rengi ve opaklık */
    color: white;
    max-width: 500px !important;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input[type="text"],
.form-group input[type="tel"] {
    width: 95%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    background: rgba(95, 94, 94, 0.8);
}

.form-group input[type="checkbox"] {
    text-align: left;
}

.form-group label {
    display: inline-block;
    vertical-align: middle;
}

button[type="submit"] {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 5px;
    background-color: #444;
    color: white;
    font-size: 16px;
    cursor: pointer;
	text-align: center;
	font-weight: 600;

}

button[type="submit"]:hover {
    background-color: #333;
}
