* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



.an1 {
    height: auto;
    width: 100%;
    background-image: url(../img/34.jpg);
    background-attachment: fixed;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    padding-top: 20px;
}




#k1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-shadow: 5px 5px 8px black;
}

#k2 {
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 3px 3px 5px black;
    width: 100%;
}

#p1 {
    color: black;
    font-weight: 400;
}

#kl {
    padding: 10px 35px;
    border: none;
    font-weight: 600;
    transition: all 0.5s;
    letter-spacing: 1px;
}

#kl:hover {
    background-color: green;
    color: white;
}

#kaju {
    padding-left: 470px;
    padding-bottom: 110px;
    animation-iteration-count: infinite;
    animation-duration: 3s;

}

.carousel-inner {
    height: 650px;
}

#kmm {
    height: 400px;
    width: 70%;
    padding-top: 13%;
}
#menu1 {
    background-color: white;
    padding: 3px 8px;
    margin-left: 150px
}
#menu2{
    margin-right: 10px;
}
.dropdown-menu {
    letter-spacing: 1px;
    position: absolute;
    margin-left: 40%;
    top: 79px;
    padding: 20px;
    background-color: green;
    z-index: 999999;
}



@media (max-width:980px) {
    #kaju {
        padding-left: 180px;
        padding-bottom: 120px;

    }

    #k1 {
        font-size: 35px;
    }

    #k2 {
        font-size: 16px;
    }

    #kmm {
        padding-top: 52%;
    }

    .carousel-inner {
        height: 100vh;
    }
    #menu1 {
        margin-top: -40px;
        margin-left: 100px;
    }
    #menu2{
        margin-right: -50px;
    }

    

}

@media (max-width:780px) {
    #kaju {
        padding-left: 70px;
        padding-bottom: 110px;
        height: 300px;
        width: 400px;

    }

    .carousel-inner {
        height: 100vh;
    }

}

@media (max-width:480px) {
    #kaju {
        padding-left: 10px;
        height: 380px;
    }

    .carousel-inner {
        height: 100vh;
    }

    #kmm {
        padding-top: 67%;
    }




}

.gallery {
    height: auto;
    /* background-color: black; */
}

.gallery1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1px;
    gap: 10px;
    padding: 60px;
}

.gallery2 {
    height: 300px;
    width: 455px;
    background-color: aliceblue;
    overflow: hidden;
    border-radius: 15px;
}

.gallery2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.gallery2 img:hover {
    transform: scale(1.1);
}

.fan {
    height: auto;
    width: 100%;
    padding: 100px;
}

.fan h1 {
    text-decoration: underline;
    font-family: serif;
    font-size: 30px;
    background-color: green;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    border-radius: 10px 100px / 120px 100px;
    margin-bottom: 20px;

}

.fan p {
    color: black;
    font-size: 18px;
    margin: 10px;
    width: 100%;
}

.fan2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 60px;
}

.fan3 {
    height: 450px;
    width: 650px;
    /* background-color: aquamarine; */
}

#fan4 {
    /* border: 5px solid green;
    border-radius: 10px 100px / 120px 100px; */
    background: transparent;
    height: 450px;
    width: 600px;
}

#fan4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fan5 {
    height: auto;
    width: 100%;
    /* background-color: black; */
}

.rd1 {
    height: auto;
}

.rd1 h1 {
    /* text-decoration:underline;
    font-family: serif;
    font-size: 30px;
    background-color: green;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    border-radius: 10px 100px / 120px 100px;
    margin-bottom: 20px;
    margin: 30px; */
}

.rd2 {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
    margin: 5%;
}

.rd3 {
    height: 230px;
    width: 300px;
    border: 1px solid rgb(233, 227, 227);
}

.rd3 h3 {
    padding: 10px 35px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;

}

#rd {
    font-size: 17px;
    letter-spacing: .02em;
    color: green;
    font-weight: 500;
}

.rd4 {
    width: 90%;
    margin: 3%;
}

.rd4 p {
    font-weight: 500;
    color: black;
    font-family: 'Roboto', sans-serif;
}

#eve {
    margin: 60px 80px;
}

#eve h1 {
    text-decoration: underline;
    font-family: serif;
    font-size: 50px;
    background-color: green;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    border-radius: 10px 100px / 120px 100px;
    margin-bottom: 20px;
}

.rd01 {
    height: auto;
    width: 100%;
    background-color: white;
}

/* .rd01 h1{
    text-decoration:underline;
    font-family: serif;
    font-size: 30px;
    background-color: green;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    border-radius: 10px 100px / 120px 100px;
    margin-bottom: 20px;
    margin: 30px;
} */
/* .rd02 h3{
    padding: 10px 35px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    margin-left: 200px;
    font-weight: 600;
} */
/* .rd02 p{
    font-weight: 400;
    color: black;
    font-family: 'Roboto', sans-serif;
    width: 60%;
    margin-left:300px ;
} */

@media (max-width:768px) {

    .gallery1 {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        margin-top: 70px;
        padding: 40px 0px;
        padding-left: 20px;
        /* margin-left:-35px; */
    }

    .gallery2 {
        height: 100%;
        width: 340px;
        margin-left: -8px;
    
    }

    .fan {
        padding: 20px;
    }

    .fan2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
        padding: 0;
        margin: 0;
    }

    .rd01 {
        height: auto;
        width: 100%;
    }

    .rd01 h1 {
        margin-top: 30px;
        font-size: 18px;
        width: 100%;
        display: inline;

    }

    .rd02 h3 {
        margin-left: -10px;
    }

    .rd02 p {
        margin-left: 18px;
        width: 100%;
        font-size: 18px;
        padding: 10px;
    }


    .fan p {
        font-size: 13px;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 20px;

    }

    #fan4 {
        height: auto;
        width: 100%;
    }

    .fan5 {
        height: auto;
        width: 100%;

    }

    .rd1 h1 {
        margin-top: 30px;
        font-size: 18px;

    }

    .rd2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .fan3 {
        height: auto;
        width: 100%;
    }



}

@media (max-width:480px) {

    .gallery1 {
        grid-template-columns: repeat(1, 1fr);
    }
}