@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

.th-banner-title-2 {
    font-size: 60px;
    line-height: 1;
    color: var(--secondary-color);
    text-transform: none;
    font-weight: 700;
}

.th-circle-txt-wrap {
    height: 150px;
    width: 150px;
    display: inline-block;
    border-radius: 50%;
    background: var(--black-bg);
    padding: 23px;
    border: 1px solid #2C2C2C;
    position: relative;
}

.th-banner-area .th-banner-content-wrapper {
    padding: 100px 80px 30px;
}

.th-blog-meta-flex-2 p {
    color: aliceblue;
    text-align: justify;
}

.th-blog-content-2 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-right: 20px;
}

.th-blog-title-2 {
    color: #0073ba;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    padding-top: 30px;
}

.th-blog-content-2 h5 {
    margin-top: 0px;
    color: aliceblue;
    font-weight: 600;
    opacity: 0.9;
}

.th-blog-content-2 h6 {
    opacity: 0.9;
    margin-top: 10px;
    color: aliceblue;
    font-weight: 400;
}

.th-year-title {
    font-size: 160px;
    color: var(--secondary-color);
    line-height: 1;
    font-weight: 700;
}

.th-section-title-2 p {
    color: aliceblue;
}


.th-blog-tag2 {
    border: 1px solid #2C2C2C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    transition: 0.3s;
    padding: 5px 10px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    border-radius: 64px;
    margin-right: 0px;
}

.th-blog-tag2::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    transform: translateY(0%);
    height: 0px;
    width: 0px;
    background: var(--primary-color-2);
    border-radius: 0%;
}

.know-more-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    transition: 0.3s;
    display: inline-block;
    border-bottom: 1px solid var(--secondary-color);
}

.know-more-btn:hover {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    transition: 0.3s;
    display: inline-block;
    border-bottom: 1px solid var(--primary-color-2);
}

iframe {
    margin-bottom: 30px;
    border-radius: 20px;
}

.th-clientbox-flex {
    border: 1px solid #2F2E40;
    border-radius: 16px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}

.th-clientbox-flex .th-title {
    font-size: 30px;
    line-height: 56px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-right: 12px;
}



.modern-banner {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background: #000;
}

/* Slides */
.modern-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease;
}

.modern-slide.active {
    padding-top: 120px;
    opacity: 1;
    visibility: visible;
}

/* Background */
.bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    /* background-position: center; */
    transform: scale(1.1);
    animation: zoomEffect 8s linear infinite;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Shape */
.shape {
    position: absolute;
    top: -150px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: rgba(255, 123, 0, 0.15);
    border-radius: 50%;
    filter: blur(20px);
}

/* Container */
.container-box {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
}

/* Left Content */
.left-content {
    max-width: 650px;
    color: #fff;
}

.small-title {
    color: #000;
    display: inline-block;
    padding: 8px 22px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.left-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.05;
    margin-bottom: 15px;
    font-weight: 700;
}

.left-content p {
    font-size: 20px;
    line-height: normal;
    color: #f1f1f1;
    margin-bottom: 40px;
    max-width: 550px;
}

/* Buttons */
.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.primary-btn {
    padding: 16px 38px;
    background: #ff7b00;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    transition: 0.4s;
}

.primary-btn:hover {
    background: #fff;
    color: #111;
}

.video-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* Right Card */
.right-card {
    width: 320px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    padding: 40px 35px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.right-card h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: #ffcc00;
}

.event-box {
    margin-bottom: 15px;
}

.event-box span {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    /* line-height: 1; */
}

.event-box p {
    /* margin-top: 8px; */
    color: #ddd;
}

.right-card h4 {
    color: #009dff;
    font-size: 20px;
    /* line-height: 1.4; */
    margin-bottom: 15px;
}

.right-card a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 20;
    transition: 0.4s;
    backdrop-filter: blur(6px);
}

.nav-arrow:hover {
    background: #ff7b00;
}

.prev {
    left: 25px;
}

.next {
    right: 25px;
}

/* Responsive */
@media(max-width:991px) {

    .modern-banner {
        height: 650px;
    }

    .container-box {
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        text-align: center;
    }

    .left-content h1 {
        font-size: 50px;
    }

    .btn-group {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .modern-banner {
        height: 580px;
    }

    .left-content h1 {
        font-size: 34px;
    }

    .left-content p {
        font-size: 15px;
    }

    .right-card {
        display: none;
    }

    .nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .primary-btn {
        padding: 14px 24px;
        font-size: 14px;
    }
}

.left-content p {
    font-family: "Satisfy", cursive;
    font-family: 25px;
}