* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

@font-face {
  font-family: "PantonMtav3";
  src: url("../fonts/PANTONMTAV3-B.OTF");
}
@font-face {
  font-family: "DejavuSans";
  src: url("../fonts/BPG 2017 DejaVuSans.ttf");
}
@font-face {
  font-family: "DejavuSansBold";
  src: url("../fonts/BPG 2017 DejaVuSans-Bold.ttf");
}



.fslsec{
  display: flex;
  flex-flow: column nowrap;
}

.fslsec__hdr {
  background-color: #2C2336;
}

.fslsec__hrdcont {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.fslsec__hrdcont-wr_lt {
  padding: 19px 20px;
}

.fslsec__hrdcont-wr_ltcn {
  display: flex;
  align-items: center;
}

.fslsec__hrdcont-wr_ltcn h4 {
  position: relative;
  font-family: 'archy';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  /* padding: 2px 25px 0 0; */
  padding: 20px 25px 18px 0;
  white-space: nowrap;
}

.fslsec__hrdcont-wr_ltcn h4::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.fslsec__hrdcont-wr_ltcn h4.fslsec_inside::before{
  display: none;
}

.fslsec__hrdcont-wr_inpwr {
  position: relative;
  margin: 0 0 0 20px;
}

.fslsec__hrdcont-wr_inpwr button {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 15px;
  background: none;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.fslsec__hrdcont-wr_inp {
  background: none;
  outline: none;
  border: none;
  margin-left: 26px;
  font-family: "DejavuSans";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  width: 130px;
}

.fslsec__hrdcont-wr_inp::placeholder {
  font-family: "DejavuSans";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.fslsec__hrdcont-wr_rt {
  height: 60px;
  padding: 0 0 0 20px;
  background-color: #16121A;
}

.goto-allslot{
  background: #3B936C;
  padding: 9px 16px 9px 14px;
  color: #fff;
  font-family: 'archy';
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  margin: 19px 0 0 0;
}

.goto-allslot i{
  font-size: 12px;
  margin: 0 2px 0 0;
}

.fslsec__checksmw {
  position: relative;
  padding: 0 20px;
  /* overflow-x: scroll;
  overflow-y: hidden; */
  
}

.fslsec__slider-prev{
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  cursor: pointer;
}

.fslsec__slider-prev svg {
  display: block;
  width: 100%;
}

.fslsec__slider-next{
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
  cursor: pointer;
}

.fslsec__slider-next svg {
  display: block;
  width: 100%;
}

.fslsec__checks {
  
}

.fslsec__checks .swiper-slide{
  width: auto;
}

.fslsec__check {
  position: relative;
  flex: 0 0 auto;
}

.fslsec__check:first-child span {
  padding: 24px 23px 22px 0px;
}

.fslsec__check + .fslsec__check::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.fslsec__check span {
  display: block;
  padding: 24px 23px 22px 23px;
  font-family: "DejavuSansBold";
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 200ms;
  user-select: none;
}

.fslsec__check input {
  display: none;
}

.fslsec__check input:checked + span {
  color: red;
}

.fslsec__body {
  background-color: #16121A;
  padding-bottom: 100px;
  flex: 1 1 auto;
}

.fslsec__cn {
  max-width: 1188px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px 30px 20px;
  background-color: #33293D;
  border-radius: 0 0 12px 12px;
  background-color: #16121A;

}

.fslsec-ls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(143px, 1fr));
  grid-gap: 30px 16px;
}

.fslsec-imgwr {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 48%;
  /* padding-bottom: 83%; */
}

.fslsec-imgwr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 31, 45, 0.5);
  z-index: 1;
  pointer-events: none;
}

.fslsec-imgwr span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #3B936C;
  border-radius: 5px;
  font-size: 12px;
  font-family: "PantonMtav3";
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #fff;
  padding: 11px 28px;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.fslsec-imgwr:hover span {
  visibility: visible;
  opacity: 1;
}

.fslsec-imgwr img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.fslsec-it figcaption h5 {
  margin-top: 10px;
}

.fslsec-it figcaption a {
  color: #fff;
  font-size: 13px;
  font-family: "DejavuSans";
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.fslsec-morebtn {
  display: block;
  width: 100%;
  margin-top: 30px;
  background-color: #261F2D;
  border: none;
  outline: none;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "PantonMtav3";
  padding: 20px 0 19px 0;
  cursor: pointer;
}

.fslsec-morebtn i {
  margin-right: 10px;
  font-size: 11px;
  transform: translateY(-1px);
}

.fslsec-morebtn-bg {
  display: none;
}

.fslsec-morebtn-sm {
  display: none;
}

.fslsec-morebtn-bg.show {
  display: none;
}

.fslsec-morebtn-sm.show {
  display: block;
}

.extra-sm {
  display: none;
}

.extra-lg {
  display: block;
}

.extra-sm.extra-lg {
  display: none;
}

.gmsec {
  background-color: #16121A;
}

.gmsec__cn {
  max-width: 1188px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.gmsec__fullscreen-btn{
  display: none;
  position: absolute;
  top: 70px;
  right: 20px;
  background: #3B936C;
  padding: 6px 11px 5px 11px;
  color: #fff;
  font-family: 'archy';
  font-size: 19px;
  border-radius: 5px;
  cursor: pointer;
}

.gmsec__fullscreen-btn.show{
  display: block;
}

.gmsec__hd {
  position: relative;
  padding: 30px 20px 36px 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
} 
 
.gmsec__hd h3 {
  color: #fff;
  font-size: 32px;
  font-family: "DejavuSans";
  margin-bottom: 7px;
}

.gmsec__hd p {
  font-size: 12px;
  font-family: "DejavuSans";
  color: rgba(255, 255, 255, 0.5);
}

.gmsec__hd p i{
  margin: 0 5px;
}

.gmsec__hd p a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.gmsec__hd p a:last-child {
  position: relative;
  pointer-events: none;
}

.gmsec__hd p a:last-child::after {
  /* content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: red;
  left: 0;
  top: calc(50% - 4px);
  background-color: rgba(255, 255, 255, 0.1); */
}

.gmsec__body {
  /* border-radius: 0 0 20px 20px; */
}

.gmsec__bodycn {
  position: relative;
  padding: 0 20px;
  min-height: 500px;
}

.gmsec__ifrmwr{
  padding-bottom: 200px;
}

.gmsec__ifrwr{
  position: relative;
  padding-bottom: 56.25%;
}

.gmsec__ifrwr.mobile{
  position: static;
}

.gmsec__ifrwr iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gmsec__ifrwr iframe.gmsec_iframe-desktop{
  display: none;
}

.gmsec__ifrwr iframe.gmsec_iframe-desktop.permanent{
  display: block;
}

.gmsec__ifrwr iframe.gmsec_iframe-mobile{
  display: block;
}

.gmsec__if-wr {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 25px; */
  overflow: hidden;
  box-shadow: 0 -20px 0 -10px #2C2336;
}

.gmsec__if-wr img {
  display: block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.gmsec__if-wr iframe{
  display: block;
  width: 100%;
  height: 100%;

}
.gmsec__mwnwr{
  padding-bottom: 200px;
}
.gmsec__wnwr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  background-color: rgba(51, 41, 61, 0.95);
  /* border-radius: 20px; */
}

.gmsec__wnwr.hide{
  display: none;
}

.gmsec__wncn {
  /* margin: auto; */
  margin: 80px auto auto;
  padding: 0 10px 30px 10px;
}

.gmsec__wntts {
  margin-bottom: 30px;
  max-width: 796px;
}

.gmsec__wntts h3 {
  color: #fff;
  text-align: center;
  font-family: "PantonMtav3";
  margin: 10px 0;
  font-size: 17px;
}

.gmsec__wndescs p {
  text-align: center;
  color: #fff;
  font-family: "DejavuSans";
  font-size: 14px;
  margin-bottom: 15px;
}

.gmsec__agerest {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.gmsec__wnbtnswr {
  display: flex;
  justify-content: center;
}

.gmsec__wn-st {
  color: #fff;
  font-family: "PantonMtav3";
  font-size: 16px;
  background: #D11349;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 18px 36px 17px 36px;
  cursor: pointer;
}




.gmsec__authbtnswr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;
  margin-top: 20px;
}

.gmsec__auth {
  color: #fff;
  font-family: "PantonMtav3";
  font-size: 14px;
  background: #D11349;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 14px 24px 13px 24px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.gmsec__reg {
  color: #fff;
  font-family: "PantonMtav3";
  font-size: 14px;
  background: #3B936C;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 14px 24px 13px 24px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.ios-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  background-color: #000;
}

.ios-overlay.show{
  display: flex;
}
  
.ios-overlay__iframe-wr{
  position: relative;
  margin: auto;
  width: 100%;
  /* padding-bottom: min(56.5%, 100vh);  */
  padding-bottom: 100vh; 
}

.ios-overlay__iframe-wr button {
  position: absolute;
  right: 5px;
  top: 0;
  width: 32px; 
  height: 38px; 
  font-size: 57px; 
  line-height: 34px;
  background: none;
  z-index: 1;
  color: #a9a9a9;
}

.ios-overlay__iframe-wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}





































@media screen and (min-width: 576px) {

  .fslsec__hrdcont {
    padding: 0 48px;
  }



  .fslsec__hrdcont-wr_inp {
    width: auto;
  }

  .fslsec__hrdcont-wr_inpwr{
    margin: 0 0 2px auto;
  }

  .fslsec__hrdcont-wr_lt {
    /* padding: 19px 0; */
    padding: 0;
  }

  .fslsec__hrdcont-wr_rt {
    background-color: initial;
    padding: 0;
  }

  .fslsec__body {
    background-color: #261F2D;
  }
  
  .fslsec__cn {
    background-color: #33293D;
    padding: 30px 48px;
  }

  .fslsec-ls {
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  }

  .gmsec__hd {
    /* padding: 30px 50px 36px 50px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; */
  }

  .goto-allslot{
    /* margin: 0; */
  }
}

@media screen and (min-width: 632px) {
  .fslsec-morebtn-bg.show {
    display: block;
  }

  .fslsec-morebtn-sm.show {
    display: none;
  }

  .extra-sm {
    display: block;
  }

  .extra-sm.extra-lg {
    display: block;
  }

  .extra-lg {
    display: none !important;
  }
}


@media screen and (min-width: 768px){
  .gmsec__ifrwr iframe.gmsec_iframe-desktop{
    display: block;
  }
  
  .gmsec__ifrwr iframe.gmsec_iframe-mobile{
    display: none;
  }
  .gmsec__ifrwr.mobile{
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .fslsec__hrdcont-wr {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  .fslsec__hrdcont-wr_lt {
    padding: 0;
  }

  .fslsec__hrdcont-wr_rt {
    flex-grow: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
  }

  .fslsec__check span {
    padding: 24px 23px 22px 23px;
  }

  .fslsec__check:last-child span {
    padding: 24px 0 22px 23px;
  }

  .fslsec__check:first-child span {
    padding: 24px 21px 22px 21px;
  }



  .fslsec__hrdcont-wr_inpwr {
    margin: 0 0 0px 21px;
  }

  .gmsec__agerest {
    width: auto;
  }

  .gmsec__wntts h3 {
    font-size: 20px;
  }

  .gmsec__wndescs p {
    font-size: 16px;
  }

  .gmsec__auth {
    font-size: 16px;
    padding: 18px 36px 17px 36px;
  }

  .gmsec__reg {
    font-size: 16px;
    padding: 18px 36px 17px 36px;
  }

  .gmsec__authbtnswr {
    grid-gap: 10px 35px;
  }
}
@media screen and (min-width: 1188px) {
  .gmsec__bodycn {
    padding: 0;
  }

  .gmsec__body {
    background: #33293D;
  }

  .gmsec__hd {
    background-color: #33293D;
  }
}