@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #ff0000;
  --secondary: #040504;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  font-family: "chalkboard", sans-serif;
  margin: 0 !important;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

/* How to add New font */
@font-face {
  font-family: "chalkboard";
  src: url("../fonts/chalkboard.ttf");
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  overflow-wrap: break-word;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-wrap: break-word;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* loader */
.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--primary);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
  background: var(--secondary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: 7px;
  line-height: normal;
}

.themeBtn:hover {
  background: var(--white);
  font-size: 1.125rem;
  color: var(--secondary);
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* mouse animation css  */

.bg-home {
  background: url(../images/bodybg.webp) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-testimonials {
  background: url(../images/testimonials-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-breeding {
  background: url(../images/breeding-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-rabbit {
  background: url(../images/rabbit-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-store {
  background: url(../images/store-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-breed {
  background: url(../images/breed-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

/* navigation css */

header {
  /* position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 111;
	top: 0; */
  /* width: 100%; */
  /* padding: 1rem 0; */
  /* transition: 0.3s ease-in-out; */
  /* background: url(../images/headrbg.webp) no-repeat; */
  /* margin-top: -99px; */
}

.navbar-nav {
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
  gap: 3rem;
  background: #000;
  padding: 1rem 0;
  margin-top: 1rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 2.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 900;
  padding: 0 0;
  letter-spacing: 0.5px;
  display: inline-block;
}

.an-navbar {
  background: var(--theme-color);
  padding: 1.35rem 0;
}

.navbar-toggler {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
  outline: none !important;
}

/* navigation css */

/* slider css */

.mainhead {
  color: var(--black);
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-size: 3.125rem;
}

.logohead h3 {
  font-size: 3.125rem;
  font-weight: 400;
  margin-left: 4rem;
  margin-bottom: 1.5rem;
}

/* slider css */

/* / sraachbar start / */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 3.4375rem;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 1.6875rem;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 1.25rem;
}

/* / sraachbar end / */

/* main {
	background: url(../images/bodybg.webp)no-repeat;
	background-size: cover;
} */

.aboutsection.aboutsection--margin {
  padding: 0 0 10rem;
}

.aboutsection .row {
  margin-bottom: 8rem;
}

.aboutImg img {
  object-fit: cover;
}

.aboutImg img:first-child {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.aboutImg img.about-main {
  /* width: 500px; */
}

.aboutImg .user-img {
  width: 200px;
  position: absolute;
  border-radius: 100%;
  aspect-ratio: 1/1;
  object-position: top;
}

.aboutImg .user-img.user-1 {
  top: -10%;
  left: 10%;
}

.aboutImg .user-img.user-2 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.aboutImg .user-img.user-3 {
  bottom: -24%;
  left: 18%;
}

.aboutImg .user-img.user-4 {
  bottom: -25%;
  right: 18%;
}

.aboutImg .user-img.user-5 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.aboutImg .user-img.user-6 {
  top: -10%;
  right: 10%;
}

.aboutImg .user-img.user-7 {
  top: -35%;
  left: 40%;
}

.aboutsection .row:last-child {
  margin-bottom: 0;
}

.aboutsection .mainhead {
  text-align: center;
  margin: 1rem 0 0;
}

.aboutsection h3 {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.6;
  margin: 1rem 0;
}

.aboutsection p {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #4b4b4b;
}

.aboutsection figure {
  position: relative;
}

img.leftimage {
  position: absolute;
  bottom: -4rem;
  left: -1rem;
}

section.printesECtion {
  text-align: center;
  padding: 0rem;
}

/* instaSection */

.instaSection {
  text-align: center;
  padding: 3rem;
}

.instaSection .swiper {
  width: 90%;
  margin: auto;
}

.instaSection .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  cursor: pointer;
}

.instaSection .swiper-slide img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.instaSection .swiper-slide:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.instaSection .swiper-slide i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(0);
  color: #fff;
  font-size: 2rem;
  background-color: rgba(226, 28, 28, 0.56);
}

.instaSection .swiper-slide:hover i {
  transform: scale(1);
}

.instaSection .swiper-button-prev::after {
  color: #93918d;
  margin-left: 9rem;
  font-size: 2rem;
  font-weight: bold;
}

.instaSection .swiper-button-next::after {
  color: #93918d;
  margin-right: 9rem;
  font-size: 2rem;
  font-weight: bold;
}

footer {
  padding: 4rem 0 2rem;
}

.quickList h2 {
  font-size: 1.875rem;
  color: #000;
  font-weight: 900;
  margin: 0 0 1.3rem;
  letter-spacing: 0.5px;
}

.quickList ul li a {
  font-size: 1.125rem;
  font-weight: 900;
  color: #040504;
  letter-spacing: 0.5px;
}

.quickList ul li+li {
  margin: 10px 0 0;
}

.subscribe p {
  font-size: 0.875rem;
  color: var(--white);
  font-family: "Nunito", sans-serif;
  text-align: right;
  margin: 0 0 6px;
}

.subscribe input {
  width: 327px;
  height: 50px;
  border: 0;
  border-radius: 7px;
  font-size: 0.875rem;
  padding: 0 1.5rem;
  margin: 0 0 1rem;
}

/* 
.subscribe .themeBtn {
	border: 0;
	background: url(../images/btnbg2.webp) no-repeat top center/ cover;
	margin-left: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.subscribe .themeBtn span {
	color: var(--white);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
} */

.copyRight {
  border-top: 1px solid #8b8b8b;
  padding-top: 1.25rem;
  margin-top: 4rem;
}

.copyRight p {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #040504;
  margin: 0;
}

.copyRight ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.copyRight ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #040504;
  font-size: 1.5rem;
  margin-right: 2rem;
}

.copyRight ul li a:hover {
  background: var(--theme-color);
  color: var(--white);
}

.quickList ul li a:hover {}

.subscribe .themeBtn:hover span {
  color: var(--theme-color);
}

.themeBtn:hover span {
  color: var(--white);
}

.quickList2 ul li span {
  font-size: 1rem;
  color: #e21c1c;
}

.quickList2 ul li a {
  color: #000;
  font-size: 1.25rem;
}

.quickList2 ul li {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.quickList2 h2 {
  font-size: 1.875rem;
  color: #000;
  font-weight: 900;
  margin: 0 0 1.3rem;
  letter-spacing: 0.5px;
}

.drop-down {
  position: relative;
}

.navbar-nav .nav-item .nav-link i {
  margin-left: 2rem;
  margin-right: 1rem;
}

.drop-down .nav-link::after {
  display: none;
}

.navbar .drop-down ul {
  border-top: 6px solid red;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
  z-index: 1;
}

.navbar .drop-down ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 14px;
  height: 8px;
  background-color: red;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.navbar .drop-down li {
  min-width: 210px;
  position: relative;
  list-style: none;
}

.navbar .drop-down ul a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
  color: #040504;
  letter-spacing: 0.5px;
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down>a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 300;
  padding-left: 5px;
}

.homeMain .topOne {
  /* background: url(../images/headrbg.webp) no-repeat top center/ cover; */
  /* padding-bottom: 100px; */
}

.bredingPage .topOne {
  /* background: url(../images/bredingbg.jpg) no-repeat top center/ cover; */
}

.overlyContent {
  position: relative;
}

.overlyContent h5 {
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 3.125rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5px;
}

/* .bredingPage main {
	background: url(../images/bredingbg.jpg) no-repeat top center/ cover;
} */

.headline {
  font-size: 3.125rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 7rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.headline::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 150px;
  height: 2px;
  background-color: #989898;
  transform: translateX(-50%);
}

.loadhead h4 {
  text-align: center;
  font-size: 3.125rem;
  margin: 2rem 0;
}

.available .topOne {
  /* background: url(../images/bnrpupi.png) no-repeat top center/ cover; */
}

.available main {
  /* background: url(../images/bodypupy.png) no-repeat top center/ cover; */
}

.pupcntnt h3 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 13px;
  letter-spacing: 0.5px;
}

.puprum {
  margin-bottom: 1rem;
}

.puprum figure img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.poodle .topOne {
  /* background: url(../images/poodlebnr.png) no-repeat top center/ cover; */
}

.poodle main {
  /* background: url(../images/bodypoodle.png) no-repeat top center/ cover; */
}

.whatofer .topOne {
  /* background: url(../images/bnroffer.png) no-repeat top center/ cover; */
}

.whatofer main {
  /* background: url(../images/bodyoffer.png) no-repeat top center/ cover; */
}

img.rightimage {
  position: absolute;
  top: 0rem;
  left: -1rem;
}

.whitebox {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

.whitebox .paralist {
  margin: 0 0 0 1.25rem;
}

.whitebox .paralist li {
  list-style: disc;
}

.whitebox .paralist li:first-child p {
  margin: 1rem 0 0.5rem;
}

.whitebox .paralist li p {
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.whitebox .paralist li:last-child p {
  margin: 0 0 1.5rem;
}

.whitebox a {
  color: #fff;
  font-size: 1rem;
  background: #000;
  padding: 12px 20px;
  border-radius: 7px;
  display: block;
  width: fit-content;
}

/* 
.golden .topOne {
	background: url(../images/bnrgolden.png) no-repeat top center/ cover;
}

.golden main {
	background: url(../images/bodygolden.png) no-repeat top center/ cover;
}

.labrad .topOne {
	background: url(../images/bnrlabrad.png) no-repeat top center/ cover;
}

.labrad main {
	background: url(../images/bodylabrad.png) no-repeat top center/ cover;
}


.aussie .topOne {
	background: url(../images/bnraussie.png) no-repeat top center/ cover;
}

.aussie main {
	background: url(../images/bodyaussie.png) no-repeat top center/ cover;
}


.rabbit .topOne {
	background: url(../images/bnrrabbit.png) no-repeat top center/ cover;
}

.rabbit main {
	background: url(../images/bodyrabbit.png) no-repeat top center/ cover;
}


.product .topOne {
	background: url(../images/bnrproduct.png) no-repeat top center/ cover;
}

.product main {
	background: url(../images/bodyproduct.png) no-repeat top center/ cover;
} */

.productwrap figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.productwrap figure {
  background: #ddd;
}

.procntnt h3 {
  font-size: 1.375rem;
  font-weight: 900;
  margin-top: 1rem;
  letter-spacing: 0.5px;
  text-align: center;
}

.productwrap {
  margin-bottom: 3rem;
}

/* .homemade .topOne {
	background: url(../images/bnrhomemade.png) no-repeat top center/ cover;
}

.homemade main {
	background: url(../images/bodyhomemade.png) no-repeat top center/ cover;
}

.farmegg .topOne {
	background: url(../images/bnregg.png) no-repeat top center/ cover;
}

.farmegg main {
	background: url(../images/bodyegg.png) no-repeat top center/ cover;
}



.farmproduct .topOne {
	background: url(../images/bnrfarmproduct.png) no-repeat top center/ cover;
}

.farmproduct main {
	background: url(../images/bodyfarmproduct.png) no-repeat top center/ cover;
}


.contact .topOne {
	background: url(../images/bnrcontact.png) no-repeat top center/ cover;
}

.contact main {
	background: url(../images/bodycontact.png) no-repeat top center/ cover;
} */

.cnthead {
  display: flex;
  justify-content: space-between;
}

.cnthead h3 {
  font-size: 3.125rem;
  font-weight: 400;
}

.cnthead h5 {
  font-size: 1.5625rem;
}

.contactForm input {
  width: 100%;
  height: 68px;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 1.2rem;
  margin: 0 0 1.4rem;
  background: #dce0e9;
}

form.contactForm label {
  font-size: 1.25rem;
}

form.contactForm {
  margin-top: 1rem;
}

.contactformsec h6 {
  color: #e21c1c;
  font-size: 1.875rem;
}

.card p {
  color: #4b4b4b;
}

input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: auto;
}

.sign h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.card {
  border-radius: 15px;
}

img.dogimg1 {
  margin-left: -16rem;
  margin-top: -8rem;
}

.contactformsec .headline {
  margin-bottom: 3rem;
}

.contactformsec {
  padding-bottom: 0;
}

/* .present .topOne {
	background: url(../images/presentmain.png) no-repeat top center/ cover;
}

.present main {
	background: url(../images/presenttop.png) no-repeat top center/ cover;
} */

.pupcntnt.present h5 {
  font-size: 1.875rem;
  text-align: center;
  margin-top: 1rem;
}

.pupcntnt.present p {
  font-size: 1.25rem;
  text-align: center;
}

/* .happy .topOne {
	background: url(../images/bnrhappy.png) no-repeat top center/ cover;
}

.happy main {
	background: url(../images/bodyhappy.png) no-repeat top center/ cover;
}

.upcomming .topOne {
	background: url(../images/bnrupcomming.png) no-repeat top center/ cover;
}

.upcomming main {
	background: url(../images/bodyupcomming.png) no-repeat top center/ cover;
}

.specailorder .topOne {
	background: url(../images/bnrspecailorder.png) no-repeat top center/ cover;
}

.specailorder main {
	background: url(../images/bodyspecailorder.png) no-repeat top center/ cover;
} */

.namestar {}

.namestar ul {
  display: flex;
  margin: 0.5rem 0;
}

.namestar h3 {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0;
}

.namestar ul li i {
  color: #f29113;
}

.namestar ul li {
  margin-right: 9px;
  font-size: 1.25rem;
}

section.puppiesec.happycustomer p {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #000;
}

.puppiesec.happycustomer .row+.row {
  margin-top: 3rem;
}

.puppiesec.happycustomer figure img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.puppiesec-content p {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0 1rem 2rem;
  color: #4b4b4b;
  letter-spacing: 0.5px;
}

.uplist ul li span {
  font-size: 3.125rem;
}

.uplist ul li {
  font-size: 1.25rem;
  border-bottom: 1px solid #7070709c;
  margin-bottom: 1rem;
}

.puppiesec.specialoder h3 {
  font-size: 4.375rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.pupsList {
  font-size: 1.25rem;
  list-style: decimal;
  margin-left: 1.25rem;
  line-height: 2;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #4b4b4b;
}

.specialcnnt h4 {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.specialcnnt h6 {
  font-size: 2.0625rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

ul.listspecial {
  display: flex;
}

ul.listspecial li {
  font-size: 1.5625rem;
  font-weight: 900;
  margin-right: 2rem;
  letter-spacing: 0.5px;
}

.specialcnnt p {
  font-size: 1.5625rem;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.5px;
}

ul.schoollist {
  display: flex;
  align-items: center;
}

ul.schoollist li {
  margin-right: 2rem;
}

ul.schoollist li p {
  font-size: 26px;
}

ul.schoollist li img {
  background: #fff;
  border: 1px solid #707070;
  min-height: 107px;
}

.homecntnt h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
}

.homecntnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 1rem;
}

.homecntnt i {
  font-size: 2rem;
  color: #fff;
}

.homeBtn {
  display: block;
  margin: 1rem 0 0;
  padding: 1rem;
  background-color: var(--secondary);
  font-size: 2rem;
  font-weight: 900;
  color: var(--white) !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.producctsec.frmproduct h5,
.specialoder h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}

.upcommingsec .headline {
  margin-bottom: 0.75rem;
  text-align: start;
}

.upcommingsec .headline::before {
  all: unset;
}

.puppy-img img {
  width: 100%;
  border-radius: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.puppy-img figcaption {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0.5rem 0;
}

.whatwesec__points ul li {
  list-style: none;
  padding-left: 4rem;
  position: relative;
}

.whatwesec__points ul li::before {
  content: "";
  width: 50px;
  background: url(../images/bullet-point.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}

/* Contract */
.contractForm__headLogo {
  width: 200px;
}

.contractForm__headInformation :is(address, a) {
  color: var(--black);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.5rem;
}

.contractForm p {
  font-weight: 900;
  line-height: 2.5;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}

.contractForm input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 0 0.25rem;
}

.reviewsWrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.puppiesec.happycustomer .reviewsWrapper .reviewsImg {
  width: 300px;
}

.reviewsWrapper .reviewsContent {
  width: 100%;
}

.puprumFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.puprumFlex a {
  width: 100%;
}

:is(.breeding, .poodle-content) p {
  font-size: 1.5rem;
}

img.objectTop {
  object-position: 50% 25%;
}


.availablePups p {
  font-size: 1.7rem;
  line-height: normal;
}

.upcommingsec.aboutsection p {
  font-size: 1.5rem;
}

.breedingProgram-video video {
  width: 100%;
  object-fit: cover;
}

.footerLogo>img {
  width: 240px;
}

.storeLink {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.storeLink .drop-down span {
  font-size: 1.875rem;
  color: var(--white);
  cursor: pointer;
}

.storeLink ul {
  margin-top: 4px;
}


/*  */


.slick-next {
  right: 10px;
}

.slick-prev {
  left: 10px;
}

.slick-next,
.slick-prev {
  opacity: 1;
  z-index: 99;
}

.slick-next::before,
.slick-prev::before {
  color: var(--black);
  font-size: 2rem;
}