/*
Theme Name: hello elementor child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.digital-bg::after {
    content: "";
    background-image: url('image/mocup-rr1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 255px;
    height: 510px;
    position: absolute;
    right: 40px;
    top: -73px;
}
.digital-bg:before {
    content: "";
    background-image: url('image/mocup-rr.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 255px;
    height: 520px;
    position: absolute;
    left: 40px;
    top: -73px;
}
.best-outer {
    justify-content: center !important;
}

.digital-bg {
	position:relative;
}
.health-care {
    position: relative;
}


.health-care::after {
    content: "";
    background-image: url('image/service-mob.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 263px;
    height: 398px;
    position: absolute;
    left: 48%;
    top: 62%;
    transform: translate(-50%, -50%);
    animation: floatImage 3s ease-in-out infinite;
}


.health-care {
    position: relative;
}

.profile h3 {
    margin: 0px !important;
}


.health-care:hover::after {
    animation-duration: 1.5s;
}


@keyframes floatImage {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-20px);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
}


.profile{
    position: relative;
}

.profile:before {
    content: "";
    color: #fff;
    border: dotted;
    height: 52px;
    position: absolute;
    top: 86px;
    left: 37px;
}
.profile:last-child::before {
    content: none;
    display: none;
}
.classes-img {
    animation: floatUpDown 3s ease-in-out infinite;
}

/* thoda variation ke liye */
.classes-img:nth-child(2) {
    animation-delay: 0.3s;
}
.classes-img:nth-child(3) {
    animation-delay: 0.6s;
}
.classes-img:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); 
    }
    100% {
        transform: translateY(0); 
    }
}
.support-inner .e-con-inner {
    margin-top: -300px;
}
.newsletter-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 60px;
}
button.newsletter-btn {
    background: #fff;
    border: none !important;
    color: #5653FF;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 28px;
    padding: 10px 30px;
}

button.newsletter-btn:hover {
    background: #1E1D59;
}
.newsletter-form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 8px;
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 14px 20px;
    font-size: 16px;
    color: #fff;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-btn {
    border: none;
    background: #ffffff;
    color: #5b5bf7;
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #f2f2ff;
}
form.newsletter-form input {
    border: none !important;
}
.footer-icon a {
    background: #fff  !important;
    padding: 8px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px !important;
    height: 46px;
}

.footer-icon a:hover {
    background: #5653FF  !important;
}

.site-footer {
    display: none;
}

.digital-pets {
  background: linear-gradient(90deg, #241F2F 0%, #5653FF 100%);
  
}
.subscribe-btn a {
    background: transparent !important;
}
.newsletter-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 60px;
    padding : 0px !important;
}

.newsletter-form {
    padding: 3px !important;
}

.footer-icon a {
    width: 46px !important;
}

/* LEFT CONTENT ANIMATION */
.owners {
  opacity: 0;
  transform: translateX(-100px);
  animation: leftIn 1s ease-out forwards;
}

/* RIGHT IMAGE ANIMATION */
.digital-img {
  opacity: 0;
  transform: translateX(100px);
  animation: rightIn 1s ease-out forwards;
  animation-delay: 0.2s;
}

/* KEYFRAMES */
@keyframes leftIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rightIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive start */
@media screen and (max-width: 1200px) {
    .digital-pets {
    padding: 0px 15px !important;
}
.health-care {
    padding: 0px 15px;
}
.community-outer{
      padding: 0px 15px;

}
.classes-img {
    min-height: 531px !important;
    width: 305px !important;
}
.adoption-outer {
    padding: 0px 15px !important;
}
.support-inner {
    padding: 0px 15px;
}
.dgital-btn {
    width: 20%;
}
}

@media screen and (max-width: 1100px) {
 .classes-img {
    min-height: 480px !important;
    width: 300px !important;
}
.digital-bg::after {
    right: 22px !important;
 
}
.digital-bg::before {
    left: 22px !important;
 
}
.best-outer {
    display: block;
    margin: 0 auto !important;
    text-align: -webkit-center;
}
.aap-store {
    margin-bottom: 10px !important;
     padding: 8px 20px !important;
}
.best-outer span {
    font-size: 13px;
}


.aap-store-btn{
     padding: 8px 20px !important;
}
}

@media screen and (max-width: 1024px) {
.hfe-nav-menu__toggle {
    margin-right: 0px !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    margin-top: 14px;
}
.aap-outer-inner {
    width: 19%;
}
.digital-bg:before {
display: none;
}
.digital-bg::after {
    display: none;
}
.best-outer {
    display: flex !important;
    margin: 0 auto !important;
    flex-wrap: nowrap;
}
	.dgital-btn {
    width: 20%;
}
.classes-img {
    min-height: 453px !important;
    width: 222px !important;
}

}

@media screen and (max-width: 992px) {
.dgital-best-outer {
    width: 22%;
}

}

@media screen and (max-width: 900px) {

.aap-outer-inner {
    width: 22% !important;
}
}

@media screen and (max-width: 820px) {

.dgital-btn {
    width: 28%;
}
}


@media screen and (max-width: 767px) {

.aap-outer-inner {
    width: 30% !important;
}

.health-care::after {
    top: 30%;
 
}
.profile:before{
    display: none;
}
}

@media screen and (max-width: 620px) {

.dgital-btn {
    width: 32%;
}
}


@media screen and (max-width: 580px) {

.aap-outer-inner {
    width: 100% !important;
    margin-bottom: 15px;
}
.banner h2 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.banner h3 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.banner {
    min-height: 550px;
}
.digital-pets h2 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.dgital-best-outer {
    width: 100%;
     margin-bottom: 15px;
}
.best-outer {
   display: block !important;
}
	.dgital-btn {
    width: 100%;
}
.digital-bg {
    padding: 50px 15px;
}
.connected-pets h3 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.health-care h3 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.health-care::after {
    top: 29%;
}
.health-care img {
    width: 120px;
}

.choose-heading h3 {
    font-size: 28px !important;
}
.choose-us span.elementor-icon {
    font-size: 50px !important;
}
.difference h3 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.blue-box-outer h3 {
    font-size: 28px !important;
    line-height: 34px !important;
}
    .health-care img {
    width: 70px;
}
.support-box img {
    width: 70px;
}
}

@media screen and (max-width: 420px) {
    .best-outer {
    display: block;
    }

.health-care::after {
    width: 220px;
    height: 310px;
   
   
}
.banner h2,
    .digital-pets h2,
    .connected-pets h3,
    .health-care h3,
    .choose-heading h3,.difference h3,.blue-box-outer h3{
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .banner h3 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}
