﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    box-sizing: border-box !important;
    overflow: auto;
    overflow-x: hidden;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.navbar {
    background-color: #fff !important;
    font-size: 6px;
    padding: 10px !important;
    width: 100%;
    border-bottom: 2px solid lightgray;
    font-family: "Rubik", sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    padding: 1rem 0.6rem;
}

.navbar-nav .nav-item {
    overflow: visible;
}

.navbar-nav .nav-link {
    padding-bottom: 12px !important;
    color: #000 !important;
    transition: color .3s;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
    padding-right: 36px;
}

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    height: 7px;
    width: 0;
    background-color: #1f6fa5;
    transition: width .28s cubic-bezier(.4,0,.2,1);
    z-index: 0;
    pointer-events: none;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
    width: calc(100% - 18px);
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-item.active > .nav-link::before {
    width: calc(100% - 18px);
}

.navbar-nav .dropdown-toggle:hover::before,
.navbar-nav .dropdown-toggle:focus::before {
    width: calc(100% - 18px);
}

.dropdown-menu {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #32514c !important;
    text-decoration: none;
    background-color: #fff;
}

.dropdown > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.dropdown-item {
    color: #000000;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 95%;
}

.topbar {
    background-color: #104a7c;
    padding: 10px;
    color: #fff;
}

.sosyal {
    font-size: 20px;
    margin: 0 10px;
}

.iletisim-box {
    padding: 0 10px;
}

a {
    text-decoration: none !important;
}

.topbar a, footer a {
    color: #fff !important;
}

.navbar-nav .nav-item.dropdown:hover > .nav-link:after,
.navbar-nav .nav-item.dropdown:focus-within > .nav-link:after,
.navbar-nav .nav-link.dropdown-toggle:hover:after,
.navbar-nav .nav-item.dropdown.show > .nav-link:after {
    width: calc(100% - 18px) !important;
}

/* FOOTER */

.footer-custom {
    background-color: #153454;
    color: #ffffff;
    padding-top: 10px; /* SVG'nin altındaki başlangıç boşluğu */
    padding-bottom: 10px; /* Copyright alanı için */
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.footer-wave-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* transform: translateY(-99%); */ /* SVG'yi yukarıya çeker */
    z-index: 1;
}

    .footer-wave-svg .wave_bottom {
        width: 100%;
        height: 100%;
    }

.footer-content-wrapper {
    padding-top: 188px; /* SVG ve üst kısım için ayarlanmış boşluk */
    padding-bottom: 10px;
}

.footer-col-logo {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-logo-img {
    width: 50%;
    height: auto;
    margin-bottom: 3px;
    margin-top: 30px;
}

.footer-col-logo .text-description {
    font-size: 14px;
    line-height: 30px;
    margin-top: 3px;
    color: #cdcdcd;
    opacity: 0.8;
}

.social-icons-wrapper {
    margin-top: 30px;
    margin-bottom: 12px;
}

    .social-icons-wrapper .social-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        line-height: 26px;
        border-radius: 50%;
        /* background-color: #1765a0; */
        color: #ffffff;
        font-size: 12px;
        margin: 0 6px 12px 6px; /* Yayındaki sitedeki aralığa göre ayarlandı */
        transition: background-color 0.3s;
    }

        .social-icons-wrapper .social-link:hover {
            /* background-color: #f7b731; */
        }

.footer-col-links, .footer-col-contact {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #ebebeb;
}

.footer-list {
    margin-top: -8px;
}

    .footer-list li a {
        color: #cccccc;
        text-decoration: none;
        font-size: 16px;
        line-height: 30px;
        display: block;
        padding-top: 12px;
    }

        .footer-list li a:hover {
            color: #f7b731;
        }

.contact-block {
    margin-top: 5px;
}

    .contact-block p {
        font-size: 16px;
        line-height: 1.5;
        color: #cccccc;
        margin-bottom: 25px;
    }

    .contact-block strong {
        font-weight: bold;
        color: #ffffff;
    }

    .contact-block a {
        color: #cccccc;
        text-decoration: none;
        transition: color 0.3s;
    }

        .contact-block a:hover {
            color: #f7b731;
            text-decoration: underline;
        }

.footer-bottom-area {
    padding-top: 69px;
    padding-bottom: 20px;
}

.copyright-text {
    text-align: center;
    font-size: 14px;
    color: #6b6373;
    margin: 0;
}

    .copyright-text a {
        color: #359ccc;
        text-decoration: none;
        transition: color 0.3s;
    }

        .copyright-text a:hover {
            text-decoration: underline;
        }

@media (max-width: 991.98px) {
    .footer-content-wrapper {
        padding-top: 60px;
    }

    .footer-col-logo {
        margin: 60px 0 0 0;
        text-align: center;
    }

    .footer-logo-img {
        margin: 0 auto 15px auto;
    }

    .text-description {
        text-align: center;
    }

    .social-icons-wrapper {
        text-align: center;
    }

    .footer-heading {
        margin-top: 0;
        text-align: left;
        margin-top: 25px;
    }

    .footer-col-contact {
        margin-top: 30px;
    }
}

/* FOOTER */

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #1e73be;
    color: white;
    cursor: pointer;
    padding: 11px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 2px;
    transition: 0.5s all;
}

    #goToTop:hover {
        box-shadow: 1px 1px 9px 1px rgb(0 0 0 / 25%), -2px -1px 9px 1px rgb(0 0 0 / 22%);
        opacity: 0.9;
    }

.header-banner {
    background-color: #d83d47;
    border-radius: 12px;
}

    .header-banner a {
        letter-spacing: 0.5px;
        font-size: 0.95rem;
    }

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ikon-logo-text {
    font-size: 7rem;
    color: rgba(0, 0, 0, 0.08);
    position: relative;
    top: 44px;
    line-height: 1;
    transform: translateX(-69px);
}

.date-text {
    color: #2087c2;
    font-size: 1.1rem;
}

h1 {
    color: #212529;
    line-height: 1.2;
}

.lead-text {
    font-size: 1rem;
    line-height: 1.6;
}

.red-text {
    color: #d83d47 !important;
    font-weight: 500;
}

.davet-btn {
    background-color: #2087c2;
    border-color: #2087c2;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0;
}

    .davet-btn:hover {
        background-color: #1a6fa0;
        border-color: #1a6fa0;
    }

.image-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .text-section {
        min-height: auto;
    }
}

/*davet*/

.davet-box {
    text-align: center;
}

.content-area {
    padding-left: 20px;
    padding-right: 20px;
}

.header-overlay-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: -2;
    white-space: nowrap;
}

.main-title {
    font-size: 8rem;
    font-weight: 900;
    opacity: 0.1;
    letter-spacing: 15px;
    line-height: 1;
    color: #000;
}

header {
    margin-bottom: 3rem !important;
    padding-top: 2rem;
    position: relative;
    overflow: hidden;
}

.organization-text {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

header h2 {
    margin-top: 160px !important;
    position: relative;
    z-index: 1;
}

.highlight-underline-blue {
    display: inline-block;
    border-bottom: 3px solid #007bff;
    line-height: 1.8;
    color: #333;
    padding-bottom: 5px;
    padding-top: 5px;
}

.red-highlight {
    background-color: #fce4e4;
    color: #d83d47 !important;
    padding: 15px;
    display: block;
    line-height: 1.7;
}

.final-text {
    line-height: 1.8;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 4rem;
        letter-spacing: 10px;
    }

    .organization-text {
        font-size: 1rem;
        top: 60px;
    }

    header h2 {
        margin-top: 120px !important;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 3rem;
        letter-spacing: 8px;
    }

    .organization-text {
        font-size: 0.9rem;
        top: 50px;
    }

    header h2 {
        margin-top: 100px !important;
    }
}

.date-text {
    color: #2087c2;
    font-size: 1.1rem;
    z-index: 999;
    position: relative;
}

.davet-logo-text {
    font-size: 7rem;
    color: rgba(0, 0, 0, 0.08);
    position: relative;
    top: 44px;
    line-height: 1;
}

@media (max-width: 992px) {
    .zeki-muren {
        display: none !important;
    }
}

/*davet*/

.zeki-muren {
    float: right;
}

/*konaklama*/

.konaklama-bg {
    background-image: url(../assets/images/konaklama-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.konaklama-box {
    background-image: url(../images/fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height: 65vh;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .konaklama-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        border-radius: 10px;
    }

.konaklama-content {
    position: relative;
    z-index: 2;
}

.konaklama-filigran {
    font-size: 6rem;
    font-weight: 900;
    color: #fff;
    opacity: 0.1;
    letter-spacing: 15px;
    line-height: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
}

.konaklama-content h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.konaklama-btn {
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s;
}

    .konaklama-btn:hover {
        background-color: #f1f1f1;
        color: #000;
    }

@media (max-width: 992px) {
    .konaklama-filigran {
        font-size: 6rem;
        letter-spacing: 10px;
    }
}

@media (max-width: 576px) {
    .konaklama-filigran {
        font-size: 4rem;
        letter-spacing: 5px;
    }

    .konaklama-content h2 {
        font-size: 2rem;
    }

    .konaklama-btn {
        padding: 1rem 2rem !important;
    }
}
/*konaklama*/

/*Kayit*/

.kayit-bg {
    background-image: url(../images/bg33.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 86vh;
}

.pricing-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header {
    border-bottom: none;
    padding-bottom: 3rem !important;
}

/* Yuvarlak tepe efekti */
.top-cap {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
}

.blue-header {
    background-color: #2087c2;
    position: relative;
    padding-top: 30px !important;
}

    .blue-header .top-cap {
        background-color: #2087c2;
    }

.red-header {
    background-color: #d83d47;
    position: relative;
    padding-top: 30px !important;
}

    .red-header .top-cap {
        background-color: #d83d47;
    }

/* Kontrol kutusu (Kişi/Tek kişi) */
.check-box {
    margin-left: -20px;
    margin-right: -20px;
}

/* Liste öğeleri */
.list-group-item {
    border: none;
    padding: 10px 20px;
    font-size: 0.95rem;
    color: #555;
}

    .list-group-item:nth-child(even) {
        background-color: #f8f9fa;
    }

/* Mavi buton */
.kayit-btn-blue {
    background: linear-gradient(to right, #2087c2, #1a6fa0);
    border: none;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(32, 135, 194, 0.4);
}

/* Kırmızı buton */
.kayit-btn-red {
    background: linear-gradient(to right, #d83d47, #b8333c);
    border: none;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(216, 61, 71, 0.4);
}

/* Bilgi listesi */
.info-list li {
    margin-bottom: 8px;
    color: #444;
}

    .info-list li strong {
        color: #333;
    }

/* Ekstra boşluklar ve mobil düzenleme */
@media (min-width: 992px) {
    .pricing-card {
        max-width: 300px;
        margin: auto;
    }
}

.fiyat-table {
    transform: translateY(53px)
}

.fiyat-logo-text {
    font-size: 7rem;
    color: rgb(255 255 255);
    position: relative;
    top: 44px;
    line-height: 1;
    transform: translateX(-71px);
}
/*Kayit*/

/*btn*/

.button-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #448bc9;
    border-radius: 15px;
    box-sizing: border-box;
    color: #448bc9;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

    .button-28:disabled {
        pointer-events: none;
    }

    .button-28:hover {
        color: #fff;
        background-color: #448bc9;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

    .button-28:active {
        box-shadow: none;
        transform: translateY(0);
    }

/*btn*/

/* 12yil */

.yil12 {
    background-image: url(../images/12yil-birlikte.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 83vh;
}

/* 12yil */

.bildiri-logo-text {
    font-size: 6rem;
    color: #e9e5e5 !important;
    position: relative;
    top: 2px;
    line-height: 1;
    transform: translateX(-84px);
}

/*12. yılda*/

.ikons-container {
    padding: 30px 0;
}

.ikon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    justify-content: start;
}

.speech-bubble-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    max-width: 100%
}

.ikons-logo-text {
    font-size: 7rem;
    color: #fff !important;
    position: relative;
    top: 44px;
    line-height: 1;
}

.highlighted-bubble {
    background-color: #fff !important;
}

.bubble-title {
    display: block;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.speech-bubble-wrapper p {
    font-size: .95em;
    line-height: 1.6;
    color: #555;
    margin: 0
}

.speech-bubble-wrapper:after, .speech-bubble-wrapper:before {
    top: 100%;
    left: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(-50%)
}

.speech-bubble-wrapper:before {
    border-color: rgba(0,0,0,0);
    border-top-color: #e0e0e0;
    border-width: 15px;
    margin-left: 0
}

.speech-bubble-wrapper:after {
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: 0
}

.highlighted-bubble:after {
    border-top-color: #fff;
}

.person-info-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 100%;
    margin-right: auto;
}

.profile-pic {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 0 0 5px #fff,0 0 0 7px #ddd
}

.person-text {
    display: flex;
    flex-direction: column
}

.person-name {
    font-size: 1.1em;
    font-weight: 700;
    color: #333
}

.person-title {
    font-size: .9em;
    color: #888
}

@media (max-width:768px) {
    .ikon-card {
        margin-bottom: 40px
    }
}

/*12. yılda*/

.counter-section {
    background-color: #1e73be;
}

.counter-number {
    font-size: 4rem;
    font-weight: 600;
}

.altbaslik {
    padding: 22px;
    font-weight: bold;
    background-color: #1e72bd;
    text-align: center;
    color: #fff;
    font-size: 3rem;
}

/*kurul*/

.gorsel {
    border-radius: 100%;
    height: auto;
    width: 80%;
}

.kisi-kutu {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding: 10px;
}

    .kisi-kutu:hover {
        background-color: #fafafa;
        box-shadow: 1px 1px 17px 0px rgb(195 195 195 / 75%);
    }

.mail-kutu {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 15px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    width: 75%;
    border-radius: 20px;
}

    .mail-kutu i {
        font-size: 1.2rem;
        color: #888;
    }

    .mail-kutu a {
        color: #8d969f !important;
        font-size: 26px;
    }

.text-danger {
    color: #dc3545 !important;
}

/*kurul*/


.dahafazla {
    background-color: #eeebeb
}

/*card*/

.flip-container {
    perspective: 1000px;
    height: 250px;
}

.flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .6s;
}

.flip-container:hover .flip-card {
    transform: rotateX(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
}

.flip-front {
    background: var(--front-color);
    color: #fff;
}

.flip-back {
    background: var(--front-color);
    transform: rotateX(180deg);
    color: #fff;
}

.flip-back-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    place-content: center;
}

    .flip-back-content p {
        margin: 0 0 15px 0;
    }

    .flip-back-content .btn {
        color: #ffffff;
        border: 2px solid #fff;
    }

.card-kayit {
    --front-color: #1e73be;
}

.card-konaklama {
    --front-color: #cc2e2e;
}

.card-sss {
    --front-color: #494949;
}

/*card*/


.logo {
    width: 250px !important;
}

@media (max-width:1400px) {
    .topbar {
        font-size: 14px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        padding: 1rem 0.55rem;
    }
}

@media (max-width:991px) {
    .topbar {
        display: none !important;
    }

    .logo {
        width: 190px !important;
    }

    .navbar {
        background-color: #2087c2 !important;
    }

    .navbar-nav .nav-link {
        color: #ffffff !important;
    }
}

.flip-front h5 {
    font-size: 1.7rem !important;
}



@media (max-width: 576px) {
    .ikon-logo-text {
        font-size: 3rem;
        top: 10px;
        transform: none;
    }

    .davet-logo-text {
        font-size: 3rem;
        top: 10px;
        transform: none;
    }

    .fiyat-logo-text {
        font-size: 2.3rem;
        transform: none;
        top: 20px;
    }

    .bildiri-logo-text {
        font-size: 2.3rem;
        transform: none;
        top: 20px;
    }
}

/*SAYAC*/

#countdown {
    display: flex;
    gap: 20px;
    justify-content: center;
}

#countdown2 {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.time-box {
    /* background: #ffffff; */
    /* border: 5px solid #f1efef; */
    /* padding: 26px; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 120px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 31px;
}

    .time-box span {
        display: block;
        font-size: 2em;
        color: #ffffff;
        padding-bottom: 5px;
        font-weight: bold;
    }

.label {
    font-size: 1.2em;
    color: #ffffff;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }

    .time-box {
        padding: 15px;
        width: 90px;
    }

        .time-box span {
            font-size: 1.6em;
        }

    .label {
        font-size: 1em;
    }
}
/*SAYAC*/
