/* CSS styles from css/style.css */
:root {
    --primary-purple: #CEC2EB;
    --primary-purple2: #B0A1D5;
    --dark-purple: #3d3557;
    --dark-purple2: #373F51;
    --light-purple: #C5B9E8;
    --light-purple2: #F0EDF9;
    --orange: #F39C6B;
    --bg-light: #F5F0F8;
    --bg-light2: #E6E0F5;
    --white: #ffffff;
    --black: #000000;
    --orange-hover: #f5894a;
    --bg-grey: #F6F6F6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 16px;
    font-weight: 400;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    line-height: 24px;
    color: var(--black);
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 80px 0;
    position: relative;
}

a {
    text-decoration: none;
}

*:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html,
body {
    height: 100%;
}

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

ul {
    list-style: none;
}

dd {
    margin: 0 0 0 40px;
}

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

body.lock {
    overflow-y: hidden;
}

/* Header */
.navbar {
    background: var(--primary-purple);
    padding: 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 100px;
}

.navbar-nav .nav-item {
    position: relative;
    text-align: center;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.nav-item .paw-menu-icon {
    position: absolute;
    left: 50%;
    z-index: 0;
    top: -22px;
    accent-color: ;
    transform: translateX(-50%);
}

.navbar-nav .nav-link {
    color: var(--black);
    margin: 0 0.8rem;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 18px;
}

.paw-menu-icon .paw-img {
    width: 35px;
    opacity: 0;
    transition: opacity .5s;
}

.nav-item.active .paw-menu-icon .paw-img {
    opacity: 1;
    transition: opacity .5s;
}

.navbar-nav .nav-link:hover {
    color: var(--dark-purple2);
}

.navbar-nav .nav-item:hover .paw-img {
    opacity: 1;
}

.social-icons a {
    color: #333;
    margin: 0 0.5rem;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--primary-purple);
}

.social-icons img {
    width: 35px;
    max-width: 35px;
    opacity: .8;
}

.social-icons img:hover {
    opacity: 1;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-purple2) 0%, var(--dark-purple2) 100%);
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding: 11rem 0 12rem 0;
    ;
}

.hero-content h1 {
    font-family: "Playpen Sans", cursive;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
	text-transform: uppercase;
}

.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.elementor-shape-bottom {
    bottom: -1px;
    z-index: 2;
    pointer-events: none;
}

.elementor-shape-bottom svg {
    width: calc(125% + 1.3px);
    height: 150px;
}

.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    fill: var(--white);
}

.btn-orange {
    background: var(--orange);
    color: white;
    border: none;
    padding: 0.8rem 2.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-orange:hover {
    background: var(--orange-hover);
    /*transform: translateY(-3px);*/
    box-shadow: 0 5px 15px rgba(232, 168, 124, 0.4);
    color: white;
}

.hero-content {
    position: relative;
}

.hero-image {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 60px;
}

.hero-image img {
    max-width: 100%;
    height: 765px;
}

.paw-decoration-big {
    position: absolute;
    left: -8%;
    width: 350px;
    max-width: 350px;
    --container-widget-width: 350px;
    top: -33%;
    height: 100%;
    transform: rotate(-15deg);
    z-index: 0;
}

.paw-decoration-big-widget {
    color: #FFFFFF40;
    height: 100%;
    width: 100%;
    background-image: url(../images/pet-foot-icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	
}

.paw-decoration {
    position: absolute;
    z-index: 1;
}

.paw-1 {
    top: 7%;
    right: 30%;
    width: 100px;
}

.paw-2 {
    bottom: 15%;
    left: -8%;
    width: 100px;
    transform: rotate(-50deg);
}

.paw1-widget-container {
    background-color: transparent;
    padding: 20px 20px 20px 20px;
    background-image: linear-gradient(90deg, #B0A1D5 10%, #373F51 100%);
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 0px 100px 1px #373F51;
}

.paw-icon svg {
    fill: #FFFFFF40;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: white;
}

.section-title {
    font-family: "Playpen Sans", cursive;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--dark-purple2);
    margin-bottom: 3rem;
    position: relative;
}

/*.section-title::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: var(--orange);
	margin: 1rem auto 0;
}*/
.section-title::before {
    content: '';
    display: block;
    width: 41px;
    height: 35px;
    background: url('../images/paw_icon_title.svg');
    margin: 10px auto;
	
}

.video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-container img {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
    color: var(--primary-purple);
    font-size: 2rem;
    margin-left: 5px;
}

.about-section .about-text {
    padding: 0 30px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.SwiperAbout,
.SwiperAbout .swiper-slide img,
.SwiperDogDetail .swiper-slide img {
    border-radius: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--dark-purple);
    width: 15px;
    height: 15px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--white);
    width: 15px;
    height: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    color: var(--white);
}


/* Dogs Section */
.dogs-section {
    padding: 40px 0;
    background: var(--bg-light);
    margin: 5rem 0;
}

.dog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: transform 0.3s;
}

.dog-card:hover {
    transform: translateY(-10px);
}

.dog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 415px;
}

.dog-card-body {
    padding: 40px 20px
}

.dog-card-body h3 {
    color: var(--dark-purple2);
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center;
    font-family: "Playpen Sans", cursive;
    font-weight: bold;
}

.dog-card-body a h3:hover {
	text-decoration: underline;
}

.dog-card-body .dog-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
	text-align: center;
}

.dog-card-body .dog-titles {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
	text-align: center;
}

.dog-card-body .parents {
    margin-bottom: 20px;
    font-style: 18px;
}

.dog-card-body .parents .father {
    margin-bottom: 15px;
}

.dog-card-body .btn-wrap {
    text-align: center;
}

.dog-card .gender {
    position: absolute;
    text-align: center;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.dog-card .dog-image-wrap {
    position: relative;
}

.dog-card .gender img {
    width: 50px;
    height: 50px;
}

.dog-card-body .health {
    margin-bottom: 20px;
}

.elementor-wawe-top {
    top: -71px;
}

.elementor-wawe-bottom {
    bottom: -70px;
    transform: scaleY(-1);
}

.dog-card {
    position: relative;
    z-index: 2;
}

.bone-right {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 0;
    overflow: hidden;
}

.bone-left {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 0;
    overflow: hidden;
}

.dog-card.memory img.photo{
	filter: grayscale(100%);
	transition: all .5s;
}

.dog-card.memory img.photo:hover{
	filter: grayscale(0%);
}

/* Puppies Section */
.puppies-section {
    padding: 5rem 0;
    background: white;
}

.puppy-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: transform 0.3s;
}

.puppy-card h3 {
    color: var(--dark-purple2);
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center;
    font-family: "Playpen Sans", cursive;
    font-weight: bold;
}

.puppy-card a:hover h3 {
    text-decoration: underline;
}

.puppy-card:hover {
    transform: translateY(-150px);
}

.puppy-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 735px;
}

.puppy-card-body {
    padding: 1.5rem;
    text-align: center;
}

.puppy-card-body h4 {
    color: var(--dark-purple);
    margin-bottom: 1rem;
}

/* News Section */
.news-section {
    padding: 5rem 0;
    background: var(--bg-light);
    position: relative;
}

.news-carousel {
    position: relative;
}

.news-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    height: 100%;
    position: relative;
    max-height: 585px;
    text-align: left;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    padding: 2rem;
    color: white;
}

.news-card .news-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.news-date {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
	font-weight: bold;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--orange);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* Gallery Section */
.gallery-section {
    padding: 5rem 0;
    background: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:nth-child(1) {
    grid-row: span 1;
}

.gallery-item:nth-child(4) {
    grid-row: span 1;
}

.gallery-item:nth-child(8) {
    grid-row: span 1;
}

.gallery-item:nth-child(9) {
    grid-row: span 1;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #B0A1D5 0%, var(--dark-purple2) 100%);
    color: white;
    padding: 3rem 0 1rem;
    position: relative;
}

footer h5 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

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

footer ul li {
    margin-bottom: 0.8rem;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: white;
    text-decoration: underline;
}

footer ul li i {
    margin-right: 0.5rem;
    color: var(--orange);
}

.copyright {
    padding: 1.5rem 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.copyright::after {
    content: "";
    background: url(../images/footer-pattern.png);
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
}

.develop .wrap img {
    width: 175px;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.copyright .develop {
    text-align: right;
}

.scrollUp {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: var(--primary-purple2);
    transition: all .5s;
    opacity: .8;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}

.scrollUp:hover {
    opacity: 1;
    cursor: pointer;
}

.scrollUp i {
    color: var(--white);
    font-size: 25px;
}

/* Detail dog */
.SwiperDogDetail .swiper-slide img {
    width: 100%;
    height: 520px;
}

.dog-detail-section {
    background: var(--light-purple2);
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding: 1rem 0 12rem 0;
}

.dog-detail-section .dog-info-block {
    background: var(--white);
    height: 100%;
    max-height: 520px;
    padding: 30px 26px;
    border-radius: 20px;
}

.dog-detail-section .dog-info-block h1 {
    color: var(--dark-purple2);
    font-size: 30px;
    text-align: left;
    font-family: "Playpen Sans", cursive;
    font-weight: bold;
    margin-right: 22px;
}

.dog-detail-section .dog-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dog-detail-section .dog-info {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dog-detail-section .dog-age,
.dog-detail-section .dog-birthday,
.dog-detail-section .dog-gender,
.dog-detail-section .dog-health {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

.dog-info-block .gender img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.dogs-section .dog-card-title {
    color: var(--dark-purple2);
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Playpen Sans", cursive;
    font-weight: bold;
}


.dogs-section.parents {
    padding: 40px 0;
    background: var(--bg-grey);
    margin: 5rem 0;
}

/* Detail dog */

.result-section-block {
    background: var(--light-purple2);
    border-radius: 20px;
    padding: 55px 35px;
    margin-bottom: 20px;
}

.result-section-block .title-wrap {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-section-title {
    font-family: "Playpen Sans", cursive;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-purple2);
    margin-left: 10px;
    position: relative;
}

.result-section-block .list-progress li {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 12px;
}

.result-section-block .list-progress i {
    margin-right: 7px;
}

.gallery-section.detail {
    background: var(--bg-grey);
}

.gallery-section.detail .section-title-gallery {
    font-family: "Playpen Sans", cursive;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-purple2);
    margin-left: 10px;
    position: relative;
}

.gallery-section.detail .title-wrap,
.video-section .title-wrap,
.genealogy-section .title-wrap{
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section {
    background: var(--white);
}

.video-section .section-title-gallery {
    font-family: "Playpen Sans", cursive;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-purple2);
    margin-left: 10px;
    position: relative;
}

.video-section video {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.video-section .video-item{
    margin-bottom: 10px;
}

.genealogy-section{
    background: var(--white);
}

.genealogy-section .section-title-gallery {
	font-family: "Playpen Sans", cursive;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: var(--dark-purple2);
	margin-left: 10px;
	position: relative;
}

.genealogy-table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin: 0 auto 1rem;
	table-layout: auto;
	width: 100%;
	background: var(--light-purple2);
	border-spacing: 7px;
}

.genealogy-table td, .genealogy-table tbody td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed var(--dark-purple) !important;
	padding: 20px 0;
}

.genealogy-table td .name{
    font-weight: bold;
}

.genealogy-table img{
    margin-bottom: 20px;
    margin-top: 20px;
}

.genealogy-table a .name{
    color: initial;
}

.genealogy-table a .name:hover{
    text-decoration: underline;
}

.content.others .news-section .news-item{
	margin-bottom: 20px;
}

.content.others .news-section {
	padding: 1rem 0;
	background: var(--white);
	position: relative;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: var(--primary-purple2);
	color: #fff;
}

.news-detail .news-date{
	margin-bottom: 20px;
}

.news-detail .news-picture{
	margin-bottom: 20px;
}

div.news-detail img.detail_picture {
	float: none;
	margin: 0 8px 20px 1px;
}

div.news-detail {
	margin-bottom: 50px;
}

.news-detail .news-text{
	margin-bottom: 20px;
}

.news-detail .gallery-section.detail {
	background: var(--bg-grey);
	padding: 2rem;
}

.news-detail .gallery-item {
	border-radius: 15px;
	margin-bottom: 20px;
}

.news-detail .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.wrap_back_block{
	margin-bottom: 50px;
}

.wrap_back_block .arrow-link {
	padding: 0 0 0 12px;
	color: #a29f9f;
	font-size: 15px;
	line-height: 25px;
	transition: all .3s;
}

.wrap_back_block .arrow-link:hover {
	color: var(--dark-purple2);
}

.content.others .about-section {
	padding: 0 0 1rem 0;
	background: var(--white);
	position: relative;
}

.contact-section{
	padding: 0 0 5rem 0;
}

.contact-section .contact-image{
	border-radius: 20px;
}

.contact-section .contact-block{
	border-radius: 20px;
	background: var(--bg-grey);
	padding: 50px 60px;
	height: 100%
}

.content-icon{
	display: inline-flex;
	justify-content: inherit;
	height: 50px;
	width: 50px;
	background: var(--dark-purple);
	border-radius: 100%;
	align-items: center;
	margin-right: 15px;
	position: relative;
}

.content-icon i{
	color: var(--white);
	display: inline-block;
	font-size: 25px;
	height: 1em;
	position: absolute;
	vertical-align: top;
	width: 1em;
	display: inline;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	
}

.contact-block span, .contact-block a{
	font-size: 20px;
	color: inherit;
}

.contact-block li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-block a:hover{
	text-decoration: underline;
}

.contact-section .map{
	margin-top: 20px;
}

.bx-yandex-view-map .ymaps-map {
	border-radius: 20px;
}

.navbar-nav .nav-item .dropdown_menu {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    background: var(--primary-purple);
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    z-index: 99;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-align: left;
}

.navbar-nav .nav-item:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navbar-nav .nav-item .feather-chevron-down {
    transition: .5s ease-in-out;
}

.navbar-nav .nav-item:hover .feather-chevron-down{
    rotate: 180deg;
    transition: .5s ease-in-out;
}

.dropdown_menu .dropdown_menu_item{
	color: #000;
	font-size: 17px;
	font-weight: 500;
    padding: 7px 15px;
    margin: 0;
	text-transform: inherit;
	display: block;
}

.dropdown_menu .dropdown_menu_item:hover{
	text-decoration: underline;
}

.section-title-h1 {
	font-family: "Playpen Sans", cursive;
	font-size: 35px;
	font-weight: 600;
	color: var(--dark-purple2);
	margin-bottom: 3rem;
	position: relative;
}

.dogs-list h2{
	font-family: "Playpen Sans", cursive;
	font-size: 30px;
	font-weight: 600;
	color: var(--dark-purple2);
	margin-bottom: 1.5rem;
	position: relative;
}

.dog-detail-section h2{
	font-size: 23px;
	font-weight: bold;
	margin-right: 10px;
}

.dog-card.memory img.photo {
	filter: grayscale(100%);
	transition: all .5s;
}

.dog-detail-section .memory img.photo {
	filter: grayscale(100%);
	transition: all .5s;
}

.dog-detail-section .memory img.photo:hover {
	filter: grayscale(0%);
	transition: all .5s;
}

.genealogy-block .titles{
	padding: 0 15px;
}

.genealogy-table .stoika-wrap img{
	margin-bottom: 0;
}

.genealogy-table .stoika-wrap img{
	border-radius: 20px;
	
}

.paw-decoration.paw-1 {
  animation: rotate-paw 15s linear infinite;
}


@keyframes rotate-paw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.paw-decoration.paw-2 {
  animation: rotate-paw-reverse 30s linear infinite;
  transform-origin: center center;
}

@keyframes rotate-paw-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.puppies-section.detail {
  padding: 1rem 0;
  background: white;
}

/*********************************************** Responsive ******************************************************************/
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
	}
	
    .section-title {
        font-size: 1.8rem;
	}
	
    .dog-card img {
        height: 335px;
	}
	
    .puppy-card img {
        height: 100%;
	}
	
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
	
    footer {
        text-align: center;
	}
	
    .navbar-collapse .social-icons {
        text-align: center;
        padding: 15px 0
	}
	
    .hero-section {
        padding: 8rem 0 0rem 0;
	}
	
    .hero-image {
        position: relative;
        z-index: 2;
        top: 0;
        right: 0
	}
	
    .hero-image img {
        max-width: 100%;
        height: 100%;
	}
	
    .paw-1 {
        top: -53px;
        right: 10%;
        width: 100px;
        display: none;
	}
	
    .paw-2 {
        bottom: 70%;
        left: 10%;
        width: 100px;
        transform: rotate(-50deg);
	}
	
    .hero-content {
        position: relative;
        text-align: center;
	}
	
    .about-section .about-text {
        padding: 0 30px;
        margin-top: 20px;
	}
	
    .copyright .develop {
        text-align: center;
	}
	
    /*.navbar-nav .nav-link {
        margin-bottom: 12px;
	}*/
	
    .SwiperDogDetail .swiper-slide img {
        width: 100%;
        height: 100%;
	}
	
    .result-section-title {
        font-family: "Playpen Sans", cursive;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: var(--dark-purple2);
        margin-left: 10px;
        position: relative;
	}
	
    .result-section-block .list-progress li {
        font-size: 18px;
	}
	
	.navbar .logo{
		max-width: 120px;
	}
	
	.contact-section .contact-image {
		border-radius: 20px;
		margin-bottom: 20px;
	}
	
	.nav-item .paw-menu-icon {
		display: none;
	}
	
	.genealogy-table .titles{
		word-wrap: anywhere;
	}
	
	.elementor-shape-bottom svg {
	  height: 70px;
	}
	
}