/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body{
    background-color: #fdede6;
    background-color: #fcfcfc;
    background-image: url("https://www.transparenttextures.com/patterns/skulls.png");
}

/* Root */
:root{
    --white:white;
    --black:rgb(0, 0, 0);
    --black2:rgba(10, 0, 0, 0.171);
    --title: 120px;
    --title2:100px;
    --title3:80px;
    --title4:60px;
    --text:20px;
    --text2:25px;
    --text3:30px;
    --text4:40px;
    --text5:15px;
    --color:#fae3d9;
    --color1: #8064d1;
    --color2: #fdeb43;
    --color3: #fe9972;
    --color4:#8fd100;
    --color5: #5ec6d9;

}
.container{
    display: flex;
}
a{
    border-radius: 40px;
    padding: 13px;
    
}
.section{
    padding-left: 2%;
    padding-right: 2%;
}
h1{
    font-size: var(--title);    
    text-align: center;
    color: var(--color2);
}

/* section_menu */
.container_menu{
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    
}

.nav_menu{
    display: flex;
    justify-content: space-between;
}
.a_menu{
    text-decoration: none;
    margin-right: 15px;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color1);
    font-size: 15px;
    text-align: center;
}
.a_menu:nth-child(7){
    margin-right: 0;
}
.a_menu:hover{
    transform: rotate(-5deg);
    transition: 0.5s;
    border-color: var(--color3);
    background: var(--color3);
}
.a_menu:active{
    transform: rotate(-5deg);
    transition: 0.5s;
}
/* section_found */
.container_found{
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color1);
    background-image: url("https://www.transparenttextures.com/patterns/bedge-grunge.png");
    border-radius: 45px;
    padding-left: 5%;
    padding-right: 5%;
    flex-wrap: wrap;
}
.section_found{
    margin-top: -50px;
}

.text_found{
    text-align: center;
    padding-top:3%;
    font-size: var(--text2);
    color: var(--white);
}
.img_found{
    height: 98px;
}
.h1_found:nth-child(2){
    margin-top: 0;
}

/* section_help */
.section_help{
    margin-top: 3%;
    margin-bottom: 3%;
}
.container_help{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 12%;
    padding-bottom: 12%;
}
.h2_help{
    font-size: var(--title4);
    text-align: center;
    font-style: italic;
    font-weight: 100;
}
.text_help{
    margin-top:1% ;
    text-align: center;
    font-size: var(--text2);
    font-style: italic;
    font-weight: 100;
}
.a_help{
    text-decoration: none;
    border-bottom: 1px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
}
.a_help:hover{
    text-decoration: none;
    border-bottom: 2px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
    font-weight: 400;
}
.a_help:active{
    text-decoration: none;
    border-bottom: 2px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
    font-weight: 400;
}
/* section_photo */
.container_photo{
        width: 100%;
        height: 100vh;
        background: var(--color3);
        border-radius: 45px;
        padding-left: 5%;
        padding-right: 5%;
        flex-direction: column;
        background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
}
.container_photo:nth-child(1){
   justify-content: center;
   align-items: center;
}
.p_photo{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color3);
    font-size: var(--text3);
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    margin-top: -2.5%;
}
.h2_photo{
    text-align: center;
    width: 100%;
    font-size: var(--title2);
    padding-bottom: 1%;
    font-weight: 500;
}
.inner_photo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.wrap_photo1{
    width: 60%;
    height: 100%;
    padding: 4%;
    padding-top: 0%;  
}
.wrap_photo2{
    width: 40%;
    height: 100%;
    padding: 4%;
    padding-top: 0%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p_photo1{
    font-size: var(--text4);
    position: relative;
    width: 100%;
}
.p_photo2{
    width: 100%;
    margin-left: auto;
    margin-top: 7px;
    font-size: var(--text);
    line-height: 28px;
    padding-left: 50%;
}
.img_photo1{   
    width: 90px;
    height: 90px;;
    animation: star 5s infinite;
    animation-duration: 3s;
    transform: rotate(17deg);
    margin-right: 0px;
}
.inner_photo2{
    width: 100%;
    height: 80%;
    padding: 0%;
    background: url(/img/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner_photo2:hover{
    transform: rotate(-15deg);
    transition: 2s;
}
.inner_img_photo{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: flex-end;
}
.img_photo2{   
    width: 90px;
    height: 90px;
    animation: star 3s infinite;
    transform: rotate(-15deg);
    animation-iteration-count: infinite;
}
@keyframes star{
    0%{
        opacity: 1;
    }
    25%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/* section_opportunities */
.section_opportunities{
    margin-top: 10%;
}
.container_opportunities{
        padding-top:8% ;
        padding-bottom:8% ;
        width: 100%;
        background-color: var(--color4);
        background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
        border-radius: 45px;
        padding-left: 10%;
        padding-right: 10%;
        flex-direction: column;
       
}
.container_opportunities:nth-child(1){
    justify-content: center;
    align-items: center;
 }
.p_opportunities1{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color4);
    font-size: var(--text3);
    width:160px;
    border-radius: 40px;
    padding: 1%;
    margin-top: -12.5%;
    text-align: center;
}
.h2_opportunities{
    text-align: center;
    width: 100%;
    font-size: var(--title3);
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: 500;
}
.inner_opportunities{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;

}
.card_opportunities{
    margin-top: 3%;
    width: 30%;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.img_opportunities{
    width: 100px;
    height:100px;
}
.p_opportunities2{
    text-align: center;
    padding-top: 4%;
}
/* section_catch */
.container_catch{
    background-color: #5ec6d9;
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:8% ;
    padding-bottom:0% ;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: column;
    border-radius:45px ;
}
.container_catch:nth-child(1){
    justify-content: center;
    align-items: center;
}
.p_catch1{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color5);
    font-size: var(--text3);
    display: flex;
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: row;
    margin-top: -11.5%;
    
}
.h2_catch{
    text-align: center;
    width: 100%;
    font-size: var(--title3);
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: 500;
}
.inner_catch1{
    width: 100%;
    height: 50vh;  
}
.img_catch1{   
    width: 90px;
    height: 90px;
    margin-right: 60%;
    margin-bottom: 1%;
    background: url('../img/exclamation.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: exclamation  2s infinite;
    transform: rotate(-20deg);
}
.img_catch2{   
    width: 90px;
    height: 90px;
    margin-left: 60%;
    margin-top: -4%;
    background: url('../img/exclamation.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: exclamation2 2s infinite;
    transform: rotate(20deg);
}
@keyframes exclamation {
    0%{
        transform: rotate(-20deg);
    }
    50%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(-20deg);
    }
}
@keyframes exclamation2 {
    0%{
        transform: rotate(20deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    100%{
        transform: rotate(20deg);
    }
}
.wrap_catch1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.h3_catch1{
    font-size: var(--text4);
    text-align: center;
    font-weight: 400;
    line-height: 35px;
}
.p_catch2{
    font-size: var(--text5);
    text-align: center;
    margin-top: 1%;
}
.inner_catch{
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.wrap_catch{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.wrap_catch:nth-child(5){
    justify-content: flex-end;
}
.h3_catch{
    font-size: var(--text3);
    font-weight: 600;
    width: 100%;
}
.h3_catch + .p_catch{
    font-size: var(--text3) ;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.p_catch{
    width: 49%;
}
.a_catch{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color5);
    font-size: var(--text5);
    text-align: center;
    width: 100%;
    margin-right: 15%;
    margin-left: 50%;
    margin-top: -8%;
}
.a_catch2{
    margin-top: -5%;
}
.a_catch:hover{
    transition: 0.5s;
    background: var(--color3);    
    border: 1px solid var(--color3);
}
.inner_catcha .p_catch{
    width:100%;
}
.inner_catcha{
    width:50%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrap_catch2{
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.wrap_catch2:hover .inner_catleg{
    background:url('/img/catleg2.png');
    background-size: 55% 90%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 1s;
}
.wrap_catch2:hover .inner_dogleg{
    background:url('/img/dogleg2.png');
    background-size: 55% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 1s;
}
.inner_dogleg{
    width: 100%;
    height: 100%;
    background:url('/img/dogleg.png');
    background-size: 55% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_catleg{
    width: 100%;
    height: 100%;
    background:url('/img/catleg.png');
    background-size: 55% 90%;
    background-position: center;
    background-repeat: no-repeat;
}
/* section_veterinarian */
.container_veterinarian{
    background-color: var(--color2);
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:8% ;
    padding-bottom:5% ;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: column;
    border-radius:45px ;
}
.container_veterinarian:nth-child(1){
    justify-content: center;
    align-items: center;
}
.p_veterinarian1{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color2);
    font-size: var(--text3);
    display: flex;
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: row;
    margin-top: -11%;
}
.h2_veterinarian{
    text-align: center;
    width: 100%;
    font-size: var(--title3);
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: 500;
    line-height:70px;
}
.p_veterinarian{
    font-size: var(--text3);
    margin-top: 1%;
    width: 100%;
}
.card_veterinarian{
    margin-top: 3%;
    width: 40%;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.card_veterinarian:nth-child(1){
    margin-right: 1%;
}
.img_veterinarian{
    width: 100px;
    height:100px;
}
.inner_veterinarian{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.img_veterinarian1{
    margin-right: 4%;
}
.a_veterinarian{
    text-decoration: none;
    border-bottom: 1px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
    font-weight: 400;
}
.a_veterinarian:hover{
    text-decoration: none;
    border-bottom: 2px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
    font-weight: 500;
}
.a_veterinarian:active{
    text-decoration: none;
    border-bottom: 2px solid var(--black);
    padding: 0%;
    border-radius: 0%;
    color: black;
    font-weight: 400;
}
/* section_ads */
.section_ads{
    margin-top: 10%;
}
.container_ads{
    background-color: var(--color3);
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:8% ;
    padding-bottom:3% ;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: column;
    border-radius:45px ;
}
.container_ads:nth-child(1){
    justify-content: center;
    align-items: center;
}
.p_ads1{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color3);
    font-size: var(--text3);
    display: flex;
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: row;
    margin-top: -11%;
}
.h2_ads{
    text-align: center;
    width: 100%;
    font-size: var(--title3);
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: 500;
    line-height:70px;
}
.inner_ads{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 3%;
    padding-bottom: 3%;
}
.inner_ads:nth-child(2){
    justify-content: space-between;
}

.card_ads{
    width: 30%;
    min-height: 100px;
    background:var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius:35px;
    transform: rotate(-5deg);
}

.card_ads:nth-child(2){
    
    transform: rotate(5deg);
}
.card_ads:nth-child(3){
    
    transform: rotate(-7deg);
}
.h3_card1{
    font-size: var(--text2);
}
.p_card1{
    margin-top: 3%;
}
.card_ads1{
    width: 30%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5%;
    padding-bottom: 3%;
    padding-top: 12%;
}
.card_ads01{
    justify-content: space-between;
    padding-bottom: 5%;
}
.card_ads2{
    width: 36%;
    height: 90vh;
    background:var(--white);
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 2%;
}
.h3_ads2{
    width: 100%;
    font-size: var(--title4);
    padding-top: 3%;
    padding-bottom: 3%;
}
.inner_ads2{
    width: 100%;
    height: 55%;
    background: #5ec6d9;
    border-radius: 3%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: wrap;
    
}
.img_ads2{
    width: 75%;
    height:85%;
}
.ul_ads2{
    width: 50%;
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 2%;
    text-align: left;
}
.p_ads2{
    width: 40%;
    background: var(--black2);
    padding: 5%;
    text-align: center;
    margin-bottom: 2%;
    border-radius: 5%;
}
/* section_ads2 */
.container_ads2{
    background-color: var(--color5);
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:8% ;
    padding-bottom:3% ;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: column;
    border-radius:45px ;
}
.container_ads2:nth-child(1){
    justify-content: center;
    align-items: center;
}
.p_ads02{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color5);
    font-size: var(--text3);
    display: flex;
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: row;
    margin-top: -11%;
}
.inner_home{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    margin-bottom: 2%;
}
.wrap_home{
    width: 48%;
    height: 100%;
    padding: 2%;
    display: flex;
    flex-direction: column;
}
.wrap_home1{
    justify-content: space-between;
    align-items: center;
}
.wrapper_home{
    width: 100%;
    height: 60%;
    background: var(--white);
    border-radius: 30px;
    padding: 5%;
}
.wrapper_home2{
    width: 100%;
    height: 75%;
    padding: 5%;
    margin-top: -30%;
    display: flex;
    justify-content: center;
}
.p_home{
    font-size: var(--text3);
}
.img_home{
    width: 80%;
    height: 100%;
}
.card_home{
    width: 90%;
    height: 30%;
    background: var(--white);
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
}
.card_home:nth-child(1){
    background: var(--color1);
    color: var(--white);
    transform: rotate(-6deg);
}
.card_home:nth-child(2){
    background: var(--color3);
    transform: rotate(4deg);
}
.card_home:nth-child(3){
    transform: rotate(-4deg);
}
.p_card{
    font-size: var(--text5);
}
/* section_ovner */
.section_ovner{
    margin-top: 10%;
}
.container_ovner{
    background-color: var(--color3);
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:8% ;
    padding-bottom:3%;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: column;
    border-radius:45px ;
}
.container_ovner:nth-child(1){
    justify-content: center;
    align-items: center;
}
.p_ovner{
    text-decoration: none;
    color: black;
    background: var(--white);    
    border: 1px solid var(--color3);
    font-size: var(--text3);
    display: flex;
    width:160px;
    border-radius: 40px;
    padding: 1%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: row;
    margin-top: -11%;
}
.card_ovner{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    border-bottom: 2px solid var(--black);
}
.card_ovner:nth-child(7){
    border-bottom: none;
}
.text_ovner{
    font-size: var(--text5);
    text-align: right;
}
.h3_ovner{
    font-size: var(--text4);
    font-weight: 400;
}
.card_ovner1{
    width: 100%;
    margin-top: 2%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.a_ovner{
    text-decoration: none;
    background:var(--white);
    font-size: var(--text);
    color: var(--black);
    padding: 2%;
}
.a_ovner:hover{
    background:var(--color4);
    transition: 1s;
    transform: rotate(-5deg);
}
.a_ovner:active{
    background:var(--color4);
    transition: 1s;
    transform: rotate(-5deg);
}
/* section_last */
.container_last{
    background-color: var(--color1);
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
    width: 100%;
    padding-top:1% ;
    padding-bottom:1%;
    padding-left:5% ;
    padding-right: 5%;
    flex-direction: row;
    border-radius:45px ;
    justify-content: space-between;
}
.inner_last{
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    overflow: hidden;
}
.inner_last1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.h3_last{
    color: var(--white);
    font-weight: 400;
}
.img_last{
    width: 100%;
    height: 100%;
}
/* media */
@media(max-width:1400px){
    /* section_menu */
    .container_menu{
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        padding-right: 5%;
        padding-left: 5%;
        
    }
    
    .a_menu{
        font-size: var(--text5);
    }
    /* section_found */
    .text_found{
        font-size:var(--text) ;
    }
    h1{
        font-size: var(--title3);    
        text-align: center;
        color: var(--color2);
    }
    .img_found{
        height: 68px;
    }
    /* section_help */
    .h2_help{
        font-size: var(--text4);
    }
    .text_help{
        font-size: var(--text);
    }
    /* section_photo */
    .h2_photo{
        font-size: var(--title4);
    }
    .p_photo1{
        font-size: var(--text3);
    }
    .p_photo2{
        font-size: var(--text5);
        line-height: 20px;
    }
    .p_photo2::before{   
        width: 90px;
        height: 90px;;
        top: 130px;
    }
    /* section_opportunities */
    .h2_opportunities{
        font-size: var(--title4);
    }
    .p_photo1{
        font-size: var(--text3);
    }
    .p_photo2{
        font-size: var(--text5);
        line-height: 20px;
    }
    .p_photo2::before{   
        width: 90px;
        height: 90px;;
        top: 130px;
    }
    /* section_catch */
    .h2_catch{
        font-size: var(--title4);
    }

    }
    @media(max-width:1115px){
        h2{
            font-size: var(--title4);
        }
        /* section_menu */
       
        /* section_found */
        
        /* section_help */
        
        /* section_photo */
        
        /* section_opportunities */
        
        /* section_catch */
        .wrap_catch2:hover .inner_catleg{
            background-size: 85% 90%;
        }
        .wrap_catch2:hover .inner_dogleg{
            background-size: 85% 100%;
        }
        .inner_dogleg{
            background-size: 85% 100%;
        }
        .inner_catleg{
            background-size: 85% 90%;
        }
        .img_catch2{
            margin-left: 76%;
        }
        
        /* section_ads */
        .h3_ads2{
            font-size: var(--text3);
        }
        }
