/* Minification failed. Returning unminified contents.
(27,51): run-time error CSS1046: Expect comma, found '0'
(27,55): run-time error CSS1046: Expect comma, found '/'
(27,69): run-time error CSS1046: Expect comma, found '0'
(27,73): run-time error CSS1046: Expect comma, found '/'
(70,39): run-time error CSS1046: Expect comma, found '0'
(70,43): run-time error CSS1046: Expect comma, found '/'
(355,33): run-time error CSS1046: Expect comma, found '0'
(355,37): run-time error CSS1046: Expect comma, found '/'
(396,53): run-time error CSS1046: Expect comma, found '0'
(396,57): run-time error CSS1046: Expect comma, found '/'
(396,71): run-time error CSS1046: Expect comma, found '0'
(396,75): run-time error CSS1046: Expect comma, found '/'
(396,91): run-time error CSS1046: Expect comma, found '195'
(396,98): run-time error CSS1046: Expect comma, found '/'
(400,53): run-time error CSS1046: Expect comma, found '0'
(400,57): run-time error CSS1046: Expect comma, found '/'
(400,71): run-time error CSS1046: Expect comma, found '0'
(400,75): run-time error CSS1046: Expect comma, found '/'
(400,89): run-time error CSS1046: Expect comma, found '0'
(400,93): run-time error CSS1046: Expect comma, found '/'
(403,53): run-time error CSS1046: Expect comma, found '0'
(403,57): run-time error CSS1046: Expect comma, found '/'
(403,71): run-time error CSS1046: Expect comma, found '0'
(403,75): run-time error CSS1046: Expect comma, found '/'
(403,89): run-time error CSS1046: Expect comma, found '0'
(403,93): run-time error CSS1046: Expect comma, found '/'
(406,53): run-time error CSS1046: Expect comma, found '0'
(406,57): run-time error CSS1046: Expect comma, found '/'
(406,71): run-time error CSS1046: Expect comma, found '0'
(406,75): run-time error CSS1046: Expect comma, found '/'
(406,91): run-time error CSS1046: Expect comma, found '195'
(406,98): run-time error CSS1046: Expect comma, found '/'
(913,1): run-time error CSS1019: Unexpected token, found '}'
(1074,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1075,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1096,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1097,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */

a {
    text-decoration: none!important;
}

.bannar {
    width: 100%;
    display: table;
}
    .bannar .carousel-control.right {
        background-image: none;
    }
    .bannar .carousel-control.left {
        background-image: none;
    }

.bannar-slide {
    height: 500px;
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
    .bannar-slide > .text-context {
        padding-left: 100px;
        padding-top: 100px;
        background: linear-gradient(to top, rgb(0 0 0 / 0.00),rgb(0 0 0 / 0.40));
    }
        .bannar-slide > .text-context > .title {
            font-size: 115px;
            line-height:120px;
            color: #fff;
            font-family: 'Anton', sans-serif;
            text-transform:uppercase;
        }

    .bannar-slide > .text-context > .sub-title {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }
        .bannar-slide > .text-context > .details {
            font-size: 25px;
            font-weight: 500;
            color: #fefd4d;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
        }

.tab-context {
    position:relative;
    padding:0px 50px;
}
.tab-context > .tab {
    position: relative;
    float:left;
    top:-40px;
    padding:7px;
    display:table;
}
    .tab-context > .tab > .tab-body {
        display: table-cell;
        width: 180px;
        height: 75px;
        background-color: #f39c12;
        border-radius: 15px;
        color: #fff;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 0.6);
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        transition: all 300ms;
    }
    .tab-context > .tab > .tab-body:hover {
        background-color: #f38012;
        transform:scale(1.03);
        transition:all 300ms;
    }
    .tab-context > .tab > .tab-2 {
        background-color: #39b54a;
    }
        .tab-context > .tab > .tab-2:hover {
            background-color: #249033;
            transform: scale(1.03);
            transition: all 300ms;
        }
    .tab-context > .tab > .tab-3 {
        background-color: #00b8ca;
    }
        .tab-context > .tab > .tab-3:hover {
            background-color: #009aa9;
            transform: scale(1.03);
            transition: all 300ms;
        }

.product {
    padding: 50px;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color:#f1f1f3;
}
    .product > .header {
        font-size: 50px;
        font-family: Arial, sans-serif;
        font-weight: 700;
        color: #808080;
    }
        .product > .header > span {
            color: #005259;
        }

    .product > .sub-header {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #ff5400;
        text-transform:uppercase;
    }

    .product > .item {
        width: 25%;
        position: relative;
        float: left;
        padding: 10px;
    }
        .product > .item > .item-context {
            width: 100%;
            background-color: #fff;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
            padding: 10px;
            padding-bottom: 0px;
            cursor: pointer;
            overflow: hidden;
        }
            .product > .item > .item-context > .image-context {
                height: 200px;
                width: 100%;
                overflow: hidden;
            }

                .product > .item > .item-context > .image-context > .image {
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    height: 100%;
                    width: 100%;
                    display: table;
                    transition: all 1s;
                }

            .product > .item > .item-context:hover .image-context > .image {
                transform: scale(1.1);
                transition: all 1s;
            }

            .product > .item > .item-context > .image-context > .image > .sold {
                background-color: rgba(255, 255, 255, 0.70);
                color: #ccc;
                font-size: 30px;
                font-weight: bold;
                height: 100%;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
            }
                .product > .item > .item-context > .image-context > .image > .sold > img {
                    width: 100px;
                    object-fit: cover;
                }
            .product > .item > .item-context > .image-context > .image > .w-mark {
                color: rgba(255, 255, 255, 0.50);
                font-size: 30px;
                font-weight: bold;
                height: 100%;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                pointer-events: none;
            }



            .product > .item > .item-context > .details {
                height: 70px;
                text-align: left;
                color: #75777a;
                font-size: 12px;
                padding: 5px 0px;
                font-weight: 400;
                font-family: 'Roboto', sans-serif;
            }
                .product > .item > .item-context > .details > .product-name {
                    font-family: 'Changa', sans-serif;
                    text-transform:uppercase;
                    font-size:18px;
                    line-height:20px;
                    font-weight: 700;
                    color: #414246;
                }
                .product > .item > .item-context > .details > table {
                    width:100%;
                }
                    .product > .item > .item-context > .details > table td {
                        width: 50%;
                        padding: 5px 2px;
                        font-family: 'Roboto Condensed',sans-serif;
                        text-transform: uppercase;
                        font-size: 11px;
                        font-weight: 400;
                        text-align: left;
                        vertical-align: middle;
                        overflow: hidden;
                    }


            .product > .item > .item-context > .price-context {
                display: table;
                width: 100%;
                border-top: 1px dashed #ccc;
                padding:5px 0px;
            }
                .product > .item > .item-context > .price-context > .info-body {
                    display: table-cell;
                    width: 50%;
                    text-align:left;
                }
                    .product > .item > .item-context > .price-context > .info-body > .title {
                        position: relative;
                        float: left;
                        width: 60%;
                        color: #989797;
                        font-family: 'Roboto Condensed',sans-serif;
                        font-weight: 700;
                        font-size: 12px;
                    }
                    .product > .item > .item-context > .price-context > .info-body > .data {
                        position: relative;
                        float: left;
                        text-align:right;
                        width: 40%;
                        color: #3e3e3e;
                        font-family: 'Roboto Condensed',sans-serif;
                        font-weight: 700;
                        font-size: 12px;
                    }

                .product > .item > .item-context > .price-context > .price-body {
                    display: table-cell;
                    width: 50%;
                    vertical-align: middle;
                }
                    .product > .item > .item-context > .price-context > .price-body > .price {
                        padding: 3px 5px;
                        background-color: #ff5400;
                        text-align: right;
                        color: #fff;
                        font-family: 'Changa', sans-serif;
                        position: relative;
                        overflow: hidden;
                    }
                        .product > .item > .item-context > .price-context > .price-body > .price:after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 0 0 50px 18px;
                            border-color: transparent transparent transparent #F8F8F8;
                        }


            .product > .item > .item-context > .fuel-type {
                height: 35px;
                border-top: 1px dashed #ccc;
                color: #929292;
                overflow: hidden;
                padding:0px 0px;
            }
                .product > .item > .item-context > .fuel-type > table {
                    width:100%;
                    font-size: 12px;
                }
                    .product > .item > .item-context > .fuel-type > table td {
                        vertical-align: middle;
                        height: 35px;
                    }
                    .product > .item > .item-context > .fuel-type > table .icon {
                        display: table-cell;
                        padding:0px 2px;
                        height: 35px;
                        vertical-align: middle;
                    }
                    .product > .item > .item-context > .fuel-type > table .data {
                        display: table-cell;
                        height: 35px;
                        vertical-align: middle;
                    }

    .product > .btn-view-all {
        border: none;
        background-color: #005259;
        color: #fff;
        padding: 10px 15px;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: bold;
        border-radius: 5px;
        text-decoration: none;
        outline: none;
        transition:all 300ms;
    }
        .product > .btn-view-all:hover {
            background-color: #003034;
            color: #fff;
            transition: all 300ms;
        }

.find-car-title {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #ff5400;
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    bottom:-15px;
    border-radius:15px;
}
    .find-car-title > i {
        padding: 0px 15px;
        font-size: 10px;
    }

.find-car {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/speciality.jpg');
    overflow:hidden;
}
    .find-car > .layer {
        padding: 80px 200px;
        background-color: rgb(0 0 0 / 0.70);
        animation: auction-flash 3000ms linear infinite;
        width: 100%;
        height: 100%;
        display: table;
    }

        .find-car > .layer > .item {
            display: table-cell;
            width: 33.33%;
            padding: 20px;
            vertical-align: middle;
        }
            .find-car > .layer > .item > .icon {
                display: table-cell;
                width: 40%;
                padding: 10px;
            }
                .find-car > .layer > .item > .icon > img {
                    height: 50px;
                }
            .find-car > .layer > .item > .details {
                display: table-cell;
                width: 60%;
                padding: 10px;
                color: #fff;
                font-weight: bold;
            }
                .find-car > .layer > .item > .details > .count {
                    font-size: 40px;
                    color: #ff5400;
                    font-family: 'Anton', sans-serif;
                }
                .find-car > .layer > .item > .details > .title {
                    font-size: 16px;
                    font-weight: bold;
                    font-family: 'Roboto Condensed',sans-serif;
                }
    
@keyframes auction-flash {
    0% {
        background: linear-gradient(to bottom,rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70),rgb(255 195 27 / 0.20));
    }

    33.33% {
        background: linear-gradient(to bottom,rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70));
    }
    66.66% {
        background: linear-gradient(to bottom,rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70));
    }
    100% {
        background: linear-gradient(to bottom,rgb(0 0 0 / 0.70),rgb(0 0 0 / 0.70),rgb(255 195 27 / 0.20));
    }
}


.specialty {
    clear: both;
    padding:50px;
}
    .specialty > .title {
        font-size: 40px;
        font-weight: 700;
        color: #7b7b7b;
        font-family: 'Roboto',sans-serif;
        text-align: center;
    }
        .specialty > .title > span {
            color: #005259;
        }
    .specialty > .details {
        font-size: 16px;
        color: #ff5400;
        font-family: 'Roboto',sans-serif;
        text-align: center;
        padding: 0px 10px;
    }

    .specialty > .item-body {
        padding: 20px;
        text-align: center;
    }

        .specialty > .item-body > .item {
            width: 25%;
            position: relative;
            float: left;
            padding: 10px;
            font-size: 10px;
        }
            .specialty > .item-body > .item > .icon {
                height: 90px;
                width: 90px;
                margin-left: auto;
                margin-right: auto;
                background-color: #fc5c65;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                padding-top: 25px;
            }

            .specialty > .item-body > .item > .i-2 {
                background-color: #f39c12;
            }
            .specialty > .item-body > .item > .i-3 {
                background-color: #00b8ca;
            }
            .specialty > .item-body > .item > .i-4 {
                background-color: #39b54a;
            }
            .specialty > .item-body > .item > .icon > img {
                height: 40px;
            }

        .specialty > .item-body > .item > .header {
            font-size: 20px;
            font-weight:bold;
            font-family: 'Roboto',sans-serif;
            color: #353535;
        }

@media (max-width:1200px) {
    .bannar-slide {
        height: 600px;
    }
   
    .bannar-slide > .text-context > .title {
        font-size: 100px;
        line-height: 105px;
    }
        .bannar-slide > .img-context {
            padding-right: 70px;
        }

        .find-car > .layer {
            padding: 80px 100px;
        }
}
@media (max-width:1100px) {
    .bannar-slide {
        height: 550px;
    }

            .bannar-slide > .text-context > .title {
                font-size: 90px;
                line-height: 95px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 22px;
            }
        .bannar-slide > .img-context {
            padding-right:70px;
        }

}

@media (max-width:991px) {
    .bannar-slide {
        height: 500px;
    }
        .bannar-slide > .text-context {
            padding-left: 80px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 80px;
                line-height: 85px;
            }
        .bannar-slide > .img-context {
            padding-right: 50px;
        }

    .tab-context {
        padding: 0px 30px;
    }

        .tab-context > .tab {
            top: -35px;
            padding: 7px;
        }

            .tab-context > .tab > .tab-body {
                width: 140px;
                height: 55px;
                border-radius: 10px;
                font-size: 14px;
            }

    .product > .item {
        width: 33.33%;
    }
        .product > .item > .item-context > .details {
            height:60px;
        }
        .product > .item > .item-context > .details > .product-name {
            font-size: 15px;
            line-height:18px;
        }
        .product > .item > .item-context > .price-context {
            display: block;
        }
            .product > .item > .item-context > .price-context > .info-body {
                display: block;
                width: 100%;
            }

            .product > .item > .item-context > .price-context > .price-body {
                display: block;
                width: 100%;
            }

    .find-car > .layer {
        padding: 50px;
    }

    .specialty {
        padding: 30px;
    }

        .specialty > .title {
            font-size: 35px;
        }

        .specialty > .details {
            font-size: 15px;
            padding: 0px 10px;
        }

        .specialty > .item-body {
            padding: 20px 10px;
        }

            .specialty > .item-body > .item {
                width: 25%;
                padding: 10px;
            }

                .specialty > .item-body > .item > .icon {
                    height: 80px;
                    width: 80px;
                    padding-top: 25px;
                }

                .specialty > .item-body > .item > .icon > img {
                    height: 35px;
                }

                .specialty > .item-body > .item > .header {
                    font-size: 18px;
                }
}

@media (max-width:900px) {
    .bannar-slide {
        height: 450px;
    }

        .bannar-slide > .text-context {
            padding-left: 70px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 75px;
                line-height: 80px;
            }

        .bannar-slide > .img-context {
            padding-right: 30px;
        }
}

@media (max-width:767px) {
    .bannar-slide {
        height: 350px;
    }

        .bannar-slide > .text-context {
            padding-left: 50px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 65px;
                line-height: 75px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 18px;
            }

        .bannar-slide > .img-context {
            padding-right: 20px;
        }

    .tab-context {
        padding: 0px 20px;
    }

        .tab-context > .tab {
            top: -28px;
            padding: 5px;
        }

            .tab-context > .tab > .tab-body {
                width: 110px;
                height: 45px;
                border-radius: 5px;
                font-size: 12px;
            }

    .product {
        padding: 50px 20px;
    }
    .product > .header {
        font-size: 40px;
    }

    .product > .item {
        padding: 5px;
    }

        .product > .item > .item-context {
            padding: 5px;
            padding-bottom:0px;
        }

            .product > .item > .item-context > .details {
                height: 50px;
                padding:5px 0px;
            }

                .product > .item > .item-context > .details > .product-name {
                    font-size: 12px;
                    line-height:14px;
                }
                .product > .item > .item-context > .details > table td {
                    font-size: 10px;
                }

            .product > .item > .item-context > .fuel-type > table {
                font-size: 10px;
            }
        .product .hide-sx {
            display: none;
        }

    .product > .btn-view-all {
        padding: 5px 15px;
    }

    .find-car-title {
        width: 250px;
        padding:3px 5px;
        bottom: -12px;
        font-size:12px;
    }

    .find-car > .layer {
        padding:50px 20px;
    }
        .find-car > .layer > .item {
            padding: 10px;
            text-align:center;
        }
        .find-car > .layer > .item > .icon {
            display: block;
            width: 100%;
            padding: 0px;
            padding-bottom:5px;
        }

            .find-car > .layer > .item > .icon > img {
                height: 50px;
            }

        .find-car > .layer > .item > .details {
            display: block;
            width: 100%;
            padding: 0px;
        }

            .find-car > .layer > .item > .details > .count {
                font-size: 30px;
            }

            .find-car > .layer > .item > .details > .title {
                font-size: 14px;
            }

    .specialty {
        padding: 30px 10px;
    }

        .specialty > .title {
            font-size: 30px;
        }

        .specialty > .details {
            font-size: 14px;
        }

        .specialty > .item-body {
            padding: 20px 0px;
        }

            .specialty > .item-body > .item {
                width: 25%;
                padding: 10px;
            }

                .specialty > .item-body > .item > .icon {
                    height: 60px;
                    width: 60px;
                    padding-top: 18px;
                }

                    .specialty > .item-body > .item > .icon > img {
                        height: 25px;
                    }

                .specialty > .item-body > .item > .header {
                    font-size: 16px;
                }
}

@media (max-width:600px) {
    .bannar-slide {
        height: 250px;
    }

        .bannar-slide > .text-context {
            padding-left: 30px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 55px;
                line-height: 60px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 16px;
            }

        .bannar-slide > .img-context {
            padding-right: 0px;
            padding-bottom: 20px;
        }


    @keyframes btn-anim {
        0% {
            width: 0px;
            height: 0px;
            top: 75px;
            left: 75px;
        }

        100% {
            width: 150px;
            height: 150px;
            top: 0px;
            left: 0px;
            background-color: rgba(255, 255, 255, 0);
        }
    }


    .tab-context {
        padding: 0px 5px;
    }

        .tab-context > .tab {
            top: -22px;
            padding: 3px;
        }

            .tab-context > .tab > .tab-body {
                width: 90px;
                height: 30px;
                border-radius: 5px;
                font-size: 10px;
            }

        .product {
            padding:0px;
        }
        .product > .header {
            font-size:30px;
        }
        
        .product > .item{
            padding:2px;
            width:50%;
        }

            .product > .item > .item-context > .price-context {
                display: table;
            }

                .product > .item > .item-context > .price-context > .info-body {
                    display: table-cell;
                    width: 50%;
                }

                .product > .item > .item-context > .price-context > .price-body {
                    display: table-cell;
                    width: 50%;
                    overflow:hidden;
                }
                    .product > .item > .item-context > .price-context > .price-body > .price:after {
                        border-width: 0 0 50px 18px;
                    }

    .find-car > .layer {
        padding: 30px 10px;
    }

                .find-car > .layer > .item > .icon > img {
                    height: 40px;
                }

                .find-car > .layer > .item > .details > .count {
                    font-size: 20px;
                }

                .find-car > .layer > .item > .details > .title {
                    font-size: 12px;
                }


        .specialty > .title {
            font-size: 25px;
        }

        .specialty > .details {
            font-size: 13px;
        }

            .specialty > .item-body > .item {
                width: 25%;
                padding: 10px;
            }

                .specialty > .item-body > .item > .icon {
                    height: 50px;
                    width: 50px;
                    padding-top: 15px;
                }

                    .specialty > .item-body > .item > .icon > img {
                        height: 20px;
                    }

                .specialty > .item-body > .item > .header {
                    font-size: 14px;
                }
}


@media (max-width:500px) {
    .bannar-slide {
        height: 250px;
    }

        .bannar-slide > .text-context {
            padding-left: 20px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 45px;
                line-height: 50px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 16px;
            }


    .product > .header {
        font-size: 25px;
    }
    .product > .item > .item-context > .image-context {
        height: 120px;
    }
    .product > .item > .item-context > .price {
        border-top: 1px solid #ccc;
        font-size: 14px;
    }
    .product > .item > .item-context > .price-context {
        display: block;
    }

        .product > .item > .item-context > .price-context > .info-body {
            display: block;
            width: 100%;
        }

        .product > .item > .item-context > .price-context > .price-body {
            display: block;
            width: 100%;
        }

    .specialty > .title {
        font-size: 20px;
    }

    .specialty > .details {
        font-size: 12px;
    }

    .specialty > .item-body > .item {
        width: 25%;
        padding: 5px;
    }

        .specialty > .item-body > .item > .icon {
            height: 40px;
            width: 40px;
            padding-top: 10px;
        }

            .specialty > .item-body > .item > .icon > img {
                height: 20px;
            }

        .specialty > .item-body > .item > .header {
            font-size: 12px;
        }
    
}
@media (max-width:450px) {
    .bannar-slide {
        height: 220px;
    }

        .bannar-slide > .text-context {
            padding-left: 10px;
            padding-top:50px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 35px;
                line-height: 40px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 15px;
            }

    .find-car-title {
        width: 230px;
        padding: 3px 5px;
        bottom: -10px;
        font-size: 10px;
    }

        .find-car > .layer > .item > .icon > img {
            height: 30px;
        }

        .find-car > .layer > .item > .details > .count {
            font-size: 18px;
        }

        .find-car > .layer > .item > .details > .title {
            font-size: 10px;
        }
}

@media (max-width:400px) {
    .bannar-slide {
        height: 200px;
    }

            .bannar-slide > .text-context > .title {
                font-size: 30px;
                line-height: 35px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 14px;
            }

}
@media (max-width:350px){

}


.draw {
    overflow: hidden;
    position: relative;
}

    .draw:hover::before, .draw:hover::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .draw:hover::before {
        top: 0;
        left: 0;
        border-top-color: #ff0000;
        border-right-color: #ff0000;
        animation: border 2s linear;
    }

    .draw:hover::after {
        bottom: 0;
        right: 0;
        animation: border 2s 1s linear, borderColor 2s 1s linear;
    }

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #ff0000;
        border-left-color: #ff0000;
    }

    50% {
        border-bottom-color: #ff0000;
        border-left-color: #ff0000;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}
