*, *::after, *::before{
    box-sizing: border-box;
}


body{
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'calibri-regular';
    /* touch-action: none; */
}

  @font-face {
	font-family: 'calibri';
    src: url('../style/fonts/ardeco.eot'); /* IE 9 Compatibility Mode */
	src: url('../style/fonts/ardeco.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../style/fonts/ardeco.woff2') format('woff2'), /* Super Modern Browsers */
		url('../style/fonts/ardeco.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../style/fonts/ardeco.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../style/fonts/ardeco.svg#ardeco') format('svg'); /* Chrome < 4, Legacy iOS */
    }
    @font-face {
        font-family: 'calibri-bold';
        src: url('../style/fonts/calibri-font-family/calibri-bold.ttf');

    }
    @font-face {
        font-family: 'calibri-regular';
        src: url('../style/fonts/calibri-font-family/calibri-regular.ttf');

    }
 a{
     cursor: pointer;
     text-decoration: none;
     cursor: pointer;
 }
 li{
     list-style: none;
 }
 img{
     display: block;
     max-width: 100%;
     height: auto;
     object-fit: contain;
 }
 /* .inner-mb{
     display: none;
 } */
.d-flex{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding-top: 5%;
}
.inner{

}
.inner img{
    width: 100%;
    height: auto;
}
/* .inner-img{
    max-width: 280px;

} */
/* .inner-log{
    max-width: 80px;
} */

.container{
    
    max-width: 1030px;
    padding: 0px 10px;
    margin: 0px auto;
}
.section-bg{
    /*background: rgb(232,171,111);*/
    /*background: linear-gradient(90deg, rgba(232,171,111,1) 0%, rgba(238,197,143,1) 30%, rgba(244,224,176,1) 100%);*/
    /*background: rgb(232,171,111);*/
    /*background: linear-gradient(90deg, rgba(232,171,111,1) 5%, rgba(238,197,143,1) 68%, rgba(244,224,176,1) 97%);*/

    /*background: rgb(255,255,254);*/
    /*background: linear-gradient(0deg, rgba(255,255,254,1) 0%, rgba(235,185,128,1) 100%);*/
    background: rgb(242,214,164);
    background: linear-gradient(0deg, rgba(242,214,164,1) 46%);
}

.inner__content{
    padding: 40px 0px 30px;
    text-align: center;
    width: 65%;
    margin: 0px auto 0px;
}
.inner__content h1{
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'calibri-bold';
    font-size: 34px;
    line-height: 42px;
    color: #E75F4C;
}

.text__inner{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #231F20;
    margin: 7px 0px 0px;
}
.text__inner-mb{
    margin: 0px 0px 30px;
}
.player-bg{
    position: relative;
    background: url('../img/player.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 64px;
    
}
.top__img{
    position: absolute;
    top: 0;
    right: 0;
}


/* Player */
.section-player{
    padding-top: 80px;
    padding-bottom: 80px;
}
.player__buttons{
    margin-bottom: 70px;
    display: flex;
    column-gap: 30px;

}

.player__button.active{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 43px;
    background: #D76A54;
    border-radius: 891px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #E7CEB5;
    text-decoration: none;
    transition: 0.2s all ease;
}
.player__button.active:hover{
    font-size: 18.5px;
    background: #e66f57;
    box-shadow: 0px 5px 10px 2px rgba(223, 225, 202, 0.2);
}
.player__button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 43px;
    background: #E5CCB4;
    border-radius: 891px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #D76A54;
    text-decoration: none;
    transition: 0.2s all ease;
}
.player__button:hover{
    font-size: 18.5px;
    box-shadow: 0px 5px 10px 2px rgba(223, 225, 202, 0.2);
}


.music__player{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.player{
    width: 40%;
    margin-top: -80px;
    display: flex;
    flex-direction: column;

}
.player-container{
    /*background: #229FFF;*/
    /*border-radius: 50px 50px 0px 0px;*/
    /*padding: 50px 65px;*/
}
.player-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}
.song__list{
    max-width: 500px;
    padding: 0px 50px 1px 0px;
    height: 460px;
    overflow-y: scroll;
}

.song__list::-webkit-scrollbar {
    width: 4px;
   
    background: transparent;
    /* height: 4px; */
  }
   
  .song__list::-webkit-scrollbar-track {
      background: transparent;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  }
   
  .song__list::-webkit-scrollbar-thumb {
    background-color: #E75F4C;
    opacity: 0.5;
    border-radius: 2px;
    height: 40px!important;
    width: 40px;
  
    /* outline: 1px solid slategrey; */
  }

.song__item{
    margin-bottom:25px ;
    display: flex;
    column-gap: 20px;
    align-items: center;
    cursor: pointer;
}
.song__item span{
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #231F20;

    /*padding-right: 50px;*/
 
}
#song__i{
    font-size: 54px;
    color: #F59E4E;
    transition: 0.2s all ease;
}
.song__item.active.song__i{
    color: #229fff;
}

#song__i:hover{
    color: #F59E4E;
}

#player-title{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #231F20;
    margin-bottom: 10px;
   text-align: center;
    height: 50px;
}

.controls{
    margin-top: 30px ;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.controls > button{
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    padding: 20px;
}
.controls ~ i {
    font-size: 60px; 
    color: #f1f1ff; ;
}
.back:hover , .forward:hover , .previous:hover , .next:hover , .play-pause:hover{
    color: #E75F4C;

}
.back , .forward {
    font-size: 23px; 
    color: #FEE0C2;
    transition: 0.2s all ease;
}

.previous , .next{
    font-size: 32px;
    color: #E75F4C;
    transition: 0.2s all ease;
}
.play-pause{
    font-size: 67px;
    color: #E75F4C;
    transition: 0.2s all ease;
    position: relative;
}
.play-pause:after{
    position: absolute;
    content: '';
    display: block;
    /*background: url("../img/play.png") no-repeat;*/
    width: 150px;
    height: 152px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play__list ul li.active{
    font-weight: bold;
    color: #FEE0C2;
}
input[type="range"] {
	-webkit-appearance: none;
	width: 90%;
	outline: none;
	height: 4px;
	margin: 0 15px;
    background: #F59E4E;
    border-radius: 2px;
}
input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
	background: #E75F4C;
	border-radius: 50%;
	cursor: pointer;
}
.right input[type=range]{
	width: 100%;
}



.hide{
    display: none;
}

.show{
    display: block;
}
.text__postcard{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 90%;
    margin: 0px auto 40px;
}

/*POSTCARD*/

.postcard{
    margin-top: 90px;
}
.postcard-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.save-pic-container{
    margin-top: 70px;
    display: flex;
    justify-content: center;

}
.save-pic-button{
    background: #E75F4C;
    border-radius: 891px;
    color: #231F20;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 11px 80px ;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.save-pic-button:hover{
    background: #E75F4C;
}

.ctx-parent {
    width: 510px;
    height:510px;
    /* touch-action: none; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffff;
    border-radius: 60px;
}
.tools-panel {
    display: flex;
    align-items: center;
} .tools-panel ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
.tools-panel ul li {
    padding: 0;
    margin: 0;
}  .tools-panel ul li a {
       display: block;
       padding: 15px 15px;
       text-decoration: none;
       color: #FFFFFF;
       font-size: 3.5em;
       text-align: center;

   }
.tools-panel ul li a.disable {
    color: #aaa;
    /*background: #f4f4f4;*/
    cursor: default;
}
 .ctx-parent .layer {
      width: 100%;
      position: absolute;
      touch-action: none;
      top: 0;
      left: 0;
      height: 100%;
  } .ctx-parent .layer img {
        max-width: 100%;
    }
.ctx-parent .layer .rotater {
    width: 20px;
    height: 20px;
    background: rgba(133,133,133,.5);
    border: solid 1px #fff;
    position: absolute;
    display: none;
    margin-top: -10px;
    margin-right: -10px;
}
.ctx-parent .layer .rotater.right-top{
    top: 0;
    right: 0;
}
.ctx-parent .layer .rotater.right-bottom {
    bottom: 0;
    right: 0;
    margin-bottom: -10px;
}
.ctx-parent .layer .rotater.left-top {
    left: 0;
    margin-left:  -10px;
}
.ctx-parent .layer .rotater.left-bottom {
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
    margin-left:  -10px;
}
.ctx-parent .layer.active {
    outline: dashed 3px #E1E1E1;
    z-index: 1000;
} .ctx-parent .layer.active .rotater {
      display: block;
  }

.stickers-parent img {
    cursor: pointer;
}
.stickers-parent ul {
    margin: 0;
    padding: 0;
    list-style: none;
} .stickers-parent ul li {
      float: left;
      width: 33.333333%;
      text-align: center;
  }
.stickers-parent ul li img:hover {
    /*background: #f0f0f0;*/
}
#editor {
    display: none;
    width: 100%;
    height: 100%;
}
.cropper {
    display: block;

    color: #ffffff;
    text-align: center;
    position: relative;
    background: #E75F4C;
    border-radius: 50px;
    width: 510px;
    height: 510px;
} .cropper .text {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  } .cropper .text .normal {
        font-size: 16px;
    }
.cropper input[type="file"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
}
.text-colum{
    display: flex;
    flex-direction: column;
    color: #231F20;
}
.stickers-style{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    column-gap: 10px;
    /*gap: 20px;*/

}
.stickers-style img {
    margin-bottom: 20px;
    width: 80px;
    transition: 0.2s all ease-in-out;
}
.stickers-style .stickers-style-bg {
    margin-bottom: 20px;
    width: 190px;

}
.stickers-style img:hover{
    /*background: tan;*/
}
.stickers-style + .stickers-style{
    margin-top: 30px;
}

.stickers-style-small{
    display: flex;
    width: 31%;
    flex-wrap: wrap;
    column-gap: 30px;
}
.stickers-style-small img{
    width: 100px;
}

/*POSTCARD END*/
.song__list-retro{
    margin-top: 0px;
}
@media screen and (max-width: 1050px){
    .title__inner {
        font-size: 100px;
        line-height: 1;
        
    }

    .top__img {

    }
}
@media screen and (max-width: 1023px){
    .postcard-content{
        flex-direction: column;
    }
    .stickers-style-small {
        width: 100%;
        column-gap: 15px;
        margin-top: 30px;
    }
    .ctx-parent {
        width: 100%;
        height: 400px;
    }
    .cropper {
        width: 100%;
        height: 400px;
    }
    .stickers-style .stickers-style-bg {
        width: 165px;
    }

}
  
@media screen and (max-width: 900px) { 
   
    .title__inner {
        font-size: 99px;
        text-align: center;
        color: #FFFFFF;
    }
    .text__postcard, .text__inner{
        font-size: 16px;
    }
    .player{
        width: 50%;
    }
    .play__list{
        width: 45%;
    }
    .song__list{
        padding: 0px 5px 1px 0px;
    }
    .song__item span{
        padding-right: 35px;
    }
    .player-container{
        /*padding: 38px 50px;*/

    }
    .stickers-style .stickers-style-bg {
        width: 127px;
    }
    .inner__content{
        width: 100%;
    }
}

@media screen and (max-width: 730px){
    .inner-img{
        max-width: 200px;

    }
    .inner-log{
        max-width: 60px;
    }
    .player-bg {
        padding: 70px 0px;
    }
    .music__player {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .controls{
        margin: 0px auto;
        width: 80%;
    }
    .play__list {
        width: 100%;
    }
    .player {
        margin: 50px auto 10px;
        width: 75%;
    }

    #player-title {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .postcard {
        margin-top: 40px;
    }
    #song__i{
        font-size: 45px;
    }
    .play-pause {
        font-size: 85px;
    }
    .previous, .next {
        font-size: 25px;
    }
    .top__img {
        width: 160px;
    }
    .song__item span {
        padding-right: 65px;
    }
    .stickers-style-small {
        column-gap: 45px;
        margin-top: 30px;
    }
    .stickers-style-small img {
        width: 85px;
    }

    
}

@media screen and (max-width: 650px){
    .ctx-container{
        flex-wrap: wrap;
    }
    .ctx-parent {
        width: 100%;
        height: 350px;
    }
    .tools-panel {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .cropper {
        width: 100%;
        height: 350px;
    }
    .stickers-style .stickers-style-bg {
        width: 110px;
    }
    .tools-panel ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .section-player{
        padding-top: 10px;
        padding-bottom: 35px;
    }
    .postcard-content{
        margin-top: 25px;
    }
}

@media screen and (max-width: 500px){
    .song__list {
        /* margin: 0px auto; */
        width: 100%;
    }
    .song__list-retro {
        padding-left: 10px;
    }
    .player {
        margin: 20px 0px 0px;
        width: 100%;
    }
    .player-container {
        padding: 10px 10px;
    }
    .inner-img{
        max-width: 150px;

    }
    .inner-log{
        max-width: 40px;
    }

}
@media screen and (max-width: 390px){
    .stickers-style .stickers-style-bg {
        width: 100px;
    }
}