/* COLORS ========================================== */
/* MIXINS ========================================== */
/* RESET ========================================== */
 *, *:before, *:after {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body {
	 background: #051321;
	 font-family: 'Roboto Condensed', sans-serif;
}

.trick__container {
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  padding-top: 1rem;
    
}

  .grid {
  display: grid;
}

.container {
  max-width: 968px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5);
}
/* CONTACT ========================================== */
 .contact-area {
	 width: 100%;
	 height: 100vh;
	 position: relative;
}
 .contact {
	 position: relative;
	 max-width: 420px;
	 padding: 40px 20px;
	 overflow: hidden;
	 margin: 0 auto;
}
 @media (min-width: 1024px) {
	 .contact {
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 -webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
		 -ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
		 transform: translate(-50%, -50%);
	}
}
 .contact main {
	 float: left;
	 width: 100%;
	 position: relative;
}
 .contact main section {
	 border-radius: 5px;
	 float: left;
	 width: 100%;
	 background-color: #eb524a;
}
 .contact main section .content {
	 float: left;
	 width: 100%;
	 padding: 20px 30px 50px 30px;
	 position: relative;
	 text-align: center;
}
 @media (min-width: 414px) {
	 .contact main section .content {
		 text-align: left;
		 height: 575px;
         width: 350px;
	}
}
 .contact main section .content img {
	 display: inline-block;
	 width: 140px;
	 border-radius: 5%;
}
 @media (min-width: 414px) {
	 .contact main section .content img {
        width: 100%;
	}
}
 .contact main section .content aside {
	 float: left;
	 width: 100%;
	 color: #fff;
	 margin-top: 10px;
}
 @media (min-width: 414px) {
	 .contact main section .content aside {
		 width: 90%;
	}
}
 .contact main section .content aside h1 {
	 font-weight: 100;
	 font-size: 22px;
	 margin-bottom: 10px;
}
 .contact main section .content aside p {
	 font-size: 14px;
	 letter-spacing: 0.5px;
	 line-height: 160%;
}
 .contact main .title {
	 float: left;
	 width: 100%;
	 background-color: #c63535;
	 max-height: 0px;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 overflow: hidden;
	 -webkit-transition: all 0.55s;
	 -moz-transition: all 0.55s;
	 -o-transition: all 0.55s;
	 transition: all 0.55s;
}
 .contact main .title.active {
	 max-height: 100px;
	 -webkit-transition: all 1.3s;
	 -moz-transition: all 1.3s;
	 -o-transition: all 1.3s;
	 transition: all 1.3s;
}
 .contact main .title.active p {
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	 transition-delay: 0.2s;
}
 .contact main .title p {
	 padding: 15px 30px;
	 color: #fff;
	 font-size: 16px;
	 display: inline-block;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 -ms-transform: scale(0);
	 -o-transform: scale(0);
	 transform: scale(0);
}
 .contact main button {
	 position: absolute;
	 bottom: 0;
	 right: 50%;
	 background-color: #ffbe44;
	 color: #c63535;
	 border: 0;
	 width: 200px;
	 height: 48px;
	 text-align: center;
	 border-radius: 30px;
	 font-size: 16px;
	 letter-spacing: 0.5px;
	 text-transform: uppercase;
	 margin-bottom: -24px;
	 margin-right: -100px;
	 -webkit-transition: all 0.4s;
	 -moz-transition: all 0.4s;
	 -o-transition: all 0.4s;
	 transition: all 0.4s;
	 transition-delay: 0.1s;
	 outline: none;
	 overflow: hidden;
	 z-index: 10;
	 font-family: inherit;
}
 .contact main button span {
	 opacity: 1;
	 -webkit-transition: opacity 0.2s;
	 -moz-transition: opacity 0.2s;
	 -o-transition: opacity 0.2s;
	 transition: opacity 0.2s;
	 transition-delay: 0.4s;
	 display: block;
	 width: 200px;
	 float: left;
	 padding: 15px 0px;
}
 .contact main button svg {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 opacity: 0;
	 -webkit-transition: all 0.4s;
	 -moz-transition: all 0.4s;
	 -o-transition: all 0.4s;
	 transition: all 0.4s;
}
 .contact main button svg path {
	 fill: #c63535;
}
 .contact main button.active {
	 margin-right: 0;
	 right: 20px;
	 width: 65px;
	 height: 65px;
	 margin-bottom: -32.5px;
	 text-indent: 100%;
	 white-space: nowrap;
	 overflow: hidden;
	 border-radius: 65px;
	 box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
 .contact main button.active span {
	 opacity: 0;
	 transition-delay: 0s;
	 width: 200px;
}
 .contact main button.active svg {
	 opacity: 1;
	 transition-delay: 0.5s;
}
 .contact nav {
	 float: left;
	 width: 100%;
	 overflow: hidden;
	 max-height: 0px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .contact nav.active {
	 max-height: 600px;
	 -webkit-transition: all 1s;
	 -moz-transition: all 1s;
	 -o-transition: all 1s;
	 transition: all 1s;
}
 .contact nav.active a {
	 opacity: 1;
	 -webkit-transform: translateY(0px);
	 -moz-transform: translateY(0px);
	 -ms-transform: translateY(0px);
	 -o-transform: translateY(0px);
	 transform: translateY(0px);
	 -webkit-transition: all 0.7s;
	 -moz-transition: all 0.7s;
	 -o-transition: all 0.7s;
	 transition: all 0.7s;
}
 .contact nav.active a:nth-of-type(1) {
	 transition-delay: 0.5s;
}
 .contact nav.active a:nth-of-type(2) {
	 transition-delay: 0.7s;
}
 .contact nav.active a:nth-of-type(3) {
	 transition-delay: 0.9s;
}
 .contact nav a {
	 float: left;
	 width: 100%;
	 margin-top: 18px;
	 background-color: #fff;
	 padding: 18px 20px;
	 border-radius: 5px;
	 text-decoration: none;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
	 opacity: 0;
	 -webkit-transform: translateY(-10px);
	 -moz-transform: translateY(-10px);
	 -ms-transform: translateY(-10px);
	 -o-transform: translateY(-10px);
	 transform: translateY(-10px);
	 position: relative;
}
 @media (min-width: 414px) {
	 .contact nav a {
		 padding: 18px 30px;
	}
}
 .contact nav a .arrow {
	 position: absolute;
	 right: 15px;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
}
 .contact nav a .arrow path {
	 fill: #e6e6e6;
}
 .contact nav a.gmail .icon svg {
	 
}
 .contact nav a.gmail .content h1 {
	 color: #d14836;
}
 .contact nav a.facebook .icon svg {

}
 .contact nav a.facebook .content h1 {
	 color: #3b5998;
}
 .contact nav a.twitter .icon svg {

}
 .contact nav a.twitter .content h1 {
	 color: #1da1f2;
}
 .contact nav a .icon {
	 float: left;
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 overflow: hidden;
	 margin-right: 20px;
}
 .contact nav a .icon svg {
	 width: 100%;
	 height: 100%;
}
 .contact nav a .icon svg path {
	 
}
 .contact nav a .content h1 {
	 font-size: 20px;
	 font-weight: 400;
	 line-height: 160%;
	 letter-spacing: 0.4px;
}
 .contact nav a .content span {
	 font-size: 14px;
	 color: #b3b3b3;
	 display: block;
	 letter-spacing: 0.4px;
}
 
 
 
 
 
 
 @media screen and (max-width: 320px){
  .container{
    margin-left: var(--mb-1);
    margin-right: var(--mb-1);
  }

  .home__img{
    height: 200px;
  }
  .home__buttons{
    flex-direction: column;
    width: max-content;
    row-gap: 1rem;
  }

  .category__container,
  .trick__container{
    grid-template-columns: .8fr;
    justify-content: center;
  }
}

@media screen and (min-width: 576px){
  .about__container{
    grid-template-columns: .8fr;
    justify-content: center;
  }

  .newsletter__container{
    display: grid;
    grid-template-columns: .7fr;
    justify-content: center;
  }
  .newsletter__description{
    padding: 0 3rem;
  }
}

@media screen and (min-width: 767px){
  body{
    margin: 0;
  }

  .section{
    padding: 7rem 0 2rem;
  }

  .nav{
    height: calc(var(--header-height) + 1.5rem);
  }
  .nav__img,
  .nav__close,
  .nav__toggle{
    display: none;
  }
  .nav__list{
    flex-direction: row;
    column-gap: 3rem;
  }
  .nav__link{
    text-transform: initial;
    font-weight: initial;
  }

  .home__content{
    padding: 8rem 0 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .home__img{
    height: 300px;
  }
  .swiper-pagination{
    margin-top: var(--mb-2);
  }

  .category__container{
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
  }

  .about__container{
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .about__title,
  .about__data{
    text-align: initial;
  }
  .about__img{
    width: 250px;
  }

  .trick__container{
    grid-template-columns: repeat(4, 300px);
    justify-content: center;
    gap: 2rem;
  }

  .discount__container{
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
    padding: 3rem 0;
    border-radius: 3rem;
  }
  .discount__img{
    width: 350px;
    order: -1;
  }
  .discount__data{
    padding-right: 6rem;
  }

  .newsletter__container{
    grid-template-columns: .5fr;
  }

  .footer__container{
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    column-gap: 1rem;
  }
  .footer__img-two{
    right: initial;
    bottom: 0;
    left: 15%;
  }
}

@media screen and (min-width: 992px){
  .container{
    margin-left: auto;
    margin-right: auto;
  }

  .section__title{
    font-size: var(--h1-font-size);
    margin-bottom: 3rem;
  }

  .home__content{
    padding-top: 9rem;
    gap: 3rem;
  }
  .home__group{
    padding-top: 0;
  }
  .home__img{
    height: 400px;
    transform: translateY(-3rem);
  }
  .home__indicator{
    top: initial;
    right: initial;
    bottom: 15%;
    left: 45%;
  }
  .home__indicator::after{
    top: 0;
    height: 75px;
  }
  .home__details-img{
    bottom: 0;
    right: 58%;
  }
  .home__title{
    margin-bottom: var(--mb-1-5);
  }
  .home__description{
    margin-bottom: var(--mb-2-5);
    padding-right: 2rem;
  }

  .category__container{
    column-gap: 8rem;
  }
  .category__img{
    width: 200px;
  }

  .about__container{
    column-gap: 7rem;
  }
  .about__img{
    width: 350px;
  }
  .about__description{
    padding-right: 2rem;
  }

  .trick__container{
    gap: 4.5rem;
  }
  .trick__content{
    border-radius: 1.5rem;
  }
  .trick__img{
    width: 365px;
  }
  .trick__title{
    font-size: var(--h3-font-size);
  }

  .discount__container{
    column-gap: 7rem;
  }

  .new__content{
    width: 310px;
    border-radius: 1rem;
    padding: 2rem 0;
  }
  .new__img{
    width: 150px;
  }
  .new__img,
  .new__subtitle{
    margin-bottom: var(--mb-1);
  }
  .new__title{
    font-size: var(--h3-font-size);
  }

  .footer__copy{
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1200px){
  .home__img{
    height: 420px;
  }
  .swiper-pagination{
    margin-top: var(--mb-2-5);
  }
  .footer__img-one{
    width: 120px;
  }
  .footer__img-two{
    width: 180px;
    top: 30%;
    left: -3%;
  }
}



.div-back{
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
background-color: #ffd01a;
width: 100%;
border: none;
padding: 1rem;

}






.article_text {
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.h1_text {
  font-size: 10vmin;
  line-height: 1.1;
  font-family: "Dank Mono", ui-monospace, monospace;
}



.h1_text, .p_text {
  margin: 0;
  margin-left: 10%;
  margin-right: 10%;
  
}


.p_text {
  font-family: "Dank Mono", ui-monospace, monospace;
  font-size: 3vmin;
}
