:root {
  --primary-color: #0f1116;
  --secondary-color: #989898;
  --secondary2-color: #f0dbda;
  --bs-white: #fff;
  --bodyFont: "Poppins";
  --headingFont: "BAGISKO";
}

.row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 15px;
  font-family: var(--bodyFont);
  color: var(--secondary-color);
  background: var(--primary-color);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btns,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btns,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btns {
  max-width: 210px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bs-white);
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 500;
  border: var(--bs-white) 1px solid;
}

.btns:hover {
  background: transparent;
  color: var(--bs-white);
}

.btnsm {
  font-size: 13px;
  max-width: 196px;
}

p {
  margin: 0;
}

.btn:hover {
  color: var(--bs-white);
  background-color: #981f28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  color: var(--bs-white);
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 77px;
  font-weight: normal;
}

h2 {
  font-size: 77px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 100px 0;
}

header {
  position: absolute;
  top: 25px;
  padding: 0;
  z-index: 99;
  font-size: 20px;
  left: 0;
  width: 100%;
  font-size: 16px;
}

.logo {
  position: absolute;
  left: -10px;
  right: 0;
  margin: 0 auto;
  max-width: 98px;
  width: 100%;
}

.logo a img {
  mix-blend-mode: screen;
}

.stellarnav {
  padding-left: 40px;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  min-height: 91px;
  justify-content: center;
}

.stellarnav > ul > li > a {
  color: var(--bs-white);
  padding: 0 1.8rem;
}

.stellarnav > ul > li:nth-child(4) {
  padding-right: 80px;
}

.stellarnav > ul > li:nth-child(5) {
  padding-left: 80px;
}

.stellarnav > ul > li > a:hover,
.stellarnav > ul > li.active > a {
  font-weight: 700;
}

.hero {
  padding-top: 180px;
  padding-bottom: 100px;
}

.hero p {
  color: #676767;
  font-size: 15px;
}

.hero .thumbs {
  width: 197px;
  height: 197px;
  object-fit: cover;
}

.explore {
  max-width: 306px;
}

.man {
  position: absolute;
  left: 19%;
  bottom: 0;
  width: 52%;
}

.hero h2 {
  max-width: 86%;
}

.heads {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.heads::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 2rem;
  width: 214px;
  height: 1px;
  background: #fff;
}

.heads.noEffect::after {
  display: none;
}

.gallerylist a {
  display: block;
}

.gallerylist a img {
  height: 232px;
  object-fit: cover;
}

.category .mySwiper2 {
  width: 100%;
}

.category .mySwiper {
  box-sizing: border-box;
  width: 100%;
}

.category .mySwiper img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category .mySwiper .swiper-slide-thumb-active img {
  height: 261px;
}

.category .thumbslide .swiper-wrapper {
  padding-bottom: 50px;
}

.category .thumbslide {
  min-height: 350px;
}

.category .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.category .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.category .thumbslide p {
  font-size: 12px;
  color: #555;
  font-weight: 300;
  margin-top: 10px;
}

.category .mySwiper .swiper-slide-thumb-active p {
  color: var(--bs-white);
}

.users {
  width: 33px;
  flex: 0 0 33px;
  margin-right: 10px;
}
.users img{
  width: 33px;
  height: 33px;
   object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  
  border: #5f5f5f 3px solid;
}


.category .box a p {
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 500;
}

.btns2 {
  background: transparent;
  color: var(--bs-white);
  max-width: 169px;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border: var(--bs-white) 1px solid;
  width: 100%;
  text-align: center;
}

.btns2:hover {
  background: var(--bs-white);
  color: var(--primary-color);
}

.whatWhere .box {
  position: relative;
  margin-top: -10%;
}

.whatWhere h3 {
  position: relative;
  z-index: 2;
}

.whatWhere .box img {
  width: 365px;
  height: 378px;
  flex: 0 0 365px;
  object-fit: cover;
}

.featurs .swiper {
  position: relative;
  margin-top: -5%;
}

.featurs .swiper-wrapper {
  padding: 15% 0 0;
}

.featurs .swiper-wrapper .swiper-slide {
  background: var(--primary-color);
}

.featurs .swiper-button-next,
.featurs .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 85%);
}

.featurs .swiper-button-prev,
.featurs .swiper-rtl .swiper-button-next {
  right: 34%; left: auto;
}

.featurs .swiper-button-next,
.featurs .swiper-rtl .swiper-button-prev {
  left: 34%;right: auto;
}

.contents {
  position: relative;
  margin-top: -25%;
}

.contents img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: var(--primary-color) 5px solid;
}

.contents h5 {
  color: #8b8b8b;
  margin: 6px 0;
}

.contents p {
  font-size: 12px;
  font-weight: 300;
  color: #696969;
}

.contents .btns2 {
  opacity: 0;
}

.featurs .swiper-wrapper .swiper-slide.swiper-slide-active .contents .btns2 {
  opacity: 1;
}

.user2 {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: #777 2px solid;
}
.memories .swiper-wrapper {
  padding: 5% 0;
  min-height: 340px;
}
.lenseBox {
  padding: 1.5rem;
  background: transparent;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lenseBox p {
  color: #9e9e9e;
  font-size: 14px;
  margin: 15px 0;
}
.lenseBox h6 {
  color: var(--bs-white);
  font-size: 11px;
  font-weight: 600;
}
.swiper-slide-active .lenseBox {
  background: url(../images/frame.webp) #0f1116 no-repeat top left;
  background-size: cover;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  filter: blur(0px);
  -webkit-filter: blur(0px);
  padding: 3.35rem 3.4rem;
}
.swiper-slide-active .lenseBox .user2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: #777 2px solid;
}
.swiper-slide-active .lenseBox p {
  font-size: 10px;
  margin: 8px 0;
}
.swiper-slide-active .lenseBox h6 {
  font-size: 10px;
}
.quotes {
  position: absolute;
  width: 20px;
  display: inline-block;
}
.q1 {
  top: 20%;
  left: 17%;
}
.q2 {
  bottom: 20%;
  right: 17%;
}
.btmHead {
  margin: -11% 0 2%;
}

.contact h4 {
  font-weight: 600;
  font-size: 18px;
}
.contact p {
  color: var(--bs-white);
  margin: 6px 0 18px;
}
.contact p a {
  color: var(--bs-white);
  font-weight: 600;
}
.contact p a:hover {
  color: var(--secondary-color);
}

.form-control {
  background: #323232 !important;
  height: 49px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: #4e4e4e;
  font-size: 12.5px;
  padding: 0 25px;
  color: var(--bs-white) !important;
}
input::placeholder {
  color: #7e7e7e !important;
}
textarea {
  resize: none !important;
  height: 147px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: var(--bodyFont);
  text-transform: capitalize !important;
  font-size: 13.99px;
  color: var(--bs-white);
  font-weight: normal;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%);
}

footer {
  background: #181818;
  padding: 40px 0 15px;
  font-size: 15px;
  color: var(--bs-white);
}

.f-menu a {
  color: var(--bs-white);
  margin-bottom: 8px;
}

.f-menu a:hover,
.f-menu a:hover {
  color: var(--secondary-color);
}

footer h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.slinks {
  border-radius: 0.58rem 0 0 0.58rem;
  -webkit-border-radius: 0.58rem 0 0 0.58rem;
  -moz-border-radius: 0.58rem 0 0 0.58rem;
  -ms-border-radius: 0.58rem 0 0 0.58rem;
  -o-border-radius: 0.58rem 0 0 0.58rem;
  border: var(--secondary-color) 1px solid;
  padding-left: 5rem;
}

.slinks a {
  padding: 1rem 0.7rem;
}

.slinks a:hover {
  filter: brightness(0) invert(1);
}

footer .logo {
  position: static;
}

.min-h100 {
  min-height: 12.5rem;
}

.newsLetter {
  color: var(--bs-white);
}

.newsLetter label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.88rem;
}

.newsLetter .form-control {
  background: transparent !important;
  color: var(--bs-white);
  font-size: 0.88rem;
  border-bottom-color: #b5b5b5;
}

.newsLetter .btn {
  height: 1.88rem;
  line-height: 1.88rem;
  min-width: 5.38rem;
  display: inline-block !important;
  font-size: 0.69rem;
}

.newsLetter .btn::before {
  height: 1.75rem;
  width: 5.38rem;
  left: 0.8rem;
  top: 0.5rem;
}

.fdog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 12.5rem;
  width: 100%;
  text-align: center;
  background: #190607;
}

.newsLetter .btns {
  height: 49px;
  line-height: 49px;
  font-weight: 600;
  font-size: 13px;max-width:100% ;
}
.socials li a {
  color: var(--bs-white);
  font-size: 18px;
  padding-right: 15px;
}
.socials li a:hover {
  color: var(--secondary-color);
}
.memories .swiper-button-next,
.memories .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 75%);
}
.memories .swiper-button-prev,
.memories .swiper-rtl .swiper-button-next {
  right: 22%; left: auto;
}
.memories .swiper-button-next,
.memories .swiper-rtl .swiper-button-prev {
  left: 22%;right: auto;
}
