* {
  /* outline: 1px solid green; */
}

/* vertical middle line */
body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  /* width: 1px; */
  /* background-color: red; */
  transform: translateX(-50%);
  z-index: 9999;
}

/* make element full width example */
.full-width-element {
  /* width: 100vw; */
  /* margin-top: 0 !important; */
  /* margin-left: calc(50% - 50vw); */
  /* margin-right: calc(50% - 50vw); */
}

@media (min-width: 1025px) {
  .full-width-element {
    /* side menu */
    /* margin-left: calc(50% - 50vw - (280px / 2)); */
    /* margin-right: calc(50% - 50vw - (280px / 2)); */
  }
}

/* make element full width example */

/* whole page width */
@media (min-width: 1200px) {
  .container {
    /* width: 85dvw !important; */
  }
}

/* whole page width */

/* turning off icons in header login\signup buttons */
.ls-button-login::before,
.ls-button-signup::before {
  /* display: none !important; */
}

/* turning off icons in header login\signup buttons */

/* content section start */
.about__section {
  text-align: justify;

  div {
    width: 100%;
    padding: 0;
  }

  ul {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  div {
    margin-bottom: 10px;
  }

  table {
    margin-bottom: 10px;
  }

  table tr td,
  table tr th {
    border-bottom: 1px solid var(--text-color);
  }

  li::before {
    content: "•";
    margin-right: 5px;
    color: var(--theme-color);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th {
    color: var(--theme-color);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: unset;
  }

  ul,
  ol,
  li,
  td,
  p {
    color: var(--text-color);
    font-family: unset;
    font-size: 13px;
    font-weight: 400;
  }

  p {
    margin-bottom: 10px;
  }

  th {
    color: var(--theme-color);
  }

  div::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    background-color: color-mix(in srgb, var(--theme-color) 50%, transparent);
  }
}

/* content section end */

/* top banner fix */
.wrapper-banner-1 {
  width: 100vw;
  margin-top: 0 !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (min-width: 1025px) {
  .wrapper-banner-1 {
    /* side menu */
    /* margin-left: calc(50% - 50vw - (280px / 2)); */
    /* margin-right: calc(50% - 50vw - (280px / 2)); */
  }
}

.wrapper-banner-1::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  height: 4px;
  min-height: 4px;
  background: linear-gradient(
    to right,
    #573418,
    #efd172,
    #fff6da,
    #efd172,
    #573418
  );
  position: absolute;
  bottom: 0;
}

.banner-1 {
  border-radius: 0 !important;
}

.banner-1::before {
  background: linear-gradient(
    to top,
    var(--body-color) 0%,
    transparent 0%,
    transparent 100%,
    var(--body-color) 100%
  ) !important;
}

/* top banner fix */

/* logo in header fix */
.main-header .site-logo img {
  padding: 5px 0 5px 0 !important;
}

@media (max-width: 767px) {
  .main-header .site-logo img {
    padding: 5px 5px 5px 0 !important;
  }
}

.main-header .site-logo img {
  filter: drop-shadow(0 0 0px var(--theme-color)) !important;
}

.main-header .site-logo .basel-main-logo:hover img {
  filter: drop-shadow(0px 0px 2px var(--theme-color)) !important;
}

/* logo in header fix */

/* header bottom border */
header.main-header {
  border-bottom: unset !important;
  box-shadow: unset !important;
}

header.main-header::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  height: 2.5px;
  min-height: 2.5px;
  background: linear-gradient(
    to right,
    #573418,
    #efd172,
    #fff6da,
    #efd172,
    #573418
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-1:hover {
  transform: scale(1.005) !important;
}

/* header bottom border */

/* header fonts */
.mobile-menu-top-block a span,
.ls-buttons a span,
.mobile-menu-ls-buttons a span {
  font-family: "Lato" !important;
}

header.main-header .main-nav .menu-p-menu-container ul > li > a span {
  font-size: 20px !important;
}

a[class^="ls-button-"] {
  padding: 2.5px 7.5px !important;
  font-size: 12px !important;
}

.main-header a[class^="ls-button-"]:not(.mobile-nav a[class^="ls-button-"]) {
  font-size: clamp(8px, 2.75dvw, 12px) !important;
}

@media (max-width: 767px) {
  .main-header .ls-buttons .ls-button-login::before,
  .main-header .ls-buttons .ls-button-signup::before {
    content: "";
    margin-right: 0;
  }
}

/* header fonts */

/* games text */
.game-extra-name span {
  text-align: left !important;
}

/* games text */

/* js inserted mid banners */
.insert-mid-banners br {
  display: none;
}

.insert-mid-banners {
  margin: clamp(50px, 5dvw, 75px) 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  font-size: clamp(12px, 1dvw, 16px);
  font-weight: 600;
  font-family: "Lato";
  gap: 2%;
}

.insert-mid-banners a {
  color: var(--text-color);
}

/* each block */
.ins-mid-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: clamp(300px, 30dvw, 450px);
}

/* Sizes for all inside blocks. gap between 3 pics is 2%, it means overall gap is 4%, so we need to fit this 4% in all 3 pics sizes  */
.ins-mid-banner#midbanner-1 {
  flex: 0 0 29%;
}

.ins-mid-banner#midbanner-2 {
  flex: 0 0 38%;
}

.ins-mid-banner#midbanner-3 {
  flex: 0 0 29%;
}

/* top inside block */
.ins-mid-banner .ins-mid-banner-top {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(10%, 20% - 2vw, 15%);
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.ins-mid-banner-top:hover {
  color: var(--theme-color);
}

/* bottom inside block */
.ins-mid-banner-bottom {
  display: flex;
  width: 100%;
  min-height: clamp(35%, 40% - 4vw, 40%);
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  /* overflow: hidden; */
}

/* Imgs inside block */
.ins-mid-banner .ins-mid-banner-img {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(35%, 15dvw, 55%);
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  will-change: transform;
}

.ins-mid-banner-img:hover {
  transform: scale(1.01);
}

.ins-mid-banner#midbanner-1 .ins-mid-banner-img {
  background-image: url(/wp-content/plugins/p-constructor/uploads/images/tortuga-mid-banner-1.webp);
}

.ins-mid-banner#midbanner-2 .ins-mid-banner-img {
  background-image: url(/wp-content/plugins/p-constructor/uploads/images/tortuga-mid-banner-2.webp);
}

.ins-mid-banner#midbanner-3 .ins-mid-banner-img {
  background-image: url(/wp-content/plugins/p-constructor/uploads/images/tortuga-mid-banner-3.webp);
}

/* top line inside block */
.ins-mid-banner-top::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 97.5%;
  min-width: 97.5%;
  height: 3px;
  min-height: 3px;
  background: linear-gradient(
    to right,
    #573418,
    #efd172,
    #fff6da,
    #efd172,
    #573418
  );
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

/* img line inside block */
.ins-mid-banner-img::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  height: 4px;
  min-height: 4px;
  background: linear-gradient(
    to right,
    #573418,
    #efd172,
    #fff6da,
    #efd172,
    #573418
  );
  position: absolute;
  bottom: 0;
}

/* bottom inside block btn */
.ins-mid-banner-bottom-btn {
  padding: 5px 15px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background:
    linear-gradient(to top, #e2d6be, #d1bd98, #e2d6be) 0 0 / 100% 200%
      padding-box,
    linear-gradient(to top, #573418, #efd172, #fff6da, #efd172, #573418) 0 0 /
      100% 100% border-box;
  color: var(--body-color) !important;
  font-weight: 900;
}

.ins-mid-banner-bottom-btn:hover {
  color: var(--text-color) !important;
}

/* bottom inside block title */
.ins-mid-banner-bottom-head {
  font-size: clamp(12px, 1dvw, 20px);
  color: var(--theme-color) !important;
  text-shadow: 1.3px 1.5px 4px rgba(0, 0, 0, 0.75);
}

.ins-mid-banner-bottom-head:hover {
  text-shadow: 1.3px 1.5px 25px var(--theme-color);
}

.ins-mid-banner-bottom-text {
  font-size: clamp(12px, 1dvw, 14px);
  color: var(--text-color) !important;
  text-shadow: 1.3px 1.5px 4px rgba(0, 0, 0, 0.75);
}

.ins-mid-banner-bottom-text:hover {
  color: var(--theme-color) !important;
}

/* mobile mid banners */
/* mobile mid banners */
/* mobile mid banners */
@media (max-width: 767px) {
  .insert-mid-banners {
    flex-direction: column;
    gap: 25px;
  }

  .ins-mid-banner#midbanner-1,
  .ins-mid-banner#midbanner-2,
  .ins-mid-banner#midbanner-3 {
    flex: auto;
  }

  .ins-mid-banner {
    width: 100%;
    height: clamp(300px, 90dvw, 400px);
    overflow: visible;
  }

  .ins-mid-banner .ins-mid-banner-img {
    min-height: clamp(50%, 45dvw, 60%);
  }

  .ins-mid-banner .ins-mid-banner-top {
    min-height: 15%;
    align-items: center;
  }

  .ins-mid-banner-top::before {
    width: 100%;
    min-width: 100%;
    transform: translate(-50%, 0%);
  }

  .ins-mid-banner-bottom {
    margin-top: 5px;
    justify-content: flex-start;
    gap: 5px;
    min-height: 35%;
  }
}

/* js inserted mid banners */

/* providers\payments listbox */
.listbox-item a {
  background-color: color-mix(
    in srgb,
    var(--theme-color) 10%,
    transparent
  ) !important;
}

/* providers\payments listbox */

/* js ins show all games btn */
.js-ins-show-all-games {
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-ins-show-all-games a {
  padding: 5px 25px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background:
    linear-gradient(to top, #e2d6be, #d1bd98, #e2d6be) 0 0 / 100% 200%
      padding-box,
    linear-gradient(to top, #573418, #efd172, #fff6da, #efd172, #573418) 0 0 /
      100% 100% border-box;
  color: var(--body-color) !important;
  font-size: 16px;
  font-weight: 900;
}

.js-ins-show-all-games a:hover {
  color: var(--text-color) !important;
}

/* js ins show all games btn */

/* games ribbons */
.game-item#game_3-magic-lamps-playson::before,
.game-item#game_max-elements-yggdrasil::before,
.game-item#game_777-volt-gigablox-yggdrasil::before,
.game-item#game_3-china-pots-booongo::before {
  content: "HOT";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 40%, 50px);
  height: clamp(15px, 10%, 20px);
  background-color: #700000;
  color: #d1bd98;
  font-weight: bold;
  font-size: clamp(7px, 2dvw, 8px);
  font-family: "Lato";
  display: flex;
  justify-content: center;
  border-left: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-right: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-bottom: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  align-items: center;
  z-index: 1;
}

.game-item#game_sun-of-fortune-voltent::before,
.game-item#game_sunny-fruits-2-hold-win-playson::before,
.game-item#game_3-pots-of-egypt-booongo::before,
.game-item#game_book-of-ra-deluxe-bonus-buy-novomatic::before {
  content: "POP";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 40%, 50px);
  height: clamp(15px, 10%, 20px);
  background-color: #002750;
  color: #d1bd98;
  font-weight: bold;
  font-size: clamp(7px, 2dvw, 8px);
  font-family: "Lato";
  display: flex;
  justify-content: center;
  border-left: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-right: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-bottom: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  align-items: center;
  z-index: 1;
}

.game-item#game_piggy-prizes-wand-of-riches-novomatic::before,
.game-item#game_majestic-claws-wild-snow-spinomenal::before,
.game-item#game_buffalo-wealth-hold-win-betsoft::before,
.game-item#game_super-sticky-piggy-2-booongo::before {
  content: "NEW";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 40%, 50px);
  height: clamp(15px, 10%, 20px);
  background-color: #305c2d;
  color: #d1bd98;
  font-weight: bold;
  font-size: clamp(7px, 2dvw, 8px);
  font-family: "Lato";
  display: flex;
  justify-content: center;
  border-left: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-right: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  border-bottom: clamp(1px, 0.25dvw, 2px) solid #d1bd98;
  align-items: center;
  z-index: 1;
}

/* games ribbons */

/* footer menu */
.p-pre-footer {
  width: 75dvw;
}

.pre-footer-menu-title {
  display: none !important;
}

.pre-footer-menu-item {
  color: rgb(129, 129, 129) !important;
  font-family: "Lato";
  font-weight: 400;
}

.pre-footer-menu-block li:hover a,
.pre-footer-menu-block a:active,
.pre-footer-menu-block a:focus,
.pre-footer-menu-block a:hover {
  color: var(--text-color) !important;
}

/* footer menu */

/* mobnavbar */
.basel-toolbar.basel-toolbar-label-show .basel-toolbar-label {
  font-family: "Lato";
}

/* mobnavbar */

/* bot banner */
footer.footer-container {
  background-image: url(/wp-content/plugins/p-constructor/uploads/images/bot-banner-tortuga.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/* bot banner */
