#buy_followers_header {
    width: 100%;
    height:1000px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    position: relative;
    overflow: hidden;
}
#buy_followers_header .header_container {
    height: 960px;
    position: absolute;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    background-image: linear-gradient(120deg, #FF3150, #4531BA);
}
#buy_followers_header .content_header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#buy_followers_header .auth_btn {
    background-color: rgba(255, 255, 255, 0);
}

#buy_followers_header .auth_btn:hover {
    background-color: #FFFFFF;
    color: #392899;
}

#buy_followers_header .homeHeader_content .header_content_box {
    margin: 12% 5% 15%;
}
#buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(3){
    text-align: left;
    width: 25%;
}
#buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(2) {
    width: 70%;
}
#buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(1) {
    width: 25%;
}
#buy_followers_header .homeHeader_content .header_content_box .item_box img {
    width: 95%;
}

/************* main container *******/
#buy_followers_container {
    width: 100%;
    height: auto;
    /*display: grid;*/
    /*grid-template-columns: auto;*/
    /*grid-template-rows: repeat(16, auto);*/
    position: relative;
    margin: 1% auto;
    overflow: hidden;
}
#buy_followers_container section {
    margin: 4% auto 5%;
}
#video_voice {
    width: 90%;
    margin: auto;
}
#video_voice video {
    max-width: 1000px;
    max-height: 570px;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    border-radius: 25px;
    background-image: linear-gradient(120deg, #FF3150, #4531BA);

}
#video_voice .gm_videos {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, auto);
    margin-bottom: 60px;
    padding: 0 6%;
}
#video_voice .gm_videos img:nth-of-type(1){
    right: -210px;
    bottom: -22px;
    z-index: 22;
    grid-column-start: 1;
    grid-column-end: 2;
}
#video_voice .gm_videos img:nth-of-type(2){
    left: -180px;
    bottom: -20px;
    z-index: 22;
    grid-column-start: 3;
    grid-column-end: 4;
}
#video_voice .voice_container {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
}
#buy_follower_desc {
    width: 85%;
    padding: 0 5%;
}
.grid_wrapper {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 1% 3%;
}
.grid_wrapper .grid_item p {
    line-height: 200%;
    text-align: left;
}
.grid_wrapper .grid_item {
    padding: 10px 20px;
    text-align: left;
}
.grid_wrapper .grid_item .half_line {
    width: 180px;
    height: 3px;
}
#buy_followers_gramito .grid_wrapper{
    grid-template-rows: 1fr ;
}
#buy_followers_gramito ol li {
    padding-bottom: 15px;
}

#likePackage_features {
    width: 100%;
    padding: 0 6%;
    position: relative;
}

#likePackage_features .half_line {
    margin-top: -5px;
}
#likePackage_features .title_wrapper label, #Like_samples .title_wrapper label {
    text-align: left!important;
    margin-left: 0;
}
#likePackage_features div.Like_features_wrapper {
    width: 100%;
}
#likePackage_features .Like_Swiper{
    height: 540px!important;
}

#likePackage_features .Like_Swiper .img_wrapper {
    height: 130px;
}
#likePackage_features .Like_Swiper .img_wrapper img {
    position: absolute;
    width: 70%;
    top: -80px;
    right: 40px;
}
#likePackage_features .swiper-slide img {
    height: auto;
}
#likePackage_features .slider_item, #Like_samples .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 370px;
    height: auto;
    min-width: 245px;
    width: 300px;
    padding: 20px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 3px 3px 15px #afafaf;
    border-radius: 25px;
}
.voice_container .audio_wrapper {
   width: 570px;
    height: auto;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2)!important;
    border-radius: 35px;
    margin: 15px;
    padding: 5px 15px;
    position: relative;
}
.voice_container audio {
    width: 100%;
    vertical-align: middle;
}
.voice_container audio::-webkit-media-controls-panel {
    background-color: #fff;
    vertical-align: middle;
}

.voice_container audio::-webkit-media-controls-play-button {
    background-color: #FF7840;
    margin-right: 10px;
    color: #FFFFFF!important;
    border-radius: 50%;
}

.voice_container audio::-webkit-media-controls-play-button:hover {
    background-color: rgba(177,212,224, .7);
}
audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display {
    color: #707070;
}

/**************************************** LikePackeges_Swiper **************************************/
#like_packages {
    width: 100%;
    padding: 0 6%;
    margin: 5% auto;
    position: relative;
}
#like_packages .title_wrapper label{
    display: flex;
    flex-direction: row-reverse;
}
#like_packages  .slider_item label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    text-align: center!important;
}
#like_packages .likePackages_Swiper {
    height: 580px;
    margin: 30px auto;
}
#like_packages .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 400px;
    height: auto;
    width: 280px!important;
    padding: 10px 10px 20px;
    padding-bottom: 40px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 2px 2px 12px #afafaf;
    border-radius: 25px;
}
#like_packages .slider_item .img_wrapper {
    width: 100%;
}
#like_packages .slider_item .img_wrapper img {
    margin: 0 auto;
}
#like_packages .slider_item button {
    width: 70%;
    height: 50px;
    padding: 5px 10px;
    border-radius: 30px;
    border: none;
    position: absolute;
    bottom: -25px;
    right: 15%;
    background-color: #FF7840;
    color: #FFFFFF;
}
#like_packages span {
    padding: 0 5px!important;
}
#like_packages .swiper-slide ul {
    text-align: left;
}
#like_packages .half_line {
    margin-top: -5px;
}
#like_packages .title_wrapper label {
    margin-right: 0;
}

/********************************************** Like_samples ****************************************/
#Like_samples {
    width: 100%;
    padding: 0 6%;
}
#Like_samples .title_wrapper label {
    margin-right: 0;
}
#Like_samples .half_line {
    margin-top: -5px;
}
#Like_samples .Like_Swiper {
    height: 420px;
}
#Like_samples .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 390px;
    height: auto;
    width: 320px!important;
    padding: 20px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 3px 3px 15px #afafaf;
    border-radius: 25px;
}
/****************************************** responsive 1900px ***************************************/
@media only screen and (max-width: 1900px) {
    .arrow_wrapper {
        margin-top: 60px;
    }
}
/****************************************** responsive 1700px ***************************************/
@media only screen and (max-width: 1700px) {
    #buy_followers_header {
        height: 950px;
    }
    #buy_followers_header .homeHeader_content .header_content_box {
        margin: 12% 5% 14%;
    }
}
/****************************************** responsive 1500px ***************************************/
@media only screen and (max-width: 1500px) {
    #buy_followers_header {
        height: 640px;
    }
    #buy_followers_header .homeHeader_content .header_content_box {
        margin: 4% 5%;
    }
    #like_packages  .slider_item label {
        min-height: 55px;
    }
}
/****************************************** responsive 1440px ***************************************/
@media only screen and (max-width: 1440px) {
    #buy_followers_header .item_box img {
        width: 80%;
    }
    #video_voice {
        width: 77%;
    }
    #video_voice .gm_videos img:nth-of-type(1){
        width: 180px;
        right: -160px;
    }
    #video_voice .gm_videos img:nth-of-type(2) {
        width: 150px;
        left: -120px;
    }
    .voice_container .audio_wrapper {
        width: 430px;
    }
    #like_packages  .slider_item label {
        min-height: 45px;
    }

}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{
    #video_voice .gm_videos img:nth-of-type(1){
        width: 140px;
        right: -120px;
    }
    #video_voice .gm_videos img:nth-of-type(2) {
        width: 120px;
        left: -90px;
    }
    .voice_container .audio_wrapper {
        width: 370px;
        padding: 5px;
    }
    audio::-webkit-media-controls-time-remaining-display {
        display: none;
    }
    audio::-webkit-media-controls-current-time-display {
        display: none;
    }
    #like_packages  .slider_item label {
        min-height: 35px;
    }
}
/******************************************* responsive 1050px ***************************************/
@media only screen and (max-width: 1050px) {
    .voice_container .audio_wrapper {
        width: 345px;
        padding: 5px;
    }
    #buy_follower_desc {
        width: 100%;
    }
    #likePackage_features .Like_Swiper .img_wrapper img {
        width: 80%;
        right: 22px;
    }
}
/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{
    .voice_container .audio_wrapper {
        width: 320px;
        margin: 15px 8px;
    }
}
/******************************************* responsive 880px ***************************************/
@media only screen and (max-width: 880px)
{

    .voice_container .audio_wrapper {
        width: 280px;
    }
}

/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px) {
    nav ul.lang_select {
        width: 100% !important;
        border: none!important;
    }
    #buy_followers_header {
        height: 710px;
    }
    .grid_wrapper .grid_item .half_line {
        height: 2px;
    }
    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(1) {
        display: none;
    }

    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(3) img:nth-of-type(1) {
        display: block !important;
    }

    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(3) {
        flex-direction: row !important;
        width: 100%;
        margin-top: 15px;
    }

    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(2) {
        width: 100%;
    }

    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(3) img {
        width: 33%;
    }

    #buy_followers_header .homeHeader_content .header_content_box {
        margin: 25px 5% 0;
    }

    #video_voice .gm_videos img:nth-of-type(1) {
        width: 100px;
        right: -85px;
    }

    #video_voice .gm_videos img:nth-of-type(2) {
        width: 85px;
        left: -70px;
    }

    #likePackage_features .Like_features_Swiper .img_wrapper img {
        width: 75%;
    }

    .voice_container .audio_wrapper {
        width: 450px;
    }

    #video_voice .voice_container {
        margin: 0;
    }
    #buy_followers_header .header_container {
        height: 670px!important;
    }
    #buy_followers_header .back_header1 {
        height: 682px !important;
    }
    #buy_followers_header .back_header2 {
        height: 694px !important;
    }
    .arrow_wrapper {
        margin-top: -10px!important;
    }
    #Like_samples .half_line {
        margin-top: -3px;
    }

}
/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    .voice_container .audio_wrapper {
        width: 400px;
    }
    #like_packages  .slider_item label {
        min-height: 30px;
    }
}
/******************************************* responsive 600px ***************************************/
@media only screen and (max-width: 600px) {
    .grid_wrapper {
        grid: none;
        grid-gap: 0;
    }
}
/******************************************* responsive 500px ***************************************/
@media only screen and (max-width: 500px)
{
    .grid_wrapper {
        grid: none;
        grid-gap: 0;
    }
    #buy_followers_header .homeHeader_content .header_content_box .item_box:nth-of-type(3) img {
        width: 40%;
    }

}
/******************************************* responsive 450px ***************************************/
@media only screen and (max-width: 450px)
{
    #buy_followers_header .back_header1 {
        height: 610px;
    }
    #buy_followers_header .back_header2 {
        height: 620px;
    }
    #video_voice .gm_videos img:nth-of-type(1){
        width: 70px;
        right: -50px;
    }
    #video_voice .gm_videos img:nth-of-type(2) {
        width: 55px;
        left: -50px;
    }
    .voice_container .audio_wrapper {
        width: 380px;
    }


}
/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{
    #likePackage_features .Like_Swiper .img_wrapper img {
        width: 80%;
        top: -70px;
        right: 30px;
    }
    .voice_container .audio_wrapper {
        width: 350px;
    }
}
