@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&display=swap');
body {
    font-family: 'Baloo Bhaina 2', cursive;
    text-align: center;
    align-items: center;
}

.wrapper {
    width: 100%;
}

.carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.carousel .card {
    color: black;
    /* height: 100vh; */
    text-align: center;
    margin: 20px 0;
    /* line-height: 250px; */
    /* font-size: 90px; */
    font-weight: 600;
    border-radius: 10px;
    padding: 10px;
    border: none;
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
}

.carousel .card img {
    margin-bottom: 30px;
}

.carousel .card p {
    color: #636E74;
    font-weight: 700;
    margin: 30px 0px;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    height: 15px;
    width: 45px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: none!important;
    background-color: #D9D9D9 !important;
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: #080EA1!important;
}


/* -------------------- */


/* .home {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.home .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 2s ease;
}

.home .slide.active {
    display: flex;
}

@keyframes slide {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.container {
    max-width: 1170px;
    margin: auto;
}

.home .container {
    flex-grow: 1;
}

.home .caption {
    width: 50%;
}

.home .caption h2 {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
}

.home .caption h2 span {
    color: #FF5722;
}

.home .slide.active .caption h2 {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
}

@keyframes captionText {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.home .controls .prev,
.home .controls .next {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 50%;
}

.home .controls .prev:hover,
.home .controls .next:hover {
    background-color: #000000;
}

.home .controls .prev {
    left: 10px;
}

.home .controls .next {
    right: 10px;
}

.home .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    transform: translateX(-50%);
}

.home .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #FF5722;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
    cursor: pointer;
}

.home .indicator div:hover {
    background-color: #000;
    color: #ffffff;
}

.home .indicator div.active {
    background-color: #000;
}

.container-fluid .king {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: auto;
    height: 30px;
    display: flex;
    justify-self: end;
    align-self: flex-end;
    z-index: 10;
    color: white;
}

.container-fluid .king a {
    color: white;
    background-color: #1746A2;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    padding: 5px 20px;
    margin: auto;
    text-decoration: none;
}


responsive

@media(max-width: 650px) {
    .home .caption {
        width: 100% !important;
    }
}*/

.container-fluid .carousel .carousel-inner .carousel-item img {
    /* height: 100vh; */
    /* object-fit: cover; */
    /* margin: auto; */
}


/* .carousel-indicators {
    position: unset;
} */

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
    background-color: rgba(19, 26, 197, 1);
    /* top: unset;
    position: absolute;
    bottom: 20px; */
    /* right: 30%;
    border-radius: 20px;
    background-color: black;
    width: 70px;
    height: 30px;
    display: flex;
    justify-self: end;
    align-self: flex-end; */
}


/* { */


/* position: unset;
    top: unset; */


/* bottom: 20px; */


/* left: 30%; */


/* border-radius: 20px;
    background-color: black;
    width: 70px;
    height: 30px;
    display: flex;
    justify-self: end;
    align-self: flex-end; */


/* } */

.king {
    /* position: absolute;
    bottom: 20px;
    right: 10px; */
    width: auto;
    display: flex;
    z-index: 10;
    color: white;
    margin: 50px 0px;
}

.king a {
    display: flex;
    color: white;
    background-color: #083BF4;
    border-radius: 10px;
    font-size: 25px;
    text-align: center;
    padding: 5px 50px;
    margin: auto;
    text-decoration: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    font-weight: 700;
    width: 100%;
}

.king a h6 {
    margin: 0px;
    margin-top: 4px;
}


/* .carousel-indicators {
    bottom: 40px;
} */


/* .carousel-caption {
    width: 100%;
    bottom: 100px;
    right: unset;
    left: unset;
    color: black;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
} */


/* .carousel-indicators .active {
    background-color: #1746A2 !important;
    cursor: pointer;
} */


/* .carousel-indicators [data-bs-target] {
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0px 30px;
} */

#selection_of_register {
    display: none;
}

.container-fluid .selection_of_register {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    margin: 0px;
    background-color: bisque;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    z-index: 100;
}

.container-fluid .selection_of_register h1 {
    margin: 20px auto;
    text-align: center;
}

.container-fluid .selection_of_register .inner {
    background-color: rgba(0, 255, 0, 0.698);
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.container-fluid .selection_of_register .inner div {
    width: 30%;
    border: 2px solid greenyellow;
    margin: 40px 40px;
    padding: 20px 0px;
    text-align: center;
}

.container-fluid .selection_of_register .inner div:hover {
    box-shadow: 10px 10px 20px green;
    cursor: pointer;
}

.container-fluid .selection_of_register .inner h3 a {
    text-align: center;
    color: green;
    padding: 20px 40px;
    text-decoration: none;
}

@media screen and (max-width: 630px) {
    /* .carousel-control-prev,
    .carousel-control-next {
        width: 30px !important;
        height: 30px !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1rem !important;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px !important;
        height: 12px !important;
        margin: 0px 15px !important;
    } */
    .king a h6 {
        margin: 0px;
        margin-top: 2px;
        font-size: 12px;
    }
    /* .carousel-caption {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .carousel-caption h3 {
        font-size: 1.3rem;
    }
    .carousel-caption h5 {
        font-size: 1rem;
    }
    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        margin: 0px 20px !important;
    }
    .container-fluid .selection_of_register .inner {
        flex-direction: column;
    }
    .container-fluid .selection_of_register .inner div {
        width: 80% !important;
        margin: 30px 30px !important;
        padding: 5px 0px !important;
    }
    .container-fluid .selection_of_register .inner h3 a {
        padding: 5px 0px !important;
    }
    .container-fluid .selection_of_register .inner div h3 {
        font-size: 1.5rem !important;
    } */
}


/* <div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<!-- <div class="carousel-indicators">
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div> -->
<div class="carousel-inner">
    <div class="carousel-item active">
        <img src="{% static 'images/banner_1_.png' %}" class="d-flex w-100" alt="...">
        <!-- <div class="carousel-caption d-none d-md-block">
            <h3></h3>
            <h5></h5>
        </div> -->
    </div>
    <div class="carousel-item">
        <img src="{% static 'images/banner_2_.png' %}" class="d-block w-100" alt="...">
        <!-- <div class="carousel-caption d-none d-md-block">
            <h3></h3>
            <h5></h5>
        </div> -->
    </div>
    <div class="carousel-item">
        <img src="{% static 'images/banner_3_.png' %}" class="d-flex w-100" alt="...">
        <!-- <div class="carousel-caption  d-none d-md-block">
            <h3></h3>
            <h5></h5>
        </div> -->
    </div>
    <div class="carousel-item">
        <img src="{% static 'images/banner_4_.png' %}" class="d-flex w-100" alt="...">
        <!-- <div class="carousel-caption  d-none d-md-block">
            <h3></h3>
            <h5></h5>
        </div> -->
    </div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
  <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  <span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
  <span class="carousel-control-next-icon" aria-hidden="true"></span>
  <span class="visually-hidden">Next</span>
</button>

</div> */