/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  /* list-style: none; */
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Poppins';
  src: url('/slotgamecasinos-fonts/slotgamecasinos-poppins-bold.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pbt-50-20 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .pbt-50-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

body {
  background-color: #060606;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.Poppins {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.Baloo_Thambi_2 {
  font-family: 'Baloo Thambi 2', sans-serif;
  font-style: normal;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #c1c1c1;
}

.text-center {
  text-align: center;
}

.main-text {
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
}

.tx-36-20 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .tx-36-20 {
    font-size: 20px;
    line-height: 25px;
  }
}

.tx-32-24 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .tx-32-24 {
    font-size: 24px;
  }
}

.tx-24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.tx-20 {
  font-size: 20px;
  line-height: 20px;
}

.tx-24-20 {
  font-size: 24px;
}

@media (max-width: 600px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.cp-color-frame {
  padding: 40px 40px 88px 40px;
  border-radius: 50px;
  background: #220036;
}

@media (max-width: 600px) {
  .cp-color-frame {
    padding: 20px;
    border-radius: 30px;
  }
}

.blue-btn {
  display: block;
  padding: 12px 22px;
  width: 100%;
  color: #fff !important;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 30px;
  background: #002bff;
}

@media (max-width: 800px) {
  .blue-btn {
    padding: 12px 22px;
  }
}

/* header */

.slotgamecasinos-header {
  background: linear-gradient(180deg, #8100cb 0%, #400065 74.19%);
}

.slotgamecasinos-header__wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .slotgamecasinos-header__wrapp {
    padding: 10px 16px;
  }
}

.slotgamecasinos-header__logo {
  display: flex;
  align-items: center;
  gap: 5px;
}

.slotgamecasinos-header__logo img {
  width: 38px;
  height: 42px;
}

.slotgamecasinos-header__logo-text {
  background: linear-gradient(90deg, #287bd5 34.13%, #4ca2ff 45.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.slotgamecasinos-header__logo-text span {
  color: #fff;
  background: none;
  -webkit-text-fill-color: white;
}

.slotgamecasinos-burger {
  display: none;
  width: 30px;
}

.slotgamecasinos-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #4ca2ff;
}

.slotgamecasinos-header-navigation__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
}

.lotgamecasinos-header-navigation__list-item:hover {
  color: #ddd;
  opacity: 0.8;
}

/* btn language */
.slotgamecasinos-language-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 80px;
  height: 40px;
  background-color: #0047ff;
  border-radius: 999px;
  padding: 0 12px;

  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.slotgamecasinos-language-btn span {
  font-size: 16px;
  line-height: 16px;
}

.slotgamecasinos-language-btn .lang-circle {
  width: 23.4px;
  height: 23.4px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 882px) {
  .slotgamecasinos-header-navigation {
    display: none;
  }

  .slotgamecasinos-header-navigation.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    gap: 20px;
    position: absolute;
    top: 62px;
    left: 0px;
    background: #1a0033;
    padding: 20px;
    border-radius: 10px;
  }

  .slotgamecasinos-header-navigation__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .slotgamecasinos-header__wrapp {
    flex-direction: row-reverse;
  }

  .slotgamecasinos-burger {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
}

/* hero section */

.slotgamecasinos-hero {
  padding: 111px 0 71px 0;
}

.slotgamecasinos-hero__wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7%;
}

.slotgamecasinos-hero__image {
  flex: 0 0 auto;
}

.slotgamecasinos-hero__text {
  flex: 1 1 auto;
}

.slotgamecasinos-hero__image img {
  width: 340px;
  height: 426px;
}

@media (max-width: 882px) {
  .slotgamecasinos-hero {
    padding: 42px 0 42px 0;
  }
  .slotgamecasinos-hero__image {
    display: none;
  }
}
@media (max-width: 600px) {
  .slotgamecasinos-hero {
    padding: 42px 0 42px 0;
  }

  .slotgamecasinos-hero__text {
    text-align: left;
  }
  .slotgamecasinos-hero__image {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 601px) {
  .slotgamecasinos-hero {
    padding: 70px 0 50px 0;
  }

  .slotgamecasinos-hero__wrapp {
    gap: 4%;
  }

  .slotgamecasinos-hero__image img {
    width: 260px;
    height: auto;
  }

  .slotgamecasinos-hero__text h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .slotgamecasinos-hero__text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* why-choose-us section */
.slotgamecasinos-why-choose-us__wrapp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.slotgamecasinos-why-choose-us__wrapp-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.slotgamecasinos-why-choose-us__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-bottom: 50px;
}

.slotgamecasinos-why-choose-us__img img {
  width: 63px;
  height: 83px;
}

.slotgamecasinos-why-choose-us__wrapp-item p {
  margin-top: auto;
}

@media (max-width: 882px) {
  .slotgamecasinos-why-choose-us__wrapp {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .slotgamecasinos-why-choose-us__wrapp {
    padding-bottom: 20px;
  }

  .slotgamecasinos-why-choose-us__wrapp-item {
    width: 100%;
  }
  .slotgamecasinos-why-choose-us__img {
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    margin-bottom: 0;
  }
  .slotgamecasinos-why-choose-us__wrapp-item p {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 601px) {
  .slotgamecasinos-why-choose-us__wrapp {
    gap: 10px;
  }

  .slotgamecasinos-why-choose-us__img img {
    width: 50px;
    height: auto;
  }

  .slotgamecasinos-why-choose-us__img {
    margin-bottom: 30px;
  }

  .slotgamecasinos-why-choose-us__wrapp-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* about section */
.slotgamecasinos-about__wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 104px;
}

.slotgamecasinos-about__text {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 30px;
}

.slotgamecasinos-about__text p {
  padding-top: 30px;
}

.slotgamecasinos-about__image {
  flex: 0 0 auto;
}

.slotgamecasinos-about__image img {
  width: 279px;
  height: auto;
  max-height: 419px;
  object-fit: contain;
}
@media (max-width: 740px) {
  .slotgamecasinos-about__wrapp {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .slotgamecasinos-about__wrapp {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .slotgamecasinos-about__text p {
    padding: 0;
  }
  .slotgamecasinos-about__image img {
    width: 224px;
    height: 282px;
  }
}

@media (max-width: 1024px) and (min-width: 741px) {
  .slotgamecasinos-about__wrapp {
    gap: 50px;
  }

  .slotgamecasinos-about__image img {
    width: 220px;
    max-height: 330px;
  }

  .slotgamecasinos-about__text p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
  }
}

/* games section */

.frame-games {
  padding: 24px;
  border-radius: 30px;
  border: 1px solid #516355;
  background: linear-gradient(180deg, #8100cb 0%, #400065 74.19%);
  backdrop-filter: blur(12.300000190734863px);
}

.slotgamecasinos-games__wrapp {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.slotgamecasinos-games__wrapp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.slotgamecasinos-games__wrapp-item img {
  width: 312px;
  height: 335px;
}

@media (max-width: 876px) {
  .slotgamecasinos-games__wrapp {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 10px;
  }

  .slotgamecasinos-games__wrapp::-webkit-scrollbar {
    display: none;
  }

  .slotgamecasinos-games__wrapp-item {
    flex: 0 0 80%;
    max-width: 300px;
  }

  .slotgamecasinos-games__wrapp-item img {
    width: 232px;
    height: 187px;
  }
}

@media (max-width: 1024px) and (min-width: 877px) {
  .slotgamecasinos-games__wrapp {
    gap: 20px;
  }

  .slotgamecasinos-games__wrapp-item img {
    width: 260px;
    height: auto;
    max-height: 280px;
  }
}

/* news section */

.slotgamecasinos-news-wrapp-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slotgamecasinos-news__wrapp-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
}

#post1.slotgamecasinos-news__wrapp-item,
#post2.slotgamecasinos-news__wrapp-item,
#post3.slotgamecasinos-news__wrapp-item {
  display: none;
}

#post1.slotgamecasinos-news__wrapp-item.active,
#post2.slotgamecasinos-news__wrapp-item.active,
#post3.slotgamecasinos-news__wrapp-item.active {
  display: flex;
}

.slotgamecasinos-news__wrapp-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slotgamecasinos-news__wrapp-item-img img {
  width: 418px;
  height: 308px;
  object-fit: cover;
  flex: 1;
}

@media (max-width: 768px) {
  .slotgamecasinos-news__wrapp-item {
    flex-direction: column;
    padding: 20px;
  }

  .slotgamecasinos-news__wrapp-item-img {
    order: 2;
    width: 100%;
  }

  .slotgamecasinos-news__wrapp-item-img img {
    width: 100%;
    height: auto;
  }

  .slotgamecasinos-news__wrapp-item-date {
    margin: auto;
  }

  .slotgamecasinos-news__wrapp-item-text {
    order: 1;
  }
  .slotgamecasinos-news__wrapp-item-text h3 {
    text-align: left;
  }
}

.slotgamecasinos-news__wrapp-item-date {
  border-radius: 30px;
  padding: 6.5px 16px;
  max-width: 214px;
  text-align: center;
  position: relative;
}

.slotgamecasinos-news__wrapp-item-date::before {
  content: '';
  position: absolute;
  left: -10%;
  top: 17%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #0047ff;
  border-radius: 50%;
}

.date-bg-color-purple {
  background-color: #754bbd;
}

.date-bg-color-yellow {
  background-color: #dfe173;
}

.date-bg-color-pink {
  background-color: #ff7e7e;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .slotgamecasinos-news__wrapp-item {
    gap: 20px;
    padding: 30px;
  }

  .slotgamecasinos-news__wrapp-item-img img {
    width: 320px;
    height: auto;
    max-height: 240px;
  }

  .slotgamecasinos-news__wrapp-item-text {
    gap: 15px;
  }

  .slotgamecasinos-news__wrapp-item-text h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .slotgamecasinos-news__wrapp-item-text p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* faq section */

.slotgamecasinos-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.slotgamecasinos-faq__item {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #7e01c7;
  background: #220036;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.slotgamecasinos-faq__item p {
  line-height: 20px;
}

.slotgamecasinos-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  cursor: pointer;
}

.faq-arrow {
  width: 41px;
  height: 41px;
  transition: transform 0.3s ease;
  transform: rotate(0deg); /* по умолчанию вниз */
}

.slotgamecasinos-faq__question[aria-expanded='true'] .faq-arrow {
  transform: rotate(180deg); /* вверх при открытии */
}

.slotgamecasinos-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.slotgamecasinos-faq__item.open .slotgamecasinos-faq__answer {
  max-height: 500px;
}

@media (max-width: 768px) {
  .slotgamecasinos-faq__item {
    padding: 12px;
    border-radius: 16px;
  }

  .slotgamecasinos-faq__question {
    font-size: 18px; /* меньше заголовок */
  }

  .slotgamecasinos-faq__answer {
    font-size: 14px; /* меньше текст */
    line-height: 1.4;
  }

  .faq-arrow {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .slotgamecasinos-faq__item {
    padding: 10px;
    border-radius: 12px;
  }

  .slotgamecasinos-faq__question {
    font-size: 16px;
    text-align: left;
    align-items: flex-start;
  }

  .slotgamecasinos-faq__answer {
    font-size: 13px;
  }

  .slotgamecasinos-faq__answer p {
    padding-right: 50px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .slotgamecasinos-faq__item {
    padding: 14px;
    border-radius: 18px;
    gap: 12px;
  }

  .slotgamecasinos-faq__question {
    font-size: 20px;
  }

  .slotgamecasinos-faq__answer {
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-arrow {
    width: 32px;
    height: 32px;
  }
}

/* reviews section */

.slotgamecasinos-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}

.slotgamecasinos-popup__content {
  width: 600px;
  padding: 45px;
  border-radius: 35px;
  background: linear-gradient(180deg, #8100cb 0%, #400065 74.19%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .slotgamecasinos-popup__content {
    padding: 20px;
  }
}

.slotgamecasinos-popup__content h2 {
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.slotgamecasinos-login__form input {
  width: 100%;
  padding: 24px;
  border-radius: 30px;
  background: #e4e4e4;
  color: #4a4a4a;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}

.btn-submit {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn-submit.blue-btn:hover {
  opacity: 0.9;
}

.slotgamecasinos-login__signup {
  color: #feffff;
  text-align: center;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.slotgamecasinos-login__signup .signup-link {
  color: #98be30;
  text-align: center;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 480px) {
  .slotgamecasinos-popup__content {
    padding: 15px;
    border-radius: 20px;
  }

  .slotgamecasinos-popup__content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .slotgamecasinos-login__form input {
    padding: 14px;
    font-size: 14px;
  }

  .btn-submit.blue-btn {
    font-size: 18px;
    padding: 12px;
    border-radius: 20px;
  }

  .slotgamecasinos-login__signup,
  .slotgamecasinos-login__signup .signup-link {
    font-size: 14px;
  }
}

.slotgamecasinos-reviews__list {
  display: flex;
  gap: 31px;
}

@media (max-width: 854px) {
  .slotgamecasinos-reviews__list {
    flex-wrap: wrap;
  }
}

.slotgamecasinos-reviews__list-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #7e01c7;
  background: #220036;
}

.slotgamecasinos-reviews__list-item-logo img {
  width: 100%;
}

.slotgamecasinos-reviews__list-item-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__list-star {
  display: flex;
  gap: 5px;
}

.reviews__list-star img {
  width: 16px;
  height: 16px;
}
.slotgamecasinos-reviews__list-item-review-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slotgamecasinos-reviews__list-item-review-text h3 {
  color: #002bff;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slotgamecasinos-reviews__list-item-review-text p {
  color: #fff;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.slotgamecasinos-reviews__list-item-logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.slotgamecasinos-reviews__list-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .slotgamecasinos-reviews__list-item:nth-child(n + 2) {
    display: none;
  }
}

.slotgamecasinos-login-btn {
  max-width: fit-content;
  padding: 15px 32px;
  margin-top: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .slotgamecasinos-login-btn {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .slotgamecasinos-reviews__list {
    gap: 20px;
  }

  .slotgamecasinos-reviews__list-item {
    padding: 15px;
    border-radius: 12px;
    gap: 15px;
  }

  .slotgamecasinos-reviews__list-item-logo {
    width: 44px;
    height: 44px;
  }

  .slotgamecasinos-reviews__list-item-review-text h3,
  .slotgamecasinos-reviews__list-item-review-text p {
    font-size: 13px;
    line-height: 1.4;
  }

  .reviews__list-star img {
    width: 14px;
    height: 14px;
  }
}

/* disclaimer section */

.slotgamecasinos-disclaimer__wrapp-item {
  padding: 20px 40px;
  border-radius: 50px;
}

/* footer */

.slotgamecasinos-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #8100cb 0%, #400065 74.19%);
}

.slotgamecasinos-footer__wrapp {
}

.slotgamecasinos-footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.slotgamecasinos-footer__wrapp .slotgamecasinos-header__logo img {
  width: 50px;
  height: 48px;
}
@media (max-width: 780px) {
  .slotgamecasinos-footer__list {
    margin-bottom: 20px;
  }
}

.slotgamecasinos-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slotgamecasinos-footer__copyright img {
  width: 32px;
  height: 32px;
}

@media (max-width: 780px) {
  .slotgamecasinos-footer__copyright {
    flex-direction: row-reverse;
  }
  .slotgamecasinos-footer__copyright img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1024px) and (min-width: 781px) {
  .slotgamecasinos-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slotgamecasinos-footer__list {
    gap: 15px;
    margin-bottom: 30px;
    padding: 5px;
  }

  .slotgamecasinos-footer__wrapp .slotgamecasinos-header__logo img {
    width: 40px;
    height: 38px;
  }

  .slotgamecasinos-footer__copyright {
    gap: 15px;
  }

  .slotgamecasinos-footer__copyright img {
    width: 28px;
    height: 28px;
  }
}

/* contact us page */
.slotgamecasinos-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slotgamecasinos-contact img {
  width: 373px;
  height: 373px;
}

@media (max-width: 768px) {
  .slotgamecasinos-contact img {
    display: none;
  }
}

.slotgamecasinos-contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 56px;
  width: 618px;
}

.slotgamecasinos-contact__form input,
.slotgamecasinos-contact__form textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
  color: rgba(54, 68, 117, 0.7);
  font-family: 'Baloo_Thambi_2', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.slotgamecasinos-contact__form input::placeholder,
.slotgamecasinos-contact__form textarea::placeholder {
  color: #7a6f91;
}

.slotgamecasinos-contact__form input:focus,
.slotgamecasinos-contact__form textarea:focus {
  box-shadow: 0 0 0 3px rgba(76, 162, 255, 0.6);
  transform: scale(1.01);
}

.btn-submit:hover {
  background: #0036c9;
  transform: scale(1.02);
}

@media (max-width: 1024px) and (min-width: 769px) {
  .slotgamecasinos-contact {
    gap: 20px;
  }

  .slotgamecasinos-contact img {
    width: 280px;
    height: auto;
  }

  .slotgamecasinos-contact__form {
    width: 100%;
    max-width: 500px;
    gap: 16px;
    padding-bottom: 40px;
  }

  .slotgamecasinos-contact__form input,
  .slotgamecasinos-contact__form textarea {
    font-size: 18px;
    padding: 12px 18px;
  }
}

.slotgamecasinos-news__placeholder {
  color: #fff;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
