@font-face {
    font-family: "georgia"; 
    src: url("../../assets/fonts/georgia/georgia-regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
    } 
    
@font-face {
        font-family: "arial"; 
        src: url("../../assets/fonts/arial/arial-regular.ttf") format("truetype"); 
        font-style: normal; 
        font-weight: normal; 
        } 


body{
    max-width: 1280px;
    margin:  0 auto;
    padding: 0;
}

main{
    max-width: 1280px;
}

p{
    font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
}

a{
    text-decoration-line: none;
}

h1{
    margin: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;   
    color: #F1CDB3;
}

h3{
    margin: 0px;
    letter-spacing: 0.06em;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
}

h4{
    margin: 0;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;  
    letter-spacing: 0.06em;
}

.header{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
    /* left: calc(50% - 1200px/2);
    top: 61px; */
    padding: 61px 40px 0;
}

.logo{
    /* width: 184px;
    height: 60px; */
}

.logo__subtitle{
    margin: 0;
    padding: 10px 5px;
    font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.main-nav{
    width: 443px;
    height: 27px;
}

.main-nav__list{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
}

.main-nav__link{
    font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #CDCDCD;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0px;
    text-decoration: none;
}

li:not(.link-active):hover a{
    color: #FAFAFA;
    cursor: pointer;
}

.link-active{
    border-bottom: 2px solid #F1CDB3;
}

.start-screen{
    background: url(../../assets/images/noise_transparent@2x.png),
    radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}

.start-screen__content{
    
    margin: 0px;
    padding: 180px 40px 0 40px;
    display: flex;
    justify-content: space-between;

}

.start-screen button:hover{
    background: #FDDCC4;
}

.start-screen__text{
    display: flex;
    flex-direction: column;
    padding-top: 164px;
}


.start-screen__heading{
    margin: 0;
    width: 310px;
    height: 114px;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    color: #FFFFFF;
    
}
.start-screen__subheading{
    width: 460px;
    height: 72px;
    padding: 26px 0;
    /* font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%; */
    color: #CDCDCD;
}

.start-screen__img{
    display: table-header-group;
}


.primary__button{

    width: 208px;
    height: 52px;
    bottom: 0px;
    background: #F1CDB3;
    border-radius: 100px;

    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;
}


.about{
    background: #FFFFFF;
}

.about__pets{
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 408px;
    padding: 80px 40px 100px;

}

.about__img{
    width: 300px;
    height: 408px;
}

.about__content{
    margin: 15px 0px 0px 120px;
}

.about__heading{
    width: 370px;
    height: 90px;
    color: #545454;
}

.about__subheading{
    width: 430px;
    height: 144px;
    /* font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%; */
    display: flex;
    align-items: center;
    color: #4C4C4C;
    margin: 0px;
}

/* PETS */
.pets{
    background: #F6F6F6;
}

.pets__content{

    width: 1200px;
    /* height: 408px; */
    padding: 80px 40px 100px;
}

.pets__heading{
    padding: 0px 33.5%;
    width: 400px;
    height: 90px;

    display: flex;
    align-items: center;
    text-align: center;

    color: #545454;

}

.pets__slider{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pets__cards{
    display: flex;
    justify-content: space-between;
    gap: 90px;
    padding: 60px 0 0;
}

.pets__card{
    width: 270px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    background: #FAFAFA;
    border-radius: 9px;
}

.pets__card:hover{
    cursor: pointer;
    background: #FFFFFF;

}

.pets__card:hover button{
    background: #FDDCC4;
}

.card__figure{
    margin: 0;

    border-radius: 9px 9px 0px 0px;
}


.card__subtitle{
    /* padding: 6px; */
    margin: 0px;
    width: 74px;
    height: 23px;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    letter-spacing: 0.06em;
    color: #545454;
}

.button__secondary{
    margin: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    width: 187px;
    height: 52px;
    left: 41.5px;
    top: 353px;
    position: static;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;

}

.button__arrow1{
    margin: 87px 0 0;
    display: inline-block;
    border: 2px solid #F1CDB3;
    padding: 15px 16px;
    border-radius: 50%;
    transform: rotate(180deg);
}

.button__arrow2{
    margin: 87px 0 0;
    display: inline-block;
    padding: 15px 16px;
    border-radius: 50%;
    border: 2px solid #F1CDB3;

}

.button__arrow1:hover, .button__arrow2:hover{
    cursor: pointer;
    background: #FDDCC4;
}

.pets__button{
    width: 261px;
    height: 52px;
    left: 470px;
    top: 645px;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 87px 470px 0px;
}

.pets__button:hover{
    cursor: pointer;
    background: #FDDCC4;
}

/* HELP */

.help{
    background: #FFFFFF;
}

.help__content{
    /* width: 1200px; */
/* height: 431px;
left: calc(50% - 1200px/2);
top: 80px; */
}

.help__heading{
    /* width: 308px; */
    height: 90px;
    left: 446px;
    margin: 80px 0px 0px 0px;
    text-align: center;

    color: #545454;
}

.help__cards{
    display: flex;
    /* width: 1026px; */
    height: 281px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 50px;
    padding: 45px 0px 115px;
}


.help-card{
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

   } 
.help-card__subtitle{
    padding: 10px 30px;
    width: auto;
    height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #545454;
    justify-content: space-around;
}

/* DONAT */
.donation{
    background: #F6F6F6;
}

.donation__wrapper{
    display: flex;
    justify-content: center;
    /* width: 1200px; */
    /* height: 408px; */
    padding: 80px 182px 90px 183px;
}

.donation__dog{
    width: 505px;
    height: 261px;
    margin-top: 15px;
}

.donation__content{
    margin: 0 0 0 30px;
}

.donation__heading{
    width: 300px;
    height: 90px;

    display: flex;
    align-items: center;

    color: #545454;
    
}

.donation__subheading{
    margin: 0;
    padding-top: 20px;
    /* width: 307px; */
    height: 17px;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #545454;
}

.number_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    width: 320px;
    /* height: 43px; */
    /* left: 0px; */
    /* top: 147px; */
    background-image: url(../../assets/images/Credit\ card.png);
    border-radius: 9px;
    text-decoration: none;
    margin: 20px 0px;


    width: 319px;
    height: 23px;
    left: 15px;
    top: 10px;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;

}
.donation__longtext{
    width: 380px;
    height: 72px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #B2B2B2;

}

/* FOOTER */
footer{
    height: 350px;
    background: url(../../assets/images/noise_transparent@2x.png),
    radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}

.footer__content{
    padding: 40px 40px 0;

    display: flex;
    justify-content: space-between;
}

.footer__wrapper{
    padding: 15px 0px;
    height: 234px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__heading{
    width: 280px;
    height: 90px;

    color: #FFFFFF;
}

.mail{
    width: 251px;
    height: 32px;
    display: flex;
    justify-content: inherit;
    align-items: center;
}


.mail-text{
    /* width: 191px; */
    height: 23px;
    color: #F1CDB3;
}

.mail-icon{
    width: 40px;
    height: 32px;
}

.phone{
    width: 239px;
    height: 32px;
    display: flex;
    justify-content: inherit;
    align-items: center;
}

.phone a{
    text-decoration-line: none;
}

.phone-text{
    /* width: 179px; */
    height: 23px;
    color: #F1CDB3;
}

.phone-icon{
    width: 40px;
    height: 32px;
}

.Boston{
    width: 302px;
    height: 46px;
    display: flex;
    justify-content: inherit;
    align-items: center;
}

.Boston-adress{
    width: 260px;
    height: 46px;
    letter-spacing: 0.06em;
    color: #F1CDB3;

}

.london{
    width: 302px;
    height: 32px;
    display: flex;
    justify-content: inherit;
    align-items: center;
}

.london-adress{
    width: 260px;
    height: 23px;
    letter-spacing: 0.06em;
    color: #F1CDB3;

}

.map-icon{
    width: 22px;
    height: 32px;
}