@import url("https://fonts.googleapis.com/css2?family=Anton&family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Francois+One&family=Oswald:wght@200..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap"); /*wel*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /*pop*/
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap"); /* award font*/

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.francois-one-regular {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/

body {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #888 #f1f1f1; /* thumb and track color */
}

/* WebKit */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  /* background: rgb(11,10,75);
background: -moz-linear-gradient(148deg, rgba(11,10,75,1) 0%, rgba(8,11,64,1) 37%, rgba(110,4,23,1) 100%);
background: -webkit-linear-gradient(148deg, rgba(11,10,75,1) 0%, rgba(8,11,64,1) 37%, rgba(110,4,23,1) 100%);
background: linear-gradient(148deg, rgba(11,10,75,1) 0%, rgba(8,11,64,1) 37%, rgba(110,4,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0a4b",endColorstr="#6e0417",GradientType=1); */
  background: rgb(8, 7, 43);
  background: -moz-linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  background: linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08072b",endColorstr="#36070f",GradientType=1);
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }
     body {
      scrollbar-color: transparent transparent; /* Firefox */
      scrollbar-width: thin; /* Firefox */
      -ms-overflow-style: none; /* Internet Explorer and Edge */
      overflow-y: scroll; /* Always show a scrollbar */
      -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS devices */
  }
  body::-webkit-scrollbar {
      width: 6px; /* Width of the scrollbar for WebKit browsers */
  }
  body::-webkit-scrollbar-thumb {
      background-color: transparent; /* Transparent color for the scrollbar thumb */
  }

}
#banner-carousel-item1 img,#banner-carousel-item2 img,#banner-carousel-item3 img{
min-height: 650px;
max-height: 650px;
object-fit: cover;

/* Mobile devices (portrait) */
@media only screen and (max-width: 768px) {
  min-height: 350px;
max-height: 350px;
}
 }
  
   
  
 
 #banner-carousel-item1 .textBox,#banner-carousel-item2 .textBox,#banner-carousel-item3 .textBox{
   min-height: 650px;
  max-height: 650px;
  position: absolute;
    background-color: #1a17178c;
}
#banner-carousel-item1 .textBox{
  padding-top: 170px;
  @media only screen and (max-width: 768px) {
    padding-top: 60px;
  }
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    padding-left: 25px;
    padding-right: 25px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    padding-top: 190px;
  }
}
#banner-carousel-item2 .textBox{
  padding-top: 230px;
  @media only screen and (max-width: 768px) {
    padding-top: 150px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    padding-top: 290px;
  }
}
#banner-carousel-item3 .textBox{
  padding-top: 220px;
  @media only screen and (max-width: 768px) {
    padding-top: 155px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    padding-top: 290px;
  }
}
#banner-carousel-item1 .textBox h1{
  color: rgb(255, 255, 255);
  @media only screen and (max-width: 768px) {
   font-size: 20px;
   }
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    font-size: 34px;
    line-height: 30px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    font-size: 64px;
    line-height: 55px;
    margin-bottom: 10px;
}
}
#banner-carousel-item2 .textBox h1{
  color: rgba(255, 255, 255, 0.847);
  @media only screen and (max-width: 768px) {
   font-size: 20px;
   line-height: 24px;
    padding: 5px;
  }
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    font-size:35px ;
    line-height: 28px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    font-size: 55px;
    line-height: 50px;
  }
}
#banner-carousel-item3 .textBox h1{
  color: rgba(255, 255, 255, 0.847);
  @media only screen and (max-width: 768px) {
   font-size: 20px;
   line-height: 24px;
     padding: 5px;
   }
   @media only screen and (min-width: 601px) and (max-width: 768px) {
    font-size:35px ;
    line-height: 28px;
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    font-size: 55px;
      line-height: 60px;
  }
}
 
.navbar {
  background-color: transparent !important;
}
.navbar-brand {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: gold !important;
  @media only screen and (max-width: 768px) {
    font-size: 15px !important;
  }
}
.navbar-toggler-icon {
  color: white !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-nav .nav-link {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.929) !important;
}
 
.Welcome {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.984);
  font-size: 80px;
  line-height: 80px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Mobile devices (portrait) */
  @media only screen and (max-width: 768px) {
    color: white;
    margin-top: 0px;
     line-height: 20px;
    text-align: center;
      }
}
.headerImage{
  display: none;
  @media only screen and (max-width: 768px) {
  display: block;
  }
}
.name {
  font-size: 50px;
  font-family: "Oswald", sans-serif;  font-weight: 700;
  font-style: normal; 
  margin: auto;
  padding: 10px;
  color: #d61616;
   
}
.about {
  width: 900px;
  margin: auto;
  font-size: 20px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fcf9fb;
  @media only screen and (max-width: 768px) {
    font-size: 12px;
    padding: 11px;
    text-align: justify;
    word-spacing: -3.5px;
    line-height: 18px;
    width: auto;
    margin: none;
  }
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    font-size: 15.5px;
    padding: 15px;
  }
}
.quotes {
  font-size: 20px;
  font-weight: 900;
  font-family: fantasy;
}
#star1,
#star2 {
  color: yellow;
}
#star2 {
  margin-top: 30px;
  float: right;
}
.playButton {
  
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}
.playButtonsvg {
  height: 40px;
  width: 25px;
  color: #9f2020;
}
.playButtonAni {
   width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
  animation: changeColor1 2000ms ease-out 1000ms alternate infinite;
  cursor: pointer;
}
.playButtonAnisvg {
  height: 40px;
  width: 25px;
  color: #9f2020;
  animation: changeColor 2000ms ease-out 1000ms alternate infinite;
  cursor: pointer;
}
@keyframes changeColor1 {
  0% {
    background-color: white;
  }
  50% {
    background-color: #9f2020;
  }
  100% {
    background-color: white;
  }
}
@keyframes changeColor {
  0% {
    color: rgb(14, 40, 130);
  }
  50% {
    color: white;
  }
  100% {
    color: rgb(15, 42, 141);
  }
}
.gapAdder {
  height: 50px;
  @media only screen and (max-width: 768px) {
    height: 20px;
  }
}
.sub-heading {
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sub-heading .colorOne {
  color: #9f2020;
  font-family: fantasy;
}
.sub-heading .colorTwo {
  color: #9f2020;
  font-family: fantasy;
}
#divCarousel{ 
  display: none;
  @media only screen and (max-width: 600px) {
        display: block;
  }
}
#eventCarousel img{
  height: 300px !important;
  width: 300px !important;
}
#posts{
  @media only screen and (max-width: 600px) {
        display: none;
  }
}
.Event {
  @media only screen and (max-width: 768px) {
    padding: 10px;
  }
}
.Event .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px;
}
.Event .card {
  background-color: #15171e;
  color: white;
  border-top: 5px solid #581414c1;
  border-left: 5px solid #581414c1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.Event .card img {
  min-width: 100%;
  min-height: 200px;
  max-width:100%;
  max-height: 200px;
  object-fit: cover;
 @media only screen and (min-width: 1024px) { /*laptop*/
 
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 150px !important;
    max-height: 150px !important;
}@media only screen and (max-width: 768px) {
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
}
.Event .card .title {
  font-family: Poppins;
  color: rgba(255, 255, 255, 0.866);
  font-size: 18px;
}
.Event .card .location {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 14px;
 }
 .Event .card .textBox p{
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 290px;
  }
.Event .card .date {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
}
.Event .card button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 2px;
  font-family: Poppins;
  background-color: #17146b;
  color: rgba(255, 255, 255, 0.866);
}
.Event .card button:hover {
  background-color: rgba(255, 255, 255, 0.866);
  color: black;
}
#divCarousel2{
  display: none;
  @media only screen and (max-width: 600px) {
    display: block;
  }
}
#videos{
  @media only screen and (max-width: 600px) {
    display: none;
    }
}
 
#EventcuroselForMobile2 .card,.video .card {
  background-color: #15171e;
  color: white;
  border-right: 5px solid #581414c1;
  border-bottom: 5px solid #581414c1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.videoText {
  font-family: Poppins;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  height: calc(1.5 * 4); /* Line height * Number of lines */
  line-height: 1.5; /* Line height */
}
.Achivement {
  /* background: rgb(8,7,43);
background: -moz-linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(14,17,69,1) 37%, rgba(69,3,15,1) 100%);
background: -webkit-linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(14,17,69,1) 37%, rgba(69,3,15,1) 100%);
background: linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(14,17,69,1) 37%, rgba(69,3,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08072b",endColorstr="#45030f",GradientType=1);   */
  background: rgb(8, 7, 43);
  background: -moz-linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  background: linear-gradient(
    148deg,
    rgba(8, 7, 43, 1) 0%,
    rgba(10, 12, 41, 1) 37%,
    rgba(54, 7, 15, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08072b",endColorstr="#36070f",GradientType=1);
  @media only screen and (max-width: 768px) {
    padding: 10px;
  }
}
.Achivement .card {
  background-color: #15171e;
  padding: 20px;
  min-height: 300px;
  max-height: 300px;
  min-width: 321px;
  max-width: 321px;
  
  @media only screen and (max-width: 768px) {
    min-width: 300px;
    max-width: 300px;
    min-height: 315px;
    max-height: 315px;
   }
}
.Achivement .title {
  padding: 30px;
  border-radius: 8px;
  min-height: 150px;
  max-height: 150px;
  background-image: linear-gradient(
      to bottom,
      rgba(53, 46, 24, 0.52),
      rgba(126, 82, 31, 0.73)
    ),
    url("assets/award-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.Achivement .title h5 {
  line-height: 28px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
}
.Achivement a{
  text-decoration: none;
}
.Achivement p {
  font-size: 15px;
  font-family: Poppins;
  word-spacing: -2px;
  color: rgba(255, 255, 255, 0.647);
}
.Achivement .col-lg-3 {
  margin: auto !important;
}
.shortBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 200px;
  background: rgb(13, 6, 6);
  background: -moz-linear-gradient(
    148deg,
    rgba(13, 6, 6, 0.825) 0%,
    rgba(79, 15, 33, 0.592) 51%,
    rgb(11, 12, 59) 100%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(13, 6, 6, 0.825) 0%,
    rgba(79, 15, 33, 0.592) 51%,
    rgb(11, 12, 59) 100%
  );
  background: linear-gradient(
    148deg,
    rgba(13, 6, 6, 0.825) 0%,
    rgba(79, 15, 33, 0.592) 51%,
    rgb(11, 12, 59) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0606",endColorstr="#131c5c",GradientType=1);
  @media only screen and (max-width: 768px) {
    /* flex-direction: column; */
     padding: 20px;
    border-radius: 6px;
  }
  @media only screen and (max-width: 768px) {
    height: 110px;
  }
}

.shortBox .box img {
  position: relative;
  top: -80px;
  height: 250px;
}
.shortBox .imgBox {
  @media only screen and (max-width: 768px) { /* mobile devices */
    width: 100px;
  }
}
.shortBox .imgBox img {
  @media only screen and (max-width: 768px) { /* mobile devices */
    width: 100px;
    height: 150px;
    object-fit: cover;
    padding: 10px;
    margin-top: 75px;
  }
  .shortBox .content{
    @media only screen and (max-width: 768px) { /* mobile devices */
      width: 0px;
    }
  }
}
.shortBox h2,
.shortBox h3 {
  font-family: "Anton", sans-serif;
  color: white;
  @media only screen and (max-width: 768px) {
    font-size: 15px;
  }
}
.shortBox a{
  color: white;
}
.shortBox p {
  font-family: "Francois One", sans-serif;
  @media only screen and (max-width: 768px) {
    font-size: 10px;
  }
}
.shortBox h3 {
  cursor: pointer;
  @media only screen and (max-width: 768px) {
    font-size: 25px;
  }
}

footer .col-lg-4:first-child {
  opacity: 0.6;
}
footer a {
  color: #555 !important;
  text-decoration: none;
  font-size: 26px;
}
footer .col-lg-4:last-child {
  opacity: 0.6;
}
footer .col-lg-4:last-child a {
  font-size: 16px;
  text-decoration: underline;
}
