@font-face {
    font-family: gulfs;
    src: url(./fonts/GulfsDisplay-Normal.woff2);
}
@font-face {
    font-family: odibee;
    src: url(./fonts/OdibeeSans-Regular.ttf);
}
@font-face {
    font-family: poppins;
    src: url(./fonts/Poppins-Regular.ttf);
}

/* *{
    margin: 0px;
} */

/* body{
    background-color: #c9bda3;
    background-image: url("./imgages/BackgroundPattern.png");
    background-size: cover;
} */

.navbar{
    width:350px;
    height: auto;
    margin: 10px auto;
}

.logo img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.title p {
    text-align: center;
    font-family: poppins;
    font-weight: 600;
    color: #636b53;
}

.logoTypeImage{
    width: 350px;
    height: auto;
    display: block;
    margin: auto;
}

.titr4nav{
    width: 100%;
    margin-top: 110px;

}

.titr4{
    font-size: 68px;
    font-family: gulfs;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    border: 3px solid #636b53;
    width: 220px;
    border-radius: 70px;
    opacity: 0.7;
}

.btn{
    width: 100%;
    margin-top: 50px;
}

.btnlink{
    height: 70px;
    font-family: odibee;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    /* background-color: #636b53; */
    border: 3px solid #636b53;
    width: 350px;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

#inst{
    font-size: 50px;
}

#tel{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

#adr{
    font-size: 21px;
}

#tel p{
    font-size: 33px;
    margin-left: 5%;
}

#tel img{
    width: 42px;
}

.footer{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
}

.footertxt{
    color: #636b53;
    font-family: poppins;
    font-size: 20px;
    margin-left: 1%;
}

.instlogo{
    width:6%;
}




body {
    margin: 0;
    overflow-x: hidden; /* Prevents horizontal scrollbar if video size is slightly off */
}



#atten {
    font-size: 15px;
    width: 300px;
    font-family: tahoma;
    opacity: 0.5;
    border: none;
}

#att {
    margin-top:0;
}



.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
    filter: brightness(30%);
}

/* overlay */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/* content on top */
.navbar {
    position: relative;
    z-index: 1;
}