@font-face {
    font-family: "Georgia";
     src: local("Georgia"),url("../../assets/fonts/georgia.ttf");
     font-weight: 400;     
}
@font-face {
    font-family: "Arial";
     src: local("Arial"),url("../../assets/fonts/arial.ttf");
     font-weight: 400;     
}
@font-face {
    font-family: "Arial Italic";
     src: url("../../assets/fonts/arial_italic.ttf");
     font-weight: 400;    
     font-style: italic; 
    }

/*------------------Links---------------------*/
body{
    margin: 0px;
}
a{
    text-decoration: none;
    color: inherit;
}
nav a:hover{
    color: #292929;
}
nav a:nth-child(2){
    color: #545454;
    padding-bottom: 3px;
    border-bottom: solid 3px #F1CDB3;
}
/*----------MODAL------------------*/

.modal_pets{
    position: fixed;
    width: 900px;
    height: 500px;
    flex-direction: row;
    display: none;
    z-index: 999;
    margin-left: calc(50vw - 900px/2);
    margin-top:calc(50vh -  500px/2);
    background: #FAFAFA;
    border-radius: 3%;
}
.modal_wrapper{
    width: 900px;
    height: 500px;
    display: flex;
}

#modalPets:hover{
    box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}
.modalPets_button{
    position: absolute;
    margin-top: -44px;
    margin-left: 885px;
    width: 52px;
    height: 52px;
    border: 2px solid #F1CDB3;
    box-sizing: border-box;
    border-radius: 100px;
    background: none;
    cursor: pointer;
        transition: transform .3s;
}
.modalPets_button:hover{
    background: #F1CDB3;
transform: scale(1.3);
}

#modalPets button:hover{
    cursor: pointer;
}

  .pets .wrapper .pets-slider .outer-slider {
    position: relative;
    margin-top: 60px;
    width: 120rem;
    height: 91.5rem;
    overflow: hidden;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
  }

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pets-slider-btns__button-num {
    background: url("../../assets/img/Arrow.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    border-style: none;
    border: 2px solid #FDDCC4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #292929;
    background-image: none;
    border: none;
  }

#modalPets button:hover{
    cursor: pointer;
}
.modal_img{
    position: relative;
    border-radius: 9px 0px 0px 9px;
   
}
.modal_img img{
    width: 500px; 
    height: 500px;  
}

.modal_content{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 3%;
    gap:3%
}

.name_modal{
    position: relative;
    margin-top: 15%;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #000000;
}
.name_modal h3{
    margin:0px;
}

    .type_modal{
        position: relative;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.06em;
        color: #000000;
        margin-top: -10%;
    }
    .type_modal h4{
        margin:0px;
    }

    .description_modal{
        position: relative;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 110%;
        letter-spacing: 0.06em;
           color: #000000;
    }


    .age_modal{
        position: relative;
        font-family: 'Georgia';
        font-style: normal;
        font-size: 15px;
        line-height: 110%;
        letter-spacing: 0.06em;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap:10px;
        padding-left:5%;
        margin: 0px;
    }

    .age_modal_ul{
        display: flex;
        flex-direction: column;
        gap:10px;
        padding-left:5%;
        margin: 0px;
    }


    .age_modal_ul_span{
        font-weight: 700;

    }




/*----------------Header----------------------*/
#black_back{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #000000c8;
    z-index: 10;
    margin: 0px;
}
#black_back:hover{
    cursor: pointer;
}


#headerContainer{
    position: fixed;
    height: 120px;
    left: 0%;
    right: 0%;
    top: 0px;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 4;
    }

header{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#logo{
    position: relative;
    display: flex;
    flex-direction: column;
    top: 9px;
}
#logo h1{
    
    width: 186px;
    height: 35px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #545454;
    margin-bottom: 10px;

}
#logo p{
    color: #292929;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 0px;
    margin-left: 3px;

}
#burger, #burger_menu{
    display:none;
}
#navMenu{
    position: absolute;
    width: 443px;
    height: 27px;
    left: 757px;
    top: 46px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #545454;

}
#navMenu a:nth-child(-n+3){
    margin-right: 30px;
}

/*------------------Main----------------------*/

#ourPets{
 position: absolute;
height: 1342px;
left: 0%;
right: 0%;
top: 120px;
background: #F6F6F6;
}

#petsContent{
position: relative;
width: 1200px;
top: 55px;
margin: 0 auto;


}
#petsContent h2{
    color: #545454;
    font-family: Georgia;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-align: center;

}

#outer{
   height: 990px;
    overflow: hidden;
}
#petsCards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    position: relative;
    height: 5940px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
    row-gap: 30px;
    -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  


}

.card{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 435px;
    background: #FAFAFA;
    border-radius: 9px;
    
}
.card:hover{
    background: #FFFFFF;
    cursor: pointer;
}
.card:hover button{
    background: #FDDCC4;
    border: 2px solid #FDDCC4;
    cursor: pointer;

}
.card_img{
   
margin-bottom: 5px;
}
.card img{
   
    margin-bottom: 5px;
    }
.card h3{
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #545454;
}
.card_h3{
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #545454;
}
.learnMore{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 45px;
    Width: 187px;
    Height:52px;
    margin-left: 41.5px;
    border: 2px solid #F1CDB3;
    background: #FAFAFA;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;
    margin-top: 5%;

}
#pagination{
    position: relative;
    width: 355px;
    height: 52px;
    margin-left: calc(50% - 340px/2);
    top: 5%;
}

#pagination button{
    border: 2px solid #F1CDB3;
box-sizing: border-box;
border-radius: 100px;
width: 52px;
height: 52px;
color: #292929;
font-weight: 400;
font-size: 20px;
line-height: 115%;
margin-right:15px;


}

.button__inactive {
    cursor: default !important;
    border-color: #CDCDCD !important;
color: #CDCDCD;
 }
  
  
  .button__inactive:hover {
    background-color: #F6F6F6 !important;
    cursor: default !important;

  }
   
#pagination button:nth-child(3){
    background: #F1CDB3;
    border-radius: 100px;
    border: none;
    color: #292929;

}

#pagination button:hover{
    background: #FDDCC4;
    border: 2px solid #FDDCC4;
    cursor: pointer;
}

/*----------------------Footer----------------------*/

footer{
position: absolute;
height: 350px;
left: 0%;
right: 0%;
top: 1462px;
margin-left: 0%;
margin-right: 0%;
background: radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
linear-gradient(0deg, #211F20, #211F20);
;
}
#footerContent{
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 160px;
    width: 1200px;
height: 310px;



}
#footerPuppy{
    Width:300px;
    Height: 310px;
    margin-top: 40px;
}
#contacts{
    width: 278px;
    height: 234px;
    margin-top: 23px;


}
#contacts h3{
    width: 278px;
    height: 90px;
    left: calc(50% - 278px/2 - 0px);
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #FFFFFF;


}
#contacts div{
    display: flex;
    flex-direction: row;
    width: 302px;
    height: 32px;
    margin-bottom: 40px;
    margin-top: -5px;
}

#contacts div img{
    height: 32px;
    width: 40px;
    border-radius: 0px;
    margin-top: 8px;
}
#contacts div p{
    width: 191px;
height: 23px;
margin-left: 20px;
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
color: #F1CDB3;


}
#contacts div:not(:last-child) p{
    margin-top: 15px;
}
#contacts div:last-child img{
    margin-top: 15px;
}
#locations div:last-child img{
    margin-top: 15px;
}
#locations{
    width: 302px;
    height: 234px;
    margin-top: 25px;   

}
#locations h3{
    width: 278px;
    height: 90px;
    left: calc(50% - 278px/2 - 0px);
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 0px;

}
#locations div{
    display: flex;
    flex-direction: row;
    width: 302px;
    height: 32px;
    margin-bottom: 50px;
    margin-top: 10px;
}

#locations div img{
    margin-top: 25px;
    width: 22px;
height: 32px;
border-radius: 0px;
}
#locations div p{
    width: 260px;
    height: 46px;
    margin-left: 20px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
}


/*--------------media queries---------------*/



@media (min-width:768px) and (max-width:1279.9px) {
    #modalPets{
        width: 682px;
        height: 402px;
        margin-left: calc(50% - 682px/2);
        margin-top:calc(50% -  402px/2);
      }
      #modalPets button {
       
        margin-left: 675px;
    }
      .modal_img img {
        width: 350px;
        height: 350px;
      }
      .modal_wrapper{
          width: auto;
          height: auto;
      }
     
      
      .name_modal h3 {
        font-size: 35px;}
    
        .type_modal h4 {
            margin-top: 0px;
        }
        .description_modal {
    
        font-size: 13px;}
    

    /*heder*/

    
    .button__inactive {
        cursor: default !important;
        border-color: #CDCDCD !important;
    color: #CDCDCD;
     }
      
      
      .button__inactive:hover {
        background-color: #F6F6F6 !important;
      }
    header{
        width: 708px;
       

    }
    #navMenu{
        width: 443px;
        left: 265px;
        top: 46px;
    }
    #burger, #burger_menu{
        display:none;
    }

    /*pets*/

    #ourPets{
        height: 1733px;
    }

    #petsContent{
        width: 580px;
        margin-left: calc(50% - 580px/2);
        top: 50px;
    }
    #outer{
        height: 1365px;
        width: 580px;
        margin-left: calc(50% - 580px/2);
    }
    #petsCards{
       justify-content: center;
       row-gap: 30px;
       height: 11160px;
       width: 580px;
    }
    .card{
        margin-top: 0px;
        
    }
    .card h3{
        margin-top: 25px;
    }
    
    #pagination{
        margin-top: -25px;
        top: 1644px;
        position: absolute;

    }

    /*footer*/

    footer{
        height: 639px;
        top: 1853px;

    }
    #footerContent{
        flex-wrap: wrap;
        gap:25px;
        width:708px;
    }
    #footerContent div{
        margin-top: 0px;
        margin-left: 35px;
    }


    #locations div{
        margin-left: -1px;
        margin-top: 11px;
    }
    #locations div:last-child img{
        margin-top: 15px;
    }
    #contacts div{
        margin-top: -15px;
    margin-left: -2px;
    }
    #contacts div img{
        margin-top: 15px;
    }
    #contacts div:last-child{
        margin-top: 10px;
    }
    #contacts div:not(:last-child) p{
        margin-top: 22px;
    }
    #footerContent #footerPuppy{
    margin-left: calc(50% - 300px/2);
    margin-top: 65px;
    }
}

@media (max-width:767.9px) {
   
    .button__inactive {
        cursor: default !important;
        border-color: #CDCDCD !important;
    color: #CDCDCD;
     }
      
      
      .button__inactive:hover {
        background-color: #F6F6F6 !important;
      }
element.style {
    display: flex;
}
#black_back {
    height:2578px;
    top: 0;
}
    #modalPets{
        position: fixed;
        width: 240px;
        height: 341px;
        margin-left: calc(50% - 240px/2);
        margin-top: calc(50% - 341px/2);
    }
    .modal_wrapper{
        width: auto;
        height: auto;
    }
   
    #modalPets button {
       
        margin-left: 235px;
    }
    .modal_img{
        display: none;
    }
    .modal_content{
        align-items: center;
        gap: 0px;
    }
    .name_modal{
        margin-top: 3%;
        margin-bottom: 5px;

    }
    .type_modal{
        margin-top: 0%;
        margin-bottom: 5px;

    }
    .description_modal {
    font-size: 13px;
    text-align: justify;
    margin-right: 5px;

    }

    .age_modal ul{
        gap: 7px;
        padding-left: 0%;
    }
    /*header*/
    body{
        margin: 0%;
    }
    #wrapper{
        width: 320px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    header{
        width: 320px; 
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    @keyframes menuFlows{
        from {margin-left:320px}
        to {margin-left:0px}
    }
    .transitionMenu{
        animation-name: menuFlows;
        animation-duration: 0.2s;
        
    }
    @keyframes menuHide {
        from {left:0px}
        to {left:320px}
        
    }
    .transitionHide{
        animation-name: menuHide;
        animation-duration: 0.2s;
    }
    .vanish{
        display: none;
    }
    
    #burger{
        display:flex;
        width: 30px;
        height: 22px;
        margin-top: 26px;
        margin-right: 53px;
        z-index: 4;
        transition: 0.5s;

    }
    .rotated{
        transform: rotate(-90deg);
    }

    .burger_menu{
        background: #FFFFFF;
        position: fixed;
        display:flex;
        flex-direction: column;
        width: 320px;
        height: 100vh;
        z-index: 11;
        margin-left:320px;
        color: #545454;
        border-radius: 1%;

    }
    .burger_menu div{
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.06em;
    }
    .burger_menu nav{
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 60px;
        margin-top: 45%;
    }
       .menu_header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-right: 5%;
    
       }
    #burger, #burger2{
        cursor: pointer;
    }
    .burger_menu > nav:hover{
        color: #292929;
    }
    .burger_menu div:nth-child(2) a{
        color: #545454;
        padding-bottom: 3px;
        border-bottom: solid 3px #F1CDB3;
    }
    #navMenu{
        display: none;
    }
    #logo{
        left: 3.12%;

    }

    /*main*/
   
    #ourPets{
        height: 1749px;
        position: relative;
    }
    #petsContent{
        width: 300px;
        top: 20px;
        height: 1390px;
    }
    #petsContent h2{
        font-size: 25px;
        line-height: 130%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    #outer{
        width: 270px;
        height: 1390px;
    }
    #petsCards{
        width: 270px;
        height: 22340px;
        justify-content: center;
        row-gap: 30px;
        margin-top: 40px;

    }
    .card{
        margin-top: 0px;
    }
    .card h3{
        margin-top: 27px;

    }
    .card button{
        margin-top: 9px;

    }
   
    #pagination{
        width: 300px;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-left: calc(50% - 300px/2);
        top: 150px;

    }
    #pagination button{
        margin-right: 0px;
        
    }
    
    /*footer*/

    footer{
        height: 809px;
        top: 1769px;

    }
    #footerContent{
        flex-direction: column;
        width: 300px;
        gap: 40px;
        align-items: center;
        text-align: center;

    }
    #footerContent h3{
        height: 64px;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        margin-bottom: 29px;


    }
    #contacts{
        margin-top: 5px;
    }
    #contacts div{
        width: 251px;
        margin-left: calc(50% - 251px/2);
        margin-bottom: 45px;

    }
    #contacts div img{
        margin-top: 15px;
    }
    #contacts div:not(:last-child) p{
        margin-top: 1em;
    }
    #contacts div:last-child img{
        margin-left: 5px;
    }
    #contacts div:last-child p{
        margin-left: 14px;
    }
    #locations{
        width: 300px;
        height: 222px;
        margin-top: 12px;
        justify-content: center;
        display: flex;
        flex-direction: column;

    }
    #locations h3{
        margin: 0 auto;
    }
    #locations div img {
        margin-top: 37px;
    }
    #locations div:last-child img{
        margin-top: 23px;
    }
    #locations div p {
        width: 258.28px;
        text-align: left;
        margin-top: 30px;
    }
    #footerPuppy{
        width: 260px;
        margin-top: -12px;

    }
    #footerPuppy img{
        width: 260px;
    }
}



    