/* styles.css */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}

.background-texture {
    background-color: #020C22;
    background-image: url('../img/point.png');
    background-repeat: repeat;
    min-height: 100vh;
}

header {
    height: 96px;
    background-color: #03102D;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: height 0.3s; /* Smooth transition for height change */
}

header.small {
    height: 60px; /* Height when scrolled */
}

.container-logo {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-height: 80px;
}

.join-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px; /* Adjust as needed */
    height: 48px; /* Adjust as needed */
    background-image: url('../img/bt.png');
    background-size: cover;
    background-position: center;
    background-color: #ffffff00;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease; /* Добавляем плавный переход */
}

.join-button:hover {
    transform: scale(1.05); /* Увеличиваем кнопку на 5% */
}

.hero-section {
    width: 100%;
    height: 540px;
    background-image: url('../img/hd.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    margin-top: 96px;
}

.hero-section2  {
    width: 100%;
    height: 540px;
    background-image: url('../img/hd.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    display: none;
    margin-top: 96px;
}

.hero-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.hero-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0px;
    color: white;
    z-index: 2;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -40px 40px;
}

.team-bg {
    width: 260px; /* Adjust as needed */
    height: 260px; /* Adjust as needed */
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0px 14.58px 29.159px 0px rgba(4, 17, 61, 0.70);
    backdrop-filter: blur(3.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 135px;
    z-index: 2;
}

.team-logo {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.team-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: white;
    margin-top: 20px;
    z-index: 2;
}


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

.decorative-line {
    width: auto; /* Adjust as needed */
}

.main-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 64px;
    margin: -15px 0px -9px 0px;
    text-transform: uppercase;
    line-height: 68px;
    text-shadow: 1px 3px 3px #03102D80 /* Added text shadow */
}

.highlight {
    color: #B2D4F4;
}

.sub-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 32px;
    margin: -5px 0 20px 0;
    text-shadow: 1px 3px 3px #03102D80;
}

.odds-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}

.odds {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.odds-bg {
    width: 160px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
}

.odds-value {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 41px;
    color: white;
    text-shadow: -1px -1px 0 #4189FF, 1px -1px 0 #4189FF, -1px 1px 0 #4189FF, 1px 1px 0 #4189FF; /* Added text outline */

}

.vs-image {
    margin: 0 0px; /* Adjust as needed */
}



.bet-button {
    position: absolute;
    width: 284px;
    height: 64px;
    left: calc(50% - 284px / 2 - 10px);
    top: 443px;
    background: linear-gradient(272.9deg, #FF7900 0%, #FF4D00 100%);
    border: 0.8875px solid rgba(255, 176, 71, 0.8);
    box-shadow: 0px 0px 9.7625px rgba(255, 145, 0, 0.8), inset 0px 3.55px 9.7625px rgba(255, 145, 0, 0.25);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    transform: skew(-20deg);
    margin-left: 20px;
}

.bet-button:hover {
    box-shadow: 0px 0px 12px rgba(255, 69, 0, 0.9), inset 0px 3.55px 12px rgba(255, 145, 0, 0.3);
    transform: skew(-20deg) translateY(-2px) scale(1.05); /* Добавлено увеличение */
}

.bet-button:active {
    box-shadow: 0px 0px 9.7625px rgba(255, 145, 0, 0.8), inset 0px 3.55px 9.7625px rgba(255, 145, 0, 0.25);
    transform: skew(-20deg) translateY(0);
}


.divider {
    width: 100%;
    height: auto; /* Adjust as needed */
    background: url('../img/dv.png') no-repeat center center;
    background-size: cover;
}
.divider2 {
    width: 100%;
    height: auto; /* Adjust as needed */
    background: url('../img/dv2.png') no-repeat center center;
    background-size: cover;
}

.betting-options-section {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.betting-options-content {
    margin: 0 auto;
}

.betting-options-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 64px;
    color: white;
    margin: -25px 0;
}

.decorative-line-top, .decorative-line-bottom {
    width: auto; /* Adjust as needed */
    margin: 0 auto;
    display: block;
}



.betting-table-section {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.betting-table {
    display: inline-block;
    margin: 0px 10px;
}

.betting-table2 {
    display: inline-block;
    margin: 0px 10px;
}

.table-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
}

/* Container */
.advantage-1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 11px;
    gap: 20px;
    width: auto;
    min-height: 60px;
    background: linear-gradient(273.57deg, #0C1934 -21.72%, #05173E 100%);
    border: 1px solid rgba(58, 110, 196, 0.8);
    box-shadow: 0px 0px 11px rgba(65, 137, 255, 0.25), inset 0px 4px 11px rgba(65, 137, 255, 0.25);
    border-radius: 15px;
    position: relative;
    z-index: 3;
}

.advantage-2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 12px;
    gap: 20px;
    width: auto;
    min-height: 60px; /* Изменено на min-height */
    background: linear-gradient(273.57deg, #0C1934 -21.72%, #05173E 100%);
    border: 1px solid rgba(58, 110, 196, 0.8);
    box-shadow: 0px 0px 11px rgba(65, 137, 255, 0.25), inset 0px 4px 11px rgba(65, 137, 255, 0.25);
    border-radius: 15px;
    position: relative; /* Добавлено для позиционирования разделителя */
}

.advantage-3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 15px;
    gap: 20px;
    width: auto;
    min-height: 60px;
    background: linear-gradient(273.57deg, #0C1934 -21.72%, #05173E 100%);
    border: 1px solid rgba(58, 110, 196, 0.8);
    box-shadow: 0px 0px 11px rgba(65, 137, 255, 0.25), inset 0px 4px 11px rgba(65, 137, 255, 0.25);
    border-radius: 15px;
    position: relative;
}

.vertical-divider,
.vertical-divider2,
.vertical-divider3,
.vertical-divider5,
.vertical-divider6,
.vertical-divider4 {
    width: 1px;
    height: 90%;
    background-color: rgba(58, 110, 196, 0.7);
    position: absolute;
}

.vertical-divider {
    left: 52%;
    transform: translateX(-50%);
}

.vertical-divider2 {
    left: 38.3%;
    height: 86%;
    
}

.vertical-divider3 {
    left: 69.6%;
    height: 86%;
    
}

.vertical-divider4 {
    height: 55%;
    left: 50%;
    
}

.vertical-divider5 {
    left: 50%;
    height: 95%;
    
}
.vertical-divider6 {
    left: 50.5%;
    height: 94%;
    
}


/* Columns */
.column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    gap: 18px;
    width: 50%;
}

.column2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 15px;
    gap: 18px;
    width: 50%;
}

/* Rows */
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 18px;
    width: 242px;
    height: 40px;
}

.row1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: auto;
    height: 40px;
}

.row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 103%;
    height: 40px;
}
/* Text */
.text {
    margin: 0 0 0 25px;
    width: 90px;
    height: 19px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: left;
}

.text1 {
    margin: 0 auto;
    width: 120px;
    height: 19px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: left;
}

.text2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}
/* Icon */
.icon {
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    background: linear-gradient(273.57deg, #0C1934 -21.72%, #05173E 100%);
    box-shadow: 0px 0px 11px rgba(65, 137, 255, 0.25), inset 0px 4px 11px rgba(65, 137, 255, 0.25);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}



.double-deposit-section {
    text-align: center;
    padding: 90px 0px 40px 0;
    position: relative; /* Added for positioning decorative images */
    z-index: 2;
    
}

.decorative-left,
.decorative-right {
    position: absolute;
    top: 200px;
    bottom: 0;
}

.decorative-left {
    z-index: 0;
    left: -1;
}

.decorative-right {
    right: 0;
    z-index: -1;
}

.decorative-left img
{
    height: 100%;
    width: 626px;
    object-fit: cover; /* Ensure the image covers the container */
    overflow: visible;
}
.decorative-right img {
    height: 100%;
    width: 688px;
    object-fit: cover; /* Ensure the image covers the container */
    overflow: visible;
}

.decorative-line2 {
    width: auto;
    margin-top: -25px;
    margin-bottom: -25px;
   
}

.decorative-line img {
    width: auto; /* Adjust as needed */
    margin: 0 auto;
    display: block;
    
}

.section-heading {
    font-family: 'Recursive', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 40px;
    color: white;
    margin: 10px 0;
    
}

.sub-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6385D2;
    margin: 10px 0 30px 0;
}

.benefits-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.benefit-block {
    background: url('../img/bgd.png') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    align-items: center; /* Changed to align items horizontally */
    width: 350px; /* Adjust as needed */
    height: 134px; /* Adjust as needed */
    z-index: 2;
}

.benefit-icon {
    margin-right: 20px;
    margin-left: 20px;
}

.benefit-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: white;
    text-align: left; /* Align text to the left */
}


.divider img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer {
    background-color: #04102B;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px; /* Adjust as needed */
}

.footer-logo {
    width: 130px;
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2D4272;
    text-align: right;
}

@media (max-width: 1420px) {

    .main-content {
        margin-bottom: 90px;
    }
    .main-title {
        font-size: 48px;
        width: 600px;
        line-height: 55px;
    }
    .vs-image {
        margin: 0px -10px;
    }
    .team {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: -40px -90px;
    }
    .team-bg {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.50);
        border: 1px solid rgba(255, 255, 255, 0.50);
        box-shadow: 0px 14.58px 29.159px 0px rgba(4, 17, 61, 0.70);
        backdrop-filter: blur(3.5px);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 135px;
    }
    .team-logo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .team-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: white;
        margin-top: 20px;
        width: 110px;
    }
    .bet-button {
        margin: 0;
    }

    .hero-left img {
        content: url('img/xl2.png');
    }
    .hero-right img {
        content: url('img/xr2.png');
    }
    .betting-table-section {
        width: 100%;
        padding: 0px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0px 0px 0px -5px;
        gap: 18px;
        width: 50%;
    }

    .advantage-1 {
        width: 720px;
        gap: 10px;
        padding: 15px 12px;
    }
    .advantage-2 {
        width: 720px;
        gap: 10px;
        padding: 16px 24px;
    }
    .advantage-3 {
        width: 720px;
        gap: 10px;
    }
    .row {
        width: 225px;
    }
    .row1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        gap: 8px;
        width: auto;
        height: 40px;
    }
    .row3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 8px;
        width: 90%;
        height: 40px;
    }
    .text2 {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        width: 218px;
    }
    .benefits-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .decorative-left img {
        content: url('../img/dl2.png');
        width: 475px;
    }
    .decorative-right img {
        content: url('../img/dr2.png');
        width: 434px;
    }

    .vertical-divider {
        left: 48%;
    }
    .vertical-divider3 {
        left: 68.6%;
    }
    .vertical-divider2 {
        left: 36.3%;
    }
    .vertical-divider5 {
        left: 48%;
    }

    .text1 {
        width: 200px; 
    }

    .betting-options-title {
        font-size: 40px;
        margin: -15px 0;
    }
    .decorative-line-top, .decorative-line-bottom {
        width: 434px;
    }
}

@media (max-width: 768px) {
    .hero-section  {
        display: none;
    }
    .hero-section2  {
        display: block;
    }
    .advantage-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 320px;
        gap: 10px;
    }
    .row {
        width: 270px;
    }
    .vertical-divider {
        display: none;
    }
    .vertical-divider2 {
        display: none;
    }
    .vertical-divider3 {
        display: none;
    }
    .vertical-divider4 {
        display: none;
    }
    .vertical-divider5 {
        display: none;
    }.vertical-divider6 {
        display: none;
    }
    .decorative-left {
        display: none;
       
    }
    .decorative-right {
        display: none;
    }
    .advantage-2 {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 320px;
    }
    .advantage-3 {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 320px;
    }
    .text1 {
        width: 186px;
    }
    .column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 0px 0 -8px;
        gap: 18px;
        width: 100%;
    }

    .column2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 8px 0px 0px -20px;
        gap: 18px;
        width: 100%;
    }
    .row3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 8px;
        width: 100%;
        height: 40px;
    }
    .section-heading {
        margin: 10px 10px;
    }
    .sub-heading {
        margin: 10px 10px 30px 10px;
    }
    .decorative-line-top, .decorative-line-bottom {
        width: auto;
    }
    .main-title {
        font-size: 32px;
        line-height: 36px;
    }
    .decorative-line {
        width: 200px;
    }
    .team {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: -36px 0px;
    }
    .team-name {
        font-size: 16px;
        margin-top: 15px;
    }
    .team-logo {
        width: 75px;
        height: 75px;
    }
    .team-bg {
        width: 100px;
        height: 100px;
        margin-top: 40px;
    }
    .teams {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 320px;
        justify-content: space-around;
    }
    .main-content {
        margin-bottom: 0px;
    }
    .sub-title {
        font-size: 28px;
        margin: 38px 0 20px 0;
    }
    .hero-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 0px;
        color: white;
        z-index: 2;
        flex-direction: column;
    }
    .bet-button {
        margin: 15px 0 0 0px;
    }
    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1400px;
        flex-direction: column;
    }
}



