/* Fonts */
:root {
  --font-default: "Poppins", sans-serif;
  --font-secondary: "Inter", sans-serif;
}
.set2formsdf {
  background: #000 url(../images/31807.webp) no-repeat bottom center;
  height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
}

.set2formsdf .banner_content,
.set2formsdf .bannertitle h1,
.set2formsdf .bannertitle p {
  text-align: left;
}
.nzskdlfoa {
  background: #000 url(../images/bgseporfp.webp) no-repeat top center;
}
.nzskdlfoa .categories-item {
  cursor: pointer;
}
.nzskdlfoa .swiper-slide:hover .categories-item {
  position: relative;
}
.nzskdlfoa .swiper-slide:hover .categories-items::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5) url('../images/play-circle.svg') no-repeat center center;
  background-size: 50px;
}
.video_modal .modal-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: none;
}
.video_modal .modal-content .close span {
  font-size: 23px;
}
.video_modal .modal-content .close {
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0;
  font-size: 0;
  position: absolute;
  right: -15px;
  top: -17px;
  margin: 0;
  border: none;
}
.video_modal video {
  max-width: 100%;
}
.video_modal .modal-body {
  font-size: 0;
}
.set2formsdf .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.set2formsdf .banner_content .slfoplinop_sp {
  justify-content: flex-start;
}
.ssdwpfd {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.set2formsdf .bannertitle h1 b {
  font-size: 46px !important;
}
.bannertitle p {
  margin-bottom: 30px !important;
}
.set2formsdf .slfoplinop_sp a {
  margin-top: 20px !important;
}
.set2formsdf .bannertitle p {
  font-size: 20px !important;
}
.set2formsdf .banner_content {
  min-height: inherit !important;
}

/*--------------------------------------------------------------
# categories Section
--------------------------------------------------------------*/
.nzskdlfoa {
  overflow: hidden;
  padding: 60px 0;
}
.nzskdlfoa .heading {
  font-weight: 600;
}
.nzskdlfoa .section-header {
  margin-bottom: 40px;
}

.nzskdlfoa .categories-carousel,
.nzskdlfoa .categories-slider {
  overflow: hidden;
}
.nzskdlfoa .categories-item {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.nzskdlfoa .categories-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nzskdlfoa .cate-link {
  color: var(--white);
  position: absolute;
  top: 0;
  z-index: 11;
  right: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: var(--font-secondary);
}
.nzskdlfoa .swiper-slide:hover .categories-item img {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.7);
}
.nzskdlfoa .swiper-slide:hover .cate-link {
  opacity: 1;
}
.nzskdlfoa .swiper-slide .title {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 15px;
  font-family: var(--font-secondary);
}

.nzskdlfoa .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.nzskdlfoa .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.nzskdlfoa .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.nzskdlfoa .swiper-pagination {
  display: none;
}

.nzskdlfoa .swiper-nav-container {
  background: aquamarine;
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
}
.nzskdlfoa .swiper-button-prev {
  position: absolute;
  right: 0;
}
.nzskdlfoa .swiper-button-prev {
  position: absolute;
  left: -100px;
}
.nzskdlfoa .swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nzskdlfoa .swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--black);
  color: var(--white);
}
.nzskdlfoa .swiper-button-prev:hover.swiper-button-prev:after,
.swiper-button-next:hover.swiper-button-next:after {
  color: var(--white) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nzskdlfoa .text {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .nzskdlfoa .text {
    width: 40%;
  }
}
