@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --color-primary: #7380ec;
    --color-danger: #ff7782;
    --color-success: #41f1b6;
    --color-warning: #ffbb55;
    --color-white: #fff;
    --color-info-dark: #7d8da1;
    --color-info-light: #dce1eb;
    --color-dark: #363949;
    --color-light: rgba(132, 139, 200, 0.18);
    --color-primary-variant: #111e88;
    --color-dark-variant: #677483;
    --color-background: #f6f6f9;
    --color-background-image-1: url(../assets/img/bg-1.jpg);
    --color-background-image-2: url(../assets/img/bg-2.jpg);
    --color-background-image-3: url(../assets/img/bg-3.jpg);
    --color-background-image-4: url(../assets/img/bg-4.jpg);
    --color-background-image-5: url(../assets/img/bg-5.jpg);
    --color-background-image-6: url(../assets/img/bg-6.jpg);
    --color-background-image-7: url(../assets/img/bg-7.jpg);
    --color-background-image-8: url(../assets/img/bg-8.jpg);
    --color-background-image-9: url(../assets/img/bg-9.jpg);
    --color-background-image-10: url(../assets/img/bg-10.jpg);
    --card-border-radius: 2rem;
    --border-radius-1: 0.4rem;
    --border-radius-2: 0.8rem;
    --border-radius-3: 1.2rem;
    --card-padding: 1.8rem;
    --padding-1: 1.2rem;
    --button-padding: 0.3rem 0.6rem;
    --box-shadow: 0 2rem 3rem var(--color-light);
}

.dark-theme-varibles {
    --color-background: #181a1e;
    --color-white: #202528;
    --color-dark: #edeffd;
    --color-dark-variant: #a3bdcc;
    --color-light: rgba(0, 0, 0, 0.4);
    --box-shadow: 0 2rem 3rem var(--color-light);
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    appearance: none;
    border: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}



body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* background: rgb(112,127,255);
    background: linear-gradient(180deg, rgba(112,127,255,1) 0%, rgb(206, 24, 176) 76%, rgb(82, 0, 129) 100%); */
    color: var(--color-dark);
    flex-direction: column;
    flex-wrap: nowrap;
}

a {
    color: var(--color-dark);
}

img {
    display: block;
    width: 100%;
}

h1 {
    font-weight: 800;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 0.87rem;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    font-size: 0.77rem;
}

small {
    font-size: 0.75rem;
}

.text-muted {
    color: var(--color-info-dark);
}

p {
    color: var(--color-dark-variant);
}

b {
    color: var(--color-dark);
}

.primary {
    color: var(--color-primary);
}

.danger {
    color: var(--color-danger);
}

.warning {
    color: var(--color-warning);
}

.success {
    color: var(--color-success);
}

.white {
    color: var(--color-white);
}

.dark {
    color: var(--color-dark);
}

.light {
    color: var(--color-light);
}




.card {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.219);
    text-align: center;
    max-width: 600px;
}
.card-footer {
    background-color: black;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    margin: 0 -20px -20px -20px;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.219);
    text-align: center;
    max-width: 600px;
}
    .card-footer img{
        width:100px;
    }
    .card-footer .copyright-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }
        .card-footer .copyright-info small {
            color: white;
            font-size:12px;
        }
        .card .card-head {
            margin: -20px -20px -75px -20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

    .card .video_bg {
        margin: -20px -20px -75px -20px;
    }

        .card .video_bg video {
            width: 100%;
            height: 300px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            object-fit: cover;
        }

    .card .card-head img {
        width: 100%;
        height: 300px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

.profile-pic {
    position: relative;
    display: inline-block;
}

    /*.profile-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    
}*/
    /*    .profile-pic img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 5px solid white;
    }*/
    /*.profile-pic img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    /*        border: 5px solid white;
*/ /*position: relative;
    }*/

    /* Dalga Animasyonu */
    /*.profile-pic::before {
        content: "";
        position: absolute;
        top: 45%;
        left: 50%;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 15px solid rgb(193 193 193);
        transform: translate(-50%, -50%);
        animation: pulse 2s infinite ease-in-out;
    }*/

    /* Dalga Yayılma Animasyonu */
    /*@keyframes pulse {
    0% {
        width: 100px;
        height: 100px;
        opacity: 1;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}*/
    .profile-pic img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1;
    }

    /* Dalga Animasyonu */
    .profile-pic::before {
        content: "";
        position: absolute;
        top: 45%;
        left: 50%;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 15px solid rgb(193, 193, 193);
        transform: translate(-50%, -50%) scale(1);
        animation: pulse 1.5s infinite ease-out;
        opacity: 1;
        z-index: 0;
    }

/* Dalga Yayılma Animasyonu */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}

h2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    padding: 0 10px;
}

.social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .social-links span {
        color: #000000;
    }

    .social-links a {
        text-decoration: none;
        color: #000000;
        background-color: #ffffff;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 5px;
        font-size: 2rem;
    }

    .social-links .btn_ {
        color: #000000;
        background-color: #ffffff;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 5px;
        font-size: 2rem;
        cursor: pointer;
    }

    .social-links a h2 {
        color: #000;
        transition: all ease .3s;
    }

    .social-links a:hover h2 {
        color: #333;
        transition: all ease .3s;
    }

.custom-links {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.link-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 150px;
    height: 150px;
    margin: 10px;
}


.link-box:hover {
    background-color: #e0e0e0;
}

    .link-box img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }



    .link-box i {
        font-size: 4rem;
        color: #000000;
    }

    .link-box span {
        font-weight: bold;
        font-size: 16px;
    }

.urun_ span {
    font-weight: bold;
    font-size: 14px !important;
}

.link-box p {
    font-size: 14px;
    color: #666;
}

/* Modal için arka plan */
#mapModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam arka plan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    /* Modal içeriği (Harita ve kapatma butonu) */
    #mapModal iframe {
        border: none;
        padding: 20px;
        width: 100vw;
        height: 100vh;
        background-color: white;
        border-radius: 10px;
    }

    /* Modal içinde kapatma butonu */
    #mapModal button {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 20px;
        background-color: #ff5c5c;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s;
    }

        #mapModal button:hover {
            background-color: #e04b4b;
        }

    /* Modalın ekranda gizli olduğu durumda (başlangıçta) */
    #mapModal[style*="display: none;"] {
        display: none;
    }


/* Modal Arka Planı */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal İçerik Kutusu */
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative;
    border-radius: 1rem;
    transform: scale(0.7);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

/* Kapat Butonu */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .close:hover,
    .close:focus {
        color: black;
        cursor: pointer;
    }

/* Açılış Animasyonu */
.animate-modal {
    animation: modal-appear 0.3s forwards;
}

/* Kapanış Animasyonu */
.modal-fade-out {
    animation: modal-disappear 0.3s forwards;
}

@keyframes modal-appear {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes modal-disappear {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0.7);
        opacity: 0;
    }
}


/*menu*/

/* Modal Arka Planı */
.modal-menu {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Menü Modal İçeriği */
.modal-content-menu {
    background-color: #fff;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    text-align: center;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2rem 0 0 2rem;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

/* Kapat Butonu */
.close-menu {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

    .close-menu:hover {
        color: #333;
    }

/* Açılış ve kapanış animasyonları */
.slide-in-menu {
    animation: slideIn 0.3s forwards;
}

.modal-slide-out-menu {
    animation: slideOut 0.3s forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

/* Menü Genel Stili */
.menu_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

/* Menü Kart Stili */
.menu-item {
    width: 80%;
    max-width: 250px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    padding: 1rem 0;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    /* Menü Hover Efekti */
    .menu-item:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
        background-color: #e9ecef;
    }

    /* Menü Yazı Stili */
    .menu-item h2 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
        color: #007bff;
    }

    .menu-item:hover h2 {
        color: #0056b3;
    }


/* QR Kodu Ortalaması ve Boyut Ayarları */
#qrCodeContainer {
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 200px;
}

    #qrCodeContainer img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
    }

    #qrCodeContainer canvas {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
    }
/* QR Kodun Altındaki Yazı */
h4 {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #333;
}

p {
    margin-top: 5px;
    color: #666;
    font-size: 1rem;
}

.row_ {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.urunDetay {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 2rem;
}

    .urunDetay .urunDetay_img {
        width: 90%;
        height: auto;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 15px;
    }

    .urunDetay .btns {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
/* ------------- BUTTONS -------------*/
/* Temel düğün (button) stilini ayarlayın */
.btn {
    display: inline-block;
    padding: var(--button-padding);
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: var(--border-radius-1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    /* Düğmeyi 3D görünüm verin */
    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.2);
        transform: perspective(600px) rotateX(0) scaleY(1);
        border-radius: var(--border-radius-1);
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        transition: transform 0.2s, opacity 0.2s;
    }

    /* Düğmeye hover olduğunda 3D efekti uygulayın */
    .btn:hover {
        transform: translateY(-3px);
        /* Yukarı doğru kaydırma */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        /* Hafif bir gölge */
    }

        .btn:hover::before {
            transform: perspective(600px) rotateX(5deg) scaleY(1.05);
            opacity: 1;
        }

    /* Düğme tıklandığında basma efekti */
    .btn:active {
        transform: translateY(1px);
        /* Aşağı doğru kaydırma */
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        /* Hafif bir gölge */
    }

    /* İsterseniz düğmeye odaklandığınızda da stil ekleyebilirsiniz */
    .btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.4);
        /* Odak rengi */
    }

.btn-danger {
    background-color: var(--color-danger);
    color: #fff;
}

.btn-warning {
    background-color: var(--color-warning);
    color: #fff;
}

.btn-success {
    background-color: var(--color-success);
    color: #fff;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #fff;
}

.btn-white {
    background-color: var(--color-dark);
    color: var(--color-white);
}


/*-----------------
 8. OVERLAY
------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    will-change: visibility, opacity;
    transition: opacity, .2s ease-in-out;
}

:where(.showmenu, .showmodal) .overlay {
    opacity: 1;
    visibility: inherit;
    transition: opacity, .2s ease-in-out;
}
/*-----------------
 15. MODAL
------------------*/
.modal_ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 600px;
    width: 90%;
    height: max-content;
    padding: 2em;
    margin: auto;
    text-align: center;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: transform .2s, visibility .2s, opacity .2s;
}

.showmodal .modal_ {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform .1s, visibility 1s, opacity 1s;
}

.modal_ .image {
    position: relative;
    height: calc(150px + 10vw);
    overflow: hidden;
    max-height: 400px;
    margin: -2em -2em 0 -2em;
}

.modal_ h2 {
    font-size: 1.75em;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0.5em auto;
    line-height: 1;
}

.modal_ p {
    margin-bottom: 1em;
    color: #ccc;
}

/*.modal_ .t-close {
    position: absolute;
    top: 1em;
    right: 1em;
}*/
#jobCount {
    position: relative;
    top: 31px;
    right: -140px;
    padding: 2px;
    margin: -15px;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    border-radius: 50%;
    z-index: 1000;
}

    #jobCount #jobCountValue {
        text-align: center;
        font-size: 13px;
        color: aliceblue;
        font-weight: bold;
    }
#jobCount2 {
    position: relative;
    top: 31px;
    right: -140px;
    padding: 2px;
    margin: -15px;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    border-radius: 50%;
    z-index: 1000;
}

    #jobCount2 #jobCountValue2 {
        text-align: center;
        font-size: 13px;
        color: aliceblue;
        font-weight: bold;
    }

@media (max-width : 479px) {
    body {
        padding: 0;
    }

    .card {
        border-radius: 0;
        padding: 0;
    }

        .card .card-head {
            margin: 0 0 -75px 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

            .card .card-head img {
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

    .profile-pic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .profile-pic img {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin-bottom: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

    h1 {
        font-size: 24px;
        color: #333;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 18px;
        color: #666;
        margin-bottom: 15px;
    }

    p {
        font-size: 14px;
        color: #777;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .social-links {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }


    .custom-links {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .link-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: #f7f7f7;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 150px;
        height: 130px;
        margin: 10px;
    }

        .link-box:hover {
            background-color: #e0e0e0;
        }

        .link-box img {
            width: 65px;
            height: 65px;
            object-fit: cover;
        }

        .link-box span {
            font-weight: bold;
            font-size: 14px;
        }

        .link-box p {
            font-size: 14px;
            color: #666;
        }

    .card .video_bg {
        margin: -20px 0 -75px 0;
        width: 100%;
    }
    .modal_ {
        top: -100px;
    }
    .card-footer {
        margin: 0;
        border-radius: 0;
    }
}
