body {
  background-color: #121E2A;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gmzstopgrtcontainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1400px) {
  .gmzstopgrtcontainer {
    width: 100%;
  }
}

.gmzstopgrtwrapper {
  position: relative;
  padding-top: 220px;
}
@media (max-width: 768px) {
  .gmzstopgrtwrapper {
    padding-top: 56px;
  }
}

header {
  border-bottom: 2px solid #39B7A9;
  background: #293541;
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
header .gmzstopgrtcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  header .gmzstopgrtcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
header ul li a {
  color: #fff;
  font-size: 18px;
}
header ul li a:hover {
  text-decoration: underline;
}

.gmzstopgrtlogo {
  padding: 10px 0;
}
.gmzstopgrtlogo img {
  width: 56px;
  border-radius: 7px;
  border: 1px solid #fff;
}

section {
  padding: 55px 0;
  margin: 55px 0;
  border-bottom: 2px solid #39B7A9;
}

h2 {
  font-weight: 600;
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
}

h3 {
  font-weight: 600;
  color: #fff;
  font-size: 38px;
  margin-bottom: 30px;
}

p {
  line-height: 150%;
}

img {
  width: 100%;
}

strong {
  font-weight: 700;
}

.gmzstopgrtsectionmain {
  height: 600px;
  background-image: url(../img/img01.webp);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.gmzstopgrtsectionmain::after {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 32, 44, 0.3843137255);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.7;
}
.gmzstopgrtsectionmain::after {
  position: absolute;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(75%, #121E2A), to(transparent));
  background: linear-gradient(to right, black 0%, #121E2A 75%, transparent 100%);
  width: 100%;
  height: 100%;
}
.gmzstopgrtsectionmain .gmzstopgrtcontainer {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  gap: 50px;
}
.gmzstopgrtsectionmain h1 {
  text-align: left;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.gmzstopgrtsectionmain p {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.gmzstopgrt_btn1 {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gmzstopgrt_btn1:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gmzstopgrt_btn1 img {
  width: 220px;
}

.gmzstopgrtabouts h2 {
  text-align: center;
}
.gmzstopgrtabouts img {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.gmzstopgrtabouts div {
  max-width: 1200px;
  margin: 0 auto;
}
.gmzstopgrtabouts .gmzstopgrtbtnwrapp img {
  border-radius: 0px;
}

.fleeeex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fleeeex img {
  width: 50%;
  margin-right: 30px;
}

.fleeeex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px !important;
  margin-bottom: 70px !important;
}
.fleeeex2 img {
  width: 50%;
  margin-left: 30px;
}
.fleeeex2 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.fleeeex2 ul li {
  margin: 10px 0;
}

.gmzstopgrtscreens h2 {
  text-align: center;
}

.gmzstopgrtscreensslider {
  max-width: 1200px;
}
.gmzstopgrtscreensslider img {
  border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background: #fff;
  border-radius: 50px;
  font-size: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  color: #00202C;
}

.gmzstopgrtbtnwrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.gmzstopgrtfeedbacks {
  background-color: #121E2A;
}
.gmzstopgrtfeedbacks h2 {
  text-align: center;
  color: #fff;
}
.gmzstopgrtfeedbacks .gmzstopgrtreviewssec_item_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 70px;
  max-width: 150px;
}
.gmzstopgrtfeedbacks .swiper-button-next2 {
  position: relative;
  right: 0;
}
.gmzstopgrtfeedbacks .swiper-button-prev2 {
  position: relative;
  left: 0;
}
.gmzstopgrtfeedbacks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.gmzstopgrtreviewssec_item {
  width: calc(50% - 20px);
  -webkit-box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.05);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 20px;
}
.gmzstopgrtreviewssec_item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
  margin-bottom: 30px;
}
.gmzstopgrtreviewssec_item__top i svg {
  width: 70px;
  height: 70px;
  fill: rgb(218, 218, 218);
}
.gmzstopgrtreviewssec_item__topssss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.gmzstopgrtreviewssec_item__topssss div {
  font-size: 18px;
  color: #00202C;
}
.gmzstopgrtreviewssec_item__topssss span {
  color: #fbc02d;
  font-size: 18px;
}
.gmzstopgrtreviewssec_item__topssss p {
  font-size: 12px;
  color: #afafaf;
}
.gmzstopgrtreviewssec_item__content {
  color: #00202C;
  line-height: 150%;
  text-align: center;
}

.gmzstopgrtgame_update {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: none;
}
.gmzstopgrtgame_update h2 {
  text-align: center;
}
.gmzstopgrtgame_update .gmzstopgrtgame_update_wrp {
  background-color: #293541;
  padding: 40px;
  border-radius: 25px;
  padding-bottom: 0;
}
.gmzstopgrtgame_update .gmzstopgrtgame_update_wrp p {
  color: #fff;
}
.gmzstopgrtgame_update img {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gmzstopgrtfaqsec h2 {
  text-align: center;
}

.gmzstopgrtfaqsec_list {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

.gmzstopgrtfaqsec_item {
  display: block;
  background-color: #293541;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.gmzstopgrtfaqsec_item:hover {
  opacity: 0.8;
}
.gmzstopgrtfaqsec_item:nth-child(odd) {
  background-color: #293541;
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question {
  padding: 20px 35px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question h3 {
  padding-right: 40px;
  line-height: 130%;
  color: #fff;
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: block;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 15px !important;
  top: 18px;
  color: #fff;
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__answer {
  display: none;
  padding: 20px 55px;
  margin-top: 5px;
}

.gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__answer p {
  font-size: 16px;
  color: #fff;
}

footer {
  border-top: 2px solid #39B7A9;
  background-color: #293541;
  padding: 50px 0;
}
footer .gmzstopgrtcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .gmzstopgrtcontainer div {
  width: 33.33%;
  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;
}
footer .gmzstopgrtcontainer p {
  color: #fff;
}
footer .gmzstopgrtcontainer .gmzstopgrt_btn1 img {
  width: 170px;
}
footer .gmzstopgrtpolicmenu {
  width: 100% !important;
  margin-bottom: 50px;
}
footer .gmzstopgrtpolicmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
footer .gmzstopgrtpolicmenu ul li a {
  color: #fff;
}

.gmzstopgrttext-page-ss h1 {
  text-align: center;
  font-size: 50px;
}
.gmzstopgrttext-page-ss p {
  font-size: 20px;
  line-height: 150%;
  margin: 20px 0;
}
.gmzstopgrttext-page-ss strong {
  display: inline-block;
  margin-bottom: 10px;
}
.gmzstopgrttext-page-ss a {
  text-decoration: underline;
  color: #fff;
}
.gmzstopgrttext-page-ss a:hover {
  text-decoration: none;
}

.gmzstopgrttx_cont {
  padding: 40px;
  margin-top: 50px;
  border-radius: 20px;
}

.gmzstopgrtcoooooki {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
}
.gmzstopgrtcoooooki .gmzstopgrtcoooooki_sec {
  background: #121E2A;
  -webkit-box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.1);
  border: 2px solid #39B7A9;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.gmzstopgrtcoooooki p {
  line-height: 200%;
}
.gmzstopgrtcoooooki a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.gmzstopgrtcoooooki .gmzstopgrtcoooooki_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #121E2A;
  background-color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 15px;
}

.gmzstopgrtburger-btn-menu {
  display: none;
}

body.gmzstopgrtno-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  header nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: -100vw;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #121E2A;
    z-index: 2500;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    border-radius: 100% 100% 0 0;
    opacity: 0;
  }
  header ul {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  header ul li a {
    font-size: 18px;
  }
  .gmzstopgrth_menu.active {
    left: 0;
    border-radius: 0%;
    opacity: 1;
  }
  .gmzstopgrtburger-btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 2600;
  }
  .gmzstopgrtburger-btn-menu div {
    width: 25px;
    height: 2px;
    background: white;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .gmzstopgrtburger-btn-menu.active div:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: 7px;
  }
  .gmzstopgrtburger-btn-menu.active div:nth-child(2) {
    opacity: 0;
  }
  .gmzstopgrtburger-btn-menu.active div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: -7px;
  }
  .gmzstopgrtlogo {
    padding: 10px 0;
    z-index: 2600;
  }
  .gmzstopgrtlogo img {
    width: 36px;
  }
  section {
    padding: 40px 0;
    margin: 40px 0;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  img {
    width: 100%;
  }
  .gmzstopgrtsectionmain {
    height: 500px;
  }
  .gmzstopgrtsectionmain .gmzstopgrtcontainer {
    gap: 50px;
  }
  .gmzstopgrtsectionmain h1 {
    font-size: 40px;
  }
  .gmzstopgrtsectionmain p {
    font-size: 20px;
  }
  .gmzstopgrt_btn1 img {
    width: 200px;
  }
  .fleeeex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fleeeex img {
    width: 100%;
    margin-right: 0px;
  }
  .fleeeex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .fleeeex2 img {
    width: 100%;
    margin-left: 0px;
  }
  .fleeeex2 ul {
    padding-left: 20px;
  }
  .fleeeex2 ul li {
    margin: 10px 0;
  }
  .gmzstopgrtfeedbacks__list {
    gap: 20px;
  }
  .gmzstopgrtreviewssec_item {
    width: 100%;
  }
  .gmzstopgrtfaqsec_item {
    display: block;
    margin-bottom: 20px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question {
    padding: 20px 25px;
    border-radius: 10px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question h3 {
    padding-right: 40px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question::after {
    width: 22px;
    height: 22px;
    font-size: 35px;
    right: 15px !important;
    top: 18px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__question h3 {
    font-size: 18px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__answer {
    padding: 20px 35px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .gmzstopgrtfaqsec_item .gmzstopgrtfaqsec_item__answer p {
    font-size: 16px;
  }
  footer .gmzstopgrtcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  footer .gmzstopgrtcontainer div {
    width: 100%;
  }
  footer .gmzstopgrtcontainer div:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .gmzstopgrtcontainer div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .gmzstopgrtcontainer div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .gmzstopgrttext-page-ss h1 {
    font-size: 35px;
  }
  .gmzstopgrttext-page-ss p {
    font-size: 16px;
    margin: 15px 0;
  }
  .gmzstopgrttext-page-ss strong {
    margin-bottom: 10px;
  }
  .gmzstopgrttx_cont {
    padding: 30px 15px;
    margin-top: 50px;
    border-radius: 15px;
  }
  .gmzstopgrtcoooooki {
    max-width: 900px;
    padding: 20px;
  }
  .gmzstopgrtcoooooki .gmzstopgrtcoooooki_sec {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    font-size: 14px;
  }
  .gmzstopgrtcoooooki .gmzstopgrtcoooooki_btn {
    padding: 10px 20px;
    border-radius: 15px;
  }
}