@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

:root {
  --primary: #001a57;
  --secondary: #1e2129;
  --white: #ffffff;
    --transition-duration: 0.5s;
      --blackish: #23252f;
}

body {  
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  font-style: normal;
}
.pinfo p{font-size: 16px!important;}
.shadows{    background: #fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 24%);
}
h1,
h2,
h3,
h4,
h5,
h6{   
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
  margin: 0px;
  padding: 0px;
}

.about img {border: 8px solid var(--white);
  box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.15) !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-60 {
  padding-top: 60px;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1170px;
}

.top-header {
  background: var(--primary);
  padding: 15px 0;
}

.logo h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0px;
}

.logo h2 a {
     color: var(--primary);
    font-family: "Cormorant Upright", serif;
    -webkit-text-stroke-width: 2px;
    position: relative;
    top: 16px;
}

.logo h2 a span {
  color: var(--primary);
  font-weight: 500;
}

/*navigation start*/

.nav-bg {
  background: var(--white);
}
.navbar-top-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background: var(--white);
}

.navbar {
  padding: .5rem 0rem;
}
.info-box p{padding-bottom: 15px!important;}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.dropdown-menu {
  top: 114%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.dropdown-item {
  padding: .5rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary);
}

.nav-item a {
  color: var(--gray-dark);
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  font-weight: 300 !important;
}

/*----------------------------------------------
  🎨 Navbar
----------------------------------------------*/


@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hoverEffect {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1.05) rotate(2deg);
  }
}

.desktop-menu-footer{  
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  padding: 6px 0px 0px 0px;
}

.desktop-menu-footer img {   
  position: relative;
  width: 23px;
  margin: 0px 6px 7px 0px;
  height: 25px;
}

.desktop-menu-item {
  position: relative;
  transition: color 0.3s ease;
  display: flex; font-size: 17px;
  padding: 6px 0px 0px 0px;
}

.desktop-menu-item img {   
  position: relative;
  width: 20px;
  margin: 0px 6px 7px 0px;
}

.desktop-menu-item img:hover::before  {
  filter: brightness(31.5);
}

.desktop-menu-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.desktop-menu-item:hover::after {
  width: 100%;
}

.desktop-menu-item:hover {
  color: var(--primary);
}

.active {
  font-weight: bold;
  color: var(--primary);
}

.desktop-menu-item.active::after {
  width: 100%;
}

.mobile-menu {
  transition: all 0.3s ease-in-out;
}

.mobile-menu-open {
  animation: slideIn 0.3s ease-in-out forwards;
}

.menu-item {
  animation: fadeIn 0.3s ease-in-out forwards;
}

.menu-item:nth-child(1) { animation-delay: 0.1s; }
.menu-item:nth-child(2) { animation-delay: 0.2s; }
.menu-item:nth-child(3) { animation-delay: 0.3s; }
.menu-item:nth-child(4) { animation-delay: 0.4s; }

.btn-close.white {
    position: absolute;
    z-index: 9;
    opacity: 1;
    top: 15px;
    right: 20px;
    border: 2px solid #001a57;
}

.info-item img  {
  width: 35px;
  margin-right: 25px;
}

.container {       
  max-width: 1280px!important;
}

.btn.deskcss{    
  position: absolute;
  right: 0px;
  top: 16px;
}

.fasicon .fas{    
  position: relative;
  top: 3px;
}
.contform-section   {padding: 40px 30px 40px 30px;
    border-radius: 10px;}
 .contform-section    .form-control.with-icon{
    padding-left: 25px!important;}
/*navigation end*/

/* form section */

.form-control-icon {
      width: 42px;
    height: 42px;
  padding: 10px;
  font-size: 13px;
}

.form-section input,
.form-section select {
  padding-left: 50px;
  font-size: 0.8125rem;
  border-radius: 37px;
  height: 45px;
}

.form-section input:focus,
.form-section select:focus,
.form-section textarea:focus {
  box-shadow: none !important;
  border-color: var(--primary) !important;
}

.country-option img {
  width: 20px;
  height: 14px;
  margin-right: 8px;
}
 textarea.with-icon {
    height: 55px!important;}
.form-control.with-icon,
.form-select.with-icon,
textarea.with-icon {
  padding-left: 2.5rem;
  padding-left: 50px;
  font-size: 0.8125rem;
  border-radius: 37px;
  height: 45px;    font-size: 16px;
}

.addy .form-control-icon {
  left: 21px!important;
  top: 27px!important;
  padding: 8px!important;
}
img.homicon{    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;}
.delic .form-control-icon {
  padding: 9px 8px!important;
}
img.groupphot   {
    display: inline-block;
    top: 3px;
    left: -4px;}
.slider-button a{    display: flex;
    padding: 14px;
    justify-content: center;}
    .slider-button a img{    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.form-control-icon {
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  color: var(--white);
  pointer-events: none;
  z-index: 2;
  top: 23px;    
}

textarea.with-icon {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-wrapper {
  width: 100%;    
  margin-bottom: 15px;
}

.invalid-feedback {
  display: none;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback {
  display: block;
}

.calicon .form-control-icon {
  top: 23px;
  left: 15px;
}

.calicon textarea {
  height: 70px;
  padding-left: 50px;
  font-size: 0.8125rem;
}

/* form section end */

/*slider start*/

.slider-button .link {
      display: flex;
    padding: 15px 5px;
    width: 100%;
    height: 60px;
    margin: 10px;
    border-radius: 5%;
    box-shadow: 9px 9px 18px #bebebe, -9px -9px 18px #fff;
    position: relative;
    overflow: hidden;
       font-size: 20px;
    transition: 0.8s;
    text-align: center;
}
.slider-button .fb {
  color: #001a57;
}
.slider-button .fb:hover {
  color: #f1f1f1;
}
.slider-button .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: 0.8s;
  border-radius: 0 0 50% 50%;
}
.slider-button .fb::before {
    background: #001a5775;
}
.slider-button .fb:hover::before{
  height: 180%;
}
.slider-button a    {display: flex;
    padding: 15px 5px;}

.slider-button {
    gap: 1rem;
    padding: 15px 1rem;    box-shadow: 28px 2.5rem 162px 43px rgba(0, 0, 0, 0.15) !important;
    background-color: var(--background-color);
    min-width: 124px;
    overflow: auto;
    justify-content: center;
    display: flex;
    box-shadow: 10px 1.5rem 20px rgba(0, 0, 0, 0.15) !important;
}
.fb:hover img{
    filter: brightness(-40.3rem);
}

.vector_image .vector1 {
     right: -90px;
       width: 150px;
    height: 100px;
    position: absolute;
       top: -50px;
    animation: float 1.5s ease-in-out infinite;
}
.vector_image .vector2 {
width: 130px;
    height: 120px;
    position: absolute;
    bottom: -55px;
       right: -300px;
    animation: float 1.5s ease-in-out infinite;
}
.imagevector img.vector2 {
    position: absolute;
    right: 75px !important;
    width: 235px !important;
    animation: float 1.5s ease-in-out infinite;
    height: 250px !important;
       margin-top: -70px;
    object-fit: contain !important;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating {
  animation: float 2s ease-in-out infinite;
}
.slider-bg {
  background: url(../images/slider.jpg);
background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-blend-mode: multiply;
    align-items: center;
    background-attachment: fixed;background-color: #e9e9e9;
}
.addy img{width: 36px!important;
height:36px!important}
.slider-content h1 {
  font-size: 51px;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-text-stroke-width: 2px;
}

.slider-content h3 {
  font-size: 30px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 40px;
  -webkit-text-stroke-width: 2px;
}

.slider-content h5 {
  font-size: 23px;
  color: var(--primary);
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-text-stroke-width: 1px;

}

.slider-bg .row {
  display: flex;
  align-items: center;
}

.slider-button {
  margin-top: 35px;
}

.sl-btn {
  background: var(--white);
  color: var(--primary);
  padding: 12px 30px;
  font-size: 17px;
  border-radius: 30px;
  border-bottom: 4px solid var(--primary);
  transition: 1s;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
}

.sl-btn:hover {
  background: var(--primary);
  color: var(--white);
}

/*slider end*/

/*Inner Page Start*/

.inner-bg {
      background-image: url(../images/mainbanner.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-color: #898787f0;
    background-blend-mode: multiply;
    align-items: top;
}

.inner-bg h2 {
  color: var(--white);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: "Cormorant Upright", serif;
    -webkit-text-stroke-width: 0.5px;
}

.inner-bg .breadcrumb {
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 6px;
}

.inner-bg .breadcrumb a {
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.inner-bg .breadcrumb-item.active {
  color: var(--primary);
}

.inner-bg .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: var(--primary);
  content: "/";
}

/*Inner page end*/
#groupform .button:hover span, #groupform .button:focus span   {
    left: 170px;
}
.abt-bg .button:hover span, .abt-bg .button:focus span {
    left: 170px;}
/*Contact page start*/

.cont-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: var(--gray-shadow) 0px 2px 31px;
}

.con-address-bg {
  background: var(--gray-light);
  height: 100%;
  padding: 45px 25px;
}

.con-address-bg img {
    width: 100%;
    height: 530px;    object-fit: cover;
    border: 10px solid var(--white);
    box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.15) !important;
}

.address {
  position: relative;
  margin-bottom: 30px;
}

.address h4 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--primary);
}

.address p {
  font-size: 15px !important;
  font-family: 'Rubik', sans-serif !important;
  line-height: 22px;
  color: var(--gray-text) !important;
}

.address::after {
  background: var(--gray-text);
  width: 90px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.form-inner {
  padding: 45px 25px;
  position: relative;
}

.form-inner h3 {
  text-align: center;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.form-inner h4 {
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: -12px;
  left: -15px;
  background: var(--primary);
  padding: 10px 15px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-top: -38px;
}

/*Contact page end*/

/*Form styling start*/

.form-control {
  border-radius: 0px;
  height: 45px;
}

.form-control:focus {
  color: #495057;
  background-color: var(--white);
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

label {
  display: block;
  margin-bottom: 0;
}

.cal-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--icon-gray);
  cursor: pointer;
}

.reg-btn {
  border-top: 4px solid var(--primary);
  margin-top: 5px;
  padding: 8px 15px;
  font-size: 15px;
}

.form-content {
  background: var(--white);
  padding: 10px;
  border-radius: 10px;    padding-bottom: 30px;
}

.form-content h4 , #groupform h2{
  text-align: center;
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
}

.form-content .nav-link   {
  color: var(--primary);    justify-content: center;
    background: none;
    display: flex;
    padding: 10px 5px 0px 9px;
    position: relative;
    top: 4px;
}
.tabiconss img    {width: 35px;
    height: 35px;
    padding: 5px;
    margin-right: 5px;    position: relative;
    top: -5px;}
    
.form-content  .nav-pills .nav-link.active  {    
     color: var(--primary);
    background: none;
    border: 2px solid #001a57;
    display: flex;
    padding: 10px 5px 0px 9px;
    position: relative;
    top: 4px;
}

.tab-content {
  background: var(--white);
    padding: 0px 10px 0px 10px;
}

/* Form Wrapper */
.form-container {
  background: #1e1e1e;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 400px;
}



/* Button */
.button svg    {
  position: relative;
  right: -12px;
  top: 11px;
  color: var(--white);
}

.button {  margin-top: 10px;
    font-weight: 800;
    -webkit-text-stroke-width: 0.5px;
    font-size: 20px;
  width: 100%;
  border-radius: 999px;
  background: #efefef;
  color: #121212;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.button .overlay {
  position: absolute;
  top: 0;
  right: 0;
    width: 54px;
    background: var(--primary);
    border-radius: inherit;
    transition: width 0.3s ease;
    height: 54px;
    padding: 4px;

}

.button:hover,
.button:focus {
  color: var(--white);
 height: 54px;
  position: relative;
  top: 3px;
}

.button:hover span,
.button:focus span {
  z-index: 99;
  position: absolute;
     left: 120px;
    font-weight: 800;
    -webkit-text-stroke-width: 0.5px;
    font-size: 20px;
    top: 11px;
}

.button:hover .overlay,
.button:focus .overlay {
  width: 100%;
}

/* Accessibility */
.button:focus-visible {
  outline: 2px solid #4cafef;
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 480px) {
  .form-container {
    padding: 1.5rem;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: 'Rubik', sans-serif;
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary) var(--primary) var(--primary);
}

.nav-tabs .nav-link {
  border-radius: 0;
  background: var(--secondary);
  color: var(--primary);
  font-family: 'Rubik', sans-serif;
}

/*Form styling end*/

/*info start*/

.general-info h2 {
  text-align: center;
  color: var(--primary);
      font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
      -webkit-text-stroke-width: 1px;
}

.general-info h2::after {
  content: "";
  width: 40px;
  height: 4px;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
}

.info-box {
  text-align: center;
}
.info-box img.vector2{    position: relative;
    top: 55px;
    width: 50px;}
.bgkey .staricon{    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;}
.info-box p {
  font-size: 16px;
  color: var(--gray-darker);
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.info-box h3{font-size: 26px;
    text-align: left;
    padding-bottom: 10px;}
 .info-box  ul li       {text-align: left;
    padding-bottom: 10px; margin-top: 10px;
    font-weight: 400;    display: flex
;}
 .info-box  ul li  img.rewrdicon{      width: 30px;
    margin-right: 6px;
    position: relative;
    top: -1px;
    height: 30px;
}
.general-info h4 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    text-align: left;
  
}
.info-box h4{  padding-left: 90px;}
.general-info table tr td {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.general-info table tr th {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

/*info end*/

/*about start*/

.abt-bg {
  background: #f8f8f8;
}

.about {
  padding: 25px 0 0px 25px;
  position: relative;
}

.abt-img {
  position: relative;
  top: 0;
  right: 5px;
}

.general-info p {    display: flex;
  color: var(--secondary);
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    text-align: justify;
    padding-right: 20px;
}
.info-box p b {-webkit-text-stroke-width: 0.5px;
    color: #001a57;    display: flex
;}
  .info-box b img.arrow  {width: 15px;
    height: 15px;
    position: relative;
    top: 8px;
    margin-right: 6px;
    margin-left: 6px;}
    .about.thank-you h6{font-size: 25px;}
.general-info ul li,
ol {
    -webkit-text-stroke-width: 0.5px;
    color: #001a57;
  color: var(--gray-darker);
  font-family: 'Rubik', sans-serif;
}

/*about end*/
.abt-bg{       background: url(../images/keyimage2.jpg) center / cover fixed;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-blend-mode: multiply;
    align-items: center;} 

.bgkey{       background: url(../images/keyimage.jpg) center / cover fixed;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-blend-mode: multiply;
    align-items: center;}
/*venue start*/

.venue {
        background: url(../images/inner-bg.jpg) center / cover fixed;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-color: #898787f0;
    background-blend-mode: multiply;
    align-items: center;
}

.venue-box {
  background: linear-gradient(135deg, rgb(0 26 87), rgb(255 255 255 / 60%));
    padding: 1.8rem;
    border-radius: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 15px 15px 30px rgb(0 0 0 / 12%);
     height: 220px;
    align-items: center;
}
.info-address    {background: #fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 24%);
    border-radius: 5px;
    padding: 15px;    margin-bottom: 20px;}
   .info-address .info-text     {font-size: 16px;     font-family: 'Poppins', sans-serif;}
  .info-address strong      {display: flex;
    font-size: 25px;  font-family: "Cormorant Upright", serif;
    margin-bottom: 9px;}
     .info-address strong  img    {width: 30px;
    height: 30px;
    margin-right: 8px;
    position: relative;
    top: 4px;}
  .flexico  {display: flex;
    padding: 0px 15px;
    justify-content: center;}
 .flexico img{    width: 40px;
    height: 40px;
    position: relative;
    top: 15px;
    margin-right: 15px;}
.venue-box h3 {
  color: var(--white);
  font-size: 24px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
 .venue {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .venue::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23333d6f' fill-opacity='0.2' d='M0,160L48,176C96,192,192,224,288,224C384,224,480,192,576,176C672,160,768,160,864,176C960,192,1056,224,1152,224C1248,224,1344,192,1392,176L1440,160V320H1392H1344H1248H1152H1056H960H864H768H672H576H480H384H288H192H96H48H0V160Z'%3E%3C/path%3E%3C/svg%3E"),
                        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1), transparent 50%);
            animation: waveGlow 8s infinite ease-in-out;
            z-index: -1;
        }
        @keyframes waveGlow {
            0% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0); }
        }
        .venue {
            padding: 3rem;
            backdrop-filter: blur(12px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.15);
        }
        .venue-box {
               background: linear-gradient(135deg, rgb(0 26 87), rgb(255 255 255 / 60%));
            padding: 1.8rem;
            border-radius: 12px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            position: relative;
            overflow: hidden; cursor: pointer;
        }
        .venue-box::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(52, 152, 219, 0.3), transparent 70%);
            animation: glowPulse 5s infinite;
            z-index: -1;
            opacity: 0.5;
        }
        @keyframes glowPulse {
            0% { transform: scale(0.7); }
            50% { transform: scale(1.2); }
            100% { transform: scale(0.7); }
        }
        .venue-box:hover {
            transform: translateY(-12px);
                box-shadow: 0 15px 50px rgb(0 26 87);
        }
        .flexico img {
            width: 45px;
            height: 45px;
            margin-right: 0.7rem;
            filter: brightness(0) invert(1);
            transition: filter 0.3s ease, transform 0.3s ease;
        }
        .venue-box:hover .flexico img {
            filter: brightness(1) invert(0);
            transform: scale(1.1);
        }
        @media (max-width: 768px) {
            .venue {
                padding: 1.5rem;
            }
            .venue-box {
                padding: 1.2rem;
            }
            .flexico img {
                width: 35px;
                height: 35px;
            }
                .about {
        background: #fff;
        margin-top: 0px!important;
        padding: 30px 15px!important;
        position: relative;}
          .cont-bg {
    padding-top: 0px!important;        padding-bottom: 0px !important;}
        }
.venue-box i {
  width: 60px;
  height: 60px;
  border: var(--white) dashed 1px;
  text-align: center;
  line-height: 60px;
  color: var(--primary);
  font-size: 25px;
  border-radius: 50%;
}
.about p b{-webkit-text-stroke-width: 0.5px;}
.venue-box p {
  color: var(--primary);
  font-size: 22px;padding-top: 30px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0px;
}
  .con-aboutus img  {width: 100%;    object-fit: cover;
    height: 530px;
    border: 10px solid var(--white);
    box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.15) !important;    position: relative;
    top: 50px;}
/*venue end*/
.right_address{     background: #fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 24%);
    border-radius: 10px;
    padding: 30px 0px 30px 30px;}
   .right_address p     {line-height: 40px;}
   .right_address h4    {padding-bottom: 10px;}
/*footer start*/

.footer {
  background: var(--white);
    padding: 40px 0px 20px 0px;    border-top: 2px solid #cdcdcd;
}

.footer hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-logo h2 a {
  color: var(--primary);
  font-size: 35px;
     -webkit-text-stroke-width: 1px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-link ul li {
  list-style: none;
    margin-right: 15px;
    display: ruby;
  padding: 0 0 0 10px;
}

.footer-link ul li a {
  color: var(--primary);
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;text-align: -webkit-center;
}

.footer-link ul {
  margin-bottom: 0px;
  margin-top: 10px; display: flex;
}
.justyend{    justify-content: flex-end;
    display: flex
;}
  .footer-link li a img  {width: 23px;
    height: 23px;    position: relative;
    top: -2px;}
.copy-right p {
  margin-bottom: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: var(--primary);
}

.social-media {
  text-align: right;
}

.social-media i {
  font-size: 18px;
  padding: 0 0 0 10px;
  color: var(--gray-dark);
}

.top-social-media {
  margin-top: 15px;
}

/*footer end*/

/*thank-you start*/

.thank-you {
  text-align: center;
}

.thank-you i {
  font-size: 80px;
  color: var(--primary);
}

.thank-you h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  color: var(--primary);
  font-weight: 700;
  margin: 10px 0;
}

.thank-you h5 {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  color: var(--gray-darker);
  font-weight: 400;
  margin-bottom: 10px;
}

/*thank-you end*/

/* media query */
.mobile-menu .fa-user {
  position: relative;
  top: 0px;
}

@media (max-width: 900px) {
  .griddisp{    
    display: grid
  ;}
  .fasicon .fas {
    position: relative;
    top: 0px;
  }
  .container-fluid.nav-bg{
           height: 80px;
  }
  .navarrow   {
        position: absolute;
        right: 3px;
        top: -17px;
        color: #001a57;
  }
  .mobile-menu {
    animation: slideIn 0.3s ease-in-out forwards;
          position: relative;
        top: -44px;
  }
  .countdown-container {
    bottom: -20px!important;
    left: 0px!important;
  }
  .abt-bg .button:hover span, .abt-bg .button:focus span {
    left: 100px;
}
.mobile-menu .fa-user {
    position: relative;
    top: 4px;
    left: -7px;text-align: -webkit-center;
}
.vector_image .vector1 {
display: none;
}
.vector_image .vector2 {
display: none;
}
.imagevector img.vector2 {
display: none;
}
.pr-0.paddy {
    padding-right: 15px;
}
.con-aboutus img {
    width: 100%;
    height: 280px; margin-bottom: 30px;}

}

/* time */
.left110 .button:hover span, .left110 .button:focus span {
    left: 105px;
}


     .countdown    h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 2.5rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #001a57;
            text-shadow: 0 0 10px #001a57, 0 0 20px #001a57;
        }

        .countdown {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            justify-items: center;
        }

        .countdown div {
            position: relative;
            width: 120px;
            height: 120px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .countdown svg {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }

        .countdown circle {
            fill: none;
            stroke: #001a57;
            stroke-width: 6;
            stroke-opacity: 0.3;
            transition: stroke-dashoffset 0.5s ease;
        }

        .countdown .progress {
            stroke: #001a57;
            stroke-opacity: 1;
            stroke-dasharray: 339;
            box-shadow: 0 0 10px #001a57;
        }

        .countdown span {
          font-size: 3rem;
    font-weight: 700;
    color: #001a57;
    text-shadow: 0 0 8px #001a57;
    z-index: 1;
    margin-top: -15px;
        }

        .countdown p {
            margin-top: -0.3rem;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #001a57;
            text-shadow: 0 0 5px #b0c4de;
        }

        @media (max-width: 600px) {
            .countdown {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            h1 {
                font-size: 2rem;
            }

            .countdown div {
                width: 120px;
                height: 120px;
            }

            .countdown span {
                font-size: 2rem;
            }
            .slider-button .link {
    font-size: 18px;}
        }

        /*----------------------------------------------
  🎨 Preloader & Go to Top Button
----------------------------------------------*/
 .scroll-progress-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
            z-index: 10000; /* Increased z-index to ensure it's above other elements */
            opacity: 1; /* Ensure full visibility */
            pointer-events: auto; /* Ensure the element is clickable */
        }

        .scroll-progress-svg {
            width: 68px;
            height: 68px;
            transform: rotate(-90deg);
        }

        .scroll-progress-circle-bg {
            fill: none;
            stroke: #000;
            stroke-width: 8;
        }

        .scroll-progress-circle {
            fill: none;
            stroke: #001a57;
            stroke-width: 8;
            stroke-linecap: round;
            stroke-dasharray: 175.92918860102841;
            stroke-dashoffset: 175.92918860102841;
            transition: stroke-dashoffset 0.3s ease;
        }

        .scroll-percent-label {
            position: absolute;
            top: 50%;font-weight: 600;
            left: 50%;
            transform: translate(-50%, -50%);
                font-size: 20px;
            color: #001a57;
            pointer-events: none; 
                -webkit-text-stroke-width: 1px;/* Prevent label from blocking clicks */
        }

    @media (max-width: 700px) {
      .bgkey .staricon {
    top: 25px;
    left: -25px;
}
      .scroll-progress-container {        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 10px;}
      .scroll-progress-svg { width: 60px; height: 60px;         font-weight: 900;}
      .scroll-percent-label { font-size: 15px;}
    }
  .neumorphic-button {
        padding: 10px 20px;
      background: #e0e5ec; /* Light background to match body */
      border-radius: 12px;
      font-size: 18px;
      font-weight: bold;
      /* Soft text color */
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 8px 8px 15px #a1b0c7, -8px -8px 15px #ffffff; /* Inner and outer shadows */
    }

    .neumorphic-button:hover {
      box-shadow: 4px 4px 8px #a1b0c7, -4px -4px 8px #ffffff; /* Softer shadows on hover */
      transform: translateY(-3px); /* Slight lift effect */
    }

    .neumorphic-button:active {
      box-shadow: inset 4px 4px 8px #a1b0c7, inset -4px -4px 8px #ffffff; /* Inner shadows when active */
      transform: translateY(2px); /* Button presses down when clicked */
    }
.neumorphic-button.desktop-menu-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color:none;
    transition: width 0.3s ease;
}