* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(90deg, hsl(104, 28%, 40%) 0%, hsl(58, 28%, 40%) 100%)
}

.container {
    width: 1400px;
    margin: 0 auto;
    display: grid;
    font-family: 'Poppins', sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header__text {
    display: flex;
    align-items: center;
}

.header__logo-img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.header__logo {
    color: white;
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100px;
    width: 400px;
}

.header__nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 15px;
    width: 70px;
    height: 30px;
}

.header__nav-link {
    color: white;
    text-decoration: none;
}

.header__nav-button {
    color: white;
    text-decoration: none;
}

.header__slider {
    margin: 0 auto;
    width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px 150px;


}

.header__slider-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__slider-image {
    width: 500px;
    grid-column-gap: 500px;
}

.header__slider-tag {
    color: white;
    font-size: 25px;
    padding-bottom: 35px;
}

.header__slider-h1 {
    line-height: 60px;
    color: white;
    font-size: 60px;
    padding-bottom: 35px;
}

.header__slider-p {
    color: white;
    font-size: 15px;
}

.header__slider-button {
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 50px;
}

.header__slider-cnopka {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    width: 130px;
    height: 50px;
    border-radius: 5px;
}

.header__slider_ttext {
    color: white;
    margin-top: 70px;
}

h5 {
    text-align: right;
    width: 160px;
}

.category__img {
    display: grid;
    grid-template-rows: repeat(2, 250px);
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around;
}

.category__h1 {
    text-align: center;
    color: white;
    margin-top: 150px;
}

.img__hat__text2 {
    text-align: center;
    color: white;
}

.img__hat__text1 {
    text-align: center;
    color: white;
}

.img__ghost {
    width: 300px;
    margin: 0 auto;
}

.img__pumpkins {
    width: 300px;
    margin: 0 auto;

}

.img__hat {
    width: 300px;
    margin: 0 auto;

}

.section__trick {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
}

.trick-text {
    margin-top: 80px;
}

.trick__img {
    grid-columns: 2 / 2;
}

.trick__h1 {
    color: white;
    margin-bottom: 50px;
    font-size: 32px;
}

.trick__p {
    color: rgb(189, 184, 184);
    font-size: 18px;
    line-height: 26px;
}

.trick__button {
    width: 120px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 50px;
}

.trick__a {
    color: white;
    text-decoration: none;
}
.discount{

    text-align: center;
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr );
    grid-template-rows: repeat(2, 1fr );
    justify-content: space-between;

}
.distount__seel{
    margin-bottom: 50px;
    width: 200px;
    height: 200px;
    border-radius: 15px;
    background: linear-gradient(136deg, hsl(104, 28%, 35%) 0%, hsl(58, 28%, 35%) 100%);
    color: white;
}
.discount__h1{
    margin-top: 50px;
    color: white;
    display: grid;
    justify-content: center;
    height: 10px;
    grid-column:  1 / 4;
}
.product__container{
    margin: 0 auto;
    display: grid;
    background:linear-gradient(136deg, hsl(104, 28%, 35%) 0%, hsl(58, 28%, 35%) 100%);
    height: 300px;
    width: 1200px;
    border-radius: 55px;
    grid-template-columns: repeat(2, 1fr );
    color: white;
    align-items: center;
    justify-content: space-around;

}
h1{
    color: white;
}
.product__button{
    background: red;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.product__img{
    margin-left: 105px;
}
.distount__text3{
    color: white;
}
.distount__text1{
    color: white;
}
.distount__text2{
    color: rgb(206, 197, 197);
}
.arrivals{
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr );
    grid-template-rows: repeat(1, 1fr );
    justify-content: space-between;
}
.arrivals__shop{
    background:linear-gradient(136deg, hsl(104, 28%, 35%) 0%, hsl(58, 28%, 35%) 100%);
    border-radius: 15px;
    width: 300px;
    height: 300px;
    text-align: center;
}
.arrvials__h1{
    margin-top: 150px;
    margin-bottom: 150px;
    grid-column: 1 / 5;
    text-align: center;
}
.newsletter__description{
    text-align: center;
    margin-bottom: 50px;
    color: var(--textcolor);
    font-family: var(--text);
    color: rgb(206, 197, 197);
    font-weight: bold;
    margin-top: 50px;
  }
  
  .newsletter__form{
    background: linear-gradient(136deg, hsl(104, 28%, 35%) 0%, hsl(58, 28%, 35%) 100%);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: .75rem;
    width: 500px;
    height: 100px;
    margin-left: 520px;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  
  .newsletter__input{
    width: 70%;
    padding: 0 .5rem;
    background: none;
    color: var(--textcolor);
    font-family: var(--text);
  }
  
  .newsletter__input::placeholder{
    color: var(--textcolor);
    font-family: var(--text);
  }
.newsletter{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
}
.section__title{
    text-align: center;
    color: var(--textcolor);
    font-family: var(--text);
    color: white;
    font-size: 35px;
}
.newsletter__text{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.footer__logo, .footer__title, .footer__title{
    color: white;
    list-style-type: none;
    text-decoration: none;
}
li, .footer__link, .footer__description, .footer__copy{
    list-style-type: none;
    color: var(--textcolor);
    font-family: var(--text);
    text-decoration: none;
    color: rgb(206, 197, 197);
}
.footer__content{
    display: flex;
    flex-direction: column;
    width: 200px;
}
.footer__container{
    display: grid;
    width: 960px;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: 100%;
    margin-left: 350px;
    margin-top: 50px;
}
.box1{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.box2{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.box3{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.box4{
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}
.footer__copy{
    margin-left: 675px;
}
.copy{
    margin-top: 30px;
}
.button{
    background: red;
    width: 150px;
    height: 60px;
    border-radius: 15px;
}