/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #ffffff;
 font-family: 'Helvetica Neue';
}
body {
  color: #ffffff;
  font-weight: 400;
 font-family: 'Helvetica Neue';
 background: #161716;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-HeavyItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-LightItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-ThinItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-UltraLightItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-BlackItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Header bar section start */

.header {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  margin: auto;
  padding: 50px 0;
  transition: 0.5s;
}.header.active {
	backdrop-filter: blur(13px);
	padding: 20px 0;
}
.scroll_header {
	backdrop-filter: blur(13px);
	padding: 20px 0;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__menu ul li {
  display: inline-block;
  margin: 0 28px;
}
.header__menu ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.header__menu button:hover {
	color: #AAF092;
}

.header__menu button {
  border: 0;
  background: transparent;
  display: inline-block;
  margin: 0 28px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  padding: 0;
}
.header__btn .button__custom {
  margin: 0;
}
.theme__btn {
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #161716;
	font-size: 14px;
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
  /*! display: flex; */
}
.header__btn a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}


.header__btn a span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
.header__btn > a {
	margin-right: 8px;
}

.button__custom {
  width: 159px;
}
.button__custom a {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #161716;
  font-size: 12px;
}
/* Header bar section  END */



/* feature area start here */

.feature__area {
    background: #161716;
}

.single__feature {
    background: #1D1D21;
    padding: 35px 27.5px;
    border-radius: 20px;
    width: 23.6%;
    position: relative;
    z-index: 99;
    padding-bottom: 74px;
}



.feature__flex .single__feature {
    border: 1px solid transparent;
    transition: 0.3s;
}
.feature__flex .single__feature:hover {
  border-color: #707070;
}
.section__title {
    z-index: 99;
}

.section__title span {
    font-size: 14px;
    color: #AAF092;
    letter-spacing: 20px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.section__title h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 5px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

}

.section__title p {
    font-size: 19px;
    line-height: 22px;
    color: #B9B9B9;
    font-style: italic;
    margin-bottom: 90px;
}

.feature__icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background: #243B2D;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 25px;
}

.feature__icon img {
    width: 40px;
}

.feature__text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 22px;
    height: 50px;
}

.feature__text p {
    color: #B9B9B9;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
}

.eclipse__feature-left {
    position: absolute;
    left: -300px;
    top: 0;
}

.eclipse__feature-right {
    position: absolute;
    right: -300px;
    top: 0;
}

.feature__left-arrow {
    position: absolute;
    top: 40%;
    transform: rotate(-20deg);
    left: 60px;
}

.feature__right-arrow {
    position: absolute;
    top: -5%;
    right: 150px;
    transform: rotate(-15deg);
}

/* feature area end here */



/* earn area start here */

.earn__area {
    background-image: url(../img/earn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: 100% 100%;
    margin-bottom: 100px;
}

.earn__title h1 {
    font-size: 52px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 21px;
    font-family: poppins;
}

.earn__title h1::after {
    position: absolute;
    top: 0;
    left: 0;
    background: #AAF092;
    content: '';
    width: 43px;
    height: 7px;
}

.earn__title p {
    color: #B9B9B9;
    line-height: 21px;
    width: 50px;
}

.earn__left {
    width: 54%;
}

.earn__right {
    width: 40%;
}

.earn__mini-box img {
    width: 100%;
    padding-top: -16px;
}

.earn__mini-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    max-width: 327px;
    margin: auto;
}
.earn__mini-box {
  margin-left: 28px;
}
.earn__mini-text img {
    width: 50px;
}

.earn__mini-text span {
    color: #C3C3C3;
    display: block;
    margin: 35px 0;
    font-family: poppins;
}

.earn__mini-text p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: poppins;
    line-height: 30px;
}

/* earn area end here */



/* credit area start here */

.section__title h5 {
    font-size: 14px;
    line-height: 19px;
    color: #AAF092;
}

.credit__area .section__title p {
    color: #B9B9B9;
}

.single__credit:hover .hover__after {
    opacity: 1;
    visibility: visible;
}

.hover__after {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.credit_hover .hover__after {
	opacity: 1;
	visibility: visible;
}
.credit__text {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.credit__text-heading span {
    color: #C5F250;
    line-height: 27px;
    font-size: 20px;
}

.credit__text-heading h5 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.credit__text-heading {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #444444;
}

.credit__text-body {
    text-align: left;
    padding-left: 47px;
    margin-top: 25px;
}

.credit__text-body ul li {
    color: #B9B9B9;
    margin-bottom: 12px;
}

.credit__text-body ul li img {
    margin-right: 15px;
    width: inherit;
}

.button__custom {
    width: 159px;
    margin: auto;
    margin-top: -25px;
}

.button__custom a {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #161716;
    font-size: 14px;
}

/* credit area end here */



/* faq area start here */

.faq__tab-container .tab__button button {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0px;
	text-align: left;
	font-weight: 500;
}
.faq__tab-container .tab__button button.active {
	background: transparent;
	color: #AAF092;
}
.faq__tab-container {
	gap: 285px;
}
.faq__tab-container .accordion-item {
	background: transparent;
    border: none;
    border-bottom: 1px solid #2F2F2F;
}
.faq__tab-container .accordion-item button {
	background: transparent;
	color: #fff;
	font-size: 24px;
	padding: 38px 0;
	padding-left: 20px;
}
.faq__tab-container .accordion-button:focus {
	border-color: none;
	box-shadow: none;
}

.faq__tab-container #v-pills-tabContent.tab-content {
	width: 70%;
}
.faq__tab-container .accordion-body p {
	color: #fff;
}
.faq__tab-container .accordion-button::after {
	content: '\f067';
	background-image: url('../img/plus.png');
	width: 68px;
	background-size: 50px;
	height: 51px;
	display: flex;
	background-position: center;
	font-family: 'Font Awesome 5 Pro';
	align-items: center;
	justify-content: center;
	font-size: 18px;
  transition: all .3s;
}
.faq__tab-container .accordion-button:not(.collapsed)::after {
  content: '\f068';
	background-image: url(../img/plus.png);
	transform: inherit;
}
#headingOne button {
	padding-top: 0;
}
.faq__tab-container #v-pills-tabContent.tab-content {
	width: 100%;
}
.faq__tab-container {
	gap: 50px;
}

/* faq area end here */



/* footer area start here */

footer{
    background: #1B1B1F;
}

.footer__content {
	width: 60%;
}
.footer__single-list nav{
    display: flex;
    gap: 56px;
}
.footer__list h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 45px;
	margin-bottom: 17.5px;
}
.footer__list p {
	color: #fff;
	line-height: 18px;
	margin: 0;
}
.footer__single-list button {
	color: #fff;
	line-height: 18px;
	transition: 0.3s;
	padding: 0;
	background: transparent;
	border: 0;
}
.footer__single-list button:hover {
	color: #AAF092;
}
.footer__social a {
	color: #6B8065;
	display: inline-block;
	margin-right: 20px;
	margin-top: 70px;
	font-size: 25px;
}
#v-pills-tab {
	height: 100%;
	top: 0;
	position: sticky;
}
/* footer area end here */










/* hero-area-start */

/*Marquee stile*/
.marquee{
  /*! background: #0A532C; */
  position: relative;
  width: 100%;
  height: 100%;
  /*! overflow: hidden; */
  /*! padding: 0; */
  margin-bottom: 56px;
}
.marquee .scroll{
  width: 100%;
  display: flex;
}
.marquee .scroll div{
  color: #fff;
  font-size: 35px;
  /*! background: #0A532C; */
  white-space: nowrap;
  font-weight: 500;
  animation: animate-marquee 80s linear infinite;
  animation-delay: -40s;
}
.marquee .scroll div:nth-child(2){
  animation: animate-marquee-2 80s linear infinite;
  animation-delay: -80s;
}
.marquee .scroll div .category:not(.solid) {
	padding: 0 20px;
	-webkit-text-stroke: 3px rgba(255, 255, 255, .7);
	-webkit-text-fill-color: transparent;
}
.category{
  color: #fff;
  font-size: 135px;
  /*! font-weight: 800 !important; */
  clear: both;
  display: inline-block;
  /*! overflow: hidden; */
  white-space: nowrap;
  line-height: 62px;
  /*! font-family: sans-serif; */
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.category a{color:#FFF;text-decoration: none;}

/*Responsive marquee*/
@media (max-width:767px){
  .category{font-size: 25px;}
  .marquee .scroll div{font-size: 25px;}
}

@keyframes animate-marquee{
	0%{
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes animate-marquee-2{
	0%{
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100%{
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}
/*Responsive marquee*/
@media (max-width:767px){
  .category{font-size: 25px;}
  .marquee .scroll div{font-size: 25px;}
}

@keyframes animate-marquees{
	0%{
    -moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);

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

@keyframes animate-marquees-2{
	0%{
    	-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	
	}
	100%{
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
 
.hero__relat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 665px;
  margin: auto;
  position: relative;
  height: 413px;
  align-items: center;
  margin-top: -199px;
  z-index: 9;
}
.hero__relat h3 {
  font-size: 81px;
  line-height: 86px;
  color: #AAF092;
  text-transform: uppercase;
  margin: 0;
}


.coine1 {
  position: absolute;
  top: -19%;
  /*! transform: translateY(-20%); */
  left: -30px;
  right: 0;
  margin: auto;
  /*! animation: animation1 7s ease-in-out 0s infinite normal both; */
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animation1 {
  0% {
    animation-timing-function: ease-in;opacity: 1;transform: translateY(-45px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;transform: translateY(-4px);
  }
  25%,55%,75%,87% {
    animation-timing-function: ease-out;transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;opacity: 1;transform: translateY(0px);
  }
  
}







.handbot {
  position: absolute;
  top: 174px;
  left: -17px;
  right: 0;
  margin: auto;
  width: 70%;
}
.hero {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 224px;
  padding-bottom: 140px;
  overflow: hidden;
}



.hero__text {
  position: relative;
  z-index: 9;
  margin-top: -27px;
}
.hero__text span {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  display: block;
  color: #AAF092;
}
.hero__text p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-family: "Poppins", system-ui;
}


.light1 {
  position: absolute;
  top: 0;
  left: -13%;
  right: 0;
  margin: auto;
  z-index: 8;
}.container {
	max-width: 1240px;
}
@keyframes up-down{
  0% {
    transform:  translate(2px,40px)  ;
  }
  24% {
    transform:  translate(2px,60px)  ;
  }
  50% {
    transform:  translate(2px,24px)  ;
  }
  74% {
    transform:  translate(2px,44px)  ;
  }
  100% {
    transform:  translate(2px,44px)  ;
  }
}

.marquee .scroll div.ar2 {
	animation: animate-marquees 80s linear infinite;
}

/* hero-area-end */


/* brand-area-start */
.brand-slider-wrapper {
  transition-timing-function: linear !important;
}
.brand-slider .brand-slide {
  width: max-content !important;
  
}
.brand-slide h3 {
  font-size: 20px;
  color: #62626F;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px 36px;
  background: #2A2A2F;
  border-radius: 5px;
  align-items: center;
  line-height: 61px;
  display: inline-block;
}
/* brand-area-wns */









/* slider-area */

/* slider-area */
   .lap-slider-active {
      width: 100%;
      height: 825px;
      display: flex;
      align-items: center;
    }

    /* .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    } */

    .lap-slide img {
      display: block;
      /*! object-fit: cover; */
      margin: auto;
    }

    .lap-slider {
      width: 60%;
   }
.lap-slide {
	display: flex;
	align-items: center;
}
   .lap-slider-nav-active {
      height: max-content;
      max-height: 300px;
      border-left: 1px solid #2A2A2F;
      padding: 30px 0;
   }
   .slider-nav-wrapper {
      gap: 40px;
   }
   .lap-slider-nav-active .slider-nav-item {
      height: max-content !important;
      padding-left: 50px;
      cursor: pointer;
   }
   .lap-slider-pagination {
      margin-bottom: 30px;
   }
   .lap-slider-nav-active .slider-nav-item h5 {
      margin-bottom: 5px;
      font-size: 16px;
   }
   .lap-slider-nav-active .slider-nav-item p {
      font-size: 12px;
   }
   .lap-slider-nav-active  .swiper-slide-thumb-active {
      border-left: 1px solid #AAF092;
   }
   .lap-slider-nav-active .swiper-slide-thumb-active h5 {
      font-size: 20px;
   }
   .lap-slider-nav-active .swiper-slide-thumb-active p {
      font-size: 16px;
   }
   .lap-slider-pagination .swiper-pagination-current {
      font-size: 24px;
   }
   .lap-slider-pagination .swiper-pagination-total {
      opacity: 0.7;
   }

/* slider-area */







/* offcanvas */



.offcanvas-header button i:before {
  display: none;
}

.offcanvas-header {
  padding: 30px 40px;
}

.offcanvas {
  background: #243B2D;
  max-width: 100% !important;
  width: 100%;
  top: 0;
  left: -100%;
  transition: .3s;
}

.offcanvas.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.offcanva__wp {
  padding-top: 40px;
  text-align: center;
}

.offcanva__menu button {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  margin-bottom: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: transparent;
  border: 0;
  padding: 0;
}

.offcanva__menu a.active {
  width: 183px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 144px;
  border: 1px solid #EFE7E1;
  background: var(--c, #FFF);
  box-shadow: 0px 20px 20px 0px rgba(161, 136, 122, 0.15);
}

.offcanva__wp .header__btn {
  display: block;
  margin: auto;
  justify-content: center;
  display: flex;
  margin-top: 50px;
  position: relative;
  z-index: 99;
}

.mobile__menu--bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72%;
  background-position: center top;
}

.offcanvas-header .btn-close i {
  color: #F25249 !important;
}.offcanvas-header .btn-close {
	margin-left: auto;
	filter: brightness(99999);
	background-color: #fff;
}

/* offcanvas */
#headingOne1 button {
	padding-top: 0 !important;
}
#headingOne2 button {
	padding-top: 0;
}
#headingOne3 button {
	padding-top: 0;
}