html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
  font-family: "arial-regular";
  src: url(../fonts/arial-regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arial-bold";
  src: url(../fonts/arial-bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arial-black";
  src: url(../fonts/arial-black.ttf);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
font-face {
  font-family: "arial-narrow";
  src: url(../fonts/arial-narrow.ttf);
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: "georgia-regular";
    src: url(../fonts/georgia-regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;}

    @font-face {
        font-family: "georgia-bold";
        src: url(../fonts/georgia-bold.ttf);
        font-weight: 700;
        font-style: normal;
        font-display: swap;}

html {
  box-sizing: border-box;
  scroll-behavior:smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "arial-regular";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
 

/* Header style start */
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  width: 100%;
  color: bisque;
  padding: 30px 40px;
  /* z-index: 2; */
  background: url(../img/start-screen-gradient-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.header-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
 
}
.header-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
 
}
.header-link {
  padding: 15px;
  text-decoration: none;
  color: bisque;
  font-family: "arial-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  
}
/* .header-link:active {
  border-bottom: 2px solid bisque;
  font-size: 15px; */
}

.header-link:hover
.header-link:focus {
  font-size: 17px;
}
.header-link:active{
  border-bottom: 2px solid bisque;
  font-size: 17px; 
}
.is-active {
  border-bottom: 2px solid bisque;
  font-size: 17px; 
  pointer-events: none;
}
.header-burger {
display: none;
width: 40px;
height:28px;
position: relative;
}

.burger-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color:#f1cdb3;
  position: absolute;
  left:0;
}
.burger-line-first{
  top: 0;
}
.burger-line-second{
  top: 50%;
  transform: translateY(-50%);
}
.burger-line-third{
  bottom: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 10; 
  }

.logo {
 
  text-decoration: none;
  color:#F1CDB3;
}

.logo1 {
  font-family: "georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  
}
.logo2 {
    font-family: "arial-regular";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  
}
/* Header style end */
/* not only style start */

.not-only {
  
  background: url(../img/start-screen-gradient-background.png);
  background-size: cover;
  background-repeat: no-repeat;
 padding-top: 30px;
  padding-left: 10px;
  padding-right: 40px;
}
.only-wrapper{
max-width: 1280px;
margin: 0 auto;
padding: 0 15px;

}

.not-only-container {
  width: 1200px;
  height: 728px; 
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 10px;
  

}
.not-only-part {
    width: 472px;
    height: 322px;
    
    
}
.not-only-title {
  width: 314px;
  height: 114px;
  color: #FFFFFF;
  font-family: "georgia-regular" ;
  font-size: 44px;
  line-height: 130%;
  margin-bottom: 40px;
}
.not-only-subtitle {
  width: 460px;
  height: 72px;
  color: #FFFFFF;
  font-family: "arial-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  margin-bottom:40px;
}
.not-only-button {
  display: inline-block;
  border: solid 1px #F1CDB3;
  width: 207px;
  height: 52px;
  text-align: center;
  color: #292929;
  text-decoration: none;
  font-family: "georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;  
  background: #f1cdb3;
  border-radius: 100px;
  padding-top: 12px;

}
.not-only-button:hover,
.not-only-button:focus,
.not-only-button:active{
    background-color:#FDDCC4;
}

.not-only-img {
width:698px;
height: 728px;
background-image: url(../img/start-screen-puppy.svg);
background-repeat: no-repeat;
background-size:cover;
background-position: right;
 
  
}
/* not only style end */

/* about-the-shelter start */
.about{
  min-height: 100hv;
  padding: 110px 90px;
  background-color: #FFFFFF;
}
.about-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
   
}
.about-the-shelter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
    padding-inline: 40px;

}
.about-pets {
/* position: absolute; */
width: 300px;
height: 408px;
left: 175px;
top: 0;

}
.about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height:380px;
}
.about-title{ 
width: 370px;
height: 90px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 130%;
letter-spacing: 0.06em;

}
.about-subheading {
width: 430px;
font-family: "arial-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 160%;
letter-spacing: 0.06em;
}
/* about-the-shelter end */

/* our pets start */
.our-friend{
min-height: 100hv;
width: 100%;
padding: 90px 0;
background: #F6F6F6;
}
.pets-wrapper {
max-width: 1280px;
margin: 0 auto;
/* position: relative; */
padding: 0 15px;
/* background: #F6F6F6; */
 }

.pets-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 697px;
  gap: 60px;
  
 
  background: #F6F6F6;
}
.our-pets-title {
width: 400px;
height: 90px;
/* position: absolute;
left: 30%;
right: 30%; 
top: 0; */
text-align: center;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 130%;
color: #545454;
}

.pets-slider {

display: flex;
justify-content:space-between;
align-items: center;
/* position: absolute; */
width: 100%;
height: 435px;
overflow: hidden;  

}

.pets-card.active {
display: flex;
flex-direction: column;
align-items: center;
width: 270px;
height: 435px;
background-color: #FFFFFF;
border-radius: 9px;
gap:35px;
/* opacity: 0; */

} 
.pets-card:hover,
.pets-card:focus,
.pets-card:active{
  background-color: #FAFAFA;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
} 
.pets-card{
  display: none;
  transition: 0.5s ease-in-out;
}

.card-title {
  text-align: center;
  font-family: "georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
}
.card-button {
width: 187px;
height: 52px;
background: #FAFAFA;
border: 2px solid #F1CDB3;
border-radius: 100px;
color: #545454;

}
.card-button:hover,
.card-button:focus,
.card-button:active{
    background-color: #F1CDB3;
} 



 .circle{
 width: 52px;
height: 52px; 
/* position: absolute;
top: 192px; 
left:0px; */
border: 2px solid #F1CDB3;
border-radius: 50%;
background-color:#FAFAFA;
}


.circle:hover,
.circle:focus,
.circle:active{
  background-color: #F1CDB3;
  
} 
.arrow-ahead {
  background-image: url(../icons/Arrow\ ahead.svg);
  background-size: 14px 6px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.arrow-back {
  background-image: url(../icons/Arrow\ ahead.svg);
  background-size: 14px 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-back2 {
  background-image: url(../icons/Arrow\ ahead.svg);
  background-size: 14px 6px;
  background-repeat: no-repeat;
  background-position: center;
  
}
.arrow-ahead2 {
  background-image: url(../icons/Arrow\ ahead.svg);
  background-size: 14px 6px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);

}

/* pop-up */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.popup-content{
  width:900px ;
  height:500px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 20px;
 
}
#popup-name{
  font-family: "georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
}
#popup-type,
#popup-breed{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
}
#popup-description{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 110%;
letter-spacing: 0.06em;
}
.popup-item-title {
font-family:"georgia-bold";
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 180%;
letter-spacing:0.06em;
color: #292929;}

.popup-item {
list-style-type:disc;

}
.popup-item::marker {
  color: #F1CDB3;
}
#popup-age,
#popup-inoculations,
#popup-diseases,
#popup-parasites{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 180%;
letter-spacing: 0.06em;
}
#popup-img{
 border-radius: 9px 0px 0px 9px;
}

.popup-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 20px 50px 20px;

}
.close {
  width: 52px;
  height: 52px;
  position: absolute;
  top:-50px;
  right: 0px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
}
.popup-overlay{
  display: none;
 
}
.popup-overlay_active{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_active{
  display: block;
  z-index: 11;
}
/* pop-up */
.get-to-button {
display: inline-block;
border: solid 1px #F1CDB3;
text-align: center;
color: #292929;
text-decoration: none;
/* position: absolute; */
width: 261px;
height: 52px;
/* left: 470px;
top: 645px; */
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 130%;  
background: #F1CDB3;
border-radius: 100px;
padding-top: 12px;
}
.get-to-button:hover, 
.get-to-button:focus,
.get-to-button:active {
  background-color:#FDDCC4;
} 
.card-img{
  border-radius: 9px 9px 0px 0px;
 
  }
  .arrow-mobile{
    
  display: none;
  height: 52px;
  width: 200px;
  }

/* our pets  end */
.
/* help the shelter start */

.98help{
min-height: 100hv;
/* padding: 90px 40px; */
background: #F6F6F6;
}

.help-wrapper {
max-width: 1280px;
margin: 0 auto;
background: #FFFFFF;
padding: 90px 40px;
}
.help-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  height: 431px;
  /* margin: 90px 40px; */
}

.help-title {
width: 308px;
height: 90px;
/* position: absolute; */
left: 446px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 130%;
text-align: center;
letter-spacing: 0.06em;
color: #545454;
/* margin-bottom: 60px; */
}
.list{
width: 86%;
height: 281px;
/* position: absolute; */
/* left: 87px;
top: 150px; */
display: flex;
gap: 55px 120px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-inline: 87px;
}
.help-icon{
  text-align: center;
}

.icon{
  width: 60px;
  height: 60px;
}
.icon-title{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #545454;
text-align: center;
letter-spacing: 0.06em;
}
/* help the shelter end */

/* donation start */
.in-addition{
min-height: 100hv;
padding: 97px 160px;
background: #F6F6F6;
}
.donation-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;

}
.donation-container{
 display: flex;
 justify-content: space-between;
 align-items: center;
 /* position: relative; */
 flex-wrap: wrap;
 width: 915px;
 height: 282px;
 left: calc(50% - 915px/2 + 0.5px);

}
.donation-dog{
/* position: absolute; */
width: 505px;
height: 261px;
left: 0px;
top: 11px;}

.donation-title {
width: 300px;
height: 90px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 130%;
letter-spacing: 0.06em;
color: #545454;
margin-bottom: 20px;
}
.donation-subheading{
width: 307px;
height: 17px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 110%;
letter-spacing: 0.06em;
color: #545454;
margin-bottom: 20px;
}
.credit-card{
/* position: absolute; */
width: 349px;
height: 43px;
padding: 10px 15px;
left: 0px;
top: 147px;
background: #F1CDB3;
border-radius: 9px;
color: #545454;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
margin-bottom: 20px;
}
.card-link{
  text-decoration: none;
  color: #545454;
}
.credit-card:hover,
.credit-card:focus,
.credit-card:active {
background: #FDDCC4;
}
.credit-card:active{
  background: #FDDCC4;
  }
.legal{
width: 380px;
height: 72px;
color: #B2B2B2;
font-family: "arial-regular";
font-style: italic;
font-weight: 400;
font-size: 12px;
line-height: 18px;
}


/* donation end*/

.footer {
  background: url(../img/footer-gradient-background.png) no-repeat;
  background-size: cover;
  
  }
  .footer-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 10px;
  
  }
  .footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    width: 1200px;
    height: 310px;
    margin: 20px 30px 0 40px;
  }
  

  .for-question {
  /* position: absolute; */
  width: 278px;
  height: 234px;
  display: flex;
  flex-direction: column;
  display: flex;
  margin-bottom: 60px;
  justify-content: flex-start;
  }
  .footer-list{
    list-style: none;
    margin-bottom: 10px;
  }
  .email
  .phone {
    list-style: none;
   
  }
  .email{
    margin-bottom: 30px;
    margin-top: 30px;
    
  }
  .email::before {
    content:url(../icons/icon-email.svg);
    width: 40px;
    height: 32px;
   
  }
  .phone::before{
    content: url(../icons/icon-phone.svg);
   
  }
  
  .footer-anchor{
  text-decoration: none;
  font-family: georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  margin-bottom: 20px;
  margin-left: 20px;
  }
  .contact-title{
 
  width: 278px;
  height: 90px;
  left: calc(50% - 278px/2 - 0px);
  top: 0px;
  font-family:"georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;

  }
  
  .footer-item {
    display: flex;
    align-items: center;
    width: 308px;
    height: 46px;
    margin-top: 33px;
    
  }
    
   .address-icon {
    height: 32px;
    width: 22px;
    background-image: url(../icons/icon-marker.svg);
    background-size:cover;

    background-repeat: no-repeat;
  
  } 
  
  .address-text{
  list-style: none;
 
  width: 260px;
  height: 46px;
  /* left: calc(50% - 260px/2 + 21px);
  top: 124px;
  position:absolute; */
  }


  /* .link-address::before{
    content: url(../icons/icon-marker.svg);
    width: 22px;
    height: 32px;} */

  .link-address{
    text-decoration: none;
    font-family: georgia-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    margin-left: 10px;
    
   
  }
  
  .footer-img{
  /* position: absolute; */
  width: 300px;
  height: 310px;
  
  }
  .email
  .phone{
 
  width: 251px;
  height: 32px;
  /* left: 0px;
  top: 130px; */
  } 
  .location {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 302px;
    height: 234px;
   
    
  }
  .address-title {
  /* position: absolute; */
  width: 270px;
  height: 90px;
  /* left: calc(50% - 270px/2 - 15px);
  top: 0px; */
  width: 302px;
  height: 234px;
  font-family:"georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  }
  
  /* footer end */

  /* Media start */

  @media screen and (max-width: 1040px){
    .header{
      width: 100%;
    }
    .header-container{
     padding-right: 30px;
    }
    .not-only{
      padding: 40px 40px 0 40px;
    }
    .not-only-container {
      width: 100%;
      height: 1015px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px 40px;
      margin-bottom: 0;
  }
  
  .not-only-button{
    margin-bottom: 60px;
  }
  .not-only-img {
    margin-top: 70px;
    width: 569px;
    height: 593px;
  }
  .about{
    padding: 90px 0;
  }
  .about-wrapper{
    /* padding: 0; */
    padding: 40px 50px;
  }
  .not-only-subtitle{
    margin-bottom: 50px;
  }
  .about-the-shelter-container {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* margin-top: 90px;  */

  }
  .about-title{
    margin-bottom: 30px;
  }
  .first{
    margin-bottom: 30px;
  }
  .second{
    margin-bottom: 50px;
  }

  .our-friend{
    width: 100%;}

  /* .woody{
    display: none;
  } */

  .help-container {
    width: 100%;
    height: 599px;
  }

  .donation-container{
    width: 100%;
    height:783px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;

  }
  .in-addition{
    padding: 0px 0px;
  }
  .donation-info{
    margin-bottom: 50px;
  }
  .list
  {
    height: 599px;
  }
  .footer-container{
    flex-wrap: wrap;
    height: 639px;
    width: 100%;
    align-items:flex-start;
    justify-content: center;
    padding-right: 40px;
    gap: 30px 60px;    
  }
  .footer-wrapper{
   padding-left: 0;
  }
  .footer-img{
  margin-bottom: 0;
  }
}

/* pop-up */
.popup-content{
  width: 630px;
  height: 350px;
}
.popup-item-title {
  line-height: 110%;
}
.popup-info{

  margin: 20px 10px 20px 10px;
}
#popup-description{
  font-size: 13px;
}
.close{
  right: -40px;
}
#popup-age,
#popup-inoculations,
#popup-diseases,
#popup-parasites{
line-height: 110%;
font-size: 13px;
}
@media screen and (max-width: 980px) {
  .pets-slider{
    width: 708px;
  }
}


@media screen and (max-width: 767px) {
  .header-container{
    width:100%;
  }
  .header-burger {
    display: block;
    transition: 0.5s ease-in-out;
  }
  .header-burger_active{
    z-index: 11;
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;}
  
  .header-nav{
    position: fixed;
    width: 320px;
    height:100%;
    top:0;
    right: 0;
    background-color: #292929;
    padding: 250px 50px 50px 50px;
    z-index: 11;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;}

    .head-nav_active{
      transform: translateX(0);
    }

  .header-items{
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

.header-link {
font-family: "arial-regular";
font-style: normal;
font-weight: 400;
font-size: 25px !important;
line-height: 160%;
  }
  .overlay_active {
    opacity: 1;
    visibility: visible;
}
.body-no-scroll {
  overflow: hidden;
}
 
.not-only-img {
  margin-top: 50px;
  max-width: 569px;
  max-height: 593px;

}}

@media screen and (max-width: 580px){
  .header-container {
    width: 100%;
  }

  .our-pets-title{
    font-size: 25px;
    line-height: 130%;
    width:100% ;
    height: 64px; 
    /* padding-inline: 10px; */
  }
  .not-only-img {
    min-width: 260px;
    min-height: 272px;
    
  }
  
  /* .jennifer{
    display: none;
  } */
  .pets-slider{
    width: 270px;
    height:507px ;
    flex-direction: column;
    gap: 20px;
  }
  .pets-content{
    height: 707px;
    gap: 70px;
    position: relative;
  }
  .get-to-button{
    margin-top: 20px;
  }
  .arrow-back{
    display: none;
  }
  .arrow-ahead{
    display: none;

  }
  .arrow-mobile{
    display:flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: absolute;
    top:580px;
  }
  .card-button{
    margin-bottom: 20px;
  }
 .help-title{
  height: 64px;
  font-size: 25px;
  line-height: 130%;
 }
  .help-container{
    height: 745px;
    justify-content: flex-start;
    
    /* gap: 0px; */
  }
.list  {
  width: 100%;
  height: 555px;
  gap: 10px 30px;
  margin-inline: 10px;
  justify-content:space-between;
  align-items:center;
 
}
.help-wrapper{
  width: 100%;
  padding: 40px;
}
.donation-dog {
  width: 260px;
  height: 135px;
}
.credit-card {
  width: 100%
}}
@media screen and (max-width: 450px){
/* Pop-up */
.popup-content{
  width: 240px;
  height: 341px;
}
.popup-info{

  margin: 5px 0px 0px 0px;
}
#popup-img{
  display: none;
}
#popup-description{
  font-size: 12px;
}
.close{
  right: -30px;
}
}
@media screen and (max-width: 350px){

  .header {
    padding:30px 10px !important;
  }

  .header-container{
    width: 100%;
  }
  .not-only {
   padding-left: 10px;
   padding-right: 10px;
  }
  .not-only-img{
    margin-top: 50px;
    width: 260px;
    height: 272px;
    margin-bottom: 0;
  }
  .not-only-container{
    width: 100%;
    height: 673px;
    padding: 20px;
    justify-content:center;
    align-items: center;
    gap: 30px;
  }
  .not-only-part{
    width: 300px;
    width: 296px;
    
  }
  .not-only-title{
    width: 100%;
    height: 64px;
   font-size: 25px;
   line-height: 130%;
   margin-bottom: 30px;
   margin-top: 30px;
   padding-inline: 25px;
   text-align: center;
  }
  .not-only-subtitle{
    width: 100%;
    height: 96px;
    text-align: start;
    margin-bottom: 50px;
  }
  .not-only-button{
    margin-bottom: 100px;
  }

    .about-wrapper{
   
      padding: 40px 0px;
    }

    .about{
   
      padding: 40px 0px;
    }

  .about-the-shelter-container{
    width:100%;
    justify-content: center;
    align-items: center;
    height: 890px;
    gap: 20px;
  }
  .about-subheading{
    width:270px;
    
  }


.about-title{ 
 width: 100%;
font-size: 25px;
line-height: 130%;
height: 64px;
padding-right: 10px;
}
.about-pets{
  width: 260px;
  height: 354px;
}
.about-info {
  width: 300px;
  height:494px;
}
  .list{
    width: 100%;
    height: 555px;
    gap: 10px 30px;
    margin-inline: 10px;
    justify-content:space-between;
    align-items:center;
  }

  .donation-container{
    width: 100%;
    height: 509px;
    /* flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; */

  }
  
  .donation-info{
    width: 100%;
    height: 281px;
    margin-bottom: 10px;
  }

.donation-dog{
  width: 260px;
  height: 135px;
  margin-top: 40px;
}
.donation-title{
 height: 64px;
font-size: 25px;
line-height: 130%;
text-align: center;
}

  .legal{
    width:280px ;
    height: 90px;
  }
  .footer-wrapper{
    margin-bottom: 10px;
    padding-top: 30px;
  }
    .navigation{
      left: 0;
      width: 290px;
      
      }
   .footer-container{
    width: 100%;
    height: 809px!important;
    align-items:center;
    justify-content: center;
    padding-inline: 20px;
    gap: 15px 15px;    
    margin: 0;
  }
  
  .for-question {
    width: 100%;
    height: 208px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .contact-title{
  height: 64px !important;
  font-size: 25px !important;
  line-height: 130% !important;
  text-align: center;
  }
  .puppy{
    width: 260px;
    height: 268px;
    margin-top: 10px;
  }

  .card-link{
    width: 206px;
     height: 17px;
     font-size: 15px;
    line-height: 110%;
     }
     .credit-card{
       width: 100%;  }
  
    
  .footer-img{
    width: 260px;
    height: 268px;
  }
  .footer-list{
    height: 208px;
  }
  .email
  .phone{
   width: 191px;
   height: 23px;
   margin-bottom: 15px;
   margin-top: 15px;
  }
  
  .email::before {
    height: 26px;
  }
  .phone::before {
    height: 32px;
  }
  
  .location {
    margin-bottom: 0;
    width: 100%;
    height: 222px;
    margin-bottom: 15px;
  }
  
  .address-title {
  width: 270px;
  height: 64px !important;
  font-size: 25px !important;
  line-height: 130% !important;
  text-align: center;
  }}
  
  
  @media screen and (max-width: 320px){
  .card-link{
 width: 206px;
  height: 17px;
  font-size: 15px;
 line-height: 110%;
  }
  .credit-card{
    width: 100%;  }
    .list{
      width: 100%;
      height: 555px;
      gap: 10px 15px;
      margin-inline: 10px;
      justify-content:space-between;
      align-items:center;
    }

  }


  /* Media end */
