﻿

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

    .rating label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        cursor: pointer;
    }

        .rating label:last-child {
            position: static;
        }

        .rating label:nth-child(1) {
            z-index: 5;
        }

        .rating label:nth-child(2) {
            z-index: 4;
        }

        .rating label:nth-child(3) {
            z-index: 3;
        }

        .rating label:nth-child(4) {
            z-index: 2;
        }

        .rating label:nth-child(5) {
            z-index: 1;
        }

        .rating label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .rating label .icon {
            float: left;
            color: transparent;
        }

        .rating label:last-child .icon {
            color: gray;
        }

    .rating:not(:hover) label input:checked ~ .icon,
    .rating:hover label:hover input ~ .icon {
        color: orange;
    }

    .rating label input:focus:not(:checked) ~ .icon:last-child {
        color: gray;
        text-shadow: 0 0 5px orange;
    }





/* Ekran genişliği 768 pikselden küçükse (mobil cihazlar için) gizle */
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }

    .horizontal-scroll-buttons.container {
        display: none !important;
    }
}

/* Ekran genişliği 768 pikselden büyükse ve 992 pikselden küçükse (tablet için) gizle */
@media (min-width: 768px) and (max-width: 991px) {
    .hide-tablet {
        display: none !important;
    }

    .horizontal-scroll-buttons.container {
        display: none !important;
    }
}

/* Ekran genişliği 992 pikselden büyükse (masaüstü için) gizle */
@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}


.navbar.navbar-expand-md.navbar-light.fixed-top.bg-light {
    background-color: #00FFFF50 !important;
}

.contact-section {
    background-color: #00FFFF50 !important;
    height: 96px;
    display: block;
    padding: 8px;
}

.header-container {
    height: 60px;
}

main {
    padding-top: 76px;
}

.navbar-brand {
    font-weight: bold;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.btn-sign {
    background-color: #FF6A6A;
    color: white;
    padding-left: 24px;
    padding-right: 24px;
}


    .btn-sign:hover {
        background-color: #eb4949;
        color: white;
    }

.btn-contact {
    background-color: #FF6A6A;
    color: white;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn-contact:hover {
        background-color: #eb4949;
        color: white;
    }

.nav-link {
    margin: 0px 12px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-list li :hover {
    border-bottom: 2px dotted #FF6A6A;
    font-weight: 600;
}

.nav-link:hover {
    border-bottom: 2px dotted #FF6A6A;
}

.nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #FF6A6A;
}

.dropdown .nav-link:hover {
    border-bottom: 0px solid #FF6A6A;
}

.white {
    background-color: white;
}


.navbar.navbar-expand-md.navbar-light.fixed-top.bg-white {
    height: 60px;
    display: block;
    height: 76px;
    background-color: white !important;
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.section-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.section {
    margin-top: 72px;
    margin-bottom: 28px;
}

.services {
    display: block;
}

.left-service {
    display: block;
    background-position: center;
    width: 50%;
    height: 550px;
    float: left;
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
}

    .left-service.overlay::before {
        border-radius: 20px 0px 0px 20px;
    }


.right-service.overlay::before {
    border-radius: 0px 20px 20px 0px;
}

.right-service {
    display: block;
    background-position: center;
    width: 50%;
    height: 550px;
    float: right;
    background-size: cover;
    border-radius: 0px 20px 20px 0px;
}

.overlay {
    position: relative;
}


.service-body {
    padding: 30px;
}


.service-body-title {
    color: white;
    font-size: 20px;
}

.left-service.overlay {
    padding: 100px 25px 100px 25px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-section-body {
    display: flex;
    justify-content: space-between;
}

    .contact-section-body span {
        font-size: 20px;
        font-weight: bold;
        padding-top: 8px;
    }

.footer {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border: 0px !important;
}


.nav-link.p-0.text-body-secondary {
    margin-left: 0px !important;
}

.horizontal-scroll {
    overflow-x: scroll;
    white-space: nowrap;
}

.card2 {
    display: inline-block;
    width: 300px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
}

.card p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.section {
    overflow: hidden;
}

.horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.card2 {
    flex: 0 0 auto;
    width: 32%;
    margin-right: 2%px;
}



.nav-item a {
    color: black;
    text-decoration: none;
}

.caption-content {
    display: flex;
    justify-content: start;
    text-align: start;
    margin-top: 40px;
}


.caption-title {
    font-size: 50px;
    display: flex;
    justify-content: start;
    text-align: start;
    max-width: 400px;
    font-weight: bold;
}

.carousel-caption {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}


.horizontal-scroll-buttons button {
    background-color: transparent;
    border: 0px;
    margin: 0px 20px 10px 20px;
}

.horizontal-scroll-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.review img {
    width: 65px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid gray;
}

.review .review-col {
    display: flex;
    flex-direction: column;
}

.review .review-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.review .name {
    font-weight: bold;
}

.review .service {
    font-weight: 300;
    font-size: 13px;
    color: gray;
}



.review-head {
    margin-bottom: 20px;
}

.review-row i {
    font-size: 12px;
    margin-right: 2px;
    color: orange;
}

.copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    color: gray;
    font-size: 13px;
}

.section {
    margin-bottom: 75px;
}


.service {
    padding: 0px !important;
}

.left-service .service-body {
    background: rgba(0,0,0,0.6);
    border-radius: 20px 0px 0px 20px;
}


.right-service .service-body {
    background: rgba(0,0,0,0.6);
    border-radius: 0px 20px 20px 0px;
}


.service-body {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-body-title {
    font-size: 35px;
    font-weight: bold;
}

.service-body-description {
    color: white;
}

.service-buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

    .service-buttons img {
        height: 50px;
        margin-right: 10px;
        z-index: 2;
        cursor: pointer;
    }

.lang-button-label {
    width: auto;
    height: 46px;
    margin-top: 2px;
    margin-left: -35px;
    margin-right: 10px;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    padding-right: 20px;
    font-weight: 500;
    display: none;
    cursor: pointer;
}


.ingilizce-button-label,
.almanca-button-label,
.felemenkçe-button-label,
.japonca-button-label {
    display: none;
    transition: all 0.5s ease;
}

.ingilizce-button:hover + .ingilizce-button-label,
.almanca-button:hover + .almanca-button-label,
.felemenkçe-button:hover + .felemenkçe-button-label,
.japonca-button:hover + .japonca-button-label {
    display: flex;
    animation: fadeIn 0.5s;
}


.lang-button-label:hover {
    display: flex;
    animation: fadeIn 0.5s;
}

.ceviri-button-label:hover {
    display: flex;
    animation: fadeIn 0s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.service-body-title-text {
    display: flex;
    flex-direction: column;
}

.service-body-title {
    margin-bottom: 35px;
}

.ceviri-button-label {
    display: flex;
}

.login-card {
    width: 500px;
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 25px;
    margin-top: 75px;
    margin-bottom: 75px;
    background-color: white;
}



.account-card {
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 25px;
    margin-top: 75px;
    margin-bottom: 75px;
    background-color: white;
}

.login {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-group {
    margin-bottom: 10px;
}

.login-card button {
    width: 100%;
}

.login-card-header span {
    font-size: 20px;
    font-weight: bold;
}

.other-choice {
    display: flex;
    flex-direction: column;
}

.other-choice {
    margin-top: 25px;
    text-align: center;
}

    .other-choice a {
        color: #FF6A6A;
        text-decoration: none;
    }

.page-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0px;
    background-position: center;
}


.page-head-content {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-head h1 {
    font-weight: 600;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-user .dropdown-content {
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-list li {
    list-style: none;
}

.dropdown-list {
    padding-left: 0px;
}


    .dropdown-list li {
        border-bottom: 1px lightgray solid;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }

ul.dropdown-list li:last-child {
    border-bottom: 0px lightgray solid;
}

.dropdown-content {
    padding: 0px;
}


.dropdown .dropdown-list li :hover {
    border-bottom: 0px dotted #FF6A6A;
    font-weight: 400;
}

.dropdown a {
    text-decoration: none;
    color: black;
    font-weight: 400;
}


    .dropdown a :hover {
        text-decoration: none;
        color: black;
        font-weight: 400;
    }


.dropdown-content {
    border-radius: 0px 0px 6px 6px;
}


.icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.bi {
    display: flex;
    -webkit-text-stroke: 0.7px;
    align-items: center;
    margin-right: 0px;
}

.dropdown-list li:hover {
    background-color: #00000010;
}

.quote {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-body {
    padding-top: 75px;
    padding-bottom: 75px;
}

q {
    quotes: "„" "“" "‚" "‘";
    font-size: 20px;
    padding-bottom: 75px;
    padding-right: 20%;
    padding-left: 20%;
    text-align: center;
    font-weight: 600;
}

.page-body-content {
    padding-right: 10%;
    padding-left: 10%;
}


main {
    background-color: #00000001;
}


.btn-link {
    color: #FF6A6A;
}


    .btn-link:hover {
        color: #FF6A60;
    }


.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .center-content p {
        text-align: center;
    }

    .center-content h2 {
        text-align: center;
        font-weight: 600;
    }

.social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}


.form-content h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.form-content input {
    margin-bottom: 10px;
}

.form-content textarea {
    height: 100%;
    padding-bottom: 10px;
}

.contact-send {
    float: right;
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-content {
    margin-bottom: 25px;
}

.product-category-title {
    font-weight: bold;
    font-size: 35px;
    text-align: start;
    margin-top: 10px;
}

img.normal {
    filter: brightness(100%) !important;
}

.carousel-caption p {
    text-align: left;
    max-width: 75%;
}

/*.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #ffffff50;
    color: white;
}*/

.btn-buy {
}

.product-warning {
    margin-left: 10px;
}

.product-warning {
    font-size: 14px;
}


.product-item select {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%;
}


select:invalid {
    color: gray;
}

.product-item img {
    background-size: cover;
    object-fit: cover;
    object-position: top;
    position: relative;
    filter: brightness(50%);
}


.product-item img {
    background-size: cover;
    object-fit: cover;
    object-position: top;
    position: relative;
    filter: brightness(50%);
}


.carousel-item img {
    background-size: cover;
    object-fit: cover;
    object-position: top;
    position: relative;
    filter: brightness(50%);
}


.btn-buy {
    background-color: #FF6A6A;
    color: white;
}




    .btn-buy:hover {
        background-color: #d94a4a;
    }


.btn-sign:hover {
    background-color: #d94a4a;
}


.btn-price, .btn-price:hover, .btn-price:checked {
    cursor: context-menu;
    color: #00000090;
    background-color: white;
}


.btn-buy, .btn-price, .btn-buy:disabled {
    border-radius: 0px;
    padding: 10px 20px 10px 20px !important;
}


.education-form-element {
    width: calc(100%/7);
}




.translate-form-element {
    width: calc(100%/5);
    display: flex;
    flex-direction: row;
    justify-content: start;
}




.btn-sign-outline:hover {
    background-color: transparent;
    color: #d94a4a;
    border: 1px solid #d94a4a;
}


.btn-sign-outline {
    border: #FF6A6A 1px solid;
    background-color: transparent;
    color: #FF6A6A;
    padding-left: 24px;
    padding-right: 24px;
}

#kabul {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 200px;
    cursor: pointer;
}

    #kabul:hover {
        background-color: #f2f2f2;
    }

    #kabul option:checked {
        background-color: #cce5ff;
    }


input[readonly], textarea[readonly] {
    background-color: #f3f3f3;
    cursor: not-allowed;
}


.css-4276uk-Popup-Box-Box {
    max-width: 100% !important;
}

@media screen and (min-width: 992px) {

    .hide-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .left-service {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .right-service {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }

    .left-service .service-body {
        border-radius: 20px 20px 20px 20px;
    }

    .right-service .service-body {
        border-radius: 20px 20px 20px 20px;
    }

    .card2 {
        width: 75%;
    }

    .caption-title {
        font-size: 40px;
    }

    .page-body-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.hamburger-list li {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid lightgray;
}




.sub {
    border-bottom: 0px solid !important;
}



@media screen and (max-width: 1150px) {

    .education-form-element {
        width: calc(100%/3) !important;
        margin-bottom: 10px;
    }

    .carousel-caption.d-none.d-md-block {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .carousel-control-next {
        margin-right: -15px !important;
    }

    .carousel-control-prev {
        margin-left: -15px !important;
    }

    .product-item .carousel-caption.d-none.d-md-block {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .carousel-caption p {
        text-align: left;
        max-width: 100%;
    }

    .product-item .bd-placeholder-img.bd-placeholder-img-lg.d-block.w-100 {
        height: 750px !important;
    }

    .col-md-4.col-sm-12.price-card {
        margin-top: 30px;
    }

    .product-item .carousel-caption.d-none.d-md-block {
        top: 125px !important;
    }
}



@media screen and (max-width: 550px) {

    .education-form-element {
        width: calc(100%/1) !important;
        margin-bottom: 10px;
    }

    .carousel-caption p {
        text-align: left;
        max-width: 100%;
    }
}








.horizontal-scroll.container {
    overflow-x: auto;
    white-space: nowrap;
}


    .horizontal-scroll.container::-webkit-scrollbar {
        width: 0.5em;
        height: 0.5em;
    }

    .horizontal-scroll.container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .horizontal-scroll.container::-webkit-scrollbar-track {
        background-color: transparent;
    }


html, body {
    max-width: 100%;
    overflow-x: hidden;
}


img {
    max-width: 100% !important;
}

.cookie-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .cookie-popup p {
        margin: 0;
    }

    .cookie-popup button {
        margin-top: 5px;
    }


.card-p p {
    overflow: initial;
    text-overflow: initial;
    -webkit-box-orient: initial;
}



#outerContainer #mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

/* PDF gömülü araç çubuğunu gizle */
.embed-container .toolbar {
    display: none !important;
}


.package-card{
    background-color: #00000010;
    margin:20px;
    border-radius:10px;
    padding:20px;
}