@import url('https://fonts.googleapis.com/css2?family=Kufam&family=Roboto:ital,wght@0,300;0,400;1,400&family=Urbanist:wght@700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
  
  margin: 0;
  position: relative;
  font-family: 'Kufam', sans-serif;
}
:root {
    --primary-color: #161e3f;
    --secondary-color: #fcae1e;
  }

  /* Vertical Scrollbar */

::-webkit-scrollbar {
  width: 8px;
 }

 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;      
 }

 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  
   ::-webkit-scrollbar-thumb:hover {
          /* background: #fcae1e; */
          background-image: -webkit-linear-gradient(45deg,
          var(--secondary-color) 25%,
transparent 25%,
transparent 50%,
#fcae1e 50%,
#fcae1e 75%,
transparent 75%,
transparent)

      } 
      
/*    Vertical Scrollbar */

/* Horizontal scroll on page scroll */

.progress_container {
  width: 100%;
  height: 1.5px;
  background: var(--primary-color);
  top: 95px !important;
  z-index: 2;
}

.progress_bar {
  height: 1.5px;
  background: var(--secondary-color) !important;
  width: 0%;
}

/* Horizontal scroll on page scroll */

 /* Navbar */
 .navbar{
  background-color: var(--primary-color);
  opacity: 0.9;
  height: 95px;
  border-radius: 0px 0px 20px 20px;
 }

 .navbar-nav{
  border-radius: 50px 0px;
  background: var(--secondary-color);

 }

 .img-fluid:hover{
  transform:scale(1.1);
 }

/* New changes navbar */
 header nav ul li a {
  border: 3px solid transparent;
  margin: 0px 2px 0px 0px;
 }
 
header nav ul li a.active {
    border-bottom-color: var(--primary-color);
    font-weight: 600;    
}

header nav ul li a:hover {
    border-top-color: var(--primary-color);
    transform:scale(1.1);
}

/* .dropdown-menu
  {
    background-color: var(--primary-color);
    opacity: 0.8;
    box-shadow: 1.5px 1.5px 5px 0.5px #fff;
    border: none;
    margin-top: -40px !important; 
  }
  .dropdown-item{
    transition: 0.3s;
  }
  .dropdown-item:hover{
    transform: translate(0, -5px); 
  } */

  .CarouselHeader{
  position: relative;
  }

  .carousel-inner > .item > img {
    width:100%;
    height:360px;
   
  }
  .image{
    height: 520px !important;
    padding-top: 88px;
    filter: contrast(78%);
  }
  .carousel-indicators button {
    border-radius: 50%;
    width: 50%;
    height: 50%;
    background-color: #404040;
  }

  .content{
   
    float: right;
    box-shadow: -3px -3px 9px #aaa9a9a2,
                3px 3px 7px rgba(147, 149, 151, 0.671);
   
  }

  .aboutus
  {
    background-image: url(../assets/AboutUSBg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 332px; */
    position: relative;
  }

  .aboutuscontent1 , .principal_message1
  {
    background-color:  var(--primary-color);
    opacity: 0.7;
    border-radius: 0px 50px;
  }

  .aboutuscontent2 , .principal_message3
  {
    background-color:  var(--primary-color);
    opacity: 0.7;
    border-radius: 50px 0px;
  }

  .principal_message2
  {
    background-color:  var(--primary-color);
    opacity: 0.7;
    border-radius: 50px;

  }

 /* Contact Us */

 .Contact_Us
 {
  font-family: 'Kufam', sans-serif;
 }

 .address
 {
  /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(22, 30, 63, 1) 35%, rgba(252, 174, 30, 1) 100%); */
  background: var(--primary-color);
 opacity: 0.9;
 border-radius: 50px 0px;
 }

.queryform
{
/* background: var(--primary-color); */
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(22, 30, 63, 1) 35%, rgba(252, 174, 30, 1) 100%);
opacity: 0.9;
border-radius: 10px;
padding: 10px 0px 10px 30px;
}

.query_form_text h4
{
  text-decoration: none;
    /* font-size: 14px; */
  font-family: 'Kufam', sans-serif;
  font-weight: 600;
  background: linear-gradient(to right, #ff6b08, #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: fadeIn 5s infinite;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.Submit_button{
  
  width: 50%;
  background: linear-gradient(to right, #ff6b08, #eedd44);
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  color: var(--primary-color);
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;

}

.Submit_button:hover
{
  transform: translate(0, -5px);
  box-shadow: 1.5px 1.5px 5px 0.5px #fff;
}

 /* Contact Us End*/


.noticeboard
{
  position: absolute;
  /* display: flex;
  justify-content: center; */
  top: 265px;
  /* left: 50px; */
  z-index: 1;
  width: 100%;
}

h2{
  font-family: 'Kufam', sans-serif;
  font-weight: bold; 
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* overflow: hidden;  */
}

.News{
  text-align: left;
  width: 300px !important;
  background-color: var(--primary-color);
  opacity: 0.8;
  box-shadow: 1.5px 1.5px 5px 0.5px #fff;
  border-radius: 10px;
  }
  
  .slick-dots li button:before {
  content: url(../images/Star.svg) !important; 
  opacity: 0.2;
  border: none !important;
  
  }
  .slick-dots li.slick-active button:before { 
  opacity: 0.9; 
  content: url(../images/Star.svg);
  border: none !important;
  filter: drop-shadow(1px 1px 1.5px #ffffff);
  
  }
  
  .NewsLabel
  {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: 'Kufam', sans-serif;
    animation: fadeIn 5s infinite;
  }
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  .NewsData a{
  color: #ffff;
  }

/* Principal Message Start */

.principal_message1 , .principal_message2 , .principal_message3
{
  line-height: 1.5;
}

marquee {
  background-color: none !important;
  color: var(--primary-color);
  font-weight: bold;

}
/* Principal Message End */

/* Gallery Start*/

.gallerysection{
  height: auto;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(22, 30, 63, 1) 35%, rgba(252, 174, 30, 1) 100%);
}


.Gallery > img {
  width:150px;
  height: 150px;
  grid-area: 1/1;
  border-radius: 20px;
  margin: 25px;
  box-shadow: 1.5px 1.5px 5px 0.5px #fff;
  margin-top: 15px;  
}

.Gallery >  img:hover {

  transform: scale(1.4);
  cursor: pointer; 
  margin: 10px;
  border-radius: 50px;
}

/* Gallery End */

li a, .dropbtn {
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Kufam', sans-serif;
}

li a{
  font-size: 15px;
}

.active
{
  color: var(--primary-color) !important;
  border-bottom: 2px solid #FFA07A;
}

li a:hover, .dropdown:hover .dropbtn {
  color: var(--primary-color) !important;
 
}

/* Footer Start */

.MainFooter{
 background: #161e3f;
}
.FooterLabel{
  font-size: 16px;
  font-weight: 600; 
  color: #fcae1e;
}

.FooterImg
{
width: 100px;
}
.SubFooter
{
background: #03173d;
display: grid;
place-content: center;
}
/* Footer Start End */



/* Over Lay CSS Start */

.overlay
  {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background-color: darkred;
      opacity: 0.5;
      overflow: hidden;
      width: 100%;
      height: 0px;
      object-fit: cover;
      border-radius: 12px;
      transition: 0.5s ease;

  }
  .gallery-img:hover .overlay
  {
      height: 100%;
  }
  
  .gallery-img
  {
      flex-basis: 24%;
      position: relative;
  }


/* Over Lay CSS End */


/* Gallery Page Css Start */


.gallery-sec {
    /* padding: 100px 0 40px; */
    padding: 100px 40px 10px 40px;
    /* background-image: url(../assets/AboutUSBg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: fixed;
    position: relative; */
  }
  
  .section-ajeet-title {
    /* position: relative; */
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--primary-color);
  }
  
  
  .gf-column {
    float: left;
    display: none; /* Hide all elements by default */
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  .filter {
    /* padding: 20px 2px 10px; */
    text-align: center;
    max-width: 1050px;
    margin: auto;
    object-fit: cover;
  }
  
  .gf-btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
   background: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 20px 0px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
  }
  .gf-btn:hover,
  .gf-btn-active {
    /* background: #265df2; */
    background: var(--secondary-color);
    color: #fff;
    border-radius: 0px 20px;
    font-weight: bold;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  
  .gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
    /* gap: 14px; */
  }
  .gallery img {
    width: 200px;
    height: 260px;
    object-fit: cover;
    box-shadow: 1.5px 1.5px 5px 0.5px var(--secondary-color);
    /* background: center center/cover no-repeat #ddd; */
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 10px;
    cursor: pointer;
  }
  /* .gallery img:hover::after {
    content: "E";
  } */
  
  .gallery img:hover,
  video:hover {
    transform: scale(1.1);
  }
  
  .butonsSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    gap: 15px;
  }
  .closeBtn {
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.4s linear;
    padding: 8px 50px;
    border-radius: 25px;
    background-color: var(--primary-color);
    border: 0;
    outline-offset: -5px;
    outline: 2px solid #fff;
    cursor: pointer !important;
  }
  .closeBtn:hover {
    cursor: auto;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 8px 45px;
    outline-offset: 4px;
    outline: 2px solid #fff;
  }
  
  .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
  }
  .imgPreview {
    /*    width: 70%;  */
    object-fit: scale-down;
    max-height: 80vh;
    height: auto;
    border-radius: 10px;
    box-shadow: 1.5px 1.5px 5px 0.5px var(--secondary-color);
  }
  
  .sets .hide,
  .sets .pophide {
    width: 0%;
    opacity: 0;
  }
  
  .all-btn {
    text-align: center;
    background-color: #265df2;
    border-radius: 30px;
    margin: -15px auto 0;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
    padding: 5px 10px;
    letter-spacing: 1px;
    cursor: pointer;
  }
  
  .all-btn:active {
    transform: translateY(2px);
  }
  
  /* Responsive css Code Start */
  
  @media (max-width: 767px) {
    .gallery img {
      margin: 8px 8px;
      width: 175px;
    }
  
    .closeBtn {
      padding: 8px 25px;
    }
  
    .imgPreview {
      width: 80%;
      height: auto;
    }
  }
  
  @media (max-width: 575px) {
    .gallery img {
      margin: 8px 6px;
      width: 155px;
    }
  
    .gf-btn {
      font-size: 15px;
    }
  
    .closeBtn {
      font-size: 18px;
      padding: 8px 25px;
      border-radius: 15px;
    }
    .closeBtn:hover {
      padding: 8px 20px;
    }
  
    .imgPreview {
      width: 90%;
      /* max-height: 50vh; */
      height: auto;
    }
  }
  
  /* Gallery Page Css Start End */










































































































































































































































/* Bottom Sheet */

/* .mobile-bottom-nav{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
	will-change:transform;
	transform: translateZ(0);
	
	display:flex;	
	
	height:50px;
	
	box-shadow: 0 -2px 5px -2px #333;
	background-color:#fff;
}

.mobile-bottom-nav__item a{
 
  display:flex;
  flex-direction:column;
  justify-content:center;
}
	
	.mobile-bottom-nav__item{
		flex-grow:1;
		text-align:center;
		font-size:12px;
		
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.mobile-bottom-nav__item--active a{
		
		color:red;
	}
	.mobile-bottom-nav__item-content{ 
		display:flex;
		flex-direction:column;		
	} */

/* Bottom Sheet End */




