/*
==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAVBAR CSS
04 - WELCOME CSS
05 - SLIDER CSS
06 - ABOUT AREA CSS
07 - COUNTDOWN AREA CSS
08 - ATTEND AREA CSS
09 - VENUE AREA CSS
10 - PROMO AREA CSS
11 - SCHEDULE AREA CSS
12 - SPEAKERS AREA CSS
13 - REGISTRATION AREA CSS
14 - SPONSOR AREA CSS
15 - PRICING AREA CSS
16 - BLOG AREA CSS
17 - CONTACT AREA CSS
18 - FOOTER AREA CSS

*/

/*================================================
01 - IMPORTED CSS
==================================================*/

/*
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
*/


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-size: 15px;
    color: #515457;
    line-height: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

    font-family: "Tuborg Grotesque", sans-serif;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0
}

.no-pad-left {
    padding-left: 0
}

.no-pad-right {
    padding-right: 0
}

.no-pad-all {
    padding: 0
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #6b739c
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none
}

:-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.evlis-btn {
    background: #515457 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    letter-spacing: 3px;
    /*
        text-transform: uppercase;
    */
    border-radius: 3px;
    color: #fff;
    display: inline-block
}

.evlis-btn:hover {
    color: #fff;
    background: #f48b4f none repeat scroll 0 0;
}

.site-heading {
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.site-heading h4 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #ff8a01;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.site-heading h2 {

    font-size: 40px;
    color: #111;
    font-family: "Tuborg Grotesque", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
}

.section_35 {
    padding: 35px 0;
}

.section_100 {
    padding: 100px 0;
}

.section_70 {
    padding: 70px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_70 {
    padding: 70px 0
}

.section_b_80 {
    padding-bottom: 80px
}


/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

nav.navbar .navbar-toggler {
    border: 0;
}

nav.navbar .nav-item {
    font-size: 13px;
    color: #111111;
}


nav.navbar .nav-item .nav-link {
    color: #111111;
    position: relative;
    text-decoration: none;
    padding: 3px 14px;
    font-weight: 600;
    font-family: "Tuborg Grotesque", sans-serif;
    font-size: 15px;
}

nav.navbar .nav-item .nav-link.active {
    font-weight: bold;
    position: relative;
}

nav.navbar .nav-item .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #FEC33E;
}

nav.fixed-top {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.logo img {
    height: 75px;
}

nav.fixed-top .logo {
    display: none
}

nav.fixed-top .logo.HideScroll {
    display: block
}

.HideScroll {
    display: none
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
    color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
    color: #000;
}

nav.fixed-top .nav-item .nav-link {
    color: #111 !important;
}

nav.fixed-top .nav-item .nav-link.text-white {
    color: #fff !important;
}

nav.fixed-top .nav-item .nav-link:before {
    background-color: #fff;
}

nav .nav-item ul {
    display: none;
    position: absolute;
    background: #00000075;
    width: 13em;
}

nav .nav-item:hover ul {
    display: block;
}

nav .nav-item ul .nav-item {
    display: block;
}

nav .nav-item ul .nav-item .nav-link {
    padding: .2em !important;
    color: white !important;
}


/*slider*/

.mainSlider {
    width: 100%;
}

.navbar-nav.get_tickets {
    margin-left: 15px;
}

.navbar-nav.get_tickets li {
    display: inline-block;
}

.navbar-nav.get_tickets>a {
    background: #515457 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 18px;
    letter-spacing: 3px;
    /*
        text-transform: uppercase;
    */
    border-radius: 3px;
    color: #fff;
}

.get_tickets .nav-link {
    padding: 7px 20px !important;
}

/*================================================
04 - WELCOME CSS
==================================================*/

.evlis-home-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.evlis-home-area .full-height {
    height: 100vh;
}

.evlis-home-area:after {
    display: none;
}

.banner-welcome {
    width: 70%;
    padding-top: 70px
}

.banner-welcome h3 {
    color: #fff;
    letter-spacing: 6px;
    /*
        text-transform: uppercase;
    */
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.banner-welcome h2 {
    color: #fff;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    font-family: "Tuborg Grotesque", sans-serif;
    margin-bottom: 20px
}

.banner-welcome p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.banner-action a.evlis-btn {
    margin: 20px 5px 0 5px;
}

/*================================================
05 - SLIDER CSS
==================================================*/

/* Royal Slider */
.royalSlider {
    height: 100vh !important;
}

.rsOverflow {
    height: 100% !important;
}

.rsNav {
    display: none;
}

/* Full Screen Image Styles */
.full-screen-image {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.full-screen-image:not(#mobile-single-slide) {
    height: 100vh !important;
}

.full-screen-image .position-relative {
    height: 100%;
}

.full-screen-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

/* Mobil tek görsel için özel stil */
#mobile-single-slide {
    min-height: 400px;
}

#mobile-single-slide img {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}

/* Info Blocks for Slides */
.full-screen-image .infoBlock {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Slider positioning helpers */
.mainSlider {
    width: 100%;
}

/* Animation and effects */
.thumbnail-overlay {
    background-color: rgba(0, 0, 0, .40);
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.thumbnail-overlay:hover {
    background-color: rgba(0, 0, 0, .20) !important;
}

/* Slide content and transitions */
.media-box-image img {
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.media-box-image:hover img {
    -webkit-transform: scale(1.2) translate(-20px);
    -moz-transform: scale(1.2) translate(-20px);
    -o-transform: scale(1.2) translate(-20px);
    -ms-transform: scale(1.2) translate(-20px);
    transform: scale(1.2) translate(-20px);
}

/* Tuborg band positioning */
#turk-tuborg-band {
    width: 350px;
    bottom: 5rem;
    z-index: 10 !important;
    pointer-events: none;
}

.bottom-1 {
    bottom: 1rem;
}

.bottom-2 {
    bottom: 2rem;
}

.bottom-3 {
    bottom: 3rem;
}

.bottom-4 {
    bottom: 4rem;
}

.bottom-5 {
    bottom: 5rem;
}

.right-0 {
    right: 0;
}

/* Slider content styling */
.infoBlockLeftBlack {
    background: rgba(0, 0, 0, 0.5);
}

.infoBlock {
    background: rgba(0, 0, 0, 0.5);
}

.slide-content {
    padding: 20px;
}

.slide-content h4 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.slide-content h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.slide-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* RoyalSlider specific customizations */
.rsABlock {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* RoyalSlider Gorunurluk Fix */
.royalSlider {
    z-index: 1 !important;
    background: #000 !important;
}

.royalSlider .rsImg {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.rsMinW .rsSlide {
    background: #000 !important;
}

.royalSlider .rsMainSlideImage {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.rsOverflow,
.rsContainer,
.rsSlide {
    height: 100% !important;
    width: 100% !important;
}

/* Slider Oklarini Kenarlara Yasla */
.rsArrow {
    width: 60px !important;
    height: 100% !important;
    background: transparent !important;
    /* Arka plan/golge kaldirildi */
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 30 !important;
    box-shadow: none !important;
}

.rsArrowLeft {
    left: 0 !important;
    right: auto !important;
}

.rsArrowRight {
    right: 0 !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.rsArrowIcn {
    width: 24px !important;
    height: 24px !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -12px !important;
    margin-left: -12px !important;
    transform: none !important;
    /* Ikon buyutme kaldirildi, gercek boyuta donuldu */
    background-color: transparent !important;
    border: none !important;
}

.rsArrow:hover {
    background: transparent !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive styles for slider */
@media (max-width: 768px) {

    /* Mobil slider için yükseklik ayarı */
    .royalSlider {
        height: 500px !important;
    }

    .rsOverflow {
        height: 500px !important;
    }

    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 500px !important;
    }

    #turk-tuborg-band {
        width: 320px;
        bottom: 1rem;
    }

    .slide-content h4 {
        font-size: 22px;
    }

    .slide-content h5 {
        font-size: 18px;
    }

    .slide-content p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #turk-tuborg-band {
        width: 250px;
    }

    .slide-content {
        padding: 15px;
    }

    .slide-content h4 {
        font-size: 20px;
    }

    .slide-content h5 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    /* Çok küçük mobil cihazlar */
    .royalSlider {
        height: 350px !important;
    }

    .rsOverflow {
        height: 350px !important;
    }

    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 350px !important;
    }

    #turk-tuborg-band {
        width: 200px;
    }
}

@media (max-width: 320px) {
    #turk-tuborg-band {
        width: 120px;
    }
}

@media (max-width: 240px) {
    #turk-tuborg-band {
        width: 80px;
    }
}

.evlis-home-area {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

/*================================================
06 - ABOUT AREA CSS
==================================================*/

.evlis-about-area {
    position: relative
}

.about_bg {
    position: absolute;
    width: 10%;
    left: 5%;
    top: 36%;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.about-box {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.about-box h4 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #ff8a01;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.about-box h2 {
    line-height: 48px;
    font-size: 35px;
    color: #111;
    font-family: "Tuborg Grotesque", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-box p {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.4px;
    letter-spacing: .025rem;
}

.about-box a.evlis-btn {
    margin-top: 30px
}


/*================================================
07 - COUNTDOWN AREA CSS
==================================================*/

.countdown-box {
    background: url('../img/promo.jpg') no-repeat scroll 0 0/cover;
    position: relative;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    padding-bottom: 60px;
    padding-top: 40px;
}

.countdown-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(255, 92, 75, 1) 0%, rgba(244, 139, 79, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 92, 75, 1) 0%, rgba(244, 139, 79, 1) 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.flip-clock-wrapper {
    width: 56%;
    margin: 50px auto 0;
    display: block
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -30px;
    right: -96px;
    color: #fff;
    text-shadow: none;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -105px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -110px;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.74);
}

.flip-clock-wrapper ul {
    background: #fff
}

.flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #fff;
    background-color: #fff;
    color: #080829
}

.flip-clock-dot {
    background: #fff none repeat scroll 0 0
}

.countdown-box form {
    width: 45%;
    margin: 50px auto 0;
    position: relative;
    height: 45px;
    background: #fff;
    border-radius: 30px
}

.countdown-box form input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: medium none;
    background: transparent;
    padding: 5px 100px 5px 20px;
    border-radius: 30px 0 0 30px
}

.countdown-box form button {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    border: medium none;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 0 30px 30px 0;
    color: #ff8a01;
    font-weight: 700;
    /*
        text-transform: uppercase;
    */
    font-size: 13px;
    letter-spacing: 3px;
    background: rgba(255, 7, 99, 0.06);
}


/*================================================
08 - ATTEND AREA CSS
==================================================*/

.evlis-why-attend-area {
    position: relative
}

.attend-left h2 {
    font-size: 40px;
    color: #111;
    font-family: "Tuborg Grotesque", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}

.attend-left p {
    letter-spacing: 0.4px;
    letter-spacing: .025rem;
    font-size: 16px;
    color: #333;
}

.attend-left a.evlis-btn {
    margin-top: 30px
}

.attend-left h4 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #ff8a01;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.attend-image {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.attend-image img {
    width: 100%;
    height: 100%
}

.attend-text h3 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.attend-text h3:hover {
    color: #515457;
}

.attend-right {
    position: relative;
}

.attend-right:before {
    position: absolute;
    content: "";
    top: 49%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #f0f0ff;
}

.attend-right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 49%;
    width: 1px;
    background: #f0f0ff;
    height: 100%;
}

.single-attend-box {
    padding: 20px 0;
    text-align: center;
}

.attend-bg,
.about_bg,
.schedule_bg {
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob */

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.attend-bg {
    position: absolute;
    top: 130px;
    left: -180px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


/*================================================
09 - VENUE AREA CSS
==================================================*/

.evlis-venue-area {
    background: #fbfbfd none repeat scroll 0 0
}

.venue-text {
    padding: 20px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.venue-image {
    position: relative;
}

.venue-image p {
    position: absolute;
    top: 15px;
    width: auto;
    left: 15px;
    display: inline-block;
    padding: 5px 18px;
    color: #fff;
    font-weight: 700;
    /*
        text-transform: uppercase;
    */
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 20px;
}

.venue-date-1 {
    background: #a60c95 none repeat scroll 0 0;
}

.venue-date-2 {
    background: #ff8a01 none repeat scroll 0 0;
}

.venue-text h3 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.venue-text h3:hover {
    color: #a60c95
}

.venue-box {
    margin-top: 30px;
}


/*================================================
10 - PROMO AREA CSS
==================================================*/

.evlis-promo-area {
    background: url('../img/promo.jpg') no-repeat 0 0/cover;
    background-position: center;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 85px;
}

.fixed-background {
    background-attachment: fixed;
}

.tuborg-band:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(254, 195, 62, 1) 100%, rgba(254, 195, 62, 1) 100%);
    background: linear-gradient(45deg, rgba(254, 195, 62, 1) 100%, rgba(254, 195, 62, 1) 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.evlis-promo-area.section_35 {
    padding: 35px 0;
}

.evlis-promo-area.section_100 {
    padding: 100px 0;
}

.evlis-promo-area.has-featured-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-box p {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.promo-box h2 {
    color: #fff;
    /*
        text-transform: capitalize;
    */
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
    display: inline-block;
}


/*================================================
11 - SCHEDULE AREA CSS
==================================================*/

.evlis-schedule-area {
    background: #fbfbfd none repeat scroll 0 0;
    position: relative
}

.schedule_bg {
    position: absolute;
    right: 0;
    bottom: 20%;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.offer-tabs {
    margin: 15px auto 0 auto;
}

#offerTab {
    float: none;
    text-align: center;
    display: block;
    border-bottom: 0px solid #dee2e6 !important
}

#offerTab li.nav-item {
    display: inline-block !important;
    margin: 0 5px;
}

#offerTab li a.nav-link.active {
    display: inline-block;
    /*
        text-transform: uppercase;
    */
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    border: medium none;
    padding: 8px 18px;
    line-height: 25px;
    background: #a60c95 none repeat scroll 0 0;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
}

#offerTab li a.nav-link {
    display: inline-block;
    /*
        text-transform: uppercase;
    */
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    border: 1px solid #a60c95;
    padding: 8px 18px;
    line-height: 25px;
    font-weight: 700;
    color: #111;
    border-radius: 3px;
}

#offerTab li a.nav-link.active {
    border: medium none
}

#offerTab li a.nav-link.active span {
    border-top: 1px solid #fff
}

#offerTab li a.nav-link span {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    border-top: 1px solid #a60c95
}

.single-schedule-item {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
    background: #fff none repeat scroll 0 0;
}

.schedule-time h3 {
    width: auto;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-weight: 700;
    /*
        text-transform: uppercase;
    */
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
    background: #ff8a01 none repeat scroll 0 0;
    margin-bottom: 15px;
}

.schedule-details h3 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.schedule-details h3:hover {
    color: #a60c95
}


/*================================================
12 - SPEAKERS AREA CSS
==================================================*/

.single-speakers {
    margin-top: 30px;
}

.speakers-image {
    position: relative;
    padding: 15px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.speakers-image:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.speakers-image img {
    width: 100%;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-speakers:hover .speakers-image {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.single-speakers:hover .speakers-image img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.speakers-info {
    padding-top: 20px;
}

.speakers-info h3 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.speakers-info h3:hover {
    color: #a60c95
}

.speakers-info p {
    font-family: "Tuborg Grotesque", sans-serif;
    letter-spacing: 2px;
}


/*================================================
13 - REGISTRATION AREA CSS
==================================================*/

.evlis-registration-area {
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.registration-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.registration-box>p {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.registration-box h3 {
    color: #fff;
    /*
        text-transform: capitalize;
    */
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
    display: inline-block;
    border-top: 2px solid #fff;
}

.registration-box h3 span {
    display: block
}

.registration-box form {
    margin-top: 30px;
}

.registration-box form input {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
}

.registration-box form select {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
}

.registration-box form button {
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    letter-spacing: 3px;
    cursor: pointer;
    /*
        text-transform: uppercase;
    */
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.registration-box form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #a60c95
}

.nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}


/*================================================
14 - SPONSOR AREA CSS
==================================================*/

.sponsor-box-item {
    text-align: center;
    margin-top: 30px;
}

.sponsor-box li {
    width: 21%;
    display: inline-block;
    padding: 20px;
    margin: 30px 15px 0px;
    background: #f7f7f7 none repeat scroll 0 0;
}

.sponsor-box li img {
    width: 140px;
}

.sponsor-heading h4 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.section-action {
    text-align: center
}

.section-action a.evlis-btn {
    margin-top: 50px;
}


/*================================================
15 - PRICING AREA CSS
==================================================*/

.evlis-pricing-area {
    background: url('../img/promo.jpg') no-repeat fixed 0 0/cover;
    position: relative;
    z-index: 1
}

.evlis-pricing-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #111;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.single-price-box {
    margin-top: 30px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
    border-radius: 5px;
}

.price-head {
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.price-head h4 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.price-head h2 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
}

.price-head h2 span {
    font-size: 14px;
}

.price-body {
    padding: 30px;
}

.price-body li {
    margin: 15px 0;
}

.price-body li i {
    margin-right: 10px;
    color: #ff8a01;
}

.price-action {
    text-align: center;
}

.price-action a.evlis-btn {
    margin-top: 20px;
}

.single-price-box.active .price-head {
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.single-price-box.active .price-head h4 {
    color: #fff
}

.single-price-box.active .price-head h2 {
    color: #fff
}

.single-price-box.active .price-head h2 span {
    color: #fff
}


/*================================================
16 - BLOG AREA CSS
==================================================*/

.evlis-blog-area {
    background: #fbfbfd none repeat scroll 0 0;
}

.single-blog {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%
}

.blog-image p {
    position: absolute;
    top: 15px;
    width: auto;
    left: 15px;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-weight: 700;
    /*
        text-transform: uppercase;
    */
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-align: center;
    line-height: 22px;
}

.blog-image p span {
    display: block
}

.date-bg-1 {
    background: #a60c95 none repeat scroll 0 0;
}

.date-bg-2 {
    background: #ff8a01 none repeat scroll 0 0;
}

.blog-text {
    padding: 20px;
}

.blog-text a {
    display: inline-block
}

.blog-text h3 {
    font-family: "Tuborg Grotesque", sans-serif;
    color: #111;
    font-weight: 500;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    line-height: 28px;
}

.blog-text h3:hover {
    color: #a60c95
}


/*================================================
17 - CONTACT AREA CSS
==================================================*/

.evlis-contact-area {
    position: relative
}

.contact-box {
    margin: 50px auto 0;
    width: 85%;
}

.contact-box form p {
    margin-top: 15px
}

.contact-box form p label {
    display: block;
    color: #111;
    margin-bottom: 4px;
}

.contact-box form p label span {
    color: #a60c95;
}

.contact-box form p input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 15px;
}

.contact-box form p textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 215px
}

.submit-form {
    text-align: center
}

.submit-form button {
    background: #a60c95 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    letter-spacing: 3px;
    cursor: pointer;
    /*
        text-transform: uppercase;
    */
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: medium none;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.submit-form button:hover {
    background: #b90e64 none repeat scroll 0 0
}


/*================================================
18 - FOOTER AREA CSS
==================================================*/

.evlis-footer-area {
    background: #fbfbfd none repeat scroll 0 0;
    padding: 50px 0 40px 0px;
}

.footer-copyright p {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    /*
        text-transform: uppercase;
    */
    color: #333;
}

.footer-box {
    text-align: center
}

.footer-box-right ul {
    margin-top: 20px;
    text-align: center
}

.footer-box-right ul li {
    display: inline-block
}

.footer-box-right ul li a {
    display: block;
    color: #111;
    padding: 5px 10px;
    font-size: large;
}

.footer-box-right ul li a:hover {
    color: #FEC33E;
    background-color: #000000;
}


/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */


/* hide no more entries button */

.media-boxes-no-more-entries {
    display: none;
}


/* make your own style of the filter */

.filters-container {
    margin-bottom: 20px;
}

.custom-filter {
    padding: 0;
    text-align: right;
}

.custom-filter li {
    list-style: none;
    display: inline-block;
    margin-left: 18px;
    font-size: 12px;
}

.custom-filter li a {
    color: #999;
    text-decoration: none;
}

.custom-filter li a:hover {
    color: #333;
}

.custom-filter li a.selected {
    color: #D1474C !important;
}


/* Set the style of the thumbnail overlay items */

.media-box-title {
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    /*
        text-transform: uppercase;
    */
    letter-spacing: 2px;
    line-height: 28px;
}

.media-box-date {
    color: #F2F2F2;
    font-size: 10px;
}


/* Remove box shadow and border-radius from the media boxes */

.media-box-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


/* thumbnail overlay background */

.thumbnail-overlay {
    background-color: rgba(0, 0, 0, .40);
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}


/* hover effect on the thumbnail-overlay */

.thumbnail-overlay:hover {
    background-color: rgba(0, 0, 0, .20) !important;
}


/* hover effect on the image */

.media-box-image img {
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.media-box-image:hover img {
    -webkit-transform: scale(1.2) translate(-20px);
    -moz-transform: scale(1.2) translate(-20px);
    -o-transform: scale(1.2) translate(-20px);
    -ms-transform: scale(1.2) translate(-20px);
    transform: scale(1.2) translate(-20px);
}


/* Change alignment in grid 2 */

#grid2 .thumbnail-overlay>div.aligment>div.aligment {
    vertical-align: bottom;
    padding-bottom: 40px;
}

.thumbnail-overlay .media-box-title {
    font-size: 16px;
}

.thumbnail-overlay .media-box-date {
    font-style: italic;
    font-size: 12px;
}


.nice-select {
    line-height: 38px;
}

.tabs {
    margin-top: -47px;
    margin-left: -31px;
    margin-bottom: 20px;
    margin-right: -31px;
}

.tabs a {
    padding: 5px 15px 5px 15px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.tabs a.active {
    background-color: white;
}

.nice-select {
    line-height: 38px;
}

::placeholder {
    text-transform: none;
}

@media only screen and (max-width: 425px) {
    .btn-lg {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .navbar-nav.get_tickets {
        display: block;
        margin-left: 0;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

#pageContent {}

#pageContent ul,
#pageContent ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

#pageContent ul li {
    list-style: disc;
}

#pageContent ol li {
    list-style: decimal;
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler span {
        color: #515457;
    }

    .navbar-nav.get_tickets {
        display: block;
        line-height: 43px;
    }

    .navbar-nav.get_tickets li {
        display: inline-block;
    }
}

.rsNav {
    display: none;
}

/*.navbar-nav { margin-left:0 !important; }*/
.navbar-nav li {
    background-color: white;
    border-radius: 7px;
    margin-right: 7px;
}

.get_tickets li {
    background-color: transparent;
}

/*.navbar-nav.navbar-nav.get_tickets { margin-left: 7px; }*/
.navbar-nav.navbar-nav.get_tickets:last-child {
    margin-right: 0;
}

.footer-logo img {
    height: 75px;
}

/* Card styling */
.hover-shadow {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-3px);
}

.transition-300 {
    transition: all 0.3s ease;
}

/* Announcement content styles */
.announcement-content img {
    max-width: 100%;
    height: auto;
}

/* Header gradient */
.bg-gradient-secondary {
    background: linear-gradient(135deg, #8590a2 0%, #495057 100%) !important;
}

/* Social sharing buttons */
.social-share a {
    transition: all 0.2s ease;
}

.social-share a:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* Badge styling */
.badge-light {
    font-weight: 500;
}

/* Button hover effects */
.btn-outline-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(108, 117, 125, 0.3);
}

/* Event calendar */
.divider {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right, #007bff, #28a745);
    margin-top: 20px;
    margin-bottom: 30px;
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #0062cc, #007bff);
}

.bg-gradient-success {
    background: linear-gradient(45deg, #218838, #28a745);
}

.timeline {
    position: relative;
    padding-left: 60px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #e9ecef, #007bff, #28a745);
    border-radius: 3px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Timeline son öğesinden sonra çizgiyi kaldır */
.timeline-item:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    height: 50%;
    width: 3px;
    background-color: white;
    z-index: 2;
}

.timeline-marker {
    position: absolute;
    left: -60px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    border: 3px solid #fff;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
}

.timeline-marker.camp-marker {
    background-color: #28a745;
}

.timeline-content {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #007bff;
}

.timeline-item:hover .timeline-content {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.timeline-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #343a40;
}

.timeline-date {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.timeline-details {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
}

.timeline-phase {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.timeline-phase:last-child {
    margin-bottom: 0;
}

.phase-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007bff;
    margin-top: 6px;
    margin-right: 10px;
    flex-shrink: 0;
}

.phase-title {
    font-weight: 600;
    color: #495057;
}

/* Responsive */
@media (max-width: 767.98px) {
    .timeline {
        padding-left: 50px;
    }

    .timeline::before {
        left: 16px;
    }

    .timeline-marker {
        left: -50px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .timeline-content {
        padding: 1rem;
    }

    .timeline-title {
        font-size: 1.1rem;
    }
}

#faq .card-body ul,
#faq .card-body ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

#faq .card-body li {
    list-style: disc;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #515457;
}

#faq .card-body p {
    color: #515457;
}

.transition-300 {
    transition: all 0.3s ease;
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.opacity-0 {
    opacity: 0;
}

.hover-opacity-75:hover {
    opacity: 0.75;
}

.bg-tuborg-yellow {
    background-color: #FEC33E !important;
}

.outline-tuborg-yellow {
    outline-color: #FEC33E !important;
}

.bg-tuborg-red {
    background-color: #C01F24 !important;
}

.outline-tuborg-red {
    outline-color: #C01F24 !important;
}

.nav-pills .nav-link.active {
    background-color: #FEC33E !important;
    color: #000 !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-decoration-overline {
    text-decoration: overline !important;
}

.mini-timeline {
    position: relative;
    padding: 0;
    margin: 0;
}

.mini-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 2px;
    background: #e9ecef;
}

.mini-timeline-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.mini-timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e8a50b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mini-timeline-marker.camp-marker {
    background-color: #d99400;
}

.mini-timeline-content {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #e8a50b;
}

.camp-marker+.mini-timeline-content {
    border-left-color: #d99400;
}

.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.transition-300 {
    transition: all 0.3s ease;
}

/* Takvim başlıkları için özel gradientler */
.contest-header {
    background: linear-gradient(135deg, #FEC33E 0%, #e8a50b 70%, #d99400 100%);
}

.camp-header {
    background: linear-gradient(135deg, #d99400 0%, #e8a50b 30%, #FEC33E 100%);
}

/* Sosyal Medya Paylaşım Butonları için Stiller */
.social-share-buttons {
    margin: 30px 0;
    text-align: center;
}

.social-share-buttons h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.share-buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-share-icon {
    width: 20px;
    height: 20px;
    fill: white;
    filter: brightness(0) invert(1);
}

.social-share-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 7px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.social-share-btn i {
    margin-right: 8px;
}

.social-share-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.facebook-btn {
    background-color: #3b5998;
}

.x-btn {
    background-color: #000000;
}

.linkedin-btn {
    background-color: #0077b5;
}

.fa-x {
    color: #ffffff;
}

.fa-x::before {
    font-family: Times New Roman;
    content: "X";
}

/* Mobil için düzenleme */
@media (max-width: 576px) {
    .share-buttons-container {
        flex-direction: row;
        align-items: center;
    }

    .social-share-btn {
        display: inline-block;
        width: auto 0 auto 10px;
        padding: 5px 10px;
    }
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-logo,
.footer-logo-secondary {
    display: inline-block;
}

.footer-logo img,
.footer-logo-secondary img {
    max-height: 60px;
    width: auto;
}

.footer-logo-secondary img {
    max-height: 50px;
}

@media (max-width: 767px) {
    .footer-logos {
        flex-direction: row;
        gap: 15px;
    }

    .footer-logo {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .footer-logo img,
    .footer-logo-secondary img {
        max-height: 40px;
    }
}

/* === Genel Bölüm Stilleri === */
.stats-section {
    padding: 60px 0;
    /* Üst ve alt boşluk */
    background-color: #fff;
    /* Arka plan rengi (görseldeki gibi beyaz) */
    font-family: sans-serif;
    /* Genel bir font, özelleştirebilirsiniz */
}

/* === Konteyner (İçeriği ortalar) === */
.stats-section .container {
    max-width: 960px;
    /* Grid'in genişliği, ayarlanabilir */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* === Başlık Stilleri === */
.stats-section .section-title {
    font-size: 4em;
    /* Başlık boyutu (ayarlanabilir) */
    font-weight: 900;
    /* Kalın font */
    line-height: 1.2;
    text-align: center;
    /* text-center sınıfı */
    margin-bottom: 50px;
    /* Başlık ile grid arası boşluk */
    color: #ffffff;
    /* Sarı renk */
    text-transform: uppercase;
    /* Büyük harf */
}

/* Dış Çizgi Efekti (Görseldeki gibi siyah veya koyu bir renk varsayımıyla) */
.stats-section .text-outlined {
    -webkit-text-stroke: 1px #ffc629;
    /* Webkit tarayıcılar için (Kalınlık ve renk ayarlanabilir) */
    text-stroke: 1px #ffc629;
    /* Standart (Kalınlık ve renk ayarlanabilir) */
    /* Alternatif olarak text-shadow kullanılabilir, ancak stroke daha keskindir */
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

/* === Grid Layout Stilleri === */
.stats-section .stats-grid {
    display: grid;
    /* 3 sütunlu düzen */
    grid-template-columns: repeat(3, 1fr);
    /* Sütunlar ve satırlar arası boşluk */
    gap: 50px 30px;
    /* Dikey boşluk (50px) / Yatay boşluk (30px) - Ayarlanabilir */
}

/* === Tekil İstatistik Öğesi === */
.stats-section .stat-item {
    text-align: center;
    /* İkonu ve metni ortala */
}

/* === İkon Stilleri === */
.stats-section .stat-icon {
    margin-bottom: 20px;
    /* İkon ile metin arası boşluk */
    position: relative;
    /* İstenirse içindeki öğeler için */
    max-width: 200px;
    /* İkonun maksimum genişliği (ayarlanabilir) */
    margin-left: auto;
    /* İkonu kendi içinde ortala */
    margin-right: auto;
}

.stats-section .stat-icon img {
    display: block;
    /* Alt boşluğu kaldır */
    max-width: 100%;
    /* Kapsayıcısına sığdır */
    height: auto;
    /* En boy oranını koru */
}

/* === Açıklama Metni Stilleri === */
.stats-section .stat-description {
    font-size: 1em;
    /* Metin boyutu (ayarlanabilir) */
    font-weight: 600;
    /* Kalın font */
    line-height: 1.5;
    /* Satır yüksekliği */
    color: #333;
    /* Koyu gri/siyah metin rengi */
    margin: 0;
    /* Varsayılan paragraf marjinini sıfırla */
}


/* === Duyarlılık (Responsive) Ayarları === */

/* Orta Boy Ekranlar (Tabletler, ~992px altı) */
@media (max-width: 991px) {
    .stats-section .container {
        max-width: 720px;
        /* Konteyner genişliğini ayarla */
    }

    .stats-section .stats-grid {
        /* 2 sütuna düşür */
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
        /* Boşlukları ayarla */
    }

    .stats-section .section-title {
        font-size: 2.4em;
        /* Başlık boyutunu küçült */
    }
}

/* Küçük Ekranlar (Mobil, ~768px altı) */
@media (max-width: 767px) {
    .stats-section {
        padding: 40px 0;
        /* Boşlukları azalt */
    }

    .stats-section .container {
        max-width: none;
        /* Tam genişlik kullan (padding ile içerik içeride kalır) */
    }

    .stats-section .stats-grid {
        /* Tek sütuna düşür */
        grid-template-columns: 1fr;
        gap: 40px 0;
        /* Sadece dikey boşluk */
    }

    .stats-section .section-title {
        font-size: 2em;
        /* Başlığı daha da küçült */
        margin-bottom: 30px;
        /* Boşluğu azalt */
    }

    .stats-section .stat-icon {
        max-width: 140px;
        /* Mobil için ikon boyutunu ayarla */
        margin-bottom: 15px;
    }

    .stats-section .stat-description {
        font-size: 0.9em;
        /* Mobil için metni biraz küçült */
    }
}

/* faq sayfası */
#faqAccordion {}

#faqAccordion .btn-link {
    white-space: normal;
}

@media (max-width: 580px) {
    .card-header {
        padding: 0.75rem 0;
    }
}

/* ========================================
   ROYALSLIDER CRITICAL FIX - DO NOT REMOVE
   Görsellerin kaybolmasını önler
   ======================================== */
.royalSlider>.rsContent {
    visibility: visible !important;
    opacity: 1 !important;
}

.royalSlider .rsSlide {
    visibility: visible !important;
}

.royalSlider img.rsImg {
    visibility: visible !important;
}