﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

#menubar {
    padding: 15px 0;
    background: rgb(147, 119, 180);
    background: linear-gradient(90deg, rgb(1 174 240) 0%, rgb(1 174 240) 13%, rgb(2 157 224) 20%, rgb(3 110 185) 44%, rgb(28 66 141) 80%, rgb(24 31 66) 100%);
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.3rem 0.3rem !important;
    font-size: 15px;
    font-weight: bold;
}

.navbar-nav a {
    line-height: 1;
    display: inline-block;
    color: #0371bc !important;
    text-decoration: none;
    font-weight: bold;
}

    .navbar-nav a:after {
        display: block;
        content: "";
        height: 2px;
        margin-top: 3px;
        width: 0%;
        background-color: #fff !important;
        transition: width .3s ease-in-out;
    }

    .navbar-nav a:hover:after,
    .navbar-nav a:focus:after {
        width: 100%;
    }

.dropdown-toggle::after {
    display: none !important;
}


.navbar .navbar-nav a {
    text-decoration: none;
}

.navbar {
    padding: .2rem .6rem;
}

@media only screen and (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.2rem 0.2rem !important;
    }

    body {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.4rem;
        margin-left: 0.4rem;
    }
}

.btn-box {
    background-color: #fff;
    border-right: 2px solid #5b3b90;
    padding: 40px;
}

.time-box {
    padding: 10px
}

.serviceBox {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 40px 15px 25px;
    border-radius: 10px;
    position: relative;
    min-height: 270px;
}

    .serviceBox:after {
        content: "";
        background: linear-gradient(to bottom, #f36b23, #f68e1d);
        width: 100%;
        height: 40px;
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .serviceBox:before {
        content: "";
        background: linear-gradient(to bottom, #f36b23, #f68e1d);
        width: 100%;
        height: 40px;
        border-radius: 0 20px 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .serviceBox:after {
        background: #f36b23;
        top: auto;
        bottom: 0;
        height: 10px;
        border-radius: 0 0 10px 10px;
    }

    .serviceBox .title {
        color: #fff;
        background: #f36b23;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 10px 12px 9px;
        margin: -10px 0 18px;
        display: inline-block;
        position: relative;
    }

        .serviceBox .title:before,
        .serviceBox .title:after {
            content: "";
            background: linear-gradient(to top left, #c14f1d 49%, transparent 50%);
            width: 10px;
            height: 10px;
            position: absolute;
            top: 0;
            left: -10px;
        }

        .serviceBox .title:after {
            transform: rotateY(180deg);
            left: auto;
            right: -10px;
        }

    .serviceBox .service-icon {
        color: #f36b23;
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .serviceBox .description {
        color: #999;
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }

    .serviceBox.purple:before {
        background: linear-gradient(#036db8, #199fcb)
    }

    .serviceBox.purple:after,
    .serviceBox.purple .title {
        background: #214785;
    }

        .serviceBox.purple .title:before,
        .serviceBox.purple .title:after {
            background: linear-gradient(to top left, #214785 49%, transparent 50%);
        }

    .serviceBox.purple .service-icon {
        color: #c64292;
    }

    .serviceBox.cgreen:before {
        background: linear-gradient(#2da197, #4bb8ad);
    }

    .serviceBox.cgreen:after,
    .serviceBox.cgreen .title {
        background: #2da197;
    }

        .serviceBox.cgreen .title:before,
        .serviceBox.cgreen .title:after {
            background: linear-gradient(to top left, #1b817b 49%, transparent 50%);
        }

    .serviceBox.cgreen .service-icon {
        color: #2da197;
    }

    .serviceBox.green:before {
        background: linear-gradient(#82c145, #b1d23f);
    }

    .serviceBox.green:after,
    .serviceBox.green .title {
        background: #82c145;
    }

        .serviceBox.green .title:before,
        .serviceBox.green .title:after {
            background: linear-gradient(to top left, #41a133 49%, transparent 50%);
        }

    .serviceBox.green .service-icon {
        color: #82c145;
    }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*SAYA�*/
.time-box {
    display: inline-block;
    text-align: center;
    padding: 15px;
}

    .time-box span {
        display: block;
        font-size: 40px;
        font-weight: 700;
        color: rgb(255 255 255);
        line-height: 1.2;
        text-align: center;
    }

    .time-box .label {
        margin-top: 5px;
        font-size: 14px;
        color: #ffffff;
        /* Label yaz� rengi */
    }

.banner {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    display: flex;
    width: 100%;
    -webkit-clip-path: ellipse(123% 100% at 50% 0%);
    clip-path: ellipse(140% 100% at 50% 0%);
}

/*DAVET*/

.hero-section {
    padding: 50px 20px;
}

    .hero-section img {
        border-radius: 10px;
        max-width: 100%;
        height: auto;
    }

.hero-text h1 {
    color: #004080;
    font-weight: bold;
}

.hero-text p {
    color: #333;
    line-height: 1.6;
    text-align: justify;
    font-size: 15px;
}

.highlight {
    color: #ff7f50;
    font-weight: bold;
}

.davet-image {
    position: relative;
    max-width: 600px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>') no-repeat center;
    background-color: #000;
    /* Maskenin arka plan rengi */
}

#countdown {
    background: linear-gradient(#036db8, #01aef0);
    transform: translateY(-64px);
    border-radius: 20px;
}

.altbaslik {
    padding: 6px;
    color: #fff;
    font-size: 23px;
    background: linear-gradient(#036db8, #199fcb);
    border-radius: 20px 0 0 0;
    font-weight: bold;
}

.altbaslik2 {
    padding: 6px;
    color: #fff;
    font-size: 23px;
    background: linear-gradient(#036db8, #199fcb);
    border-radius: 0 20px 0 0;
    font-weight: bold;
}

.konusmac�-gorsel {
    border-radius: 8px 3px 5px 87px;
}

footer {
    background: #0d6581;
    font-size: 14px;
    text-align: center;
    padding: 30px;
    color: #ffffff;
}

/*BTN DEFAULT*/
.btn {
    color: #036db8;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 8px 0px;
    border: 2px solid #036db8;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    font-size: 0.9rem;
}

.btn-default:hover {
    color: #3c1053;
    border: 2px solid #3c1053;
}

.btn-default:before,
.btn-default:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #036db8;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: all 0.3s ease-in-out;
}

.btn-default:after {
    border-width: 0 2px 2px 0;
    top: auto;
    bottom: -6px;
    left: auto;
    right: -6px;
}

.btn-default:hover:before,
.btn-default:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #3c1053;
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .btn-default {
        margin-bottom: 30px;
    }
}

#duyuru li {
    color: #000 !important;
    background: #FFFFFF;
    overflow: hidden;
    padding: 10px;
    line-height: 30px;
    list-style: none;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    border-right: 4px solid #851012;
}

    #duyuru li:nth-child(even) {
        border-right: 4px solid #334284;
    }

        #duyuru li:nth-child(even) span {
            color: #334284;
        }

    #duyuru li:hover {
        background: #F2F2F2;
    }

    #duyuru li .d-baslik {
        font-weight: bold;
        background: rgb(29 145 197);
        background: linear-gradient(90deg, rgb(67 164 208 / 0%) 0%, rgb(17 140 196) 23%, rgb(63 161 204 / 21%) 100%);
        display: block;
        color: #fff !important;
        text-align: center;
    }

.tarih {
    font-size: 25px;
    background: none !important;
    color: #036db8 !important;
    transform: translateY(-25px) !important;
}

.konusmacı-gorsel {
    border-radius: 8px 3px 5px 87px;
}

@media (max-width: 992px) {
    .time-box span {
        font-size: 20px;
    }

    #countdown {
        transform: none;
        margin: 15px 0;
    }
}

.p-baslik {
    background: rgb(233, 191, 119);
    background: linear-gradient(90deg, rgb(233 191 119 / 0%) 25%, rgb(17 140 196) 55%, rgb(233 191 119 / 0%) 75%);
    font-weight: bold;
    color: #fff;
}

.p-baslik2 {
    background: rgb(29 145 197);
    background: linear-gradient(90deg, rgb(67 164 208 / 0%) 0%, rgb(17 140 196) 23%, rgb(63 161 204 / 21%) 100%);
    font-weight: bold;
    color: #fff;
    padding: 0 35px;
}

.p-baslik3 {
    background: rgb(233, 191, 119);
    background: linear-gradient(90deg, rgb(233 191 119 / 0%) 15%, rgb(17 140 196) 55%, rgb(233 191 119 / 0%) 85%);
    font-weight: bold;
    color: #fff;
}

/*Konusmacilar*/
.container-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.card {
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    background: #f5f5f5;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #c3c6ce;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow: visible;
    margin-top: 20px;
}

.card-details {
    color: rgb(162, 0, 255);
    height: 120%;
    gap: .5em;
    display: grid;
    place-content: center;
}

.card-button {
    text-decoration: none;
    text-align: center;
    -webkit-transform: translate(-50%, 125%);
    -ms-transform: translate(-50%, 125%);
    transform: translate(-50%, -16%) !important;
    !i;
    !;
    width: 70%;
    border-radius: 1rem;
    border: none;
    background-color: #019bd1;
    color: #fff;
    font-size: 0.8rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.text-body {
    color: rgb(134, 134, 134);
}


.text-title {
    font-size: 1.5em;
    font-weight: bold;
}

.card:hover {
    border-color: #019bd1;
    -webkit-box-shadow: 10px 5px 18px 0 rgba(255, 255, 255, 0.877);
    box-shadow: 10px 5px 18px 0 rgba(255, 255, 255, 0.877);
}

    .card:hover .card-button {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        opacity: 1;
    }



.card h3 {
    margin: 20px 0 0px 0;
    font-size: 16px;
    color: #214785;
    text-align: center;
    font-weight: bold;
    min-height: 60px;
}

.card:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .card {
        width: calc(100% - 20px);
    }
}

.card img {
    width: 170px !important;
    border-radius: 10%;
    box-shadow: 3px 10px 35px #d7d7d7;
    transition: transform 0.3s ease;
}

.card p {
    margin-top: 0px;
    font-size: 16px;
    color: #777;
}


#Speakers h5 {
    color: #6a02b9;
}

#Speakers a:hover {
    font-weight: bold;
    background: linear-gradient(0deg, rgba(133, 183, 237, 1) 6%, rgb(12 129 191) 83%);
    text-decoration: none;
}

.modal-header {
    display: block;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}

a.card-button {
    background: linear-gradient(0deg, rgba(133, 183, 237, 1) 6%, rgb(12 129 191) 83%);
    color: white !important;
}

#Speakers span {
    color: #003497;
    font-weight: 500;
}

.modal-footer .btn {
    border: 0;
    color: white;
    background-color: #012442;
}

    .modal-footer .btn:hover {
        border: solid 1px #0010cd;
    }

.konusmaci-img img {
    box-shadow: 1px 1px 35px #c7c7c7;
    border-radius: 10px;
}

.modal-body p {
    text-align: start;
}
/*Konusmacilar*/
