* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navigation1 {
    height: 15vh;
    background-color: rgba(243, 244, 239, 0.829);
}

.nab1icon {
    width: 50%;
    margin-left: 420px;
}

.nab1icon i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 40px;
}

.nab1icon i:hover {
    color: #010000 !important;
}

.nab1icon button {
    float: right;
    width: 20%;
    height: 7vh;
    font-size: 20px;
    border-radius: 15px;
    font-weight: bold;
    border: none;
}

.nab1icon button:hover {
    color: rgb(0, 0, 0);
    background-color: gold;
}

.nabphoto img {
    display: block !important;
    margin-left: 80px;
}

.navigation2 {
    width: 100%;
    margin: auto;
    height: 6vh;
    background-color: black;
    border-bottom: 2px solid white;
    /* position: sticky; */
    /* top: 0%; */
}



.menu {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    display: inline;
}
.menu2 li{
    margin-left: 70px;
}
.menu2 a {
    margin-left: 35px;
    color: rgb(255, 255, 255) !important;
    font-size: 23px;
    text-decoration: none;

}

.menu2 a:hover {
    color: rgb(255, 225, 0) !important;
}
.menu4{
    margin-left: 150px;
}
.menu4 a {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    margin-left: 1px;
    color: black !important;
}

.menu4 a:hover {
    color: rgb(230, 23, 0) !important;
}














/* Banner */
.carousel-item {
    position: relative;
    height: 75vh;
}

.carousel-item img {
    object-fit: cover;
    height: 75vh;
    width: 100%;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.572);
    /* Adjust the overlay color and opacity as needed */
}

.carousel-item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

.caption h2 {
    font-size: 80px !important;
    font-weight: bolder;
}

.caption i {
    /* margin-right: 100px!important; */
    color: gold;
}

.caption p {
    font-size: 20px !important;
    font-weight: bold;
}







/* mid 1 */

ul {
    margin-left: 1.5cm;
    list-style: none;
    display: flex;
}

.social-icon {
    margin-top: 20px;
    border-radius: 360px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 27px;
    margin-left: 4cm;
    cursor: pointer;
}

.social-twitter {
    background-color: #ea0909;
    color: #010000;
}

.social-twitter:hover {
    background-color: #ffdd20;
    color: rgb(33, 174, 249);
}

.social-facebook {
    background-color: #fdf90c;
    color: #010000;
}

.social-facebook:hover {
    background-color: rgb(230, 23, 0);
    color: rgb(102, 255, 0);
}

.social-linkedin {
    background-color: #0077B5;
    color: #000000;
}

.social-linkedin:hover {
    background-color: gold;
    color: #208cff;
}

.social-google {
    background-color: #dd4b39;
    color: #000000;
}

.social-google:hover {
    background-color: bisque;
    color: darkturquoise;
}

.social-instagram {
    background-color: #dd4b39;
    color: #000000;
}

.social-instagram:hover {
    background-color: rgb(98, 94, 91);
    color: #ea0909;

}

.social-icon i {
    transition: 0.1s all;
}

.social-icon:hover i {

    transform: scale(1.4);

}




/* mid 2 */
.card-img-top {
    max-height: 250px;
    overflow: hidden;
}

.card-title a:link {
    text-align: center;
    font-size: 30px;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

.card-title a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}









/* mid 3 */
.mid3 {
    width: 100%;
    height: 70vh;
}

.midrap3 {
    width: 100%;
    height: 130vh;
}

.grid3 {
    display: grid;
    grid-template-columns: auto auto;
}

.hole {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    grid-column-gap: -20px;
}

.number h1 {
    color: #b70404;
}

.number p {
    font-size: 25px;
    font-weight: bold;
}

.photo3 h1 {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
}

.photo3 p {
    padding-top: 20px;
    width: 80%;
    margin: auto;
    text-align: center;
}

hr {
    width: 50%;
    margin: auto;
    height: 0.5vh;
}

.photo3 img {
    -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, .2) 50%, #000 75%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, .2) 50%, #000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
    height: 50vh;
    margin-right: 30px;
    margin-top: 50px;
    border-radius: 30px;
}

.photo3 img:hover {
    transition: mask-position 2s ease, -webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}







/* mid 4 */
.mid4{
    width: 100%;
    height: 35vh;
    padding-top: 75px;
}

.midrap4 {
    width: 100%;
    height: 10vh;
}
.award{
    display: grid;
    grid-template-columns: auto auto auto;
}
.photos4{
    display: block;
    margin-left: auto;
    margin-right: auto;
}






/* mid 5 */
.mid5{
    width: 100%;
    height: 30vh;
}
.midrap5 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 15vh;
}
.midrap5 h1{
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}























/* footer */
.footheadline li {
    margin-left: 20px;
    list-style-type: none;
    margin-top: 30px;
}

.footheadline a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bolder;
}