@font-face {
  font-family: Poppins;
  src: url(/catopgamescazino-assets/catopgamescazino-fonts/catopgamescazino-poppins-regular.woff2);
}  
  
@font-face {
  font-family: Original Surfer;
  src: url(/catopgamescazino-assets/catopgamescazino-fonts/catopgamescazino-originalsurfer-regular.woff2);
}
  :root {
    --font-family: "Poppins", sans-serif;
    --second-family: "Original Surfer", sans-serif;  

    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));

    --footer-container-width: 1160px;
    --footer-container-step: 20px;
    --footer-container-step-tablet: 18px;
    --footer-container-step-mobile: 16px;
    --footer-container: calc(var(--footer-container-width) + (var(--footer-container-step) * 2));
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: #060324;
  }
  
  .catopgamescazino-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    .catopgamescazino-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .catopgamescazino-container {
      padding: 0 var(--container-step-mobile);
    }
  }


  footer .catopgamescazino-container {
    max-width: var(--footer-container);
    margin: 0 auto;
    padding: 0 var(--footer-container-s1tep);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    footer .catopgamescazino-container {
      padding: 0 var(--footer-container-step-mobile);
    }
  }
  
  @media (max-width: 600px) {
    footer .catopgamescazino-container {
      padding: 0 var(--footer-container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }

  img{
    min-width: 0px;
  }

  @media (max-width: 991px) {
    h1 {
      font-size: 40px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 28px;
      text-align: center;
    }
  }
  
  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 24px;
      text-align: center;
    }
  }
  
  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }
  
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 600px) {
    p {
        font-size: 14px;
        text-align: center;
    }
  }
  
  ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }
  
  section {
    padding: 40px 0px;
    width: 100%;
    margin: auto;
  }
  
  @media (max-width: 600px) {
    section {
      padding: 20px 0px;
    }
  }

  .catopgamescazino-content-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    padding: 60px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(223, 41, 255, 0.5);
    background: #00013b;
  }
  

  .catopgamescazino-btn{
    box-shadow: inset 0 0 10px 0 #440061;
    background: #df29ff;
    border-radius: 30px;
    padding: 14px 75.5px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
  }

  @media screen and (max-width: 600px) {
    .catopgamescazino-btn{
        font-size: 16px;
    }
  }

  .catopgamescazino-blue_p{
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
    background: rgba(238, 142, 255, 0.3);
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
  }

  header{
    padding: 16px 0px;
    backdrop-filter: blur(30px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #76008b;
  }

  header .catopgamescazino-container{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header ul{
    flex-direction: row;
    gap: 24px;
    padding: 2px 0px;
  }
  
  header li{
    border-radius: 40px;
    padding: 12px 20px;
  }

  header li.catopgamescazino-active{
    border: 1px solid #fff;
  }

  header a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
  }

  .catopgamescazino-hero_section .catopgamescazino-content-container{
    background: linear-gradient(0deg, rgba(0, 1, 59, 0.2), rgba(0, 1, 59, 0.2)), url(../catopgamescazino-assets/catopgamescazino-img/catopgamescazino-hero_bg.webp);
    background-size: cover;
    background-position: center;
  }

  .catopgamescazino-hero_section .catopgamescazino-text-content{
    max-width: 600px;
    padding-right: 35px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .catopgamescazino-about_game .catopgamescazino-content-container{
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }

  .catopgamescazino-about_game img{
    max-width: 507px;
    width: 100%;
    box-shadow: 0 0 20px 0 #df29ff;
    border-radius: 10px;
  }

  .catopgamescazino-about_game .catopgamescazino-text-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    max-width: 511px;
  }

  .catopgamescazino-contact_us_section picture{
    box-shadow: 0 0 20px 0 #df29ff;
    overflow: hidden;
    align-self: center;
    border-radius: 30px;
    max-width: 574px;
  }

  .catopgamescazino-contact_us_section .catopgamescazino-text-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 546px;
    gap: 24px;
  }

  .catopgamescazino-contact_us_section h2{
    margin-bottom: 24px;
  }

  .catopgamescazino-email{
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
  }

  .catopgamescazino-email img{
    width: 24px;
    height: 24px;
  }

  .catopgamescazino-contact_us_section form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .catopgamescazino-contact_us_section label{
    display: flex;
    flex-direction: column;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    width: 100%;
    gap: 8px;
  }

  .catopgamescazino-contact_us_section input{
    border: 1px solid #ee8eff;
    border-radius: 10px;
    padding: 14px 16px;
    background: rgba(238, 142, 255, 0.3);
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #f0f0f0;
  }
  

  .catopgamescazino-contact_us_section textarea{
    border: 1px solid #ee8eff;
    border-radius: 10px;
    padding: 14px 16px;
    background: rgba(238, 142, 255, 0.3);
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #f0f0f0;
  }

  

  .catopgamescazino-contact_us_section picture img{
    max-width: 764px;
    width: 100%;
  }

  footer{
    background: #43004f;
    padding: 40px 0px;
  }

  footer h3{
    margin-bottom: 16px;
  }

  footer .catopgamescazino-container{
    gap: 40px;
  }

  .catopgamescazino-footer_brand{
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .catopgamescazino-footer_info_item p{
    color: rgba(255, 255, 255, 0.8);
  }

  footer ul{
    width: 100%;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
    gap: 24px;
  }

  .catopgamescazino-footer_info{
    display: flex;
  }

  .catopgamescazino-footer_info_item{
    flex: 1;
  }

  .catopgamescazino-copyright{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }

@media screen and (max-width: 600px) {

  .catopgamescazino-content-container{
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }

  .catopgamescazino-about_game .catopgamescazino-content-container{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 16px;
  }

  .catopgamescazino-about_game .catopgamescazino-text-content{
    align-items: center;
    gap: 14px;
  }

  .catopgamescazino-hero_section .catopgamescazino-content-container{
    background: linear-gradient(0deg, rgba(0, 1, 59, 0.2), rgba(0, 1, 59, 0.2)), url(../catopgamescazino-assets/catopgamescazino-img/catopgamescazino-hero_bg-mobile.webp);
    background-size: cover;
    background-position: center;
  }

  .catopgamescazino-hero_section .catopgamescazino-text-content{
    align-items: center;
  }

  header .catopgamescazino-container{
    justify-content: center;
    gap: 4px;
  }

  header ul{
    gap: 8px;
  }

  .catopgamescazino-hero_section .catopgamescazino-text-content{
    padding: 0px;
  }

  .catopgamescazino-btn{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .catopgamescazino-contact_us_section h2{
    text-align: start;
  }

    img:not(footer img){
        width: 100%;
    }

    .partner_logos{
        justify-content: center;
        gap: 16px;
    }

    .policies_links ul{
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    footer p{
      text-align: start;
    }

    .catopgamescazino-footer_brand{
      flex-direction: column;
      align-items: start;
    }

    .catopgamescazino-footer_info{
      flex-direction: column;
      gap: 20px;
      align-items: start;
    }

    footer ul{
      flex-direction: column;
      align-items: start;
    }
}

.catopgamescazino-terms .catopgamescazino-content-container{
  flex-direction: column;
  align-items: start;
  padding: 40px;
}

@media screen and (max-width: 360px) {
  .catopgamescazino-terms h1{
    font-size: 22px;
  }
}

.catopgamescazino-terms p{
  text-align: start;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.catopgamescazino-terms h2{
  text-align: start;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.catopgamescazino-terms ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin: 0px;
  padding-left: 15px;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 600px){
  .catopgamescazino-terms .catopgamescazino-content-container{
    padding: 40px 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}