/* google-fonts */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");

@font-face {
    font-family: 'Minimalisty Demo';
    src: url('../fonts/MinimalistyDemo.eot');
    src: url('../fonts/MinimalistyDemo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinimalistyDemo.woff2') format('woff2'),
        url('../fonts/MinimalistyDemo.woff') format('woff'),
        url('../fonts/MinimalistyDemo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* general-css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  border-top: 8px solid #c6a2cd;
  overflow-x: hidden;
  font-weight: normal;
    font-style: normal;
}

section {
  max-width: 100% !important;
}

.about-us-section {
  overflow-x: hidden !important;
}

.about-us-section::-webkit-scrollbar {
  display: none;
}

:root {
  --dak-color: #c6a2cd;
  --yellow-color: #c6a2cd;
  --text-color: #28201d;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-family1: "Oxygen", sans-serif;
  --font-family2: "Rufina", serif;
  --font-family3: 'Minimalisty Demo';
}
.below-slider-section .contact-details .left-below.px-5{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
  .below-slider-section .contact-details .right-below.px-5{
      padding-left: 3rem !important;
  padding-right: 3rem !important;
    }
a {
  text-decoration: none;
  color: var(--yellow-color);
}

h2 {
  font-size: 60px;
  margin: 0;
  line-height: 1em;
  color: var(--text-color);
  font-family: var(--font-family3);
  font-weight: 700;
}
h2.welcome-to-our-community{
  /*font-size: 50px;*/
    font-size: 60px;
}
h2.welcome-to-our-community2{
  font-size: 45px;
}
h2 span {
  color: var(--dak-color);
}

h3 {
  color: var(--text-color);
  /*font-size: 36px;*/
   font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family3);
}

h5 span {
  color: var(--text-color);
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  font-family: var(--font-family2);
  font-weight: 700;
}

h6 {
  color: var(--yellow-color);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family2);
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding2 {
  padding-top: 300px;
  padding-bottom: 100px;
}

img {
  max-width: 100%;
}

section {
  max-width: 100%;
}

ul,
ol,
dl {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

/* button */
.main-btn {
  background: var(--dak-color);
  color: var(--yellow-color);
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.9em;
  padding: 8px 36px 12px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn a {
  color: var(--white-color);
}

.main-btn4 {
  position: relative;
  z-index: 111;
  background: var(--dak-color);
  color: var(--white-color);
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.9em;
  padding: 8px 36px 12px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn4 a {
  color: var(--white-color);
}

.main-btn5 {
  position: relative;
  z-index: 111;
  background: var(--dak-color);
  color: var(--white-color);
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.9em;
  padding: 8px 36px 12px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn5 a {
  color: var(--white-color);
}

.main-btn5:focus,
.main-btn5:hover {
  background: var(--text-color);
  color: #fff;
}

.main-btn5:focus a,
.main-btn5:hover a {
  color: #fff;
}

.main-btn4:focus,
.main-btn4:hover {
  background: var(--black-color);
  color: #fff;
}

.main-btn4:focus a,
.main-btn4:hover a {
  color: #fff;
}

.main-btn:focus,
.main-btn:hover {
  background: var(--white-color);
  color: #28201d;
}

.main-btn:focus a,
.main-btn:hover a {
  color: #28201d;
}
.below-slider-section .main-btn2{
     background: #363031 !important;
}
.main-btn2 {
  background: var(--dak-color);
  color: var(--white-color);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  line-height: 1.9em;
  padding: 6px 26px 6px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 111;
  width:fit-content;
}

.main-btn2 a {
  color: var(--white-color);
  display:inline-block;
  background:inherit;
}

.main-btn2 a:focus,
.main-btn2 a:hover {
  /*background: #28201d !important;*/
  background: inherit !important;
}

.main-btn2:focus,
.main-btn2:hover {
  background: #28201d !important;
  color: var(--white-color);
}

.main-btn2:focus a,
.main-btn2:hover a {
  color: var(--white-color);
}

.main-btn3 {
  background: var(--yellow-color);
  color: var(--white-color);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  line-height: 1.9em;
  padding: 6px 26px 6px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn3 a {
  color: var(--white-color);
}

.main-btn3:focus,
.main-btn3:hover {
  background: #28201d !important;
  color: var(--white-color);
}

.main-btn3:focus a,
.main-btn3:hover a {
  color: var(--white-color);
}

.main-btn6 {
  background: var(--yellow-color);
  color: var(--white-color);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family1);
  border: none;
  outline: none;
  line-height: 1.9em;
  padding: 6px 26px 6px;
  min-width: 160px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn6 a {
  color: var(--white-color);
}

.main-btn6:focus,
.main-btn6:hover {
  color: #28201d !important;
  background: var(--white-color);
}

.main-btn6:focus a,
.main-btn6:hover a {
  color: #28201d !important;
}

/* left-nav */
.leftside-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 111;
  height: 100%;
  width: fit-content;
}

.left-nav-icons ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.left-nav-icons ul li a {
  color: var(--white-color);
  font-size: 13px;
  margin-bottom: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.left-nav-icons ul li a:hover {
  color: var(--yellow-color);
}

/* right-side-nav */
.navbar-right-side {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 111;
  height: 100%;
  width: fit-content;
}

.navbar-right-side .nav-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.navbar-right-side .nav-right .shop_table.cart {
  color: var(--white-color);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-right-side .nav-right .shop_table.cart:hover {
  color: var(--yellow-color);
}

.navbar-right-side .nav-right .shop_table.cart:hover .badge-bg {
  color: var(--yellow-color);
}

.navbar-right-side .nav-right .shop_table.cart .badge-bg {
  background: var(--dak-color);
  color: #fff;
  position: absolute;
  top: -7px;
  left: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 400;
}

/* search-bar */
.searchbar .main-search {
  color: var(--white-color);
  font-size: 17px;
}

.togglesearch {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 300px;
  height: auto;
  line-height: normal;
  background: #fcf9ed;
  display: none;
  z-index: 11;
}

.togglesearch .search-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.togglesearch .search-menu span {
  padding: 10px;
  color: #333333b6;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.togglesearch input[type="text"] {
  outline: none;
  background: transparent;
  border: none;
  outline: none;
  color: #333333b6;
  font-size: 15px;
  font-weight: 600;
}

.togglesearch input[type="text"]::placeholder {
  color: #333333b6;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.togglesearch .search-menu button {
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  background: transparent;
  font-size: 27px;
  line-height: 16px;
  color: #6e2626;
  z-index: 11;
  display: block;
  background-clip: padding-box;
  width: 32px;
  height: auto;
  margin-bottom: 0px;
}

/* navbar-links */
.navbar-section {
  display: block;
}

.navbar-section {
  position: absolute;
  top: 1%;
  left: 22%;
  z-index: 111;
}
.logo-container a img {
    height:140px !important;
}

.nav-links-container {
  background: rgb(40 32 29 / 75%);
  border-radius: 4px;
}

.nav-links-container .nav-links ul.nav.navbar-nav {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.nav-links-container .nav-links ul li {
  padding: 26px 12px 26px;
  position: relative;
}

.nav-links-container .nav-links ul li a span {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-family2);
  color: var(--white-color);
  padding: 24px 18px 4px;
  line-height: 22px;
  position: relative;
}

.nav-links-container .nav-links ul li a span:hover,
.nav-links-container .nav-links ul li a span:hover:focus {
  color: var(--yellow-color);
}

.nav-links-container .nav-links ul li a.active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100%;
  z-index: 10;
  border-bottom: 4px solid #c6a2cd;
}
.nav-links-container .nav-links ul li a.active span {
    color: var(--yellow-color);
}


.active span {
  color: var(--yellow-color);
}
.active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100%;
  z-index: 10;
  border-bottom: 4px solid #c6a2cd;
}
/* mobile-navbar */
.mobile-navbar {
  display: none;
}

.mobile-navbar .navbar-area-mobile {
  position: absolute;
  top: 1%;
  left: 0%;
  right: 0;
  z-index: 111;
  width: 100%;
  max-width: 100%;
}

.mobile-navbar .navbar-area-mobile a.btn.btn-primary {
  position: relative;
   z-index: 999;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 34px;
}

.mobile-offcanvas.offcanvas-start {
  background: var(--yellow-color);
  width: 100%;
}

.mobile-offcanvas.offcanvas-start .btn-close {
  --bs-btn-close-bg: none;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 1;
  background: transparent;
  border: 0;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  z-index: 999;
}

.mobile-offcanvas.offcanvas-start .btn-close i {
  font-size: 35px;
  color: var(--white-color);
}

.mobile-offcanvas.offcanvas-start .offcanvas-header {
  background: #00000024;
  height: 60px;
  display: flex;
  align-items: start;
  padding-right: 20px;
}

.nav-links-container-mobile .nav-links ul li a {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-family2);
}

.nav-links-container-mobile .nav-links ul li a.active span {
  color: var(--white-color);
}

.nav-links-container-mobile .nav-links ul {
  padding-left: 0px;
}

.nav-links-container-mobile .nav-links ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
}

.nav-links-container-mobile .nav-links ul li:hover,
.nav-links-container-mobile .nav-links ul li:focus {
  background: var(--text-color);
}

.nav-links-container-mobile .nav-links ul li:hover a,
.nav-links-container-mobile .nav-links ul li:focus a {
  color: var(--white-color);
}

/* banner-slider */
.slider-wrapper {
  width: 100%;
  height: 100vh;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #28201d;
  opacity: 0.444;
}

.slider-one,
.slider-two,
.slider-three {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  animation: slider-one 12s linear infinite;
}

.slider-one-image,
.slider-two-image,
.slider-three-image {
  width: 110%;
  height: 100%;
  background-image: url("../images/Banner/banner-1.jpg");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoom-out 3s linear infinite;
}

.slider-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 13%;
  left: 0%;
  z-index: 5;
  opacity: 1;
}

.slider-text .slider-inner-text {
  color: #ffffff;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

h1 {
  position: relative;
  /*font-size: 48px;*/
    font-size: 68px;
  font-weight: 700;
  font-style: normal;
  font-family: var(--font-family3);
  color: var(--white-color);
  z-index: 5;
  text-align: center;
}

h1 span {
  color: var(--yellow-color);
  text-align: center;
}

p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--font-family1);
  font-weight: 400;
  color: var(--white-color);
  z-index: 5;
  margin-bottom: 70px;
  animation: none;
  text-align: center;
  max-width: 800px;
}

.slider-two {
  animation: slider-two 12s linear infinite;
}

.slider-two-image {
  background-image: url("../images/Banner/banner-2.jpg");
}

.slider-text {
  animation: none;
}

.slider-three {
  animation: slider-three 12s linear infinite;
}

.slider-three-image {
  background-image: url("../images/Banner/banner-3.jpg");
}

.slider-four {
  animation: slider-four 12s linear infinite;
}

@keyframes text-up {
  10% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes zoom-out {
  100% {
    width: 100%;
  }
}

@keyframes slider-one {
  0% {
    visibility: visible;
  }

  25% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  75% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes slider-two {
  0% {
    visibility: hidden;
  }

  25% {
    visibility: hidden;
  }

  50% {
    visibility: visible;
  }

  75% {
    visibility: hidden;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes slider-three {
  0% {
    visibility: hidden;
  }

  25% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  75% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes slider-four {
  0% {
    visibility: hidden;
  }

  25% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  75% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

/* below-slider-section */
.below-slider-section{
    background:#fcf9ed;
}
.below-slider-section .contact-details {
    background: var(--yellow-color);
    margin-top: -60px;
    position: relative;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.below-slider-section .contact-details .left-below{*/
/*display: flex;*/
/*align-items: center;*/
/*gap: 3rem;*/
/*}*/
.below-slider-section .contact-details .left-below {
    display: grid;
    align-items: center;
     gap: 3rem; 
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.below-slider-section .contact-details .right-below{
display: flex;
align-items: center;
gap: 3rem;
}

.below-slider-section .contact-details h5 {
  color: #fff;
  /*font-size: 18px;*/
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: center;
  margin-bottom: 0px;
}

.below-slider-section .contact-details h5 span {
  color: var(--white-color);
  font-size: 18px;
}

.below-slider-section .phone-number a {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  padding-left: 0;
  color: #fff;
}

/*.below-slider-section .left-below {*/
/*  border-right: 2px solid #ffffff3d;*/
/*}*/
.below-slider-section .contact-details .left-below > * {
    flex: 1; 
    text-align:center;
}
.below-slider-section .left-below>div{
    border-right: 2px solid #ffffff3d;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    /*padding-right:20px;*/
}
.below-slider-section .right-below .social-media-icons a {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.below-slider-section .right-below .social-media-icons a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.below-slider-section .right-below .social-media-icons a:hover i {
  transform: scale(1.2);
}

/* about-us-section */
.about-us-section .heading-section {
  background-image: url(../images/about/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  /*margin: 64px 0 52px;*/
  padding: 46px 0 28px;
}

.about-us-section .about-us-image img {
  box-shadow: 0px 0px 0px 8px rgba(248, 245, 236, 1);
}

.about-us-section .about-button {
  display: flex;
  gap: 20px;
  width: fit-content;
  align-items: center;
}

/* swiper-slider-section */
.swiper-slider-section {
  background-color: #fcf9ed;
}

.swiper-slide-inner {
  background: #fff;
}

.slider-text.slider-text-1 {
  position: relative;
}

.slider-text.slider-text-1 h3 {
  /*font-size: 24px;*/
    font-size: 45px;
    font-family: var(--font-family3);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  z-index: 111;
  cursor: pointer;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-text.slider-text-1 i {
  font-size: 18px;
  padding: 10px 12px;
  background: var(--yellow-color);
  color: var(--white-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-text.slider-text-1 i:hover {
  background: var(--black-color);
}

.swiper-slider-section .swiper-pagination {
  display: none;
}

.swiper-slider-section .swiper-button-prev,
.swiper-slider-section .swiper-button-next {
  display: none;
}

.swiper-slider-section .next-and-privious-button a i {
  font-size: 18px;
  padding: 12px 12px;
  background: var(--dak-color);
  color: var(--white-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-slider-section .next-and-privious-button a {
  position: absolute;
  top: 45%;
  z-index: 111;
}

.swiper-slider-section .next-and-privious-button a i:hover {
  background: var(--black-color);
}

.swiper-slider-section .next-and-privious-button a#prev-slide {
  left: -100px;
}

.swiper-slider-section .next-and-privious-button a#next-slide {
  right: -100px;
}

.swiper-slider-section .swiper-slider-wrapper {
  position: relative;
  z-index: 111 !important;
  width: 100% !important;
}

.swiper-slider-section .next-and-privious-button a {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease;
}

/* .swiper-slider-section .swiper-slider-wrapper:hover a#prev-slide,
  .swiper-slider-section .swiper-slider-wrapper:hover a#next-slide {
    display: block;
    opacity: 1; 
    animation: zoomIn 0.5s forwards; 
  } */
.swiper-slider-section:hover a#prev-slide,
.swiper-slider-section:hover a#next-slide {
  display: block;
  opacity: 1;
  animation: zoomIn 0.5s forwards;
}

/* Keyframes for zoom-in animation */
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* what-we-do */
.what-we-do {
  background: url(../images/what-we-do/parallax14e69.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.what-we-do .section-overlay-new,
.banner-slider-section.about-page-slider .section-overlay-new {
  background-color: #28201d;
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.what-we-do .heading-section {
  position: relative;
  z-index: 111;
}

.what-we-do .heading-section p {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 700px;
}

.we-do-do-card {
  position: relative;
  z-index: 111;
}

.what-we-do .outer-layer {
  padding: 50px 25px;
  background: #fcf9ed;
  border-right: 5px solid #000000;
  border-bottom: 5px solid #000000;
  height: 230px;
}

.what-we-do .outer-layer .inner-layer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-we-do .outer-layer .inner-layer .text-content-card h4 {
    font-size:40px;
  color: var(--yellow-color);
  position: relative;
  font-family: var(--font-family3);
  text-align: center;
}

.what-we-do .outer-layer .inner-layer .text-content-card p {
  font-weight: 400;
  color: var(--text-color);
  font-size: 14px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.we-do-do-card.third-card .outer-layer {
  background: #28201d;
}

.we-do-do-card.third-card .outer-layer .inner-layer .text-content-card h4 {
  color: var(--white-color);
}

.we-do-do-card.third-card .outer-layer .inner-layer .text-content-card p {
  color: var(--white-color);
}

.traingle .arrow-right {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;

  border-left: 35px solid var(--dak-color);
  transform: rotate(-45deg);
}

.traingle {
  position: absolute;
  top: -39px;
  right: 0px;
}

/* join-our-club */
.join-our-club {
  background-color: #fcf9ed;
}

.join-our-club p {
  color: var(--black-color);
  text-align: left;
  margin-top: 20px;
}

.join-our-club .part-1 {
  position: absolute;
  top: 50px;
  right: 497px;
  background: var(--white-color);
  padding: 70px 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 111;
}
.join-our-club .part-1.about-us{
 top: 40px;
}

/* upcoming-opportunities */
.about-us-section.section-margin.upcoming-competitions{
  overflow-y: hidden;
}
.about-us-section.section-margin.upcoming-competitions .about-us-image {
  background-image: url(../images/upcoming-opportunities/girl3.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right
}

.about-us-section.section-margin.upcoming-competitions .badge-card {
  background-color: #fcf9ed;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-us-section.section-margin.upcoming-competitions .badge-card:hover {
  transform: scale(1.02);
}

.about-us-section.section-margin.upcoming-competitions .badge-card .number {
  font-size: 40px;
  font-weight: 700;
  color: var(--dak-color);
  font-family: var(--font-family1);
}

.about-us-section.section-margin.upcoming-competitions .badge-card .date-sec p {
  color: var(--dak-color);
  font-weight: 600;
}

.about-us-section.section-margin.upcoming-competitions
  .badge-card
  .date-heading
  h5 {
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-family1);
}

.about-us-section.section-margin.upcoming-competitions
  .badge-card
  .date-heading
  p {
  color: var(--dak-color);
  font-weight: 400;
}

/* support-our-cause */
.support-our-cause {
  background: url(../images/support-our-cause/Support-Our-Cause-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 111;
}

.support-our-cause .section-overlay-new {
  background-color: #28201d;
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.support-our-cause .section-heading {
  position: relative;
  z-index: 111;
}

/* our-testimonial-section */

.our-testimonial {
  background-color: #363031;
  position: relative;
}

.our-testimonial .swiper-pagination {
  display: none;
}

.our-testimonial .swiper-button-prev,
.our-testimonial .swiper-button-next {
  display: none;
}

.our-testimonial .next-and-privious-button a i {
  font-size: 18px;
  padding: 12px 12px;
  background: var(--yellow-color);
  color: var(--white-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.our-testimonial .next-and-privious-button a {
  position: absolute;
  top: 45%;
  z-index: 111;
}

.our-testimonial .swiper-slide img {
  height: auto;
  width: auto;
}

.our-testimonial .next-and-privious-button a i:hover {
  background: var(--black-color);
}

.our-testimonial .next-and-privious-button a#prev-slide2 {
  left: 75px;
}

.our-testimonial .next-and-privious-button a#next-slide2 {
  right: 75px;
}

.our-testimonial .swiper-slider-wrapper {
  position: relative;
  z-index: 111 !important;
}

.our-testimonial .swiper-slide-inner {
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.our-testimonial h3,
.our-testimonial h6 {
  font-weight: 600;
}

.our-testimonial h3,
.our-testimonial p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-family: var(--font-family1);
  font-weight: 700;
  margin-top: 20px;
}
.our-testimonial h3{
      font-size: 38px;
      font-family: var(--font-family3);
}
.our-testimonial p {
  font-size: 18px;
}

.our-testimonial p.bg {
  font-family: "Rufina", sans-serif;
  font-weight: 700;
  color: #c6a2cd24;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 500px;
  line-height: 1em;
  z-index: 1;
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.our-testimonial .swiper-slider-wrapper {
  position: absolute;
  /* bottom: -333px; */
  bottom: -370px;
  max-width: 100% !important;
}

.our-testimonial .section-heading {
  position: absolute;
  top: -248px;
  /* left: 31%; */
   left: 40%;
}

.our-testimonial .heading-section h3 {
  font-family: var(--font-family2);
  font-size: 36px;
}

/* our-events-section */
.our-events p {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 700px;
  margin-top: 40px;
}

/* our-blog-section */
.our-blog-section .our-blogs h6 a {
  font-family: var(--font-family1);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-blog-section .our-blogs h6 a:hover {
  color: var(--dak-color);
}

.our-blog-section .our-blogs {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-blog-section .our-blogs:hover .img-blog1 {
  transform: scale(1.03);
}

.our-blog-section h5 a {
  font-family: var(--font-family1);
  font-size: 22px;
  color: var(--black-color);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-blog-section h5 a:hover {
  color: var(--dak-color);
}

.our-blog-section .our-blogs p {
  color: var(--dak-color);
  font-size: 15px;
  font-weight: 400;
}

.our-blog-section .our-blogs i {
  color: var(--yellow-color);
}

.our-blog-section .our-blogs span p {
  color: var(--dak-color);
}

.our-blog-section .our-blogs .blog-image {
  height: auto;
  width: 400px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.our-blog-section .our-blogs .blog-image .img-blog1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.our-blog-section .our-blogs .blog-image:hover .img-blog1 {
  transform: scale(1.05);
}

/* footer-section */
.footer-logo img{
    height:160px;
}
.our-footer-section {
  background: #363031;
}

.our-footer-section h3 {
  color: var(--yellow-color);
  font-size: 22px;
    /*font-size: 42px;*/
  margin-bottom: 30px;
  font-family: var(--font-family2);
}

.our-footer-section p {
  /*color: #726c6a;*/
   color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 700px;
}

.our-footer-section ul li {
  color: var(--white-color);
  padding: 0 0 14px 0;
}

.our-footer-section ul li a {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-footer-section ul li a:hover,
.our-footer-section ul li a.active {
  color: var(--yellow-color);
}

.our-footer-section ul li a i {
  margin-right: 10px;
}

.our-footer-section .right-below .social-media-icons a {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  color: var(--yellow-color);
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-footer-section .right-below .social-media-icons a:hover {
  background-color: var(--yellow-color);
  color: var(--white-color);
}

.our-footer-section .right-below .social-media-icons a:hover i {
  transform: scale(1.2);
}

.our-footer-section .insta-image .footer-gal {
  width: auto;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.our-footer-section .insta-image .footer-gal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.our-footer-section .insta-image .footer-gal:hover img {
  transform: scale(1.05);
}

.our-footer-section .instagram-photos.footer-list ul li:nth-child(2) {
  margin-left: 20px;
}

.our-footer-section .instagram-photos.footer-list ul li {
  padding: 0 0 6px 0;
}

.our-footer-section .instagram-photos.footer-list ul {
  padding: 0 0 10px 0;
}

/* footer-bottom-section */
.footer-bottom {
  background: var(--yellow-color);
}

.footer-bottom p {
  color: var(--text-color);
  font-weight: 500;
}

.footer-bottom p a {
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.footer-bottom p a:hover {
  color: #363031;
}

/* back-to-top */
#back-to-top {
  position: fixed;
  bottom: 5px;
  /* Distance from the bottom */
  right: 20%;
  /* Distance from the right */
  color: #fff;
  /* Button text color */
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

#back-to-top:hover {
  transform: translateY(-10px);
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top:focus {
  outline: none;
}

/* ------------about-us-page ----------*/
/* banner-section */
.banner-slider-section.about-page-slider {
  background: url(../images/about/bg-about.jpg);
  height: 70vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-wrapper {
  overflow: hidden;
  text-align: center;
}

.zoominheader {
  height: 70vh;
  width: 100%;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  height: 70vh;
  width: 100%;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.banner-overlay-text .text-area {
  position: absolute;
  top: 58%;
  /*left: 40%;*/
  left: 45%;
  z-index: 111 !important;
}

.banner-overlay-text .text-area h2 {
  color: var(--yellow-color);
  text-align: center;
}

.banner-overlay-text .text-area .breadcrumb-item a {
  color: var(--white-color);
  font-size: 18px;
}

.banner-overlay-text .text-area .breadcrumb-item.active {
  color: var(--yellow-color);
  font-size: 18px;
}

.banner-overlay-text .text-area .breadcrumb {
  --bs-breadcrumb-divider-color: var(--yellow-color);
  justify-content: center;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom out Keyframes */

/* about-us-section */
.about-us-section.about-us-page p {
  color: var(--text-color);
  text-align: left;
}

.about-us-section.about-us-page .about-us-content,
.join-our-club.club-cards .section-heading {
  background: url(../images/about/header-bg.png);
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}
.about-us-section.about-us-page .main-btn3{
    background:#28201d;
}
.about-us-section.about-us-page .main-btn3:hover{
    background: var(--dak-color) !important;
}
/* Advantages section */
.what-we-do.advantages-section {
  background: url(../images/about/count.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.what-we-do.advantages-section .section-overlay-new {
  opacity: 0.2;
}

.join-club-advantages .advantages-card {
    padding: 20px;
    position: relative;
    z-index: 111;
    width: 320px;
}

.join-club-advantages .advantages-card h4 {
  color: var(--yellow-color);
  /* font-size: 120px; */
  font-size: 70px;
  font-weight: 700;
  font-family: var(--font-family1);
  text-align: center;
}

.join-club-advantages .advantages-card h5 {
  color: var(--white-color);
  font-family: var(--font-family2);
  font-size: 24px;
  text-align: center;
}

/* ------------contact-us-page ----------*/
.banner-slider-section.about-page-slider.zoominheader.contact-bg{
background: url(../images/contact-us/bg-about.jpg);


}
.contact-us-info ul li a {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: left;

  text-transform: uppercase;
}

.contact-us-info ul li {
  padding: 5px 0px;
  margin-bottom: 10px;
}

.contact-us-info ul li a i {
  color: var(--yellow-color);
  margin-right: 20px;
}

.social-media-links-info h5 {
  font-weight: 600;
  font-family: var(--font-family2);
}

.social-media-links-info ul li a {
  color: var(--white-color);
  font-size: 24px;
}

.social-media-links-info ul li {
  padding: 5px 0px;
  height: 50px;
  width: 50px;
  background: #4e71a8;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.social-media-links-info ul li:hover,
.social-media-links-info ul > li:nth-child(2):hover,
.social-media-links-info ul > li:nth-child(3):hover,
.social-media-links-info ul > li:nth-child(4):hover {
  background: var(--yellow-color);
}

.social-media-links-info ul > li:nth-child(2) {
  background: #1cb7eb;
}

.social-media-links-info ul > li:nth-child(3) {
  background: #ca3737;
}

.social-media-links-info ul > li:nth-child(4) {
  background: #444444;
}

.contact-ingo-form {
  background-color: #fcf9ed;
  height: 100%;
  width: 100%;
}

.contact-ingo-form form label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-family1);
  text-align: left;
  margin-bottom: 10px;
}

.contact-ingo-form form input,
.contact-ingo-form form textarea {
  border-radius: 25px !important;
  height: 50px;
  border: none;
  outline: none;
  box-shadow: none;
}

.contact-ingo-form form textarea {
  height: auto;
}

.contact-ingo-form form input:focus,
.contact-ingo-form form input:hover,
.contact-ingo-form form textarea:focus,
.contact-ingo-form form textarea:hover {
  border: 1px solid var(--yellow-color);
  outline: none;
  box-shadow: none;
}

/* Preloader
-------------------------------------------------------*/

.loader-mask1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader1 div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader1 div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* --------our-blogs--------------- */
/* banner */
.banner-slider-section.about-page-slider.blog-bg{
background: url(../images/recent-blogs/bg-about.jpg);}
/* bog-section */
.blog-main-page.our-blog-section .our-blogs h6 a span {
  color: var(--text-color);
}

.blog-main-page.our-blog-section h5 a {
  font-family: var(--font-family2);
}

.blog-main-page.our-blog-section .our-blogs p {
  color: var(--text-color);
}

.blog-main-page.our-blog-section.details .our-blogs p {
  color: var(--text-color);
  max-width: 100% !important;
}

.blog-main-page.our-blog-section .our-blogs .blog-image {
  width: auto;
}

.blog-main-page.our-blog-section .our-blogs h4 {
  padding-left: 30px;
  font-size: 20px;
  border-left: 3px solid var(--yellow-color);
  margin-bottom: 0px;
  padding-bottom: 17px;
}

.blog-main-page.our-blog-section {
  background: #fff;
}

.blog-sec-details h4 {
  font-family: var(--font-family2);
}

/* -----------adoption-page----------------- */
.banner-slider-section.about-page-slider.zoominheader.adopt-bg{
background: url(../images/adopt/bg-about.jpg);
background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    }
.adoption-page-animal h2 {
  /*font-size: 36px;*/
  font-size: 65px;
}
.what-we-do.advantages-section.adopt-what-do {
    background: url(../images/adopt/bg-img/count.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
  }


.adoption-page-animal .about-us-image img {
  box-shadow: none;
}

.adopt-animals-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
}

.advantages-card.adoption-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100% !important;
}

.advantages-card.adoption-card h4 {
  font-size: 40px;
   /*font-size: 55px;*/
  font-family: var(--font-family2);
  text-align: left;
}

.advantages-card.adoption-card table tr td {
  text-align: left;
  color: var(--text-color);
}
.advantages-card.adoption-card table {
  margin-bottom: 30px;
}

.advantages-card.adoption-card .img-horse-adopt {
  height: 300px;
  width: 100%;
}

.advantages-card.adoption-card .img-horse-adopt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.advantages-card.adoption-card .adoption-card-text {
  padding: 10px 20px;
  background: var(--white-color);
  width: 100%;
}

.advantages-section.adoption .pagination {
  position: relative;
  z-index: 111;
  --bs-pagination-color: var(--yellow-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: var(--dak-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--dak-color);
  --bs-pagination-hover-border-color: var(--dak-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--dak-color);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem var(--dak-color);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--dak-color);
  --bs-pagination-active-border-color: var(--dak-color);
}
/* -----------event-page----------------- */
.banner-slider-section.about-page-slider.events{
background: url(../images/events/bg-about.jpg);
}
.about-us-content.event-section-heading {
  background: none !important;
}
.event-section-card {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.event-section-card .event-image-1 {
  height: auto;
  width: 300px;
}
.event-section-card .event-image-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.event-section-card .event-sec-details h3 {
  font-size: 25px;
    /*font-size: 45px;*/
    font-family: var(--font-family2);
}
/* -----------our volunteer-page----------------- */
.banner-slider-section.about-page-slider.zoominheader.volunteer{

background: url(../images/volunteer/bg-about.jpg);
}
.about-us-content.event-section-heading.our-volunteers p {
  max-width: 100% !important;
}
.our-volunteers-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.our-volunteers-card .volunteer-image {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.our-volunteers-card .volunteer-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.our-volunteers-card .volunteer-image img:hover {
  transform: scale(1.1);
}
.our-volunteers-card .volunteer-name h3 {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.our-volunteers-card .volunteer-name h3:hover {
  color: var(--dak-color);
}
.our-volunteers-card .volunteer-name h6 {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.our-volunteers-card .volunteer-name h6:hover {
  color: var(--text-color);
}

/* donate-now */
.banner-slider-section.about-page-slider.zoominheader.donate-bg{
background: url(../images/donate/bg-about.jpg);}
.do-your-donation h5 span{
font-size: 18px;
}
.donation-section-for-users{
display: flex;
align-items: center;
gap: 0px;

}
.about-us-content.do-your-donation.donate-page{
    text-align:center;
}
.about-us-content.do-your-donation.donate-page p{
    max-width:100%;
    text-align:center;
    margin-bottom:30px;
}
.donation-section-for-users .form-donation-image{
height: 100%;

}
.donation-section-for-users .form-donation-image img{
height: 100%;
}