*
{
    margin: 0%;
    text-decoration: none;
    text-transform: capitalize;
    /* font-family: 'Nunito', sans-serif; */
    font-family: sans-serif;
}
header{
    position: fixed;
    z-index: 1000000;
}
.head-top-area
{ 
    width: 125%;
    height: 40px;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    background-color: rgb(241, 236, 236);
}
.top-option-container
{
    padding-top: 10px;
    display: flex;
    font-size: 14px;
    color: #423e3e;
    font-style: normal;
    /* font-family: sans-serif; */
    justify-content: center;
}
ul
{  
    list-style-type: none;
    display: flex;
}
ul li{
    margin-left: 20px;
}
.top-right-head-icon
{
    width: 30%;
    padding-left: 280px;
    cursor: pointer;
}
.top-left-head-details
{
    width: 70%;
    padding-left: 15px;
}
.menu-areacar
{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* position: fixed; */
    background-color: white;
    z-index: 100;

}
.menu-custom-container
{

    height: 70px;
    width: 125%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-logo
{
    vertical-align: middle;
    cursor: pointer;
}
.menu-option ul li
{   
    display: flex;
    
}
.menu-option ul li a
{
    color: #1e4b57;
    /* font-family: 'Nunito', sans-serif; */
    font-size: 15px;
    font-weight: 750;
    padding: 10px 15px;
    transition: 0.5s;
    border-radius: 10px 10px 20px 20px;
    /* text-decoration: none; */
    line-height: 20px;
    cursor: pointer;
}
.menu-option ul li a:hover
{
    background-color: #f04336;
    width: 95%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    /* border-radius: 10px 10px 20px 20px; */
    color: white;
    
}
.submenu
{
    display: none;
    width: 150px;
    height: 100px;
    background-color: white;
    border-top: 1px solid rgb(247, 243, 243);
    align-items: center;
    position: absolute;
    margin-top: 45px;
    margin-left: 15px;
    color: white;
    z-index: 1000;
    transition: 0.5s;
}
.home-submenu:focus ~.submenu,
.home-submenu:hover ~.submenu
{
    display: block;
}
.shop-submenu:focus ~.submenu,
.shop-submenu:hover ~.submenu

{
    display: block;
}
.breed-submenu:focus ~.submenu,
.breed-submenu:hover ~.submenu

{
    display: block;
}
.blog-submenu:focus ~.submenu,
.blog-submenu:hover ~.submenu

{
    display: block;
}
.submenu-option
{
    display: inline-block;
}
.submenu-option-item
{
    padding: 15px 5px;
    margin-left: -35px;
    font-weight: 750;
    font-size: 15px;
    color: #1e4b57;
    cursor: pointer;
}
.submenu-option-item:hover
{
    color: #dd4035;
    transform: translateX(10px);
    transition: all 0.4s ease-out;
}
.line
{
    width: 3px;
    height: 45px;
    border-radius: 50px;
    background-color: rgb(238, 229, 229);
}
.menu-icon
{
    /* margin-left: 5px; */
    font-size: 25px;
    font-weight: 200;
}
.menu-icon ul li
{   display: flex;
    /* margin-left: 15px; */
    align-items: center;
    cursor: pointer;
}

.card-area
{
    position: relative;
    display: grid;
    place-items: center;
    width: 350px;
    height: 470px;
    background-color: white;
    z-index: 1500;
    border-radius: 5px;
    transform: translateY(275px);
    box-shadow: 0px -1px 2px rgb(238, 237, 237);
    margin-left: -350px;
    transition: all 0.5s ease-out 0s; 
    /* opacity: 0; */
    visibility: hidden;
}
.card:hover ~.card-area
{
    /* opacity: 1; */
    visibility: visible;
}
.card-area:hover
{
    visibility: inherit;
    transform: translateY(270px);
}
.card-container
{ 
    display: grid;
    place-items: center;
    width: 350px;
    height: 470px;
    background-color: white;
    padding: 20px;
}
.card-content
{
    display: flex;
    margin-left: 15px;
    padding: 10px;
}
.card-dog
{
    width: 100px;
    height: 80px;
    cursor: pointer;
}
.shop-card-text
{
    padding-left: 10px;
}
.card-dog-name
{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.card-dog-name:hover
{
    color: #f04336;
}
.card-dog-price
{
    line-height: 50px;
    font-weight: 550;
    color: #676565;
    font-size: 14px;
}
.delete
{
    margin: 30px 30px;
    color: gray;
    font-weight: 500;
    font-size: 19px;
    cursor: pointer;
}
.delete:hover
{
    color: #dd4035;
}
.total-price
{
    display: flex;
    justify-content: space-between;
    padding: 30px 5px;
    margin-left: 25px;
    width: 290px;
    border-top: 1px solid rgb(228, 224, 224);
}
.total-text
{
    font-size: 17px;
    color: rgb(151, 151, 151);
    font-weight: 550;
}
.card-btn
{
    width: 320px;
    height: 50px;
    background-color: #dd4035;
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-top: 30px;
}
.card-btn2
{
    width: 320px;
    height: 50px;
    background-color: #0a303a;
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-top: 10px;
}
.card-btn-text
{
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    font-weight: 550;
}
.menu-btn
{ 
    justify-content: center;
    border-radius: 3px;
    background-color: #f04336;
    height: 50px;
    width: 155px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
}

.hover-circle
{
    width: 300px;
    height: 400px;
    margin-top: 50px;
    margin-left: -70px;
    background-color: #1e4b57;
    border-radius: 50%;
}
.menu-btn:hover .hover-circle
{
    margin-top: -70px; 
    transition: 1s;
}

.btn
{ 
    padding-top: 15px;
    padding-left: 20px;
    align-items: center;
    display: flex;
    /* font-family: 'Nunito', sans-serif; */
    color: white;
    font-size: 18px;
    font-weight: 700;
    /* text-transform: capitalize; */
    z-index: 1;
}
.dog-print
{
    height: 22px;
    width: 22px;
    margin-left: 10px;
}
.header-design
{
    height: 50px;
    width: 125%;
    position: absolute;
    top: 100px;
    background-size: 100% 100%;
    /* position: fixed; */
    z-index: 100;
}
.slider-image
{
    height: 700px;
    width: 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.slider-dog-print
{
   width: 60px;
   height: 60px;
   margin-left: 40%;
    padding-top: 30%;
  /* margin-left: 500px;
   line-height: 500px;*/
   animation: rotation 3s linear infinite;
}

@keyframes rotation {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(15deg);
   }
}
.slider-dog-print2
{
   width: 60px;
   height: 60px;
   margin-left: 30%;
   margin-top: -40px;
   animation: rotation2 2.5s linear infinite;
}

@keyframes rotation2 {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(20deg);
   }
}
.slider-content-area
{
    margin-top: -300px;
    height: 400px;
    width: 100%;
    display: grid;
    place-content: center;
    /* background-color: brown; */
}

.slider-container
{
    width: 1200px;
    height: 100px;
    /* background-color: #112930; */
    transform: translateY(-80px);
}
.slider-content
{
    width: 650px;
}
.title
{  

    font-size: 60px;
    color: white;
    font-weight: 800;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ; */
}
.with
{   
    color: white;
    background-color: #f04336;
    text-decoration: none;
    padding: 1px 20px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    border-radius: 20px 20px 30px 30px;
}
.lines
{
    color: white;
    font-size: 20px;
    padding-top: 30px;
    font-weight: 400px;
    line-height: 30px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ; */
}
.slider-btn
{
    border-radius: 3px;
    background-color: #f04336;
    height: 50px;
    width: 150px;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer;
}
.slider-btn:hover .hover-circle
{
    margin-top: -70px;
    transition: 1s;
}
.find-wrap-area
{
    display: flex;
    padding-left: 65px;
}
.location
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    height: 150px;
    width: 300px;
    background-color: #112930;
    border-radius: 15px;
}
/* .clock
{
    font-size: 25px;
    color: white;
} */
.location-icon
{
    font-size: 30px;
    color: white;
}
.location-input
{
    padding-left: 10px;
    border: none;
    height: 15px;
    width: auto;
    background-color: #112930;
    color: white;
    font-size: 17px; 
    font: bolder;
    font-weight: lighter;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;    */
}
.find-category-design
{ 
    width: 100px;
    height: 150px;
    margin-top: -50px;
    margin-left: -100px;
    clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
    background: rgb(240, 67, 54);
}
.find-category
{
    margin-left: -40px;
    
}
.find-category ul li
{
    margin-top: -50px;
    margin-left: -1px;
    color: white;
    font-size: 17px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    */
    height: 150px;
    width: 220px;
    background-color: rgb(240, 67, 54);
    cursor: pointer;
}
.find-dog
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 4px solid rgb(209, 54, 42);
}
.dog-icon
{
    padding-right: 10px;
    font-size: 50px;
}
.find-cat
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 4px solid rgb(209, 54, 42);
}
.cat-icon
{
    padding-right: 10px;
    font-size: 50px;
}
.find-bird
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(dog-print\ -bg.png);
    background-size: 50% 50%;
}
.bird-icon
{
    padding-right: 10px;
    font-size: 50px;
}

.find-other
{
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    /* font-size: 17px; */
    height: 150px;
    width: 250px;
    margin-top: -50px;
    background-color: #112930;
    /* border: none; */
    border-radius: 0px 15px 15px 0px;
    cursor: pointer;
}
.find-option
{
    color: white;
    font-size: 17px;
    background-color: #112930;
    border: none;
    cursor: pointer;

}
.counter-area-bg
{
    height: 750px;
    width: 100%;
    background-size: 100% 100%;
    margin-top: -100px; 
}

.row-content-center
{
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.counter-container
{
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.counter-titles
{
    margin-top: 200px;
}
.counter-sub-title
{   
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #f04336;
    font-weight: 700;
    /* font-family: Nunito, sans-serif; */
}
.counter-title1{
    padding-top: 30px;
    font-size: 45px;
    color: #112930;
    font-weight: 700;
    /* font-family: Nunito, sans-serif; */
}
.counter-title2{
    display: flex;
    justify-content: center;
    font-size: 45px;
    font-weight: 700;
    /* font-family: Nunito, sans-serif; */
    color: #112930;
}
.row2-content-center
{
    display: flex;
    margin-top: 100px;
    margin-left: 80px;
}
.row2-content-center .count-item
{
    display: grid;
    place-items: center;
    width: 270px;
    height: 200px;
    margin-left: 30px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 1px 1px 100px rgb(233, 228, 228);
}
.count
{
    font-size: 80px;
    color: #112930;
    /* font-family: sans-serif; */
    font-weight: 600;
}
.count:hover{
    color: #dd4035;
}
.count-line
{
    color: rgb(103, 102, 102);
    /* font-family: Poppins, sans-serif; */
    font-weight: 600;
    margin-top: -80px;

}
.adoption-container
{

    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
}
.adoption-title
{
    margin-top: 100px;
    font-size: 35px;
    color: #112930;
    font-weight: 800;
    /* font-family: Poppins, sans-serif; */
    line-height: 55px;
}
span
{
    color: #dd4035;
}
.adoption-lines
{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #6d6868;
    line-height: 27px;
    /* font-family: Poppins, sans-serif; */
}
.adoption-btn
{ 
    justify-content: center;
    border-radius: 3px;
    background-color: #f04336;
    margin-top: 50px;
    height: 50px;
    width: 155px;
    overflow: hidden;
    cursor: pointer;
}
.adoption-btn:hover .hover-circle
{
    margin-top: -70px; 
    transition: 1s;
}
.adoption-shape
{
        margin-left: auto;
        margin-top: 70px;
}
/* .adoption-img
{
    margin-right: -5px;
}
.adoption-bg-top
{
    width: 650px;
    padding: 50px 0px 40px;
    margin-top: -60px;
    position: absolute;
    background-size: cover;
}

.adoption-img img
{
    width: 100%;
    height: 650px;
    margin-top: -60px;
    border-radius: 20px;
}
.adoption-bg-buttom
{
    width: 650px;
    padding: 50px 0px 40px;
    margin-top: -50px;
    position: absolute;
    background-size: cover;
} */

.adoption-img
{
    width: 600px;
    height: 550px;
    background-image: url(dog-bg.png);
    background-size: 100% 100%;
    margin-top: -50px;
}
.adoption-design1
{
    width: 400px;
    height: 550px;
    background-color: #dd4035;
    /* clip-path: polygon(50% 100%, 0% 50%, 0% 100%, 100% 50%, 50% 0%, 100% 0%); */
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%, 0% 50%, 50% 100%, 100% 50%);
}
.adoption-design2
{
    width: 200px;
    height: 550px;
    background-color: #112930;
    margin-left: 400px;
    margin-top: -550px;
    clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
}
.breeds-service-area
{
    /* display: grid; */
    /* place-items: center; */  
    display: flex;
    justify-content: center;
    background-size: 100% 100%;
    margin-top: 150px;

}
.breeds-service-container
{
    display: grid;
    place-items: center;
    justify-content: center;
}
.breeds-service-content
{
    display: grid;
    place-items: center;
}
.dog-print-red
{
    height: 30px;
    width: 30px;
}
.breeds-sevice-dogprint
{
   animation: rotation3 1.5s linear infinite;
}

@keyframes rotation3 {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(15deg);
   }
}
.breeds-service-subtitle
{
    font-size: 30px;
    color: #dd4035;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    line-height: 20px;
}
.breeds-service-title
{
    font-size: 45px;
    color: #112930;
    font-weight: 800;
    /* font-family: Poppins, sans-serif; */
    line-height: 80px;
}
.breeds-service-line
{
    font-size: 17px;
    font-weight: 400;
    color: #6d6868;
    /* font-family: Poppins, sans-serif; */
    line-height: 30px;
}
.breeds-shap
{
    width: 300px;
    height: 300px;
    background-size: 100% 100%;
}
.breeds-service-content2{
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.breeds-service-slider
{
    width: 780px;
    height: 400px;
    display: flex;
    /* background-color: rgb(56, 39, 71); */
}
.breeds-service-img1
{
    height: 400px;
    width: 370px;
    border-radius: 5px;
    background-image: url(breeds-slider1.png);
    /* background-size: 100% 100%; */
    animation: breeds-slider1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    /* background-color: blueviolet; */
}
.breeds-slider-btn
{
    height: 50px;
    width: 50px;
    background-image: url(breeds-arrow-bg.png);
    background-size: 100% 100%;
    transform: rotateY(180deg) translateY(-50%);
    display: grid;
    place-items: center;
    margin-top: 200px;
    margin-left: -40px;
    cursor: pointer;
}
.breeds-slider-arrow
{
    width: 70px;
    height: 20px;
    margin-left: -20px;
    cursor: pointer;
}
.breeds-slider-arrow:hover
{
    background-color: white;
}
@keyframes breeds-slider1
{
    0%
    {
        background-image: url(breeds-slider1.png);
    }
    25%
    {
        background-image: url(breeds-slider1.png);
    }
    50%
    {
        background-image: url(breeds-slider2.png);
    }
    90%
    {
        background-image: url(breeds-slider2.png);
    }
}
.breeds-service-img2
{
    height: 400px;
    width: 370px;
    margin-left: 10px;
    border-radius: 5px;
    background-image: url(breeds-slider3.png);
    animation: breeds-slider2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    /* background-color: blueviolet; */
}
@keyframes breeds-slider2
{
    0%
    {
        background-image: url(breeds-slider3.png);
    }
    25%
    {
        background-image: url(breeds-slider3.png);
    }
    50%
    {
        background-image: url(breeds-slider4.png);
    }
    90%
    {
        background-image: url(breeds-slider4.png);
    }
}
.breeds-service-info
{
    height: 400px;
    width: 370px;
    /* margin-left: 40px;   */
    border-radius: 5px;  
    display: grid;
    place-items: center;  
}
.breeds-info-content
{
    height: 300px;
    width: 300px;
}
.breeds-info-subtitle
{
    color: white;
    font-size: 20px;
    font-weight: 750;
    /* font-family: Poppins, sans-serif; */
    border-left: 3px solid white;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}
.breeds-info-title{
    color: white;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    /* font-family: Poppins, sans-serif; */
    margin-bottom: 20px;
}
.breeds-info-lines{
    color: white;
    font-size: 17px;
    font-weight: 60;
    line-height: 1.5;
    /* font-family: Poppins, sans-serif; */

}

.more-pets-btn
{ 
    justify-content: center;
    border-radius: 3px;
    background-color: white;
    margin-top: 50px;
    height: 50px;
    width: 155px;
    overflow: hidden;
    cursor: pointer;
}
.more-pets-btn:hover .hover-circle
{
    margin-top: -70px; 
    transition: 1s;
}
.more-pets-btn .btn{
    color: #dd4035;
    font-weight: 850;
}
.faq-area
{
    width: 100%;
    height: 700px;
    background-color: #d5e6ed;
    display: grid;
    place-items: center;
    margin-top: 90px;
}
.faq-shape
{
    height: 30px;
    width: 100%;
    margin-top: -25px;
    background-size: 140% 100%;
}
.faq-container
{
    height: 600px;
    width: 90%;
    display: flex;
    justify-content: center;
    /* background-color: #1e4b57; */
}

.faq-frame-img
{
    position: absolute;
    /* left: 110px; */
    margin-left: -520px;
    margin-top: 180px;
    border-radius: 50px;
    /* top: 527%; */
}
.faq-info-content
{
    padding-left: 80px;
    padding-top: 60px;
}
.faq-subtitle
{
    color: #dd4035;
    font-size: 25px;
    font-weight: 750;
    margin-bottom: 20px;
    line-height: 1px;
    /* font-family: 'Nunito', sans-serif; */
}
.faq-title
{
    color: #112930;
    font-size: 40px;
    font-weight: 800;
    /* font-family: 'Nunito', sans-serif; */
    margin-bottom: 30px;
}
.faq-working-title-box
{
    /* height: 70px;
    width: 575px; */
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: white;
    display: grid;
    place-items: center;
    /* justify-content: center; */
}
.faq-working-title
{
    color: #132b31;
    font-size: 23px;
    font-weight: 750;
    /* font-family: 'Nunito', sans-serif; */
}
.faq-working-lines-box
{
    height: 150px;
    width: 575px;
    background-color: white;
    display: grid;
    place-items: center;
    border-top: 2px solid #d5e6ed;
    display: none;
}
.faq-working-lines
{
    color: gray;
    font-size: 18px;
    padding: 10px;
    line-height: 30px;

}
.faq-working-title-box:hover .faq-working-lines-box
{
    display: block;
}
.faq-dog-design
{
    height: 130px;
    margin-left: 475px;
    margin-top: 90px;
}
.design-slider
{
    margin-top: -25px;
}
.slider-design
{
    width: 100%;
    height: 25px;
}
.design-slider-container
{
    height: 150px;
    width: 100%;
    margin-top: -4px;
    background-color: #181a21;
    display: grid;
    place-items: center;
}
.design-slider-container img
{
    padding: 10px 50px;
}
.puppies-area
{
    height: 1500px;
    width: 100%;
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.puppies-container
{
    display: grid;
    place-items: center;
}
.puppies-content
{
    display: grid;
    place-items: center;
}
.dog-print-red
{
    height: 30px;
    width: 30px;
}
.puppies-dogprint
{
   animation: rotation3 1.5s linear infinite;
}

@keyframes rotation3 {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(15deg);
   }
}
.puppies-subtitle
{
    font-size: 25px;
    color: #dd4035;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    line-height: 35px;
}
.puppies-title
{
    font-size: 40px;
    color: #112930;
    font-weight: 800;
    /* font-family: Poppins, sans-serif; */
    line-height: 80px;
}
.puppies-line
{
    font-size: 16px;
    font-weight: 400;
    color: #6d6868;
    /* font-family: Poppins, sans-serif; */
    line-height: 30px;
} 
.puppies-card-image
{
    display: flex;
    justify-items: center;
    margin-top: 70px;
}
.puppies-card-image img
{
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.7;
}
.puppies-card-image img:hover
{
    opacity: 1;
}
.puppies-card-row1
{
    display: flex;
    justify-content: space-around;
    width: 102%;
    margin-top: -50px;
}
.puppies-card-row2
{
    display: flex;
    justify-content: space-around;
    width: 102%;
    margin-top: -50px;
}
.puppies-card1
{
    display: grid;
    place-items: center;
    height: 150px;
    width: 300px;
    /* padding: 50px ; */
    /* margin-left: 30px; */
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px rgb(236, 236, 236);
}
.puppies-card2
{
    display: grid;
    place-items: center;
    height: 150px;
    width: 300px;
    /* padding: 50px ; */
    /* margin-left: 100px; */
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px rgb(236, 236, 236);
}
.puppies-card3
{
    display: grid;
    place-items: center;
    height: 150px;
    width: 300px;
    /* padding: 50px ; */
    /* margin-left: 100px; */
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px rgb(236, 236, 236);
}
.card-title
{
    font-size: 22px;
    color: #dd4035;
    font-weight: bold;
    cursor: pointer;
}
.card-title:hover
{
    color: #132b31;
}
.card-setting-date
{
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding-bottom: 20px;
    border-bottom: 1px solid #5c767e;
}
.card-icon
{
    font-size: 10px;
    color: #5c767e;
    padding: 5px;
    font-weight: bolder;
    cursor: pointer;
}
.card-icon:hover
{
    color: #dd4035;
}
.card-rating-price
{
    display: flex;
    width: 90%;
    justify-content: space-between;
}
.card-text
{
    font-size: 12px;
    font-weight: bolder;
    color: #5c767e;
}
.customer-design-shape
{
    width: 100%;
    /* height: px; */
}
.customer-area
{
    height: 900px;
    width: 100%;
}
.customer-container
{
    display: grid;
    place-items: center;
}
.customer-content
{
    display: grid;
    place-items: center;
}
.dog-print-red
{
    height: 30px;
    width: 30px;
    margin-top: 100px;
}
.customer-dogprint
{
   animation: rotation3 1.5s linear infinite;
}

@keyframes rotation3 {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(15deg);
   }
}
.customer-subtitle
{
    font-size: 25px;
    color: #dd4035;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    line-height: 35px;
}
.customer-title
{
    font-size: 40px;
    color: #112930;
    font-weight: 800;
    /* font-family: Poppins, sans-serif; */
    line-height: 80px;
}
.customer-line
{
    font-size: 16px;
    font-weight: 400;
    color: #6d6868;
    /* font-family: Poppins, sans-serif; */
    line-height: 30px;
}
.customer-profile-container
{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    width: 85%;
}
.customer-profile
{
    height: 250px;
    width: 550px;
    border-radius: 40px;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 5% 100%);
    background-color: white;
    display: grid;
    place-items: center;
}
.alessia-care
{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.profile-img
{
    width: 100px;
    height: 100px;
    border-radius: 60px;
    border: 10px solid rgb(252, 245, 231);
    margin-top: 50px;
    background-size: 100% 100%;
    cursor: pointer;
}
.profile-img:hover
{
    scale: 1.2;
}
.profile-about
{
    width: 350px;
    
}
.profile-about-text
{
    line-height: 30px;
    color: #605d5d;
    font-weight: 550;
    margin-top: 40px;
}
.profile-person
{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.person-name
{
    color: #132b31;
    font-size: 25px;
    font-weight: bolder;
    padding: 5px;
}
.ceo
{
    font-size: 15px;
    color: #6d6868;

}
.double-comma
{
    font-size: 100px;
    color: #dd4035;
}
.customer-design-btn
{
    display: flex;
    margin-top: 70px;
}
.customer-btn1
{
    height: 10px;
    width: 50px;
    background-color: #dd4035;
    border-radius: 10px;

}
.customer-btn2
{
    height: 10px;
    width: 25px;
    background-color: #1e4b57;
    border-radius: 10px;
    margin-left: 5px;

}
.news-design-btn
{
    display: flex;
    margin-top: 70px;
}
.news-btn1
{
    width: 50px;
    height: 10px;
    border-radius: 20px;
    background-color: #dd4035;
    
}
.news-btn2
{
    width: 20px;
    height: 10px;
    border-radius: 20px;
    background-color: #1e4b57;
    margin-left: 7px;
}
.news-design-shape
{
    width: 100%;
    margin-top: -30px;
    /* box-shadow: 5px 5px 5px black; */
    height: 30px;
    z-index: 1000;
}
.news-area
{
    /* height: 800px; */
    width: 100%;
    display: grid;
    place-items: center;
}
.news-content
{
    display: grid;
    place-items: center;
}
.dog-print-red
{
    height: 30px;
    width: 30px;
    /* margin-top: 0px; */
}
.news-dogprint
{
   animation: rotation3 1.5s linear infinite;
}

@keyframes rotation3 {
    0%
    {
      transform: rotate(0deg);
   }
   50% {
      transform: rotate(15deg);
   }
}
.news-subtitle
{
    font-size: 25px;
    color: #dd4035;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    line-height: 35px;
}
.news-title
{
    font-size: 40px;
    color: #112930;
    font-weight: 800;
    /* font-family: Poppins, sans-serif; */
    line-height: 80px;
}
.news-line
{
    font-size: 16px;
    font-weight: 400;
    color: #6d6868;
    /* font-family: Poppins, sans-serif; */
    line-height: 30px;
}
.news-container
{
    display: flex;
    width: 100%;
    margin-top: 100px;
    justify-content: space-evenly;
}
.news-card-column1
{
    display: grid;
    /* place-items: center; */
    width: 300px;
}
.card-sharped
{
    display: grid;
    place-items: end;
    height: 250px;
    width: 350px;
    background-size: 100% 100%;
    border-radius: 20px;
}
.card-sharped:hover
{
    transform: scale(1.05);
    transition: .4s linear;
}
.adim-bell i
{
    font-size: 12px;
    color: #c0bebe;
    line-height: 60px;

}
.card-sharped-title
{
    font-size: 24px;
    font-weight: bolder;
    line-height: 60px;
    color: #132b31;
}
.card-sharped-title:hover
{
    color: #dd4035;
}
.card-sharped-text
{
    color: #757474;
    line-height: 30px;
}
.read-more-dog
{
    display: flex;
    margin-top: 30px;

}
.read-more
{
    color: #dd4035;
    font-weight: bolder;
    padding: 5px;
}
.read-dog
{
    height: 25px;
    width: 25px;
    transform: rotate(90deg);
}
.sharped-btn
{
    width: 140px;
    height: 50px;
    margin-bottom: 10px;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 5% 100%);
    background-color: white;
    display: grid;
    place-items: center;
    border-radius: 15px;
    cursor: pointer;
}
.sharped
{
    color: #dd4035;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}
.sharped-btn:hover
{
    color: #112930;
}
.newsletter-area
{
    display: grid;
    place-items: center;
}
.newsletter
{
    height: 200px;
    width: 85%;
    border-radius: 10px;
    margin-top: 100px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    place-items: center;
}
.newsletter-title
{
    font-size: 40px;
    color: white;
    margin-right: 50px;
    font-weight: bolder;
    line-height: 90px;
}
.newsletter-text
{
    color: white;
    font-weight: bolder;
}
.newsletter-email
{
    width: 500px;
    height: 70px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    border-radius: 10px 10px 35px 10px;
    border: none;
}
.sub-btn
{ 
    padding-top: 25px;
    padding-left: 30px;
    align-items: center;
    display: flex;
    color: #dd4035;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}
.subscribe-btn
{
    border-radius: 3px;
    background-color: white;
    height: 70px;
    width: 200px;
    /* margin-top: 40px; */
    overflow: hidden;
    cursor: pointer;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 35px 10px 10px 10px;
}
.subsricbe-circle
{
    width: 300px;
    height: 400px;
    margin-top: 50px;
    margin-left: -70px;
    background-color: #181a21;
    border-radius: 50%;
}
.subscribe-btn:hover .subsricbe-circle
{
    margin-top: -70px;
    transition: 1s;
}
.newsletter-last-design
{
    width: 100%;
    height: 30px;
}
.footer-area
{
    height: 600px;
    width: 100%;
    margin-top: 100px;
}
.footer-head-design
{
    width: 100%;
}
.footer-container
{
    height: 300px;
    padding-top: 100px;
    display: flex;
    /* justify-content: space-evenly; */
}
.footer-content
{
    margin-left: 110px;
}
.footer-text
{
    margin-top: 20px;
    color: gray;
    font-size: 14px;
    line-height: 30px;
}
.footer-contact
{
    display: flex;
    margin-top: 20px;
}
.fa-headphones
{
    background-color: #dd4035;
    color: white;
    padding: 14px;
    font-size: 17px;
    border-radius: 50%;
}
.footer-number-call
{
    margin-left: 10px;
}
.footer-number
{
    font-size: 25px;
    font-weight: bolder;
    line-height: 30px;
    color: #1e4b57;
}
.footer-number:hover
{
    color: #dd4035;
}
.call
{
    font-size: 15px;
    color: #dd4035;
    font-weight: bolder;
}
.footer-icon
{
    padding: 50px 10px;
}
.footer-icon i
{
    padding: 5px;
    color: #1e4b57;
}
.footer-icon i:hover
{
    color: #dd4035;
}
.footer-title
{
    margin-bottom: 20px;
    font-size: 20px;
    color: #153f4b;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
}
.footer-item
{
    font-size: 14px;
    color: gray;
    line-height: 35px;
}
.footer-item:hover
{
    color: #dd4035;
    margin-left: 5px;
    transition: all 0.3s ease-out 0s;
}
.insta-dog
{
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.footer-dog-shape
{
    display: flex;
    justify-content: space-between;
}
.copyright-shape
{
    width: 100%;
}
.copyright-text
{
    height: 80px;
    width: 100%;
    margin-top: -4px;
    background-color: #0a303a;
    display: grid;
    place-items: center;
}
.copyright-content
{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.copyright-line
{
    font-size: 15px;
    color: rgb(196, 188, 188);
    border-left: 2px solid rgb(196, 188, 188);
    line-height: 2px;
    padding: 10px;

}
.english-map
{
    display: flex;
}
.english-image
{
    height: 16px;
    width: 16px;
    margin-right: 5px;
    border: 1px solid white;
    border-radius: 8px;
}
.english
{
    font-size: 15px;
    color: rgb(223, 217, 217);
}

/* Contact Page css */
    .main6
    {
        height: 645px;
        width: 100%;
        /* background-size: 100% 100%; */
        /* background-image: url(footer_bg.jpg); */
        background-color: #dfdede27; 
        display: flex;
    }
    .news-design-shape{
        transform: translateY(100px);
    }
    .box9
    {
        height: 100%;
        width: 50%;
        /* background-color: blue; */
    }
    .minibox5
    {
        height: 80%;
        width: 95%;
        background-color: white;
        margin-left: 32px;
        margin-top: 65px;
        border-radius: 10px;
    }
    .input
    {
        margin-left: 40px;
        height: 45px;
        width: 550px;
        margin-top: 20px;
        border: 1px solid rgb(202, 200, 200);
        border-radius: 5px;
        padding-left: 20px;
    }
    .drop
    {
        height: 45px;
        width: 572px;
        border: 1px solid rgb(202, 200, 200);
        border-radius: 5px;
        padding-left: 20px;
        margin-left: 40px;
        margin-top: 20px;
    }
    .input1
    {
        margin-left: 40px;
        padding-bottom: 130px;
        padding-top: 20px;
        width: 550px;
        margin-top: 20px;
        border: 1px solid rgb(202, 200, 200);
        border-radius: 5px;
        padding-left: 20px;
    }
    #contact-btn{
        margin-left: 42px;
        margin-top: 50px;
    }
    .box10
    {
        height: 100%;
        width: 50%;
        /* background-color: blueviolet; */
    }
    .sub-box8
    {
        margin-left: 40px;
    }
    .minibox6
    {
        display: flex;
        place-items: center;
        margin-top: 120px;
    }
    .line4
    {
        height: 2px;
        width: 30px;
        background-color: #112930;
    }
    .book1
    {
        color: #dd4035;
        margin-left: 5px;
        font-weight: bold;
    }
    .an1
    {
        color: #112930;
        font-size: 50px;
        font-weight: bold;
        margin-top: 20px;
    }
    .number1
    {
        color: #6d6868;
        margin-top: 20px;
        font-size: 40px;
    }
    .text9
    {
        color: #6d6868;
        line-height: 30px;
        margin-top: 20px;
    }
    .monday
    {
        color: #6d6868;
        margin-top: 20px;
        font-size: 18px;
    }
    .friday
    {
        color: #6d6868;
        margin-top: 20px;
        font-size: 18px;
    }
    .saturday
    {
        color: #6d6868;
        margin-top: 20px;
        font-size: 18px;
    }
    .sunday
    {
        color: #6d6868;
        margin-top: 20px;
        font-size: 18px;
    }
    .line5
    {
        height: 2px;
        width: 95%;
        background-color: white;
        margin-top: 10px;
    }
    .fa-1
    {
        margin-left: 80px;
        transform: translateY(-1px);
    }
    .fa-2
    {
        margin-left: 183px;
        transform: translateY(-1px);
    }
    .fa-3
    {
        margin-left: 166px;
        transform: translateY(-1px);
    }
    .fa-4
    {
        margin-left: 175px;
        transform: translateY(-1px);
    }


    /* Blog-page Css */

    .main9
    {
        height: 800px;
        width: 100%;
    }
    .box15
    {
        height: 25%;
        width: 100%;
        /* background-color: blue; */
        display: grid;
        place-items: center;
    }
    .minibox9
    {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }
    .line8
    {
        height: 2px;
        width: 30px;
        background-color: #dd4035;
        margin-left: 5px;
    }
    .blog
    {
        font-size: 22px;
        color: #dd4035;
        margin-left: 5px;
    }
    .lat
    {
        font-size: 50px;
        font-weight: bold;
        color: #112930;
    }
    .text13
    {
        font-size: 16px;
        color: #6d6868;
    }
    .text13a
    {
        font-size: 16px;
        color: #6d6868;
    }
    .box16
    {
        height: 75%;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .subbox1
    {
        height: 550px;
        width: 400px;
        background-color: white;
        border-radius: 10px;
        /* border: 1px solid rgb(211, 210, 210); */
        cursor: pointer;
    }
    .main-box
    {
        height: 50%;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }
    .image-box
    {
        height: 100%;
        width: 100%;
        scale: 1;
        transition: .5s;
        border-radius: 10px;
    }
    .image-box:hover
    {
        scale: 1.05;
        transform: rotate(2deg);
        border-radius: 10px;
    }
    .imgup1
    {
        height: 100%;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .text14
    {
        font-size: 22px;
        color: #112930;
        font-weight: bold;
        margin-left: 40px;
        margin-top: 20px;
        margin-right: 40px
    }

    .text14a
    {
        font-size: 16px;
        color: gray;

        margin-left: 40px;
        line-height: 25px;
        margin-top: 20px;
    }
    .main10-frame
    {
        height: 500px;
        width: 100%;
        background-image: url(Project-image/Eye-Check-up8.jpg);
        background-size: cover;
    }

    /* Adoption Page CSS */

    .main7
    {
        height: 645px;
        width: 100%;
        display: flex;
        margin-top: 80px;
    }
    .box11
    {
        height: 100%;
        width: 50%;
    }
    .box12
    {
        height: 100%;
        width: 50%;
    }
    .img6
    {
        height: 500px;
        width: 550px;
        margin-left: 100px;
        border-radius: 20px;
    }
    .img7
    {
        height: 250px;
        width: 320px;
        transform: translateY(-200px);
        margin-left: 20px;
        border-radius: 20px;
    }
    .sub-box9
    {
        margin-left: 40px;
    }
    .mini-box5
    {
        display: flex;
        place-items: center;
        margin-top: 60px;
    }
    .line6
    {
        height: 2px;
        width: 30px;
        background-color: #dd4035;
    }
    .test
    {
        color: #dd4035;
        margin-left: 5px;
        font-size: 20px;
    }
    .what
    {
        font-size: 60px;
        font-weight: bold;
        margin-top: 20px;
        color: #112930;
    }
    .fa-star
    {
        color: gold;
        margin-top: 10px;
    }
    .text10
    {
        margin-top: 40px;
        
        font-size: 16px;
        line-height: 20px;
        color: #6d6868;
    }
    .minibox7
    {
        display: flex;
        margin-top: 40px;
    }
    .img-d
    {
        height: 100px;
        width: 100px;
        border-radius: 100px;
    }
    .d-name
    {
        color: #dd4035;
        font-size: 18px;
        margin-top: 40px;
        margin-left: 10px;
    }
    .desi
    {
        margin-top: 70px;
        margin-left: -110px;
    }

    .main8
    {
        height: 800px;
        width: 100%;
        background-image: url(footer_bg.jpg);
    }
    .box13
    {
        height: 30%;
        width: 100%;
        /* background-color: blue; */
        display: grid;
        place-items: center;
    }
    .minibox8
    {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }
    .line7
    {
        height: 2px;
        width: 30px;
        background-color: #dd4035;
        margin-left: 5px;
    }
    .app
    {
        font-size: 22px;
        color: #dd4035;
        margin-left: 5px;
        font-weight: bold;
    }
    .it
    {
        font-size: 50px;
        color: #112930;
        font-weight: bold;
    }
    .text11
    {
        color: #605d5d;
        font-size: 16px;
        
    }
    .text11a
    {
        color: #605d5d;
        font-size: 16px;
        
    }
    .box14
    {
        height: 70%;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .subbox
    {
        height: 300px;
        width: 380px;
        background-color: white;
        display: grid;
        place-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    .count-adop
    {
        height: 75px;
        width: 80px;
        background-color: #112930;
        color: white;
        font-size: 50px;
        font-weight: bold;
        
        display: grid;
        place-items: center;
        border-radius: 8px;
        margin-left: -240px;
        transform: translateY(-60px);
    }
    .fa-mobile
    {
        font-size: 50px;
        color: #05C18E;
        transform: translateY(-40px);
        font-weight: 20px;
    }
    .fa-reye
    {
        font-size: 50px;
        color: #dd4035;
        transform: translateY(-40px);
    }
    .fa-handshake
    {
        font-size: 50px;
        color: #dd4035;
        transform: translateY(-40px);
    }
    .caring1
    {
        font-size: 25px;
        font-weight: bold;
        color: #112930;
        transform: translateY(-50px);
    }
    .text12
    {
        font-size: 16px;
        color: #605d5d;
        transform: translateY(-50px);
        margin-left: 40px;
        line-height: 25px;
    }


    /*Gallary Page Css  */

.gallary-card-area
{
    width: 100%;
    height: 500px;
    background-color: white;
    display: grid;
    margin-top: 50px;
    place-items: center;
}
.gallary-card-container
{
    width: 94%;
    height: 90%;
    background-image: url(https://demo.moxcreative.com/neufam/wp-content/uploads/sites/27/2021/04/dog-beagle-purebred-running-with-a-football-ball-in-park-outdoors-towards-camera-summer-sunny-day-on-e1619530765694.jpg);
    background-size: 100% 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.animal-gallary-card
{
    width: 20%;
    height: 100%;
    border-left: 1px solid rgb(235, 234, 234);
    overflow: hidden;
}
.animal-gallary-card:hover
{
    border-color: transparent;
}
.gallary-card-animal-name
{
    font-size: 30px;
    color: white;
    width: 251px;
    padding: 20px 0px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 1000;

}
.animal-gallary-card:hover .gallary-card-animal-name
{
    color: #112930;
}
.gallary-card-effect
{
    width: 100%;
    height: 100%;
    /* background-color: brown; */
    background-size: 100% 100%;
    transform: translateY(-100%); 
    transition: 0.5s;
    z-index: -1;
}
.gallary-card-effect1
{
    /* background-image: url(https://askproject.net/geowild/wp-content/uploads/sites/112/2022/11/grizzly-bears-fishing-for-salmon-PL3SNNZ.jpg); */
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/portrait-of-young-woman-holding-cute-cat-with-blue-2023-11-27-05-17-26-utc-683x1024.jpg);
}
.gallary-card-effect2
{
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/american-akita-dog-for-a-walk-with-a-guy-and-a-gir-2023-11-27-05-04-11-utc-683x1024.jpg);
}
.gallary-card-effect3
{
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/bearded-man-hugging-and-stroking-ginger-cat-close-2023-11-27-04-56-33-utc-683x1024.jpg);
}
.gallary-card-effect4
{
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/happy-care-and-girl-playing-with-dogs-at-animal-a-2023-11-27-05-25-23-utc-683x1024.jpg);
}
.gallary-card-effect5
{
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/smiling-woman-cuddling-with-dog-on-bed-in-sunlight-2023-11-27-05-34-51-utc-683x1024.jpg);
}
.animal-gallary-card:hover .gallary-card-effect
{
    border: 1px solid transparent;
    transform: translateY(-0.5%);
}

.image-gallary-area{
    width: 100%;
    height: 1000px;
    /* background-color: brown; */
    display: grid;
    place-items: center;
    margin-top: 50px;
}
.image-gallary-container{
    width: 85%;
    height: 90%;
    /* background-color: aquamarine; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-gallary-container-column{
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* background-color: rgb(68, 0, 255); */
}
.column2-row{
    width: 100%;
    height: 50%;
    background-size: 100% 100%;
}
.column2-row1{
    /* background-color: chartreuse; */
    background-image: url(https://demo.moxcreative.com/neufam/wp-content/uploads/sites/27/2021/04/close-up-of-a-golden-retriever-isolated-on-white-800x879.jpg);
}
.column2-row2{
    /* background-color: rgb(89, 9, 105); */
    background-image: url(https://elementor-kits-04.nicdark.com/animal-shelter-wordpress-elementor-kit/wp-content/uploads/sites/4/2024/05/pet-love-dog-is-the-best-friend-german-shepherd-683x1024.jpg);
}
.column-row,
.column3-row{
    width: 100%;
    height: 33%;
    background-size: 100% 100%;
}
.column-row1{
    /* background-color: black; */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/G4X27RT-e1620279998631.jpg);
}
.column-row2{
    /* background-color: rgb(122, 13, 13); */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/PF8M25Z-e1620351084629.jpg);
}
.column-row3{
    /* background-color: rgb(58, 56, 56); */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/golden-retriever-puppy-e1620280085678.jpg);
}
.column3-row1{
    /* background-color: rgb(206, 142, 142); */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/QYN8S8S-e1620279974965.jpg);
}
.column3-row2{
    /* background-color: rgb(13, 122, 46); */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/PXJ7LRH-e1620280014638.jpg);
}
.column3-row3{
    /* background-color: rgb(37, 66, 46); */
    background-image: url(https://templatekit.jegtheme.com/kintamani/wp-content/uploads/sites/86/2021/05/samoyed-dog-1-e1620350905106.jpg);
}
.dog-image{
    transition: 0.3s;
}
.dog-image:hover{
    filter: brightness(40%);
}