/*global start*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.6rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
}

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

a:focus {
  color: inherit;
}

html {
  font-size: 62.5%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

/*global end*/
/*header start*/
header.site-header {
  background: #ffffff;
  font-size: 17px;
  padding: 14px 0;
  text-transform: capitalize;
  color: #000000;
  position: absolute;
  font-family: "Barlow";
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}

.site-header .site-nav ul li a.active {
  color: #6bbf32;
}

.site-logo img {
  width: 100%;
  max-width: 300px;
}

.site-nav a {
  padding: 8px 12px !important;
  display: inline-block;
}

.site-nav a:hover {
  color: #6bbf32;
}

.site-header {
  padding: 10px 0;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-nav ul {
  display: flex;
  align-items: center;
}

.closed-menu {
  display: none;
}

.menu-toggle {
  display: none !important;
}

header.site-header.sticky {
  background: #ffffff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding: 10px 0;
  position: fixed;
}

/*header end*/
/*footer start*/
.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6cc133;
  opacity: 0.95;
  z-index: -1;
}

.footer-body {
  padding: 60px 0;
}
.footer-body h4 {
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 2rem;
}

.social-icons img {
  max-width: 18rem;
}
.social-icons p {
  color: #ffffff;
  margin: 1.5rem 0;
}
.social-icons ul {
  display: flex;
  flex-wrap: wrap;
}
.social-icons a {
  color: #6cc133;
}

.social-icons a:last-child {
  display: inline-block;
  background: #fff;
  margin-right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  font-size: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-icons a:last-child:hover {
  color: #fff;
  transform: rotate(180deg);
}

.our_service li a {
  display: inline-block;
  color: #ffffff;
  padding-bottom: 1rem;
}

.useful-links ul {
  display: flex;
  gap: 20px;
}
.useful-links li a {
  color: #ffffff;
  text-transform: capitalize;
  padding-bottom: 1rem;
  font-family: "Barlow";
  display: inline-block;
}
.useful-links li a:hover {
  color: #000;
}
.useful-links h4 {
  font-size: 26px;
  font-family: auto;
}

.social-icons i:hover {
  color: #74c43d;
}

.social-icons,
.links__main {
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.useful-links {
  margin-top: 20px;
}

.contact-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact-us h4 {
  font-size: 26px;
  font-family: "Poppins";
  margin-bottom: 15px;
}
.contact-us p {
  color: #ffffff;
  margin: 0 0 2rem;
}
.contact-us a {
  color: #ffffff;
}
.contact-us a:hover {
  color: #000;
}

/*footer end*/
/*Start gambler-banner start*/
.gambler__banner {
  background-image: url(../images/gamblerbanner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  object-fit: cover;
  position: relative;
}
.gambler__banner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4588235294);
}

h1.gamble__title {
  text-align: center;
  width: 100%;
}

p.gamble__texts {
  font-size: 25px;
  color: #fff;
  font-family: "Barlow";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  max-width: 85%;
  margin: 0 auto;
}

.north__banner {
  background-image: url(../images/northbanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  object-fit: cover;
  position: relative;
}
.north__banner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4588235294);
}

.europe__banner {
  background-image: url(../images/europebanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  object-fit: cover;
  position: relative;
}
.europe__banner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4588235294);
}

.asia__banner {
  background-image: url(../images/bannerasia.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  object-fit: cover;
  position: relative;
}
.asia__banner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4588235294);
}

.ocenia__banner.asia {
  background-image: url(../images/oceaniabanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  object-fit: cover;
  position: relative;
}
.ocenia__banner.asia::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4588235294);
}

/*End gambler-banner start*/
/*Start casino-information css*/
.casino-information.part {
  padding: 50px 0;
}

.gambler__bannertext {
  z-index: 998;
}
.gambler__bannertext h1 {
  font-size: 60px;
  color: #fff;
  font-family: "Barlow";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.casino__content p {
  font-size: 16px;
  font-family: "Barlow";
}

/*End casino-information css*/
/*Start linked css*/
.casino-information.disclaimer {
  padding-bottom: 50px;
}

.linked__picture img {
  border-radius: 20px;
  width: 100%;
}
.linked__picture img:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}

video {
  height: 100%;
  width: 100%;
}

a.btn-home {
  background: #6cc133;
  padding: 11px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
}
a.btn-home:hover {
  border: 1px solid #6cc133;
  background: #fff;
  color: #6cc133;
}

.linked__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.linked__main h3 {
  font-size: 30px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 500;
}
.linked__main h4 {
  font-size: 25px;
  color: #6cc133;
  font-family: "Barlow";
}
.linked__main p {
  color: #000;
  font-size: 18px;
  font-family: "Barlow";
  line-height: 27px;
}

.linked__main.right {
  padding-left: 30px;
}

.linked__main.left {
  padding-right: 30px;
}

.link__btn {
  padding-top: 30px;
}

.row.dest {
  padding: 40px 0;
}

.link__picture {
  position: relative;
}
.link__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(108, 193, 51, 0.47);
  transform: scale(0);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.link__picture img {
  border-radius: 20px;
}

.link__picture:hover::after {
  transform: scale(1);
}

.linkpart__section {
  padding: 50px 0;
}

.link__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
}

.link__mains {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 40px;
}

.link__content h3 {
  color: #74c43d;
  font-size: 35px;
  font-family: "Barlow";
  margin-bottom: 30px;
}
.link__content p {
  font-size: 20px;
  font-family: "Barlow";
  line-height: 34px;
  margin-bottom: 30px;
}

a.link__btn {
  background: #6cc133;
  padding: 11px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
}
a.link__btn:hover {
  border: 1px solid #6cc133;
  background: #fff;
  color: #6cc133;
}

/*End linked css*/
/*Start destination css*/
.destination__content {
  padding: 0 0 50px 0;
}

.destination__content .row.igralnice {
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px #bcbcbc;
  padding: 17px;
  background: rgba(73, 73, 73, 0.0588235294);
}

.slovernia__pictures.overlay {
  height: 200px;
  margin: 20px 20px;
}
.slovernia__pictures.overlay img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.destination-card.page {
  max-width: 75%;
  margin: 0 auto;
}

.destination-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 25px;
}
.destination-card h3 {
  font-size: 21px;
  font-family: "Barlow";
  line-height: 30px;
  color: #6cc133;
  text-align: initial;
}
.destination-card p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  text-align: justify;
  font-family: "Barlow";
}

.destination__content .row.igralnice a.btn.btn-content {
  box-shadow: #112d2a 8px 7px;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  background-color: #6cc133;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 12px 24px;
  box-shadow: #112d2a 8px 7px;
  display: inline-block;
}
.destination__content .row.igralnice a.btn.btn-content:hover {
  color: #6cc133;
  background: #000;
  box-shadow: none;
}

/*End destination css*/
/*Start Terms Condition*/
.contact-text.terms {
  padding: 50px 0;
}

.terms-banner {
  background-image: url(../images/termsbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.terms-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.terms-banner.privacy {
  background-image: url(../images/privacybg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}

.terms-banner.contact {
  background-image: url(../images/contactbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}

.contact__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
}
.contact__text h2 {
  color: #6cc133;
  font-size: 60px;
  font-family: "Barlow";
  font-weight: 600;
}
.contact__text p {
  font-size: 18px;
  color: #000;
  font-family: "Barlow";
  line-height: 25px;
  margin-bottom: 30px;
}

.contact__para p {
  font-family: "Barlow";
}

.contacts__links p {
  font-family: "Barlow";
}
.contacts__links h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #6cc133;
  font-family: "Barlow";
  font-weight: 500;
}
.contacts__links li {
  position: relative;
  padding-left: 20px;
  font-family: "Barlow";
}
.contacts__links li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #6cc133;
  width: 5px;
  border-radius: 30px;
  height: 5px;
  transform: translate(-50%, -50%);
}

/*End Terms Condition*/

/*mobile-view-design*/
.mobile-view-design {
  padding-top: 91px;
  padding-bottom: 28px;
  display: none;
}
.mobile-view-design .beste {
  margin: 20px 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.mobile-view-design .warapper {
  background: rgba(215, 217, 219, 0);
  padding: 20px;
  border: 4px solid #6cc133;
  border-radius: 6px;
  margin: 30px 0;
}
.mobile-view-design .warapper .main_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mobile-view-design .warapper .main_box .beting_logo {
  width: 50%;
}
.mobile-view-design .warapper .main_box .beting_logo img {
  width: 100%;
  padding: 0 15px 0 0;
  height: 130px;
  object-fit: contain;
}
.mobile-view-design .warapper .main_box .one_o {
  width: 50%;
}
.mobile-view-design .warapper .main_box .one_o h6.heading_main {
  font-size: 20px !important;
  color: #000;
}
.mobile-view-design .warapper .main_box .one_o h6.heading_main .one_o p {
  color: #000;
  font-size: 18px;
  margin-top: 10px;
}
.mobile-view-design .start_line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #ffffff;
  margin: 17px 0;
}
.mobile-view-design .start_line p.rating-text {
  padding-bottom: 4px !important;
  margin: 0px !important;
  margin-top: 13px !important;
}
.mobile-view-design .start_line .notpad {
  padding: 0 9px;
}
.mobile-view-design .start_line .notpad p {
  padding-bottom: 0;
}
.mobile-view-design .start_line .main-rate-star {
  display: flex;
  text-align: center;
  justify-content: center;
}
.mobile-view-design .start_line .main-rate-star p.rated-star {
  color: #fdbb4f;
}
.mobile-view-design .awesome a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background: #6cc133;
  padding: 11px;
  text-align: center;
  border-radius: 6px;
  display: block;
}

.contact__para ul li {
  padding: 5px 0;
}

.contact__para p {
  margin-top: 10px;
}

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