@import url("https://fonts.googleapis.com/css2?family=Faculty+Glyphic&family=Monoton&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&display=swap");

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body {
    font-family: "Faculty Glyphic", sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    object-fit: cover;
}
hr {
    margin: 10px 0px;
}
ul {
    list-style: none;
}
button {
    border: none;
}
:root {
    --bg1: #fb6210;
    --bg2: #970231;
    --bg3: #f2880f;
    --bg4: #db1c02;
    --light: #ffffff;
    --dark: #000000;
    --font1: "Faculty Glyphic", sans-serif;
    --font2: "Raleway", sans-serif;
    --font3: "Sansation", sans-serif;
    --font4: "Unbounded", sans-serif;
    --font5: "Monoton", sans-serif;

    --text-color: #6c757d;
    --pm5: 5px;
    --pm10: 10px;
    --pm15: 15px;
    --pm20: 20px;
    --pm25: 25px;
    --pm30: 30px;
    --pm35: 35px;
    --pm40: 40px;
    --pm50: 50px;
    --pm60: 60px;
    --pm70: 70px;
    --pm80: 80px;
    --pm90: 90px;
    --pm100: 100px;
    --pm110: 110px;
    --pm120: 120px;
    --pm130: 130px;
    --pm140: 140px;
    --fsize14: 14px;
    --fsize16: 16px;
    --fsize18: 18px;
    --fsize20: 20px;
    --fsize22: 22px;
    --fsize24: 24px;
    --fsize26: 26px;
    --fsize28: 28px;
    --fsize30: 30px;
    --fsize32: 32px;
    --fsize34: 34px;
    --fsize36: 36px;
    --fsize38: 38px;
    --fsize40: 40px;
    --fweight4: 400;
    --fweight5: 500;
    --fweight6: 600;
    --fweight7: 700;
    --fweight8: 800;
    --lheight1: 1;
    --lheight2: 1.1;
    --lheight3: 1.2;
    --lheight4: 1.3;
    --lheight5: 1.4;
}
.alert-success {
    background-color: rgb(71, 130, 71) !important;
}
/* Button Section Start */

.td-btn-square {
    background-color: var(--bg2);
    border-radius: 5px 22px;
    object-fit: cover;
    --tw-leading: 1;
    padding-inline: var(--pm35);
    padding-block: 16px;
    font-size: var(--fsize18);
    line-height: var(--lheight1);
    font-weight: var(--fweight5);
    color: var(--light);
    clip-path: polygon(
        0 0,
        88% 0%,
        100% 28%,
        100% 80%,
        100% 100%,
        11% 100%,
        0% 70%,
        0% 20%
    );
    transition: all 0.4s ease;
}
.td-btn-square:hover {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 60%,
        85% 100%,
        0 100%,
        0 80%,
        0 38%,
        15% 0
    );
    border-radius: 22px 5px;
    background-color: var(--dark);
}

/* Button Section End */

/* Header Section Start */

header .navbar {
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    background-color: #fff;
    z-index: 1000;
}
header .navbar .navbar-brand img {
    height: 65px;
}
header .navbar .navbar-nav .nav-item {
    margin: var(--pm10) var(--pm15);
}
header .navbar .navbar-nav .nav-item .nav-link {
    font-family: var(--font3);
    font-weight: var(--fweight6);
    font-size: var(--fsize18);
    color: var(--dark);
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--bg2);
}

/* Header Section End */

/* Slider Section Start */

.slider_section {
    height: 76vh;
    border-radius: 200px 20px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 75%,
        88% 100%,
        0 100%,
        0 80%,
        0 25%,
        13% 0
    );
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slider_section::after {
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: var(--dark);
    /* opacity: 0.6; */
}
#slider {
    padding-top: 120px;
}
.slider_section > * {
    position: absolute;
    z-index: 2;
}
.slider_section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.slider_section .event_title {
    padding-left: 100px;
}
.slider_section .event_title .e0 {
    line-height: 1;
    font-size: 70px;
    color: var(--light);
    font-family: var(--font4);
    font-weight: 600;
}
.slider_section .event_title .e1 {
    line-height: 1.2;
    font-size: 80px;
    color: var(--light);
    font-family: var(--font4);
    font-weight: 800;
}
.slider_section .event_title .e1 img {
    height: 60px;
    margin: 0px 10px;
}
.slider_section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.slider_section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #00000041, #000000c4);
    z-index: 1;
}
.slider_section > *:not(video) {
    position: relative;
    z-index: 2;
}

.slider_section .social {
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}

.slider_section .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider_section .social ul li {
    margin: 15px 0;
}

.slider_section .social a {
    width: 42px;
    height: 42px;
    background: var(--bg2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.slider_section .social i {
    font-size: 20px;
    color: var(--light);
    transition: 0.3s;
}

.slider_section .social a:hover {
    background-color: var(--light);
}
.slider_section .social a:hover i {
    color: var(--bg2);
}

/* Slider Section End */

/* Event Details Section Start */

.event_details {
    padding: 40px 0px;
}
.event_details .hurry_up .card {
    border: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.event_details .hurry_up .card .card-body {
    padding: 0px;
}
.event_details .hurry_up .card .card-title {
    font-size: 38px;
    font-weight: 800;
    font-family: var(--font4);
}
.event_details .hurry_up .card .card-text {
    font-family: var(--font4);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.event_details .date_location {
    background-image: url("../images/location.png");
    background-position: 10% center;
    background-repeat: no-repeat;
    height: 100px;
    background-color: var(--dark);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    clip-path: polygon(
        0 0,
        88% 0%,
        100% 28%,
        100% 80%,
        100% 100%,
        11% 100%,
        0% 70%,
        0% 20%
    );
    border-radius: 10px 40px 10px 40px;
}
.event_details .date_location .dl1 {
    font-size: 22px;
    font-family: var(--font4);
}
.event_details .date_location .dl2 {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 800;
}

.event_details .date_time_hour .card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg2);
    height: 100px;
    clip-path: polygon(
        0 0,
        85% 0%,
        100% 25%,
        100% 80%,
        100% 100%,
        18% 100%,
        0% 75%,
        0% 20%
    );
    border-radius: 10px 30px;
}
.event_details .date_time_hour .card .card-title {
    font-size: 32px;
    font-weight: 800;
    font-family: var(--font4);
    text-align: center;
    color: var(--light);
}
.event_details .date_time_hour .card .card-text {
    text-align: center;
    font-family: var(--font4);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: var(--light);
}

/* Event Details Section End */

/* About Us Section Start */

.aboutus {
    padding: 80px 0px 60px 0px;
    font-family: var(--font2);
}
.aboutus button {
    border: none;
}
.aboutus ul {
    padding-left: 0px;
    margin: 20px 0px;
}
.aboutus ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 17px;
}
.aboutus ul li i {
    color: var(--bg2);
}
.aboutus .about_details {
    padding: 30px;
}
.aboutus .about_details .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    margin-bottom: 20px;
    padding: 5px 25px;
    font-weight: 600;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
}
.aboutus .about_details .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: var(--font4);
}

.aboutus .about_details .content {
    text-align: justify;
    font-size: 17px;
    font-weight: 600;
}
.aboutus .about_img {
    height: 550px;
    width: 100%;
    border: 4px solid var(--bg2);
    border-radius: 20px 100px 20px 100px;

    transform: scaleX(-1);
}
.aboutus .about_title {
    visibility: visible;
}
.aboutus .about_title .a1 {
    rotate: -90deg;
    font-size: 80px;
    margin-top: -20px;
    font-family: var(--font5);
    color: #6c757d60;
}
.about_box {
    display: none;
}
.aboutus .about_title1 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
}
.aboutus .about_title1 .a1 {
    font-size: 90px;
    font-family: var(--font5);
    color: #6c757d60;
    text-align: center;
    margin-top: -20px;
}

.about_img_section {
    width: 100%;
    overflow: hidden;
}

.about_img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
/* About Us Section End */

/* Points Section Start */

.points .card {
    border: none;
}
.points .card .card-title {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--font4);
    line-height: 1;
}
.points .card .card-text {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
}
.points .card .img_section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.points .card .img_section img {
    height: 60px;
}

/* Points Section End */

/* Attend Section Start */

.attend_section {
    padding: 80px 0px 60px 0px;
}
.attend_section .header_section {
    text-align: center;
    margin-bottom: 30px;
}
.attend_section .row {
    margin-top: 50px;
}
.attend_section .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    padding: 5px 25px;
    font-weight: 600;
    margin: 0px auto;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
    margin-bottom: 20px;
}
.attend_section .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font4);
}
.attend_section .header_section .content {
    font-size: 18px;
    width: 60%;
    line-height: 1.2;
    margin: 0px auto;
    margin-bottom: 30px;
}
.attend_section .card {
    border: 0px;
}
.attend_section .card img {
    height: 400px;
    border-radius: 10px;
    border: 1px solid var(--bg2);
    box-shadow: 0px 0px 10px #5f34413f;
}
.attend_section .card .card-body {
    padding: 15px 5px 10px 5px;
}
.attend_section .card .card-title {
    font-size: 22px;
    font-weight: 600;
}
.attend_section .card .card-text {
    text-align: justify;
}

/* Attend Section End */

/* Video Section Start */

.video_bg {
    background: url("../images/bg12.png") center center / cover no-repeat;
    height: 40vh;
    position: relative;
    display: flex;
    align-items: center;
}

.video_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
}

.video_bg > * {
    position: relative;
    z-index: 2;
}

.video_bg .header_section .title {
    background-color: var(--bg2);
    padding: 6px 20px;
    width: fit-content;
    font-weight: 500;
    color: var(--light);
    letter-spacing: 2px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.video_bg .header_section .subtitle {
    font-size: 32px;
    color: var(--light);
    font-weight: 600;
    font-family: var(--font4);
    margin-bottom: 10px;
}
.video_bg .header_section .content {
    font-size: 16px;
    color: var(--light);
}

.play {
    position: relative; /* MOST IMPORTANT */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

/* 🔴 PULSE ANIMATION – YEH HI TERI JAAN HAI */
.play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: #eb2055;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
    z-index: 0;
}

/* 🔴 MAIN CIRCLE */
.play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #eb2055;
    border-radius: 50%;
    z-index: 1;
}

/* ▶ ICON */
.play i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Video Section End */

/* Gallery Section Start */

.gallery {
    padding: 120px 0px 40px;
}
.gallery .header_section {
    text-align: center;
    width: 60%;
    margin: 0px auto;
}
.gallery .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    padding: 5px 25px;
    font-weight: 600;
    margin: 0px auto;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
    margin-bottom: 20px;
}
.gallery .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font4);
}
.gallery .header_section .content {
    margin-bottom: 30px;
}
.gallery .card {
    height: 300px;
    margin: 10px 0px;
    border: none;
    background-color: #6c757d11;
    border-radius: 25px;
}
.gallery .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gallery img {
    width: 100%;
    height: 300px;
    margin: 10px 0px;
    border-radius: 25px;
}
.gallery .card .card-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--bg2);
}
.gallery .card .card-text {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #424649;
}
.gallery .card .line {
    height: 2px;
    width: 100px;
    background-color: var(--bg2);
    margin: 20px auto;
}

/* Gallery Section End */

/* Logo Section Start */

.brand_logos {
    padding: 120px 0px 60px 0px;
}
.brand_logos .header_section {
    text-align: center;
}
.brand_logos .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    padding: 5px 25px;
    font-weight: 600;
    margin: 0px auto;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
    margin-bottom: 20px;
}
.brand_logos .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_logos .header_section .line {
    height: 4px;
    width: 150px;
    background-color: var(--dark);
    margin: 0px 10px;
}
.brand_logos .header_section .content {
    margin-bottom: 30px;
}
.brand_logos .card {
    background-color: #6c757d13;
    border: none;
    padding: 5px;
}
.brand_logos .card img {
    height: 90px;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}
.brand_logos .card img:hover {
    filter: grayscale(0%);
}
.brand_logos .card .card-body {
    padding: 10px;
    text-align: center;
    height: 80px;
}
.brand_logos .card .card-text {
    font-size: 20px;
    font-weight: 800;
    color: var(--bg2);
    line-height: 0.7;
}
.brand_logos .card .card-title {
    color: var(--dark);
    font-weight: 800;
}

/* Logo Section End */

/* Blog Section Start */

.blog {
    padding: 120px 0px;
    background-color: #6c757d10;
}
.blog .header_section {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}
.blog .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    padding: 5px 25px;
    font-weight: 600;
    margin: 0px auto;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
    margin-bottom: 20px;
}
.blog .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .header_section .content {
    margin-bottom: 30px;
}
.blog .card {
    border: none;
    background-color: transparent;
    padding: 10px;
    border-radius: 20px;
}
.blog .card .card-body {
    padding: 20px 10px;
}
.blog .card img {
    height: 250px;
    border-radius: 20px;
}
.blog .card .date_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6c757d;
    font-size: 14px;
}

/* Blog Section End */

/* Conatct Us Section Start */

.contact_us {
    padding: 120px 0px 0px 0px;
}
.contact_us .header_section {
    text-align: center;
}
.contact_us .header_section .title {
    background-color: #9702312d;
    width: fit-content;
    padding: 5px 25px;
    font-weight: 600;
    margin: 0px auto;
    color: var(--bg2);
    font-family: var(--font2);
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact_us .header_section .subtitle {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.contact_us .main_form {
    margin: 0px auto;
    background-color: #f5f6f6;
    /* border-radius: 20px; */
    position: relative;
    z-index: 10;
    width: 90%;
    margin-bottom: -180px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        90% 100%,
        0 100%,
        0 80%,
        0 0%,
        0% 0
    );
    border-radius: 20px 20px 120px 20px;
}
.contact_us .main_form .form_img img {
    height: 500px;
    border-radius: 0px 20px 20px 0px;
}
.contact_us .main_form .form_details {
    padding: 40px 15px 40px 40px;
}
.contact_us .main_form .form_details .content {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.contact_us .main_form .form_details input {
    height: 50px;
    border: none;
    box-shadow: 0px 0px 10px #4246492d;
}
.contact_us .main_form .form_details textarea {
    border: none;
    box-shadow: 0px 0px 10px #4246492d;
}

/* Conatct Us Section End */

/* Footer Section Section Start */

footer {
    background-color: var(--dark);
    padding: 280px 0px 0px 0px;
}
footer .card {
    background-color: transparent;
    color: var(--light);
}
footer .card img {
    height: 100px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
}
footer .b_logo {
    height: 80px;
}
footer .card ul {
    padding-left: 0px;
}
footer .card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    transition: all 0.4s;
    font-size: 14px;
}
footer .card ul li:hover {
    transition: all 0.4s;
    color: #ffffffb4;
}
footer .card .card-title {
    text-align: justify;
    font-size: 15px;
}
footer hr {
    color: var(--light);
}
footer .copyright {
    padding: var(--pm10) var(--pm20);
    color: var(--light);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .social ul {
    display: flex !important;
    align-items: center;
}
footer .social ul li {
    height: 35px;
    width: 35px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: var(--bg2);
}
footer ul li:hover {
    color: #ffffff;
    transition: all 0.4s;
}
footer .social .facebook {
    background: #4267b2;
    color: var(--light);
}
footer .social .instagram {
    background: linear-gradient(
        to top,
        #f8d948,
        #ef8132,
        #e9336a,
        #c127bf,
        #6e3cf1
    );
    color: var(--light);
}
footer .social .linkedin {
    background: #0077b5;
    color: var(--light);
}
footer .social .youtube {
    background: red;
    color: var(--light);
}
footer .social .twitter {
    background: #ffffff;
    color: var(--dark);
}
/* Footer Section Section End */

/* Thank You Page Start */

.thanks_bg {
    background-image: url("../images/thanks.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thanks_bg .header_section .title {
    font-size: 160px;
    font-weight: 800;
    /* font-family: "Lavishly Yours", cursive; */
    font-family: "Corinthia", cursive;
    text-transform: capitalize;
    color: var(--primary-color);
    line-height: 160px;
}
.thanks_bg .header_section .subtitle {
    margin: 20px 0px;
    font-family: "Corinthia", cursive;
    font-weight: 800;
    font-size: 30px;
}
.thanks_bg .header_section .content {
    font-size: 18px;
}
.thanks_bg .header_section .content1 {
    font-size: 24px;
    margin: 20px 0px;
    color: var(--primary-color);
    font-weight: 300;
    font-family: "Gorditas", serif;
}

/* Thank You Page End */
