@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

p {
  font-family: "Open Sans", sans-serif;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
.hero_bg_box img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .hero_bg_box img {
  opacity: 0.4;
}

.header_section .container-fluid {
  padding: 0 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #fd6078;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  color: #000000;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}

.nav-index {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-index a {
  color: #fd6078;
  text-align: left;
  white-space: nowrap;
  margin-right: 20px;
  font-weight: bold;
  font-size: large;
}

.nav-index a:hover {
  color: rgb(255, 106, 7);
}
.logo-replace {
  color: #fd6078;
}
.navbar-brand h2:hover {
  color: rgb(255, 106, 7);
}

.custom_nav-container {
  z-index: 9;
  padding: 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  padding-top: 5px;
  width: 20vw;
  height: 10vw;
  max-width: 150px;
  max-height: 100px;
}

.index-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 75px;
}

.User_option .form-inline {
  position: relative;
  margin-right: 15px;
}

.User_option .form-inline input {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(83, 119, 128, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  font-size: 5rem;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 25px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: rgb(255, 106, 7);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: none;
  border: 2px solid #fd6078;
  color: #000000;
  position: relative;
  margin: 0 4px;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 18px;
  height: 18px;
}

.slider_section .li_before::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 3.5px;
  width: 1.5px;
  height: 17px;
  background-color: #fd6078;
  border-radius: 5px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.main_content {
  position: relative;
}

.main_content .main_content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_content .main_content_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}
.main_content_bg img {
  pointer-events: none;
  z-index: 0;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 45px;
  text-align: center;
  background-color: #ffffff;
  padding: 45px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.15);
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box img {
  max-width: 75px;
  max-height: 75px;
  -webkit-filter: invert(46%) sepia(3%) saturate(3571%) hue-rotate(145deg)
    brightness(94%) contrast(91%);
  filter: invert(46%) sepia(3%) saturate(3571%) hue-rotate(145deg)
    brightness(94%) contrast(91%);
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: 600;
  font-size: 20px;
}

.service_section .box .detail-box p {
  margin-bottom: 0;
}

.service_section .btn-box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.puppy_photos_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#about {
  border-radius: 10px;
}

#index-about {
  margin-top: 0px;
  margin-bottom: 0px;
}

.puppy_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 350px; /* set a fixed height for the image boxes */
  padding: 10px;
}

.puppy_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 3px;
  text-transform: uppercase;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #fd6078;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box .heading_container {
  margin-bottom: 10px;
}

.about_section .detail-box p {
  margin-bottom: 10px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 15px;
}

.detail-box {
  margin-bottom: 30px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: rgb(255, 106, 7);
}

.about_section .img-box img {
  width: 100%;
  -webkit-box-shadow: -15px 15px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: -15px 15px 0 0 rgba(0, 0, 0, 0.07);
}

.care_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.care_section .img-box img {
  width: 100%;
  -webkit-box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.07);
}

.care_section .detail-box p {
  margin-top: 10px;
}

#photo-box {
  margin-top: 10px;
}

.care_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 15px;
}

.care_section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
}

.care_section .detail-box a:hover {
  background-color: transparent;
  color: rgb(255, 106, 7);
}

.client_section {
  position: relative;
}

#main_h1 {
  color: rgb(255, 106, 7);
  font-weight: lighter;
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  #main_h1 {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
}

/* info section */
.info_section {
  position: relative;
  background-color: #537780;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.info_section .contact_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info_section .contact_items .item .img-box {
  font-size: 24px;
  margin-right: 10px;
  color: #f9f9f9;
}

.info_section .contact_items .item .detail-box p {
  margin: 0;
  color: #ffffff;
}

.info_section .row > div {
  margin-top: 25px;
}

.info_section a {
  text-transform: none;
}

.info_section h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}

.info_section .info_link-box ul {
  padding-left: 15px;
}

.info_section .info_link-box ul li.active::before,
.info_section .info_link-box ul li:hover::before {
  background-color: #fd6078;
}

.info_section .info_link-box ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
}

#main-photos {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-care {
  padding-top: 15px;
  padding-bottom: 15px;
}

.info_section .info_link-box ul li::before {
  content: "";
  left: -12px;
  top: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1.5px solid #ffffff;
}

.info_section .info_link-box ul li a {
  color: #ffffff;
  margin-left: 10px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #fd6078;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.info_section .social_box a {
  margin-right: 15px;
  color: #ffffff;
  font-size: 24px;
}
/* footer */

footer {
  background-color: transparent;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.logo {
  max-width: 150px;
  height: auto;
}

.nav-links,
.contact-info,
.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.small-list li {
  margin-bottom: 6px;
  font-size: 16px;
}

.small-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-info li i {
  margin-right: 4px;
}

.fa-whatsapp,
.fa-telegram,
.fa-viber {
  font-size: 1.5rem;
  margin: 0 8px;
}

.social-links li {
  margin: 0 8px;
  font-size: 2rem;
}

.social-links li .fa-telegram {
  font-size: 2rem;
  margin: 0;
}

.social-links a {
  color: #000;
}

@media (max-width: 767px) {
  .col-sm-6 {
    margin-bottom: 30px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
  body {
    overflow-x: hidden;
  }
}

footer {
  background-image: url("../images/l1.jpeg"), url("../images/l2.jpeg"),
    url("../images/l3.jpeg"), url("../images/l4.jpeg");
  background-repeat: no-repeat;
  background-size: 10% auto; /* Adjust this value to make the images smaller or larger */
  background-position: left top, right top, left bottom, right bottom;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: overlay;
  color: #fd6078;
  box-sizing: border-box;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
#index-about {
  margin-top: 0px;
  padding: 0;
  text-wrap: pretty;
}
#about {
  margin-top: 20px;
}
#main-btn {
  background-color: transparent;
}

@media (min-width: 768px) {
  .heading-about {
    margin-top: 42px;
  }
}

#puppy-gallery {
  text-align: center;
  padding: 40px 0;
  z-index: 100;
  pointer-events: auto;
  position: relative;
}

.gallery-item {
  margin-bottom: 1.5rem;
}

.image-container {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.gallery-item:hover .image-overlay {
  opacity: 1;
}

#more-photos {
  display: inline-block;
  padding: 10px 40px;
  background-color: #fd6078;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fd6078;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 0px;
  text-decoration: none; /* Add this line to remove the default underline */
}

#more-photos:hover {
  background-color: transparent;
  color: rgb(255, 106, 7);
}

#more-photos-header {
  font-weight: bolder;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}

.modal-image {
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: auto;
}

.modal-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.modal-arrow {
  padding: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  border: none;
  cursor: pointer;
  margin: 0 2px; /* closed positioned */
}

.prev-arrow::before {
  content: "";
  font-size: 30px;
  font-family: Arial;
  content: "\25C0"; /* Unicode for left arrow */
}

.next-arrow::before {
  content: "";
  font-size: 30px;
  font-family: Arial;
  content: "\25B6"; /* Unicode for right arrow */
}

footer a {
  color: #fd6078;
}
footer a:hover {
  color: rgb(255, 106, 7);
}
i {
  color: #fd6078;
  font-size: larger;
}
i:hover {
  color: rgb(255, 106, 7);
}
.hero_bg_box {
  z-index: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.contact_section {
  position: relative;
  z-index: 10;
}

#about-gallery .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 300px; /* Set the desired width */
  height: 400px; /* Set the desired height */
}

#about-gallery .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about-gallery .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Example overlay color */
  opacity: 0;
  transition: opacity 0.3s ease;
}

#about-gallery .image-container:hover .image-overlay {
  opacity: 1;
}

#about-gallery .image-overlay p {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* burger menu */

.burger-icon-container {
  display: none;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.burger-icon div {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fd6078;
  transition: all 0.2s ease;
}

.menu-text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fd6078;
  text-decoration: none;
}

.burger-icon-container:hover .burger-icon {
  transform: scale(1.1);
}

.burger-icon-container:hover .burger-icon div {
  background-color: rgb(255, 106, 7);
}

/* Burger Menu Styles */
.burger-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.burger-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.burger-menu a {
  display: block;
  margin: 15px 0;
  color: #fd6078;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s ease;
}

.burger-menu a:hover {
  color: rgb(255, 106, 7);
}

.burger-menu-close {
  cursor: pointer;
  font-size: 36px;
  color: #fd6078;
  margin-bottom: 30px;
  transition: color 0.2s ease;
}

.burger-menu-close:hover {
  color: rgb(255, 106, 7);
}

/* Media Queries */
@media (max-width: 1024px) {
  .burger-icon-container {
    display: flex;
  }

  .nav-index {
    display: none;
  }
}
.menu-text:hover {
  color: rgb(255, 106, 7);
}

.navbar-brand {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0; /* Remove any margins */
  padding: 0; /* Remove any padding */
  z-index: 1000; /* Ensure it's above other elements */
}

.index-logo {
  width: 150px; /* Adjust the size as needed */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Ensure responsiveness */
}

.sub_page .index-logo {
  width: 100px;
}

/* Ensure the container doesn't overlap with the logo */
.container-fluid {
  position: relative;
  padding-left: 120px; /* Provide space for the logo */
  padding-right: 20px; /* Adjust as needed */
}

/* puppies */

.puppies {
  z-index: 100;
  pointer-events: auto;
  position: relative;
}
.puppies h5 {
  font-weight: 500;
}
.puppies a {
  color: #fd6078;
}
.puppies a:hover {
  color: rgb(255, 106, 7);
}

/* breedInfo*/

/* Media query for larger screens */
@media (min-width: 768px) {
  #anatomyInf {
    width: 600px;
    height: 400px;
    object-fit: contain;
  }
}
#about-shiba {
  text-align: center !important;
}

/* ourDogs */

.our-dogs .container {
  padding-top: 30px;
}
.our-dogs h3 {
  text-decoration: underline;
  margin-bottom: 40px;
}

/* for links */

.no-style {
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fd6078 !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  letter-spacing: inherit !important;
  text-shadow: none !important;
  box-shadow: none !important;
  display: inline !important;
  vertical-align: baseline !important;
  text-transform: none !important;
}

.no-style:hover {
  color: rgb(255, 106, 7) !important;
}

/* Main gallery .m-gallery */

body h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(255, 106, 7);
}

.e-family p {
  text-align: center;
  margin-top: 30px;
}
.e-family h5 {
  text-align: center;
  margin-top: 30px;
  color: rgb(255, 106, 7);
  font-weight: 500;

}

#dog-show-photos .image-container {
  height: auto;
}
#dog-show-photos .image-container img {
  max-height: 400px !important;
}

/*# sourceMappingURL=style.css.map */
