@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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: white;

}

.banner {
    position: relative;
    top: 0;
    width: 100%;
    background-image: url(/assets/images/banner/banner-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    /* 0.2 = cüzi qaraltı, istəyə uyğun artıra bilərsən */
    z-index: 2;
}

.banner>* {
    position: relative;
    z-index: 3;
}

.bg-body-tertiary {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    transition: 0.3s;

}

.navbar .container-fluid {
    padding: 0 92px !important;
    transition: 0.3s;

}

.navbar-brand img {
    height: 3rem;
}

.nav-link {
    font-size: 20px !important;
    color: white !important;
    font-weight: 500;
}

.navbar-scrolled {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.navbar-scrolled .nav-link {
    color: #3D3BF3 !important;
}



.frames {
    position: relative;
    width: 100%;
}

.frame-1 {
    top: 20vh;
    position: absolute;
    left: 0;
}

.frame-2 {
    top: 16vh;
    position: absolute;
    text-align: end;
    right: 0;
}

.frame-2 img {
    width: 75%;
}

.banner-content {
    padding-top: 25vh;
    padding-bottom: 15vh;
    width: 100%;
    text-align: center;
}

.banner-slogan {
    text-align: center;
}

.banner-slogan h1 {
    font-size: 60px;
    color: white;
}

.typewriter-container {
    display: inline-block;
    position: relative;
}

.typewriter-cursor {
    animation: blink 1s infinite;
    color: coral;
}

.register-button {
    background: linear-gradient(90deg, rgba(79, 72, 207, 1) 0%, rgba(42, 42, 235, 1) 35%, rgba(0, 212, 255, 1) 100%);

    border: 2px solid white;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding: 10px 20px;
    margin-top: 50px;
    transition: 0.3s;
}

.register-button:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-5px);
    letter-spacing: 2px;
    transition: 0.3s;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.countdown-box {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: transparent;
    min-width: 60px;
}

.countdown-value {
    font-size: 5rem;
    font-weight: bold;
    margin-right: 8px;
    color: white;
}

.countdown-label {
    font-size: 0.9rem;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
}

.countdown-separator {
    font-size: 5rem;
    color: white;
    margin-top: -10px;
}

.countdown-box {
    transition: all 0.3s ease;
}

.about-us {
    background-color: #3D3BF3;
}

.about-us h2 {
    color: white;
}

.section-title {
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 26px;
}

.section-title h2 {
    font-weight: 600;
    margin: 0;
    font-size: 40px;
}

.row {
    margin: 0;
}

.about-us-content {
    padding: 0 15%;
}


.about-us-item p {
    padding: 3px 5px;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    text-align: center;
}

.about-us-item p {
    margin-top: 10px;
    margin-bottom: 30px;
}


.speaker h2,
.gallery h2 {
    color: #3D3BF3;
}

.speaker-content {
    padding: 0 10%;
}

.speaker-content>div>div {
    position: relative;
    background-color: #3D3BF3;
    border-radius: 20px;
    height: 400px;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    /* yuxarıdan boşluq */
    padding-inline: 20px;
    /* sağ-sol boşluq */

}

.speaker-info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 500px;
    padding: 20px;
    backdrop-filter: blur(50px);
    background: #D9D9D952;
    z-index: 2;
    text-align: center;
    transition: 0.3s;
}

.speaker-content>div>div:hover .speaker-info {
    top: 0;
    transition: 0.3s;
}

.speaker-info p {
    font-size: 16px;
    color: white;
}

.speaker-content img {
    max-height: 100%;
    max-width: 120%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
}

.speaker-content span {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    backdrop-filter: blur(50px);
    background: #D9D9D952;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.program h2 {
    color: #3D3BF3;
}

.timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #3D3BF3;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.event-container {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.left {
    left: 0;
    text-align: right;
}

.right {
    left: 50%;
    text-align: left;
}

.event {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.event::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 3px solid #3D3BF3;
    border-radius: 50%;
    top: 30px;
}

.left .event::after {
    right: -32px;
}

.right .event::after {
    left: -32px;
}

.event-time {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 8px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.event-description {
    line-height: 1.5;
    margin-bottom: 5px;
}

.event-speaker {
    font-style: italic;
    color: #7f8c8d;
    margin-top: 5px;
}

.welcome-message {
    color: #27ae60;
    font-weight: bold;
    margin-top: 10px;
}

.owl-carousel {
    height: 360px;
    /* Karuselin ümumi hündürlüyü */
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    /* Şəkilləri şaquli olaraq mərkəzləşdirir */
}

.owl-carousel-item {
    height: 360px;
    display: flex;
    align-items: center;
    /* Şəkli şaquli mərkəzləşdirir */
    justify-content: center;
    /* Şəkli üfüqi mərkəzləşdirir */
    overflow: hidden;
    /* Həddindən artıq böyük şəkilləri kəsir */
}

.owl-carousel-item img {
    height: 360px;
    width: auto;
    /* Eni avtomatik olaraq nisbəti qoruyaraq təyin olunacaq */
    max-width: 100%;
    /* Konteyneri daşıb çıxmaması üçün */
    object-fit: cover;
    /* Şəkli konteynerə uyğunlaşdırır, nisbəti qoruyaraq */
}

.tickets-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.ticket-card {
    background: white;
    border-radius: 15px;
    width: 350px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.ticket-card:hover {
    transform: translateY(-10px);
}

.ticket-header {
    text-align: center;
    position: relative;
}

.ticket-title {
    font-size: 28px;
    font-weight: 700;
    color: #3D3BF3;
    margin-bottom: 10px;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.original-price {
    font-size: 24px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.discounted-price {
    font-size: 42px;
    font-weight: 800;
    color: #3D3BF3;
    position: relative;
}

.discounted-price::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3D3BF3, transparent);
    bottom: -8px;
    left: 0;
}

.discount-badge {
    background-color: #FF5722;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-5px);
}

.ticket-features {
    margin: 30px 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
}

.feature i {
    color: #3D3BF3;
    margin-right: 10px;
    font-size: 20px;
}

.ticket-button {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    background-color: #3D3BF3;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.ticket-button:hover {
    background-color: #2A28D1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(61, 59, 243, 0.4);
}

.student-ticket::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #b80890, #fd4fd4);
}

.standard-ticket::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e17721, #f89341);
}

.vip-ticket::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #a87c11, #d3a83b);
}

.ticket-badge {
    position: absolute;
   top: -1px;
    right: -51px;
    background: #FF5722;
    color: white;
    padding: 5px 12px;
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .tickets-container {
        flex-direction: column;
        align-items: center;
    }

    .ticket-card {
        width: 80%;
    }
}

.tickets {
    background-color: #3D3BF3;
    position: relative;
}

.tickets .chatbox {
    position: absolute;
    width: 50%;
    transform: rotate(-30deg);
    left: 50px;
    top: 50px;
    opacity: 0.8;
}

.tickets .section-title h2 {
    color: white;
}

.partners .section-title h2 {
    color: #3D3BF3;
}



.partner-item {
    transition: transform 0.3s ease;
}

.partner-item:hover {
    transform: scale(1.05);
}


.partner-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.contact-section {
    position: relative;
    padding-bottom: 50px;
    padding: 0 10% 50px;
    text-align: end;
    background-color: #3D3BF3;
    overflow: hidden;

}

.contact-section .chatbox {
    position: absolute;
    width: 50%;
    transform: rotate(30deg);
    right: 50px;
    bottom: 50px;
    opacity: 0.8;
    z-index: 0;
}



.contact-section .section-title h2 {
    color: white;
}

.container {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #4c49eddb;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
}

input:focus-visible,
textarea:focus-visible {
    border: 1px solid #3D3BF3 !important;
    outline: none;
    transition: 0.3s;
}



textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #3D3BF3;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #3432ae;
}

.hidden {
    display: none;
}

#success-message p {
    color: #3432ae;
    font-weight: bold;
}

#error-message p {
    color: #f44336;
    font-weight: bold;
}

.contact-info-container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-info-container h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.contact-info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info-item i {
    color: #3D3BF3;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 1.1rem;
}

.contact-info-item span {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

footer {
    display: flex;
    background: #3D3BF3;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 10px 10%;
}

.social-medias {
    display: flex;
    align-items: center;
}



.social-medias a {
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

footer img {
    height: 40px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 15px;
    }

    .countdown-value {
        font-size: 1.5rem;
    }

    .countdown-box {
        padding: 8px 10px;
        min-width: 50px;
    }

    .countdown-separator {
        font-size: 1.2rem;
    }


}

.contact-info-container a{
    text-decoration: none;
}

.navbar-toggler{
    background-color: white !important;
    border-radius: 4px !important;
    outline: none;
    border: none;
    box-shadow: none !important;
}

.show{
    background-color: white !important;
    border-radius: 4px !important;
    transition: 0.3s;
}

.show .nav-link{
    color: #3D3BF3 !important;
    padding-left:10px;
    transition: 0.3s;
}

@media (max-width: 600px) {

    main {
        overflow: hidden;
    }

    .banner-content {
        padding-top: 17vh;
    }

    .countdown-box {
        flex-direction: column;
    }

    .countdown-value,
    .countdown-separator {
        font-size: 1rem;
    }

    .frames {
        display: none;
    }

    .banner-slogan h1 {
        font-size: 45px;
    }

    .about-us-content,
    .speaker-content {
        padding: 0 5%;
    }

    .about-us-item p {
        font-size: 15px;
    }

    .timeline::before {
        left: 90%;
    }

    .event-container {
        width: 90%;
    }

    .right {
        left: 0;
    }

    .right .event::after {
        right: -32px;
        left: auto;
    }

    .ticket-badge{
        top: -5px;
    right: -43px;
    }

    .contact-section .col-lg-8{
        margin-bottom: 20px;
    }

    .contact-section{
        padding: 0 5% 50px;
    
    }

    .contact-info-container{
        padding: 17px;
    }

    footer{
        flex-direction: column;
        text-align: center;
    }

    footer img,footer>span{
        margin-bottom: 15px;
    }

    .navbar .container-fluid{
        padding: 0px 25px !important;
    }
}