
:root {
    --light: #F1F8FF;
    --dark: #0F172B;
}
@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-UltraLight.woff2') format('woff2'),
      url('ff/Butler-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-Medium.woff2') format('woff2'),
      url('ff/Butler-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-Light.woff2') format('woff2'),
      url('ff/Butler-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-Black.woff2') format('woff2'),
      url('ff/Butler-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-Bold.woff2') format('woff2'),
      url('ff/Butler-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler-ExtraBold.woff2') format('woff2'),
      url('ff/Butler-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('ff/Butler.woff2') format('woff2'),
      url('ff/Butler.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


    @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('ff/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('ff/MYRIADPRO-COND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('ff/MYRIADPRO-CONDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('ff/MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('ff/MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('ff/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('ff/MYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('ff/MYRIADPRO-BOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('ff/MYRIADPRO-BOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('ff/MYRIADPRO-BOLDCONDIT.woff') format('woff');
    }

.main-back-img
{
    background-image:  url(../img/Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
body{
    background-color: transparent;
}
p{
    color:black;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

a:hover{
    text-decoration:none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/** Navbar hover **/
.nav-l{
  box-shadow: inset 0 0 0 0 #3e4095;
  color: #54b3d6;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
/* .nav-l:hover{
  color: #fff !important;
  box-shadow: inset 200px 0 0 0 #3e4095;
} */

/* Presentational styles */
.nav-l {
	color: #ddbe74 !important;
  line-height: 1.5;
  text-decoration: none;
  font-family:Myriad Pro;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 17px;
    color: #ddbe74;
    text-transform: uppercase;
    font-weight: 100;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}
.transparent
{
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar-dark .navbar-brand img {
    max-height: 45px;
}

.navbar{
    position:fixed !important;
    width:100% !important;
    z-index: 999 !important;
    top:0 !important;
    left:0;
    right:0;
    background:rgb(0, 0, 0);
}

a{
color: #000000 ;
cursor: pointer;
font-weight: 300;
font-size: 1rem;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}





@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}

.link-slash
    {
        color:#ddbe74;
    }

@media (max-width:992px)
{

    .link-slash
    {
        display: none;
        
    }
    .navbar-nav{
        gap: 10px;
        margin-top:10px;
    }

}   
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(255 255 255 / 50%);
}
/* * Slider Banner* */

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */   
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
   background-color: rgba(216, 216, 216, 0.8);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {*/
/*  background-color: rgba(216, 216, 216, 0.8);*/
/*}*/

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeA {
  animation-name: fadeA;
  animation-duration: 1.5s;
}

@keyframes fadeA {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/* About us  */
.about-heading{
    font-weight: 300;
    color: #3e4095;
    /*font-weight: 100;*/
}
.about-text{
    font-size: 18px;
    font-weight: 100;
}
.about-img{
    display: flex;
    justify-content: center;
}
@media(max-width:528px){
    .about-img{
        width:100%;
    }
}

 .gg-arrow-long-right {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 border-top: 2px solid transparent;
 border-bottom: 2px solid transparent;
 box-shadow: inset 0 0 0 2px;
 width: 24px;
 height: 6px
}

.gg-arrow-long-right::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-right: 2px solid;
 transform: rotate(45deg);
 right: 0;
 bottom: -2px
} 
.about-btn{
    outline:none;
    border:none;
    display:flex;
    align-content:center;
    flex-wrap:wrap;
    align-items: center;
    flex-direction:row;
    gap:10px;
    background:#3e4095;
    color:white;
    padding:10px 20px;
    margin-top:50px;
}
.c1{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    
}

/*shiny effects*/




.foil-image {
  position:relative;
  z-index:1;
  overflow:hidden;
  text-align:center;
  padding:10px;
  /*width:468px;*/
  margin:auto;
  /*border:2px solid #CCC;*/
  transform-origin:center center;
  transform-style:preserve-3d;
  -webkit-animation: move 3s infinite linear;
  -moz-animation: move 3s infinite linear;
  animation: move 3s infinite linear;
}
.foil-image::after {
  content:' ';
  position:absolute;
  height:200%;
  width:200%;
  top:0px;
  left:0px;
  z-index:2;
  -webkit-animation: moveafter 2s infinite linear;
  -moz-animation: moveafter 2s infinite linear;
  animation: moveafter 2s infinite linear;
  
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.img {
  /*width:468px;*/
  /*height:600px;*/
  background:url('img/ab-img.jpg') center center no-repeat, linear-gradient(to bottom, rgba(30,87,153,0.5) 0%,rgba(20,96,19,0.5) 50%,rgba(30,87,153,0.5) 100%);
  background-size:100% auto;
}
.foil-image .img {
  background-blend-mode:multiply,normal;
}

@-webkit-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-200%;
    left:-200%;
  }
}
@-moz-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}
@keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}


/** Enquiry Form**/
.enq-form{
    width:350px;
    padding:20px;
    position:absolute;
    z-index:99;
    bottom:0;
    right:0;
    background:rgba(62,64,149,0.9);
}

@media(max-width:528px){
    .enq-form{
       display:none;  
    }
}

.enq-form h2{
    color:white;
    font-family:gill;
    font-weight:100;
    text-align:left;
}

.enq-form p{
    color:white;
    font-family:Gill Sans MT;
    text-align:left;
}



.owl-prev , .owl-next{
        width: 50px;
    height: 50px;
    position:absolute;
    /*border: 2px solid #ad852f;*/
    color: #0000;
    border-radius: 50%;
    margin-bottom: -95px;
    margin-left: 10px;
    font-size: 18px;
    top:23%;
}
.owl-prev:before {
    content: "\02C2";
    position:absolute;
    top:23%;
    left:40%;
    color: #e4c67b;
}
.owl-next:before {
    content: "\02C3";
    position:absolute;
    top:23%;
    left:40%;
    color: #e4c67b;
}
.owl-next{
    left:90%;
}
.owl-prev{
    left:-5%;
}
@media(max-width:528px){
    .owl-next{
    left:85%;
}
.owl-prev{
    left:-5%;
}
}
.pos{
        position: absolute;
    bottom: 33%;
    left: 38%;
}
.owl-nav{
    display:flex;
    padding:10px 0 20px 0;
}
.slider .owl-nav{
    display:flex;
    padding:10px 0 20px 0;
    justify-content:space-between;
}




/*PROJECT FEATURES*/

@media(min-width:528px){
    .features .container{
        max-width:70%;
    }
}
.features-image{
    width:60px;
    height:60px;
}

.project-features{
    width: 31%;
    border-top: 1px #ffe9bb;
    border-bottom: 0.8px solid #ffe9bb;
    color: #ffe9bb;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
}
.main-features{
        grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    /*grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;*/
    /*grid-auto-columns: 1fr;*/
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    display: flex;
}
.features-text{
    font-size: 14px;
    font-family:Gill light;
    font-weight: 300;
    color:#ffe9bb;
    text-align:left;
    margin-top:0;
    margin-bottom:10px;
}

.splide__slide img{
  width: 100%;
}
.splide__arrow--next {
    right: -3em;
}
.splide__arrow--prev {
    left: -3em;
}
.mask-img{
      -webkit-mask-image: url(../img/Bt-banks/cloud-banner.png);
  mask-image: url(../img/Bt-Banks/cloud-banner.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;   
}
@media(max-width:528px){
    .mob-banner{
    flex-direction: column-reverse
}
    .splide{
        margin-top:80px;
    }
    .splide__arrow--next {
    right: 1em;
}
.splide__arrow--prev {
    left: 1em;
}
}

@media(min-width:920px){
    .splide{
        margin-top:30px;
    }
}
.banner-text{
  display:flex;
  justify-content:center;
  flex-direction: column;
  text-align: center;
  color:white;
  align-items: center;
  gap:20px;
}
.banner-heading ,.banner-info1{
  color:white;
  margin:0;
}
.banner-heading{
  font-family: Butler;
  font-weight: 200;
  font-size: 60px;
  line-height: 50px;
  color:white;
}
.banner-info1{
  text-transform: capitalize;
  font-family: Myriad Pro;
  font-size:24px
}
.banner-info2{
  text-transform: none;
  font-family: Myriad Pro;
  font-size:14px;
}
.view-all-btn{
  color:white;
  border: solid 1px #d2aa41;
  padding:10px 20px 10px 20px ;
  background-color: #101010;
}
/* EVENTS */
.past-event{
  position: absolute;
  top:30%;
  left:-4%;
transform: rotate(-90deg);
}

.event-heading{
  text-align: center;
}
.event-heading h2{
  margin:0;
  color:#e4c67b;
  text-align: center;
  margin-left:10px;
  font-size: 30px !important;
  font-family: 'Myriad Pro', sans-serif;
  letter-spacing: 20px;
}
.event-heading h1{
  font-family: Butler;
  font-weight: 200;
  color:#e4c67b;
  font-size: 50px;
}
.event-heading p{
  margin:0;
  color:white;
  font-weight: 200;
  font-family:Butler;
  font-size: 18px;
}
.mob-heading{
    display:none;
}
.desk-heading{
    display:block ;
}
@media(max-width:528px){
    .mob-heading{
    display:block !important;
    }
    .mob-heading h1{
      font-family: Butler;
      font-weight: 200;
      text-align:center;
      color:#e4c67b;
      font-size: 50px;
      margin:0;
     }
     .mob-text{
         margin-top:0 !important;
     }
    .desk-heading{
        display:none !important;
    }
    .mob-slider{
        width:100% ;
    }
}


/* .event-slider{
  background: url(../img/background-sec.jpg);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height: 100%;
  padding-top:50px ;
} */
.slider-back{
  background: url(../img/background-sec.jpg);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height: 100%;
  padding-top:50px ;

}
/* upcoming Slider */

.upcoming-event{
  background: url(../img/up-back.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  padding-top:50px ;
}

@media(max-width:528px){
    .upcoming-event{
        margin-top:0 !important;
    }
        .event-info1{
      right: 44% !important;
    }
    .event-info2{
      left: 46% !important;
    }
    .event-info3{
      right: 44% !important;
    }
}

.up-evnt{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position:relative;
}
.upcoming-heading{
  position: absolute;
  top: 50%;
  left: -6%;
  transform: rotate(-90deg);
}
.upcoming-event h1{
  font-family: Butler;
  font-weight: 200;
  color:#e4c67b;
  font-size: 50px;
}
.event-info1{
  position: absolute;
  top: 30%;
  right: 48%;
  display: flex;
  flex-direction: row;
  text-align: end;
  /* gap:20px; */
  align-items: center;
}
.event-info2{
  position: absolute;
  top: 50%;
  left: 48.5%;
  display: flex;
  flex-direction: row;
  text-align: start;
  /* gap:20px; */
  align-items: center;
}
.event-info3{
  position: absolute;
  top: 70%;
  right: 48%;
  display: flex;
  flex-direction: row;
  text-align: end;
  /* gap:20px; */
  align-items: center;
}
.event-name,.event-date{
  margin:0;
  font-family: Myriad Pro;
}
.event-name{
  color: white;
  font-size: 20px;
}
.event-date{
  color: #e4c67b;
  font-size: 20px;
}
.event-img img{
  width:60%
}
.event-img{
  display: flex;
  justify-content: center;
}
.mic-img{
  
  display: flex;
    justify-content: center;
}
.mic-img img{
  padding-top: 100px;
  width: 70%;
}

/* Partners */
.partners{
  background-color: black;
  position: relative;
  padding: 30px 0 20px 0;
}
.associate-heading{
  position: absolute;
  transform: rotate(-90deg);
  left: -2%;
  top: 45%;
  padding: 0 20px 0 20px;
}
.partners h2{
  text-align: center;
  font-size: 35px;
  font-family: Myriad Pro;
  letter-spacing: 15px;
  margin: 0;
}
.partners h1{
  text-align: center;
  font-family: Butler;
  font-weight: 200;
  font-size: 50px;
  margin: 0;
  color:#e4c67b;
}
.partners-img img{
  width: 60%;
  background:white;
  border-radius:5px;
  padding:20px 40px;
}






@media(max-width:528px){
    .partners-img img {
     width: 100%; 
    background: white;
    border-radius: 5px;
    padding: 20px 16px;
}
.partners-img{
        margin-left:0 !important;
}
.indtoday{
    display:flex;
  justify-content: center !important;
}
.bt{
    display:flex;
  justify-content: center !important;
  border: none;
}
.indexp{
    display:flex;
  justify-content: center !important;
}
}
.partners-img .col-4{
  display: flex;
  /* justify-content: center; */
}
.indtoday{
  justify-content: flex-start;
}
.bt{
  justify-content: center;
  border: none;
}
.indexp{
  justify-content: flex-end;
}




/*RECENT EVENT PAGE*/

.event-banner {
    width: 100%;
    /*height: 100%;*/
    margin-top:35px;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/event-archive.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top;
    height: 60vh;
    position:relative;
    padding-top:100px;
}
.recent-heading{
    position:absolute;
    text-align:center;
    top:40%;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:10px
}

.recent-heading h1{
    font-family:Butler;
    color:white;
    font-size:7rem;
    font-weight:100;
    margin:0;
    line-height:80px;
}
.recent-heading p{
    font-family:Myriad Pro;
    color:white;
    font-size:2rem;
    margin:0;
    letter-spacing:20px;
}
@media(max-width:528px){
    .recent-heading h1{
        font-family:Butler;
        color:white;
        font-size:4rem;
        font-weight:100;
        margin:0;
        line-height:80px;
    }
    .recent-heading p{
        font-family:Myriad Pro;
        color:white;
        font-size:1.5rem;
        margin:0;
        letter-spacing:16px;
    }
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: black;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    font-family:Myriad Pro;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    font-weight:300;
    color: #fff !important;
    text-align: left;
    background-color: black !important ;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:focus {
     box-shadow: none; 
}
.accordion-item {
    background-color: #F1F8FF;
     border: 1px solid rgba(0, 0, 0, 0.125); 
     border-style:none none solid none;
}
.accordion-body{
    background:#000;
}
.archive-event{
    display:flex;
    flex-direction:column;
    gap:20px
}
.archive-event .arc-img{
    width:100%;
    aspect-ratio:16/16;
    object-fit: cover;
}
/*.arc-img:hover{*/
/*    filter: grayscale(100%);*/
/*    filter: gray;*/
/*    -webkit-filter: grayscale(100%);*/
/*    transition: .4s ;*/
/*}*/



.archive-heading h2{
    font-size:1.3rem;
    font-family:Myriad Pro;
    color:white;
    text-align:left;
    margin:0;
}
.archive-heading p{
    font-size:1rem;
    font-family:Myriad Pro;
    color:white;
    text-align:left;
    margin:0;
}
.archive-caption{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}


/*EVENT DETAIL PAGE*/
.detail-banner {
    width: 100%;
    /*height: 100%;*/
    margin-top:35px;
    /*background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)),url(../img/event-banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    position:relative;
    /*padding-top:100px;*/
}
.detail-heading{
    position:absolute;
    text-align:center;
    top:40%;
}
.deatil-gallery h2{
    font-family:Myriad Pro;
    color:white;
    font-size:2rem;
    text-transform:uppercase;
    font-weight:100;
    margin:0;
}
.detail-heading h1{
    font-family:Myriad Pro;
    color:white;
    font-size:3rem;
    background:rgba(0, 0, 0, .7);
    text-transform:uppercase;
    font-weight:100;
    margin:0;
}
@media(max-width:528px){
    .detail-heading h1{
    font-size:2rem !important;
}

}
.recent-eventdetail{
    background:#1d1d1d;
    padding:50px 50px 50px 50px;
    position:relative;
    display:flex;
    flex-direction:column;
    gap:30px;
    top:-100px;
}
.detail-eventimg img{
    width: 100%;
    aspect-ratio: 16 / 16;
    object-fit: cover;
}
.deatil-gallery .card .card-image a img{
    aspect-ratio:16/10;
    object-fit:cover
}
.detail-ptext h3{
    text-align:center;
    color:white;
    font-family:Myriad Pro;
    font-size:2rem;
    margin:0;
}
.detail-ptext p{
    color:white;
    font-size:16px;
    font-family:Myriad Pro;
    font-weight:100;
    /*text-transform:uppercase;*/
    line-height:35px;
}
.event-detail-text{
    display:flex;
    flex-direction:column;
}
.event-detail-text h3{
    font-family:Myriad Pro  ;
    font-size:1.5rem;
    color:white;
    text-align:left;
    margin:0;
}
.event-detail-text p{
    font-family:Myriad Pro Light ;
    font-size:1rem;
    color:white;
    text-align:left;
    margin:0;
}
/*FOOTER */

footer{
    padding:50px 0 0 0;
}

.foot-sec1{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .footer{
       max-width: 70% ;
       padding:40px 0;
    }
 .footer-logo {
    border-right: 1px solid white;
    margin:20px 0 20px 0;
 }
 @media(max-width:528px){
     .footer-logo{
         border-right:none !important; 
         border-bottom:1px solid white;
         padding-bottom:20px;
         display: flex;
        justify-content: center;
     }
     .footer-nav{
        justify-content:center;   
     }
 }
 .footer-middle{
    padding:0 30px
 }
 .footer-middle h4 {
    color:white;
    text-align: center;
    margin: 0;
 }
 .footer-middle p {
    color:white;
    text-align: center;
    margin: 0;
    font-size: 15px;
 }
 .foot-sec3{
    display: flex;
    justify-content: center;
 }
.footer-link{
    color:white;
    font-size: 14px;
    text-transform: capitalize;
    padding:20px 0;
}
.footer-link a{
    color:white;
}
.footer-2 hr{
  border: 1px solid #ceb084;
  margin: 0;
  height: 0 !important;
}
.footer-nav{
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap:20px;
}
.footer-nav .nav-l,
.footer-nav .link-slash {
  color: #ffffff !important;
  text-decoration: none;
  font-family: Myriad Pro;
}

.social-icon{
  display: flex;
  gap:20px;
  justify-content: center;

}
.social-icon img{
  width:30px;
}
.legal-text p{
  color: #fff;
  font-size:16px;
  font-family:Myriad Pro;
  text-align: end;
  margin: 0;
}
/* 3D SLIDER */


  html > p, body > p {
    font-size: 0.95em;
    font-weight: bold;
    position: absolute;
    top: 7.5%;
    width: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    user-select: none;
  }

html > .carousel, body > .carousel {
    padding-top: 125px;
  }
  .carousel {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .carousel__prev, .carousel__next {
    position: absolute;
    bottom: 8%;
    z-index:99;
    transition: transform 0.25s ease;
  }
@media(max-width:528px){
     .carousel__prev, .carousel__next {
         bottom:30% !important;
     }
}
  .carousel__prev i, .carousel__next i {
    font-size: 60px;
    color: var(--box-border);
    cursor: pointer;
  }
  .carousel__prev:hover, .carousel__next:hover {
    transform: scale(1.25);
  }
  .carousel__prev {
    left: 41%;
  }
  .carousel__next {
    right: 40%;
  }
  .carousel__body {
    width: 100%;
    /* padding: 20px 0 20px 0; */
    overflow: hidden;
  }
  .carousel__body .carousel__slider {
    position: relative;
    transition: transform 1s ease-in-out;
    background: var(--crsl-bg);
  }
  .carousel__body .carousel__slider__item {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
  }
  .carousel__body .carousel__slider__item .item__3d-frame {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .carousel__body .carousel__slider__item .item__3d-frame:after {
    content: "";
    position: absolute;
    bottom: -15%;
    width: 100%;
    height: 40px;
    background: var(--box-shadow);
    box-shadow: 0px 0px 5px 5px var(--box-shadow);
    transform: rotateX(90deg) translate3d(0px, -20px, 0px);
    opacity: 0.85;
  }
  .carousel__body .carousel__slider__item .item__3d-frame__box {
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    border-color: var(--box-border);
    background: var(--box-bg);
  }
    @media(max-width:528px){
       .carousel__body .carousel__slider__item .item__3d-frame__box {
          display: flex;
          align-items: center;
          vertical-align: middle;
          text-align: center;
          position: absolute;
          width: 100%;
          height: auto !important; 
          box-sizing: border-box;
          border-color: var(--box-border);
          background: var(--box-bg);
        }
  }
  .carousel__body .carousel__slider__item .item__3d-frame__box h1 {
    font-size: 7em;
    width: 100%;
    color: var(--box-border);
  }
  .carousel__body .carousel__slider__item .item__3d-frame__box--right, .carousel__body .carousel__slider__item .item__3d-frame__box--left {
    top: 0;
    width: 40px;
    backface-visibility: hidden;
  }
  .carousel__body .carousel__slider__item .item__3d-frame__box--left {
    left: 0;
    border-left-width: 5px;
    transform: translate3d(1px, 0, -40px) rotateY(-90deg);
    transform-origin: 0%;
  }
  .carousel__body .carousel__slider__item .item__3d-frame__box--right {
    right: 0;
    border-right-width: 5px;
    transform: translate3d(-1px, 0, -40px) rotateY(90deg);
    transform-origin: 100%;
  }
  .overlay_2 {
      top: 30px;
      right: 0;
      left: 0;
      bottom: 0;
      /* inset: 0; */
    }

  .overlay {
    position: absolute;
    /* background: rgba(0, 0, 0, 0.6); */
    height: 78.5%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
  }
  .overlay h3{
    color: white;
    background:rgba(0,0,0,0.6);
    font-family: Myriad Pro;
    margin: 0;
    width:100%;
  }
  .image_wrapper {
    position: relative;
  }
  .recent-btn{
    background-color: #d2aa41;
    border: 1px solid #d2aa41;
    color: white;
    padding:5px 10px 5px 10px;
    
    border-radius: 5px;
    z-index:99999999;
    width:150px;
    text-align:center;
    margin: 0 auto;
    
  }
  
  

