﻿/*
***********************
article-slider
***********************
*/

.owl-stage-outer {
  padding: 0.75rem 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: #fff;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: crimson;
  opacity: 0.8;
  fill: #fff;
  width: 1.9rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
/*
***********************
finish-article-slider
***********************
*/

/*
***********************
section-two
***********************
*/
.introduction-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.introduction-two {
  position: relative;
}
.introduction-two:hover {
  transform: translateY(-3px);
}

/*
***********************
section-two
***********************
*/

/*
***********************
section-three
***********************
*/
.introduction-article {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bg-img-one {
  background-image: url("../../images/group-section/1.png");
  background-position: center;
  background-size: cover;
}
.bg-img-two {
  background-image: url("../../images/group-section/2.png");
  background-position: center;
  background-size: cover;
}
.bg-img-three {
  background-image: url("../../images/group-section/3.png");
  background-position: center;
  background-size: cover;
}
.bg-img-for {
  background-image: url("../../images/group-section/4.png");
  background-position: center;
  background-size: cover;
}
.bg-img-five {
  background-image: url("../../images/group-section/5.png");
  background-position: center;
  background-size: cover;
}

.introduction-article:hover {
  transform: translateY(3px);
}
.introduction-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.introduction-article:hover .introduction-article-p {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background-color: var(background-red);
}

/*
***********************
section-three
***********************
*/

/*
***********************
section-for
***********************
*/
.membership {
  background-image: url("../../images/group-section/6.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-bg {
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 2px 2px 1px rgb(86 86 86 / 12%) inset;
  backdrop-filter: blur(12px);
}
/*
***********************
section-for
***********************
*/

/*
***********************
section-five
***********************
*/
.article:hover {
  transform: translateY(-3px);
}
/*
***********************
section-five
***********************
*/
