﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: MontserratMedium;
    font-display: swap;
    src: url(../font/Montserrat-Medium.woff2) format("woff2"),
      url(../font/Montserrat-Medium.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratRegular;
    font-display: swap;
    src: url(../font/Montserrat-Regular.woff2) format("woff2"),
      url(../font/Montserrat-Regular.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratBold;
    font-display: swap;
    src: url(../font/Montserrat-Bold.woff2) format("woff2"),
      url(../font/Montserrat-Bold.woff) format("woff");
    font-style: normal;
}

body{
    background-color: #252932;
}
html{
    scroll-behavior: smooth;
}
h2{
    font-family: MontserratMedium;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
p{
    font-family: MontserratRegular;
    font-size: 16px;
    color: #e9a348;
    line-height: 22px;
}
li{
    line-height: 22px;
}
.sidebar {
    background-color: #003049;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 20px;
    right: 0px;
    height: 100%;
    max-width: 240px;
}
.logo {
    max-width: 200px;
    width: 200px;
}
.spisok__list{
    margin-top: 30px;
    padding-top: 10px;
    max-width: 200px;
    border-top: 1px solid #fff;
}
.spisok__list li a{
    color: #ffffff;
    font-family: MontserratMedium;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.spisok__list li a:hover{
    color: #2f78ff;
}
.spisok__list li a img{
    width: 26px;
    height: 26px;
    filter: grayscale(1);
    transition: all 0.4s ease 0s;
}
.spisok__list li a:hover img{
    filter: grayscale(0);
}
li a.active img{
    filter: grayscale(0);
}
li a.active{
    color: #2f78ff;
}
.top__header {
    padding: 20px 250px 20px 20px;
    background-color: #003049;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main__btn3 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-family: MontserratMedium;
    font-size: 18px;
    padding: 12px 40px;
}

.header__list{
    display: flex;
    gap: 30px;
}
.header__list li a img{
    width: 30px;
    height: 30px;
    filter: grayscale(0);
}
.header__list li a{
    color: #bdbdbd;
    font-family: MontserratMedium;
    font-size: 18px;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.header__list li a:hover{
    color: #2f78ff;
}
.flex__btn {
    display: flex;
    gap: 20px;
}
.main__btn {
    padding: 12px 40px;
    background-color: #2f78ff;
    font-family: MontserratMedium;
    font-size: 16px;
    border: 1px solid #2f78ff ;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.main__btn:hover{
    color: #fff;
    background-color: transparent;
}
.main__btn2 {
    padding: 12px 40px;
    background-color: transparent;
    border: 2px solid #2f78ff;
    font-family: MontserratMedium;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.main__btn2:hover{
    background-color: #2f78ff;
    color: #ffffff;
}
.main__contant {
    padding: 20px 250px 20px 20px !important;
    background: #0d1016;
}
.bonus__item {
    flex: 0 1 50%;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    transition: all 0.4s ease 0s;
    border: 2px solid #0d1016;
}
.bonus__item::before{
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1rem;
    background-image: radial-gradient(84.73% 98.43% at 100% 60.83%,red,#f000);

}
.bonus__item:hover{
    border: 2px solid #ff2400;
    box-shadow: 4px -4px 10px #ff2200c9;
}
.bonus__item::after{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #13171f;
    z-index: -2;
    border-radius: 15px;
}


.bg2::before{
    background: linear-gradient(110.74deg,#00cfa666,#00cfa600);
    z-index: 1;
}

@media (max-width:992px) {
    .sport__bonus{
        margin-top: 50px !important;
    }
}

@keyframes colot-title {
    0%{
        color: #fff;
    }
    50%{
        color: #ff0303;
    }
    100%{
        color: #fff;
    }
}
.logo a img{
    max-width: 60px;
}
.logo__main a img{
    max-width: 70px;
}
.right__img {
    flex: 0 1 50%;
    height: 100%;
    position: relative;
}
.right__img img{
    position: absolute;
    content: "";
    right: 0px;
    top: -245px;
    width: 100%;
    z-index: 3;
}

/* BANNERS */
.banners-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 20px;
}

.bonus-banner {
    position: relative;
    border-radius: 20px;
    padding: 60px 40px;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.bonus-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(47, 120, 255, 0.9), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.bonus-banner.sport-banner::before {
    background: linear-gradient(135deg, rgba(255, 36, 0, 0.9), rgba(0, 0, 0, 0.7));
}

.bonus-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.bonus-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.bonus-description {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bonus-amount {
    font-size: clamp(36px, 6vw, 54px);
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    margin-bottom: 25px;
    display: block;
}

.sport-banner .bonus-amount {
    color: #ffff00;
}

.bonus-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #ff4757, #ff6b7a);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
}

.sport-banner .bonus-button {
    background: linear-gradient(45deg, #2f78ff, #5a9fff);
    box-shadow: 0 4px 15px rgba(47, 120, 255, 0.4);
}

.bonus-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.6);
}

.sport-banner .bonus-button:hover {
    box-shadow: 0 6px 20px rgba(47, 120, 255, 0.6);
}

.bonus-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .banners-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bonus-banner {
        padding: 40px 25px;
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .bonus-banner {
        padding: 30px 20px;
        min-height: 220px;
    }
    .bonus-button {
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
    }
}

.sport__bonus {
    margin-top: 100px;
    text-align: center;
}
.title__sport {
    font-size: 50px;
    color: #fff;
    background: radial-gradient(50% 50% at 50% 50%,#2f78ff85,#0000);
    font-family: MontserratBold;
    position: relative;
    z-index: 2;
}
.title__sport::before{
background: radial-gradient(50% 50% at 50% 50%,#2f78ff83,#2f78ff88 15.45%,#0000);
top: 45px;
width: 820px;
height: 10px;
content: "";
    position: absolute;
    top: 25px;
    width: 100%;
    height: 35px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.title__sport::after{
    content: "";
    position: absolute;
    width: 482px;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #0d1016, #0000);
    z-index: 1;
}
.subtitle__sport {
    font-size: 20px;
    color: #fff;
    font-family: MontserratRegular;
    margin-bottom: 5px;
    margin-top: 15px;
}
.subtitle__sport strong{
    font-family: MontserratBold;
}
.line{
    width: 300px;
    margin: 20px auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #2f78ff 50%,rgba(0,0,0,0) 100%);
}
.line::before{
    position: absolute;
    content: "";
    font-size: 30px;
    width: 100px;
    height: 4px;
    left: 100px;
    background-color: #ffffff;
    top: -1px;
  color: #fcbf49;
}
.sport__bonus img{
    width: 100%;
    margin-top: 20px;
}
.text__sport {
    margin-top: -30px;
    font-family: MontserratMedium;
    font-size: 25px;
    color: #fff;
}

.kazino__bonus{
    margin: 100px 0px;
    text-align: center;
}
.tl2{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#0000);
    z-index: 2;
}
.tl2::before{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#ff24001a 15.45%,#0000);
}
.tl2::after{
    background: radial-gradient(50% 50% at 50% 50%,#0d1016,#0000);
}
.ln2{
    width: 300px;
    margin: 0 auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #ff2400 50%,rgba(0,0,0,0) 100%);
}
.ln2::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    left: 100px;
    top: -1px;
    background-color: #ff2400;
}

.flex__slot {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.item__slot {
    flex: 0 1 20%;
    position: relative;
    transition: all 0.4s ease 0s;
    border: 1px solid #0d1016;
}
.item__slot img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.item__slot:hover .ovelay{
    opacity: 1;
}
.item__slot:hover{
    scale: 1.1;
    border: 1px solid #00cfa6;
}
.ovelay {
    position: absolute;
    content: "";
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009d;
    transition: all 0.4s ease 0s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
}
.btn-slot,
.btn-slot2 {
    width: 100%;
}
.btn-slot a{
    justify-content: center;
    background-color: #c21a00;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    display: flex;
}
.btn-slot a:hover,
.btn-slot2 a:hover{
    background-color: #8b1401;
}
.btn-slot2 a{
    background-color: transparent;
    border: 2px solid #8b1401;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.block__info{
    margin: 100px 0px;
    text-align: center;
}
.block__info img{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.footer__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid #252932;
    padding-top: 20px;
}
.footer__title {
    font-family: MontserratMedium;
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.footer__item {
    display: flex;
    flex: 0 1 25%;
    flex-direction: column;
    gap: 10px;
}
.footer__item a{
    font-family: MontserratMedium;
    font-size: 16px;
    color: #fff;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.footer__item a:hover{
    scale: 1.05;
}
.border__block {
    border: 1px solid #252932;
    padding: 14px 50px;
    background-color: transparent;
    font-family: MontserratMedium;
    font-size: 16px;
    max-width: 100px;
    color: #fff;
}
.footer__bottom {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    border-bottom: 1px solid #252932;
    padding-bottom: 25px;
}
.bottom__item {
    flex: 0 1 20%;
}
.border__block1{
    margin-top: 25px;
    border: 1px solid #252932;
    font-family: MontserratMedium;
    font-size: 16px;
    display: flex;
    width: 60px;
    color: #FFF;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.logo__main{
    display: none;
}
@media (max-width:1700px) {
    .right__img {
        flex: 0 1 40%;
        height: 100%;
        position: relative;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -115px;
        width: 100%;
        z-index: 3;
    }
}



@media (max-width:1250px) {

    .logo__main {
        display: block;
    }

    .sidebar{
        position: absolute;
        left: -100%;
        top: 0px;
    }
    .top__header {
        padding: 20px 20px 20px 20px;
        background-color: #252932;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main__contant {
        padding: 20px 20px 20px 20px !important;
        background: #0d1016;
    }
    .flex__slot{
        flex-wrap: wrap;
    }
    .item__slot{
        flex: 0 1 23%;
    }
}

@media (max-width:1100px) {
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -80px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:992px) {
 
    .bonus__item {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -135px;
        width: 100%;
        z-index: 3;
    }
    .footer__bottom{
        flex-wrap: wrap;
    }
    .sport__bonus img{
       height: 150px;
       object-fit: cover;
    }
    .item__slot{
        flex: 0 1 31%;
    }
}
@media (max-width:700px) {
    .item__slot{
        flex: 0 1 47%;
    }
}
@media (max-width:600px){
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -110px;
        width: 100%;
        z-index: 3;
    }
    .footer__flex{
        flex-direction: column;
        gap: 20px;
    }
    .main__btn{
        padding: 10px 20px;
        line-height: normal;
    }
    .main__btn2{
        padding: 10px 15px;
    }
    .header__list{
        display: none;
    }
    .logo__main{
        display: block;
    }
}
@media (max-width:550px) {
    .right__img img{
        position: relative;
        content: "";
        right: 0px;
        top: 10px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:500px) {
    .item__slot{
        flex: 0 1 100%;
    }
    .main__btn{
        padding: 5px 12px;
        line-height: normal;
    }
    .main__btn2{
        padding: 7px 10px;
    }
    .flex__btn{
        gap: 10px;
    }
}

.block__utp h2{
    color: #fff;
    margin-bottom: 10px;
}
.flex__utp {
    gap: 30px;
    display: flex;
    margin-top: 30px;
}
.utp__item {
    flex: 0 1 25%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(180deg, #bc6c25 0%, #dda15e 100%);
    color: #fff;
    border: 3px solid #fff;
    transition: all 0.3s ease 0s;
}
.utp__item:hover{
    box-shadow: 4px 4px 10px #ffffff67;
}
.utp__item h3{
    border-top: 1px solid #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}
.utp__item img{
    width: 60px;
    height: 60px;
}
.cirle{
    display: flex;
    width: 40px;
    height: 40px;
    font-family: MontserratRegular;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #000000;
    color: #fff;
}






.col__2 {
    display: flex;
    gap: 20px;
    align-items: center;
}
.col__2-item {
    flex: 0 1 50%;
}
.col__2-item h2{
    color: #fff;
    margin-bottom: 15px;
}
.col__2-item img{
    width: 100%;
    border-radius: 20px 5px;
    border: 2px solid #2f78ff;
    box-shadow: 0px 0px 10px #2f78ff;
}
.advent__list{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px;
    background-color: #2f78ff;
    border-radius: 10px;
    overflow: hidden;
}
.advent__list li{
    transition: all 0.5s ease 0s;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #ffffff;
    font-family: MontserratRegular;
}
.advent__list li:hover{
    background-color: #003049;
}

/* FAQ */
.faq__block{
    margin-top: 40px;
}
.top__vopr {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #2f78ff 0%, #e29578 100%);
    font-family: MontserratMedium;
    color: #ffffff;
    transition: all 0.4s ease 0s;
    box-shadow: 4px 4px 0px #ffffff;
    border-radius: 5px;
}
.top__vopr.faqactive{
    box-shadow: 0px 0px 5px #ffffff;
}
.top__vopr:hover{
    box-shadow: 0px 0px 5px #ffffff;
}
.top__vopr span{
    position: relative;
    width: 20px;
    padding-left: 5px;
}
.top__vopr span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    background-color: #000000;
}
.top__vopr span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
    background-color: #000000;
}
.faqactive span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #000000;
}
.faqactive span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #000000;
}
.botton__otvet {

    margin: 10px;
    font-family: MontserratMedium;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease;
}

/* Reviews */

.main__contant {
    overflow: hidden;
}
.flex__reviews {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
.reviews__item {
    padding: 15px;
    flex: 0 1 43%;
    border-radius: 10px;
    background-color: #252932;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0px 0px 10px #ffffff15;
    transition: all 0.4s ease 0s;
}
.reviews__item:hover{
    box-shadow: 0px 0px 10px #fff;
}
.reviews__item img{
    width: 60px;
    height: 60px;
}

/* Slot */
.flex__slot {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0px 25px 0px;
}
.slot__item {
    flex: 0 1 28%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #3d348b 0%, #2f78ff 100%);
    color: #ffffff;

}
.slot__item img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    max-height: 250px;
    object-fit: cover;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.slot__item p{
    color: #ffffff;
}


.advent__list1{
    margin: 10px 0px;
    padding: 5px;
    border: 1px solid #2f78ff;
    border-radius: 10px;
}

.advent__list1 li{
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
  
    color: #ffffff;
    margin-top: 10px;
    background: linear-gradient(180deg, #ffbe0b 0%, #2f78ff 100%);
    font-family: MontserratRegular;
}
.advent__list2{
    display: flex;
    margin: 10px 0px;
    gap: 10px;
    border-radius: 5px;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    color: #ffffff;
    background: linear-gradient(180deg, #2f78ff 0%, #ffbe0b 100%);
}
.advent__list2 li{
    flex: 0 1 43%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    background-color: #1b263b;
    color: #ffffff;
   
}
li{
    font-family: MontserratRegular; 
}

.col__3 {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding-bottom: 25px;
    justify-content: center;
}
.col__3-item {
    flex: 0 1 30%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px #ffffff2a;
}
.col__3-item:hover{
    box-shadow: 0px 0px 10px #fff;
}
.col__3-item p{
    color: #000;
}
.col__3-item img{
    background-color: #adadad;
    padding: 7px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

.col__5 {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.col__5-item {
    padding: 15px;
    border-radius: 5px;
    flex: 0 1 20%;
    box-shadow: 0px 0px 10px #ffffff2f;
    background-color: #252932;
    border: 1px solid #8a8a8a;
}
.col__5-item h3{
    color: #fff;
    margin-top: 10px;
}

.block__text{
    padding: 100px 20px 50px 20px;
    background-color: #ffffffa9;
}
.block__video{
    width: 70%;
    position: relative;
    height: 500px;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    border-radius: 20px;
    background: url(https://900betapp.com/img/video.jpg);
    background-size: cover;
    overflow: hidden;
}
.block__video:hover{
    box-shadow: 0px 0px 20px #0000007e;
}
.img-paus:hover{
    scale: 1.05;
    rotate: 5deg;
}
.date__translation{
    background-color: #000000;
    color: #fff;
    font-family: MontserratRegular;
    font-size: 20px;

    position: absolute;
    content: "";
    padding: 10px;
    border-radius: 0px 0px 20px 0px;
    left: 0px;
    top: 0px;
}
.img-paus{
    position: absolute;
    content: "";
    left: 50%;
    transition: all 0.5s ease 0s;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.t1{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t1._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p1{
    scale: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease 0.1s;
  }
  .p1._active{
    scale: 1;
    transform: translateX(0px);
  }
  .t2{
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p2{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease 0.1s;
  }
  .p2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .a1{
    transform: translateX(-100px);
    opacity: 0;
    scale: 0.7;
    transition: all 0.8s ease 0.2s;
  }
  .a1._active{
    opacity: 1;
    scale: 1;
    transform: translateX(0px);
}
@media (max-width:992px) {
    .col__5{
        flex-wrap: wrap;
        justify-content: center;
    }
    .col__5-item{
        flex: 0 1 27%;
    }
    .block__video{
        width: 90%;
    }
}
@media (max-width:900px) {
    .col__2{
        flex-direction: column !important;
    }
}
@media (max-width:867px) {
    .slot__item{
        flex: 0 1 43%;
    }
    .col__3{
        flex-wrap: wrap;
    }
    .col__3-item{
        flex: 0 1 42%;
    }
}
@media (max-width:710px) {
    .col__5-item{
        flex: 0 1 41.5%;
    }
    .block__video{
        width: 100%;
        height: 400px;
    }
}
@media (max-width:607px) {
    .slot__item{
        flex: 0 1 100%;
    }
    .advent__list2 li{
        flex: 0 1 100%;
    }
    .col__5-item{
        flex: 0 1 100%;
    }
    .top__header{
        padding: 20px 10px;
    }
    .col__3-item{
        flex: 0 1 100%;
    }
    .block__video{
        width: 100%;
        height: 300px;
    }
}


.burger__menu {
    display: none;
    position: relative;
}
.burger {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.burger::before {
    position: absolute;
    content: "";
    top: -7px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.burger::after {
    position: absolute;
    content: "";
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.burger__menu._active .burger{
    background-color: transparent;
}
.burger__menu._active .burger::before{
    transform: translate(0px, 5px) rotate(45deg);
}
.burger__menu._active .burger::after{
    transform: translate(0px, -9px) rotate(-45deg);
}
.sidebar{
    transition: all 0.5s ease 0s;
    z-index: 100;
}
.sidebar._active{
   left: 0%;
}

.flex__tiger {
    display: flex;
    gap: 20px;
    align-items: center;
}
.tiger__item {
    flex: 0 1 50%;
}
.tiger__item img{
    width: 100%;
}
.tiger__item h2{
    color: #fff;
}
.cirle1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #e29578;
    border-radius: 100px;
    font-family: MontserratBold;
    font-size: 20px;
}
.tigel__list {
    border: 1px solid #e29578;
    padding: 5px;
    border-radius: 10px;
}
.tigel__list li{
    background-color: #e29578;
    border-radius: 10px;
    padding: 5px;
    margin-top: 5px;
}

@media (max-width:1250px) {
    .burger__menu{
        display: block;
        width: 30px;
    }

    .footer__bottom {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}
.list__mobile{
    display: none;
}
p strong{
    font-weight: 700;
}
@media (max-width:900px) {
    .flex__utp{
        flex-wrap: wrap;
        justify-content: center;
    }
    .utp__item{
        flex: 0 1 42%;
    }
    .reviews__item {
        flex: 0 1 100%;
    }
    .flex__tiger {
        flex-direction: column !important;
    }
}
@media (max-width:600px) {
    .list__mobile{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    h1{
        font-size: 26px;
    }
    .utp__item{
        flex: 0 1 100%;
    }
}

.slot__item{
    position: relative;
}
.overlay__slot {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color: #000000ce;
    border: 1px solid #ffffff;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.btn__slot a{
    position: relative;
    z-index: 2;
    padding: 15px 40px;
    background-color: #ff3e3e;
    color: #fff;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px #fff;
}
.btn__slot a:hover{
    background-color: #00CBF6;
}

.slot__item:hover .overlay__slot{
    opacity: 1;
    backdrop-filter: blur(5px);
}
.col__2-item:hover .overlay__slot{
    opacity: 1;
    backdrop-filter: blur(5px);
}
.col__2-item{
    position: relative;
}


.modal1{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 100;
}
.form-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #003049;
    border-radius: 10px;
    padding: 20px 30px;
    width: 350px;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-field {
    margin-bottom: 15px;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"] {
    background-color: #f8f8f8;
    color: #333;
    font-family: MontserratRegular;
}

label {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-family: MontserratRegular;
}

.birth-date {
    display: flex;
    justify-content: space-between;
}

.birth-date select {
    width: 30%;
}

.gender-options {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.gender-options label {
    display: flex;
    align-items: center;
    font-family: MontserratRegular;
    gap: 5px;
}

.info-text, .terms {
    font-size: 12px;
    font-family: MontserratRegular;
    line-height: 1.4;
    color: #e6e6e6;
}

a {
    color: #f6d6ff;
    text-decoration: underline;
}

.form-btn{
    background-color: #ff3e3e;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 50%;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-family: MontserratRegular;
    transition: all 0.4s ease 0s;
    border: 1px solid #ff3e3e;
}
.form-btn:hover{
    background-color: transparent;
}

button:hover {
    background-color: #2db556;
}
@media (max-width:600px) {
    .form-container{
        padding: 10px;
        width: 300px;
    }
}