@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.over-layer {
    background: linear-gradient(270.21deg, #2F195F -1.75%, rgba(47, 25, 95, 0) 109.28%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: 1;

}

.hero {
    height: 700px;
    background-size: cover;
    overflow: hidden;
    width: 100%
}


.carousel-caption {

    top: 25% !important;
    height: 700px;
    text-align: left!important;
}

.hero-content .carousel-caption h1 {
    font-size:48px;
    line-height: 89.6px;
    font-weight: 700;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 0.3s;
    color: rgba(255, 255, 255, 1);


}
.carousel-item
{

    height: 700px;
}
.carousel-item img
{
    height: 700px;
    object-fit: cover;
}
.carousel-caption h1 {
    z-index: 2;
    position: relative;
}
.carousel-caption p {
    z-index: 2;
    position: relative;
}
.hero-content .carousel-caption p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44.98px;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    animation: slideIn 1s ease-in-out forwards;
    animation-delay: 0.4s;
}
.nav-container
{
    z-index: 1;
}
button {
    background-color: rgba(170, 211, 248, 1);
    color:rgba(47, 25, 95, 1);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
   margin-bottom: 5%;

}

.carousel-indicators button {
    width: 21px !important;
    height: 21px !important;
    background-color: rgba(255, 255, 255, 1)  !important;
    border-radius: 50%  !important;
    margin-right: 7px !important;
    margin-left: 7px  !important;
    cursor: pointer;
    transition: background-color 0.3s;
}
.navbar-nav
{
    margin-left: 5%;
}
.carousel-indicators button.active {
    background-color: rgba(170, 211, 248, 1) !important;
}

.likecontainer {

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .likecontainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .likecontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .likecontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .likecontainer {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .likecontainer {
        max-width: 1320px;
    }
}

.carousel-indicators button {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.carousel-indicators button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

