@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html {
    box-sizing: border-box;
}
*,
*::after,
*::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 10px;
  }
::-webkit-scrollbar-track {
    background-color: #E0E2E7;
  }
::-webkit-scrollbar-thumb {
    background-color: #eb1946;
}
body {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    color:  white;
    overflow-x: hidden;
    background-color: black;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
section {
    width: 100%;
    padding: 20px;
    display: flex;
}
#content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.header {
    width: 100%;
    padding: 20px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3d0d17;
    border-bottom: solid 2px #eb1946;
}
.header__logo {
    width: 100px;
}
.header__nav {
    display: flex;
    gap: 50px;
}
.nav-link {
    color: rgb(218, 218, 218);
    font-size: 20px;
    transition: all .3s ease;
    display: block;
    position: relative;
}
.nav-link::after {
    width: 0;
    transition: all .3s ease;
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right,#eb1946,#eb1946);
    box-sizing: border-box;
}
.nav-link:hover::after {
    width: 100%;
}
.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#eb1946,#eb1946);
    padding: 6px 25px; 
    color: white;
    border-radius: 10px;
    transition: .4s all;
}
.hamburger-menu {
    display: none;
}
.main__page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 120px;
    margin-top: 80px;
    gap: 50px;
}
.main__content {
    width: 50%;
    z-index: 1;
    position: sticky;
}
.main__content > h1 {
    position: relative;
    color: #eb1946;
    font-size: 65px;
    font-weight: normal;
    display: inline-block;
    border-radius: 20px;
    margin: 0;
    line-height: 1;
}
.main__content > p {
    font-size: 25px;
    margin-top: 70px;
    font-weight: 400;
    color: rgb(218, 218, 218);
    transition: all 1s;
}
.tw-btn {
    width: 200px;
    padding: 12px 35px;
    font-size: 20px;
    background-color: #eb1946;
    color: antiquewhite;
    margin-top: 40px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #eb1946;
    transition: .3s all;
}
.tw-btn:hover {
  background-color: transparent;
  color: #919191;
}
.main__content2 > img {
    width: 800px;
    opacity: 0.8;
    border-radius: 50px;
}
.main__content2 {
    width: 50%;
    z-index: 0;
}
.benef {
    width: 90%;
    display: flex;
    gap: 50px;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}
.benef__content {
    width: 45%;
}
.benef__content > h3 {
    font-size: 23px;
    font-weight: normal;
    color: #eb1946;
}
.benef__container {
    display: flex;
    height: 120px;
    align-items: start;
    gap: 10px;
    margin-top: 30px;
}
.num {
    font-size: 40px;
}
.desc {
    color: #919191;
}
.about {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
    background-color: #3d0d17;
    box-shadow: 0 0 15px #3d0d17;
}
.about > h1 {
    color: #919191;
    font-size: 50px;
  }
  .about__content {
    width: 90%;
    display: flex;
    align-items: center;
    margin-top: 100px;
  }
  .about__container {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.about__container-img {
  flex-wrap: wrap;
  flex-direction: row !important;
  align-items: center;
}
.about__main-img {
  width: 300px;
}
.about__extra {
  display: flex;
  flex-direction: column;
}
.about__img {
  width: 270px;
}
.about__container > li {
    list-style-type: disc;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    color: rgb(218, 218, 218);
    margin-top: 10px;
}
  .who {
    font-size: 50px;
    color: #eb1946;
    margin-bottom: 50px;
  }
  .who__desc {
    color: rgb(218, 218, 218);
    font-size: 23px;
    font-weight: 400;
  }
  .who__subdesc {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .who__subdesc > li {
    list-style-type: circle;
    font-size: 20px;
    color: #eb1946;
  }
  
  .stats {
    width: 90%;
    display: flex;
    gap: 50px;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
  }
  .stats__title {
    color: #919191;
    font-size: 50px;  
  }
  .stats__container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #3d0d17;
    border-radius: 20px;
  }
  .stats__block {
    width: 470px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .stats__img {
    width: 100px;
    height: 100px;
  }
  .stats__count {
    font-size: 50px;
    color: #eb1946;
  }
  .stats__desc {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
  }
  .banner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .banner img {
    width: 100%;
    max-width: 700px;
  }
  .contacts {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }
  .contacts > h1 {
    font-size: 50px;
    color: #919191;
  }
  .contacts__container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #3d0d17;
    border-radius: 30px;
  }
  .contacts__desc {
    font-size: 35px;
    color: #919191;
    text-align: center;
    margin-bottom: 50px;
  }
  .contacts-form {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .contacts-data {
    font-family: 'Poppins';
    background-color: #fae3d3;
    border: none;
    padding: 25px 20px;
    border-radius: 20px;
    font-size: 18px;
    outline: none;
  }
  .contacts__name {
    width: 35%;
  }
  .contacts__email {
    width: 55%;
  }
  .contacts--btn {
    font-family: 'Poppins';
    background-color: #fae3d3;
    color: rgb(218, 218, 218);;
    border: solid 2px #fae3d3;
    width: 300px;
    padding: 20px;
    font-size: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: .3s all;
  }
  .contacts--btn:hover {
    background-color: transparent;
    color: white;
  }
  .footer {
    width: 100%;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    box-shadow: 0 0 10px #eb1946;
    padding: 20px 100px;
    align-items: center;
    gap: 50px;
}
.footer > p {
    color: #919191;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
}
.footer__container > b {
    color: #777;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.footer > p > span {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer__container {
    margin-top: 50px;
    color: #919191;
    display: flex;
    flex-direction: column;
}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.footer__logo {
    width: 200px;
}
.twiter__logo {
    width: 40px;
}
.slider__arrow {
    width: 25px;
    height: 25px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    cursor: pointer;
}

@media (max-width: 1700px) {
    .main__content2 > img {
        width: 600px;
        height: 400px;
    }
    .footer {
        padding: 20px 40px;
    }
}
@media (max-width: 1280px) {
    .main__page {
        width: 100%;
        flex-direction: column;
    }
    .about__content {
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .about__container {
        width: 90%;
    }
    .contacts__content {
        flex-direction: column;
        gap: 0;
    }
    .contacts__container > img {
        display: none;
    }
    .main__content {
        width: initial;
    }
    .benef {
        width: 100%;
    }
    .footer {
        flex-direction: column;
    }
    .footer > p {
        align-items: center;
    }
    .benef__content > h3 {
        font-size: 20px;
    }
    .num {
        font-size: 30px;
    }
    .desc {
        font-size: 15px;
    }
    .header, .main__page {
        padding-right: 80px;
        padding-left: 80px;
    }
    .main__content2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contacts__container {
        width: 100%;
    }
    .about__container-img {
      justify-content: center;
      margin-top: 100px;
    }
}
@media (max-width: 1040px) {
    .header__nav {
        display: none;
    }
    .hamburger-menu {
        display: flex;
        height: 100%;
        align-items: center;
    }
    #menu__toggle {
        opacity: 0;
    }
    .menu__btn {
        display: flex; 
        align-items: center;  
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: flex;
        position: absolute;
        width: 35px;
        height: 2px;
        gap: 10px;
        margin-bottom: 5px;
        background-color: #919191;
    }
    .menu__btn > span::before {
        content: '';
        top: -8px;
    }
    .menu__btn > span::after {
        content: '';
        top: 8px;
    }
    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        z-index: 100;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        margin: 0;
        list-style: none;
        text-align: center;
        background-color: #eb1946;
        padding-left: 30px;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    }
    .menu__item {
        display: block;
        padding: 12px 0;
        margin-bottom: 5px;
        text-align: start;
        padding-left: 15px;
        color: #E0E2E7;
        font-size: 20px;
        font-weight: 500;
        transition: .3s all;
    }
    .menu__item:hover {
        color: #a3a2a2;
    }
    .menu__item > img {
        width: 30px;
    }
    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
    transition-duration: .25s;
    }
    .menu__box {
    transition-duration: .25s;
    }
    .menu__item {
    transition-duration: .25s;
    }
    .call-btn {
        display: none;
    }
    .benef {
        flex-wrap: wrap;
    }
    .contacts__content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .contacts__form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .contacts__form > input,textarea {
        width: 330px;
    }
    .contacts__form {
        display: flex;
        align-items: center;
    }
    .contacts__form > label {
        width: 330px;
    }
}
@media (max-width: 850px) {
    .benef {
        flex-direction: column;
        gap: 10px;
    }
    .benef__content {
        width: 100%;
        margin-top: 20px;
    }
    .benef__container {
        height: auto;
        margin-top: 10px;
    }
    .header, .main__page {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about__container {
        width: 100%;
    }
    .contacts {
        margin-top: 0;
    }
    .footer__nav {
        gap: 15px;
    }
    .contacts__desc {
        font-size: 25px;
    }
    .contacts-data {
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
    }
    .contacts--btn {
        margin: 0 auto;
        width: 90%;
        padding: 10px;
        font-size: 18px;
    }
    .about__container {
      width: 100%;
      flex-direction: column;
      gap: 30px;
    }
    .about__extra {
      gap: 30px;
      flex-direction: column;
    }
    .about__main-img {
      width: 100%;
    }
    .about__img {
      width: 100%;
    }
    .pets__figure > img {
      max-width: 100%;
    }
    .pets__block, .pets__block2 {
      margin-bottom: 100px;
    }
}
@media (max-width: 555px) {
    .assort > h1, .about > h1, .contacts > h1 {font-size: 30px}
    .main__content > h1 {
        font-size: 35px;
    }
    .main__page {
        margin-top: 50px;
    }
    .main__content > p {
        font-size: 20px;
        margin-top: 20px;
    }
    .tw-btn {
        padding: 10px 30px;
        font-size: 18px;
    }
    .benef {
        margin-bottom: 0;
    }

    .contacts__content {
        margin-top: 30px;
    }
    .who {
        font-size: 27px;
    }
    .who__desc {
        font-size: 17px;
    }
    .footer__nav {
        justify-content: center;
    }
    .about__container {
        text-align: start;
        margin-bottom: 40px;
    }
    .about__container > li {   
        font-size: 14px;
    } 
  .main__content2 > img {
    width: 100%;
    height: auto;
  }
  .send-btn {
    width: 250px;
  }
  .contacts__form > h1 {
    font-size: 30px;
  }
  .footer > p {
    font-size: 20px;
  }
  .footer > p > span {
    width: 100%;
    justify-content: start;
  }
  .contacts__desc {
    font-size: 18px;
  }
  .who {
    text-align: center;
  }
  .about__content {
    width: 100%;
  }
  .stats {
    width: 100%;
  }
  .stats__block {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: start;
  }
  .stats__desc {
    width: 100%;
  }
  .stats__count {
    font-size: 40px;
  }
  .stats__container {
    margin-top: 0;
    gap: 20px;
  }
  .benef {
    margin-top: 10px;
  }
  .pets__figure > h1 {
    font-size: 30px;
  }
}
  @media (max-width: 440px) {
    .footer {
        padding: 15px 20px;
    }
    .nav-link {
        font-size: 16px;
    }
    .footer__nav {
        gap: 10px;
    }
    .stats__count {
      font-size: 30px;
    }
    .stats__desc {
      font-size: 18px;
    }
    .stats__img {
      width: 130px;
      height: 130px;
    }
  }
