/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url('/fonts/amharic.ttf');
    font-family: 'amharic';
}
    */




@font-face {
    font-family: 'BalooChettan';
    src: url('../fonts/BalooChettan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amharic';
    src: url('../fonts/amharic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoodVibrations';
    src: url('../fonts/GoodVibrationsScript.woff2') format('woff2'),
        url('../fonts/GoodVibrationsScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
    font-family: 'Noto Sans Ethiopic', sans-serif;

}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}



a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #fef4ec;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.toggle_icon {
    padding: 10px 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fc967e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }

    .sidenav a {
        font-size: 18px;
    }

}

.login_text {
    width: 100%;
    float: left;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../images/banner-bg.png');
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 100px;
    color: #000;
    line-height: 90px;
    padding-top: 20px;
    font-family: 'Great Vibes';
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
    height: 60px;
    text-align: justify;
}

.pulse {
    animation-name: pulse;
}

.banner_img.pulse {
    animation-duration: 5s;
    margin: 0 auto;
}

.banner_img.infinite {
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.col-lg-3 {
    padding: 0;
}


.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 120px;
    padding: 5px 0px;
    overflow: hidden;
    color: black;
    background-color: #ff8fab;
    margin-bottom: 2px;
    border-radius: 5px;
    border: 1px solid black;
}


.effect.effect-2 {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f07a";
        font-family: FontAwesome;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        border-radius: 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;
        background-color: #b85e74;
        color: #fcfcfc;
        border: 1px solid white;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

#myUL {
    display: none;
}

.buyNow {
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    background-color: #ff8fab;
    border-radius: 3px;
    border: #000 solid 1px;
    margin-top: 5px;

    &:hover {
        background-color: #b85e74;
        color: #fcfcfc;
        border: 1px solid white;
    }

}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 1px solid #252525;
    font-weight: 700;
}

.read_bt a:hover {
    color: #252525;
    background-color: #f5ddb6;
}


/* banner section end */


/* product section start */




.product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1741071428571429) 0%, rgba(1, 1, 1, 0) 100%);
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.product_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding-top: 15px;
    border: #ff8fab 2px solid;
    transform: scale(0.97);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-flexbox;
}

.product_box:hover {

    .lorem_text {
        opacity: 0.7;
    }

    .bursh_text {
        opacity: 0.6;
    }

    transform: scale(0.9);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 30px;
}

.bursh_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #1a1c1b;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.image_1 {
    height: 100%;
    display: block;
    margin: 20px auto;
    padding: 0px 20px;
    height: 200px;
}

.btn_main {
    width: 100%;
    display: flex;
    background-color: #ff8fab;
    height: auto;
    padding: 20px 10px 13px 10px;
    margin: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transform: scale(1.01);
    min-height: 112.3px;
}

#ccc {
    color: black;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}

.buy_bt li.active a {
    background-color: #f5ddb6;
    color: #fff;
}

.price_text {
    font-size: 16px;
    color: #fefefd;
    width: 42%;
    padding-top: 5px;
    text-align: right;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #252525;
}

.seemore_bt a:hover {
    color: #252525;
    background-color: #f5ddb6;
}

@keyframes fade-inout {
    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

.overlay-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-weight: bolder;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 10px;
    color: white;
    border-radius: 5%;
    transition: opacity 3s;
    display: none;
    font-size: 20px;
    border: 3px solid pink;
}

.overlay-popup svg {
    width: 20px;
    bottom: 0;
    align-items: center;
    justify-items: center;
}

.sold-out {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #D94443;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
    border-bottom-right-radius: 5px;
    /* Ensure the label is on top of the image */
}


/* product section end */


/* zenbil section start */

.zenbil-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
}

.zenbil-container .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
}

.cart {
    color: white;
}

.cart p {
    text-align: right;
    margin: 8px;
    font-weight: bolder;
}

.zenbil-container h2 {
    padding-left: 20px;
    background-color: #fef4ec;
    border-left: 7px solid pink;
    padding-bottom: 2px;
    padding-top: 25px;
    margin-bottom: 30px;
}

#checkout {
    padding: 10px;
    border: none;
    width: 100%;
    background-color: #ff8fab;
    bottom: 0;
    right: 0;
    width: 350px;

    &:hover {
        background-color: #b85e74;
        color: white;
    }
}

#empty {
    color: white;
    text-align: center;
}

.kft {
    padding-left: 8px;
    font-weight: bold;

}

.remove-btn {
    float: right;
    padding: 0 8px;
    margin-right: 5px;
    background-color: pink;
    color: rgb(0, 0, 0);
}

/* zenbil section end */


/* checkout section start */

.checkoutFinal {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
    display: block;
}

/* checkout section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #fef4ec;
    height: auto;
    padding-bottom: 90px;
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 100px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #252525;
    margin: 0px;
    text-align: justify;
}

.image_3 {
    float: left;
    height: 100%;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #50504f;
    background-color: #ffffff;
}


/* about section end */


/* customer section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6
}

.seecomm_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seecomm_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #252525;
}

.seecomm_bt a:hover {
    color: #252525;
    background-color: white;
}

/* customer section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #252525;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
}

.contact_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
    border: 3px solid #252525;
    border-radius: 5px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #252525;
    text-transform: uppercase;
    margin-right: 15px;
    text-align: center;
}

.contact_bt a:hover {
    background-color: #fef4ec;
    color: #252525;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
    border: 3px solid #252525;
    border-radius: 5px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 10px 30px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    text-align: center;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}


/* contact section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    font-family: 'Noto Sans Ethiopic', sans-serif;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.address_bt li a {
    color: #feda9f;
}

.address_bt li a:hover {
    color: #ffffff;
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 24px;
    color: #feda9f;
    text-transform: uppercase;
}

.suggestion li {
    color: #feda9f;
    list-style-type: square;
}

/* Hide on screens wider than 768px (i.e. desktops & tablets) */
@media (min-width: 768px) {
    .phone-link {
        pointer-events: none;
        /* disables click */
        color: gray;
        /* optional: show it's inactive */
        text-decoration: none;
        cursor: default;
    }
}


.dummy_text {
    font-family: 'GoodVibrations';
    width: 100%;
    float: left;
    font-size: 25px;
    color: #feda9f;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
    word-spacing: 6px;
    letter-spacing: 2px;
    line-height: 2;
}

.ipsum_text {
    color: #feda9f;
    width: 85%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #feda9f;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    color: #feda9f;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 26px;
    color: #feda9f;
    padding: 10px;
}

.social_icon li a {
    color: #feda9f;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #feda9f;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
    font-family: 'GoodVibrations';
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}

.banner_text {
    height: 100px;
}










/* MOD */





.topBtn {
    margin: 5px;
    position: relative;
    list-style: none;
    width: 35px;
    height: 35px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.topBtn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    background: linear-gradient(45deg, var(--i), var(--j));
    opacity: 0;
    transition: 0.5s;
}

.topBtn::after {
    content: "";
    position: absolute;
    border-radius: 60px;
    background: linear-gradient(45deg, var(--i), var(--j));
    transition: 0.5s;
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
}

.topBtn:hover {
    width: 100px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    align-items: center;
}

.topBtn:hover::before {
    opacity: 1;
}

.topBtn:hover::after {
    opacity: 0.5;
}

.topBtn:hover i {
    transform: scale(0);
    color: #fff;
    transition-delay: 0s;
}

li.topBtn span {
    position: absolute;
}

ul li .title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

.topBtn:hover .title {
    transform: scale(1);
    transition-delay: 0.25s;
}



/* Comment Section */


textarea {
    resize: none;
    box-sizing: border-box;
    outline: none;
    margin-top: 10px;
    width: 100%;
    height: 90px;
    max-width: 420px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #404660;
    border: none;
    background: #fff;
    transition: box-shadow .25s;
    box-shadow: inset 0 0 0 1px var(--border-color, #E1E6F9), 0 0 0 3px var(--focus-color, transparent);

    &:focus {
        --focus-color: #ECEFFC;
    }

    &:focus,
    &:hover {
        --border-color: #BBC1E1;
    }
}

pre {
    margin: 50px 0 0 0;
    padding: 20px 24px;
    border-radius: 15px;
    background: #171827;

    code {
        font-family: 'Fira Mono';
        color: #BBC1E1;
        line-height: 1.4;
        font-size: 12px;

        .token {
            &.function {
                color: #5C86FF;
            }

            &.string {
                color: #F0B849;
            }

            &.parameter {
                color: #CB7DD0;
            }

            &.punctuation {
                color: #8A91B4;
            }
        }
    }
}

.comment_bt {
    margin: 10px 0;
    color: beige;
    background-color: rgb(49, 47, 47);
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid rgb(49, 47, 47);

    &:hover {
        background-color: beige;
        color: rgb(49, 47, 47);
    }
}

.comment-name {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 15px;
    width: 100%;
    max-width: 350px;


    &:focus {
        box-shadow: 0 0 0 1px var(--border-color, #bbc1e1);
    }
}

.dispcbtn {
    padding: 10px;
    background-color: blue;
}