body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --birincil: #153a57;
    --ikincil: #004e3c;
    --ucuncul: #ddc5af;
}

.topbar p, a{
    text-align: center;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}

.topbar div{
    background: var(--ikincil);
}

.logo{
    text-align: center;
}

.logo img{
    width: 38%;
    margin-top: 10px;
}

.about-div{
    width: 100%;
    height: auto;
    background: var(--ucuncul);
    margin-top: 30px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.dr-photo img{
    width: 163%;
    position: relative;
    bottom: -20px;
    pointer-events: none;
}

h2, p, button, input, select, a{
    font-family: 'Avenir';
}

h2{
    color: var(--ikincil);
    font-weight: 400;
    font-size: 28pt;
    z-index: 3;
    position: relative;
}

h3{
    font-family: Catal !important;
    color: var(--ucuncul);
    font-size: 46pt;
    margin-bottom: -13px;
    margin-top: 20px;
}

p{
    color: var(--birincil);
    font-weight: 400;
    font-size: 12pt;
}

.masonry img{
    width: 100%;
}

.form-div{
    background: var(--ucuncul);
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    padding-bottom: 0px;
}

.input-area input, select{
    width: 100%;
    outline: none;
    border: none;
    height: 60px;
    border-radius: 10px;
    background: white;
    color: var(--birincil);
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Avenir2' !important;
}

textarea{
    width: 100%;
    outline: none;
    border: none;
    height: 240px;
    border-radius: 10px;
    background: white;
    color: var(--birincil);
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
}

input::placeholder{
    color: var(--birincil);
}

textarea::placeholder{
    color: var(--birincil);
}

.formgonder{
    width: max-content;
    outline: none;
    border: none;
    height: 60px;
    border-radius: 50px;
    background: var(--ikincil);
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 150px;
    font-weight: 500;
    padding-right: 150px;
    margin-top: 20px;
}

.kvkk-onay{
    text-decoration: underline;
    cursor: pointer;
    color: var(--ikincil);
}

a{
    text-decoration: none;
}

.footer-icon{
    color: var(--ucuncul);
    font-size: 24px;
    position: relative;
    top: -10px;
}

.copyright-sec a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.copyright-sec{
    background: var(--ikincil);
}

        /* Popup ve animasyonlar */
        .popup-message, .popup-consent {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: var(--ikincil);
            color: white;
            text-align: center;
            padding: 15px 0;
            z-index: 9999;
            transition: all 0.5s ease;
        }

        .popup-consent-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 9998;
        }

        .popup-consent-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            width: 50%;
            height: 50%;
            overflow-y: auto;
            border-radius: 10px;
        }

        .ver1{
            font-size: 74px;
        }

        .ver2{
            position: relative;
            margin-top: -20px;
        }

        .ver3{
            font-family: Avenir2 !important;
            color: var(--ikincil);
        }

        .form-div ::placeholder{
            color: var(--ikincil) !important;
        }

        .form-div select{
            color: var(--ikincil) !important;
            font-family: 'Avenir2' !important;
        }

        .boya *{
            color: var(--ikincil);
        }

.hizlisohbet{
	width: max-content;
	position: fixed;
	background: var(--ikincil);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 40px;
	bottom: 20px;
	right: 20px;
	z-index: 555555555555555;
	transition: ease .4s;
	font-weight: 500;
	color: white;
}


@media screen and (max-width: 1099px){
	
	.dr-photo{
		  width: 100%;
		  overflow: hidden;
		  position: relative;
	}
	
    .formgonder {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logo img {
        width: 80%;
    }

    .about-div {
        height: auto;
    }

    h3 {
        margin-top: 30px;
    }

    h2 {
        font-size: 22pt;
    }

    .masonry img{
        border-radius: 20px !important;
        margin-top: 10px !important;
    }

    .popup-consent-content {
        width: 90%;
        height: 60%;
    }
	
	.hizlisohbet {
    width: max-content;
    position: fixed;
    background: var(--ikincil);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 0px;
    bottom: 40px;
    right: 0px;
    z-index: 555555555555555;
    transition: ease .4s;
    font-weight: 500;
    color: white;
    font-size: 13px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    left: 0;
    border-radius: 30px;
}
	
	.mobilm{
	margin-bottom: 50px;	
}
}