*{
  margin: 0%;  
  padding: 0%;
  font-family: sans-serif;
  box-sizing: border-box;
} 

.hero-slider{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}

.slider{
  width: 100%;
  height: 100%;
  position: relative;
}

.slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity ease-in-out 1s;
  background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3));
  
}

.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3));
}

.slide.active{
  opacity: 1;
}

.slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav{
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-nav a{
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #d6a949;
  border-radius: 50%;
  background-color: white;
  opacity: 0.75;
  transition: all 0.3s ease;

}

.slider-nav a.active, .slider-nav a:hover{
  opacity: 1;
  background-color: #d6a949;
  transform: scale(1.2);
}

.nav-links ul{
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transform: translateY(9%);
}

.nav-links ul li{
  position: relative;
  list-style:none;
  display: block;
  left: 15%;
  padding: 18px 0;
  margin: 5px 0 ;
  border-bottom: 1px solid rgba(214, 169, 73, 0.1);
}

.nav-links ul li a{
  color: #c9a227;
  font-weight: 600;
  font-size: 24px;
  font-family: 'cinzel';
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.nav-links ul li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  transition: all 0.3s ease;
}

.nav-links ul li a:hover{
  color: #f8e6a9;
  transform: translateX(10px);
}

.nav-links ul li a:hover::before{
  background-color: white;
  transform: translateY(-50%) scale(1.3);
  box-shadow: 0 0 15px rgba(248, 230, 169, 0.7);
}

.fas{
  display: flex;
}

nav .fas{
  display: flex;
  color:  white;
  font-size: 23px;
  font-weight: bold;
  justify-content: flex-end;
  z-index: 1;
  cursor: pointer;
}

.nav-links .fas.fa-xmark {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}

.nav-links{
  position: fixed;
  background: #192e2b;
  background: linear-gradient(135deg, #192e2b 0%, #1a3a36 100%);
  border-left: 3px solid #d6a949;
  height: 100vh;
  width: 720px;
  right: -720px;
  text-align: left;
  top: 0;
  z-index: 2;
  transition: 0.5s;
}

.nav-logo{
  display: none;
}

.bg{
  position: fixed;
  background: white;
  height: 100vh;
  width: 720px;
  left: -720px;
  top: 0;
  z-index: 2;
  transition: 0.5s;
  background-image: url(images/kings\ logo.jpg);
  background-position: 25%;
  background-repeat: no-repeat;
}

.menu{
  display: flex;
  align-items: center;
  gap: 5px;
  margin:15px 35px;
  padding: 10px;
  position: fixed;
  z-index: 2;
  border-radius: 10px;
  background-color: #d6a949;
  background: linear-gradient(135deg, #d6a949 0%, #c9a227 100%);
  box-shadow: 0 4px 15px rgba(214, 169, 73, 0.3);
  right: 0;
  top: 0;
}

.menu-txt{
  display: flex;
  color: white;
  font-family: 'cinzel';
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  cursor: default;
}

.txt-box{
  position:absolute;
  top: 10%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  padding-bottom: 150px;
  width: 90%;
  max-width: 1200px;
}

.crowned-title {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  font-size: clamp(28px, 8vw, 80px);
  font-weight: 900;
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.crown-icon {
  position: absolute;
  left: 0.15em;
  transform: translateY(-70%);
  font-size: 0.5em;
  color: #e0b137;
}

.txtb-span{
  font-size: clamp(24px, 7vw, 70px);
  font-weight:900;
  color: white;
  font-family:'Times New Roman', Times, serif;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.1;
}

.hero-p{
  margin: clamp(10px, 3vw, 25px) 0 clamp(20px, 6vw, 50px);
  font-size: clamp(24px, 7vw, 70px);
  font-weight:900;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.2;
}

.pp{
  margin-top: clamp(120px, 25vw, 300px);
  font-size: clamp(28px, 8vw, 80px);
  letter-spacing: clamp(1px, 2px, 3px);
  font-weight:900;
  color: white;
  font-family: "Pinyon Script", cursive;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.1;
}


/* front page tab ----------------------------------------------------------------------------*/

.holder{
  width: 100%;
  min-height: auto;
  margin-bottom: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.tab-container{
  width: 500px;
  height: 300px;
  display: flex;
  position:absolute;
  justify-content:space-between;
  background: wheat;
  left: 0;
  transform: translateY(-50%);
}

.tab-container, .tab-in::before{
  content: '';
  background:  #fff;
  box-shadow: 0 9px 38px 5px rgba(188, 184, 184, 0.712);
  width: 550px;
  height: 400px;
  border-radius: 15px;
}

.tab-in{
  display: none;
}

.tab-name{
  font-family: 'Cormorant Garamond';
  color: #6f6f6f;
  font-size: 22px;
  font-weight: 600;
  height: 45px;
  padding: 10px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #192e2b;
  cursor: pointer;
  transition: 0,25s;
}

.tab-in:checked + label .tab-name{
  color: #c9a227;
  font-size: 24px;
  font-weight: 800;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-content{
  position: absolute;
  color: #6f6f6f;
  top: 50px;
  left: 0;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  z-index: 0;
}

.tab-in:checked + label .tab-content{
  opacity: 1;
  z-index: 1;
}

.tab-container a{
  display: inline-block;
  position: absolute;
  background: #192e2b;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 10px;
}

.tab-container a:hover{
  box-shadow: 0 0 20px 0px rgb(0, 0, 0, 0.2);
}


/* front page features----------------------------------------------------------------------- */
.features-section {
  padding: 80px 0;
  width: 100%;
  min-height: auto;
  position: relative;
 
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  display: flex;
}

.feature {
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature:hover {
  transform: translateY(-5px);
  }

.feature i {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 20px;
}

.feature h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #1a3c34;
}

/* front page column section-------------------------------------------------------------------- */

.card-section {
  padding: 80px 20px;
  background: var(--light);
}

.card-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.two-column{
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.card{
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(214, 169, 73, 0.2);
}

.card:hover{
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: linear-gradient(135deg, #192e2b 0%, #1a3a36 100%);
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 3px solid #d6a949;
}

.card-header i {
  font-size: 1.5rem;
  color: #d6a949;
}

.card-header h4 {
  font-size: 1.4rem;
  font-family: 'Cinzel', serif;
  margin: 0;
  color: #d6a949;
}

.card-body {
  padding: 25px;
}

.event-item, .news-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(214, 169, 73, 0.2);
}

.event-item:last-child, .news-item:last-child {
  border-bottom: none;
}

.event-date {
  font-weight: bold;
  color: #d6a949;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-family: 'Cinzel', serif;
}

.event-item div:last-child {
  color: #1f2524;
  line-height: 1.5;
}

.news-item h5 {
  color: #192e2b;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
}

.news-item p {
  color: #666;
  line-height: 1.5;
  font-size: 0.95rem;
}

.btn {
  display: block;
  text-align: center;
  padding: 12px;
  background: #192e2b;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  border: none;
  cursor: pointer;
  width: 100%;
}

.btn:hover {
  background: #d6a949;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 169, 73, 0.3);
}

/* contact us page------------------------------------------------------------------------------------------------- */
.sub-header{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(images/kings\ banner.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}


.sub-header h1 {
  font-size: 2.5rem;
  color: #f1f3ed;
  font-family: 'Cinzel', serif;
  width: 80%;
} 

.page-logo{
  width: 100px;
  margin-top: 150px;
}

h2{
  margin: 30px 0 30px 0;
  font-size: 50px;
  font-weight: bolder;
  color: #d6a949;
  font-family: "Cormorant Garamond", serif;
}

.contact-us{
  min-height: 100vh;
  padding: 50px;
  text-align: center;
  background: #f1f3ed62;
}

.container{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.container h3{
  font-size: 36px;
  margin-bottom: 40px;
  color: #192e2b;
}

.contact-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.contact-form{
  text-align: left;
  display: inline-block;
  background: #f1f3ed;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 30px 50px 30px;
}

.form-group{
  margin-bottom: 20px;
}

input, textarea{
  display: inline-block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: white;
  text-align: left;
}

input:focus
textarea:focus{
  outline: none;
  box-shadow: 0 0 0 8px #bbb;
}

button{
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: #d6a949;
  border: 1px solid #d6a949  ;
  font-weight: 600;
  transition: 0.3s ease;
}

button:hover{
  background-color: #d6a949;
  color: #f1f3ed;
}

.contact-info{
  text-align: left;
}

h4{
  font-size: 24px;
  margin-top: 20px;
}

.contact-info p{
  margin-bottom: 10px;
}


.contact-info i{
  color: #d6a949;
  margin-right: 10px;
}

.location{
  width: 100%;
  margin: auto;
  padding: 80px 0;
}

.location iframe{
  width: 100%;
  box-sizing: border-box;
}

/* about us page---------------------------------------------------------------------------------*/
.row{
  display: flex;
  margin-top: 5%;
  justify-content: space-between;
}

.about-us{
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.vid{
  width: 90%;
  text-align: center;
  transform: translateX(6.25%);
}


video{
  display: block;
  margin: 0 auto 30px;
  width: 80%;
  max-width: 700px; 
  border: 4px solid #c9a227;
  border-radius: 10px;
}

.msg-container{
  display: flex;
  position: relative;
  gap: 30px;
  margin: 40px;
  bottom: 0;
  border-bottom: 1px solid #c9a227;
}

.msg-container img{
  width: 265px;
  height: 397px;
  display: block;
  margin-right: 30px;
  align-items: center;
}

.about-us h3{
  color: #1a3a36;
  font-family: 'Cormorant Garamond';
  font-size: 20px;
  text-align: left;
}

.p-name{
  color: #c9a227;
  font-family: 'Cormorant Garamond';
  font-size: 20px;
  text-align: left;
  margin-bottom: 25px;
}

.msg-content{
  text-align: left;
}

.msg-content-2 p{
  color: #111f1d;
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 40px;
}

.about-content{
  width: 100%;
  min-height: auto;
  position: relative;
  flex: 1;
  padding: 40px 0;
  margin-left: 40px;
  text-align: left;
}
.about-content  p{
  color: #111f1d;
  text-align: left;
  margin: 20px 0;
  width: 80%;
}
.about-content h3{
  color: #c9a227;
}

.p-list p{
  color: #111f1d;
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mp{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
.mp h3{
  color: #c9a227;
  font-family: 'Cormorant Garamond';
  font-size: 25px;
}

.mp-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.mp-col img{
  width: 100%;
  border-radius: 10px;
}

.mp-col p{
  padding: 0;
  color: #111f1d;
}

.mp-col h4{
margin-top: 16px;
margin-bottom: 15px;
text-align: left;
color: #c9a227;
font-size: 20px;
}


/* academic page----------------------------------------------------------- */

.academic{
  min-width: auto;
  min-height: auto;
  margin: 20px;
  text-align: center
}
.academic .row{
  gap: 30px;
}

.a-col{
  text-align: left;
}

.a-col h3{
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
  color: #46524f;
}

.a-col p{
  font-size: 17px;
  color: #1f2524;
  line-height: 25px;
}


/* gallery page----------------------------------------------------------------------------- */
.gallery{
  box-sizing: border-box;
  margin-top: 10px;
  max-height: auto;
  margin-bottom: 50px;
}

.gal-container{
  width: 100%;
  text-align: center;
}

.top-content{
  background: linear-gradient(135deg, #192e2b 0%, #1a3a36 100%);
  width: 90%;
  margin: 0 auto 20px auto;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px lightgray;
  flex-wrap: wrap;
}

.top-content h4{
  height: 100%;
  background-color: #d6a949;
  line-height: 60px;
  padding: 0 50px;
  color: white;
  margin: 0;
}

.category-btn {
  display: inline-block;
  height: 100%;
  font-family: 'cinzel';
  font-weight: 600;
  margin: 0 20px;
  font-size: 18px;
  color: #c9a227;
  cursor: pointer;
  transition: 0.5s;
  border: none;
  background: transparent;
  align-items: center;
}

.category-btn:hover, .category-btn.active {
  color: white;
}

.photo-gal{
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  }

.pic{
  position: relative;
  height: 230px;
  box-shadow: 3px 3px 5px lightgray;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.pic.hidden {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

.pic img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  object-fit: cover;
}

/* footer --------------------------------------------------*/

footer{
  width: 100%;
  min-height: auto;
  text-align: center;
  padding: 30px 0;
  background-color: #11201e;
  margin-top: auto;
  position: relative;
}

footer p{
  bottom: 10px;
  right: 30px;
  font-size: smaller;
  color: #46524f;
  position: absolute;
  margin-top: 30px;
}

footer .fa-brands{
  color: #d6a949;
  font-size: 20px;
  margin: 10px;
}


/* contact @media --------------------------------------------------*/

@media screen and (max-width:768px){
  .contact-container{
    padding: 20px;
  }

  .contact-wrapper{
    grid-template-columns: 1fr;
}

}

/* home page @media----------------------------------------------------------------------------------- */

/* 1024px devices---------------------------------------- */
@media screen and (max-width: 1024px) {
  .txt-box {
    top: 8%;
    padding-bottom: 100px;
    width: 95%;
  }
  
  .crowned-title {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
  }
  
  .crown-icon {
    left: 0.12em;
    transform: translateY(-75%);
    font-size: 0.45em;
  }
  
  .txtb-span {
    font-size: clamp(20px, 6vw, 50px);
  }
  
  .hero-p {
    font-size: clamp(20px, 6vw, 50px);
    margin: clamp(8px, 2.5vw, 20px) 0 clamp(15px, 5vw, 40px);
  }
  
  .pp {
    margin-top: clamp(80px, 20vw, 200px);
    font-size: clamp(24px, 7vw, 60px);
  }
}

/* 768px devices---------------------------------------- */
@media screen and (max-width: 768px) {
  .hero-slider .txt-box {
    top: 20%;
    padding-bottom: 80px;
  }
  

  .txt-box .crown-icon {
    left: 0.1em;
    transform: translateY(-80%);
    font-size: 0.4em;
  }
  
  .txt-box .txtb-span {
    font-size: clamp(18px, 5vw, 40px);
  }
  
  .txt-box .hero-p {
    font-size: clamp(18px, 5vw, 40px);
  }
  
  .txt-box .pp {
    margin-top: clamp(120px, 7vw, 150px);
    font-size: clamp(20px, 6vw, 45px);
  }
}

/* 480px devices---------------------------------------- */
@media screen and (max-width: 480px) {
  .hero-slider .txt-box {
    top: 20%;
    padding-bottom: 60px;
  }
  
  .crowned-title {
    font-size: clamp(18px, 5.5vw, 35px);
    display: inline-flex;
    align-items: flex-start;
  }
  
  .crown-icon {
    left: 0.08em;
    transform: translateY(-85%);
    font-size: 0.35em;
  }
  
  .txtb-span {
    font-size: clamp(18px, 5.5vw, 35px);
    line-height: 1.05;
  }
  
  .hero-p {
    font-size: clamp(16px, 4.5vw, 30px);
    margin: clamp(5px, 2vw, 15px) 0 clamp(10px, 4vw, 30px);
    line-height: 1.1;
  }
  
  .txt-box .pp {
    margin-top: clamp(100px, 7vw, 100px);
    font-size: clamp(18px, 5.5vw, 35px);
    letter-spacing: 1px;
  }
    .nav-links ul{
    margin-top: 90px;
  }


  .nav-logo{
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    border: 2px solid #c9a227;
    border-radius: 50%;
  }
}

/* 400px devices---------------------------------------- */
@media screen and (max-width: 400px) {
  .txt-box .crowned-title {
    font-size: clamp(23px, 5vw, 50px);
  }
  
  .txt-box .crown-icon {
    left: 0.06em;
    transform: translateY(-90%);
    font-size: 0.65em;
  }


  .txt-box .txtb-span,
  .txt-box .hero-p {
    font-size: clamp(23px, 5vw, 50px);
  }
  
  .txt-box .pp {
    font-size: clamp(33px, 5vw, 45px);
    margin-top: clamp(100px, 7vw, 100px);
  }

  .nav-links ul{
    margin-top: 110px;
  }


  .nav-logo{
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    border: 2px solid #c9a227;
    border-radius: 50%;
  }
}

/* Tablets and smaller laptops */
@media (max-width: 1024px) {
  .crowned-title {
    font-size: 45px;
  }

  .hero-p, .w-span, .pp {
    font-size: 35px;
  }


  .tab-container {
    width: 400px;
    height: auto;
  }

  .tab-content p {
    font-size: 16px;
  }

  .two-column {
    flex-direction: column;
  }

  .feature {
    padding: 25px;
  }
}

/* Phones and small tablets */
@media (max-width: 768px) {
  .hero-slider {
    height: 80vh;
  }

  .txt-box {
    top: 15%;
    padding: 0 15px;
  }

  .crowned-title {
    font-size: 32px;
  }

  .w-span {
    font-size: 28px;
  }

  .hero-p {
    font-size: 25px;
  }

  .pp {
    font-size: 30px;
    margin-top: 200px;
  }

  .menu {
    margin: 10px 15px;
    padding: 8px 12px;
  }

  .menu-txt {
    font-size: 13px;
  }

  .nav-links {
    width: 100%;
    right: -100%;
  }

  .bg {
    display: none;
  }

  .nav-links ul li a {
    font-size: 20px;
  }

  .tab-container {
    position: relative;
    width: 90%;
    margin: 50px auto;
    transform: none;
    height: auto;
    flex-direction: column;
  }

  .tab-name {
    font-size: 18px;
  }

  .tab-content {
    position: relative;
    top: 0;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    width: 90%;
  }

  .two-column {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }

  footer i {
    font-size: 20px;
  }
}

/* Extra small phones */
@media(max-width: 315px){
 .txt-box {
    top: 5%;
    padding-bottom: 100px;
    width: 100%;
  }
  
  .crowned-title {
    font-size: 36px;
    margin-top: 5px;
  }
  
  .crowned-title::before {
    width: 0.85em;
    height: 1.1em;
    top: -0.4em;
    left: 0.0001em;
  }
  
  .w-span {
    font-size: 32px;
  }
  
  .hero-p {
    font-size: 28px;
    margin: 10px 0 25px;
  }
  
  .pp {
    font-size: 32px;
    margin-top: 150px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 70vh;
  }

  .crowned-title {
    font-size: 24px;
  }

  .w-span, .hero-p {
    font-size: 20px;
  }

  .pp {
    font-size: 24px;
    margin-top: 140px;
  }

  .menu {
    padding: 6px 10px;
    gap: 3px;
  }

  .menu-txt {
    font-size: 12px;
  }

  .nav-links ul li a {
    font-size: 18px;
  }

  .txt-box{
    padding-bottom: 15px;
  }

  .tab-container {
    width: 100%;
    box-shadow: none;
  }

  .tab-name {
    font-size: 16px;
  }

  .tab-content p {
    font-size: 14px;
  }

  .feature {
    padding: 15px;
  }

  .card-header h4 {
    font-size: 1.1rem;
  }

  .card-body {
    padding: 15px;
  }

  .btn {
    font-size: 14px;
    padding: 10px;
  }
}
/* acadamic page @media------------------------------------------------------------------------------- */
@media (max-width: 768px){
  .row{
    display: flex;
    flex-direction: column;
  }

  .a-col{
    margin: 10px 0 0 10px;
  }

  .nav-links {
    width: 100%;
    right: -100%;
  }
}

/* about us @media------------------------------------------------------------------------------------- */
@media (max-width: 768px){
  .msg-container{
    flex-direction: column;
    width: 90%;
  }

  video{
    width: 100%;
  }
}

/* gallery @media-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .photo-gal {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* For tablets (≤900px) */
@media (max-width: 900px) {
  .photo-gal {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-content {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }

  .top-content h4 {
    padding: 10px 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .top-content label {
    margin: 5px 10px;
    font-size: 16px;
    line-height: normal;
  }

  .pic {
    height: 200px;
  }
}

/* For phones (≤600px) */
@media (max-width: 600px) {
  
  .photo-gal {
    grid-template-columns: 1fr;
  }

  .top-content h4 {
    font-size: 18px;
    padding: 8px 16px;
  }

  .top-content label {
    font-size: 14px;
    margin: 5px;
  }

  .pic {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .nav-links {
    width: 512px;
    right: -512px;
  }

  .bg {
    width: 512px;
    left: -512px;
  }

  .nav-links ul {
    padding: 40px 0 0 0;
    gap: 4px;
    transform: translateY(5%);
  }

  .nav-links ul li {
    left: 10%;
    padding: 15px 0;
    margin: 4px 0;
  }

  .nav-links ul li a {
    font-size: 20px;
    padding-left: 25px;
    letter-spacing: 1.5px;
  }

  .nav-links .fas.fa-xmark {
    font-size: 26px;
    top: 15px;
    right: 25px;
  }
}
@media (max-width: 425px) {
  .nav-links {
    width: 100%;
    right: -100%;
    border-left: 2px solid #d6a949;
  }

  .bg {
    display: none;
  }

  .nav-links ul {
    padding: 25px 0 0 0;
    gap: 2px;
    transform: translateY(3%);
  }

  .nav-links ul li {
    left: 8%;
    padding: 10px 0;
    margin: 2px 0;
  }

  .nav-links ul li a {
    font-size: 15px;
    padding-left: 18px;
    letter-spacing: 1px;
  }

  .nav-links ul li a::before {
    width: 7px;
    height: 7px;
  }

  .nav-links .fas.fa-xmark {
    font-size: 20px;
    top: 12px;
    right: 18px;
  }

  nav .fas {
    font-size: 18px;
  }
}

