@import url('https://fonts.googleapis.com/css2?family=Asap:wght@200;500&display=swap');

:root {
    --navbar_bg: rgb(127, 155, 208);
    --navbar_gradient: linear-gradient(90deg, rgba(127, 155, 208, 1) 0%, rgba(239, 162, 182, 1) 50%, rgba(177, 158, 196, 1) 100%);
    --primary_clr: #464646;
    --secondary_clr: #9d1d20;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Asap', sans-serif !important;
    box-sizing: border-box;
}

.custom-navbar {
    background-color: var(--navbar_bg) !important;
    background: var(--navbar_gradient) !important;
}

.custom-dropdown {
    min-width: fit-content !important;
}

.flash-news {
    background-color: var(--secondary_clr);
}

.welcome {
    background-color: var(--primary_clr);
}

.bg-red {
    background-color: var(--secondary_clr);
}

.trending {
    background-color: var(--primary_clr);
}

.button-color {
    background-color: var(--secondary_clr) !important;
}

.custom-nav-title {
    font-size: 1.1rem !important;
}

.upcomming {
    background-color: var(--primary_clr);
}

.footer-section {
    background-color: #000;
}

.slider-area {
    background-color: var(--primary_clr);
    position: relative !important;
}

.carousel-control-prev,
.carousel-control-next {
    background: transparent;
}

.img-area {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.img-area img {
    width: 100%;
}

.carousel-caption {
    position: static !important;
    padding-bottom: 15px;
    padding-top: 0;
}

.carousel-caption h4 {
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(0, 0, 0) !important;
}

.carousel-caption p {
    margin: auto;
    width: 70%;
    margin-bottom: 10px;
    color: rgb(0, 0, 0) !important;
}

.carousel-indicator-custom {
    bottom: -50px !important;
}
.slider-area{
    background-color: #fff !important;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
