.date__container,
.date__top {
  display: flex;
  align-items: center;
}

.container,
.date,
.date__inner-list,
.date__inner-text {
  position: relative;
}
.date__inner {
  position: relative;
  z-index: 30;
}
.date__inner-item:not(:last-child),
.footer-info h2 {
  margin-bottom: 10px;
}


@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/bebas-neue-bold.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: borde r-box;
}

body {
  background-color: #171717;
}

a,
li,
ol,
ul {
  list-style: none;
  text-decoration: none;
}

.container {
  max-width: 1624px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.date {
  padding: 136px 0 91px;
  background-color: #171717;
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
  /* background-image: url(../images/bg.avif);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; */
}

.date__container {
  justify-content: space-between;
}

.date__top {
  margin-bottom: 14px;
}

.date__bottom,
.date__top-left {
  display: flex;
  align-items: center;
}

.date__top-left {
  padding: 5px 21px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 12px;
}

.date__top-left-dot {
  background-color: #33ad15;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 13px;
}

.date__top-left-title {
  font-weight: 500;
  font-size: 16px;
}

.date__top-text {
  max-width: 303px;
  font-weight: 500;
  font-size: 14px;
}

.date__inner {
  max-width: 819px;
}

.date__inner-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  max-width: 819px;
  line-height: 42px;
  margin-bottom: 12px;
  span {
    color: #d50606;
  }
}

.date__inner-info {
  background-color: transparent;
  max-width: 476px;
  border-radius: 10px;
  margin-bottom: 36px;
  padding: 6px 17px;
  background-color: #d50606;
}

.date__inner-info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.date__inner-title4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
  margin-bottom: 3px;
}

.date__inner-list {
  margin-bottom: 16px;
  max-width: 418px;
  z-index: 20;
  border-radius: 15px;
  width: 100%;
}

.date__inner-item {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  span {
    color: #d40606;
  }
}
.checkWrapper {
  position: relative;
  min-width: 31px;
  width: 31px;
}
.checkWrapper > img {
  width: 33px;
  height: 31px;
  min-width: 33px;
}
.date__bottom {
  margin-bottom: 24px;
}

.date__bottom-btn {
  font-weight: 700;
  font-size: 15px;
  padding: 18px 35px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0px 5px 0px 0px #710404;
  background: linear-gradient(
    90deg,
    #d50606 0%,
    #bd0101 42.79%,
    #bd0101 62.02%,
    #d50606 100%
  );

  color: #ffffff;

  max-width: 301px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.flex {
  display: flex;
  align-items: center;
  gap: 54px;
}

.date__timer {
  font-weight: 700;
  font-size: 28px;
  padding: 7px 20px;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0px 7px 20px 0px #d50606;

  transition: transform 0.3s;
  z-index: 20;
  max-width: 140px;
}

.date__inner-text {
  font-weight: 700;
  font-size: 17px;
  color: grey;
  z-index: 20;
}

.date__img {
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 137px;
  object-fit: contain;
}

.date__img-wrapper {
  max-width: 481px;
  width: 100%;
  height: 649px;
  background-color: #d50606;
  border-radius: 1000px;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: -75px;
}

.date_gradient {
  display: none;
}

.giftImgBtn {
  position: absolute;
  top: -50%;
  transform: translateY(35%);
  left: 0;
}

.date__inner-free {
  font-family: Neue Montreal, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  color: #919191;
  position: relative;
  z-index: 30;
  margin-top: 24px;
}
.gift__box {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  border: 1px solid #565656;
  border-radius: 5px;
  margin-top: 15px;
  max-width: 330px;
}

.gift__text{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 986px) {
  .date {
    padding: 32px 0 31px;
  }
  .date__inner-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 7px;
  }
  .date__inner-info {
    max-width: 321px;
  }
  .date__inner-info-text {
    font-size: 14px;
  }
  .date__bottom-btn {
    position: relative;
    margin-right: 30px;
    padding: 30px 25px;
    z-index: 20;
  }
  .date__top-text > br {
    display: none;
  }
}
.only_tablet {
  display: none;
}

@media screen and (max-width: 768px) {
  .gift__box{
    margin-left: auto;
    margin-right: auto;
  }
  .shadow {
    width: 114px;
    height: 314px;
    position: absolute;
    background-color: #750e0e;
    filter: blur(100px);
    top: 180px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
  }
  .only_tablet {
    display: block;
  }
  .date__inner-free {
    font-size: 14px;
    text-align: center;
  }

  .redBorderText {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    max-width: 245px;
    border: 1px solid #cc0d10;
    padding: 5px 14px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .tablet_hidden {
    display: none;
  }
  .date__inner-title {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
  }
  .subtitle > br {
    display: flex;
  }
  .flex {
    flex-direction: column-reverse;
    align-items: start;
    gap: 15px;
  }
  .date__timer {
    padding: 4px 7px 4px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    max-width: 72px;
    width: 100%;
    border-radius: 5px;
    margin-left: 20px;
    box-shadow: 0px 7px 20px 0px #d50606;
    position: relative;
    z-index: 30;
  }
  .date_gradient {
    display: flex;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 20;
    height: 254px;
    background: linear-gradient(0deg, #171717 57%, rgba(23, 23, 23, 0) 100%);
  }
  .date {
    padding: 15px 0;
    text-align: center;
  }
  .date__container {
    flex-direction: column;
    max-width: 376px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .date__top {
    flex-direction: column;
  }
  .date__top-text {
    margin-top: 15px;
    font-size: 12px;
    max-width: none;
  }
  .date__top-text > br {
    display: none;
  }
  .date__inner-list {
    text-align: start;
    z-index: 1;
    margin-bottom: 30px;
    max-width: 188px;
    margin-top: -10px;
  }
  .date__inner-item {
    font-size: 12px;
    line-height: 14px;
  }
  .checkWrapper {
    min-width: 21px;
  }
  .checkWrapper > img {
    width: 21px;
    height: 21px;
    min-width: 21px;
  }
  .date__inner-title4 {
    font-size: 14px;
    max-width: 236px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .date__bottom {
    flex-direction: column-reverse;
    align-items: start;
    z-index: 20;
  }
  .date__bottom-btn {
    margin-top: 23px;
    padding: 22px 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    margin-top: 0px;
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    display: flex;
    z-index: 30;
    font-size:21px;
  }
  .gradient {
    background: linear-gradient(0deg, #171717 72.78%, rgba(23, 23, 23, 0) 100%);
    width: 200%;
    left: -50%;
    height: 252px;
    position: absolute;
    bottom: -70px;
    z-index: 20;
  }
  .date__img {
    position: absolute;
    top: 220px;
    right: -20px;
    height: 370px;
    object-fit: contain;
    object-position: top;
    margin-left: auto;
    z-index: 20;
    margin-right: auto;
  }

  .date__img-wrapper {
    width: 214px;
    height: 311px;
    top: 320px;
    right: -18%;
    opacity: 0.7;
    background-color: #d50606;
    box-shadow: 0px 4px 60px 0px #cb0000;
  }
  .date__inner-info {
    padding-left: 10px;
    padding-right: 11px;
    margin-top: 17px;
    max-width: 321px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9c0b0b;
  }

  .date__inner-info-text {
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
  }

  .freeText {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin-bottom: 19px;
    color: #808080;
  }

  .mobileBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 961px;
  }
  .imWoman {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 9px;
    background-color: #cc0d10;
    max-width: 201px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .date__inner-item > img {
    width: 23px;
    height: 23px;
    min-width: 23px;
  }
}

@media screen and (max-width: 375px) {
  .date__inner-info-text > br {
    display: none;
  }
  .date__inner-title{
    font-size: 34px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 350px) {
  .date__inner-title {
    font-size: 32px;
    line-height: 32px;
  }
  .container {
    padding: 0 10px;
  }
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
