.cards {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .cards {
    width: 80%;
  }
}
.cards.inslide {
  cursor: grab;
}
.cards.inslide .swiper-slide {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .cards.inslide {
    width: 100%;
  }
  .cards.inslide .swiper-slide {
    width: 100%;
  }
}
.cards.inslide .card {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  margin-left: 50px;
  padding: 50px 0;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card {
    padding: 25px 0;
  }
}
.cards.inslide .card:nth-child(2n) .cardin {
  flex-flow: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card:nth-child(2n) .cardin {
    flex-flow: row;
  }
}
.cards.inslide .card .cardin {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.cards.inslide .card .cardin a {
  position: relative;
  width: 360px;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card .cardin a {
    width: 100%;
    max-width: 100%;
    height: 830px;
  }
}
@media only screen and (max-width: 480px) {
  .cards.inslide .card .cardin a {
    height: 530px;
  }
}
.cards.inslide .card .cardin a .influencer {
  position: relative;
  width: 360px;
  max-width: 100%;
  height: 530px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  box-shadow: 0px 0px 10px #000;
}
.cards.inslide .card .cardin a .influencer:hover {
  box-shadow: 0px 0px 15px #000;
}
.cards.inslide .card .cardin a .influencer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card .cardin a .influencer {
    width: 80%;
    max-width: 100%;
    height: 830px;
  }
}
@media only screen and (max-width: 480px) {
  .cards.inslide .card .cardin a .influencer {
    height: 530px;
  }
}
.cards.inslide .card .cardin a .influencer .bottomshade {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), #000);
}
.cards.inslide .card .cardin a .influencer .lf-player-container {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 10px;
  right: 0px;
  z-index: 9;
}
.cards.inslide .card .cardin a .influencer .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}
.cards.inslide .card .cardin a .influencer img {
  position: relative;
  height: 100%;
}
.cards.inslide .card .cardin .textbox {
  position: absolute;
  bottom: 30px;
  margin-left: -265px;
  max-width: 60%;
}
.cards.inslide .card .cardin .textbox .name {
  font-weight: 400;
  font-size: 1.5vw;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card .cardin .textbox .name {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .cards.inslide .card .cardin .textbox .name {
    font-size: 4vw;
  }
}
.cards.inslide .card .cardin .textbox .twoliner {
  font-weight: 700;
  font-size: 2.5vw;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card .cardin .textbox .twoliner {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 480px) {
  .cards.inslide .card .cardin .textbox .twoliner {
    font-size: 5vw;
  }
}
.cards.inslide .card .cardin .textbox .onebig {
  font-weight: 700;
  font-size: 2.5vw;
  background-color: #fff;
  margin: 0 5px;
  color: #242AB2;
  padding: 5px;
  position: relative;
  width: max-content;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 20px 5px 5px;
}
@media only screen and (max-width: 780px) {
  .cards.inslide .card .cardin .textbox .onebig {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 480px) {
  .cards.inslide .card .cardin .textbox .onebig {
    font-size: 5vw;
  }
}
.cards .card {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 50px 0;
}
@media only screen and (max-width: 780px) {
  .cards .card {
    padding: 25px 0;
  }
}
.cards .card:nth-child(2n) .cardin {
  flex-flow: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .cards .card:nth-child(2n) .cardin {
    flex-flow: row;
  }
}
.cards .card .cardin {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.cards .card .cardin a {
  position: relative;
  width: 360px;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin a {
    width: 100%;
    max-width: 100%;
    height: 830px;
  }
}
@media only screen and (max-width: 480px) {
  .cards .card .cardin a {
    height: 530px;
  }
}
.cards .card .cardin a .influencer {
  position: relative;
  width: 360px;
  max-width: 100%;
  height: 530px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  box-shadow: 0px 0px 10px #000;
}
.cards .card .cardin a .influencer:hover {
  box-shadow: 0px 0px 15px #000;
}
.cards .card .cardin a .influencer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin a .influencer {
    width: 100%;
    max-width: 100%;
    height: 830px;
  }
}
@media only screen and (max-width: 480px) {
  .cards .card .cardin a .influencer {
    height: 530px;
  }
}
.cards .card .cardin a .influencer .bottomshade {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), #000);
}
.cards .card .cardin a .influencer .lf-player-container {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 10px;
  right: 0px;
  z-index: 9;
}
.cards .card .cardin a .influencer .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}
.cards .card .cardin a .influencer img {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin .textbox {
    position: absolute;
    bottom: 30px;
    left: -13%;
    max-width: 60%;
  }
}
.cards .card .cardin .textbox .name {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin .textbox .name {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .cards .card .cardin .textbox .name {
    font-size: 4vw;
  }
}
.cards .card .cardin .textbox .twoliner {
  font-weight: 700;
  font-size: 2.8em;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin .textbox .twoliner {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .cards .card .cardin .textbox .twoliner {
    font-size: 5vw;
  }
}
.cards .card .cardin .textbox .onebig {
  font-weight: 700;
  font-size: 2.8em;
  background-color: #fff;
  margin: 0 5px;
  color: #242AB2;
  padding: 5px;
  position: relative;
  width: max-content;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 20px 5px 5px;
}
@media only screen and (max-width: 780px) {
  .cards .card .cardin .textbox .onebig {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .cards .card .cardin .textbox .onebig {
    font-size: 5vw;
  }
}

.lineme {
  transform: rotateX(0deg);
}

@keyframes unfold {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.blog {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 50px 0;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .blog {
    padding: 25px 0;
  }
}
.blog .blogin {
  position: relative;
  margin: auto;
  justify-content: space-around;
  width: 80%;
}
@media only screen and (max-width: 780px) {
  .blog .blogin {
    width: 90%;
  }
}
.blog .blogin .title {
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
  padding-top: 25px;
}
@media only screen and (max-width: 780px) {
  .blog .blogin .title {
    float: unset;
    position: relative;
    bottom: 30px;
    left: -6%;
    max-width: 60%;
  }
}
.blog .blogin .title p.lineme {
  padding-left: 10px;
}
.blog .blogin .title .name {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .blog .blogin .title .name {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .blog .blogin .title .name {
    font-size: 1em;
  }
}
.blog .blogin .title .twoliner {
  font-weight: 700;
  font-size: 2.8em;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .blog .blogin .title .twoliner {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .blog .blogin .title .twoliner {
    font-size: 1.8em;
  }
}
.blog .blogin .title .onebig {
  font-weight: 700;
  font-size: 2.8em;
  background-color: #fff;
  margin: 0 5px;
  color: #242AB2;
  padding: 5px;
  position: relative;
  width: max-content;
  text-transform: capitalize;
  padding: 5px 20px 5px 5px;
}
@media only screen and (max-width: 780px) {
  .blog .blogin .title .onebig {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .blog .blogin .title .onebig {
    font-size: 1.8em;
  }
}
.blog .blogin .text {
  position: relative;
  color: #fff;
  font-size: 20px;
}
.blog .blogin .text p span {
  font-weight: bold;
}
.blog .blogin .nextplay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
}
.blog .blogin .nextplay p {
  color: #fff;
  font-size: 16px;
}
.blog .blogin .nextplay .lf-player-container {
  position: relative;
  width: 100px;
  height: 100px;
  right: 0px;
  z-index: 9;
}
.blog .blogin .nextplay .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}

.lineme {
  transform: rotateX(0deg);
}

@keyframes unfold {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.springcards {
  box-sizing: border-box;
  z-index: 1;
  overscroll-behavior-y: contain;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  user-select: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.springcardsin {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100vh;
  cursor: url("https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/Ad1_-cursor.png") 39 39, auto;
}
@media only screen and (max-width: 780px) {
  .springcardsin {
    height: 650px;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin {
    height: 650px;
  }
}

.springcardsin > div {
  position: absolute;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .springcardsin > div {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin > div {
    height: auto;
  }
}

.springcardsin > div > div {
  background-color: transparent;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45vh;
  max-width: 300px;
  height: 85vh;
  max-height: 570px;
  will-change: transform;
  border-radius: 20px;
  box-shadow: 0 12.5px 100px -10px rgba(50, 50, 73, 0.4), 0 10px 10px -10px rgba(50, 50, 73, 0.3);
}
@media only screen and (max-width: 780px) {
  .springcardsin > div > div {
    height: 530px;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin > div > div {
    height: 530px;
  }
}

.springcardsin {
  cursor: grab;
}
@media only screen and (max-width: 780px) {
  .springcardsin {
    width: 100%;
  }
}
.springcardsin .card {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.springcardsin .card:nth-child(2n) .cardin {
  flex-flow: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .springcardsin .card:nth-child(2n) .cardin {
    flex-flow: row;
  }
}
.springcardsin .card .cardin {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.springcardsin .card .cardin a {
  position: relative;
  width: 360px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 780px) {
  .springcardsin .card .cardin a {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin .card .cardin a {
    height: 100%;
  }
}
.springcardsin .card .cardin a .influencer {
  position: relative;
  width: 360px;
  max-width: 100%;
  height: 530px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  box-shadow: 0px 0px 10px #000;
}
.springcardsin .card .cardin a .influencer:hover {
  box-shadow: 0px 0px 15px #000;
}
.springcardsin .card .cardin a .influencer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .springcardsin .card .cardin a .influencer {
    width: 100%;
    max-width: 100%;
    height: 530px;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin .card .cardin a .influencer {
    height: 530px;
  }
}
.springcardsin .card .cardin a .influencer .bottomshade {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), #000);
}
.springcardsin .card .cardin a .influencer .lf-player-container {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 10px;
  right: 0px;
  z-index: 9;
}
.springcardsin .card .cardin a .influencer .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}
.springcardsin .card .cardin a .influencer img {
  position: relative;
  height: 100%;
}
.springcardsin .card .cardin .textbox {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 60%;
}
.springcardsin .card .cardin .textbox .name {
  font-weight: 400;
  font-size: 100%;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .springcardsin .card .cardin .textbox .name {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin .card .cardin .textbox .name {
    font-size: 100%;
  }
}
.springcardsin .card .cardin .textbox .twoliner {
  font-weight: 700;
  font-size: 100%;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .springcardsin .card .cardin .textbox .twoliner {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin .card .cardin .textbox .twoliner {
    font-size: 100%;
  }
}
.springcardsin .card .cardin .textbox .onebig {
  font-weight: 700;
  font-size: 100%;
  background-color: #fff;
  margin: 0 5px;
  color: #242AB2;
  padding: 5px;
  position: relative;
  width: max-content;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 20px 5px 5px;
}
@media only screen and (max-width: 780px) {
  .springcardsin .card .cardin .textbox .onebig {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .springcardsin .card .cardin .textbox .onebig {
    font-size: 100%;
  }
}

#menubut {
  position: fixed;
  bottom: 30px;
  right: 10%;
  z-index: 99999;
  transition: 0.7s;
}
@media only screen and (max-width: 780px) {
  #menubut {
    right: 0px;
    bottom: 10px;
  }
}

.clickbut {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.clickbut.noflex {
  display: inline-block;
  line-height: 60px;
}
.clickbut.noflex .menubuttons {
  padding: 10px;
  margin: 0px !important;
}
.clickbut.noflex .menubuttons:hover {
  text-decoration: none !important;
}
.clickbut.noflex .mainbut {
  background: #fff;
  color: #000;
  padding: 10px;
  font-weight: 400;
  color: #242AB2;
}
.clickbut.noflex .mainbut:hover {
  background: inherit;
}
.clickbut.noflex .pa_hidebut {
  position: absolute;
  width: max-content;
  top: -54px;
}
.clickbut.noflex .pa_hidebut i {
  margin: 5px;
  transition: 0.7s;
  font-size: 22px;
}
.clickbut.noflex .pa_hidebut i:hover {
  color: #FF0000;
}
.clickbut .menubuttons {
  position: relative;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 0px 30px #000;
  border-radius: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  transition: 0.2s;
  margin: 5px 10px;
  cursor: pointer;
}
.clickbut .menubuttons:hover {
  background: #fff;
}
.clickbut .mainbut {
  background: #FF0000;
  color: #fff;
}
.clickbut .mainbut:hover {
  background: rgba(255, 0, 0, 0.9);
}
.clickbut .mainbutclick {
  background: #fff;
  color: #FF0000;
}
.clickbut .mainbutclick:hover {
  background: #fff;
}
.clickbut .pa_hidebut {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  right: 0;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  color: #242ab2;
}
.clickbut .pa_hidebut .ch_hidebut .ch_inbut {
  text-align: right;
  height: 0;
  overflow: hidden;
  display: none;
}
.clickbut .pa_hidebut .ch_hidebut.ch_inbut_show span.hideme {
  display: none;
}
.clickbut .pa_hidebut .ch_hidebut.ch_inbut_show:hover {
  text-decoration: none;
}
.clickbut .pa_hidebut .ch_hidebut.ch_inbut_show .ch_inbut {
  animation: heightup 0.7s linear forwards;
  overflow: unset;
  height: auto;
  display: block;
  cursor: auto;
}
.clickbut .pa_hidebut .ch_hidebut.ch_inbut_show .ch_inbut .ch_in {
  margin: 10px 0px;
  cursor: pointer;
}
.clickbut .pa_hidebut .ch_hidebut.ch_inbut_show .ch_inbut .ch_in:hover {
  text-decoration: underline;
}
.clickbut .pa_hidebut_show {
  animation: heightup 0.7s linear forwards;
  overflow: unset;
  height: auto;
}
.clickbut .pa_hidebut_show .menubuttons {
  animation: margins 0.3s linear forwards;
  cursor: pointer;
}
.clickbut .pa_hidebut_show .menubuttons:hover {
  text-decoration: underline;
}
.clickbut .pa_hidebut_hide {
  animation: heightdown 0.5s linear forwards;
  overflow: unset;
  height: auto;
}
.clickbut .pa_hidebut_hide .menubuttons {
  animation: margins 2.7s linear forwards;
  animation-direction: reverse;
  transition: 0.5s;
}
@keyframes heightup {
  from {
    max-height: 0px;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes heightdown {
  0% {
    max-height: 1000px;
    opacity: 1;
  }
  100% {
    max-height: 0px;
    opacity: 0.2;
    overflow: hidden;
  }
}
@keyframes margins {
  from {
    margin: 0px 10px;
  }
  to {
    margin: 5px 10px;
  }
}

.mychocos .swiper-slide {
  display: flex;
  width: 100%;
  padding-right: 50px;
}
@media only screen and (max-width: 480px) {
  .mychocos .swiper-slide {
    width: 80%;
    padding-right: 0;
  }
}

.chocodets {
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  font-family: "Barlow", sans-serif;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 780px) {
  .chocodets {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .chocodets {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
}
.chocodets .chocopic {
  margin-right: 30px;
}
@media only screen and (max-width: 780px) {
  .chocodets .chocopic {
    margin-right: 0px;
  }
}
.chocodets .detsin h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.chocodets .detsin p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.container-80 {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.rdt_TableCell div:first-child {
  white-space: unset !important;
  overflow: unset !important;
}

.fields .label {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Barlow", sans-serif;
}

.fields input {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 2px solid #FF0000;
  box-shadow: none;
  padding: 10px;
  font-family: "Barlow", sans-serif;
  color: #fff;
  outline: 0px;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 100px;
  padding-bottom: 150px;
}
.banner .banner-content {
  text-align: center;
  color: #fff;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-content h3 {
  font-size: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .banner .banner-content h3 {
    font-size: 50px;
  }
}
.banner .banner-content p {
  font-size: 20px;
}
.banner .search-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.banner .search-box .input-box {
  margin: 10px auto;
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .banner .search-box {
    flex-direction: column;
  }
  .banner .search-box .input-box {
    width: 100% !important;
    margin: 10px 0;
  }
}
.banner .table-box {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  .banner .table-box {
    width: 100%;
  }
}
.banner .table-box table {
  width: 100%;
  color: #fff;
}
.banner .table-box table tr th {
  padding: 15px 0;
}
.banner .table-box table tr td .wine-name {
  color: #FF0000;
  font-weight: bold;
}
.banner .table-box table tr td .call-nw-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF0000;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: auto;
  border-radius: 20px;
}
.banner .table-box table tr td {
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #FF0000;
  padding: 15px 0;
}
.banner .table-box table tr td:first-child {
  text-align: left;
  width: 50%;
}
.banner .table-box table tr td:last-child {
  text-align: right;
  width: 50%;
}

button.call-nw-btn {
  background-color: #FF0000;
  padding: 10px 15px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: #fff;
  margin: unset !important;
  font-size: 14px !important;
}

.sc-bczRLJ.eSTlnH.rdt_Table {
  background-color: transparent;
  color: #fff;
}

.rdt_TableHeadRow {
  background-color: transparent !important;
  color: #fff;
  display: none !important;
}

.row-address {
  color: #fff;
  font-size: medium;
  font-weight: bold;
  margin-bottom: 5px;
}

.row-pin {
  color: #fff;
  position: relative;
  top: 10px;
}

header {
  background-color: transparent !important;
}

.rdt_Pagination {
  border: 1px solid #FF0000 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 15px !important;
  margin-top: 50px !important;
}

.pagination-next-page, #pagination-next-page, #pagination-last-page, #pagination-previous-page, #pagination-first-page {
  fill: #fff !important;
}

div.rdt_TableRow {
  border-bottom: 1px dashed #FF0000 !important;
  padding: 15px 0;
}

.rdt_Table {
  width: 50% !important;
  margin: auto;
  background-color: transparent !important;
}

.call-div {
  width: 100%;
  text-align: right;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

@media only screen and (max-width: 500px) {
  .rdt_Table {
    width: 100% !important;
  }
}
.fwKvpK {
  background-color: transparent !important;
  color: #FF0000 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 999999;
  width: 70%;
}
@media only screen and (max-width: 780px) {
  .header {
    width: 90%;
  }
}
.header .headin {
  position: relative;
  margin: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headin .logo {
  position: sticky;
  top: 0;
}
.header .headin .logo img {
  height: 80px;
}
@media only screen and (max-width: 480px) {
  .header .headin .logo img {
    height: 60px;
  }
}
.header .headin .gomr {
  font-weight: 700;
  font-size: 32px;
  text-transform: inherit;
  background-color: #FF0000;
  color: #fff;
  width: max-content;
  padding: 5px 20px;
}
@media only screen and (max-width: 480px) {
  .header .headin .gomr {
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    right: calc(-10% + 10px);
  }
}

.video {
  position: relative;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 99999;
}
.video #mute {
  display: none;
}
.video .ocScreencapVideo-dimensions {
  width: 100%;
  height: 100%;
}
.video .video-js .vjs-tech {
  position: relative;
}
.video #afterend {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.video #afterend .endname {
  font-size: 14px;
}
.video #afterend .repname {
  cursor: pointer;
}
.video #afterend .repname:hover ~ .replay {
  transform: rotate(-30deg);
}
.video #afterend .scroll {
  cursor: pointer;
}
.video #afterend .replay {
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
.video #afterend .replay:hover {
  transform: rotate(-30deg);
}
.video #afterend .lf-player-container {
  width: 150px;
  height: 150px;
}
.video #afterend .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .video #afterend .lf-player-container {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .video #afterend .lf-player-container {
    width: 80px;
    height: 80px;
  }
}
.video .speakers {
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  bottom: 150px;
  right: 120px;
  color: #fff;
  font-size: 32px;
  z-index: 99;
  transition: 0.7s;
}
.video .speakers:hover {
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .video .speakers {
    top: 100px;
    right: 50px;
    color: #fff;
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .video .speakers {
    top: 80px;
    right: 20px;
    color: #fff;
    font-size: 18px;
  }
}
.video video {
  width: 100%;
}
.video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0px;
  left: 0;
  background: linear-gradient(rgba(36, 42, 178, 0), rgba(36, 42, 178, 0.5), #242ab2);
}

.explore {
  position: relative;
  padding: 25px 0px;
}
.explore .bottles {
  position: relative;
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 25px;
}
@media only screen and (max-width: 480px) {
  .explore .bottles {
    flex-flow: column;
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .explore .bottles .botin {
    margin: 50px;
  }
}
.explore .bottles .react-reveal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore .bottles img {
  max-height: 400px;
  position: relative;
  margin: auto;
  bottom: 0px;
}
.explore .bottles img:first-child {
  width: 50%;
}
.explore .bottles img:last-child {
  width: 60%;
  margin-left: -66px;
  animation: jump 5s infinite forwards ease-in;
}
@media only screen and (max-width: 780px) {
  .explore .bottles img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .explore .bottles img {
    max-height: unset;
    width: 100%;
  }
}
.explore .bottles .expbutton {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF0000;
  text-transform: capitalize;
  text-align: center;
  width: calc(100% - 20px);
  cursor: pointer;
  position: relative;
  margin: auto;
  border-radius: 20px;
}

@keyframes jump {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 0px;
  }
}
.gibr {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .gibr {
    left: -10%;
  }
}
.gibr .logo {
  position: relative;
  background-color: #FF0000;
  color: #fff;
  width: max-content;
  padding: 0px 25px 0px 10px;
  margin: 0;
}
.gibr .logo img {
  max-height: 100px;
}
@media only screen and (max-width: 480px) {
  .gibr .logo img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .gibr .logo {
    font-size: 24px;
    position: relative;
    right: calc(-15% + 20px);
  }
}
.gibr p {
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 42px;
  text-transform: inherit;
  background-color: #FF0000;
  color: #fff;
  width: max-content;
  padding: 0px 25px 0px 10px;
}
@media only screen and (max-width: 480px) {
  .gibr p {
    font-size: 24px;
    position: relative;
    right: calc(-15% + 20px);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #241C11;
  padding-bottom: 10px;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(#242ab2, rgba(36, 42, 178, 0.5), #241C11);
}
.footer .footerin {
  z-index: 1;
  position: relative;
  margin: auto;
  width: 80%;
  padding: 100px 0 50px 0px;
  max-width: 1440px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-around;
}
@media only screen and (max-width: 780px) {
  .footer .footerin {
    flex-flow: column;
    width: 90%;
    padding: 50px 0 50px 0px;
  }
}
@media only screen and (max-width: 780px) {
  .footer .footerin .texts {
    margin-bottom: 50px;
  }
}
.footer .footerin .texts .name {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: 100%;
  text-transform: capitalize;
}
.footer .footerin .texts .name a {
  font-size: 28px;
}
@media only screen and (max-width: 780px) {
  .footer .footerin .texts .name {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footerin .texts .name {
    font-size: 1em;
  }
}
.footer .footerin .texts .twoliner {
  font-weight: 700;
  font-size: 2.8em;
  color: #242AB2;
  background-color: #fff;
  padding: 5px;
  position: relative;
  margin: 5px;
  width: max-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 780px) {
  .footer .footerin .texts .twoliner {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footerin .texts .twoliner {
    font-size: 1.8em;
  }
}
.footer .footerin .texts .onebig {
  font-weight: 700;
  font-size: 2.8em;
  background-color: #FF0000;
  margin: 0 5px;
  color: #fff;
  padding: 5px;
  position: relative;
  width: max-content;
  text-transform: capitalize;
  padding: 5px 20px 5px 5px;
}
@media only screen and (max-width: 780px) {
  .footer .footerin .texts .onebig {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footerin .texts .onebig {
    font-size: 1.8em;
  }
}
.footer .footerin .texts svg {
  padding-right: 10px;
}
.footer .footerin .form .error {
  font-size: 16px;
  color: #FF0000;
  text-align: left;
}
.footer .footerin .form .sent {
  position: relative;
  margin: auto;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer .footerin .form .sent p span {
  font-weight: bold;
}
.footer .footerin .form form {
  min-width: 300px;
  max-width: 90%;
}
@media only screen and (max-width: 780px) {
  .footer .footerin .form form {
    max-width: 90%;
    min-width: 100%;
  }
}
.footer .footerin .form form .fields {
  padding: 10px 0;
}
.footer .footerin .form form .fields p.label {
  margin: 0;
  font-weight: 500;
  color: #fff;
}
.footer .footerin .form form .fields input, .footer .footerin .form form .fields textarea {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 2px solid #242AB2;
  box-shadow: none;
  padding: 10px;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.footer .footerin .form form .fields input:focus, .footer .footerin .form form .fields textarea:focus {
  outline: 1px solid #fff;
}
.footer .footerin .form form .fields .validate {
  color: #FF0000;
  font-size: 14px;
}
.footer .footerin .form form .fields textarea {
  min-height: 70px;
}
.footer .footerin .form form div.button {
  padding: 10px;
  border: 2px solid #242AB2;
  color: #fff;
  background-color: #FF0000;
  text-transform: capitalize;
  text-align: center;
  width: calc(100% - 20px);
  cursor: pointer;
  border-radius: 20px;
}
.footer .copy {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px;
}

.popmain {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000000000000020000000000;
}
.popmain .popup {
  background: url("../img/bgdot.png");
  background-size: 50px 50px;
  background-color: #242AB2;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  max-width: calc(90% - 40px);
  text-align: center;
}
.popmain .popup .yesno {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popmain .popup .yesno a {
  width: calc(100% - 20px);
  margin: 20px;
}
.popmain .popup .yesno a .areyou {
  width: 100%;
  margin: 0;
}
.popmain .popup .yesno .areyou {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF0000;
  text-transform: capitalize;
  text-align: center;
  width: calc(100% - 20px);
  cursor: pointer;
  margin: 20px;
  border-radius: 20px;
}

@media screen and (max-height: 450px) {
  .menu-overlay a {
    font-size: 20px;
  }

  .menu-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/****************************/
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 9;
}

.overlay-body {
  position: fixed;
  height: 100%;
  z-index: -9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay-body.active {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-1 {
  /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/home/banner.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}

.sec--com-bg {
  /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/home/brown-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}

.sec-4 {
  /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/home/we-celebrate-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-1 {
    /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/home/banner-mob.jpg); */
    background-size: cover;
  }

  .sec-1 .container h2 {
    font-size: 100px;
  }

  .sec-4 .container .row img {
    width: 100%;
  }

  .sec-2 .container .row .col:last-child p {
    font-size: 16px;
  }
}
.sec-store-bn {
  background-color: #000000;
  /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/store-loc/bn-store-loc.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}

.popup-container1 .popup-innerwrap {
  max-width: 1200px;
  width: 100%;
  display: block;
  /* background: url(http://localhost/copter7/wp/wp-content/themes/copter7/store-locator/img/store-loc/popup-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 85vh;
  margin: 0 auto;
}

.sec-beer-bn {
  min-height: 100vh;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.sec-beer-bn .container {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.sec-beer-bn .container .bn-flip {
  position: absolute;
  bottom: 14%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.sec-beer {
  position: relative;
  display: block;
}

.sec-beer .container {
  max-width: 100%;
  width: 100%;
}

.sec-beer .container .beer-tree-img {
  display: block;
  text-align: center;
  position: relative;
  z-index: 3;
}

.sec-beer .container .beer-center {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 500px) {
  .sec-beer .container .beer-center {
    padding: 0;
  }
}
.sec-beer .container .beer-center img {
  max-width: 100%;
}

.sec-beer .container .content {
  position: relative;
  z-index: 3;
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sec-beer .container .content p {
  font-size: 54px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.sec-beer .container .content p .boder-text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.sec-ml {
  /* background: url(./../img/pattern-red.png) #eb2b31; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0px;
}

.sec-ml .container {
  max-width: 100%;
  width: 100%;
}

.sec-ml .container .row {
  padding-top: 100px;
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-ml .container .row:last-child {
  max-width: 100%;
  padding: 100px 60px 100px;
  display: block;
}

.sec-ml .container .row .col.bottle {
  max-width: 325px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.sec-ml .container .row .col.bottle img {
  width: 100%;
}

.sec-ml .container .row .col.desc {
  max-width: calc(100% - 325px);
  width: 100%;
  padding-top: 132px;
}

.sec-ml .container .row .col .content > img {
  max-width: 732px;
  width: 100%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.sec-ml .container .row .col .content p {
  font-size: 42px;
  line-height: 1.4;
  color: #ffffff;
  margin: 84px 0 22px;
}

.sec-ml .container .row .col .content .perc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sec-ml .container .row .col .content .perc-wrap img {
  max-width: 250px;
  width: 100%;
}

.sec-ml .container .row .col .content .perc-wrap p {
  margin-left: 42px;
  font-size: 34px;
  line-height: 1.4;
  color: #ffd800;
}

.sec-ml .container .row .col a {
  margin-top: 110px;
  display: inline-block;
  font-size: 34px;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #ea2922;
}

@media only screen and (max-width: 500px) {
  .sec-ml .container .row .col a {
    padding: 12px;
  }
}
.sec-ml .container .row.row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-ml .container .row.row-rev .col.bottle {
  max-width: 330px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.sec-ml .container .row.row-rev .col.bottle img {
  width: 100%;
}

.sec-ml .container .row.row-rev .col.desc {
  max-width: calc(100% - 330px);
  width: 100%;
  padding-top: 50px;
  margin-right: 80px;
}

.sec-ml .container .row.row-rev .col .content {
  text-align: right;
}

.sec-ml .container .row.row-rev .col .content > img {
  max-width: 732px;
  width: 100%;
  -webkit-transform: translateX(16%);
  transform: translateX(16%);
}

.sec-ml .container .row.row-rev .col .content p {
  margin: 40px 0 24px;
}

.sec-ml .container .row.row-rev .col .content .perc-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-ml .container .row.row-rev .col .content .perc-wrap img {
  margin-left: 42px;
}

.sec-ml .container .row.row-rev .col .content .perc-wrap p {
  margin-left: 0;
}

.sec-ml .container .row.row-rev .col .content a {
  margin-top: 60px;
  transition: 0.5s;
}

.sec-ml .container .row .dcp-wrap {
  margin-top: 24px;
  margin-bottom: 52px;
  text-align: center;
  display: none;
}

.sec-ml .container .row .dcp-wrap img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.sec-ml .container .row .dcp-wrap h2 {
  margin-top: 20px;
  font-size: 84px;
  line-height: 1;
  color: #ffffff;
}

.sec-ml .container .row .dcp-beer-wrap {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-ml .container .row .dcp-beer-wrap .box {
  width: 300px;
  position: relative;
  overflow: hidden;
  min-height: 472px;
}

.sec-ml .container .row .dcp-beer-wrap .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 7px;
  left: 0px;
  bottom: 0px;
  border: 8px solid #ffd800;
  border-right: 0;
}

.sec-ml .container .row .dcp-beer-wrap .text {
  color: #ffffff;
  position: absolute;
  text-align: center;
  bottom: 50%;
  right: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  font-size: 30px;
}

.sec-ml .container .row .dcp-beer-wrap .text > div {
  width: 100%;
  margin-left: 0;
}

.sec-ml .container .row .dcp-beer-wrap .innertext {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.sec-ml .container .row .dcp-beer-wrap .innertext span {
  padding: 10px 0 0;
}

.sec-ml .container .bgBlack {
  background-color: #241c11;
  display: block;
  width: 100%;
  height: 440px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.sec-soc {
  position: relative;
  display: block;
  padding: 100px 0px;
  background-color: #f7d040;
}

@media only screen and (max-width: 500px) {
  .sec-soc {
    padding: 92px 0 25px 0px;
  }
}
.sec-soc .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.sec-soc .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-soc .container .row.row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-soc .container .row .col.col-img {
  max-width: calc(100% - 920px);
  width: 100%;
  text-align: center;
  position: relative;
}

.sec-soc .container .row .col.col-img .obj-tree {
  position: absolute;
}

.sec-soc .container .row .col.col-img .obj-tree.obj-tree0 {
  display: none;
}

.sec-soc .container .row .col.col-img .obj-tree.obj-tree1 {
  right: -8%;
  top: 20%;
}

.sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
  left: -7%;
  top: -20%;
}

.sec-soc .container .row .col.col-img .obj-tree.obj-tree3 {
  right: -8%;
  bottom: 10%;
}

.sec-soc .container .row .col.col-desc {
  max-width: 920px;
  width: 100%;
  margin-bottom: 8%;
}

.sec-soc .container .row .col h2 {
  font-size: 64px;
  line-height: 1.2;
  color: #ec4533;
  margin: 52px 0 72px;
}

.sec-soc .container .row .col ul.name-wrap li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  margin-right: 20px;
}

.sec-soc .container .row .col ul.name-wrap li h3 {
  font-size: 42px;
  line-height: 1.2;
  color: #000000;
  margin-right: 10px;
}

.sec-soc .container .row .col ul.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #000000;
  padding-bottom: 64px;
}

.sec-soc .container .row .col ul.social-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sec-soc .container .row .col ul.social-wrap li p {
  font-size: 21px;
  padding-left: 8px;
}

.sec-watch {
  position: relative;
  /*display: block;*/
  display: none;
  padding: 45px 0 75px;
  background-color: #241c11;
}

.sec-watch .container {
  max-width: 100%;
  width: 100%;
  padding-left: 240px;
}

.sec-watch .container .row .col.col-desc {
  max-width: 682px;
  width: 100%;
  z-index: 2;
}

.sec-watch .container .row .col.col-img {
  max-width: calc(100% - 682px);
  width: 100%;
}

.sec-watch .container .row .col.col-img img {
  width: 100%;
}

.sec-watch .container .row .col h2 {
  font-size: 128px;
  line-height: 1;
  color: #ea2922;
  margin-bottom: 24px;
}

.sec-watch .container .row .col p {
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}

.sec-watch .container .row .col .img-wrap {
  margin-top: 72px;
}

.sec-watch .container .row .col span {
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 32px;
}

@media screen and (max-width: 1680px) {
  .sec-beer-bn .container .bn-flip {
    bottom: 9%;
  }

  .sec-beer .container .beer-tree-img img {
    max-width: 180px;
  }

  .sec-beer .container .content {
    max-width: 80%;
  }

  .sec-beer .container .content p {
    font-size: 44px;
  }

  .sec-ml .container .row .col.bottle {
    max-width: 270px;
  }

  .sec-ml .container .row .col.desc {
    max-width: calc(100% - 270px);
    padding-top: 78px;
  }

  .sec-ml .container .row .col .content > img,
.sec-ml .container .row.row-rev .col .content > img {
    max-width: 650px;
  }

  .sec-ml .container .row .col .content p {
    margin: 64px 0 20px;
  }

  .sec-ml .container .row .col .content .perc-wrap img {
    max-width: 220px;
  }

  .sec-ml .container .row .col a {
    margin-top: 84px;
  }

  .sec-ml .container .row:last-child {
    padding: 75px 0px 75px;
  }

  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 72px;
  }

  .sec-soc .container {
    max-width: 100%;
    padding: 0 50px;
  }

  .sec-soc .container .row .col.col-img {
    max-width: calc(100% - 850px);
  }

  .sec-soc .container .row .col.col-desc {
    max-width: 850px;
  }

  .sec-soc .container .row .col h2 {
    font-size: 54px;
  }

  .sec-watch .container {
    padding-left: 160px;
  }

  .sec-watch .container .row .col.col-desc {
    max-width: 600px;
  }

  .sec-watch .container .row .col.col-img {
    max-width: calc(100% - 600px);
  }

  .sec-watch .container .row .col h2 {
    font-size: 110px;
  }

  .sec-watch .container .row .col p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .sec-beer .container .beer-tree-img img {
    max-width: 132px;
  }

  .sec-soc .container {
    padding: 0 36px;
  }

  .sec-soc .container .row .col.col-img {
    max-width: calc(100% - 740px);
  }

  .sec-soc .container .row .col.col-desc {
    max-width: 740px;
  }

  .sec-ml .container .row.row-rev .col.desc {
    margin-right: 60px;
  }

  .sec-soc .container .row .col ul.name-wrap li h3 {
    font-size: 36px;
    margin-right: 0;
  }

  .sec-soc .container .row .col ul.name-wrap li {
    font-size: 20px;
  }

  .sec-soc .container .row .col ul.social-wrap {
    padding-bottom: 48px;
  }

  .sec-soc .container .row .col.col-img .obj-tree {
    max-width: 120px;
  }

  .sec-soc .container .row .col h2 {
    font-size: 44px;
  }

  .sec-ml .container .row .dcp-wrap img {
    max-width: 160px;
  }

  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 60px;
  }

  .sec-watch .container {
    padding-left: 100px;
  }

  .sec-watch .container .row .col.col-desc {
    max-width: 540px;
  }

  .sec-watch .container .row .col.col-img {
    max-width: calc(100% - 540px);
  }

  .sec-watch .container .row .col h2 {
    font-size: 90px;
  }

  .sec-watch .container .row .col p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-beer-bn .container .bn-beer-type, .sec-beer-bn .container .bn-flip img {
    width: 27px;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 500px) {
  .sec-beer .container .beer-center {
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  .sec-beer .container .content p {
    font-size: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row {
    max-width: 1100px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row:first-child {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .col .content > img,
.sec-ml .container .row.row-rev .col .content > img {
    max-width: 580px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .col .content p,
.sec-ml .container .row.row-rev .col .content p {
    margin: 48px 0 20px;
    font-size: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .col .content .perc-wrap img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .col .content .perc-wrap p {
    font-size: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .col a {
    font-size: 30px;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row:last-child {
    padding: 50px 0px 100px;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 500px) {
  .sec-ml .container .row:last-child {
    padding: 50px 0px 50px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-beer-bn .container .bn-beer-type {
    left: 40px;
    bottom: 40px;
  }

  .sec-beer-bn .container .bn-beer-type, .sec-beer-bn .container .bn-flip {
    bottom: 40px;
  }

  .sec-ml .container .row {
    max-width: 100%;
    padding-top: 50px;
  }

  .sec-ml .container .row .col.bottle {
    max-width: 250px;
  }

  .sec-ml .container .row .col.desc {
    max-width: calc(100% - 250px);
    padding-top: 78px;
  }

  .sec-ml .container .row.row-rev .col.bottle {
    max-width: 270px;
  }

  .sec-ml .container .row.row-rev .col.desc {
    max-width: calc(100% - 270px);
  }

  .sec-ml .container .row .col .content p,
.sec-ml .container .row.row-rev .col .content p {
    margin: 36px 0 12px;
    font-size: 32px;
  }

  .sec-ml .container .row .col .content .perc-wrap img {
    max-width: 180px;
  }

  .sec-ml .container .row .col .content .perc-wrap p {
    font-size: 32px;
  }

  .sec-soc .container .row .col ul.social-wrap {
    padding-bottom: 36px;
  }

  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 40px;
  }

  .sec-soc .container .row .col.col-img {
    max-width: calc(100% - 560px);
  }

  .sec-soc .container .row .col.col-img img {
    width: 80%;
  }

  .sec-soc .container .row .col.col-desc {
    max-width: 560px;
  }

  .sec-soc .container .row .col ul.name-wrap li h3 {
    font-size: 30px;
  }

  .sec-soc .container .row .col h2 {
    font-size: 38px;
    margin: 40px 0 52px;
  }

  .sec-soc .container .row .col.col-img .obj-tree {
    max-width: 100px;
  }

  .sec-watch .container {
    padding-left: 72px;
  }

  .sec-watch .container .row .col.col-desc {
    max-width: 440px;
  }

  .sec-watch .container .row .col.col-img {
    max-width: calc(100% - 440px);
  }

  .sec-watch .container .row .col h2 {
    font-size: 68px;
  }

  .sec-watch .container .row .col p {
    font-size: 20px;
  }

  .sec-watch .container .row .col .img-wrap {
    margin-top: 48px;
  }

  .sec-watch .container .row .col .img-wrap img {
    width: 31.5%;
  }

  .sec-watch .container .row .col span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-beer .container .content p {
    font-size: 32px;
  }

  .sec-ml .container .row .col.bottle {
    max-width: 200px;
  }

  .sec-ml .container .row .col.desc {
    max-width: calc(100% - 200px);
  }

  .sec-ml .container .row.row-rev .col.bottle {
    max-width: 220px;
  }

  .sec-ml .container .row.row-rev .col.desc {
    max-width: calc(100% - 220px);
  }

  .sec-ml .container .row .col .content p, .sec-ml .container .row.row-rev .col .content p {
    font-size: 24px;
  }

  .sec-ml .container .row .col .content .perc-wrap p {
    font-size: 24px;
  }

  .sec-ml .container .row .col a {
    font-size: 24px;
  }

  .sec-ml .container .row.row-rev .col.desc {
    margin-right: 32px;
  }

  .sec-ml .container .row .dcp-wrap img {
    max-width: 140px;
  }

  .sec-ml .container .row .dcp-beer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }

  .sec-ml .container .row .dcp-beer-wrap .box {
    display: none;
  }

  .sec-ml .container .row .dcp-beer-wrap .box:last-child {
    display: block;
  }

  .sec-soc .container {
    padding: 0 40px;
  }

  .sec-soc .container .row,
.sec-soc .container .row.row-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec-soc .container .row .col.col-desc {
    max-width: 100%;
  }

  .sec-soc .container .row .col.col-img {
    max-width: 50%;
    margin: 0 auto;
  }

  .sec-soc .container .row .col.col-img .obj-tree.obj-tree0,
.sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
    display: block;
    right: -20%;
    top: 10%;
    left: auto;
  }

  .sec-soc .container .row .col.col-img .obj-tree.obj-tree1,
.sec-soc .container .row .col.col-img .obj-tree.obj-tree3 {
    right: auto;
    top: 20%;
    left: -30%;
  }

  .sec-watch .container {
    padding: 0px;
  }

  .sec-watch .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec-watch .container .row .col.col-img {
    max-width: 100%;
  }

  .sec-watch .container .row .col.col-desc {
    padding: 0 40px;
    max-width: 100%;
  }

  .sec-watch .container .row .col h2 {
    font-size: 52px;
  }

  .sec-watch .container .row .col .img-wrap img {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .sec-beer-bn {
    /* background: url(./../img/bn-beer-mob-bg.png) #ea2922; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .sec-beer-bn .container {
    z-index: 2;
  }

  .sec-beer-bn .container .bn-beer-type ul li a {
    font-size: 20px;
  }

  .sec-beer-bn .container .bn-flip {
    bottom: 27%;
    width: auto;
    right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sec-beer {
    padding: 25px 0 25px;
  }

  .sec-beer .container .beer-tree-img img {
    max-width: 100px;
  }

  .sec-beer .container .content {
    max-width: 100%;
  }

  .sec-beer .container .content p {
    padding: 0 20px;
    font-size: 24px;
  }

  .sec-ml .container {
    padding: 50px 20px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 500px) {
  .sec-ml .container {
    padding: 35px 0px 0;
  }

  .sec-beer .container .beer-center {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col.bottle {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col.desc {
    max-width: calc(100% - 120px);
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row.row-rev .col.bottle {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row.row-rev .col.desc {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col .content p,
.sec-ml .container .row.row-rev .col .content p {
    margin: 24px 0 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col .content .perc-wrap img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col .content .perc-wrap p {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row.row-rev .col .content .perc-wrap img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .col a {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col ul.name-wrap li h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col ul.name-wrap li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col h2 {
    font-size: 30px;
    margin: 24px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col ul.social-wrap li img {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col ul.social-wrap li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row,
.sec-soc .container .row.row-rev {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col.col-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col.col-img .obj-tree.obj-tree0, .sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
    max-width: 88px;
  }
}
@media screen and (max-width: 768px) {
  .sec-soc .container .row .col.col-img .obj-tree.obj-tree0, .sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .sec-watch .container .row .col.col-desc {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-beer {
    padding: 75px 0 25px;
  }

  .sec-beer .container .beer-tree-img img {
    max-width: 80px;
  }

  .sec-ml .container .row .col.bottle {
    max-width: 100px;
  }

  .sec-ml .container .row .col.desc {
    max-width: calc(100% - 100px);
    padding-top: 20px;
  }

  .sec-ml .container .row.row-rev .col.bottle {
    max-width: 110px;
  }

  .sec-ml .container .row.row-rev .col.desc {
    max-width: calc(100% - 110px);
  }

  .sec-ml .container .row .col .content p,
.sec-ml .container .row.row-rev .col .content p {
    font-size: 18px;
    line-height: 1.2;
    margin: 24px 0 20px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 350px) {
  .sec-ml .container .row .col .content p,
.sec-ml .container .row.row-rev .col .content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .col .content p br,
.sec-ml .container .row.row-rev .col .content p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .col .content .perc-wrap img {
    max-width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .col .content .perc-wrap p {
    font-size: 14px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row.row-rev .col .content .perc-wrap img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .col a {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 350px) {
  .sec-ml .container .row .col a {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-wrap img {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-wrap h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-beer-wrap .box {
    width: 240px;
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-beer-wrap .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-beer-wrap .text > div {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .row .dcp-beer-wrap .box::after {
    border: 4px solid #ffd800;
    border-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-ml .container .bgBlack {
    height: 360px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 500px) {
  .sec-ml .container .bgBlack {
    height: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col.col-img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col.col-img > img {
    width: auto;
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col.col-img .obj-tree {
    max-width: 72px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col.col-img .obj-tree.obj-tree0, .sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
    max-width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col.col-img .obj-tree.obj-tree0, .sec-soc .container .row .col.col-img .obj-tree.obj-tree2 {
    right: -40%;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col ul.name-wrap li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col ul.name-wrap li {
    font-size: 14px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col ul.name-wrap li:first-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col ul.social-wrap li img {
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-soc .container .row .col ul.social-wrap li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sec-watch .container .row .col h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sec-watch .container .row .col p {
    font-size: 18px;
  }
}
.footr {
  background: #0f0703;
  padding-top: 5%;
  padding-bottom: 5%;
}

@media only screen and (max-width: 500px) {
  .footr {
    padding-top: 15%;
  }
}
.f11 h2 {
  color: #fff;
  font-size: 40px;
  line-height: 72px;
}

.tbox {
  width: 80%;
  float: left;
  display: none;
}

.pbtn {
  width: 19%;
  float: left;
  display: none;
}

/*@media screen and (max-width: 500px){
  .pbtn {float: left; }
}*/
.form {
  padding-top: 21px;
  display: flex;
  align-items: center;
}

.ppp {
  width: 97%;
  background: #fff;
  border-radius: 40px;
  padding: 12px;
}

.psd {
  padding: 14px 27px 14px 27px;
  color: #fff;
  background: #eb2b31;
  border-radius: 40px;
}

.fotl h3 {
  font-size: 35px;
}

.fotl p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.smki li {
  float: left;
  width: 35px;
  background: #eb2b31;
  color: #fff;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}

.trns {
  position: absolute;
  bottom: -44px;
  z-index: -1;
}

.tanns {
  position: relative;
}

.trns1 {
  position: absolute;
  bottom: -5px;
  z-index: 9999;
}

.trns11 {
  position: absolute;
  top: -5px;
  z-index: 9999;
}

.menu-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-height: 450px) {
  .menu-overlay a {
    font-size: 20px;
  }

  .menu-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.burger-inside {
  z-index: 100;
  right: 0;
  padding: 15px;
}

.header-content {
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  transform: translateX(-50%);
  z-index: 25;
  left: 50%;
  padding: 10px 0;
}

.header-container {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.logo-inside {
  z-index: 1;
}

.scroll-color {
  transition: 0.5s;
  background-color: #ea2228;
}

.margin {
  width: 100%;
  height: 90px;
}

.red-clr {
  color: #ea2228;
}

.burger-icon {
  margin-right: 10px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .f11 h2 {
    color: #fff;
    font-size: 19px !important;
    line-height: 20px !important;
    text-align: center;
  }

  .fotl {
    padding-top: 5%;
    text-align: center;
  }

  .smki {
    margin: auto;
    width: 53%;
  }
}
.social-icons-inside {
  display: flex;
  text-align: center;
  width: fit-content;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .form-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pbtn {
    width: 80%;
  }

  .pbtn input {
    width: 100%;
  }

  .ppp {
    width: 100%;
  }

  .social-icons-inside {
    display: flex;
    text-align: center;
    width: fit-content;
    margin: auto;
    color: #fff;
  }
}
@media only screen and (max-width: 500px) {
  .f11 h2 {
    padding-bottom: 25px;
  }
}
.social-icon {
  width: 50px;
  height: 50ox;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #eb2b31;
}

.no-mg {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.red-a-tag {
  background-color: #fff;
  color: #EB2B31 !important;
  transition: 0.5s;
}

/************Smooth Bear style below******************/
.sec-beer-blue-bn {
  /* background: url(./../img/bn-beer-bg.png) $blue; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.sec-blue-ml {
  /* background: url(./../img/pattern-red.png) $blue; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  width: 100%;
}

.sec-blue-beer {
  position: relative;
  display: block;
}

.smooth-bottle {
  transform: rotate(9deg);
}

.ml-650 {
  margin-left: 45px;
}

.smooth-bottle-img {
  width: 130% !important;
}

.blue-bottle-box img {
  width: 70%;
}

.blue-a-tag {
  background-color: #fff;
  color: #242AB2 !important;
  transition: 0.5s;
}

.blue-a-tag {
  background-color: #fff;
  color: #242AB2 !important;
  transition: 0.5s;
}

.social-a {
  color: #fff;
}

.light-logo {
  height: 80px;
}

.contact-btn {
  padding: 10px 40px;
  background-color: #eb2b31;
  color: #fff;
  font-weight: 500;
  font-size: x-large;
  transition: 0.5s;
  outline: none;
  border: none;
}

.contact-btn a {
  color: #fff;
}

.call-no {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 350px) {
  .sec-ml .container .row.row-rev .col.desc {
    margin-right: 0px;
  }
}
.grid-row {
  display: flex;
  justify-content: space-evenly;
}

.grid-col-4 {
  height: 500px;
  position: relative;
}

.content-inside {
  height: 100%;
}

.content-inside img {
  height: 100%;
  transform: rotate(9deg);
}

.img-quantity {
  /*width: 300px;*/
  position: absolute;
  top: 35%;
  left: -80%;
  transform: rotate(-90deg);
}

.big-quantity {
  /*width: 300px;*/
  position: absolute;
  top: 35%;
  left: -92%;
  transform: rotate(-90deg);
}

.img-quantity img, .tin-quantity img, .big-quantity img {
  width: 100%;
}

.tin-quantity {
  /*width: 300px;*/
  position: absolute;
  top: 35%;
  left: -57%;
  transform: rotate(-90deg);
}

.img-quantity p, .tin-quantity p, .zero-quantity p, .big-quantity p {
  color: #242AB2;
  font-size: 100px;
  font-weight: bolder;
  margin-left: 36px;
  margin-right: -72px;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.zero-quantity p {
  margin: 0;
}

.zero-text {
  position: relative;
  left: unset;
  top: unset;
  transform: rotate(0deg);
}
.zero-text p {
  font-size: 52px;
}
.zero-text p.nortext {
  font-size: 20px;
  text-shadow: unset;
  font-weight: normal;
  color: #fff;
}

img.zero-headtext {
  width: auto !important;
  height: 100px !important;
  margin-left: -120px;
}
@media only screen and (max-width: 480px) {
  img.zero-headtext {
    margin-right: 10px !important;
    margin-left: 0px;
    width: 200px !important;
    height: auto !important;
  }
}

.zero-grid {
  display: flex;
  align-items: center;
}
.zero-grid .zero-content-inside img {
  max-height: 450px;
}
@media only screen and (max-width: 480px) {
  .zero-grid {
    flex-flow: column;
  }
}

@media only screen and (max-width: 480px) {
  .zero-quantity p {
    font-size: 40px;
    text-align: center;
  }
}

.zerocolumn {
  width: 80%;
  max-width: 1440px;
  position: relative;
  margin: auto;
}

/*.alc-quantity p{
  color: $blue;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-size: 50px;
}*/
.home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-btn button {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF0000;
  text-transform: capitalize;
  text-align: center;
  width: max-content;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  padding: 10px;
  margin: auto;
  border-radius: 20px;
}

.ingredients {
  text-transform: capitalize;
  font-size: 40px;
  color: #fff;
  text-align: center;
  width: 75%;
  margin: auto;
}

.alc-quantity {
  font-size: 30px;
  text-align: center;
  color: #ffd800;
  /* padding: 20px 0; */
}

@media only screen and (max-width: 800px) {
  .grid-col-4 {
    height: 300px;
    margin: 20px 0;
  }

  .img-quantity p, .tin-quantity p, .big-quantity p {
    font-size: 50px;
  }

  .ingredients {
    font-size: 30px;
  }

  .alc-quantity {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .grid-row {
    flex-direction: column;
  }

  .content-inside {
    width: 50%;
    margin: auto;
    text-align: center;
  }

  .img-quantity, .big-quantity {
    left: 5%;
  }

  .tin-quantity {
    left: -5%;
  }

  .img-quantity p, .tin-quantity p, .big-quantity p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .grid-col-4 {
    height: 300px;
  }

  .img-quantity, .big-quantity {
    left: -5%;
  }

  .content-inside {
    width: 100%;
  }

  .tin-quantity {
    left: -5%;
  }
}
.red-grid-col-4 {
  height: 500px;
  position: relative;
}

.zero-grid {
  display: flex;
}

.red-content-inside {
  height: 100%;
}

.red-content-inside img {
  height: 100%;
}

.red-quantity {
  left: -100%;
}

.red-quantity p {
  color: #242AB2;
}

.red-btn button {
  color: #eb2b31;
}

.red-bottle {
  left: -130%;
}

@media only screen and (max-width: 800px) {
  .red-grid-col-4 {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .red-grid-col-4 {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: 20px 0px;
    justify-content: center;
    height: auto;
    align-items: center;
  }

  .red-content-inside {
    width: 50%;
    text-align: center;
    position: relative;
    left: -25%;
  }

  .red-content-inside img {
    height: 300px;
    width: auto;
  }

  .red-quantity {
    left: -10%;
    position: relative;
    width: -webkit-fill-available;
    bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .red-grid-col-4 {
    width: 110%;
  }
}
.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.banner-image img {
  width: auto;
  height: 70vh;
}

.banner-logo {
  position: absolute;
  right: 10%;
  top: 50%;
}

.banner-logo img {
  width: 70%;
}

@media only screen and (max-width: 1500px) {
  .banner-image img {
    width: auto;
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .banner-logo {
    right: 0%;
  }

  .banner-logo img {
    width: 50%;
  }

  .banner-image img {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-logo {
    text-align: center;
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    padding-top: 50px;
  }

  .banner-logo img {
    width: 40%;
  }

  .banner-image {
    height: initial;
    padding-top: 150px;
  }
}
img.ofromzero {
  position: absolute !important;
  height: 100px;
  margin-bottom: 130px !important;
  margin-left: 320px !important;
  right: unset;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  img.ofromzero {
    width: 60px;
    height: auto;
    margin-bottom: 90px !important;
    right: 0;
    margin-left: unset !important;
  }
}

@media only screen and (max-width: 500px) {
  .zeroBottleMob {
    height: 300px !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: url("../img/bgdot.png");
  background-size: 50px 50px;
  background-color: #242AB2;
}

#cardswitch {
  position: fixed;
  right: 125px;
  bottom: 13px;
  z-index: 99999;
  transition: 0.7s;
}
#cardswitch span {
  position: absolute;
  opacity: 0;
}
#cardswitch > div {
  box-shadow: 0px 0px 30px;
}

.notfound .lf-player-container {
  position: relative;
  margin: auto;
  width: 300px;
  top: 100px;
  right: 0px;
  z-index: 9;
  text-align: center;
}
.notfound .lf-player-container .lottie {
  width: 100%;
  height: 100%;
}

.banner-container {
  position: relative;
  height: 100%;
  min-height: 100vh;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .banner-container {
    flex-flow: column;
  }
}
.banner-container .react-reveal {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  position: relative;
  margin: auto;
}
.banner-container .react-reveal img {
  position: relative;
  margin: auto;
  bottom: 0px;
}
.banner-container .react-reveal img:first-child {
  width: auto;
}
.banner-container .react-reveal img:last-child {
  width: auto;
  margin-left: -56px;
  margin-bottom: -36px;
  animation: jump 5s infinite forwards ease-in;
}

#root {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #root {
    width: 100%;
    max-width: 100vw;
  }
}

.App {
  overflow: hidden;
}

.linelute {
  position: absolute;
}
.linelute img {
  width: 400px;
}
@media only screen and (max-width: 480px) {
  .linelute img {
    width: 200px;
  }
}
.linelute.linegibr {
  right: -250px;
  top: -40px;
}
@media only screen and (max-width: 780px) {
  .linelute.linegibr {
    top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .linelute.linegibr {
    right: -150px;
    top: 0px;
  }
}
.linelute.line1 {
  left: -250px;
  top: 20%;
}
@media only screen and (max-width: 480px) {
  .linelute.line1 {
    left: -150px;
    top: 20%;
  }
}
.linelute.line2 {
  right: -250px;
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .linelute.line2 {
    right: -150px;
    top: 50%;
  }
}
.linelute.line3 {
  left: -250px;
  top: 80%;
}
@media only screen and (max-width: 480px) {
  .linelute.line3 {
    left: -150px;
    top: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
