﻿/* button*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.btn1 {
    color: #fff;
    background: #eb475a;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 15px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

    .btn1:focus,
    .btn1:hover {
        color: cadetblue;
        background: transparent;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    }

    .btn1:before,
    .btn1:after {
        content: '';
        background: #eb475a;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        transition: 400ms ease all;
    }

    .btn1:after {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .btn1:hover:before,
    .btn1:focus:before,
    .btn1:hover:after,
    .btn1:focus:after {
        width: 100%;
        transition: 800ms ease all;
    }

@media only screen and (max-width: 767px) {
    .btn1 {
        margin-bottom: 30px;
    }
}






/* btnbottom*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.btnbottom {
    color: #fff;
    background: #fc4a98;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 15px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

    .btnbottom:focus,
    .btnbottom:hover {
        color: cadetblue;
        background: transparent;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    }

    .btnbottom:before,
    .btnbottom:after {
        content: '';
        background: #eb475a;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        transition: 400ms ease all;
    }

    .btnbottom:after {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .btnbottom:hover:before,
    .btnbottom:focus:before,
    .btnbottom:hover:after,
    .btnbottom:focus:after {
        width: 100%;
        transition: 800ms ease all;
    }

@media only screen and (max-width: 767px) {
    .btnbottom {
        margin-bottom: 30px;
    }
}


/* button2*/

.btn2 {
    color: #fff;
    background: #f68e2f;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 15px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

    .btn2:focus,
    .btn2:hover {
        color: cadetblue;
        background: transparent;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    }

    .btn2:before,
    .btn2:after {
        content: '';
        background: #f68e2f;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        transition: 400ms ease all;
    }

    .btn2:after {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .btn2:hover:before,
    .btn2:focus:before,
    .btn2:hover:after,
    .btn2:focus:after {
        width: 100%;
        transition: 800ms ease all;
    }

@media only screen and (max-width: 767px) {
    .btn2 {
        margin-bottom: 30px;
    }
}






/* button3*/

.btn3 {
    color: #fff;
    background: #08b5b4;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 15px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

    .btn3:focus,
    .btn3:hover {
        color: cadetblue;
        background: transparent;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    }

    .btn3:before,
    .btn3:after {
        content: '';
        background: #08b5b4;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        transition: 400ms ease all;
    }

    .btn3:after {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .btn3:hover:before,
    .btn3:focus:before,
    .btn3:hover:after,
    .btn3:focus:after {
        width: 100%;
        transition: 800ms ease all;
    }

@media only screen and (max-width: 767px) {
    .btn3 {
        margin-bottom: 30px;
    }
}







/* button4*/

.btn4 {
    color: #fff;
    background: #37485c;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 15px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

    .btn4:focus,
    .btn4:hover {
        color: cadetblue;
        background: transparent;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    }

    .btn4:before,
    .btn4:after {
        content: '';
        background: #37485c;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        transition: 400ms ease all;
    }

    .btn4:after {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .btn4:hover:before,
    .btn4:focus:before,
    .btn4:hover:after,
    .btn4:focus:after {
        width: 100%;
        transition: 800ms ease all;
    }

@media only screen and (max-width: 767px) {
    .btn4 {
        margin-bottom: 30px;
    }
}














