@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");

body{
  overflow-x: hidden;
}
.mainLogoSize {
  width: 135px;
}

.hTag {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.pTag {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.conpanyContect {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.main_NavBar {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .slide-text {
  position: absolute;
  bottom: 50%;
  left: 10%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 1s ease, transform 1s ease;
}

.swiper-slide-active .slide-text {
  opacity: 1;
  transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  color: #fff;
  /* Replace with your desired color */
}

.bg-body-tertiary {
  background-color: #00000000 !important;
}

.aboutSectionOne {
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  color: whitesmoke;
  padding: 50px;
}

.aboutSectionTwo {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  color: black;
  padding: 50px;
  padding-bottom: 146px;
}

.product_slider_img_object {
  object-fit: cover;
}

.footerArea {
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  color: whitesmoke;
}

.footerTwoSection {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  color: black;
}

.navbarText {
  transition: 0.5s ease-in-out;
}

.navbarText:hover {
  color: #ad5515 !important;
  text-shadow: 1px 1px 1px #678187;
  transition: 0.5s ease-in-out;
}

.text-background {
  background-color: #4343436b;
  padding: 20px;
}

/*WHO WE ARE*/
.aboutus_wwa {
  font-size: 20px;
}

.ourvisionImgSize {
  width: 400px;
}

.socialResImgSize {
  width: 400px;
}


.ourvisiontextPadding {
  padding-top: 85px;
  position: relative;
}

.ourvisiontextPadding::after {
  position: absolute;
  content: "";
  background-color: #434343;
  height: 3px;
  width: 200px;
  left: 0;
  bottom: -6px;
}

.ourvisiontextPadding::before {
  position: absolute;
  content: "";
  background-color: #e39013;
  height: 3px;
  width: 110px;
  bottom: -6px;
  z-index: 999;
}

.socialRes {
  padding-top: 35px;
  position: relative;
}

.socialRes::after {
  position: absolute;
  content: "";
  background-color: #434343;
  height: 3px;
  width: 200px;
  left: 0;
  bottom: -6px;
}

.socialRes::before {
  position: absolute;
  content: "";
  background-color: #e39013;
  height: 3px;
  width: 110px;
  bottom: -6px;
  z-index: 999;
}

.wwa_about_backG {
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #414345, #232526);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #414345, #232526);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: whitesmoke;
}

.petsImg{
  width: 150px;
}
.fpetsImg{
  width: 300px;
}
.officeImgSize{
  width: 290px;
}
.HouseSize{
  width: 350px;
}

.scratchPadSize{
  width: 300px;
}

.petCloths{
  width: 300px;
}
.tegLine{
  padding-bottom: 15px;
}

.line{
  position: relative;
}
.line::after {
  position: absolute;
  content: "";
  background-color: #434343;
  height: 3px;
  width: 200px;
  left: 12px;
  bottom: -6px;
}

.line::before {
  position: absolute;
  content: "";
  background-color: #e39013;
  height: 3px;
  width: 110px;
  bottom: -6px;
  z-index: 999;
}