

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
}

button {
    cursor: pointer;
}



.fir-sec {
    background-image: url(../img/bg1.jpg);
    height: 100vh;
    background-attachment: fixed;
}
.fir-sec,
.about-sec,
.prin-msg{
    background-size: cover;
    background-repeat: no-repeat;
}
.fir-sec,
.about-sec{
    background-position: center;
}
.all-sec,
.prin-msg-all{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.781), transparent);
    height: 100%;
}

.content,
.con-btns .prime-btn,
.ab-btn,
.eve-sec,
.event,
.eve-btn,
.prin-msg {
    height: fit-content;
}

.bg-yel-btn,
.bg-tr-btn:hover,
.ab-btn,
.eve-btn {
    background-color: #EAB622;
}

.fir-sec,
.all-sec,
.content,
.about-sec,
.ab-sc-title,
.eve-sec,
.eve-title,
.events,
.prin-msg,
.prin-detail {
    width: 100%;
}

.head-content,
.con-pd,
.sec-details,
.eve-sec,
.events,
.prin-msg-p-pd,
.prin-detail {
    display: flex;
    flex-direction: column;
}

.con-btns,
.event,
.prin-content {
    display: flex;
    flex-direction: row;
}

.bg-yel-btn:hover,
.bg-tr-btn:hover,
.eve-btn:hover,
.ab-btn:hover,
.prin-img-box img:hover {
    transition: 0.3s;
}

.con-pd,
.bg-tr-btn,
.prin-msg-all {
    color: #fff;
}

.bg-yel-btn:hover,
.ab-btn:hover,
.eve-btn:hover {
    color: #fff;
    background-color: #203158;
}

.con-pd {
    padding-left: 1rem;
    justify-content: center;
    height: 90vh;
}

.head-content {
    gap: 5px;
}

.head-content h1 {
    font-size: 45px;
}

.head-content h3,
.sub-content p,
.con-btns{
    padding-left: 10px;
}

.head-content h3 {
    font-size: 40px;
}

.sub-content p,
.con-btns .prime-btn,
.ab-btn{
    font-size: 17px;
}

.con-btns {
    gap: 2rem;
    padding-top: 10px;
}

.con-btns .prime-btn {
    width: 200px;
    padding: 7px;
    border-radius: 25px;
}

.bg-tr-btn:hover,
.bg-yel-btn {
    color: #000;
}
.event,
.bg-tr-btn{
    background-color: transparent;
}
.bg-tr-btn {
    border: 2px solid #EAB622;
    text-underline-offset: 5px;
}

.bg-tr-btn:hover {
    text-decoration: underline 2px solid #203158;
}

.gold {
    color: #EAB622;
}

.about-sec,
.prin-content{
    margin-top: 2rem;
}
/* About Section Styles starts here */
.about-sec {
    height: max-content;
    background-image: url(../img/bg-about.jpg);
}

.sec-details {
    align-items: start;
    padding-left: 2rem;
}

.ab-sc-title,
.eve-title h1,
.prin-title {
    text-align: center;
}
.ab-sc-title h1,
.eve-title h1,
.prin-title,
.bg-tr-btn {
    text-decoration: underline 3px solid #EAB622;
}
.ab-sc-title h1,
.eve-title h1,
.prin-title{
    font-size: 35px;
}
.ab-sc-title h1 {
    text-underline-offset: 5px;
}
.ab-para,
.prin-msg-p-pd .message-fr-prin p{
    text-align: justify;
}
.ab-para {
    width: 51vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ab-btn,
.eve-btn,
.bg-yel-btn{
    border-radius: 10px;
    border: none;
}
.ab-btn {
    width: 200px;
    padding: 7px;
    margin-top: 10px;
}

/* Events section styles goes here */
.eve-sec,
.event,
.events {
    align-items: center;
}

.events {
    gap: 2rem;
    padding-top: 20px;
}

.event {
    width: max-content;
    padding: 1rem;
    gap: 2rem;
    border: 5px solid #EAB622;
}

.event img {
    width: 150px;
}

.eve-btn {
    width: 200px;
    padding: 5px;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
}


/* Principal msg section styles */
.prin-msg {
    background-image: url(../img/msg-bg.jpg);
    background-size: cover;
}

.prin-img-box img {
    width: 300px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px #EAB622;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.prin-img-box img:hover {
    box-shadow: 1px 1px 10px #203158;
}

.prin-content {
    width: 98vw;
    gap: 3rem;
}

.prin-msg-p-pd {
    gap: 1rem;
}

.prin-detail {
    align-items: end;
}