* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: "Poppins", serif; */
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  /* background-color: #f4e1856e; */
}
a {
  text-decoration: none;
  color: #fff;
}
li {
  list-style: none;
}
h5 {
  border-bottom: 2px solid #f8ab3b52;
  max-width: max-content;
  padding-bottom: 5px;
  transition: 0.5s ease;
}
h5:hover {
  color: #f8ab3b;
  letter-spacing: 1px;
}
.navbar {
  background-color: #fff !important;
}
.navbar-toggler-icon {
  background-color: #fff;
}
.navbar-brand {
  width: 160px;
  height: 120px;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-item {
  position: relative;
}
.nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0;
  height: 3px;
  background: #f8ab3b;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-item:hover .nav-link::before {
  width: 100%;
}
.nav-item .nav-link {
  transition: 0.3s ease;
  padding: 0.4rem !important;
}
.nav-item:hover .nav-link {
  color: #f8ab3b !important;
  transform: translatey(-10px);
}

.nav-item .nav-link,
.active {
  font-weight: 500;
  font-size: 18px;
  padding: 1rem 0.4rem;
  color: #234895 !important;
}

.about-image {
  width: 100%;
  height: 400px;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-text p {
  line-height: 30px;
  word-spacing: 2px;
  font-size: 19px;
  color: #000;
}
.gallery .item img {
  width: 100% !important;
  height: 200px !important;
  /* object-position: right top; */
  padding: 0;
  object-fit: fill;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.showcase-item img {
  width: 100%;
  height: 100%;
}
.publication .publication-item img {
  border-radius: 50%;
  /* border: 2px solid black !important; */
  width: 290px !important;
  height: 290px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 0 auto;
  object-fit: cover;
}
.gallery {
  background-color: #fae82de3;
}
.showcase {
  background-color:
}
.publication-wrapper {
  background-color: #fff;
}
.youtube-videos {
  /* background-color: #f8ab3b; */
}
.heading {
  margin-bottom: 1rem;
}
h3 {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 10px double #f6ac3f78;
  color: #000000a5;
}
.heading h2,
h4 {
  /* display: inline-block; */
  text-transform: uppercase;
  padding-bottom: 5px;
  /* border-bottom:  double black;
  border-style: double; */
}
.video iframe {
  width: 100%;
  height: 250px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  padding: 10px;
}
footer {
  background-color: #bbeae5;
  color: #234895;
}
footer .heading h4 {
  width: max-content;
  border-bottom: 2px solid #f8ab3b;
}

.footer-list {
  padding-left: 1rem;
}
.footer-list li a {
  color: #234895;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
}
/* .footer-list li a:hover {
  border-bottom: 2px solid #f8ab3b;
  padding-bottom: 5px;
} */

.footer-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0;
  height: 3px;
  background: #f8ab3b;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-list li a:hover::before {
  width: 100%;
}

.footer-list span {
  padding-left: 10px;
}
.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  gap: 1rem;
}
.footer-social-links a {
  display: inline-block;
}
.footer-social-links a {
  padding: 12px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  transition: 0.3s ease;
  color: #234895;
}
.footer-social-links a:hover {
  transform: translateY(-10px);
  color: #f8ab3b;
}
.footer-social-links i {
  font-size: 30px;
}
.video {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
/* marquee-style */
marquee {
  height: 300px !important;
  border: 8px double #f8ab3b;
  padding: 20px;
}

/* marquee-style end */

/* owl-carousel-section */
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-item {
  padding-top: 0;
}
.owl-nav button {
  border: 1px solid black !important;
  padding: 30px 20px !important;
}
.owl-nav button span {
  font-size: 40px;
}
.owl-next {
  position: absolute;
  right: 0;
}
.owl-prev {
  position: absolute;
  left: 0;
}

.owl-nav button:hover {
  background-color: #000 !important;
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
}
/* owl-carousel-section end */

/* screen-1400px */
@media (max-width: 1400px) {
  .publication {
    width: 100% !important;
  }
  .publication-wrapper .owl-prev,
  .publication-wrapper .owl-next {
    display: none !important;
  }
}
/* screen-1200px */
@media (max-width: 1200px) {
  marquee {
    height: 200px !important;
  }
}
/* screen-1024px */
@media (max-width: 1024px) {
  .owl-nav {
    top: 30%;
  }
  marquee {
    height: 200px !important;
  }
}
/* screen-994px */
@media (max-width: 994px) {
  marquee {
    height: 200px !important;
  }
}

/* screen-700px */
@media (max-width: 700px) {
  .owl-nav button {
    border: 1px solid black !important;
    padding: 5px 10px !important;
  }
  .owl-nav {
    top: 20%;
  }
  .about-image {
    width: 100%;
    height: 300px;
  }
}
/* screen 767px */
/* @media (max-width: 767px) {
  #owl-carousel5 .owl-next {
    right: 100px;
    top: 103px;
  }
  #owl-carousel5 .owl-prev {
    right: 90px;
  }
} */

/* screen-768px */
@media (max-width: 768px) {
  marquee {
    height: 250px !important;
  }
  .gallery .item img {
    height: 240px;
  }
}

/* screen-425px */
@media (max-width: 425px) {
  .owl-nav button {
    border: 1px solid black !important;
    padding: 2px 10px !important;
  }
  .owl-nav {
    top: 20%;
  }
  .owl-nav button span {
    font-size: 30px;
  }
  .about-image {
    width: 100%;
    height: 200px;
  }
  .gallery{
          grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)) !important;
  }
  .second-about-text p {
    font-size: 18px;
    height: 863.36px;
}
}


/* --------------------------- custom button style -------------------------- */
.button-56 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #f8ab3b;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  height: 45px;
  /* width: 170px; */
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #f8ab3b;
  border-radius: 8px;
  content: "";
  display: block;
  height: 45px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button-56:hover {
  /* border: 1px solid #111; */
  color: #fff;
  background-color: #f8ab3b;
}
.button-56:hover:after {
  transform: translate(0, 0);
  /* background-color: #111; */
}

.button-56:active {
  background-color: #f8ab3b;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 30px;
  }
  .third-about{
      height:850.36px !important;
  }
}

.publication-wrapper .owl-prev {
  transform: translate(-150px, -50px);
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background-color 0.5s, transform 0.5s;
}

.publication-wrapper .owl-next {
  transform: translate(150px, -50px);
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background-color 0.5s, transform 0.5s;
}

.publication-wrapper .owl-prev:hover,
.publication-wrapper .owl-next:hover {
  background-color: #f8ab3b !important;
  color: #fff !important;
  border: 2px solid #f8ab3b !important;
}

.heading h2 {
  border-bottom: 2px solid #f8ab3b52;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
}
.heading h2:hover {
  color: #f8ab3b;
}
.about-banner-image img {
  width: 100%;
  height: 100%;
}
.publication-page-image img {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #000;
  border-radius: 5px;
}
.gallery-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.5s ease;
}
.gallery-page-image {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
  background-color: #f8ab3b;
}
.gallery-page-image:hover.gallery-page-image img {
  transform: scale(1.1);
}
.nav-item .nav-link,
.active {
  padding: 0;
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
}
.pagination {
  justify-content: center;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  gap: 1rem;
}
.social-link a {
  display: inline-block;
  padding: 15px 20px;
  color: #000;
  font-size: 30px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  transition: 0.3s ease;
  /* background-color: #fff; */
}
.social-link a:hover {
  transform: translateY(-10px);
}
.social-link a:hover i {
  color: #f8ab3b;
}

.gallery .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

header {
  position: sticky;
  top: 0px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  z-index: 100;
}
.second-about p {
  color: #000;
}
.showcase .showcase-images {
  overflow: hidden;
  height: 240px;
  box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25),
    0px 30px 60px -30px rgba(0, 0, 0, 0.3),
    inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35);
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}
.showcase .showcase-images:hover.showcase-images img {
  transform: scale(1.2);
}
.showcase .showcase-images img {
  transition: 0.5s ease;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.utsav-patika-images {
  width: 100%;
  height: 400px;
}
.utsav-patika-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.second-about-image img{
    width: 100%;
    height: 337px;
    margin-top:1.5rem;
    background: #fff;
    object-fit: cover;
}
.second-about-text p{
    font-size: 18px;
    height:693.36px;
}
.sixth-about{
    background: #bbeae5;
    height:693.36px;
}
.third-about{
   background: #fff700;
   height:693.36px;
}
.fifth-about{
   background: #fff700; 
   height:693.36px;
}
.fourth-about{
   background: #bbeae5;
   height:693.36px;
}
.contact-details{
    background: #fff700;
}
.contact-image img{
    width:100%;
}
main {
   /*background: radial-gradient(#e31e24, #fff700); */
   background:#bbeae5;
  /*background: radial-gradient(circle, rgba(35,72,149,1) 0%, rgba(255,247,0,1) 50%, rgba(227,30,36,1) 100%);*/
}
 body {
  /*background: linear-gradient(#e31e24, #234895, #fff700);*/
  /*background: radial-gradient(#e31e24, #fff700);*/
  /*background: radial-gradient(circle, rgba(255,247,0,1) 0%, rgba(227,30,36,1) 50%, rgba(35,72,149,1) 100%);*/
  /*background: linear-gradient(90deg, rgba(255,247,0,1) 0%, rgba(35,72,149,1) 50%, rgba(227,30,36,1) 100%);*/
  /*background: radial-gradient(circle, rgba(35,72,149,1) 0%, rgba(255,247,0,1) 50%, rgba(227,30,36,1) 100%);*/
} 
.about-bg{
    /*background: radial-gradient(circle, rgba(35,72,149,1) 0%, rgba(255,247,0,1) 50%, rgba(227,30,36,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(255,247,0,1) 0%, rgba(35,72,149,1) 50%, rgba(227,30,36,1) 100%);*/
    /*background: radial-gradient(circle, rgba(255,247,0,1) 0%, rgba(227,30,36,1) 50%, rgba(35,72,149,1) 100%);*/
    /*background: radial-gradient(#e31e24, #fff700);*/
}

/* custom-gallery */
.gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 20, 20, 1);
  /*padding: 1rem;*/
}
.gallery img {
  width: 100%;
  display: block;
  /*aspect-ratio: 1 / 1;*/
  object-fit: cover;
  transition: transform 1000ms;
}

.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  max-width: 100%;
  /*width: 70rem;*/
  width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: center;
  opacity: 0;
  transform: scale(2);
  transition: opacity 300ms;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: white;
  font-size: 1.2rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
}

a:is(:hover, :focus) figure::after {
  opacity: 1;
}

a:is(:hover, :focus) figcaption {
  opacity: 1;
  transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
  figcaption {
    transform: translate3d(0, 2rem, 0);
  }

  figure::after {
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: transform 900ms;
  }

  a:is(:hover, :focus) figure::after {
    transform: scale(2.5);
  }

  a:is(:hover, :focus) figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 600ms 400ms, transform 600ms 400ms;
  }

  /*a:is(:hover, :focus) img {*/
  /*  transform: scale(1.2);*/
  /*}*/
}
/* custom-gallery */
