/*--------------------------------------------------------------
#  Modal
--------------------------------------------------------------*/
.modal-content {
    min-width: fit-content;
}

.privacy-policy-label {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.navbar-sub-container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*--------------------------------------------------------------
#  Breakpoints
--------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
    .transform-responsive {
        transform: scale(0.66);
        transform-origin: 0 0;
    }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
    .transform-responsive {
        transform: scale(0.66);
        transform-origin: 0 0;
    }
}

@media only screen and  (max-width: 768px)  {
    .navbar-sub-container{
        flex-direction: column;
    }
    .transform-responsive {
        transform: scale(0.66);
        transform-origin: 0 0;
    }
    .modal-full-mobile {
        width: 100%;
        height: 100%;
      }
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
        justify-content: center;
        align-items: center;
        /* display: flex; */
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .dropdown-menu.show {
        /* display: flex; */
        /* display: block; */
        display: inline-grid;
        right: 4px;
        left: auto;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 8px;
        min-width: unset;
        padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    }
    .about-content {
        padding-right: 10%;
        padding-left: 10%;
    }

    div#myNavbar{
        margin-right: 0;
        padding: 1rem;
        width: 100%!important;
    }

    .mobile-dropdown {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        z-index: 100000;
        margin-inline-start: auto;
        margin-right: 0;
        line-height: 0 !important;
    }
    .mobile-dropdown li.nav-item.dropdown-menu-item.w-xs-50{
        width: fit-content !important;
        margin-left: 0;
        line-height: 0 !important;
    }
    .mobile-dropdown li.nav-item.dropdown-menu-item.w-xs-50 .dropdown{
        width: fit-content;
    }
    .mobile-dropdown li.nav-item.dropdown-menu-item.w-xs-50 .dropdown button{
        padding: 0;
        margin: 0;
        margin-top: 0 !important;
    }

    .mobile-navbar-content-container{
        width: 100%;
    }
    .navbar-toggler{
        margin-right: 1rem;
    }

    .header-image-carvak {
        width: 60%;
        margin-left: 2%;
    }

    .header-image-kavak {
        width: 75%;
        margin-left: .5rem;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .content-image {
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }

    .footer-address-wrapper {
        display: block;
    }

    .responsive-contents {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 900px) and (min-width:768px) {
    .transform-responsive {
        transform: scale(0.66);
        transform-origin: 0 0;
    }

    .about-content {
        padding-right: 10%;
        padding-left: 10%;
    }

    .header-image-carvak {
        width: 75%;
        margin-left: 2%;
    }

    .header-image-kavak {
        width: 75%;
        margin-left: .5rem;;
    }
    div#myNavbar{
        margin-right: .5rem;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }
    .content-image {
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
}

@media only screen and (min-width: 900px ) and (max-width: 1200px) {
    #main {
        max-width: 910px;
        margin-left: auto;
        margin-right: auto;
    }
    .container {
        max-width: 1200px;
    }

    .header-image-carvak {
        width: 50%;
        margin-left: 33%;
    }

    .header-image-kavak {
        width: 75%;
        margin-left: .5rem;
    }

    .footer-address-wrapper {
        display: flex;
    }
}

@media only screen and (min-width: 1200px ) and (max-width: 1800px) {
    #main {
        margin-left: auto;
        margin-right: auto;
    }
    .container {
        max-width: 1200px;
    }

    .header-image-carvak {
        width: 50%;
        margin-left: 33%;
    }

    .header-image-kavak {
        width: 75%;
        margin-left: .5rem;
    }

    .footer-address-wrapper {
        display: flex;
    }
}

@media only screen and (min-width: 1800px ) {
    .container {
        max-width: 1440px;
    }

    .header-image-carvak {
        width: 50%;
        margin-left: 20%;
    }

    .header-image-kavak {
        width: 75%;
        margin-left: .5rem;
    }

    .footer-address-wrapper {
        display: flex;
    }
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

nav {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-menu-item {
    margin-left: auto;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-row {
    justify-content: flex-start !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.form-title {
    text-align: start;
    font-size: 22px;
    margin-bottom: 1.5rem;
    color: #0d6efd;
    font-weight: 600;
}

.form-button {
    max-width: 240px !important;
    width: 100% !important;
}

.login-form-carvak {
    background-image: url("../image/login-page-carvak.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: .75rem;
}

.login-form-kavak {
    background-image: url("../image/login-page-kavak.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: .75rem;
}

#login-form-wrap {
    background-color: #fff;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0 0 0;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: .75rem;
}
.form-row.form-outline.recaptcha-container {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    justify-content: center !important;
    flex-direction: row;
}

.register .password-requirements{
    background: #F8F9F9;
    padding: 6px 12px;
    border-radius: 4px;
}
.register .password-requirements .list-group-item {
    text-align: left;
    padding: 4px 4px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    line-height: 15px;
}

.register .password-requirements .list-group-item .invalid {
    width: 16px;
    height: 16px;
    color: #dc3545;
    margin-right: 6px;
}

.register .password-requirements .list-group-item .valid {
    width: 16px;
    height: 16px;
    color: #00a65a;
    margin-right: 6px;
    display: none;
}
.register .password-requirements .list-group-item.list-group-item-success{
    color: #52BE80;
    font-weight: 700;
    font-size: 12px;
}

@media (max-width: 434px) {
    .register .password-requirements .list-group-item {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .form-title{
        font-size: 16px;
    }
    .w-xs-100{
        width: 100% !important;
    }
    .w-xs-50{
        width: 50% !important;
    }
    .d-xs-none{
        display: none !important;
    }
}

.register .password-requirements .list-group-item.list-group-item-success .invalid {
    display: none;
}
.register .password-requirements .list-group-item.list-group-item-success .valid {
    display: block;
}

@media (min-width: 400px) {
    #login-form-wrap {
        max-width: 400px !important;
    }
    #login-form-wrap.register {
        max-width: 600px !important;
    }
    .form-row.form-outline.recaptcha-container {
        margin: 0 auto;
        width: fit-content;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #000000;
    padding: 0 0 32px 0;
    padding-block-start: 2rem;
    padding-block-end: 2rem;
}

.footer .container {
    width: 100%;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    margin-inline-end: auto;
    margin-inline-start: auto;
}

.footer ul {
    list-style-type: none;
    font-weight: 300;
    font-size: 0.875rem;
}

.footer li {
    color: white;
}

.footer-img {
    width: 180px;
    margin: 2%;
    margin-top: 20px;
}

.footer-nav-item {
    text-align: start;
    margin-block-end: 1.5rem;
}

.footer-action-item {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.footer .social-media {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    margin-inline-start: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-content: center;
}

.footer .social-media a {
    background-color: white;
    color: #000000;
    margin-inline-end: 1rem;
    margin-block-end: 2rem;
    min-height: 2rem;
    min-width: 2rem;
    max-height: 2rem;
    max-width: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright {
    font-size: 0.875rem;
    padding-block-start: 1.5rem;
    padding-block-end: 1.5rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    text-align: start;
    border-top: 0.5px solid white;
}

.footer-text {
    color: white;
    font-style: normal;
    line-height: 1.9em;
}

.footer-text p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-text span {
    display: inline;
    margin-block-end: 0;
}

.footer-phone {
    margin-inline-start: 1.5rem;
    font-style: normal;
    line-height: 1.9em;
}


.about-conten {
    margin-top: 1rem; /* veya istediğiniz diğer stiller */
}

/* Mobil için medya sorgusu */
@media only screen and (max-width: 767px) {
    .about-conten {
        /* Mobilde herhangi bir değişiklik olmasın */
    }
}

/* Web için medya sorgusu */
@media only screen and (min-width: 901px) {
    .about-conten {
        margin-left: 500px; /* Web'de 200px sola kaydır */
    }
}

@media only screen and (min-width: 1200px) {
    .about-conten {
        margin-left: 400px; /* Web'de 200px sola kaydır */
    }
}

@media only screen and (min-width: 900px) {
    .about-conten {
        margin-left: 400px; /* Web'de 200px sola kaydır */
    }
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.banner-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.carousel {
    width: 90%;
    max-width: 650px; /* Adjust the maximum width as needed */
}

.carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    width: 100%;
    border-radius: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100%;
    width: 100%;
    outline: black;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.text{
    text-align: center;
}





