
: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;
}



.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;
    font-family:gill;
}
p{
    color:black;
}
.v-center{
        display: flex;
    align-items: center;
}
.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-family: 'Nunito', sans-serif;
    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;
}

.banner-read-btn{
    position:absolute;
    top:80%;
    left:65px;
    background:#1d201c;
    border-radius:5px;
    font-family:Myriad Pro;
    font-size:20px;
    border:none;
    outline:none;
    color:#f9e0a7;
    padding:10px 20px;
}

@media(max-width:528px) {
  .banner-read-btn{
    position:absolute;
    top:75%;
    left:10px;
    background:#1d201c;
    border-radius:5px;
    font-family:Myriad Pro;
    font-size:8px;
    border:none;
    outline:none;
    color:#f9e0a7;
    padding:5px 10px;
}
}
/** Navbar hover **/
.nav-l{
  box-shadow: inset 0 0 0 0 #3e4095;
  color: #54b3d6;
	padding: 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: #000000 !important;
  line-height: 1.5;
  text-decoration: none;
}


/*** 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;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.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); */
    background: url(../img/nav.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size:cover;
}
@media(max-width:528px){
    .navbar{
        background:black;
    }
    .navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 85%);
    border-color: rgb(255 255 255 / 80%);
    }
    .nav-l {
    color: #ffffff !important;
    line-height: 1.5;
    text-decoration: none;
    padding:10px 0 10px 0 ;
    }
}
a
{
color: #000000 ;
cursor: pointer;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
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:#000000;
    }

@media (max-width:992px)
{

    .link-slash
    {
        display: none;
        
    }

}   

/* * Slider Banner* */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.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}
}


/*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%;
  }
}






/*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%;
}
.banner-text{
  display:flex;
  justify-content:center;
  flex-direction: column;
  text-align: center;
  color:white;
  align-items: center;
  gap:20px;
}
.banner-heading ,.banner-info1, .banner-info2{
  color:white;
  margin:0;
}
.banner-heading{
  font-family: Butler;
  font-weight: 200;
  font-size: 60px;
  line-height: 50px;
}
.banner-info1{
  text-transform: uppercase;
  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;
}

/* About us */

.about{
  position:relative;
  background: url(../img/about-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
padding:40px 0;
  display: flex;
    align-items: center;
  
}
.about-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:20px
}
.about-text p{
  font-size: 18px;
  color: white;
  font-family: Myriad Pro;
  font-weight: 300;
}
@media(max-width:528px){
    .about-text p{
      font-size: 12px;
      color: white;
      font-family: Myriad Pro;
      padding-right:0 !important;
      font-weight: 300;
      padding:0 1rem !important;
    }
    .about-text{
     padding-right:1rem !important;
     gap:0
    }    
    .about-heading{
      position: absolute;
      top: 40%;
      left: -5%  !important;
      transform: rotate(-90deg);
    }
    .about-heading h1{
      font-family: Butler;
      font-weight: 200;
      color:#e4c67b;
      font-size: 30px !important;
      margin: 0;
    }
}


.about-heading{
  position: absolute;
  top: 40%;
  left: 1%;
  transform: rotate(-90deg);
}
.about-heading h1{
  font-family: Butler;
  font-weight: 200;
  color:#e4c67b;
  font-size: 40px;
  margin: 0;
}

.csr{
    background:black;
    padding-top:100px;
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    gap:20px;
    position:relative;
}
.csr-back{
    display:flex;
    justify-content:center;
    position:relative;
}
.csr-back img{
    width:35%;
}
@media(max-width:528px){
      .csr-back img{
        width:70%;
    } 
    .csr-text h1{
        font-family:Butler;
        font-size:3rem !important;
        margin:0;
        text-align:center;
        line-height:70px;
        color:white;
    }
    .csr-text p{
        font-family:Butler;
        font-size:1rem !important;
        text-align:center;
        color:white;
        margin:0;
    }
    .csr-events{
    max-width:100% !important;
    display:flex;
    flex-direction:column;
    gap:30px;
    position:relative;
    bottom:0 !important;
    padding-bottom:20px;
    }
    .c-event1 p{
        font-size:10px !important;
    }
    .event-row1,.event-row2,.event-row3,.event-row4{
        padding:0 !important;
         justify-content:center !important; 
    }
    .event-row3{
        gap:0  !important; 
    }
    .csr-events img{
        width:30px !important;
    }
}
.csr-text{
    display:flex;
    flex-direction:column;
    position:absolute;
    top:35%;
    /*gap:10px;*/
}
.csr-text h1{
    font-family:Butler;
    font-size:5rem;
    margin:0;
    text-align:center;
    line-height:70px;
    color:white;
}
.csr-text p{
    font-family:Butler;
    font-size:2rem ;
    text-align:center;
    color:white;
    margin:0;
}
.event-row1{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:0 60px;
}
.event-row2{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    padding:0 60px;
}
.event-row3{
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:30px;
    padding:0 60px;
}
.event-row4{
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding:0 60px;
}
.csr-events{
    max-width:70%;
    display:flex;
    flex-direction:column;
    gap:30px;
    position:relative;
    bottom:120px;
    
}
.c-event1{
    
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
}

.c-event1 p{
    color:white;
    font-family:Butler;
    font-weight:200;
    font-size:20px;
    text-align:right;
    margin:0;
}
.csr-link{
    padding:10px 30px;
    background: rgb(2,0,36);
    background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(59,55,56,1) 0%, rgba(0,0,0,1) 100%);
    border-radius:30px;
    display:flex;
}
.hvr-grow {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Recent CSR*/
.recent-activity h1{
    text-align:center;
    font-size:2.5rem;
    color:#d2aa41;
    font-family:Butler;
    font-weight:300;
    
}
.recent-csr{
    background:url(../img/recent-back.png);
    position:relative;
  background-size: cover;
  background-repeat: no-repeat;
   background-position: center;
}
.recent-event1{
    display:flex;
    flex-direction:column;
    position:relative;
    gap:30px
}
.revent-name{
    font-family:Myriad Pro;
    color:white;
    font-size:21px;
    margin:0;
}
.revent-date{
    font-family:Myriad Pro;
    color:#d2aa41;
    font-size:21px;
    margin:0;
}
.recent-event1 .bot{
    display:flex;
    justify-content:center;
}
.recent-event1 .mid{
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    background:black;
    border-radius:100%;
    position:relative;
    z-index:9;
}
.revent-number{
    font-family:Myriad Pro;
    color:white;
    margin:0
}
.g-line1{
    position:absolute;
    top: 2%;
    left: 10%;
    z-index:1;
}
.g-line2{
    position:absolute;
    top: 15%;
    left: 10%;
    z-index:1;
}
.middle-line{
    position:absolute;
    top:57%;
}
.revent-img{
    margin-right:100px;
    position:relative;
    z-index:9;
    width:120px !important;
    border-radius:100%;
    aspect-ratio:16/16;
    object-fit:cover;
}
.act-img{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.act-img p{
    font-family:Myriad Pro;
    color:white;
    margin:0;
    text-align:center;
    font-size:20px;
}
.act-img img{
    aspect-ratio:16/14;
    object-fit:cover
}

/*Collabrative Partners*/

.collab{
        background:url(../img/collab-heading.png);
    position:relative;
  background-size: cover;
  background-repeat: no-repeat;
   background-position: center;
}

.collab-heading{
    display:flex;
    flex-direction:column;
}
.collab-heading h1,
.collab-heading h2{
    margin:0;
    color:#d2aa41;
    text-align:center;
    line-height:30px;
    font-family:Butler;
    font-weight:300;
    line-height:40px;
}
.collab-heading h2{
    font-size:2.5rem;    
}
.collab-partner{
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    height: 100%;
    justify-content: flex-start
}
.collab-partner h2{
    text-align:center;
    margin:0;
}
.collab-info{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.collab-info{
    font-size:14px;
    font-family:Myriad Pro;
    text-align:center;
}
.hvr-curl-bottom-right {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
.card-image img{
    aspect-ratio:16/12;
    object-fit:cover
}
/*EVENTS PAGE*/

.event-banner {
    width: 100%;
    /*height: 100%;*/
    margin-bottom:35px;
    /*background-image:url(../img/Recent-event/woman-empowering.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 80vh;*/
    position:relative;
    padding-top:100px;
    display: flex;
    justify-content: center;
}
.recent-heading{
    /*position:absolute;*/
    text-align:center;
    /*top:40%;*/
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:10px
}
.recent-heading h1{
    font-family:Butler;
    color:white;
    font-size:4rem;
    font-weight:100;
    margin:0;
}
@media(max-width:528px){
    .recent-heading h1{
    font-family:Butler;
    color:white;
    font-size:3rem ;
    font-weight:100;
    margin:0;
    white-space:normal !important;
}
}
.evnt-text p{
    font-family:Myriad Pro;
    color:white;
    font-size:18px;
    margin:0;
}
.evnt-text img{
    width:50%;
    aspect-ratio:16/16;
    object-fit:cover;
    margin:auto;
    display:block;
}
.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%;
}
.detail-heading h1{
    font-family:Butler;
    color:white;
    font-size:3rem;
    text-transform:uppercase;
    font-weight:100;
    margin:0;
    background:rgba(0,0,0,0.6);
}

@media(max-width:528px){
    .detail-heading h1{
    font-size:1.5rem;
}
}

.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 / 12;
    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:18px;
    font-family:Myriad Pro;
    font-weight:100;
    /*text-transform:uppercase;*/
    line-height:35px;
    margin:0;
}
.event-detail-text{
    display:flex;
    flex-direction:column;
}
@media(max-width:528px){
  .detail-eventimg{
    display: none;
  }
}
.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:18px;
    color:white;
    text-align:left;
    margin:0;
}

/*FOOTER */

footer
{
        /*background:#f4f4f5;*/
        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;
 }
 .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-item 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;
}
.footer-nav .nav-l{
    margin:0 -0.25rem;    
}
.social-icon{
  display: flex;
  gap:20px;
  justify-content: center;

}
.social-icon img{
  width:30px;
}
.legal-text p{
  color: #fff;
  font-size:14px;
  font-family:Myriad Pro;
  text-align: end;
  margin: 0;
}
/* 3D SLIDER */

.carousel__next, .carousel__prev{
  visibility: hidden;
}
 