:root {
  --font-default: 'Charmonman', cursive;  
  --font-primary:  'Yantramanav', sans-serif;
  --font-subhead:  'Kalam', cursive;
}

:root {
  --color-default: #fff;
  --color-primary: #3c3c3c;
  --color-secondary: #fe5621;
  --color-bltxt: #104a85;
}
:root {
  --background-default:#030505;
}
:root {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Reey-Regular";
  src: url("../fonts/Reey-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Cookie-Regular";
  src: url("../fonts/Cookie-Regular.otf") format("truetype");
}

/*----------------------Body-----------------------------*/
*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/*-------------------- General-----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,ul,li {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.clr-pad {
  padding: 0px 0px; !important;
}
.clr-pad1 {
  padding: 1px 1px; !important;
}
.sections-bg {
  background-color: #f6f6f6;
}
.Nbullet {
  color: #000;
  font-weight: bold;
}
/*---------------common css------------------*/

.gn-head {
  font-family: 'Montserrat', sans-serif;
  color: #3a3a3a;
  font-size: 45px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
.gn-head-li {
  font-family: 'Montserrat', sans-serif;
  color: #9d9d9d;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.gn-pgh {
  font-family: var(--font-primary); 
  font-size: 18px;
  color: #898888;
  justify-content: center;
  margin: 0px auto 20px auto;
  max-width: 600px;
  font-weight: 300;
}
.main-line{
  position: relative;
  display: flex;
  margin: 0px 0px 10px 0px;
  align-items: center;
  justify-content: center;
}
.gn-subhead {
  font-family: var( --font-subhead);
  color: red;
  font-size: 30px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.main-head {
  font-family: var( --font-default);
  color:#4a463a;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  animation: ani 1s;
  text-align: center;
  margin: 0px 0px 10px 0px;
  list-style-type: none;
}
.main-subhead{
  font-family: var( --font-subhead);
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 400;
  animation: ani 1s;
  text-align: center;
  margin: -24px 0px 0px 0px;
  list-style-type: none;
}
.txt-wt {
  color: #fff;
}
/*--------------home page section------------*/
/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub_page .hero_area {
  height: auto;
}
.sub_page .header-section {
  width: 100%;
}
.sub_page .custom_nav-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub_page .custom_nav-container .name_style {
  display: none;
}
.sub_page .header-section .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub_page .user_option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sub_page .user_option .nav_search-btn {
  margin: 0;
  margin-right: 15px;
}
.sub_page .custom_menu-btn button {
  margin: 15px 0;
}
.sub_page .menu_btn-style {
  top: 4px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section .nav_container {
  margin: 0 auto;
}
.header-section .navbar-brand {
  display: none;
}
.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.navbar-brand span {
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.custom_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 99999;
  padding: 0;
  height: 100%;
}
.custom_nav-container .name_style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_nav-container .name_style h6 {
  color: #f7941d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  letter-spacing: -7px;
  margin: 0;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: var(--font-primary);
}
.custom_menu-btn button {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.custom_menu-btn button {
  margin-top: 0px;
  outline: none;
  border: none;
  padding: 5px 5px;
  background-color: transparent;
  float: right;
}
.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 1.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_btn-style {
  position: fixed;
  left: 27.5px;
  top: 12.5px;
}
.menu_btn-style button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}
.menu_btn-style span {
  display: block;
  width: 30px;
  height: 4.5px;
  background-color: #c7c7c7;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_btn-style button {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}
.menu_btn-style button .s-2 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 73%);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
}
.overlay a {
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 0;
  display: block;
  background: #5e5e5e4d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 100;
  border-radius: 5px;
  width: 123px;
}
/*--.overlay a:hover, .overlay a.active {
  color: #fff;
  font-weight: 100;
  font-family: var(--font-primary);
}--*/
.menu_btn-style {
  display: none;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_width {
  width: 100%;
}
.scroll-y-hidden {
  overflow-y: hidden;
}
.btn, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user_option .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background-position: center;
  color: #ffffff;
  margin: 25px 0;
}
.user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
/*end header section*/
/*---------------------------------
        slider section
---------------------------------*/
.slider-container {
  position: relative;
  height: 100vh;
}
 .owl-carousel.owl-loaded {
  display: block;
}
 .owl-carousel.owl-loaded {
  display: block;
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slide-1{background-image:url(../images/slider/2.jpg);}
.slide-2{background-image:url(../images/slider/5.jpg);}
.slide-3{background-image:url(../images/slider/3.jpg);}
.slide-4{background-image:url(../images/slider/1.jpg);}
.slide-5{background-image:url(../images/slider/4.jpg);}
.slide-6{background-image:url(../images/slider/6.jpg);}
.slide-1{background-image:url(../images/slider/2.jpg);}

/* SLIDER */

.slider-container2 {
  position:relative;
  margin-bottom:108px;
}
.slider-item-box-bkg {
  height:100vh;
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width:100%;
}
.slider-img:before {
  content:'';
  background:rgba(0,0,0,0.3);
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.slider-caption { position: absolute;
  left: 0;
  top: 50%;
  right:0;
  text-align:center;
  color:#ffffff;
  padding: 0 54px;
  z-index:2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.intro-txt {
  font-family: var(--font-subhead);
  color: #ffff;
  font-size: 16px;
  font-weight: 400;
  animation: ani 1s;
  text-align: center;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  letter-spacing: 0.03em;
} 
.slider-caption h2 {
  font-family: var(--font-primary);
  font-size: 68px;
  color: #fff;
  margin: 0px 0px 0px 0px;
  animation: ani 5s;
  font-weight: 300;
}
.slider-caption p {
  font-size: 18px;
  color: #979696;
  font-weight: 300;
  text-decoration: none;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.slider-caption a.donation {
  margin-top:48px;
}
/* END SLIDER */
.slider-banner {
  position: relative;
  display: block;
  z-index: 1;
}
.carousel-caption {
  top: 40%;
  text-align: left;
  font-family: var(--font-primary);
  color: #fff;
  left: 10%;
  position: absolute;
  z-index: 99;
}
.carousel-caption h3 {
  position: absolute;
  font-family: 'Kanit', sans-serif;
  font-size: 80px;
  color: #fff;
  animation: ani 5s;
  font-weight: 600;
}
.newp p {
  font-size: 18px;
  color: #f3f3f3;
  content: '';
  position: absolute;
  top: 47%;
  left: 14%;
  font-weight: 600;
  z-index: 1;text-decoration: none;
  max-width: 400px;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 48px;
}
.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0px;
  z-index: 20;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: inline-block;
}
a.donation {
  font-family: var(--secondary-font);
  border: 1px solid #c8c8c8;
  padding: 0.30rem 1.88rem;
  border-radius: 30px;
  color: #f0ede8;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  width: 160px;
  font-size: 16px;
}
.donationsss{
  font-family: var(--secondary-font);
  border: 1px solid #c8c8c8;
  padding: 0.30rem 1.88rem;
  border-radius: 30px;
  color: #f0ede8;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  width: 130px;
  font-size: 16px;
  background: #0000004d;
  border: none;
  color: #7d7d7d;
}
}
.slider-heading h1{
  content: '';
  position: absolute;
  top: 36%;
  left: 14%;
  font-family: 'Kanit', sans-serif;
  font-size: 80px;
  color: #fff;
  animation: ani 5s;
  font-weight: 600;
  z-index: 1;
}
.slider-head{
  font-family: 'Kanit', sans-serif;
  font-size: 70px;
  color: #fff;
  animation: ani 5s;
  font-weight: 600;
}
.slider-heading p {
  font-size: 18px;
  color: #f3f3f3;
  content: '';
  position: absolute;
  top: 47%;
  left: 14%;
  font-weight: 600;
  z-index: 1;
  max-width: 400px;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.btn-slider {
  font-family: var(--secondary-font);
  background-color: #000;
  border: none;
  padding: 0.530rem 1.88rem;
  border-radius: 0;
  color: #f0ede8;
  font-size: 14px;
}
.sliderowl img {
   animation: zoom-in-zoom-out 5s ease infinite;
   position: relative;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wavesshape img {
  content: '';
  position: absolute;
  top: 19%;
  z-index: 1;
  left: 54%;
  width: 465px;
  animation: imgRotate 50s linear infinite;
}
@keyframes imgRotate {
  100% {
    transform: rotate(360deg);
}
}
/*----------------- navbar section-----------*/
.section-header {
  display: flex;
  justify-content: center;
  padding-block: 2rem;
  background: #fff;
  position: relative;
}
.head-items {
  content: '';
  position: absolute;
  left: 20%;
  top: 26px;
  right: 20%;
  z-index: 91;
}
.head-items {
  min-width: 28rem;
  background: #fff;
  color: #0e0e0e;
  border-radius: 100vw;
}

.head-items ul {
  padding: 1.5rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.head-items ul li a {
  color: #0e0e0e;
  text-decoration: none;
  padding: 1.5rem;
  font-weight: 700;
}
.navbar-section{
  position: absolute;
  z-index: 9;
  width: 100%;
  background: #00000042;
}
.header-section{
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-family: var(--font-primary) !important;
  padding-right: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
} 

/*--------------our latest news Section-------*/

@keyframes veritcal {
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(100px);
}

100% {
    transform: translateY(0);
}
}

.vector-image img {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
/*-----------------menu section--------------*/
.section-ourmenu {
  position: relative;
  padding: 60px 0px;
  text-align: center;
}
.my-menus {
  padding: 0px 0px 60px 0px;
}
.section-ourmenu .subhead{
  padding: 0px;
}
.single_menu {
  position: relative;
  margin-bottom: 40px;
  transition: .3s;
}
.single_menu:hover img {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
}
.single_menu img {
  width: 28%;
  position: absolute;
  height: 140px;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  transition: .3s;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.menu_content {
  padding-left: 180px;
}
.menu_content h4 {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px dashed #dc143b;
  line-height: 2.8;
  text-transform: capitalize;
}
.menu_content h4 span {
  font-size: 24px;
  font-weight: 800;
  float: right;
  font-style: italic;
  color: #dc143b;
}
.menu_content p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}
.menu_btn.btn.btn-danger {
  margin: 0 auto;
  display: block;
  width: 140px;
}
/*Menu ends*/

.top-navbar {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
}
.menu-cell a.nav-link {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-default) !important;
  margin: 0px 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.menu-cell a.nav-link:hover {
  color:#fff;
  font-weight: 600;
}
.menu-hover a {
  position: relative;
}
.menu-hover a:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-bottom: 3px solid rgba(255,255,255,80%);
  color:#fff;
}
.menu-hover a:hover,
.menu-hover .current a {
  color: #fff !important;
}
.menu-hover a:hover:before,
.menu-hover .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}
/*----------------counting section----------*/
.counting-section {
  position: relative;
  background-color: #000; 
  padding: 60px 0px 0px 0px;
}
.bg-over-counter {
  background-color: rgba(0,0,0,.56);
  opacity: 1;
}
.count-no-div {
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  margin: 0px auto 20px auto;
}
.counter-box {
  position: relative;
  text-align: center;
  width: 75px;
  height: 75px;
  border: 2px solid #302d2d;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-box img {
  width: 50px;
  z-index: 999999;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.count-no-div h3 {
  font-size: 14px;
  color:#7d7b7b;
  padding: 0px 0px 0px 10px;
  font-weight: 100;
  margin: 0px 0px 0px 0px;
  font-family: var(--font-primary);
  text-align: center;
}
.counter-value {
  font-size: 40px;
  font-family: var(--font-primary);
  color:#fff;
}
#counter i {
  font-size: 40px;
  font-family: var(--font-primary);
  color:#fff;
}
@keyframes ani{
    from{
        letter-spacing: 35px;
        filter: blur(5px);
        opacity: 0;
    }to{
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1px;
    }
}
.dxiAcZ{
  background-color: #434242 !important;
  color: #fff !important;
}
/*----------------GALLERY SECTION-----------------*/  
.gall{
   background-image: url(../images/bg/01.jpg); 
  padding: 60px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
.y{
  color: #ffffff;
}
.my-gallery{
  padding: 0px 0px 60px 0px;
  position: relative;
}
.my-gall{
  margin: 0px 0px 20px 0px;
}
.uu{
  color: #38352d;
}
.section-gallery {
  background-image: url(../images/bg/01.jpg); 
    position: relative;
    padding: 0px 0px 60px 0px;
}
.fancybox-thumbs{
  background-color: #000 !important;
}
.fancybox-thumbs__list a:before{
  border: 5px solid #000 !important;
}
.card {
  position: relative;
  width: 280px;
  height: 370px;

  display: flex;
  align-items: flex-end;

  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
}

.card:hover {
  transform: translateY(20px);
}

.card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61, 1));
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}

.card:hover::before {
  opacity: 1;
}

.card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .overlay {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all;
  padding: 30px 0px;
}

.card:hover .overlay {
  opacity: 1;
  transform: translateY(30px);
}

.overlay {}

.text-h1 {
  margin: 0;
}

.text-p {
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.link-a {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.link-a:hover {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.image-gallery {
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

.image-gallery .image-box .overlaysss {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 67, 69, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box:hover .overlayss {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #ffff;
  text-decoration: none;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes outer-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: none;
  }
}

@keyframes inner-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: none;
  }
}
/*--------fancy-----------------*/
.video-wrapper{
  position: relative;
}
.fancy-video{
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 0px;
  background-image: url(../images/bg/01.jpg);
}
.owl-video-cards .item{
  margin: 0px auto;
}
.my-video-sec{
  margin: 0px auto !important;
   position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  padding: 20px;
}
.cardss{
  margin: 0px auto !important;
}
.fancy-video .cardss {
  opacity: 1;
  width: 200px;
  height: 200px;
}
.fancy-video .cardss a img{
  border: 15px solid #4c4c4c6e;
}
.fancy-video video{
  width: 100%;
}
.cardss a{
  margin: 0px auto;
}
.cardss a img{
  margin: 0px auto;
}
.fancy-video .cards video {
  width: 100%;
}
.cards-img-top img{
  width: 100%;
}
.fancy-video .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}
.fancy-video video {
  min-width: 100%;
  z-index: 1;
}
.fancy-video .overlayy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgb(0 0 0 / 71%);
  background-size: 3px 3px;
  z-index: 2;
}
/*.fancy-video h3 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}*/
.play-btn {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
  width: 80px;
  height: 80px;
  background: radial-gradient( rgb(82 82 82 / 5%) 60%, rgb(26 25 25 / 61%) 62%);
  border-radius: 50%;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgb(16 5 11 / 44%);
}
/*.cardss-body{
  background-color: #81818154;
  min-height: 40px;
}*/
.cardss-text{
  font-family: var(--font-primary);
  font-size: 15px;
  color: #8e8989;
  padding: 10px;
  font-weight: 100;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #8080802e;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 160%;
  height: 160%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
/*---------------------JJJJ-------------------*/

.gallery_wrap{
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 0px 60px 0px;
  height: 600px;
}

.image_1 { 
  background-image: url("../images/gallery/1.jpg");
}

.image_2 { 
  background-image: url("../images/gallery/2.jpg");
}

.image_3 { 
  background-image: url("../images/gallery/3.jpg");
}

.image_4 { 
  background-image: url("../images/gallery/4.jpg");
}

.image_5 { 
  background-image: url("../images/gallery/5.jpg");
}

.image {
  flex: 1;
  height: 100%;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 7;
  }
}
.jjj{
  background-color: #000;
}
/*** Testimonial ***/
.testimonial-sections{
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
}
.testimonial-sections p{
  font-family: var(--font-primary);
  font-size: 16px;
  color: #969696;
  margin: 0px 0px 10px 0px;
}
.testimonial-sections h5{
  font-family: var(--font-default);
  font-size: 25px;
  color: #c3bebe;
}
.testimonial-sections span{
  font-size: 20px;
  color: #878080;
  margin: 0px 0px 10px 0px;
  font-style: italic;
}
.testimonial-item{
  width: 280px;
  height: 350px;
  padding: 20px;
  margin: 0px auto;
  border-radius: 20px;
  background-color: #2a2828;
}
@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
      width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
  border: 5px solid var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}
.checked {
  color: orange !important;
}


/*------------------------ CONTACT-section----------------------*/
.sec {
  padding: 60px 0px 0px 0px;
  font-family: 'Poppins' , sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  background-image: url("../images/bg/01.jpg");
  background-position: center center;
  background-size: cover;
}
.sec .heading {
  font-family: var(--font-primary);
  font-size: 26px;
  color:#fff;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.sec .name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec .name .name-box {
  width: 75%;
  background: #454444b5;
  border: none;
  margin: 8px;
  height: 58px;
  color: #fff;
}
.sec .name .message {
  border: none;
  width: 75%;
  background: #454444b5; 
  margin: 8px 5px 55px 5px;
  color: #fff;
}
:-ms-input-placeholder { 
  color: #54595d !important;   
}   
::-ms-input-placeholder { 
  color: #54595d !important;   
}
::placeholder { 
  color: #54595d !important;     
}      
.sec .sumbitbtn {
  color: #848282;
  background: transparent;
  border: 5px solid #737272;
  border-style: double;
  margin-bottom: 60px;
  width: 95px;
  height: 95px;
  line-height: 55px ;
  padding: 16px 13px;
  border-radius: 55px;
  font-size: 16px;
  text-align: center;
}
.sec .sumbitbtn:hover {
  color: #fff !important;
  background: transparent;
}
.location-map-section{
  background-color: #000;
}
.map{
  height: 100vh;
  filter: grayscale(100%) invert(92%) contrast(83%);
}
/*------------------------ footer-section----------------------*/
.footer-section {
  position: relative;
  padding: 60px 0px;
  background-image: url("../images/footer/footer.jpg");
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px 0px;
}
.footer-logo img {
  width: 150px;
}
.social-icons {
  padding: 10px 0px;
  text-align: center;
}
.social-icons a {
  font-size: 20px;
  color: #d6d7db;
  margin: 0px 12px;
  font-size: 14px;
  line-height: 8px;
  text-align: center;
}
.social-icons i {
  font-size: 14px;
  color: #b4b5ba;
}
.connect-us{
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect-uss{
  padding: 0px 0px 0px 0px;
  text-align: center;

}
.border-shape {
  background: #ffbe00 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
}
.border-shape::before {
  background: #ffbe00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100px;
}
.border-shape::after {
  background: #ffbe00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100px;
}
.connect-us a{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #b5b5b5;
}

.connect-uss a{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #b5b5b5;
  margin: 0px 10px;
}
.copyright{
  padding:0.8em 0;
  background-color:#1e1e1e;
  text-align:center;
  color:rgba(255,255,255,0.7);
  font-size:12px;
}
/*----------------banner section---------------------*/
.about-bg {
  background-image: url(../images/banner/01.jpg);
}
.bg-ppts{
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.contact-bg {
  background-image: url(../images/banner/04.jpg);
}
.gallery-bg {
  position: relative;
  background-image: url(../images/banner/03.jpg);
}
.product-bg {
  background-image: url(../images/banner/02.jpg);
}
.banner-bg {
  font-family: var(--font-primary);
  font-size: 40px;
  color: #ffff;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.about-seccc{
  background-position: center center;
  background-size: cover;
  height: 555px;
  background-image: url(../images/about/01.jpg)!important;
}
.about-seccc:hover{
  background-position: center center;
  background-size: cover;
  height: 555px;
  background-image: url(../images/about/00.jpg)!important;
}
/*---------------------about us section---------------------*/

.my-about-us-section{
  position: relative;
  background-color: #272727;
}
.about-boxes {
  padding: 30px;
}
.about-boxes h3{
  font-family: var(--font-primary);
  color: #bebbbb;
  font-size: 55px;
  font-weight: 400;
}
.about-sec h3{
  font-family: var(--font-primary);
  color: #bebbbb;
  font-size: 30px;
  font-weight: 100;
  margin: 40px 0px 0px 0px;
  padding: 20px;
  text-align: center;
}
.about-sec p{
  font-size: 12px;
  padding: 0px 0px 45px 0px;
  text-align: center;
}
.about-boxes span{
  font-weight: 100;
}
.about-secc{
  background-color: #000 !important;
}

/*----------------team members---------------*/

.team-members {
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  padding: 60px 0px 0px 0px;
  position: relative;
}

li {
  list-style: none;
}


/* style member component */
.list-members {
  background: #000000;
  width: 80%;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}

.member {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.member-image img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.member-image:hover img {
  transform: scale(1.1);
}

.member-info {
  width: 50%;
  text-align: center;
}

.member-info p {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #464545;
  margin: 0px 0px 20px 0px;
}
.member-info h3{
  font-family: var(--font-default);
  font-size: 22px;
  color:  #9f9e9e;
  margin: 0px 0px 0px 0px;
}
.social-link i{
  color: #9f9e9e;
  margin: 0px 5px;
}
.social-link i:hover{
  color: #fff;
}
/* style social link */
.social-link .fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  margin: 0 7px;
  cursor: pointer;
  transition: transform .5s;
}

.social-link .fab:hover {
  background: #000;
  color: #ffe501;
  transform: translateY(-7px);
}

/* Membuat segitiga */
.member-image::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


/* Merubah posisi member-image dengan member-info */
@media screen and (min-width: 771px) {
  .member:nth-child(4n+3) .member-info,
  .member:nth-child(4n+4) .member-info {
    order: 1;
  }
  .member:nth-child(4n+3) .member-image,
  .member:nth-child(4n+4) .member-image {
    order: 2;
  }

  /* Merubah posisi sigitiga pada baris genap */
  .member:nth-child(4n+3) .member-image::after,
  .member:nth-child(4n+4) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}


/* Mobile Styles */
@media screen and (max-width: 770px) {
  .list-members {
    width: 95%;
  }
  .member {
    flex-basis: 100%;
    font-size: 14px;
  }
  .social-link .fab {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .member:nth-child(even) .member-info {
    order: 1;
  }
  .member:nth-child(even) .member-image {
    order: 2;
  }
  
  /* Merubah posisi sigitiga elemen genap */
  .member:nth-child(even) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}
/*---------------my-team-section--------------*/
.my-teams-section{
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  padding: 60px 0px 60px 0px;
  position: relative;
}
.my-teams-section .owl-nav{
  display: none !important;
}
.profile-card{
  position:relative;
  overflow: hidden;
  margin-bottom:10px;
}
.profile-card .profile-img img{
  width:100%;
  height:auto;
}
.profile-card .profile-content::before{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:40%;
  border:3px solid #222;
  border-right:3px solid transparent;
  border-bottom:3px solid transparent;
  transform: scale(1,1);
  transition: all 0.50s linear;
}
.profile-content:hover{
  background-color: #000000ab;
}
.profile-card .profile-content::after{
  content: "";
  position:absolute;
  bottom:0;
  right:0;
  width:50%;
  height:40%;
  border:3px solid #222;
  border-left:3px solid transparent;
  border-top:3px solid transparent;
  transition: all 0.50s linear;
}
.profile-card:hover .profile-content:before{
  top:20px;
  left:20px;
}
.profile-card:hover .profile-content:after{
  bottom:20px;
  right:20px;
}
.profile-card .profile-content::after{
  content: "";
  position:absolute;
  bottom:0;
  right:0;
  width:50%;
  height:40%;
  border:3px solid #222;
  border-left:3px solid transparent;
  border-top:3px solid transparent;
  transform: scale(1,1);
  transition: all 0.50s linear;
}
.profile-card .profile-content{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:50% 4%;
  text-align: center;
}
.profile-card .profile-content .title{
  font-size:20px;
  color:#d2d2d2;
  opacity:0;
  font-family: var(--font-default);
  letter-spacing:2px;
  text-transform:capitalize;
  transform: translateY(-100px);
  transition:all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}
.profile-card:hover .title{
  opacity:1;
  transform: translateY(0);
}
.profile-card:hover .title::after{
  content:"";
  display:block;
  width:50%;
  margin:10px auto;
  border-bottom:2px solid #222;
}
.profile-card .profile-content .title > span{
  display:block;
  margin:5px 0;
  font-family: var(--font-primary);
  font-size: 12px;
  text-transform: capitalize;
}
/*
---------------------------------------------
Show Events Carousel
---------------------------------------------
*/
.show-events-section{
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
  padding: 0px 0px 60px 0px;
}
.owl-show-events {
  position: relative;
}
.owl-show-events h1{
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 200;
}
.owl-show-events .owl-nav {
  display: none;
}
/*------------------------------------------
      rating section
--------------------------------------------*/
.sec-rating {
  position: relative;
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
  padding: 20px 0px 60px 0px;
}

.features {
  padding: 20px 20px;
  display: block;
  background: #2a2828;
  width: 200px;
  height: 250px;
  margin: 0px auto 20px auto;
  border-radius: 10px;
  text-align: center;
}
.features:hover {
  border: 4px solid #404040;
}
.features p {
  font-family: var(--font-primary);
  font-weight: 200;
  font-size: 16px;
  color: #bababa;
}
.features h4 {
  font-family: var(--font-primary);
  margin: 0px 0px 10px 0px;
  line-height: 1;
  color: #bdb7b7;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.counter-value{
  font-family: var(--font-primary);
  font-size: 54px;
  color:#fff;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}
  #counter i{
  font-size: 40px;
  font-family: var(--font-primary);
  color:#fff;
}
/*------------------animation-----------------------*/
@keyframes fn_animated_text{
  0% {
  opacity: 0;
}
65% {
  opacity: 1;
  txt-shadow: 0 0 25px white;
}
75% {
   opacity: 1;
}
100% {
  opacity: 0.7;
}
}
.fn_animated_text span {
  animation-delay: 0.24s;
  animation: fn_animated_text 0.8s both;
}
/*-------------------------contact section----------------------*/
.ftco-section {
  padding: 60px 0px;
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
}
.wrappers{
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg/00.jpg);
}
.wrappers:hover{
  background-position: center;
  background-image: url(../images/bg/000.jpg);
}
.ftco-section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ftco-section .text-center {
    text-align: center !important;
}

.ftco-section .mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.heading-section {
    font-size: 28px;
    color: #000;
}
 .ftco-section .wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.p-4 {
    padding: 3rem !important;
}
.w-100 {
    width: 100% !important;
}
.ftco-section h3{
  font-family: var(--font-default);
  font-size: 34px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  font-weight: 700;
}
#form-message-success {
  font-family: var(--font-primary);
    color: #7c7c7cf7;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    font-weight: 100;
}
.contactForm .label {
  font-family: var(--font-primary);
    color: #606060;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
a.donation {
  background: #0000004d;
  border: none;
  color:  #7d7d7d;
}

 .ftco-section .my-forms {
    margin: 0px 0px 30px 0px;
    height: 80px;
    color: #fff !important;
    background: #0000004d;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important;
    -moz-box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important;
    box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important;
}
.ftco-section .form-control:focus{
  background-color: #0000004d;
}
.my-form {
  font-size: 14px;
  border: none;
  color: #fff !important;
  background-color: #0000004d;
}

.ftco-section label {
  color: #f3f3f373;
  font-size: 14px;
  font-family: var(--font-primary);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
:-ms-input-placeholder{
  font-family: var(--font-primary);
  font-weight: 300;
  color: #7c7c7cf7 !important;
}
::ms-input-placeholder{
  color: #7c7c7cf7 !important;
}
::placeholder{
  color: #7c7c7cf7 !important;
}
.ftco-section .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*-----------------------------product section-------------------*/
.product-page{
  padding: 0px 0px 60px 0px;
  background-image: url(../images/bg/01.jpg);
  background-position: center center;
  background-size: cover;
}
.wsk-cp-product{
  background:#2f2c2c57;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-25px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:100%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:5px;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > span{
  padding: 6px 15px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 6px 15px;
}
.card-footer {
  padding: 8px 15px;
  background-color: rgb(255 255 255 / 7%);
  border-top: 1px solid rgba(0,0,0,.125);
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:300;
  color: #c8c8c8;
  margin:40px auto 10px auto;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:10px;
}
.card-footer{
  border-top: 1px solid #4a4a4a;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  color: #a8a8a8;
  font-size:15px;
  font-weight:500;
}
.card-footer i{
  color: #fff;
}
a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:30px;
  height:30px;
  line-height:27px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #0000;
  background: #000;
  color: #fff;
  line-height: 30px;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  .wsk-cp-product .wsk-cp-text .category > a span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}
.items-container {
  margin: 0 auto;
}
.yyy i{
  color: #fff;
  font-size: 20px;
}

.yyy{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----scroll top------------*/
.scrollbuttons {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 26px;
  z-index: 99;
  width: 50px;
  animation: pulse 2.2s ease infinite;
  height: 50px;
  border-radius: 50%;
  background-color: #4a4a4a;
  color: white;
  border: none;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
} 
  
  
