@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat-regular.ttf");
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url("../fonts/Montserrat-Bold.ttf");
}



html{
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: 'montserrat';
    background: #000;
  }

  #confirmButton{
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.socialreelplay_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0px;
    left: 0;
}

.socialreelplay_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .socialreelplay_header__box{
    padding-top: 160px;

    padding-bottom: 0px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
  }

  .socialreelplay_header__links{
    display: flex;
    gap: 30px;
  }

  .socialreelplay_header__burger{
    display: none;
  }

  .socialreelplay_header__link{
    color: #FFF;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
  }

  .socialreelplay_header__block{
    max-width: 637px;
  }

  .socialreelplay_header__wrap{
    display: flex;
    gap: 20px;
    padding-bottom: 177px;
  }

  .socialreelplay_header__title{
    font-family: 'Montserrat-bold';
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  .socialreelplay_header__play{
    display: flex;
    justify-content: center;
    width: 172px;
    padding: 13px 10px;
    background: #AC2FFF;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    transition: 0.4s;
  }

  .socialreelplay_header__play:hover{
    transition: 0.4s;
    background: #FFF;
    color: #000;
  }

  .socialreelplay_header__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }


.socialreelplay_history__title{
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.socialreelplay_history__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%; 
    margin-bottom: 20px;
}

.socialreelplay_history{
    margin-bottom: 100px;
}


.socialreelplay_advantages__wrap{
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.socialreelplay_advantages__item{
    width: 100%;
    max-width: 590px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.socialreelplay_advantages__head{
    color: #6E6E68;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.socialreelplay_advantages__text{
    color: #6E6E68;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.socialreelplay_advantages__text:last-child{
    margin-bottom: 0;
}

.socialreelplay_advantages__wrapper{
    display: flex;
    justify-content: space-between;
}

.socialreelplay_advantages__items{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.socialreelplay_advantages__images{
    max-width: 590px;
    width: 100%;
}

.red__text{
    color: #EF4483;
}

.socialreelplay_advantages{
    margin-bottom: 100px;
}

.socialreelplay_advantages__title{
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.socialreelplay_comparison__wrap{
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.socialreelplay_comparison__title{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.socialreelplay_comparison__subtitle{
    margin-bottom: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%; 
}

.socialreelplay_comparison{
    margin-bottom: 100px;
}

.socialreelplay__item{
    max-width: 400px;
    width: 100%;
}

.socialreelplay__play{
    padding-top: 103px;
    padding-bottom: 103px;
    background: url("../img/play.png") no-repeat center;
    background-size: cover;
}

.socialreelplay__title{
    font-family: 'Montserrat-bold';
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.socialreelplay__img{
    margin-bottom: 20px;
    border-radius: 15px;
}

.socialreelplay__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.socialreelplay__content{
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.socialreelplay__name{
    color: #FFF;
    font-family: 'Montserrat-bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}

.socialreelplay__link{
    padding: 10px 0px;
    background: #AC2FFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    transition: 0.4s;
}

.socialreelplay__link:hover{
    transition: 0.4s;
    background: #FFF;
    color: #000;
  }

.socialreelplay_footer{
    background: #000;
    padding-top: 70px;
    padding-bottom: 70px;
}

.socialreelplay_footer__wrap{
    display: flex;
    justify-content: space-between;
}

.socialreelplay_footer__left{
    max-width: 921px;
    width: 100%;
}

.socialreelplay_footer__right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 98px;
    max-width: 231px;
    width: 100%;
}

.socialreelplay_footer__title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.socialreelplay_footer__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.socialreelplay_footer__nav{
    display: flex;
    gap: 44px;
    padding-top: 25px;
}

.socialreelplay_footer__link {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s;
}

.socialreelplay_footer__link:hover{
    opacity: 0.5;
    transition: 0.4s;
}

.socialreelplay_footer__info{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.socialreelplay_about{
    background: url("../img/about.png") no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.socialreelplay_about__wrap{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.socialreelplay_about__content{
    max-width: 483px;
}

.socialreelplay_about__title{
    color: #FFF;
    font-size: 48px;
    font-family: 'Montserrat-bold';
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.socialreelplay_about__text{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}


.socialreelplay_contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../img/form.png") no-repeat center;
    background-size: cover;
}
.socialreelplay_contact__title {
    color: #FFF;
    font-family: 'Montserrat-bold';
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
}
.socialreelplay___form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.socialreelplay_contact__label {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.socialreelplay___input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}
.socialreelplay___message {
    height: 80px;
    padding: 15px 10px 15px 20px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}
.socialreelplay___btn {
    width: 100%;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    background: #AC2FFF;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    transition: 0.4s;
}

.socialreelplay___btn:hover{
    background: #FFF;
    color: #AC2FFF;
    transition: 0.4s;
}

.modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 30px;
    background: #AC2FFF;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 680px;
    border-radius: 5px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cookie-popup.hidden {
    display: none;
  }

  .popupcookie {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 540px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.70);
    padding: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-align: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    background: #AC2FFF;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #060606;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.header__img_mob{
    display: none;
}

.popup {
    display: none; 
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); 
}

.popup__box {
    border-radius: 10px;
    border: 1px solid #A992C8;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.socialreelplay_demo{
    padding-top: 100px;
    padding-bottom: 100px;
}

.socialreelplay_demo__title{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}

.socialreelplay_demo__wrapper{
    border: 1px solid #363636;
}

.socialreelplay_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 615px;
}

.socialreelplay_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.socialreelplay_demo{
    margin-bottom: 0px;
}


.active__block{
    display: flex;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .socialreelplay_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .socialreelplay_header__wrap{
        gap: 0;
    }

    .socialreelplay_header__links{
        display: none;
    }

    .socialreelplay_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .socialreelplay_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .socialreelplay_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .socialreelplay_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px;
    }
    
    .socialreelplay_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background: rgba(0, 0, 0, 0.60);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 50px; 
        left: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        justify-content: flex-start;
        align-items: center;
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #060606;
        padding: 20px;
    }

    .menu.active {
        display: flex; 
    }

    .header__img_mob{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc{
        display: none;
    }

    .socialreelplay_header__block{
        max-width: 100%;
    }

    .socialreelplay_advantages__wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .socialreelplay_advantages__item{
        max-width: 100%;
    }

    .socialreelplay_advantages__images{
        display: flex;
        max-width: 100%;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .socialreelplay_footer__wrap{
        flex-direction: column;
        gap: 41px;
    }

    .socialreelplay_footer__right{
        gap: 20px;
    }

    .socialreelplay_footer__nav{
        flex-wrap: wrap;
    }

    .socialreelplay_about__content {
        max-width: 100%;
    }

    .socialreelplay_about{
        background-image: url("../img/about.png");
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
    }

    .socialreelplay_header__box{
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
    }

}


@media (max-width: 991px) {


    .socialreelplay_footer__wrap{
        flex-direction: column;
    }
    
    .socialreelplay_footer__left{
        flex-direction: column;
    }

    .socialreelplay_footer__text{
        max-width: 100%;
    }


}

@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .socialreelplay_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .socialreelplay_header__title{
        font-size: 28px;
        margin-bottom: 11px;
    }

    .socialreelplay_header__subtitle{
        font-size: 12px;
        margin-bottom: 11px;
    }

    .socialreelplay_header__play{
        font-size: 16px;
    }

    .socialreelplay_header__block{
        padding: 20px 10px;
    }
    
    .socialreelplay_history__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .socialreelplay_history__subtitle{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .socialreelplay_advantages__wrap{
        padding: 20px 10px;
    }

    .socialreelplay_advantages__list{
        padding-left: 20px;
    }

        
    .socialreelplay_advantages__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .socialreelplay_advantages__text{
        font-size: 16px;
    }

    .socialreelplay_comparison__wrap{
        padding: 20px 10px;
    }

        
    .socialreelplay_comparison__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .socialreelplay_comparison__subtitle{
        font-size: 16px;
    }

    .socialreelplay_footer__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .socialreelplay_footer__text{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .socialreelplay_footer__link{
        font-size: 14px;
    }

    .socialreelplay_footer__info{
        font-size: 14px;
    }

    .socialreelplay_history{
        margin-bottom: 30px;
    }

    .socialreelplay_advantages{
        margin-bottom: 30px;
    }

    .socialreelplay_comparison{
        margin-bottom: 30px;
    }

    .socialreelplay_demo__title{
        font-size: 30px;
        margin-bottom: 20px;
    }


    .popupcookie__title{
        font-size: 20px;
    }
    
    .popupcookie__subtitle{
        font-size: 12px;
    }

    .modal__title{
        font-size: 20px;
    }
    
    .modal__subtitle{
        font-size: 12px;
    }

    .modal__btn{
        padding: 10px;
        font-size: 14px;
    }

    .socialreelplay_advantages__head{
        font-size: 18px;
    }

    .socialreelplay_demo__wrapper{
        padding-top: 536px;
    }

    .socialreelplay_header__play{
        max-width: 100%;
    }

    .socialreelplay_header{
        padding-top: 0px;
    }

    .socialreelplay_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .socialreelplay_header__box{
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        background-size: contain;
        padding-top: 60px;
    }

    .socialreelplay_header__wrap{
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .socialreelplay_header__logo{
        max-width: 160px;
    }

    .socialreelplay__play{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .socialreelplay__title{
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
    }

    .socialreelplay__item{
        max-width: 206px;
    }

    .socialreelplay__name{
        font-size: 20px;
        text-align: center;
    }

    .socialreelplay_footer__nav{
        flex-direction: column;
        gap: 4px;
    }

    .socialreelplay__link{
        font-size: 16px;
    }

    .socialreelplay_about__content{
        max-width: 100%;
    }

    .socialreelplay_about__title{
        font-size: 30px;
        margin-bottom: 11px;
    }

    .socialreelplay_about__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .socialreelplay_about{
        padding-top: 40px;
        padding-bottom: 157px;
        background-image: url("../img/about.png");
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        background-position: 0px;
    }

    
  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.socialreelplay_contact__title{
    font-size: 30px;
    margin-bottom: 20px;
}

.socialreelplay_contact__label{
    font-size: 14px;
}

.socialreelplay_contact{
    padding-top: 40px;
    padding-bottom: 40px;
}

.socialreelplay_demo{
    padding-top: 60px;
    padding-bottom: 60px;
}

}