*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
}
html {
    scroll-behavior: smooth;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

body{
    /* background: rgb(22,214,245);
    background: linear-gradient(113deg, rgba(22,214,245,1) 0%, rgba(128,231,248,1) 2%, rgba(149,234,249,1) 6%, rgba(185,240,250,1) 9%, rgba(196,242,250,1) 16%, rgba(201,243,250,1) 24%, rgba(227,247,251,1) 38%, rgba(242,249,251,1) 56%, rgba(248,250,251,1) 80%, rgba(251,251,251,1) 100%); */
    background: rgb(237,242,245);
background: linear-gradient(21deg, rgba(237,242,245,1) 0%, rgba(242,251,253,1) 80%, rgba(219,219,250,1) 100%);
    background-size: cover;
}

.head{
    width: 100%;
    height: auto;
    z-index: 999!important;
    
}
.head .brand-box{
    width: 100%;
    height: 50px;
    text-align: center;
    /* box-shadow: 1px 2px 6px #323232; */
    /* background: rgb(219,219,250);
    background: linear-gradient(273deg, rgba(219,219,250,1) 0%, rgba(242,251,253,1) 100%); */
    
}
.head .brand-box .brand{
    position: relative;
    bottom: 35px;
}

.head .brand-box{
    color: aliceblue;
    font-size: 2vw;
}
.brand-box .bar{
    display: block;
    width: 47px;
    color: black;
    position: relative;
    /* padding-top: 15px;
    padding-left: 15px; */
    padding: 7px;
    margin: 10px 0 0 15px;
    background: #dde2f5;
    border-radius: 7px;
}

.brand-box .bar div{
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #7b7b7a;
    /* background-color: black; */
    border-radius: 2px;
}
.brand-box .bar .st{
margin-top: 4px;
}
.brand-box .bar .nd{
    width: 20px;

}

#scroll{
    width:40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background-color: #7465e2;
    /* background-color: #e24854; */
    color: aliceblue;
    cursor: pointer;
    display: none;
}
#scroll:hover{
    box-shadow: 0px 0px 5px #c5c5c5;
}

.container{
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}

.container .content{
    max-width: 1200px;
    margin: 10px auto;
    height: auto;
}

.pop{
    width: 60%;
    height: auto;
    box-shadow: 1px 3px 6px #323232;
    position: fixed;
    left: 20%;
    top: 30%;
    display: none;
    z-index: 999;
    

}

.pop .ads{
    background-color: white;
 
}

.pop .copy{
    width: 100%;
    height: 40x;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    /* background: rgb(22,214,245);
    background: linear-gradient(113deg, rgba(22,214,245,1) 0%, rgba(128,231,248,1) 2%, rgba(149,234,249,1) 6%, rgba(185,240,250,1) 9%, rgba(196,242,250,1) 16%, rgba(201,243,250,1) 24%, rgba(227,247,251,1) 38%, rgba(242,249,251,1) 56%, rgba(248,250,251,1) 80%, rgba(251,251,251,1) 100%); */
    background: rgb(116,101,226);
    background: linear-gradient(183deg, rgba(116,101,226,1) 0%, rgba(219,219,250,1) 100%);
}
.pop .close{
    width: 100%;
    height: 40x;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    background-color: #7465e2;
    /* background-color: #2626d6; */
    cursor: pointer;
    color: aliceblue;
    
}

.pop-ads{
    width: 100%;
    height: 200px;
    background-color: aliceblue;
    /* added by m */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    overflow: auto;
}

#pop-ads{
     /* width: 100%; */
  /*  height: 100px;
    background-color: aliceblue; */
    /* overflow: hidden; */
}
.link-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: rgb(248,231,133);
    background: linear-gradient(90deg, rgba(248,231,133,1) 1%, rgba(255,255,255,1) 52%, rgba(248,231,133,1) 100%);
}
.link-box .link{
    padding: 5px 10px;
    margin: 10px 5px;
    border-radius:20px;
    border: 3px solid #025ef7;
    background-color: white;
    box-shadow: 0px 2px 4px #afabab;
    transition: 0.4s
}

.link-box .link:hover{
   background-color: #dadde0;
    
}
/*slidemenu*/
.slide-menu{
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 60px;
    z-index: 999;
    display: none;
    opacity: 0.95;
    box-shadow: 2px 4px 4px #323232;
    /* background: rgb(248,231,133);
    background: linear-gradient(90deg, rgba(248,231,133,1) 1%, rgba(255,255,255,1) 52%, rgba(248,231,133,1) 100%); */
    background: rgb(116,101,226);
background: linear-gradient(183deg, rgba(116,101,226,1) 0%, rgba(219,219,250,1) 100%);
overflow-y: auto;
padding-bottom: 70px;
}


.slide-menu span{
    display: block;
    width: 90%;
    opacity: 1;
    padding: 4px 20px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 20px;
    /* background-color: white; */
    border-radius: 50px;
    text-align: center;
    /* border: 1px solid red; */
}

.slide-menu span:hover{
    background-color: #c7bbf6;
}
.slide-menu span a{
    color: #ffffff;
}

.slide-menu .cut{
    background-color:transparent;
    border: none;
    text-align: right;
    font-size: 24px;
    margin-top: 5px;
    padding: 5px 0px;
    cursor: pointer;
}

.slide-menu .cut:hover{
    background-color: transparent;
    /* font-size: 28px; */
}

.emoji-box{
    margin-top: 20px;
    text-align: center;
}
.emoji-list {
/*    position: relative;*/
    display: inline-block;
    margin: 4px;
	background: #fff;
	border: 2px solid #f7f7f7;
    cursor: pointer;
    transition: all .4s ease-in-out;
    /* border: 1px solid red; */
    border: 1px solid #7465e2;
}
.emoji-list span {
    display: block;
    padding: 5px 22px 0;
    overflow: hidden;
    font-size: 60px;
    background: #fff;
    border-radius: 3px;
}
.emoji-list p {
    font-size: 8px;
    padding: 2px;
    width: 100%;
    margin: 0;
    bottom: 0;
    background: #f3f5f8;
    color: #777;
    text-transform: uppercase;
}

.emoji-list span:hover{
    background-color: #f0efff;
}

.emoji-list:hover p{
    background-color: #7465e2;
    color: aliceblue;
}

.text-heart-emoji span{
    font-size: 2.5vw !important;
    padding: 5px 5px;
}

/*
p.copied {
	position: fixed;
	width: 260px;
    right: 0;
	bottom: 25%;
    background: #0141d0;
    color: #fff;
    padding: 5px 10px;
	border-radius: 0;
	z-index: 99999;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,.41);
}
*/
p.copied span {
    float: left;
    width: 100%;
}
p.copied .text {
    background: transparent;
    color: #fff;
    border: none;
    width: 100%;
}

.meaning-box{
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.meaning-box .meaning{
    width: 100%;
    height: auto;
    display: flex;
    border: 2px dashed #969595;
    margin: 5px;
    
}
.meaning-box .meaning:hover{
    border: 2px dashed #f22b2b;

}

.meaning-box .meaning .emj-box{
    width: 15%;
    height: auto;
    background-color: aliceblue;
    font-size: 50px;
    cursor: pointer;
}

.meaning-box .meaning .emj-box .emj{
    display: block;
    height: auto;
    width: auto;
}
.meaning-box .meaning .emj-text{
    width: 85%;
    height: auto;
    background-color: #dce7ef;
}

.meaning-box .meaning .emj-text:hover{
    background-color: #e7eef2;
}

.meaning-box .meaning .emj-text p{
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
    
}
.heading-box a{
    font-size: 22px;
    color: white;
    line-height: 40px;
    font-weight: 700;
}
.heading-box{
    display: flex;
    margin: 40px auto;
   overflow: hidden;
    border-radius: 50px;
}
.heading-box .heading{
    width: 75%;
    height: 40px;
    background-color: #7465e2;
    /* background-color: crimson; */
    line-height: 20px;
    color: aliceblue;
    text-align: center;
}
.heading-box .heading2{
    width: 25%;
    height: 40px;
    background-color: #b9b4ff;
    /* background-color: darkorange; */
}

.article-box{
    padding: 10px;
    margin-top: 20px;
}

.article-box h1,h2,h3,p{
    padding: 10px 0px;
}


.article-box .main-img{
    width: 50%;
    display: block;
    margin: 0 auto;
}


.app-ex-box{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.app-ex-box img{
    width: 250px;
    margin: 5px;
    box-shadow: 1px 2px 6px #323232;
    border-radius: 10px;
}
/*Footer*/
.foot{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.foot .copy-box{
    width: 100%;
    height: 40px;
    text-align: center;
 background: rgb(255, 255, 255);
      /*  background: linear-gradient(90deg, rgba(248,231,133,1) 1%, rgba(255,255,255,1) 52%, rgba(248,231,133,1) 100%); */
    color: black;
}

.copy-box a{
    color: #494848;

}


/*Share Buton*/

.share-box{
    width: 100%;
    margin-top: 5px;
    text-align: right;
/*    padding-right: 100px;*/
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}

.share-box p{
    line-height: 40px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.3em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}


.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}


.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}




/*media*/

@media only screen and (max-width: 500px){
    .head .brand-box{
        font-size: 5.5vw;
    }
    
    .slide-menu{
        width: 100%;
        opacity: 0.9;
    }
    .gift-ad{
    width: 100%;
    height: 150px;
    }
    .padd{
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .pop{
        margin: 5px;
        width: 100%;
        left: 0;
        top: 55%;
    }
    
    .pop-ads{
    width: 100%;
    height: 100px;
    background-color: aliceblue;
}
    .link-box{
        margin-top: 0;
        padding: 5px 0;
    }
    .link-box .link{
        padding: 2px 5px;
        font-size: 11px;
        margin: 3px;
        font-weight: 700;
    }
    
    .emoji-box{
        margin-top: 20px;
    }
    .emoji-list span{
        font-size: 40px;
        
    }
    
    .meaning-box{
        padding: 5px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.meaning-box .meaning{
    margin-top: 9px;
    width: 100%;
    height: auto;
    margin: 0px;
}
.meaning-box .meaning:hover{
    border: 2px dashed #7465e2;
    /* border: 2px dashed #f22b2b; */

}
    
.meaning-box .meaning .emj-box{
    width: 25%;
    height: auto;
    background-color: aliceblue;
    font-size: 50px;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
}

.meaning-box .meaning .emj-box .emj{
    display: inline-block;
    height: 70px;
    width: auto;
    margin-top: 15px;
     
}
.meaning-box .meaning .emj-text{
    width: 75%;
    height: auto;
}

.meaning-box .meaning .emj-text p{
   padding: 5px;
    
}
    
.text-heart-emoji span{
    font-size: 6vw !important;
    padding: 5px 5px;
}
.article-box .main-img{
    width: 100%;
}
    .app-ex-box{
        flex-direction: column;
        text-align: center;
    }
    
    .app-ex-box img{
        width: 200px;
        margin: 5px;
    }
    .share-box{
        background-color: rgba(255, 255, 255, 0.596);
        position: fixed;
        bottom: 0;
        justify-content: center;
        align-content: center;
        padding-right: 0;
    
    }
    
    .share-box p{
        display:none;
    }
    
    .article-box h1{
        font-size: 22px;
    }
}

@media only screen and (max-width: 400px){
    .head .brand-box{
        font-size: 6vw;
    }
    
    .link-box{
        
    }
    .emoji-list{
        
    }
    .emoji-list span{
        font-size: 40px;
        
    }
}
