@font-face {
  font-family: 'Allura';
  src: url('assets/fonts/Allura-Regular.eot');
  src: local('☺'), url('assets/fonts/Allura-Regular.woff') format('woff'), url('assets/fonts/Allura-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat-Regular.eot');
  src: local('☺'), url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat-SemiBold.eot');
  src: local('☺'), url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

:root {
  --primary-bg-color: rgba(255, 70, 70, 1);
  --secondary-bg-color: rgba(255, 255, 255, 1);
  --content-bg-color: rgba(236, 243, 248, 1);
  --Dark: rgba(24, 28, 41, 1);

}

* {
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  max-width: 144rem;
  height: auto;
  font-size: 10px;
  font-family: 'Montserrat';
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  border: 0;
  overflow-x: hidden;
}

.body__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}


/*----------------------------------header ------------------------*/

header {
  display: flex;
  max-width: 144rem;
  margin: 0 auto;
  justify-content: space-between;
  height: 6.4rem;
}

.header__button {
  display: flex;
  border: none;
  margin: 1.2rem;
  margin-left: 8.2rem;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}


.wrapper__burger {
  display: none;
}

.header_btn_img {
  padding-left: 2.166rem;
  padding-top: 0.8rem;
  padding-right: 0.8rem;
  width: 2.068rem;
  height: 2.4rem;
}

.header_btn_text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.56rem;
  letter-spacing: 0.06rem;
  padding-right: 2rem;
  color: var(--Dark);
}

.wrapper_right {
  display: flex;
}

.header__link {
  display: inline-block;
  margin-top: 1.2rem;
  margin-right: 0.8rem;
  height: 1.6rem;
  padding: 1.2rem 2.0rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.56rem;
  letter-spacing: 0.06rem;
  color: var(--Dark);
  border-radius: 1.2rem;
  transition: all 0.4s ease;
}

.header__no_link {
  display: inline-block;
  margin-top: 1.2rem;
  margin-right: 0.8rem;
  height: 1.6rem;
  padding: 1.2rem 2.0rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.56rem;
  letter-spacing: 0.06rem;
  color: var(--Dark);
  border-radius: 1.2rem;
  background-color: var(--Primary-10, rgba(255, 70, 70, 0.1));
  color: var(--primary-bg-color);
}

.header__link:last-child {
  margin-right: 8.2rem;
}


/*------------------burger menu---------------------------------------*/



.burger__menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 6.4rem;
  right: -300%;
  background-color: var(--content-bg-color);
  width: 100vw;
  /* height: 100vh; */
  height: calc(100vh - 6.4rem);
  justify-content: center;
  align-items: center;
  transition: right 0.6s ease;
  z-index: 999;
}


.burger__cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  /* padding-top: 34.8rem; */
  text-align: center;

}

.link_burger {
  cursor: pointer;
  background-color: transparent;
  color: var(--Dark);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.648rem;
  letter-spacing: 0.38rem;
  margin: 0;
  margin-bottom: 2.9rem;
}

.link_burger:last-child {
  margin-right: 0;
}

.burger__menu.open {
  right: 0;
}

.first__line.click {
  transform: rotate(45deg) translateY(0.5rem);
}

.second__line.click {
  transform: rotate(-45deg) translateY(-0.5rem);
}

.burger__hidden {
  opacity: 0;
  visibility: hidden;
}

/*----------------------------gifts------------------------------*/

.gifts {
  display: flex;
  flex-direction: column;
  min-height: 127.4rem;
  background-image: url('assets/img/bg-garland.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: var(--primary-bg-color);
  align-items: center;
  /* justify-content: center; */
  border-radius: 2rem;
  padding: 6rem 8.2rem;
}

.gifts__wrapper {
  background-color: transparent;
}

.gifts__header {

  background-color: transparent;
  max-width: 47.369rem;
}

.header_style {

  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.58rem;
  text-transform: uppercase;

  text-align: center;
  background-color: transparent;
  color: var(--secondary-bg-color);
}

.gifts__choice {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  max-width: 47.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 0.8rem;
  transition: all 0.4 ease;
}

.gifts__link {
  display: block;
  background-color: transparent;
  text-decoration: none;
  padding: 1.2rem 2rem;
  color: var(--secondary-bg-color);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.56rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  border-radius: 1.2rem;
  transition: all 0.4s ease;
}



.link_close {
  background-color: rgba(255, 255, 255, 0.2);
}

.gifts__select {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.2rem;
  background-color: transparent;
}

.gifts__card {
  display: flex;
  flex-direction: column;
  width: 31rem;
  height: 34.2rem;
  border-radius: 2rem;
  cursor: pointer;

}




.gifts__image {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color: var(--content-bg-color);
}

.gifts__for {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.56rem;
  letter-spacing: 0.06rem;
  margin-top: 2rem;
  margin-left: 2rem;
  border-radius: 2rem;
}

.gifts__name {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 2.432rem;
  letter-spacing: 0.13rem;
  margin-top: 0.8rem;
  margin-left: 2rem;
  color: var(--Dark);
  transition: all 0.3s ease;
}

.text__wrapper {
  display: flex;
  flex-direction: column;
  height: 11.2rem;
  border-radius: 2rem;
}

.background__wrapper {
  background-image: linear-gradient(0deg, #FF4646 15%, #ECF3F8 91%);
}

.color_one {
  color: rgba(67, 97, 255, 1);
}

.color_two {
  color: rgba(6, 164, 79, 1);
}

.color_three {
  color: rgba(255, 67, 247, 1);
}

/*-----------------------scroll to up ---------------------------*/

.scroll__top {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid var(--primary-bg-color);
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  pointer-events: auto;
  opacity: 1;
  background-color: var(--secondary-bg-color);
}

.scroll__top svg {
  background-color: transparent;
}

.scroll__top:active svg {
  width: 2.5rem;
  height: 2.5rem;
}

.scroll__top:active {
  width: 5.7rem;
  height: 5.7rem;
}

.hidden_top {
  pointer-events: none;
  opacity: 0;
}

/* ------------------------ footer ------------------------------- */

.footer__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 6rem 8.2rem;
}

.footer__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;

}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 41.733rem;
  height: 20.4rem;
  border-radius: 2rem;
  background-color: var(--content-bg-color);
  gap: 1.2rem;
  text-decoration: none;
  transition: all 0.4s ease;
}

.card:focus {
  background-color: rgba(6, 164, 79, 0.1);
  transform: scale(1.03);
}




.card__img {
  width: 8rem;
  height: 8rem;
  background-color: transparent;
}

.card__header {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.648rem;
  color: var(--Dark);
  letter-spacing: 0.38rem;
  background-color: transparent;
  text-transform: uppercase;
}

.card__footer {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.432rem;
  color: var(--Dark);
  letter-spacing: 0.13rem;
  background-color: transparent;
  text-transform: uppercase;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

.socials_container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 19.6rem;
  margin-bottom: 1.2rem;
  transition: all 0.4s ease;

}

.svg_color {
  stroke: var(--Dark);
  transition: all 0.4s ease;
}

/* .socials__link:hover .svg_color {
  stroke: var(--primary-bg-color);
} */



.socials__link {
  display: flex;
  height: 4rem;
  width: 4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.footer__copy {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.368rem;
  color: var(--Dark);
}

.footer__rs {
  margin-top: 1.2rem;
  font-family: 'Allura';
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: var(--Dark);
  letter-spacing: 0.12rem;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* .footer__rs:hover {
  color: var(--primary-bg-color);
  text-decoration: none;
  cursor: pointer;
} */


/* ------------------------ media queries ------------------------*/

@media (max-width: 1439px) {

  .gifts {
    height: auto;
    padding-left: 0.8rem;
    padding-right: 0.8rem;

  }

  .gifts__select {
    margin-left: 0;
    margin-right: 0;
    /* padding-left: 6.8rem;
    padding-right: 6.8rem; */
    margin-bottom: 6rem;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 1060px) {

  .footer__cards {
    display: flex;
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .footer__content {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

}

/*---------------- hover off ------------------------------------*/

@media (hover: hover) {

  .gifts__link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .header__link:hover {
    background-color: var(--Primary-10, rgba(255, 70, 70, 0.1));
    color: var(--primary-bg-color);
  }


  .card:hover .card__footer {
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
  }

  .burger__cover:hover a {
    background-color: transparent;
  }

  .card:hover .card__header {
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
  }

  .footer__rs:hover {
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
  }

  .gifts__card:hover .gifts__name {
    color: var(--primary-bg-color);
  }

  .socials__link:hover .svg_color {
    stroke: var(--primary-bg-color);
  }

  .card:hover .card__footer {
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
  }

  .card:hover .card__header {
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
  }

  .gifts__link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .header__link:hover {
    background-color: var(--Primary-10, rgba(255, 70, 70, 0.1));
    color: var(--primary-bg-color);
  }
}



/*-------------------------------768 px--------------------------*/

@media (max-width: 768px) {
  .gifts {
    min-height: 239.6rem;
    padding-bottom: 0;
  }

  .header__button {
    margin-top: 1.2rem;
    margin-left: 0.8rem;
  }

  .wrapper_right {
    display: none;
  }

  .gifts__select {
    justify-content: center;
  }

  .wrapper__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    margin-right: 0.8rem;
    margin-top: 1.2rem;
    z-index: 85;
    transition: transform 0.4s ease;
  }

  .first__line {
    height: 0.1rem;
    width: 2rem;
    background-color: var(--Dark);
    margin-bottom: 0.7rem;
    transition: transform 0.4s ease;
  }

  .second__line {
    height: 0.1rem;
    width: 2rem;
    background-color: var(--Dark);
    transition: transform 0.4s ease;
  }



  .wrapper_about {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .about__header {
    margin-top: 10.6rem;
  }

  .about__text {
    min-height: 52.8rem;
    min-width: 25.6rem;
    padding-right: 12rem;
    border-bottom-left-radius: 2rem;
  }

  .about__title {
    width: 25.6rem;

  }


  .about__content {
    width: 25.6rem;
  }

  .slider__content {
    padding-left: 0.8rem;
  }

  .slider__arrows {
    margin-right: 0.8rem;
  }

  .footer__content {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }





}

@media (max-width: 500px) {

  .gifts {
    height: auto;
  }



  .gifts__select {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 6rem;
  }

  .wrapper_about {
    flex-direction: column;
    height: auto;
  }

  .about__header {
    margin-top: 5.6rem;
  }

  .about__text {
    padding-right: 0;
  }

  .slider {
    height: auto;
  }

  .gifts__select {
    justify-content: center;
  }

  .cta__header {
    width: auto;
  }

  .content_wrapper {
    width: auto;
    margin-top: 1.4rem;
  }

  .hero {
    min-height: 57.2rem;
  }

  .about__text {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    height: 32.5rem;
  }

  .about__image {
    border-top-left-radius: 2rem;
    min-height: 52.8rem;
  }

  .image-container {
    background-image: linear-gradient(180deg, #ffffff 56%, #FF4646 92%);
    min-height: 52.8rem;
  }

}

/*---------------------------- 380 media ----------------------------------*/


@media (max-width: 380px) {

  /* .burger__cover {
    padding-top: 24.2rem;
  } */

  .wrapper_about {
    min-height: 94rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .gifts__link {
    padding: 1.2rem 0.8rem;
  }

  .gifts__choice {
    gap: 0;
    justify-content: center;
  }

  .gifts__header {
    min-height: 24rem;
    min-width: 36.4rem;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  .about__text {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    min-height: 32.5rem;
    padding-left: 2rem;
  }

  .about__image {
    border-top-left-radius: 2rem;
    min-height: 52.8rem;
    margin-top: 2.7rem;
  }

  .image-container {
    background-image: linear-gradient(180deg, #ffffff 56%, #FF4646 92%);
    min-height: 52.8rem;
  }

  .about__header {
    margin-top: 6rem;
    margin-left: 0;
  }

  .about__title {
    margin-left: 0;
    min-width: 32.4rem;
  }

  .about__content {
    margin-left: 0;
    min-width: 32.4rem;
  }

  .slider {
    min-height: 48.8rem;
  }

  .gifts {
    min-height: 161.6rem;
  }

  .cta {
    min-height: 70.4rem;
  }
}


/*---------------------modal------------------------------------------------------*/






.modal__overlay {
  visibility: visible;
  opacity: 1;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 40rem;
  max-height: 51.4rem;
  width: 100%;
  height: 100%;
  z-index: 100;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hidden__modal {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -60%);
}

.star {
  width: 1.378rem;
  height: 1.6rem;
  margin-left: 9.11px;
}

.modal .gifts__card {
  width: 40rem;
  height: 51.4rem;
  z-index: 10;
}


.modal .gifts__image {
  /* width: 40rem;
  height: 23rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-113.5%); */
  width: 40rem;
  height: 23rem;
  Width: 100%;
  Object-fit: cover;
}

.modal .background__wrapper {
  display: flex;
  width: 40rem;
  height: 28.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-12%);


}


.modal .text__wrapper {
  display: flex;
  width: 40rem;
  height: 28.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  z-index: 15;

  border-radius: 2rem;
}



.modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
}

.image__close {
  background-color: transparent;
  transition: all 0.4s ease;
}

.image__close:hover {
  transform: scale(1.07);
}


.gifts__elements {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  max-width: 36rem;
  max-height: 12rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.gifts__superpowers {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.56rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding-bottom: 0.8rem;
  color: var(--Dark)
}

.superpower_element {
  display: flex;
  /* justify-content: space-between; */
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.368rem;
  color: var(--Dark);
  width: 36rem;
}

.superpower_element img {
  margin-left: 0.911rem;
}

.superpower_element img:first-child {
  margin-left: 1.311rem;
}

.element_power {
  width: 16.4rem;
}

.points {
  margin-left: 4.2rem;
}

.no-scroll {
  overflow: hidden;
}

.gifts__informations {
  margin-top: 0.8rem;
  margin-left: 2rem;
  color: var(--Dark);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.368rem;
}


.name_modal {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 2.432rem;
  letter-spacing: 0.13rem;
  margin-top: 0.8rem;
  margin-left: 2rem;
  color: var(--Dark);
  /* transition: all 0.3s ease; */
}

/*------------------media modal 550---------------------*/


@media (max-width: 550px) {

  .modal {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 36.4rem;
    max-height: 51.4rem;
    width: 100%;
    height: 100%;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-color: transparent;
  }


  .modal .gifts__card {
    width: 36.4rem;
    height: 51.4rem;
    z-index: 10;
  }


  .modal .gifts__image {
    width: 36.4rem;
    height: 23rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-113.5%);
  }

  .modal .background__wrapper {
    display: flex;
    width: 36.4rem;
    height: 28.4rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-12%);


  }


  .modal .text__wrapper {
    display: flex;
    width: 36.4rem;
    height: 28.4rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    z-index: 15;

    border-radius: 2rem;
  }

  .gifts__elements {
    max-width: 32.4rem;
  }

  .points {
    margin-left: 1rem;
  }

  .superpower_element {
    width: 32.4rem;
  }
}