:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#000;
  --inner-color1:#c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #d84200 0%, #ff781a 100%, #d84200)
}



/* BenguiatStd */
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('../fonts/JosefinSans-Bold.ttf');
}

/* poppins */

@font-face {
   font-family: 'Poppins-Light';
   src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/aws/Poppins-Bold.ttf');
}







/* common-css */
html{scroll-behavior: smooth;}
body{margin: 0;padding: 0;font-family: "Poppins-Light", sans-serif;background-color: transparent !important;}
a{text-decoration: none;}
ul {list-style-type: none;padding: 0px;margin: 0px;}
button:focus {outline: 0px !important;}
a:hover {text-decoration: none;}
.w-100 {width: 100%;}
.w-auto {width: auto !important;}
.h-100 {height: 100%;}
.txt-undline {text-decoration: underline !important;}
.container {max-width: 1230px !important;}
  /* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */
.grid-left {overflow: hidden;margin-top: 0px;}
/* .grid-middle {overflow: hidden;} */
#header .container {max-width: 1230px !important;}
/* .top_dec-deg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35px;
  max-height: 310px;
}
.top_dec-deg.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
} */
.header-top-section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width:1320px) {
  #header .container, .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 1230px) {
  #header .container, .container {
    max-width: 1080px !important;
  }
}
/* common-css-close */

.carousel-indicators [data-target] {
  width: 16px;
  height: 16px;
  border: 0 !important;
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #f86e0f;
}


/* Header */


/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: -60px;
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right-dgn, .left-dgn {
  position: absolute;
  top: 0;
  height: 550px;
  z-index: -1;
}
.right-dgn {
  left: 0;
}
.left-dgn {
  right: 0;
}
.main_header {
  z-index: 2;
  position: relative;
}
#header {
  position: relative;
  margin-top: 0;
  padding-block: 20px;
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217,179,108,.32);
  box-shadow: 0 18px 50px rgba(90,57,24,.08);
}
.main-bg::before {
  content: "";
  background:url(../images/bg-top.png);
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 3px;
  top: 39px;
  left: 0;
  z-index: -1;
}
.home-inner {
  padding-top: 15px;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {padding: 0;width: 100%;}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 8px; */
  }
.navbar>ul {width: 100%;}
.navbar li {position: relative;}
.navbar > ul > li {white-space: nowrap;padding-inline: 20px;}
.navbar > ul > li.login-n {margin-left: auto;}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: #2c0a00;
  font-family: 'Poppins-Medium';
  transition: color 0.3s, background 0.3s;
  padding: 13px 14.7px;
  /* padding: 14.5px 15px; */
  border-radius: 0px;
  line-height: 100%;
  letter-spacing: 0px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  z-index: 20;
	display: none;
}
.navbar a:hover,
.navbar li.active>a,
.navbar li:hover  a, .menu-active a {
  color:#880106;
  background: transparent;
}
.navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width: 200px 
  }
  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    color:#000;
    background: var(--white-color);
  }
  .navbar .menu-item-has-children ul a i {font-size: 12px;  }
.navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
    color: var(--white-color);
	background-color: #980700;
	border-radius:0;
}
  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media screen and (max-width: 500px) {
    .copy-right-sec {
        color: rgb(255, 255, 255);
        font-size: 16px;
        gap: 8px;
        margin-bottom: 50px;
    }
}

  .mobile-nav-show,
  .mobile-nav-hide {display: none;}
  .aws-app-menu {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .main-bg {
    z-index: 10;
    background-size: 100%;
    background-position: center 0px;
    padding-block: 10px 30px;
  }
  
  #header {
    padding: 0;
    }
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 100%;
    width: 97%;
    max-width: 96%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
	background-image: linear-gradient(90deg, #d64000, #fe810a);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {color: var(--white-color);}
  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{font-size: 12px !important;padding: 6px 15px;}
  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {display: block;}

  .mobile-nav-hide {
    color: var(--white-color);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {left: 0;}
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 7%;
    top: 12%;
    z-index: 9999;
    background-color: transparent;
  }
.mobile-nav-active .navbar {
  text-align: start;
}
.login-btn {
  margin-top: 10px;
}
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 100vh;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

.login-n a {
  color: var(--white-color) !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}
.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login-n a:hover {
  background-image: linear-gradient(to top, #fc434b, #ad1117);
}

@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
}

@media screen and (max-width: 1199px) {
  /* .navbar a, .navbar a:focus {
    font-size: 12px;
    padding: 10px 13px;
  } */
  .home-grid-section {grid-template-columns: 1fr;}
}


/* bootom=menu */

@media (min-width: 1023px) {.aws-app-menu{display: none;}}
@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to right, #d64000, #fe810a, #d64000);
}

.aws-app-menu > div i {font-size: 20px;}
.aws-app-menu > div {justify-content: space-between;}   
.dropdown-active a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-active a {
  font-size: 13px !important;
  padding: 6px 15px;
  position: relative;
}
.navbar .menu-item-has-children > .dropdown-active {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none;
  background: transparent;
}  
.home-inner {padding-top: 0;}
/* .top_dec-deg {top: 0;max-height: 250px;}  */

.banner-wrap.pos-relative {
  max-width: 750px;
  margin-inline: auto;
  width: 100%;
}
.main-bg::before {top: 0;}   
.carousel-indicators [data-target] {
  width: 14px;
  height: 14px;}     
  .navbar a, .navbar a:focus {
    font-size: 14px;
    padding-block: 8px !important;
  }                 
}                                  

/* Sri css */

/* header */
.top_header {
  position: relative;
  z-index: 1;
}
.navbar > ul > li:not(.login-btn) a:hover::after,
.navbar > ul > li:not(.login-btn).menu-active a::after{
  position: absolute;
  content: "";
  background: #cb0a10;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  transition: all .4s linear;
  border-radius: 50px;
}
.navbar a, .navbar a:focus {padding-inline: 0; text-decoration: none;}
.navbar > ul > li.login-btn a {
  background: #0006;
  padding-block: 7px;
  padding-inline: 15px;
  border-radius:30px ;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.navbar > ul > li.login-btn a img {
  width: 16px;
}
/* header close */

/* banner_sec */
.banner_sec::after {
  content: "";
  position: absolute;
  background: url(../images/banner_bottom_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover ;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
}
.banner_sec {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
/* .banner_sec .carousel .carousel-inner .carousel-item img{
  transform: scale(1);
}
.banner_sec .carousel .carousel-inner .carousel-item:nth-child(2) img{
  transform: scale(1.05);
}
.banner_sec .carousel .carousel-inner .carousel-item:nth-child(3) img{
  transform: scale(1.1);
} */

.banner_sec .carousel-indicators {
  max-width: 80px;
  margin: auto;
  background: #000000ad;
  border-radius: 40px;
  padding: 8px 10px;
  bottom: 20px;
}
.banner_sec .carousel-indicators [data-bs-target] {
  border: none;
}
.banner_sec .carousel-indicators [data-bs-target].active {
  background-color: #ffb20b;
}
.banner_sec .carousel-indicators  [data-bs-target]{
  background-color: #ffffff;
}
/* banner_sec_close */

.main_bg {
  background: #fdfbf7;
  padding-bottom: 40px;
  position: relative;
}


/* news-letter-sec */

.latest-sec {
  background: url(../images/news_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  margin-block: 10px;
}
.latest-block {
  overflow: hidden;
}
.latest-hd-wrap {
  /* background-color: #887f1f; */
  padding:0px 15px;
  border-radius: 60px;
}
.latest-sec .latest-block {
  padding-top: 8px;
  padding-bottom: 8px;
}
.latest-hd {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 26px;
  text-transform: uppercase;
  color: #871c00;
  font-family: 'Poppins-SemiBold';
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.latest-hd img {
  margin-left: 10px;
  /* filter: brightness(100); */
  height: 12px;
}
.latest-content {
  width: 100%;
  padding-left: 0;
}
.latest-content .news {
  position: relative;
  /* height: 30px !important; */
  overflow: hidden;
  /* transform: translateY(-50%);
  top: 50%; */
}
.latestnew-li {
  margin: 0px;
  position: absolute;
  top: 0px;
}
.latestnew-li li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
.latestnew-li li::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #bfb7a3;
  left: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}
.latestnew-li li a {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.25px;
}

@media screen and (min-width:1320px) {
  .latest-sec .latest-block {
  padding-inline: 10px;
}
}
@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap {display: none;}
  .latestnew-li li a {font-size: 12px;letter-spacing: 0;}
}
/* news-letter-sec-close */

/* welcome_sec */
.welcome_sec {
  padding-block: 30px 40px;
  position: relative;
}
.welcome_sub_title {
  font-family: 'Poppins-Medium';
  color: #2b2925;
  margin-bottom: 5px;
  font-size: 22px;
  text-align: center;
}
.welcome_title {
   font-family: 'Poppins-SemiBold';
  color: #780001;
  font-size: 30px;
  text-align: center;
}

.four_btns {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfdcd5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.four_btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #ae9a78, #5d5038);
  color: #fff;
  padding: 0;
  padding-right: 20px;
  border-radius: 40px;
  transition: all .4s linear;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
  min-width: 170px;
}
.four_btns a:hover {
  transition: all .4s linear;
  background: linear-gradient(to right, #d82f31, #a10002);
}
.four_btns a img {
  max-width: 35px;
  max-height: 35px;
}
.president_part p {
  line-height: 22px;
}
.president_part::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  border-radius: 0px 23px 23px 0px;  
  left: -1px;
  top: 75%;
  border: 1px solid #ccc;
  background: #fdfbf7 !important;
  border-left-color: #fdfbf7;
}
.president_part::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  border-radius: 23px 0px 0px 23px;  
  right: -1px;
  top: 75%;
  border: 1px solid #ccc;
  background: #fdfbf7 !important;
  border-right-color: #fdfbf7;
}

.president_part {
  height: 100%;
  background: #f2f0ec;
  border: 1px solid #d4d0c8;
  padding-inline: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  /* overflow: hidden; */
  border-radius: 10px;
}

.president_title {
  position: relative;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  font-size: 20px;
  z-index: 0;
}

.president_title span{position: relative;}
.president_title span::before {
  content: "";
  position: absolute;
  background: url(../images/president_title_deg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  width: 70px;
  height: 15px;
  right: 104%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.president_title span::after {
  content: "";
  position: absolute;
  background: url(../images/president_title_deg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  width: 70px;
  height: 15px;
  left: 104%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  z-index: -1;
}

.president_img {
  background: url(../images/president_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 6px;
  width: 120px;
  height: 120px;
  margin-inline: auto;
  
}
.president_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.president_name {
  text-transform: uppercase;
  font-family: "Poppins-Medium";
  font-size: 18px;
  margin-block: 4px;
  color: #930001;
}

.know_more_btn {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #d4d0c8;
  display: inline-block;
  margin-top: auto;
  padding: 5px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* welcome_sec_close */


/* <!-- up_events_sec --> */
.up_events_sec{
  border-top: 1px solid #e3e3e1;
  background-color: #fdfbf7;
  position: relative;
}
.up_events_top_degn{
  width: 100%;
  margin-bottom: 20px;
}

.event-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    height: 100%;
}

/* Left Image */
.event-img-wrap {
    width: 291px;
    position: relative;
    flex-shrink: 0;
}

.event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.event-overlay {
    position: absolute;
    /* inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent); */
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.event-overlay-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Right Content */
.event-body {
    width: 58%;
    padding: 20px;
    display: flex;
     box-sizing: border-box;
  /* opacity: 0; */
  transform: translateX(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
    flex-direction: column;
    justify-content: space-between;
}
.event-card.active .event-body {
  opacity: 1;
  transform: translateX(0);
}
.event-card-title { font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.2;
  font-family: "Poppins-Medium"; }
.event-card-text { font-size: 14px; color: var(--color-text-light); margin: 0 0 12px; line-height: 1.5; }
.event-meta { margin-block: 12px; position: relative; z-index: 0;}
.event-meta::after { 
   content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    left: -10%;
    top: 50%;
    background: #f3e2c0;
    z-index: -1;
    transform: translateY(-50%);
}
.event-meta::before { 
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0%;
    background: #fbf9f5;
    z-index: -1;
}
.meta-item { margin: 6px 0; display: flex; gap: 8px; align-items: center; }
.event_btn { font-size: 14px; align-self: flex-start; background: linear-gradient(to top,#f2f2f2,#fff); padding: 7px 20px; border-radius: 50px; border: 1px solid #edc26c; transition: background .3s; color: #000;}


.event-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 15px;
}

.event-card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.event-meta {
    margin-bottom: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #555;
}

.event_btn {
 display: inline-block;
    /* background: rgb(211, 47, 47); */
    color: rgb(5 5 5);
    padding: 10px 22px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
    transition: 0.3s;
}

.event_btn:hover {
    background: #b71c1c;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {

    .event-card {
        flex-direction: column;
    }

    .event-img-wrap,
    .event-body {
        width: 100%;
    }

    .event-img-wrap {
        height: 240px;
    }

    .event-body {
        padding: 18px;
    }

    .event-card-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {

    .event-img-wrap {
        height: 200px;
    }

    .event-body {
        padding: 15px;
    }

    .event-card-title {
        font-size: 20px;
    }

    .event-card-text {
        font-size: 14px;
    }

    .event_btn {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 900px) {
  .event-card { width: 80%; min-width: 260px; }
  .event-card.active { width: 92%; }
  .event-cards { gap: 12px; padding-left: 0px; }
  .event-img-wrap { flex: 0 0 40%; } /* you may change for portrait */
}

.meta-item {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-block: 6px;
}

.meta-item i {
    color: #ca282d;
    margin-top: 3px;
    font-size: 18px;
    flex-shrink: 0;
}

.btn-orange-sm {
    background-color: var(--color-orange);
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.btn-orange-sm:hover {
    background-color: #F07A2F;
}

.event-card-dark {
    position: relative;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.event-card-dark:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.event-card-dark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.event-card-dark:hover img {
    transform: scale(1.05);
}

.event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent); */
    padding: 40px 24px 24px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.event-overlay-title {
    color: white;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  display: none;
  font-family: "Poppins-Medium";
}

@media (max-width: 992px) {

.event-cards {
  flex-wrap: wrap;
}
.event-card {
  display: flex;
  flex-direction: column;
height: 100%;
padding: 15px;
width: 100%;
max-width: 400px;
}
.event-body {
  max-width: 100%;
  padding: 0px;
  opacity: 1;
  max-height: 100%;}
  .event-overlay {
  display: none;
}
.event-card.active {
  flex: auto;
  padding: 15px;
  flex-direction: column;
}
.event-card {
  flex: auto;}
  .event-img-wrap {
  height: 250px;}
  .event-card .event-body,
  .event-card.active .event-body {
  padding: 0;
    padding-top: 0px;
  padding-top: 15px;
}

}
/* <!-- up_events_sec_close --> */

.section-heading {
  font-size: 32px;
  text-align: center;
  color: #1c1c1c;
  font-family: "Poppins-Medium";
}

/* sponsors_sec */
.sponsors_inner {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
  gap: 15px;
  padding-top: 10px;
}
.sponsors_inner > div {
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #dddddd87;
  height: 110px;
}
.sponsor_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.sponsors_sec {
  padding-block: 40px 60px;
}
/* sponsors_sec_close */

/* gallery_sec */

.gallery_sec{
  position: relative;
  overflow: hidden;
  padding-block: 40px;
}
.gallery_sec .gallery_top_dgn{
  width: 100%;
  position: absolute;
  top: 0;
}
.gallery_sec .gallery_left_dgn, .gallery_sec .gallery_right_dgn{
  position: absolute;
  top: 10px;
  left: 0;
  max-height: 280px;
}
.gallery_sec .gallery_right_dgn{
  left: auto;
  right: 0;
}

/*  */
.gallery-grid {
  height: 100%;
  position: relative;
  /* padding-block: 30px; */
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
  gap: 10px;
}

.gallery-grid-item {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    height: 190px;
    background: #f0f0f0;
    display: block;
}

.gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-grid-item:hover img {
    transform: scale(1.08);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    opacity: 0.9;
    transition: all 0.3s;
    z-index: 2;
}

.gallery-grid-item:hover .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}


.v-icon {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.pos-relative {
  position: relative;
}
.g-box {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.text {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.g-box:hover .overlay {
  height: 100%;
}
.gallery-grid > a:nth-child(3) .v-icon {
  max-height: 380px;
}


.video-item {
  width: 100%;
  /* height: 100%; */
  position: relative;
  /* display: inline-block; */
}
.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/yt.png) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: 60px;
}
.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
/*  */

.gallery_inner ul.nav.nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
.gallery_inner ul.nav.nav-pills .nav-link {
  border: 1px solid #d4d0c8;
  color: #000;
  padding: 5px 30px;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
  letter-spacing: .25px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  z-index: 0;
  background: #fdfbf7;
}

.gallery_inner ul.nav.nav-pills .nav-link.active {
 background-color: #d4d0c8;
}
.gallery_inner ul.nav.nav-pills .nav-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.gallery_inner ul.nav.nav-pills .nav-link::after {
position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background-color: #d4d0c8;
  top: 83%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.gallery_inner ul.nav.nav-pills .nav-link.active::after {
  width: 15px;
  height: 15px;
  background-color: #d4d0c8;
  z-index: -1;
}
.gallery_inner h2.section-heading {
  position: relative;
  top: 40px;
  margin-top: -30px;
}

.main_sec_bottom_line{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* gallery_sec_close */

/* footer_sec */
footer{
  background: #fbf3e8; 
}
.f-br {
  position: relative;
  z-index: 9;
}


.footer-block {
  padding: 40px 0;
  font-family: 'Poppins-Light';
  border: none;
}
.footer-sec {
  margin: 0;
}
.ftrow {
  align-items: center;
}
.fcal-cd ul li {
  border-bottom: 1px dotted #fff;
  padding: 3px 0px;
}
.fcal-cd ul li:last-child {
  border-bottom: 0;
}
.quick_links li:last-child{
  padding-bottom: 0;
}
.fcal-cd ul li a {
  color: #000000;
}
.loc-fnt img {
  height: 22px;
}
.footer-logo {
  height: 130px;
}
.fcal-cd h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #780001;
  font-family: 'Poppins-Medium';
}
.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 18px;
  /* filter: brightness(100) drop-shadow(0px 3px 3px rgba(149,81,0,0.3)); */
  background-color: #780001;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px 0px 5px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-icon:hover{
  transform: translateY(-4px);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
 

}
/* .f-fb {
  color: #4b69b1;
}
.f-tw {
  color: #0e0e0e;
}
.f-insta {
  color: #974494;
}
.f-yt {
  color: #e83f3a;
} */
.f-icon i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   color: #fff;
}
.left-copy-sec p {
  font-size: 14px;
  text-align: end;
}
.fcal-cd ul li a {
  color: #000000;
  font-size: 14px;
}
.fcal-cd ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  /* padding-bottom: 10px; */
  /* margin-bottom: 6px; */
  border-bottom: 1px dotted #c7555300;
}
.fcal-cd ul li img {
  height: 16px;
  position: relative;
  top: 3px;
  filter: invert();
}
.footer-block .ftrow .fbx:last-child{
  max-width: 300px;
}
.fcal-cd ul li.mail-fnt  img{
  height: 14px;
}
.footer-block .ftrow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.footer-content.fbox2.fmap .quick_links {
  columns: 2;
  list-style: disc;
  color: #000000;
  padding-left: 20px;
  gap: 30px;
}
/* Mobile View */
@media (max-width: 767.98px) {
    .footer-content.fbox2.fmap .quick_links {
        columns: 1;
        gap: 0;
    }
}
.footer-title{
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #000000;
  text-align: start;
}
.sub_btn {
background: linear-gradient(#800, #780001);
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.quick_links li{
  padding-bottom: 5px;
}
.quick_links li a {
  color: #000000;
  font-size: 14px;
}
.f-br .footer-sec .footer-block a:hover {
  background: unset;
  transition: all .4s linear;
}
.f-br .footer-sec .container {
  max-width: 1230px !important;
}
.fbx iframe {
  width: 100%;
  border-radius: 10px;
  max-width: 200px;
  height: 130px;
}
.sub_img img {
  height: 32px;
  position: relative;
  top: 6px;
  left: -7px;
}
.footer-block a:hover {
  background: linear-gradient(#a96401, #f88e12);
  transition: all .4s linear;
}
.left-copy-sec {padding-top: 30px;}
.footer-content.fbox2.fmap {min-width: 200px;}
.footer-content.fbox2.fmap.fbox2 {
  margin-left: 0;
}
.copy-right-sec {
  color: #fff;
  padding-block: 15px;
  font-family: 'Poppins-Light';
  font-size: 14px;
  background: #800;
}
        

/* .inner-page-foot{
  padding-top: 45px;
  background: url(../images/footer-bg.png), url(../images/footer-bottom-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 60%, #fefeea);
  background-position: top center, bottom center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100%;
} */
.news-letter-sec.inner-page-news-letter-sec {
  padding-top: 40px;
}
@media screen and (max-width:1320px) {
  .footer-content.fbox2.fmap {min-width: 100%;}
}
@media screen and (max-width:1230px) {
  .footer-block .ftrow{flex-wrap: wrap;}
  .footer-block .ftrow .fbx {width: auto;}
  /* .footer-block .ftrow .fbx:first-child {width: 100%;} */
  .footer-block .ftrow .fbx:last-child {max-width: 100%;margin-left: auto;}
  .footer-block {background-repeat: repeat-y;background-size: 100%;}
  .quick_links {columns: 2;column-gap: 30px;}
}
@media screen and (max-width:1199px) {
  .footer-sec {
    background-size: contain;
  }
}
/* @media screen and (max-width:1024px) {
  .f-br {padding-bottom: 50px;}
} */
@media screen and (max-width: 768px) {
  .footer-block .ftrow {flex-wrap: wrap;gap: 20px;}
  /* .footer-sec {background: #f9842a;} */
  .footer-content.fbox2.fmap {width: 350px;}
  .copy-right-sec {flex-direction: column;justify-content: center;align-items: center;gap: 4px;}
  .footer-sec {background-size: contain, 100% 10%, 100% 105%;}

}

@media screen and (max-width: 576px) {
  /* .footer-block .ftrow {justify-content: center;} */
  .footer-title {text-align: start;}
  /* .fsocial-icons {text-align: center !important;} */
  .left-copy-sec {padding-top: 10px;}
  .footer-block .ftrow {gap: 15px;}
  .footer-block .ftrow .fbx:last-child {margin-left: 0;}
  .copy-right-sec {text-align: center;}
  .footer-logo {
  margin-bottom: 10px;
}
.footer-block {
  padding: 15px 0;}
}
@media screen and (max-width: 500px) {
  /* .footer-sec {background: #fff;} */
  .copy-right-sec {color: #fff;font-size: 14px;gap: 8px; margin-bottom: 3rem;}
  .copy-right-sec p a {color: #fe810a !important;}
  .footer-block {
  overflow: hidden;
}

}

/* footer_sec_close */


.inner_main_bg {
  position: relative;
  padding-bottom: 0px;
  background-color: rgba(255,253,248,.88) ;
}
.inner_main_bg .aws-inner-grid-two-1 {auto;}
.inner_main_bg .aws-inner-grid-two {grid-template-columns: 1fr 250px;}
 /* {
  background-color: transparent;
  padding-inline: 0;
  padding-block: 20px 50px;
} */
.title_img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.title_img .inner_banner_title {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #780001;
  font-family: 'Poppins-SemiBold';
  font-size: 32px;
  margin-bottom: 0;
}

.aws-left-sec {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #b1b1b166;
}
.inner_content {
  padding: 20px;
}
.aws-right-sec .four_btns {
  flex-direction: column;
  align-items: baseline;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.aws-right-sec {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #b1b1b166;
  padding: 25px 20px;
}
.aws-right-sec .four_btns > a {
  width: 100%;
}
.sponsors_part h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Poppins-Medium";
  text-align: center;
}

.inner_title {
  color: #780001;
  font-size: 24px;
  font-family: "Poppins-Medium";
  margin: 0;
  padding-block: 5px 15px;
}

.logo-list {
        list-style: none;
        padding-left: 0;
      }
      .logo-list li {
        position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
      }
      .logo-list li::before{
        content: "";
		position: absolute;
		top: 2px;
		width: 18px;
		height: 18px;
		background-image: url('../images/list_icon.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
      }
.logo-list li::before {left: 0;}

.sponsors_part .aws-cmn-ticker img {
    height: 110px;}

@media screen and (max-width:1320px) {
  .four_btns a {gap: 5px;padding-right: 10px;
  font-size: 13px;
}
.meta-item {
  font-size: 13px;}
}
@media screen and (max-width:1230px) {
  .president_title span::before,
  .president_title span::after{
    display: none;
  }
  .latest-content {
  position: relative;
  top: 3px;
}
}
@media screen and (max-width:1060px) {
  .gallery-grid {grid-template-columns: repeat( auto-fit, minmax(190px, 1fr) );}
  .gallery-grid-item {height: 100%;}
  .four_btns {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
}
@media screen and (max-width:1023px) {
  .main_header {
  z-index: 999;
  position: relative;
}
}
@media screen and (max-width:992px) {
  .event-card.active .event-img-wrap {padding: 0;}
  .event-body {transform: translateX(0px);}
  .inner_main_bg .aws-inner-grid-two {
  grid-template-columns: 1fr;
}
.title_img .inner_banner_title {font-size: 21px;}
.gallery_inner h2.section-heading {
  position: relative;
  top: 0;
  margin-top: 0;
}
.gallery_sec {
  padding-bottom: 0;
}
.copy-right-sec {
  text-align: center;
}
.up_events_top_degn {
  margin-bottom: 10px;
}
.latest-sec .latest-block {
  padding-top: 3px;
  padding-bottom: 3px;
}
.inner_main_bg .aws-inner-content {
padding-block: 10px 30px;
}
.welcome_sec {
  padding-block: 15px 15px;
  position: relative;
}
}
.over-services{
  font-size: 16px !important;
  font-family: "Poppins-Medium";
  color: #000000;
}

@media screen and (max-width:576px) {
.gallery_inner ul.nav.nav-pills .nav-link img {
  width: 12px;
  height: 12px;}
  .gallery_inner ul.nav.nav-pills .nav-link {
  padding: 5px 15px;
  font-size: 12px;
}
.gallery_inner ul.nav.nav-pills .nav-link::after {top: 82%;}
.gallery_inner h2.section-heading {
  position: relative;
  top: 0;
  margin-top: 0;
}
.section-heading {
  font-size: 22px;}

  .gallery-grid {grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );}
  .gallery-grid-item {height: auto;}
  .gallery_sec .gallery_left_dgn, .gallery_sec .gallery_right_dgn {
  top: 5px;
  max-height: 150px;
}
.four_btns a img {
  max-width: 30px;
  max-height: 30px;
}
.four_btns {
  flex-wrap: wrap;
  justify-content: center;
}
 .four_btns a {
font-size: 11px;
    min-width: 160px;
  }
  .four_btns {
margin-bottom: 15px;
  }
.banner_sec .carousel .carousel-inner .carousel-item img{
  min-height: 250px;
  object-fit: cover;
  object-position: top;
}
.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;}
  .banner_sec .carousel-indicators {
  max-width: 70px;
  padding: 5px 10px;
  bottom: 15px;
}
}

@media screen and (max-width:430px) {
.event-card {
max-width: 100%;
  }
  .sponsors_inner {grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );}
  .sponsors_inner > div {
height: 100px;
}
.sponsors_inner {gap: 10px;}
.sponsors_sec {
  padding-block: 30px 40px;
}
.up_events_top_degn {
    margin-bottom: 0;
  }
    .latest-sec .latest-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 10px;
  }
  .aws-right-sec .four_btns > a {
  width: 100%;
  font-size: 13px;
}
 .aws-right-sec .four_btns a img {
    max-width: 35px;
    max-height: 35px;
  }
  .welcome_sub_title {
font-size: 20px;
}
.welcome_title {
font-size: 26px;
}
.four_btns {
  margin-top: 20px;
  padding-top: 20px;}
}
.header_logo {
  height: 140px;
  position: absolute;
  margin-bottom: -20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  z-index: 999;
}

.top_header {
  position: relative; 

}
.lux-topbar {
  font-size: 13px;
  color: #8b6a3a;
  background: linear-gradient(90deg,#fff5e4,#fffdf8,#fff0d9);
  border-bottom: 1px solid rgba(217,179,108,.28);
}
.lux-topbar-inner {
  justify-content: space-between;
  min-height: 44px;
}
.lux-topbar-inner, .topbar-left, .topbar-right {
  display: flex;
  align-items: center;
      font-weight: bold;
  gap: 20px;
}
.lux-topbar {
  font-size: 13px;
  color: #614824;
}
.lux-topbar i {
  color: #8b6a3a;
      font-weight: 600;
}
.topbar-right a:not(.member-login) {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(217,179,108,.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.member-login {
  padding: 7px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8f0003,#850109);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(199,146,47,.24);
}

.main_header .navbar > ul > li:nth-child(4){
  padding-right: 180px;
}
.main_header .navbar > ul > li:nth-child(5){
  /* padding-left: 0px; */
}
.main_header .navbar > ul {
  position: relative;
  right: 25px;
}
.header_border {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  object-fit: cover;
}
.banner_sec {
background: linear-gradient(180deg,rgba(255,246,229,.7),rgba(255,253,248,.95));
}
.banner_sec .carousel-fade .carousel-item img {
  max-height: 600px;
  object-fit: cover;
  object-position: bottom;
}



@media screen and (max-width:1023px){

  .lux-topbar {
  display: none;
}
.header_logo {
  height: 120px;
  position: relative;
  margin-bottom: 4px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(3%);
  z-index: 999;
}
.top_header {
  position: relative;
  background: url("../images/responsive-bg.jpg") no-repeat center center;
   background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-bottom: 1px solid rgba(217, 179, 108, .28);
}
#header {backdrop-filter: unset;}
}
@media screen and (max-width:576px){
    .header_logo {
    height: 100px;}
}
/* loki css */
.past-events-slider{
    display:flex;
    gap:15px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding-bottom:10px;
}

.past-events-slider::-webkit-scrollbar{
    height:6px;
}

.past-events-slider::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:20px;
}

.donate-col{
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center;     /* Vertical center */
}

.donate-btn{
    display: inline-block;
}

.donate-btn{
    display:inline-block;
    padding:12px 35px;
    background:#d32f2f;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
    border: 1px solid ;
}

.donate-btn:hover{
    background:#a71d2a;
    color:#fff;
}
 .donation-section{
            padding:30px 0;
        }

        /* .section-title{
            font-size:50px;
            font-weight:700;
            color:#101066;
            margin-bottom:50px;
        } */

        .donation-card{
            background:#ede5ff;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            transition:.35s;
            height:100%;
        }

        /* .donation-card:hover{
            transform:translateY(-8px);
            box-shadow:0 15px 35px rgba(0,0,0,.12);
        } */

        .donation-card img{
            max-width:220px;
            width:100%;
            margin-bottom:20px;
        }

        .payment-text{
            font-size:16px;
            font-weight:500;
            margin-bottom:5px;
        }

        .donate-btn{
            display:inline-block;
            background:#ff5b3f;
            color:#fff;
            text-decoration:none;
            padding:14px 38px;
            border-radius:50px;
            font-weight:600;
            transition:.3s;
        }

        .donate-btn:hover{
            background:#ea4325;
            color:#fff;
        }

        .modal-content{
            border:none;
            border-radius:20px;
        }

        .modal-header{
            border-bottom:none;
        }

        .qr-image{
            width:370px;
            max-width:100%;
            display:block;
            margin:auto;
        }

        @media(max-width:991px){

            .section-title{
                font-size:38px;
                text-align:center;
            }

            .donation-card{
                margin-bottom:25px;
            }

        }

        @media(max-width:576px){

            .section-title{
                font-size:32px;
            }

            .payment-text{
                font-size:18px;
            }

            .donate-btn{
                width:100%;
            }

        }

.gallery-img:hover{
    transform:scale(1.05);
}

.popup-img{
    width:100%;
    max-width:1000px;
    height:80vh;
    object-fit:contain;
    display:block;
    margin:auto;
}
.nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    color:#fff;
    font-size:28px;
    transition:.3s;
}

.nav-btn:hover{
    background:#fff;
    color:#000;
}

.prev-btn{
    left:20px;
}

.next-btn{
    right:20px;
}

.modal-content{
    background:#fff;
}
.contact_details_set a {
    color: #633d1d;
    font-size: 18px;
    font-family: "benguiatstd-Book";
    display: block;
    text-align: center;
    padding: 20px 10px;
    width: calc(50% - 10px);
    border: 1px solid #00000000;
    box-shadow: 0px 0px 20px #0000001f inset;
    transition: all 0.4s linear;
    border-radius: 10px;
    background: #e3b75ea8;
}
.inner_content {
    padding: 20px;
}
@media (min-width: 992px) {
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
}
.contact_details_set a:first-child {
    width: 100%;
}
.contact_details_set {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-left: 24px;
    flex-wrap: wrap;
}
.inner-section-title {
    color: #780001;
    font-family: "benguiatstd-Book";
    font-size: 30px;
}
.map-container{
    width:100%;
    height:100%;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
        max-height: 505px;
}

.map-container iframe{
    width:100%;
    height:506px;
    border:0;
}

@media (max-width:768px){
    .map-container iframe{
        height:300px;
    }
}
.know_btn{
    margin-top: 20px;
    text-align: center;
}

.common_btn2{
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #d32f2f, #ff5722);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(211, 47, 47, 0.25);
}

.common_btn2:hover{
    background: linear-gradient(135deg, #b71c1c, #e64a19);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(211, 47, 47, 0.35);
}

.common_btn2:active{
    transform: translateY(0);
}

.common_btn2:focus{
    outline: none;
}

@media (max-width:768px){

    .common_btn2{
        width:100%;
        padding:14px;
        font-size:15px;
        padding: 10px 40px;
    }

}
fieldset {
    border: 1px solid #929797 !important;
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 30px;
}


.gallery-section{
    padding: 15px 10px 100px;
    background:#f7f7f7;
}

.gallery-title{
    text-align:center;
    margin-bottom:40px;
    font-size:35px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.gallery-img{
    width:100%;
    height:260px;
    object-fit:cover;
    cursor:pointer;
    border-radius:10px;
    transition:.4s;
}

.gallery-img:hover{
    transform:scale(1.05);
}

/* Popup */

.gallery-popup{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
    animation:fade .3s;
}

.gallery-popup.active{
    display:flex;
}

.popup-img{
    border-radius:8px;
    animation:zoom .3s;
}

/* Close */

.close-btn{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
    transition:.3s;
}

.close-btn:hover{
    color:#ff4d4d;
}

/* Arrows */

.prev-btn,
.next-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:35px;
    cursor:pointer;
    user-select:none;
    transition:.3s;
    padding:15px;
}

.prev-btn{
    left:30px;
}

.next-btn{
    right:30px;
}

.prev-btn:hover,
.next-btn:hover{
    color:#00d4ff;
}

@keyframes fade{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

@keyframes zoom{
    from{
        transform:scale(.8);
    }
    to{
        transform:scale(1);
    }
}

/* Mobile */

@media(max-width:768px){

.popup-img{
    max-width:95%;
    max-height:70%;
}

.prev-btn,
.next-btn{
    font-size:40px;
}

.close-btn{
    font-size:38px;
    right:20px;
}

.gallery-img{
    height:220px;
}

}
.content-wrapper{
    min-height: 500px; /* Change height as needed */
    
}

.video-gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
        padding: 20px;
}

.video-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.3s;
    background:#fff;
}

.video-card:hover{
    transform:translateY(-8px);
}

.video-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    color:#000;
    transition:.3s;
}

.video-card:hover .play-icon{
    background:#c69c35;
    color:#fff;
}

.video-card h4{
    padding:15px;
    margin:0;
    text-align:center;
    font-size:20px;
}

/* Popup */

.video-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.video-popup.active{
    display:flex;
}

.popup-content{
    width:90%;
    max-width:900px;
    position:relative;
}

.popup-content iframe{
    width:100%;
    height:500px;
    border-radius:10px;
}

.close-video{
    position:absolute;
    right:-15px;
    top:-45px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

@media(max-width:768px){

.popup-content iframe{
    height:250px;
}

.video-gallery-grid{
    grid-template-columns:1fr;
}

}
.video-card iframe{
    width:100%;
    height:250px;
    border:0;
    border-radius:12px;
}

.video-card{
    overflow:hidden;
    border-radius:12px;
}
.text-sm-start{
  text-align: start !important;
}
.event-scroll-wrapper {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.event-scroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollEvents 15s linear infinite;
}

.event-scroll-wrapper:hover .event-scroll {
    animation-play-state: paused;
}

@keyframes scrollEvents {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.read-more-link {
    color: #c62828;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s;
}

.read-more-link:hover {
    color: #8b0000;
    text-decoration: underline;
}

.read-more-link i {
    margin-left: 4px;
    font-size: 12px;
}
.about-text{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    transition: all .3s ease;
}

.about-text.show{
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn{
    display: inline-block;
    margin-top: 10px;
    color: #b22222;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.read-more-btn:hover{
    text-decoration: underline;
}
.donate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* @media (max-width: 991px) {
    .donate-btn {
        margin-top: 10px;
    }
} */
.owl-carousel .item{
    width:100%;
}

.owl-carousel .owl-stage{
    display:flex;
}

.owl-carousel .owl-item{
    display:flex;
}
.about-overview{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.read-more-btn{
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    background: rgb(255, 91, 63);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.read-more-btn:hover{
    background: #ea4325;
    color: #fff;
    text-decoration: none;
}
.event-grid{
    row-gap:30px;
}
.event-card-1{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    display:flex;
}

.event-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.event-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.event-img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.event-title{
    font-size:22px;
    font-weight:700;
    color:#780001;
    padding:20px 20px 10px;
    margin:0;
}

.event-subtitle{
    padding:0 20px;
    color:#444;
    font-weight:600;
}

.event-date,
.event-location{
    padding:0 20px;
    color:#666;
    margin-bottom:10px;
}

/* .event-location{
    padding-bottom:20px;
} */

@media(max-width:991px){
    .event-img{
        height:220px;
    }
}

@media(max-width:767px){
    .event-img{
        height:200px;
    }
}
@media (max-width: 767px){

.event-card-1{
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.event-img-wrap{
    width:100%;
    height:auto;
}

.event-img-wrap img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

.event-body{
    width:100%;
    padding:20px;
}

.event-card-title{
    font-size:24px;
    line-height:1.3;
}

.event-card-text{
    font-size:16px;
    line-height:1.6;
}

.event_btn{
    width:100%;
    text-align:center;
}
}
.gallery-grid{
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 20px;
        }

        .gallery-item{
            text-align: center;
        }

        .gallery-img{
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 10px;
            transition: .3s;
        }

        .gallery-img:hover{
            transform: scale(1.03);
        }

        .gallery-content{
            margin-top: 12px;
        }

        .gallery-content h5{
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #fff;
            margin-top: 20px;
        }

        .gallery-content a{
           text-decoration: none !important;
    font-weight: 600;
    border: 1px solid #e0ba5f;
    padding: 3px 14px 3px;
    border-radius: 12px;
    background-color: #e0ba5f;
    color: #fff;
        }

        .gallery-content a:hover{
            text-decoration: underline;
        }

        @media(max-width:991px){
            .gallery-grid{
                grid-template-columns: repeat(2,1fr);
            }
        }

        @media(max-width:576px){
            .gallery-grid{
                grid-template-columns:repeat(2,1fr);
            }
        }
        .gallery-content{
    /* background: linear-gradient(90deg, #8b6a2b, #c79b3b); */
}
.gallery-item{
    position: relative;
}

.gallery-img{
    position: relative;
    z-index: 2; 
    width: 100%;
    border-radius: 10px;
}

.gallery-content{
    position: relative;
    z-index: 1;   
    width: 100%;
    margin: -20px auto 0;
    /* background:rgb(136 0 0); */
    padding: 12px;
    text-align: center;
    border-radius: 10px;
}
.event-img-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.event-img-wrap img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.4s ease;
}

.gallery-content:hover img{
    transform: scale(1.03);
}
.gallery-content{
    z-index: 1;
}

.gallery-item::before{
    z-index: 1;
}
 .gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-img{
    width: 100%;
    display: block;
    height: 100%;
    transition: transform .4s ease;
}

.gallery-content{
    position: absolute;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s ease;
    z-index: 2;
}

.gallery-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
}

/* Hover on whole card */
.gallery-item:hover .gallery-img{
    transform: scale(1.08);
}

.gallery-item:hover::before{
    opacity: 1;
}

.gallery-item:hover .gallery-content{
    opacity: 1;
    transform: translateY(0);
}

.gallery-content a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.video-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
@media (max-width: 768px) {
    .video-gallery-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
}
.video-card iframe,
.video-card video{
    width:100%;
    height:188px;
    border:none;
    border-radius:10px;
    object-fit:cover;
}

.committee-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.committee-img {
    max-width: 700px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.captcha-submit-btn{
  gap: 11.5rem;
}

/* Mobile */
@media (max-width: 768px) {
    .committee-img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .captcha-submit-btn {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px !important;
    }
}
.captcha-submit-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

#formMsg {
    flex: 1;
    width: auto;
    margin: 0 !important;
    white-space: normal;
}

@media (max-width: 768px) {

    .captcha-submit-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #formMsg {
        width: 100%;
        text-align: left;
    }
}
.topbar-left a {
    color: inherit;
    text-decoration: none;
}








