*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    scroll-behavior: smooth;
    transition: all linear .3s;
    /* outline: 1px dashed #171717; */
}
body{
    overflow: hidden;
}
@font-face{
    font-family: Mantis Rumble_PersonalUseOnly;
    src:url('./assets/mantis_rumble/Mantis\ Rumble_PersonalUseOnly.ttf')
}
@font-face {
    font-family: this_cafe;
    src: url('./assets/this_cafe/This\ Cafe.ttf');
}
@font-face {
    font-family: sunrise;
    src: url('./assets/Audiowide-Regular.ttf');
}
@font-face {
    font-family: sticker;
    src: url('./assets/Oxanium-VariableFont_wght.ttf');
}
@font-face {
    font-family: header;
    src: url('./assets/Bestime.ttf');
}
.btn_buy__
{
    background-color: #85c764;
    font-weight: 900;
    box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.5);
    border-radius: 10px;
    transition: transform .3s linear;
    transition: all linear .3s;
    /* background: linear-gradient(to bottom , #44f9b7ec , #2e9b96d9); */
}
.btn_buy
{
    background-color:#85c764 ;
    font-weight: 900;
    box-shadow: 3px 3px 0px rgba(51, 51, 51);
    border-radius: 10px;
    transition: transform .3s linear;
    transition: all linear .3s;
    /* background: linear-gradient(to bottom , #44f9b7ec , #2e9b96d9); */
}

.btn_buy__:hover
{
    background-color: rgb(100 153 73);
    transform: scale3d(.9,.9,.9);
    box-shadow: 0px 0px 0px 1px #171717
    /* color: #fba388; */
}

.btn_buy:hover
{
    background-color: rgb(100 153 73);
    transform: scale3d(.9,.9,.9);
    box-shadow: 0px 0px 0px 1px #171717;
}

.btn_copy
{
    border: 1px solid #171717;
    border-bottom:3px solid #171717;
    border-radius: 5px;
    /* color: #f77da6; */
}

.btn_copy:hover
{
    border-top: 3px solid #171717;
    border-bottom: 1px solid #171717;
}

.tab_text
{
    border: 1px solid #3a22c0;
    border-bottom:5px solid #3a22c0;
    border-right:5px solid #3a22c0;
    box-shadow: 2px 2px 10px #333333b3;
    border-radius: 10px;
}

.click{
    cursor: pointer;
    transition: transform .3s linear;
}
.click:active{transform: scale(.9);}
.menuRotate{
    cursor: pointer;
    transition: transform .3s linear;
}
.menuRotate:active{transform: rotateZ(45deg);}
h1{
    font-weight: 100;
    /* color: #01213c; */
}
.mobile_menu p{
    height:100%;
    width:100%;
    padding:10px
}
.animate
{
    animation-name: pulse;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes pulse
{
    0%
    {
        transform: scale(1);
    }

    100%
    {
        transform: scale(1.5);
    }
}
.rainbow_text
{
    animation: rain_bow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction:normal;
    /* color: #3788da86; */
}

.rainbow__text
{
    background:#884711;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip:text;

    /* animation: rain_bow__text; */
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction:normal;
    transition: background linear .5s;
    animation-timing-function: linear;
}

.right_slant
{
    position: relative;
    isolation: isolate;
    text-align: left;
}

.right_slant::before
{
    content: "";
    position:absolute;
    top:calc(100% - 3px);
    right:0;
    height: 70px;
    width: 5px;
    background: linear-gradient(to right , #333 -10%, #171717);
    /* transform: rotateZ(-45deg); */
    border-radius: 2px;
    z-index: -1;
}

.ad_text{
    border: unset;
    border-left:3px groove #c99649;
    padding-left: 10px;
    font-weight: 900;
}

.left_slant
{
    position: relative;
    isolation: isolate;
    text-align:left;
}

.left_slant::before
{
    content: "";
    position:absolute;
    top:calc(100% - 3px);
    left:0;
    height: 70px;
    width: 5px;
    background: linear-gradient(to right , #333 -10%, #171717);
    /* transform: rotateZ(45deg); */
    z-index: -1;
    border-radius: 2px;
}

.top_header_text
{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.animate__
{
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
    animation-direction: alternate-reverse;

}

@keyframes pulse
{
    0%
    {
        transform:translateX(25%) scale(1);
    }

    100%
    {
        transform:translateX(25%) scale(1.1);
    }
}


.animate__right
{
    animation-name: pulse__right;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-direction: alternate-reverse;
}

@keyframes pulse__right
{
    0%
    {
        transform: translateX(50px) scale(1);
    }

    100%
    {
        transform: translateX(50px) scale(1.1);
    }
}
/* Red: #FF0000
Orange: #FFA500
Yellow: #FFFF00
Green: #008000
Blue: #0000FF
Indigo: #4B0082
Violet: #EE82EE */

/* #3bf6b0 */
/* #3ac3bd */