@font-face {
    font-family: "Poppins";
    src: url("../aucasinoslic-assets/aucasinoslic-fonts/aucasinoslic-poppins-regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../aucasinoslic-assets/aucasinoslic-fonts/aucasinoslic-poppins-semibold.woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../aucasinoslic-assets/aucasinoslic-fonts/aucasinoslic-poppins-bold.woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Baloo Bhaina";
    src: url("../aucasinoslic-assets/aucasinoslic-fonts/aucasinoslic-baloobhaina2-extrabold.woff2");
    font-display: swap;
}

:root {
    --font-family: "Poppins", sans-serif;
    --second-family: "Baloo Bhaina", sans-serif;
    --third-family: "Montserrat", sans-serif;

    --container-width: 1240px;

    --container-step: 25px;
    --container-step-tablet: 20px;
    --container-step-mobile: 16px;

    --container: calc(var(--container-width) + (var(--container-step) * 2));
}

.aucasinoslic-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    margin: auto;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
}

@media (max-width:991px) {
  .aucasinoslic-container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .aucasinoslic-container {
    padding: 0 var(--container-step-mobile)
  }
}


html {
    scroll-behavior: smooth;
}  

body{
    margin: 0px;
}

.aucasinoslic-no-scroll{
    overflow: hidden;
}

ul{
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
}

.aucasinoslic-mobile{
    display: none;
}
  

h1{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #fa23a0 0%, #ff79ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

h2{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fb40a9;
    margin: 0px;
}

h3{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #432737;
    margin: 0px;
}

p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #72626b;
    margin: 0px;
}

.aucasinoslic-btn-1{
    width: 100%;
    border-radius: 30px;
    padding: 14px 0px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg, #fd22a0 0%, #ff80b7 47.12%, #ff5ea4 100%);
    border: 0px;
    display: flex;
    justify-content: center;
}

.aucasinoslic-btn-1:active{
    background: #c53d85;
}

.aucasinoslic-btn-1:hover{
    cursor: pointer;
    box-shadow: 0 0 10px 0 #12acee;
}

.aucasinoslic-btn-2{
    max-width: 160px;
    width: 100%;
    padding: 14px 0px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

section{
    padding: 50px 0px;
}

header{
    backdrop-filter: blur(10px);
    background: #d5669d;
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

header .aucasinoslic-container{
    flex-direction: row;
    justify-content: space-between;
}

.aucasinoslic-header_content{
    display: flex;
    max-width: 800px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

header nav{
    max-width: 426px;
    width: 100%;
}

header ul{
    list-style: none;
    display: flex;
    width: 100%;
    gap: 40px;
}

header nav a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}


header nav a:hover{
    font-weight: 600;
    color: #fff;
}

header nav a.aucasinoslic-activeLink{
    font-weight: 600;
    color: #fff;
}

header.aucasinoslic-Not-Registered .aucasinoslic-Registration-autorisation-panel{
    display: flex;
}

header.aucasinoslic-Registered .aucasinoslic-Registration-autorisation-panel{
    display: none;
}

header.aucasinoslic-Registered .aucasinoslic-link_to_profile{
    display: flex;
}

header.aucasinoslic-Not-Registered .aucasinoslic-link_to_profile{
    display: none;
}

.aucasinoslic-Registration-autorisation-panel{
    width: 100%;
    max-width: 344px;
    justify-content: space-between;
}

header.Registered .aucasinoslic-header_content{
    max-width: 496px;
    align-items: center;
}

#burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    display: none;
    overflow: visible;
    position: relative;
    z-index: 3;
}

#burger-menu span,
#burger-menu span::before,
#burger-menu span::after {
    background: #fff;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
    content: '';
}

#burger-menu span::before {
    left: 0;
    top: -10px;
    width: 27px;
}

#burger-menu span {
    right: 0;
    top: 13px;
    width: 27px;
}

#burger-menu span::after {
    left: 0;
    top: 10px;
    width: 27px;
}

#burger-menu.close span::before {
    top: 0;
    transform: rotate(90deg);
    width: 27px;
}

#burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}

#burger-menu.close span::after {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

#menu {
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    height: 100vh;
    display: none;
}

#menu.aucasinoslic-overlay {
    visibility: visible;
    opacity: 2;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
}

#menu .aucasinoslic-container{
    margin: 0px;
    margin-top: 62px;
    align-items: flex-start;
    margin: 0px auto;
    padding-top: 92px;
}

#menu .aucasinoslic-burger_menu_content{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    align-items: center;
    gap: 10px;
}

#menu .aucasinoslic-burger_menu_content ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu .aucasinoslic-Registration-autorisation-panel {
    flex-direction: column;
    gap: 10px;
}

.aucasinoslic-signUpButton{
    color: #fb40a9;
    background-color: white;
}

.aucasinoslic-logInButton{
    background: transparent;
    color: #fff;
}



@media screen and (max-width: 1100px) {
  .aucasinoslic-header_content{
      display: none;
  }

  #burger-menu{
    display: block;
  }

  #menu{
    display: flex;
  }
}

.aucasinoslic-hero{
    padding: 0px;
    padding-top: 144px;
    background: url("../aucasinoslic-assets/aucasinoslic-img/aucasinoslic-fallingcandies.webp");
    background-size: cover;
    background-position: center;
}

.aucasinoslic-hero .aucasinoslic-container{
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.aucasinoslic-hero p{
    font-size: 20px;
    line-height: 135%;
}

.aucasinoslic-hero .aucasinoslic-content{
    max-width: 1026px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}


.aucasinoslic-hero .aucasinoslic-btn-1{
    max-width: 246px;
}

.aucasinoslic-WhyChooseUs .aucasinoslic-container{
    gap: 30px;
}

.aucasinoslic-WhyChooseUs ul{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px;
    flex-wrap: wrap;
    gap: 40px;
}

.aucasinoslic-WhyChooseUs li{
    max-width: 386px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.aucasinoslic-WhyChooseUs h3{
    text-align: center;
}

.aucasinoslic-Games_section{
    background: #fbeef7;
}

.aucasinoslic-Games_section .aucasinoslic-container{
    gap: 24px;
}

.aucasinoslic-games{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    list-style: none;

}

.aucasinoslic-games li{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aucasinoslic-games .aucasinoslic-text_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aucasinoslic-games .aucasinoslic-text_content h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #432737;
}

.aucasinoslic-games .aucasinoslic-text_content span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #72626b;
}

.aucasinoslic-CommentsSection{
    background: linear-gradient(0deg, rgba(251, 238, 247, 0.8), rgba(251, 238, 247, 0.8)), url(../aucasinoslic-assets/aucasinoslic-img/aucasinoslic-candy_background.webp);
    background-position: center;
    background-size: cover;
    padding-bottom: 42px;
}

.aucasinoslic-CommentsSection .aucasinoslic-container{
    gap: 24px;
}

.aucasinoslic-comments{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 39px;
    flex-wrap: wrap;
}

.aucasinoslic-comment{
    max-width: 387px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.6);
    height: fit-content;
    border-radius: 20px;
}

.aucasinoslic-commentHeader{
    display: flex;
    gap: 20px;
}

.aucasinoslic-Raiting_and_Name{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aucasinoslic-Raiting_and_Name h3{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #432737;
}

.aucasinoslic-Comment_star{
    height: 16px;
}

.aucasinoslic-commentBody p {
    text-align: start;
}


footer{
    padding: 50px 0px;
    background: #b63982;
}

footer .aucasinoslic-container{
    gap: 30px;
}

.aucasinoslic-legal_info{
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 40px;
    flex-wrap: wrap;
}

.aucasinoslic-legal_info .aucasinoslic-text_content{
    max-width: 600px;
    width: 100%;
}

.aucasinoslic-legal_info .aucasinoslic-text_content h3{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #f1f1f1;
}

.aucasinoslic-legal_info .aucasinoslic-text_content p{
    text-align: start;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #f1f1f1;
}

.aucasinoslic-logos{
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

.aucasinoslic-footer-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.aucasinoslic-links{
    display: flex;
    justify-content: space-between;
    gap: 56px;
    list-style: none;
}

.aucasinoslic-links a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.8);
}

.aucasinoslic-footer-bottom span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: #fff;
}

.aucasinoslic-footer-bottom a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.8);
}









.aucasinoslic-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .aucasinoslic-modal-content {
    background: #fbeef7;
    padding: 50px 0px;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3sease-in-out;
  }
  
  .aucasinoslic-modal-content form {
    display: flex;
    flex-direction: column;
    max-width: 295px;
    width: 100%;
    margin: auto;
    gap: 20px;
  }
  
  .aucasinoslic-modal-content h2 {
    text-align: center;
    color: #ff2fad;
    font-weight: 700;
    text-transform: uppercase;
  }

  .aucasinoslic-inputs{
    width: 100%;
    gap: 14px;
    display: flex;
    flex-direction: column;
  }
  
  .aucasinoslic-modal-content input {
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
    width: 100%;
    gap: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  
  .aucasinoslic-modal-content input:focus {
    border-color: #ff2fad;
  }
  
  .aucasinoslic-modal-content .aucasinoslic-btn {
    padding: 0.75rem 1rem;
    background: linear-gradient(90deg, #ff4ec7, #ff2fad);
    color: white;
    border: none;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .aucasinoslic-modal-content .aucasinoslic-btn:hover {
    background: linear-gradient(90deg, #ff2fad, #ff4ec7);
  }
  
  .aucasinoslic-warning {
    display: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .aucasinoslic-modal-content p {
    font-size: 0.9rem;
    text-align: center;
    color: #444;
  }
  
  .aucasinoslic-modal-content button#switch-to-login,
  .aucasinoslic-modal-content button#switch-to-signup {
    background: none;
    border: none;
    color: #ff2fad;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
  }
  
  .aucasinoslic-hidden {
    display: none !important;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @media screen and (max-width: 1240px) {
    .aucasinoslic-container{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
  }

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

    h1{
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        background: linear-gradient(180deg, #fa23a0 0%, #ff79ba 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    h2{
        font-size: 28px;
    }

    header{
        position: static;
    }

    header ul{
        gap: 10px;
    }

    .aucasinoslic-hero{
        background: url("../aucasinoslic-assets/aucasinoslic-img/aucasinoslic-fallingcandiesmobile.webp");
        background-size: cover;
        background-position: center;
        padding: 80px 0px;
    }

    .aucasinoslic-hero p{
        font-size: 16px;
    }

    .aucasinoslic-hero .aucasinoslic-container{
        gap: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .aucasinoslic-hero .aucasinoslic-content{
        gap: 12px;
    }

    h3{
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 18px;
        text-transform: none;
    }

    footer{
        padding: 30px 0px;
    }

    footer .aucasinoslic-container.mobile{
        display: flex;
    }

    footer .aucasinoslic-container.desctop{
        display: none;
    }

    .aucasinoslic-footer-bottom span{
        font-size: 14px;
    }

    .aucasinoslic-links a{
        font-size: 14px;
    }

    .aucasinoslic-legal_info{
        justify-content: center;
    }

    .aucasinoslic-logos img{
        height: 20px;
    }

    .aucasinoslic-logo_18{
        height: 21px;
    }

    .aucasinoslic-links{
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: unset;
    }
  }
  
@media (max-width: 480px) {
    .aucasinoslic-modal-content h2 {
      font-size: 1.5rem;
    }
}

@media screen and (max-width: 450px){
    .aucasinoslic-container{
        max-width: 328px;
    }

    .aucasinoslic-hero .aucasinoslic-btn-1{
        max-width: none;
    }
}
  

.aucasinoslic-terms{
    background: linear-gradient(0deg, rgba(251, 238, 247, 0.8), rgba(251, 238, 247, 0.8)), url(../aucasinoslic-assets/aucasinoslic-img/aucasinoslic-disclamer_background.webp);
    background-size: cover;
    background-position: center;
}

.aucasinoslic-terms section{
    padding: 100px 0px;
}

.aucasinoslic-terms header{
    position: relative;
}

.aucasinoslic-terms .aucasinoslic-content_wrapper{
    width: 100%;
    padding: 60px 16px;
    box-sizing: border-box;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.6);
}

.aucasinoslic-terms_content{
    max-width: 1026px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.aucasinoslic-terms h1{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #432737;
    margin-bottom: 24px;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.aucasinoslic-terms_content h2{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #432737;
    margin-bottom: 12px;
    text-align: start;
}

.aucasinoslic-terms_content p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    color: #72626b;
    margin: 0px;
}

.aucasinoslic-terms_content p:not(:last-of-type){
    margin-bottom: 24px;
}

.aucasinoslic-terms_content ul{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    color: #72626b;
    margin: 0px;
    padding-left: 15px;
    margin-bottom: 24px;
}

@media screen and (max-width: 600px){
    .aucasinoslic-terms h1{
        font-size: 20px;
    }
    
    .aucasinoslic-terms_content h2{
        font-size: 16px;
    }
    
    .aucasinoslic-terms_content p{
        font-size: 14px;
    }

    .aucasinoslic-terms section{
        padding: 50px 0px;
    }
}