@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

html,
head,
body {
    width: 100%;
    height: auto;
    background-image: url("./bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}


.about {
    width: 85%;
    padding: 3%;
    font-size: x-large;
    color: white;
    text-align: justify;
    position: relative;
    left: 7%;
    font-weight: 700;
    margin-top: 2%;
    background-color: transparent;
    backdrop-filter: blur(500px);
}

.chief-guest {
    width: 85%;
    height: 50%;
    position: relative;
    left: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: justify;
    color: white;
    margin-top: 3%;
    margin-bottom: 5%;
    font-weight: 700;
    font-size: larger;
    backdrop-filter: blur(150px);
}

.guest-content {
    font-size: larger;
    padding: 2%;
}

.guest-photo {
    width: 40%;
    height: auto;
}

.cust-carousel {
    width: 90%;
    position: relative;
    left: 7%;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.img {
    width: 75%;
    height: 100%;
    position: relative;
    left: 12%;
}

.name {
    font-size: x-large;
    text-transform: uppercase;
}

.position {
    font-size: x-large;
    text-transform: uppercase;
}


.title {
    width: 75%;
    left: 15%;
    text-align: center;
    font-size: 300%;
    position: relative;
    top: 2%;
    color: white;
    padding: 2%;
    border-width: 10px;
    border-color: crimson;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-style: solid;
    margin-bottom: 2%;
}


@media(max-width: 728px) {
    .title {
        padding: 0;
        font-size: 36px !important;
        left: 10%;
        margin-top: 5%;
    }
    .chief-guest {
        flex-direction: column;
        text-align: justify !important;
    }
    
    .chief-guest img {
        width: 100%;
        margin-top : 20%;
    }
    .carousel {
        left: 0;
        margin-top: 10%;
        width: 100vw;
        height: 40vh;
    }
    .carousel-caption {
        position: absolute;
        bottom: 2%;
    }
}