@import url(../assets/fonts/font.css);

*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
}
html {
    background-color: #090d18;
    position: relative;
}
body,
html {
    position: relative;
    font-size: 14px;
    color: white;
    font-family: "SA";
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: auto;
}
body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #e55a53;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
ul,
li {
    padding: 0;
    marker: none;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

h1,
h2,
.paragraf__letterSpacing {
    letter-spacing: 3px;
}
.pLS_l {
    letter-spacing: 1px;
}
.p__negativeLS {
    letter-spacing: -1px;
}
h1 {
    font-size: 32px;
    /* -webkit-text-fill-color: white; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
.about {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 921px;
}

.first_gradient {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 99vw;
    overflow: hidden;
    height: 703px;
    background: linear-gradient(
        174deg,
        rgba(9, 13, 24, 0) 52%,
        rgba(22, 26, 38, 0.54) 100%
    );

    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 64%, 50% 100%);
    filter: brightness(1.8);
}

a:hover > p {
    text-decoration: underline;
}
section {
    position: relative;
}
.second_gradient {
    z-index: -2;
    position: absolute;
    background-image: url(../assets/images/rectangle_2.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: brightness(1.2);
}
.second_gradient_2 {
    z-index: -2;
    position: absolute;
    background-image: url(../assets/images/rectangle_2.png);
    background-repeat: no-repeat;
    width: 99vw;
    height: 800px;
    transform: translateY(-50px);
    filter: brightness(2);
}
.third_gradient {
    bottom: 0 !important;
    height: 800px;
    transform: translateY(50px);
    filter: brightness(2);
}
button {
    margin: 12px 0;
    background-color: transparent;
    border: 1px solid #e55a53;
    border-radius: 8px;
    font-size: 14px;
    padding: 18px 12px;
    color: white;
    cursor: pointer;
    float: right;
    transition: all 1s cubic-bezier(0, 1, 0, 1);
}
button:hover {
    transform: translateX(-10px);
    scale: 1.1;
}
.procent {
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    right: -10vw;
    top: -120px;
    width: 310px;
    height: auto;
}
.casinoLink {
    color: #e55a53;
    text-decoration: underline;
}
.rewiew h2 {
    margin-bottom: 24px;
}
.rewiew h3 {
    margin-bottom: 12px;
}
.rewiew p {
    margin: 18px;
}
.rewiew a {
    color: #e55a53;
}
@media (max-width: 921px) {
    .procent {
        opacity: 0.2;
        width: 210px;
        right: 0;
        top: 0;
    }
}
@media (max-width: 768px) {
    .third_gradient {
        transform: translateY(200px);
    }
}
@media (max-width: 425px) {
    .third_gradient {
        transform: translateY(400px);
    }
}
.aboutCricket {
    margin-top: 48px;
    max-width: 970px;
}
.aboutCricket h3 {
    margin-bottom: 12px;
}
.aboutCricket p {
    margin-bottom: 8px;
}
.aboutCricket > * {
    display: block;
}
.aboutCricket:not(:last-child) {
    margin-bottom: 604px;
}
.A_c_b > br {
    display: none;
}
@media (max-width: 1440px) {
    .wrapper {
        padding: 0 12px;
    }
}
@media (max-width: 425px) {
    .A_c_b > br {
        display: block;
    }
}
.A_c_b_container p {
    max-width: 50%;
}
.A_c_b_container > div:not(:last-child) {
    margin-bottom: 24px;
}
.A_c_b_container p {
    margin-top: 8px;
}
.A_c_b_container ul {
    list-style: circle;
    list-style-type: circle;
}
.A_c_b_container ul > li {
    margin-top: 6px;
}
.A_c_b_container ul {
    padding: revert !important;
}
@media (max-width: 768px) {
    .A_c_b_container p {
        max-width: 100%;
    }
}
