@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        /* width: 540px; */
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}


.b1{
    border: 1px solid red;
}
.clear {
    clear: both;
}

a {
    text-decoration: none !important;
}

:root {
    --orange: #EB8000;
    --black: #130f40;
    --white: #ffffff;
    --green: #2dd254;
    --lightgreen: rgba(53, 205, 89, 0.2);
    --red: rgb(242, 82, 82);
    --lightred: rgb(242, 82, 82,0.3);
    --light-color: #666;
    --box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    --border: .2rem solid rgba(0, 0, 0, .1);
    --outline: .1rem solid rgba(0, 0, 0, .1);
    --outline-hover: .2rem solid var(--black);
    --blue: #428ACC;
    --darkblue: #266493;
}

ul {
    list-style-type: none;
}

body {
    background: #e2e2e2 !important;
}

.section {
    padding: 2rem 3%;
}

.heading {
    text-align: center;
    padding: 3rem 0 6rem 0;
    font-size: 3.5rem;
    color: var(--black);
}

.heading span {
    color: var(--green);
}

.heading h2 {
    font-size: 2.7rem;
    font-weight: normal;
}

.heading h3 {
    font-size: 3.5rem;
    font-weight: normal;
}

.form-row {
    position: relative;
    display: block;
}

.form-row label {
    position: absolute;
    top: -2px;
    left: 25px;
    background: var(--white);
    padding: 0 5px;
}

.form-row label.label-normal {
    position: unset;
}

.form-input {
    border: 1px solid #b2b2b2;
    padding: 1.5rem;
    margin: 1rem auto;
    border-radius: 5px;
    font-size: 1.9rem;
    width: 100%;
    background: none;
}

.footnote {
    text-align: center;
    font-size: 1.7rem;
    color: var(--light-color);
    margin-bottom: 2rem;
}

.footnote a {
    font-size: 1.9rem;
    font-weight: 500;
    color: var(--red);
}

.success {
    background: var(--green);
    border-radius: 5px;
    padding: 1rem 3%;
    font-size: 1.9rem;
    font-weight: 400;
    color: var(--white);
}

.wrong {
    background: var(--red);
    border-radius: 5px;
    padding: 1rem 3%;
    font-size: 1.9rem;
    font-weight: 400;
    color: var(--white);
}

.gizlimenu {
    display: none;
}

.btn-login {
    cursor: pointer;
    background: var(--red);
    color: var(--white);
    border-radius: 100px;
    border: .2rem solid var(--red);
    padding: 1rem 2rem;
    font-size: 2rem;
    margin: 2rem 0 3rem 0;
}

.btn-login:hover {
    cursor: pointer;
    background: var(--white);
    color: var(--red);
    border-radius: 100px;
    border: .2rem solid var(--red);
}

.btn-register {
    cursor: pointer;
    background: var(--green);
    color: var(--white);
    border-radius: 100px;
    border: .2rem solid var(--green);
    padding: 1rem 0;
    font-size: 2rem;
    margin: 2rem 0 3rem 0;
}

.btn-register:hover {
    cursor: pointer;
    background: var(--white);
    color: var(--green);
    border-radius: 100px;
    border: .2rem solid var(--green);
}

button.blue {
    background-color: #418BCA;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    border: .2rem solid #418BCA;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

button.blue:hover {
    background: var(--white);
    color: #418BCA;
    border: .2rem solid #418BCA;
}

button.green {
    background-color: #40eb81;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #40eb81;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

button.green:hover {
    background: var(--white);
    color: #40eb81;
    border: .2rem solid #40eb81;
}

button.red {
    background-color: #f72525;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #f72525;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

button.red:hover {
    background: var(--white);
    color: #f72525;
    border: .2rem solid #f72525;
}

a.blue {
    background-color: #418BCA;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    border: .2rem solid #418BCA;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

a.blue:hover {
    background: var(--white);
    color: #418BCA;
    border: .2rem solid #418BCA;
}

a.green {
    background-color: #40eb81;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #40eb81;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

a.green:hover {
    background: var(--white);
    color: #40eb81;
    border: .2rem solid #40eb81;
}

a.red {
    background-color: #f72525;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #f72525;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

a.red:hover {
    background: var(--white);
    color: #f72525;
    border: .2rem solid #f72525;
}

.login-or {
    color: #d4d4d4;
    margin-bottom: 1rem;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 42px;
}

.myBtn {
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 1.7rem;
    border-radius: .5rem;
    border: .2rem solid var(--black);
    color: var(--black);
    cursor: pointer;
    background: none;
}

.myBtn:hover {
    background: var(--orange);
    color: #fff;
}

/*modal*/
.smsmodalcontainer {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.smsmodalcontainer.smsmodalshow {
    display: flex;
}

.smsmodal {
    background: #fff;
    width: 550px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.smsmodal iframe {
    overflow-x: hidden;
    overflow-y: hidden;
}

/*modal*/
/*iyzico modal*/
.iyzicomodalcontainer {
    display: none;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 10rem 9%;
}

.iyzicomodalcontainer.iyzicomodalshow {
    display: flex;
}

.iyzicomodal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#iyzicosonuc {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.iyzicomodal iframe {
    margin: auto;
    display: block;
    font-size: 50%;
    width: 500px;
    height: 100%;
}

.iyzicomodal iframe .container {
    background: red !important;
}

/*iyzico modal*/
/*header başlangıç*/
.myHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
    background: #fff;
    box-shadow: var(--box-shadow);
}

.myHeader .icons {
    display: flex;
    justify-content: center;
}

.myHeader .icons div svg {
    padding: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.5rem;
    background: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-left: 0.3rem;
    cursor: pointer;
    text-align: center;
}

.myHeader .logo img {
    height: 4.5rem;
    width: auto;
}

.myHeader .myNav a {
    font-size: 1.7rem;
    margin: 0 1rem;
    color: var(--black);
}

.myHeader .myNav a:hover {
    color: var(--orange);
}

#menu-btn {
    display: none;
}

.myHeader .login-form {
    position: absolute;
    top: 110%;
    right: -110%;
    width: 35rem;
    box-shadow: var(--box-shadow);
    padding: 2rem;
    border-radius: .5rem;
    background: #fff;
    text-align: center;
}

.myHeader .login-form.active {
    right: 2rem;
    transition: .4s linear;
}

.myHeader .login-form h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--black);
}

.myHeader .login-form .box {
    width: 100%;
    margin: .7rem 0;
    background: #eee;
    border-radius: .5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}

.myHeader .login-form p {
    font-size: 1.4rem;
    padding: .5rem 0;
    color: var(--light-color);
}

.myHeader .login-form p a {
    color: var(--orange);
    text-decoration: underline;
}

/*header bitiş*/
/*home başlangıç*/
.home {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5)  url(../img/home-bg.jpg) no-repeat;
    background-blend-mode: darken;
    background-position: center;
    background-size: cover;
    margin-top: 8.5rem;
}

.home .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10rem 9%;
    text-align: center;
}

.home .content h1 {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 3rem;
}

.home .content h1 span {
    color: var(--green);
}

.home .content .icons {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto 2rem auto;
}

.home .content .icons div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: .2rem solid var(--red);
    background: var(--lightred);
    width: 14rem;
    padding: 1rem;
    margin: 1rem;
    color: var(--white);
    font-size: 1.9rem;
    border-radius: 5px;
}

.home .content .icons div svg {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.home .content .icons div span {
    margin-top: auto;
}

.home .content .myBtn {
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 2rem;
    border-radius: .5rem;
    border: .2rem solid var(--green);
    color: var(--white);
    cursor: pointer;
    background: var(--lightgreen);
}

.home .content .myBtn:hover {
    background: var(--green);
    color: var(--white);
    border: .2rem solid var(--green);
}


/*home bitiş*/
/*features başlangıç*/
.features {margin-bottom: 3.5rem;}

.features .box-container {
    display: flex;
    justify-content: center;
}

.features .box-container .box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 26rem;
    height: auto;
    margin: 1%;
    padding: 1rem;
}

.features .box-container .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.features .box-container .box svg {
    color: rgb(137, 199, 240);
    font-size: 6rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.features .box-container .box span {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
}

/*features bitiş*/
/*strip başlangıç*/
.strip {
    margin: 3rem 0;
    padding: 2rem;
    background: var(--green);
}

.strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strip .container span {
    font-size: 1.9rem;
    color: var(--white);
}

.strip .container .myBtn {
    border-color: var(--white);
    color: var(--green);
    background: var(--white);
    text-align: center;
}

.strip .container .myBtn:hover {
    border-color: var(--white);
    color: var(--white);
    background: var(--green);
}

/*strip bitiş*/
/* expert başlangıç */
.expert .box {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background: var(--white);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--box-shadow);
    border-radius: 12px;
}

.expert .box .box-images {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.expert .box .box-images img {
    width: 168px;
    height: 168px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid var(--green);
}

.expert .box .box-images a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--green);
    border-radius: 5px;
    border: 1px solid var(--green);
    padding: .1rem .7rem;
    background:#eeeeee ;
    cursor: pointer;
    margin: 1rem 0;
}

.expert .box .box-images span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 5px;
    width: 80px;
    padding: .5rem;
    margin: .5rem;
}

.expert .box .box-images .price {
    display: flex;
    flex-direction: row;
}

.expert .box .box-images .price .price-3 {
    font-size: 1.5rem;

}

.expert .box .box-images .price svg {
    font-size: 2rem;
    padding: .6rem 0;
    color: #b2b2b2;
}

.expert .box .box-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.expert .box .box-main h3{
font-size: 2.5rem;
font-weight: 500;
}
.expert .box .box-main .unvan{
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
}
.expert .box .box-main .randevu-al a{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 500; 
    color: var(--white);
    background:var(--blue);
    padding: .6rem 1.2rem;
    margin: 1rem 0;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid var(--blue);

}   
.expert .box .box-main .randevu-al a:hover{
    border: 2px solid var(--blue);
    color: var(--blue);
    background:var(--white); 
    border-radius: 12px;
    
}   
.expert .box .box-main .uzmanliklar span{
    display: inline-block;
    background: #FFE8E8;
    border: 1px solid #FFB0B0;
    padding: .2rem .8rem;
    border-radius: 10px;
    margin: .5rem;
    font-size: 1.5rem;
    font-weight: 500
}   

.uzmanlar,
.bloglar {
    margin-top: 8.5rem;

}
.expert .heading{
    padding: 2rem 0;
 }
 .expert-category{
     display: flex;
     flex-direction: row;
     gap: 1rem;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     margin-bottom: 3rem;
 }
 .expert-category span{ 
     padding: .2rem .8rem;
     margin: .5rem;
     border-radius: 100px;
     box-shadow: var(--box-shadow);
     border: 1px solid #e2e2e2;
     color: var(--orange);
     background: var(--white);
     font-size: 1.5rem;
 }
/* expert bitiş */
/* blog başlangıç */
.blog {
    margin-bottom: 2rem;
}

.blog .box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.blog .box-container .box {
    width: 100%;
    border: .1rem solid #b2b2b2;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    display: flex;
    flex-direction: column;
}

.blog .box-container .box .imgs img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px 5px 0 0;
}

.blog .box-container .box .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog .box-container .box .content .content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 3%;
    border-bottom: .2rem solid #bbb;
}

.blog .box-container .box .content .content-header h3 {
    font-size: 1.7rem;
}

.blog .box-container .box .content .content-header span {
    font-size: 1.3rem;
    font-style: italic;
}

.blog .box-container .box .content .content-header svg {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--orange);
}

.blog .box-container .box .content .content-main {
    padding: 1rem 3%;
    font-size: 1.5rem;
}

.blog .box-container .box .content .content-main h3 {
    margin: 1rem 0 2rem 0;
    font-size: 2.5rem;
    font-weight: 400;
}

.blog .box-container .box .content .content-main p {
    margin: 1rem 0 2rem 0;
    font-size: 1.6rem;
    font-weight: normal;
}

.blog .box-container .box .content .content-footer {
    margin-top: auto;
    padding: 0 0 2rem 2rem;
}

.blog .box-container .box .content .content-footer .myBtn {
    margin-top: 0;
}

.blog-etiket span {
    border: 1px solid #b2b2b2;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 4px 8px;
    margin: 0 .5rem .5rem 0;
    display: inline-block;
    border-radius: 25px;
    background: #fff7f7;
}

/* blog bitiş */
/* blog-page başlangıç */
.blog-page {
    padding: 2rem 9%;
}

.blog-page .box-container .blog-page-img {
    width: 100%;
    background: var(--white);
    border-radius: 5px 5px 0 0;
}

.blog-page .box-container .blog-page-img img {
    height: 36rem;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px 5px 0 0;
}

.blog-page .box-container .blog-page-main {
    width: 100%;
    background: var(--white);
    padding: 2rem 3%;
}

.blog-page .box-container .blog-page-main {
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 0 0 5px 5px;
    box-shadow: var(--box-shadow);
}

.blog-page .box-container .blog-page-main p {
    font-size: 1.7rem;
    font-weight: normal;
}

.blog-page .box-container .blog-page-main h2 {
    font-size: 2.7rem;
    font-weight: normal;
}

.blog-page .box-container .blog-page-main h3 {
    font-size: 2.3rem;
    font-weight: normal;
}

.blog-page .box-container .blog-page-main h4 {
    font-size: 2rem;
    font-weight: normal;
}

/* blog-page bitiş */
/*single page başlangıç */
.single-page { 
    margin-top: 8.5rem;
    margin-bottom: 3rem;
}

.single-page .box-container .content {
    width: 100%;
    background: var(--white);
    padding: 2rem;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    margin-bottom: 2rem;
}

.single-page .box-container .content p {
    font-size: 1.7rem;
    font-weight: normal;
}

.single-page .box-container .content h2 {
    font-size: 2.7rem;
    font-weight: normal;
}

.single-page .box-container .content h3 {
    font-size: 2.3rem;
    font-weight: normal;
}

.single-page .box-container .content h4 {
    font-size: 2rem;
    font-weight: normal;
}
/* hakkimizda başlangıç */
.hakkimizda{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.hakkimizda img{
    display: block; 
}
/* hakkimizda bitiş */
/*single page bitiş*/
/* home-profil başlangıç */
.uzmanprofil {
    margin-top: 8.5rem;
    width: 100%;

    padding: 2rem 9%;
}
.uzmanprofil .main{
    width:100%;
}
.uzmanprofil .heading {
    padding: 1rem;
}

.uzmanprofil .heading h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #130f40;

}

.uzmanprofil .heading span {
    font-size: 1.7rem;
    font-weight: 500;
    color: #130f40;
}

.uzmanprofil .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uzmanprofil .box-container .box {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    height: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: #fff;
    padding: 2rem;
    font-size: 1.9rem;
}

.uzmanprofil .box-container .box .imgs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uzmanprofil .box-container .box .imgs .buttons {
    width: 100%;
}

.uzmanprofil .box-container .box .imgs .buttons a {
    display: block;
    text-align: center;
}

.uzmanprofil .box-container .box img {
    width: 248px;
    height: 248px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #b2b2b2;
}

.uzmanprofil .box-container .box .main div {
    margin-bottom: 1.5rem;
}

.uzmanprofil .box-container .box .main .skor {
    font-size: 1.5rem;
    color: #333;

}

.uzmanprofil .box-container .box .main .skor span {
    display: inline-block;

}

.uzmanprofil .box-container .box .main .price span {
    display: inline-block;
    font-size: 1.5rem;
    color: #333;
}

.uzmanprofil .biografi {
    font-size: unset;
}


.uzmanprofil .uzmanliklari span {
    display: inline-block;
    margin: 0.3rem;
    padding: 0.3rem 1rem;
    border: 1px solid #b2b2b2;
    border-radius: 100px;
    background: #d0e5f7;
}

.uzmanprofil h4.label {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;

}

.uzmanprofil .sertifikalari {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
}

.uzmanprofil .yorumlar {
    background: #e2e2e2;
    padding: 2rem;
    border-radius: 12px;
}

.uzmanprofil .yorumlar .form-input {
    background: #ffffff !important;
}

.uzmanprofil .yorumlar-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uzmanprofil .yorumlar-list .yorum-satir {
    display: flex;
    flex-direction: column;
    border: 1px solid #b2b2b2;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background: #fff;
}

.uzmanprofil .yorumlar-list .yorum-satir span.adi {
    font-size: 1.9rem;
    font-weight: 700;

}

.uzmanprofil .yorumlar-list .yorum-satir span.tarih {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    color: rgb(83, 83, 83);
}

.uzmanprofil .yorumlar .form-row {}

.uzmanprofil .yorumlar .btn-login {
    margin: 0;
}



.yr .yorumlar {
    background: #e2e2e2;
    padding: 2rem;
    border-radius: 12px;

}



.yr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.yr .yorum-satir {
    display: flex;
    flex-direction: row;
    border: 1px solid #b2b2b2;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background: #fff;
    margin-top: 2rem;
}

.yr .yorum-satir div {
    display: flex;
    flex-direction: column;
}

.yr .yorum-satir div.yorumalani {
    flex-grow: 1;
}

.yr .yorum-satir div.yorumbutton {

    align-self: center;
    gap: 1rem;
}


.yr .yorum-satir span.adi {
    font-size: 1.9rem;
    font-weight: 700;

}

.yr .yorum-satir span.tarih {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    color: rgb(83, 83, 83);
}


.yr .yorum-satir .green,
.yr .yorum-satir .red {
    margin: 0;
    display: inline-block;
    width: 60px;
    font-size: 1.4rem;
    padding: 0;
}



/* home-profil bitiş */
/*randevu al başlangıç*/
.randevual {
    padding: 2rem 25%;
    margin-top: 8.5rem;
    margin-bottom: 3rem;
}

.randevual .label {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 3rem auto;
    padding: 0 9% 2rem auto;
}

.randevual .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

.randevual .imgs img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

.randevual .heading h2 {
    font-size: 2.5rem;
}

.randevual .heading p {
    font-size: 1.9rem;
}

.randevual .hizmettipi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.randevual .hizmettipi label {
    flex: 1;
    text-align: center;
    box-shadow: var(--box-shadow);
    background: #fff;
    border-radius: 12px;
    font-size: 1.9rem;
    color: #333;
    cursor: pointer;
}

.randevual .hizmettipi label input {
    position: absolute;
    left: -9999px;
}

.randevual .hizmettipi label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    height: 100%;
    border-radius: 12px;
}

.randevual .hizmettipi label input:checked+span {
    background: red;
    color: var(--white);
}

#rg,
#rs {
    display: none;
    margin-bottom: 2rem;
}

#rs #saatler div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

#rs #saatler h3 {
    background: var(--white);
    padding: 2rem 3%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 12px;
}

#rs #saatler div label input {
    position: absolute;
    left: -9999px;
}

#rs #saatler div label input:checked+span {
    background: red;
    color: var(--white);
}

#rs #saatler div label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    height: 100%;
    border-radius: 12px;
}

#rs #saatler div label {
    text-align: center;
    box-shadow: var(--box-shadow);
    background: #fff;
    border-radius: 12px;
    font-size: 1.9rem;
    color: #333;
    cursor: pointer;
}

#randevugun {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

#randevugun label {
    flex: 1;
    text-align: center;
    box-shadow: var(--box-shadow);
    background: #fff;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    text-align: center;
}

#randevugun label input {
    position: absolute;
    left: -9999px;
}

#randevugun label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    height: 100%;
    border-radius: 12px;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
}

#randevugun label input:checked+span {
    background: red;
    color: var(--white);
}

#ro {
    display: none;
}

#ro .btn-register {
    margin: 0 auto;
    display: block;
    width: 75%;
}

/*randevu al Bitiş*/
/* ödeme sayfası başlangıç */
.odemesayfasi {
    margin-top: 8.5rem;
    padding: 2rem 9%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.odemesayfasi .box-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.odemesayfasi .box-container .randevubilgisi img {
    display: block;
    width: 148px;
    height: 148px;
    border-radius: 12px;
    object-fit: cover;
}

.randevubilgisi {
    flex: 1;
}

.kartbilgisi {
    flex: 2;
}

.odemesayfasi .box-container .box {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    font-size: 1.9rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.odemesayfasi .box-container .box .box-header {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.odemesayfasi .box-container .box .box-header h4 {
    font-size: 1.7rem;
    font-weight: 700;
}

.odemesayfasi .box-container .box .box-info h2 {
    font-size: 1.9rem;
    font-weight: 500;
}

.odemesayfasi .box-container .box .box-info span {
    font-size: 1.5rem;
    font-weight: 500;
}

.odemesayfasi .box-container .box .box-footer span.s1 {
    font-size: 1.5rem;
    font-weight: 700;
}

.odemesayfasi .box-container .box .box-main .box-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.odemesayfasi .box-container .box .box-main .box-info .info-content {
    flex-grow: 1;
}

.odemesayfasi .box-container .box .box-footer {
    display: flex;
    flex-direction: column;
}

.odemesayfasi .box-container .box .box-footer div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.odemesayfasi .box-container .box .box-footer {
    margin-top: auto;
}

.odemesayfasi .box-container .box .box-footer .price {
    font-size: 2.5rem;
    color: var(--blue);
    font-weight: 700;
}

.odemesayfasi .box-container .box .box-footer .btn-register {
    margin: 0;
}

.kartbilgisi .box-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.kartbilgisi .box-main div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.kartbilgisi .box-main div input {
    border: 1px solid #b2b2b2;
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
}

.kartbilgisi .box-main div label {
    flex: 1;
    position: relative;
}

.kartbilgisi .box-main div label span {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #fff;
    padding: 0 5px;
}

.kartbilgisi .box-main label .kvkk {
    font-size: 1.5rem;
    font-weight: 700;
}

.odemesonucu {
    margin-top: 12rem; 
    margin-bottom: 3rem;
}

.odemesonucu .box-container .box {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    font-size: 1.9rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.odemesonucu .box-container .succ h3{ 
    color: var(--green);
    font-size: 7rem;
    font-weight: 600;
    width: 100%;
}
.odemesonucu .box-container .succ .msg{ 
 
    width: 100%;
}
.odemesonucu .box-container .succ .label{ 
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
}
.odemesonucu .box-container .succ .referans-no{ 
     width: 100%;
     padding: 1rem 2rem;
     border-radius: 12px;
     border: 1px solid #b2b2b2;
     background: #b2b2b2;
     font-size: 2rem;
     font-weight: 500;
}
.odemesonucu .box-container .succ .randevu-bilgisi{ 
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 1px solid #b2b2b2;
    background: #b2b2b2;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.odemesonucu .box-container .succ .note{ 
color: var(--red);
}





.odemesonucu .box-container .err h3{ 
    color: var(--red);
    font-size: 7rem;
    font-weight: 600;
    width: 100%;
}
.odemesonucu .box-container .err .msg{ 
 
    width: 100%;
}
/* ödeme sayfası bitiş */
/* login başlangıç */
.login {
    padding: 4.5rem 25%;
    margin-top: 8.5rem;
}

.login .box-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login .box-container .content {
    width: 100%;
    background: var(--white);
    padding: 2rem 3%;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.login .box-container .content form {
    display: flex;
    flex-direction: column;
}

.login .box-container .content h3 {
    font-size: 3.5rem;
    font-weight: normal;
    margin-bottom: 2rem;
    text-align: center;
}

.login .box-container .forget a {
    margin-left: 2rem;
    font-size: 1.5rem;
    color: var(--red);
}

/* login bitiş */
/* register başlangıç */
.register {
    padding: 2rem 25%;
    margin-top: 8.5rem;
}

.register .box-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register .box-container .content {
    width: 100%;
    background: var(--white);
    padding: 2rem 3%;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.register .box-container .content form {
    display: flex;
    flex-direction: column;
}

.register .box-container .content h3 {
    font-size: 3.5rem;
    font-weight: normal;
    margin-bottom: 2rem;
    text-align: center;
}

/* register bitiş */
/* smsdoğrulama başlangıç */
.smsdogrulama {
    padding: 2rem 25%;
    margin-top: 8.5rem;
}

.smsdogrulama .box-container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background: var(--white);
    padding: 2rem 3%;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.smsdogrulama .box-container .content form {
    width: 100%;
}

.smsdogrulama .box-container .content .form-row .btn-login {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
}

.smsdogrulama .box-container .content .form-row .btn-register {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
}

/* smsdoğrulama bitiş */
/* profil page başlangıç */
.profil-page {
    padding: 2rem 9%;
    margin-top: 8.5rem;
}

.profil-page .box-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.profil-page .box-container .sidebar {
    flex-shrink: 1;
    background: var(--white);
    padding: 2rem;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    min-width: 250px;
}

.profil-page .box-container .sidebar a {
    color: #333;
}

.profil-page .box-container .sidebar svg {
    color: #333;
    margin-right: 1rem;
}

.profil-page .box-container .sidebar .imgs img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin: 0 auto 4rem auto;
}

.profil-page .box-container .content {
    flex-grow: 1;
    background: #2dd254;
    background: var(--white);
    padding: 2rem;
    font-size: 1.7rem;
    font-weight: normal;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.profil-page .box-container .sidebar .profil-bars {
    display: none;
}

.profil-page .box-container .sidebar .menu {
    margin-top: 1rem;
}

.profil-page .box-container .sidebar .menu ul li {
    border-bottom: .1rem solid #b2b2b2;
    padding: 4px 8px;
}

/* profil page bitiş*/
/* randevular başlangıç */
.randevular {
    width: 100%;
}

.randevular .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.randevular .box-container .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.randevular .box-container .box div {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.randevular .box-container .box div p {
    width: 100%;
    display: block;
}

.randevular .box-container .box div span {
    font-size: 1.7rem;
    font-weight: 700;
}

.randevular .box-container .box div .kalan-sure {
    background: red;
    color: var(--white);
    padding: 2px 4px;
    border-radius: 4px;
}

.randevular .box-container .box div a {
    background-color: #2dd254;
    color: var(--white);
    width: 100%;
    display: block;
    padding: 4px;
    margin: 4px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: auto;
}

.randevusaatleri .box-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.randevusaatleri .box-container .gunler span.gun_label {
    background: var(--orange);
    border: .2rem solid var(--orange);
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
}

.randevusaatleri .box-container #saatler div {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    justify-content: center;
    align-content: center;
}

.randevusaatleri .box-container #saatler .btn-login {
    display: block;
    text-align: center;
    width: 100%;
}

.randevusaatleri .box-container #saatler .btn-register {
    display: block;
    text-align: center;
    width: 100%;
}

label.checkbox {
    position: relative;
}

label.checkbox input {
    position: absolute;
    left: -9999px;
}

span.saat {
    text-align: center;
    width: 100%;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    color: #000;
    font-size: 1.7rem;
}

label.checkbox input:checked+.saat {
    background: red;
    color: #fff;
}

.randevubilgisi .box-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.randevubilgisi .box-container .bilgi {
    display: flex;
    gap: 2rem;
}

.randevubilgisi .box-container .bilgi .btn-register {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.randevubilgisi .box-container .bilgi .btn-login {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.randevubilgisi .box-container .bilgi img {
    object-fit: cover;
    width: 148px;
    height: 148px;
    border-radius: 12px;
}

.randevubilgisi .box-container .bilgi a {
    display: block;
    text-align: center;
}

.randevubilgisi .box-container .islem .box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.randevubilgisi .box-container .islem .box .aciklama {
    border: 1px solid #333;
    padding: 1rem;
    font-size: 1.7rem;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.randevubilgisi .box-container .islem .box div {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.randevubilgisi .box-container .islem form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.randevubilgisi .box-container .islem .btn-login {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.randevubilgisi .box-container .islem label.radio {
    position: relative;
}

.randevubilgisi .box-container .islem label.radio span {
    border: 1px solid #e2e2e2;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: var(--box-shadow);
}

.randevubilgisi .box-container .islem label.radio input {
    position: absolute;
    left: -9999px;
}

.randevubilgisi .box-container .islem .box label.radio input[type="radio"]:checked+.text {
    background: var(--red);
    color: var(--white);
}

/* randevular bitiş */
/*kamera*/
.camera {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.camera .box-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    height: 85px;
}

.camera .box-header img {
    border: 4px solid #e2e2e2;
    border-radius: 5px;
    margin: 10px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.camera .box-main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: 1px solid #b2b2b2;
}

.camera .box-main #video-remote {
    width: 100%;
    height: 80vh;
}

.camera .box-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 75px;
    flex-shrink: 0;
}

.camera .box-footer a svg {
    font-size: 2.5rem;
    color: #fff;
}

#youVideo {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#myVideo {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 148px;
    height: 148px;
    object-fit: cover;
}

a.goruntu-ac,
a.ses-ac,
a.fullscreen {
    text-align: center;
    display: inline-block;
    font-size: 1.2rem;
    height: 45px;
    width: 45px;
    border: 1px solid green;
    border-radius: 30px;
    padding: 8px;
    margin: 0 4px;
    color: white;
    background: green;
}

a.baglantiyikopar {
    display: inline-block;
    font-size: 1.2rem;
    height: 45px;
    width: 45px;
    border: 1px solid rgb(254, 24, 24);
    border-radius: 30px;
    padding: 8px;
    margin: 0 4px;
    color: white;
    background: rgb(254, 24, 24);
}

a.goruntu-ac:hover,
a.ses-ac:hover,
a.fullscreen:hover {
    color: #fff;
}

#conninfo,
#aramared,
#aramakabul,
#aramabilgipenceresi {
    background: rgba(103, 83, 83, 0.735);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

#pop {
    width: 95%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#pop h4 {
    text-align: center;
    font-size: 2.3rem;
}

.arama-penceresi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 1rem 0;
}

.arama-penceresi a {
    text-align: center;
    display: inline-block;
    font-size: 2.4rem;
    height: 45px;
    width: 45px;
    border-radius: 30px;
    padding: 8px;
    margin: 0 20px;
    color: white;
}

#aramared .btn-login {
    display: inline-block;
    margin: 2rem auto 0 auto;
}

#aramared h4 {
    font-size: 2.3rem;
    text-align: center;
}

/*kamera bitiş*/
/*sesli arama*/
.voicecall {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.voicecall .box-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    height: 85px;
}

.voicecall .box-header img {
    border: 4px solid #e2e2e2;
    border-radius: 5px;
    margin: 10px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.voicecall .box-main {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 200px;
    border: 1px solid #b2b2b2;
}

.voicecall .box-main #video-remote {
    width: 100%;
    max-height: 100%;
}

.voicecall .box-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 75px;
    flex-shrink: 0;
}

.voicecall .box-footer a svg {
    font-size: 2.5rem;
    color: #fff;
}

.voicecall #youVideo {
    max-width: 100%;
    min-height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.voicecall #myVideo {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 148px;
    height: 148px;
    object-fit: cover;
}

#aramabilgipenceresi .btn-login {
    display: inline-block;
    margin: 2rem auto 0 auto;
}

#aramabilgipenceresi h4 {
    font-size: 2.3rem;
    text-align: center;
}

/*sesli arama bitiş*/
/*Mesajlaşma*/
.chat {
    margin-bottom: 3rem;
}

.chat .box-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.chat .box-container .box-header {
    width: 100%;
    flex-shrink: 0;
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.chat .box-container .box-main {
    width: 100%;
    flex-grow: 1;
    height: calc(100vh - 360px);
}

.chat .box-container .box-footer {
    width: 100%;
    margin-top: auto;
    flex-shrink: 0;
    height: 65px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.chat .box-container .box-footer input {
    width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 5rem;
    padding: 1rem;
    font-size: 1.7rem;
}

.chat .box-container .box-footer button {
    flex-shrink: 0;
    padding: 1rem;
    border-radius: 50%;
}

.chat .box-container .box-header img {
    display: block;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

#chat-body-ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 15px;
    height: 100%;
    overflow-y: scroll;
    background-color: #e2e2e2;
}

.giden-mesaj {
    background: #d9fdd3;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 1.4rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    word-wrap: break-word;
    width: 100%;
}

.myMsg {
    align-self: flex-end;
    max-width: 50%;
}

.youMsg {
    align-self: flex-start;
    max-width: 50%;
}

.gelen-mesaj {
    background: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 1.4rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    word-wrap: break-word;
    width: 100%;
}

/* mesajlaşma bitiş */
/*şifre değiştir*/
.sifredegistir .box-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sifredegistir .box-container .form-row .btn-register {
    width: 100%;
}

/* şifre değiştir bitiş */
/* profil ayarları başlangıç*/
.profilsetting {}

.profilsetting .box-container .label {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 0 9% 1rem auto;
}

.profilsetting .box-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.profilsetting .box-container .box {}

.profilsetting .box-container .multiline {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.profilsetting .box-container .multiline div {
    flex: 1;
}

.profilsetting .box-container .box .imgs {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.profilsetting .box-container .box .imgs .avatar img {
    width: 148px;
    height: 148px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid var(--light-color);
}

.profilsetting .box-container .box .imgs .label-upload input[type="file"] {
    display: none;
}

.profilsetting .box-container .box .imgs .label-upload {
    padding: 4px 8px;
    border: 1px solid var(--red);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background: var(--red);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
}

.profilsetting .box-container .box .imgs .button-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profilsetting .box-container .box .form-row .hizmetler {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* profil ayarları bitiş */
/* admin menuler başlangıç  */
.adminmenuler .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.adminmenuler .label {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding: 0 9% 1rem auto;
}

.adminmenuler .alan .satir {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.adminmenuler .alan .form-row {
    flex: 1;
}

.adminmenuler .alan .delBtn {}

.adminmenuler .btn-register {
    padding: 0 2rem;
}

.adminmenuler .btn-login {
    padding: 0 2rem;
}

/* admin menuler bitiş  */
/* admin sayfalar  başlangıç */
.adminsayfalar .btn-register {
    padding: 0 1.5rem;
}

.adminsayfalar .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.adminsayfalar .box-container .box {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 1rem;
}

.adminsayfalar .box-container .box .page-process a {
    font-size: 1.2rem;
}

.adminsayfalar .box-container .box .page-process a.blue {
    background-color: #418BCA;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    border: .2rem solid #418BCA;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

.adminsayfalar .box-container .box .page-process a.blue:hover {
    background: var(--white);
    color: #418BCA;
    border: .2rem solid #418BCA;
}

.adminsayfalar .box-container .box .page-process a.green {
    background-color: #40eb81;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #40eb81;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

.adminsayfalar .box-container .box .page-process a.green:hover {
    background: var(--white);
    color: #40eb81;
    border: .2rem solid #40eb81;
}

.adminsayfalar .box-container .box .page-process a.red {
    background-color: #f72525;
    color: #fff;
    border-radius: 100px;
    border: .2rem solid #f72525;
    padding: .5rem 1rem;
    margin: 2rem 0 3rem 0;
}

.adminsayfalar .box-container .box .page-process a.red:hover {
    background: var(--white);
    color: #f72525;
    border: .2rem solid #f72525;
}

.adminsayfalar .label {
    display: flex;
    flex-direction: row;
    gap: 1;
    justify-content: space-between;
    align-items: center;
}

.adminsayfalar .label h3 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding: 0 9% 1rem auto;
}

.adminsayfalar .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.adminsayfalar .form-input {
    box-shadow: var(--box-shadow);
}

/* admin sayfalar bitiş */
/*fatura başlangıç */
.faturadetay .box-container {
    display: flex;
    flex-direction: column;
    gap: 1;
}

.faturadetay .label {
    display: flex;
    flex-direction: row;
    gap: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faturadetay .label h3 {

    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding: 0 9% 1rem auto;
}

.faturacerceve {
    display: flex;
    flex-direction: column;
    gap: 1;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 2rem;
}

.faturacerceve img {
    height: 45px;
}

.faturacerceve-ust {
    display: flex;
    flex-direction: row;
    gap: 1;
    justify-content: space-between;
    align-items: center;
}

.faturacerceve-ust div {
    display: flex;
    flex-direction: column;
    gap: 1;

}

.faturacerceve-orta,
.faturacerceve-alt {
    display: flex;
    flex-direction: column;
    gap: 1;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.faturacerceve-alt table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.faturacerceve-alt table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.faturacerceve-alt table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.faturacerceve-alt table th,
.faturacerceve-alt table td {
    padding: .625em;
    text-align: center;
}

.faturacerceve-alt table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .faturacerceve-alt table {
        border: 0;
    }

    .faturacerceve-alt table caption {
        font-size: 1.3em;
    }

    .faturacerceve-alt table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .faturacerceve-alt table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .faturacerceve-alt table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .faturacerceve-alt table td::before {

        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .faturacerceve-alt table td:last-child {
        border-bottom: 0;
    }
}

/*destek başlangıç*/
.desteksoru .label {}

.desteksoru .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.desteksoru .box-container .btn-register {
    margin: 0;
}

.desteksoru .desteklistesi {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.desteksoru .desteklistesi .box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 1rem;
}

.desteksoru .desteklistesi .box .box-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
}

.desteksoru .desteklistesi .box .box-main {
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    padding: 1rem;
    border-radius: 5px;
}

.desteksoru .desteklistesi span.destekdurum {

    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
}

.desteksoru .label {
    display: flex;
    flex-direction: row;
    gap: 1;
    justify-content: space-between;
    align-items: center;
}

.desteksoru .label h3 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding: 0 9% 1rem auto;
}

.destek .tarih {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem;
}

.destek .label {
    background-color: #e2e2e2;
    padding: 0 1rem;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.destek .label h3 {

    padding: 0;
    margin: 0.5rem;
}

/* destek bitiş */
/* admin uyeler */
.adminuyeler {
    width: 100%;
    height: 100%;
}

.adminuyeler .label h3 {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 0 9% 1rem auto;
}

.adminuyeler .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.adminuyeler .box-container .uyelisteleributton {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.adminuyeler .box-container a.blue {
    background-color: #418BCA;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    border: .2rem solid #418BCA;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
}

.adminuyeler .box-container a.blue:hover {
    background: var(--white);
    color: #418BCA;
    border: .2rem solid #418BCA;
}

.adminuyeler .box-container .uyelisteleri {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.adminuyeler .box-container .uyelisteleri div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 1rem;
}


/* admin uyeler bitiş */
/*sayfalama */
.sayfalama {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.sayfalama a {

    border: 1px solid #b2b2b2;
    padding: 4px 8px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    pad
}

a.red {
    background: red;
    color: #fff;
}

.sayfalama a:hover {
    background: red;
    color: #fff;
}

/* sayfalama bitiş*/
/*adminuserdetay başlangıç*/
.adminuserdetay {
    width: 100%;
    height: 100%;
}

.adminuserdetay .box-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.adminuserdetay .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.adminuserdetay .foto img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

/*adminuserdetay bitiş*/
/* sayfa sil başlangıç */
.sayfasil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sayfasil .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.sayfasil .box form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sayfasil .box form button {
    width: 150px;
    margin: 2rem;
}

/* sayfa sil bitiş */
/*site ayarları*/
.siteayarlari .box-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/*site ayarları bitiş*/
/*sosyal media*/
.sosyal-footer {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.sosyal-footer svg {
    padding: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.5rem;
    background: #eee;
    color: var(--black);
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
}

.sosyal-footer span {
    padding: 1rem;
    color: var(--black);
    font-size: 2rem;
    margin-left: 0.3rem;
    cursor: pointer;
    text-align: center;
}

/* sosyal medi */
/*copyright*/
.copyright{
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center; 
    background: var(--darkblue);
    padding: 2rem 0;
    color: #e1e1e1;
}
.copyright-bottom{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;  
    padding: 2rem 0; 
    font-size: 1.5rem;
    font-weight: 400;
}
/* footer başlangıç */
.footer {
    margin-top: auto; 
    padding: 2rem;
    background: var(--blue);
}

.footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 5rem;
}

.footer .container .box {}

.footer .container .box label {
    font-size: 2rem;
    font-weight: 500;
    color: #e1e1e1;
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e1e1e1;
}

.footer .container .box ul li a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: normal;
}
.footer-tanitim{
    font-size: 1.5rem;
    color: #fff;
}
.footer-iletisim{
    font-size: 1.5rem;
    color: #fff;
}
/* footer bitiş */
/* error page başlangıç */
.error {
    margin-top: 8.5rem;
}

.error .box-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error .box-container .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
}

.error .box-container .box h1 {
    color: var(--yesil);
    font-size: 2.5rem;
    text-align: center;
}

.error .box-container .box h2 {
    color: var(--yesil);
    text-align: center;
    font-size: 10rem;
}

.error .box-container .box h3 {
    color: var(--yesil);
    text-align: center;
    font-size: 2.5rem;
}

.error .box-container .box p {
    color: var(--yesil);
    text-align: center;
    font-size: 2.5rem;
}

/* error page bitiş */
/* media başlangıç */
@media (max-width:1200px) {
    html {
        font-size: 60%;
    }

    .myHeader {
        padding: 2rem;
    }

    .section {
        padding: 2rem;
    }

    

   

    .blog .box-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .login .box-container,
    .register .box-container {
        padding: 2rem 25%;
    }

    .randevusaatleri .box-container #saatler div {
        grid-template-columns: repeat(6, 1fr);
    }

    #rs #saatler {
        grid-template-columns: repeat(6, 1fr);
    }
    .hakkimizda{ 
        flex-direction: column; 
    }

}

@media (max-width:991px) {
    .login .box-container {
        padding: 2rem 15%;
    }

    .footer .box-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .randevular .box-container .box {
        grid-template-columns: repeat(2, 1fr);
    }

    #myVideo {
        width: 96px;
        height: 96px;
    }

    .myMsg {
        align-self: flex-end;
        max-width: 75%;
    }

    .youMsg {
        align-self: flex-start;
        max-width: 75%;
    }

    .uzman-single-profil {
        padding: 2rem 3%;
    }

    .odemesayfasi .box-container {
        flex-direction: column;
    }

    .iyzicomodalcontainer {
        padding: 10rem 3%;
    }

    .adminmenuler .alan .satir {
        flex-direction: column;
    }

    .uzmanprofil .box-container .box {

        flex-direction: column;

    }

    .uzmanprofil .box-container .imgs img {
        width: 164px;
        height: 164px;
    }

    .uzmanprofil .box-container .imgs {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .uzmanprofil {

        padding: 2rem 3%;
    }
    .expert .box {
        display: flex;
        flex-direction: column; 
    }
    .expert .box .box-main div{
        text-align: center;
    }
    .footer .container {       
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width:768px) {
    #menu-btn {
        display: inline-block;
    }

    .gizlimenu {
        display: block;
    }

    .myHeader .myNav {
        position: absolute;
        top: 110%;
        right: -110%;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: .5rem;
        background: #fff;
    }

    .myHeader .myNav.active {
        right: 2rem;
        transition: .4s linear;
    }

    .myHeader .myNav a {
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }

    .login .box-container,
    .register .box-container {
        padding: 2rem 9%;
    }

    .profil-page .box-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .profil-page .box-container .sidebar {
        display: flex;
        flex-direction: row;
        position: relative;
        gap: 1rem;
        padding: 1rem;
    }

    .profil-page .box-container .sidebar .imgs {
        display: none;
    }

    .profil-page .box-container .sidebar {
        display: none;
    }

    .profil-page .box-container .sidebar .profil-bars {
        display: block;
        cursor: pointer;
        background: rgb(255, 240, 240);
        width: 100%;
        text-align: center;
    }

    .randevusaatleri .box-container #saatler div {
        grid-template-columns: repeat(4, 1fr);
    }

    #myVideo {
        width: 96px;
        height: 96px;
    }

    .randevual .hizmettipi {
        flex-direction: column;
    }

    #rs #saatler {
        grid-template-columns: repeat(4, 1fr);
    }

    .profilsetting .box-container .multiline {
        flex-direction: column;
    }

    .adminsayfalar .box-container .box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .destek .label {

        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer .container {       
        grid-template-columns: repeat(1, 1fr); 
    }

}

@media (max-width:500px) {
    html {
        font-size: 57%;
    }

    .heading {
        font-size: 2.5rem;
    }

    .home .content .icons div {
        width: 12rem;
        font-size: 1.5rem;
    }

 

    .login .box-container,
    .register .box-container {
        padding: 2rem 1%;
    }

    .footer .box-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .randevular .box-container .box {
        grid-template-columns: repeat(1, 1fr);
    }

    .randevusaatleri .box-container #saatler div {
        grid-template-columns: repeat(3, 1fr);
    }

    #myVideo {
        width: 64px;
        height: 64px;
    }

    #randevugun {
        grid-template-columns: repeat(2, 1fr);
    }

    #rs #saatler {
        grid-template-columns: repeat(3, 1fr);
    }
    .kartbilgisi .box-main div{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    #rs #saatler div {     grid-template-columns: repeat(4, 1fr);   }
}

/* media bitiş*/
/* bootstrap tagsinput başlangıç*/
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 10px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    min-width: 100%;
    line-height: 22px;
    cursor: text;
    margin-top: 1.5rem;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .label {
    position: unset;
}

.bootstrap-tagsinput .tag {
    color: white !important;
    background: rgb(26, 142, 195);
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.5rem;
    display: inline-block;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*bootstrap tags input bitiş*/