h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}
.footer {
background: linear-gradient(125deg, #e08871 0%, #e0766a 25%, #e05c5c 50%, #d24d59 75%, #d23955 100%);
padding-top: 80px;
padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer li{
    font-weight: bold;
}
.single_footer h4 {
color: white;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 40px;
background: #fff;
margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff !important; 
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: #ff3666; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: black;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
display: block;
position: relative;
margin-top: 15px;
width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
color:#ff3666;
}
button {
padding: 0;
border: none;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 0px 5px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 70px;
padding-top: 40px;
color:#fff;
font-size: 15px;
border-top: 1px solid rgba(255,255,255,0.4);
text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}


.grid2{
    width: 9vw;
    height: 9vw;
    padding:5px;
    
}

.grid-img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    min-height:100%;
    min-width:100%;
}

.bottom-left-text {
    
    left: 0; /* And aligned to the left */
    color: red;
}

.inner-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
}


.top-right{
    position: absolute;
    top: 5px;
    cursor:pointer;
    right: 15px;
}
.top-left{
    position: absolute;
    top: 5px;
    left: 15px;
}
.bottom-right{
    position: absolute;
    right: 10px;
    bottom: 5px;
}

body {
    font-family: Verdana, sans-serif;
}





@media (max-width: 770px) {

    .mdi-action-favorite{
       
        font-size:25px !important;
    }
    .mdi-communication-message{
       
        font-size:25px !important;
    }
    .top-right{
        top: 3px;
        right: 5px;
    }
    .grid2{
        width: 20vw;
        height: 20vw;
        padding:5px;
       
    }

    .top-left{
        position: absolute;
        top: 5px;
        left: 15px;

    }

    .bottom-right{
        cursor: pointer;
        position: absolute;
        align-self: flex-end;
        bottom:0px;
        margin-top:-45px;
    }
}







.two-column-section {
    position: relative;
    font-size: 0;
    line-height: 0
}

.two-column-section-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box
}

.two-column-section-item.description {
    padding: 0 10%;
    font-size: 14px;
    line-height: 18px;
    text-align: left
}

.sympaty-visual {
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: relative
}

.sympaty-visual-photo {
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: bottom;
    width: 35%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: all .2s ease-in-out;
    margin-bottom: 17%;


}

.sympaty-visual-photo.left {
    margin-right: -30%;
    transform: rotate(45deg);
}

.sympaty-visual-photo.right {
    margin-left: -30%;
    transform: rotate(-45deg);
}

.scrolled .sympaty-visual-photo.center,
.sympaty-visual-photo.center {
    width: 70%;
    border-width: 1px;
    z-index: 5;
    margin: 0 -23% 5%
}

.scrolled .sympaty-visual-photo {
    margin-left: 150;
    margin-right: 150;
    transform: none
}

.sympaty-visual-photo img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border-radius: 50%
}

.sympaty-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45%;
    z-index: 6
}

.radar-visual-photo:after,
.radar-visual:after {
    content: ''
}

.sympaty-button img {
    width: 100%;
    max-width: 100%
}

.radar-visual {
    background: #dbf6f9;
    width: 80%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box
}

.radar-visual-core-holder,
.radar-visual-title {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-sizing: border-box
}

.radar-visual:after {
    padding-bottom: 100%;
    display: block
}

.radar-visual-core {
    background: #beeef4;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    padding: 10%;
    border-radius: 50%
}

.radar-visual-core-holder {
    padding: 15%;
    background: #a7e8f0;
    position: relative
}

.radar-visual-title {
    background: #83deea;
    display: table;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: auto
}

.radar-visual-title-cell {
    display: table-cell;
    vertical-align: middle
}

.radar-visual-photo {
    border: 2px solid #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 20%;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .3s ease;
    transform: scale(0)
}

.radar-visual-photo:after {
    padding-bottom: 100%;
    display: block
}

.radar-visual-photo.photo-01 {
    bottom: 2%;
    left: 8%;
    transition-delay: .1s
}

.radar-visual-photo.photo-02 {
    top: 5%;
    left: 9%;
    transition-delay: .15s
}

.radar-visual-photo.photo-03 {
    top: 40%;
    right: -5%;
    transition-delay: .3s
}

.radar-visual-photo.photo-04 {
    bottom: 0;
    right: 10%;
    transition-delay: .2s
}

.radar-visual-photo.photo-05 {
    top: 45%;
    left: -6%;
    transition-delay: .25s
}

.radar-visual-photo.photo-06 {
    bottom: 14%;
    left: 42%;
    transition-delay: .4s
}

.radar-visual-photo.photo-07 {
    top: 2%;
    right: 12%;
    transition-delay: .35s
}

.radar-visual-photo.photo-08 {
    top: 14%;
    left: 42%;
    transition-delay: .45s
}

.scrolled .radar-visual-photo {
    transform: scale(1)
}


.fail {
    font-weight:bold;
    margin-top: -5px;  
    display: block;
}

.no-fail {
    display: none;
}


.right-section{
    background-color: rgba(238, 235, 235, 0.927);
}
.navbar{
    background-color:  rgba(238, 235, 235, 0.927);
}
.navbar-sticky{
    background-color:  rgba(238, 235, 235, 0.927);

}

.widgets{
    background-color:  rgba(238, 235, 235, 0.927);
}

.headroom--not-top .navbar-sticky.navbar-light {
    background-color:  rgba(238, 235, 235, 0.927);
}















@media screen and (min-width:0px) and (max-width:700px){
	.post-image {
		height: 200px;
		width: 100%;
	}
}

@media screen and (min-width:800px) and (max-width:5000px){
	.post-image {
		height: 600px !important;
		width: 500px !important;
	}
}


@media screen and (min-width:380px) and (max-width:700px){
	.headd{
        padding-top:10px;
        margin-top:-20px !important;
    }
}

@media screen and (min-width:0px) and (max-width:380px){
	.headd{
        padding-top:10px;
        margin-top:20px !important;
    }
}









.badge {
    word-wrap: break-word;
    max-width: 100%;
    white-space: normal;
    /* in case you want to break it properly at spaces */
}

/* Set same font type for input and select-option */


select {

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 5px;
}




.form-row {
    display: flex;
    /* Enables flexbox */
    justify-content: space-between;
    /* Distributes the items evenly with space in-between */
    align-items: center;
    /* Vertically center aligns the items */
}

/* Styles for each div */
.col-third2 {
    flex: 0 0 33%;
    /* Doesn't grow, doesn't shrink, basis is 33% of parent width */
}

select {
    padding: 0px;

}

.col-half2 {
    flex: 0 0 50%;
    /* Doesn't grow, doesn't shrink, basis is 50% of parent width */
}


select {
    height: 5vh;
    color: black;
}



.gender select {
    margin-left: 0;


    background: #e0dede;
    float: right;


}

.age select {
    margin-left: 0;
    width: 97%;

    background: #e0dede;
    float: right;

}

.loc select {
    margin-left: 0;
    width: 97%;
    padding-left: 5px;
    background: #e0dede;
    float: right;


}

.loc {
    margin-top: -15px;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    padding-left: 0;
    margin-left: 1%;
}

.age {
    margin-left: 2%;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    background-color: transparent;
    padding-left: 0;
}

.age option {

    text-align: center;
}




.form-control {
    border:0;
    display: flex;
    /* Enables flexbox layout */
    justify-content: center;
    /* Horizontally centers the child element (select) */
    align-items: center;

}





body {
    font-family: 'Poppins' !important;
}

@media (max-width: 768px) {
    .main {

        border: 2px solid white;
        width: 300px;
        margin-left: 0%;
        height: 550px;
        overflow: hidden;
        border-radius: 10px;
        display: inline-block;
        box-shadow: 5px 20px 50px #000;
    }

    input {
        height: 30px !important;
    }

    select {
        height: 30px !important;
    }

    .register-header {
        color: white;
        font-size: 30px;
    }

    .first-h1 {
        margin-top: 50px;
    }

    .login-header {
        font-size: 25px;
    }

    .login {
        height: 800px;
        background: #eee;
        transform: translateY(-240px);
        transition: .8s ease-in-out;
    }
}

@media (min-width: 770px) {
    .first-h1 {
        margin-top: 0px;
    }

    .main {
        width: 400px;
        border: 5px solid white;
        margin-left: 4%;
        height: 550px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 5px 20px 50px #000;
    }

    .register-header {
        color: black;
    }

    input {
        height: 40px !important;
    }

    select {
        height: 40px !important;
    }

    .login {
        height: 800px;
        background: #eee;
        transform: translateY(-190px);
        transition: .5s ease-in-out;
    }
}


#chk {
    display: none;
}

.signup {
    position: relative;
    width: 100%;
    height: 700px;
}

label {
    color: #fff;
    font-size: 1.7em;
    justify-content: center;
    display: flex;
    margin: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}



input {
    width: 95%;
    height: 5vh;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 12px auto;
    padding: 10px;
    border: none;

    outline: none;
    border-radius: 5px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

.formButton:hover {
    background: #a81e59;
}

.formButton {
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #ff2c2c;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}


.login label {
    color: #573b8a;
    transform: scale(.6);
}

#chk:checked~.login {
    transform: translateY(-680px);
}

#chk:checked~.login label {
    transform: scale(1);
}

#chk:checked~.signup label {
    transform: scale(.6);
}

.col-half {
    left: 0;
    width: 50%;
}

.col-full {
    width: 100%;
    left: 0;
}

.col-third {
    width: 33%;
    left: 0;
}

.col-quarter {
    width: 25%;
    left: 0;
}

.cities-list {
    display: inline-table;
    width: 19%;
}

@media only screen and (max-width: 600px) {
    .cities-list {
        width: 49%;
    }
}

h1 {
    color: black;
}

h2 {
    color: black;
}

h3 {
    color: black;
}

p {
    color: white;
}

span {
    color: black;
}

div {
    color: black;
}


.landing-logo {
    max-height: 150px !important;
    height: 70px !important;
    width: 300px !important;
}











.badge {
    word-wrap: break-word;
    max-width: 100%;
    white-space: normal;
    /* in case you want to break it properly at spaces */
}

/* Set same font type for input and select-option */


select {

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 5px;
}




.form-row {
    display: flex;
    /* Enables flexbox */
    justify-content: space-between;
    /* Distributes the items evenly with space in-between */
    align-items: center;
    /* Vertically center aligns the items */
}

/* Styles for each div */
.col-third2 {
    flex: 0 0 33%;
    /* Doesn't grow, doesn't shrink, basis is 33% of parent width */
}

select {
    padding: 0px;

}

.col-half2 {
    flex: 0 0 50%;
    /* Doesn't grow, doesn't shrink, basis is 50% of parent width */
}


select {
    height: 5vh;
    color: black;
}



.gender select {
    margin-left: 0;


    background: #e0dede;
    float: right;


}

.age select {
    margin-left: 0;
    width: 97%;

    background: #e0dede;
    float: right;

}

.loc select {
    margin-left: 0;
    width: 97%;
    padding-left: 5px;
    background: #e0dede;
    float: right;


}

.loc {
    margin-top: -15px;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    padding-left: 0;
    margin-left: 1%;
}

.age {
    margin-left: 2%;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    background-color: transparent;
    padding-left: 0;
}

.age option {

    text-align: center;
}




.form-control {
    display: flex;
    /* Enables flexbox layout */
    justify-content: center;
    /* Horizontally centers the child element (select) */
    align-items: center;

}






body {
    font-family: 'Poppins' !important;
}

@media (max-width: 768px) {
    .main {

        border: 2px solid white;
        width: 300px;
        margin-left: 0%;
        height: 550px;
        overflow: hidden;
        border-radius: 10px;
        display: inline-block;
        box-shadow: 5px 20px 50px #000;
    }

    input {
        height: 30px !important;
    }

    select {
        height: 30px !important;
    }

    .register-header {
        color: white;
        font-size: 30px;
    }

    .first-h1 {
        margin-top: 50px;
    }

    .login-header {
        font-size: 25px;
    }

    .login {
        height: 800px;
        background: #eee;
        transform: translateY(-240px);
        transition: .8s ease-in-out;
    }
}

@media (min-width: 770px) {
    .first-h1 {
        margin-top: 0px;
    }

    .main {
        width: 400px;
        border: 5px solid white;
        margin-left: 4%;
        height: 560px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 5px 20px 50px #000;
    }

    .register-header {
        color: black;
    }

    input {
        height: 40px !important;
    }

    select {
        height: 40px !important;
    }

    .login {
        height: 800px;
        background: #eee;
        transform: translateY(-220px);
        transition: .5s ease-in-out;
    }
}


#chk {
    display: none;
}

.signup {
    position: relative;
    width: 100%;
    height: 700px;
}

label {
    color: #fff;
    font-size: 1.7em;
    justify-content: center;
    display: flex;
    margin: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}



input {
    width: 95%;
    height: 5vh;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 12px auto;
    padding: 10px;
    border: none;

    outline: none;
    border-radius: 5px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

.formButton:hover {
    background: #a81e59;
}

.formButton {
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #ff2c2c;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}


.login label {
    color: #573b8a;
    transform: scale(.6);
}

#chk:checked~.login {
    transform: translateY(-680px);
}

#chk:checked~.login label {
    transform: scale(1);
}

#chk:checked~.signup label {
    transform: scale(.6);
}

.col-half {
    left: 0;
    width: 50%;
}

.col-full {
    width: 100%;
    left: 0;
}

.col-third {
    width: 33%;
    left: 0;
}

.col-quarter {
    width: 25%;
    left: 0;
}

.cities-list {
    display: inline-table;
    width: 19%;
}

@media only screen and (max-width: 600px) {
    .cities-list {
        width: 49%;
    }
}

h1 {
    color: black;
}

h2 {
    color: black;
}

h3 {
    color: black;
}

p {
    color: white;
}

span {
    color: black;
}

div {
    color: black;
}


.landing-logo {
    max-height: 150px !important;
    height: 70px !important;
    width: 300px !important;
}

@media (max-width: 768px) {
    .h1_ {
        color: white;
    }

    .tanitim-parag {
        text-align: center !important;
    }

    .start {
        margin-top: -100px;
    }

    .main {
        /*display: none;*/
    }

    .second_text {
        color: white !important;

    }

    .online_span {
        color: white;
    }

    .gizlilik_form {
        color: white;
    }
}

@media (min-width: 768px) {
    .h1_ {
        color: black;
    }

    .second_text {
        color: black !important;

    }

    .online_span {
        color: black;
    }

    .gizlilik_form {
        color: black;
    }

}


.car-item a {
    background: #ff2c2c;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 15px;
    border-radius: 25px;
}

.car-item small {
    color: #999;
    margin-bottom: 10px;
}

.car-item p {

    padding: 5px 25px;
    line-height: 24px;
    text-align: center;
    color: #777;
}



.car-item .btn {
    margin-bottom: 20px;

    border-radius: 50px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 0;
}

.car-item .line {
    margin-top: 40px;
    height: 5px;
    border-radius: 10px;
    width: 30px;
    background: #ff2c2c;
}

.car-item {
    background: white;
    padding: 0;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px;

}

.car-item img {
    width: 100%;
    height: 200px;
}

#wrapper {

    background: transparent;
    width: 1100px;
    max-width: 90%;
    position: relative;
}

#carousel {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
    height: 0;
}

#prev,
#next {
    display: flex;
    justify-content: center;
    align-content: center;
    background: white;
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
}

#prev {
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    display: none;
}

#next {
    background-color: white;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

#content {
    display: grid;
    grid-gap: 16px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}










/* from home */


