:root {
    --primary-color: #1d2952;
    --secondary-color: #eab419;
    --tertiary-color: #ee3532;
    --footer-bg-color: #28283F;
    --navigation-top-bg-color: #28283F;
    --text-primary-color: #fff;
    --text-secondary-color: #000;
    --text-tertiary-color: #1d2952;
    --text-quaternary-color: #ee3532;
    --font-size: 16px;
}

.slider_bg_1 {
    background-image: url(../../assets/frontend/img/banner/main-banner-poster-001.jpg);
}

.justify-items-left {
    justify-items: left;
}

.music_area .music_field .thumb {
    border: 2px solid #ccc;
}

.footer_img_area {
    /* background-image: url(../../assets/frontend/img/banner/footer-image.jpg); */
    background-image: unset;
    padding: 45px 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;

    &::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        z-index: -1;
        /* background: -moz-linear-gradient(top, rgba(0, 29, 56, 0.6) 0%, #001d38 100%); */
        /* background: -webkit-linear-gradient(top, rgba(0, 29, 56, 0.6) 0%, #001d38 100%); */
        /* background: linear-gradient(to bottom, rgba(0, 29, 56, 0.6) 0%, #001d38 100%); */

        /* background: -moz-linear-gradient(to bottom, rgb(29 40 85) 0%, #1a2556 100%);
        background: -webkit-linear-gradient(to bottom, rgb(29 40 85) 0%, #1a2556 100%);
        background: linear-gradient(to bottom, rgb(29 40 85) 0%, #1a2556 100%); */
        background: var(--footer-bg-color);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99001d38', endColorstr='#1a2556', GradientType=0);
    }

    .footer__links {
        .footer__links-item {
            position: relative;
            width: 100%;

            h6 {
                &::after {
                    background: var(--secondary-color);
                    border-radius: 50px;
                    bottom: -7px;
                    content: "";
                    height: 3px;
                    left: 0;
                    position: absolute;
                    width: 100%;
                }
            }

            .footer__links-content {
                &::after {
                    background: var(--secondary-color);
                    border-radius: 50px;
                    bottom: -7px;
                    content: "";
                    height: 3px;
                    left: 0;
                    position: absolute;
                    width: 100%;
                }
            }
        }
    }

    .footer-bottom-area {
        background-color: #3e3e57;
        padding: 20px 0;

        .footer__end-copyright {
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 1.5;
            margin: 0px !important;

            .copy_right {
                margin-bottom: 0px;
            }
        }
    }
}

#desktopMenu {
    .menu {
        li {
            position: relative;

            a {
                border-radius: 0px;
                font-family: Inter, sans-serif;
                font-size: 15px;
                font-weight: 500;
                text-transform: capitalize;
                transition: all 0.2s ease-in-out;
                color: #1c2951;
                position: relative;
                background-color: transparent;

                &.active {
                    background-color: transparent;

                    &::after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        border-bottom: 3px solid #e08d21;
                        bottom: 0px;
                        left: 1px;
                    }
                }

                &:hover {
                    background-color: transparent;

                    &::after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        border-bottom: 3px solid #e08d21;
                        bottom: 0px;
                        left: 1px;
                    }
                }
            }
        }
    }
}

#demo {
    .owl-stage-outer {
        .owl-item {
            .carousel-item {
                img {}

                .carousel-caption {
                    .content-part {
                        h3 {
                            font-size: 24px;
                            line-height: 1.5;

                            img {}
                        }

                        h2 {
                            font-size: 36px;
                            line-height: 1.5;
                        }

                        div {

                            ul {
                                li {
                                    color: #fff;
                                    font-size: 16px;
                                    line-height: 1.5;
                                    list-style: outside;
                                }
                            }

                        }
                    }
                }
            }
        }
    }
}

.blog-news,
.categories,
.slider {
    .trk-btn--secondary1 {
        background-color: #1c2951;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
}

.footer__top--style1 {
    .footer__about {
        .footer__about-logo {
            img {
                width: 320px;
            }
        }

        .footer-website-name {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.5;
            text-transform: uppercase;
        }
    }
}

.counter-bg {
    background-color: #1c2951;
}

.header-top {
    background: var(--navigation-top-bg-color);
    /* background: linear-gradient(0deg, #1e2a4d, #172a4e 0, #3a4c85); */
    height: auto;

    span {
        .btn {
            border: unset !important;
            box-shadow: unset;
            color: #fff;
            font-size: 14px;
            text-decoration: none;

            &:hover {
                color: #f79b20;
            }
        }

        .button-red {
            background-color: #ED1B1B;
            border-radius: 0px;
            padding: 15px 10px 14px 10px;
            text-align: center;
            text-transform: uppercase;

            &:hover {
                background-color: #990b0b;
                color: #fff;
            }
        }

        &:first-child {
            border-right: 1px solid #fff;
        }
    }

    .footer__links-content {
        background-color: #e9b11f;
        height: 54px;
        padding: 0px;
        margin: 0px;
        align-content: space-evenly;
        justify-items: center;

        a {
            &:hover {
                color: #990b0b;
            }
        }
    }

    .header-top-contact {
        li {
            line-height: 1.5;

            i {
                color: #fff;
                font-size: 14px;
                padding-right: 10px;
            }

            a {
                color: #fff;
                font-size: 14px;
                text-decoration: none;

                &:hover {
                    color: #f79b20;
                }
            }
        }
    }
}

#accordionWhyChooseUs {
    .accordion-item {
        h2 {
            .accordion-button {
                background-color: #ebaf36;
                color: #fff;
            }

            .accordion-button:not(.collapsed) {
                background-color: #ed1b1b;
                color: #fff;
            }
        }
    }
}

.header-bottom {
    .menu-area {
        .menu {
            li {
                position: relative;

                a {
                    border-radius: 0px;
                    font-family: Inter, sans-serif;
                    font-size: 15px;
                    font-weight: 500;
                    /* margin-left: 5px;
            padding: 6px 12px; */
                    text-transform: capitalize;
                    transition: all 0.2s ease-in-out;
                    color: #1c2951;
                    position: relative;
                    background-color: transparent;

                    &.active {
                        background-color: transparent;

                        &::after {
                            content: '';
                            position: absolute;
                            width: 100%;
                            height: 2px;
                            border-bottom: 3px solid #e08d21;
                            bottom: -5px;
                            left: 1px;
                        }
                    }

                    &:hover {
                        background-color: transparent;

                        &::after {
                            content: '';
                            position: absolute;
                            width: 100%;
                            height: 2px;
                            border-bottom: 3px solid #e08d21;
                            bottom: 0px;
                            left: 1px;
                        }
                    }
                }
            }
        }
    }
}

.trk-btn--secondary2 {
    background-color: #1c2951;
    color: #fff;
}

.header-wrapper {
    padding-block: 12px;
}


.course-filter {
    .cf-container {
        .title-cs h2 {
            color: #fff;
            font-size: 34px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .form-control.bg-clr-2 {
            background-color: #f3f3f3;
            border-radius: 0px !important;
        }
    }
}

.about .story-desc {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    background-color: #f0f8ffa6;
}

.categories--style1 .cat__item-inner,
.team--style1 .team__item-inner {
    border-radius: 0px;
}

.cus-bg-story {
    /* background-image: url('../../assets/frontend/img/footer-img-path2.png');
    background-size: contain;
    background-attachment: fixed; */
    background-image: unset;
}

.why-choose-area {
    background-image: url('../../assets/frontend/img/according-bg.jpg');
    background-size: cover;
    /* background-attachment: fixed; */
}

.owl-stage {
    width: 100% !important;
}

.carousel-caption {
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 50%;
    background-color: #1c27549c;
    height: 100%;
    justify-items: left;
    align-content: center;
    padding: 10% 0 10% 10%;

    .content-part {
        text-align: left;

        h3 {
            color: #fff !important;
        }

        p {
            color: #fff !important;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
        }

        a {
            background-color: #e13830;
        }
    }
}

.title-underline-cus1-1,
.title-underline-cus1-2,
.title-underline-cus1,
.title-underline-cus2 {
    /* &::after {
        background: linear-gradient(90deg, #e8352d 0, #edb125 50%, #e9b516 0, #e7ae16);
        border-radius: 50px;
        bottom: -7px;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        width: 20%;
    } */
}

.categories--style1 .cat__item-inner.height-100:after,
.categories--style1 .cat__item-inner:after,
.team--style1 .team__item-inner:after {
    background: linear-gradient(1turn, #2a3b6c -43.36%, rgba(2, 14, 23, 0));
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}


.categories--style1 .cat__item-content--style1,
.categories--style1 .cat__item-content--style2,
.team--style1 .team__item-content--style1,
.team--style1 .team__item-content--style2 {
    bottom: -10%;
    color: #fff;
    content: "";
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    visibility: hidden;
    width: 100%;
    height: 40%;
}

.counter-main {
    border-left: 2px inset;
    border-color: #fff;
}

.blog--style1 {
    .blog__item {
        background-color: #fff;
        border-radius: 0px;
        box-shadow: 8px 16px 30px 0 rgba(156, 190, 217, 0.122);
        transition: all 0.3s linear;
    }
}


.always-show-title {
    background: linear-gradient(1turn, #293a6b -45%, rgb(41 58 107 / 42%));
    bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
}

.logo {

    img {
        width: 200px;
    }
}

.course-filter {
    .bg-clr-1 {
        background: #1c2951;
    }
}

.banner.brand-1 {
    /* height: 45em; */
    height: auto;

    .owl-item.active {
        width: 100% !important;
    }
}


.section_title h3,
.boxed-btn,
.boxed-btn3,
.footer .footer_top .subscribe-from button,
label.error {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bradcam_area {
    /*padding: 240px 0 180px 0;*/
    padding: 185px 0 180px 0;
}

.breadcam_bg_2 {
    /* background: url(../../assets/frontend/img/banner/guitar-background.jpg); */
    /* background: url(../../assets/frontend/img/banner/website-main-banner.jpg);
    object-fit: fill;
    background-attachment: fixed;
    background-size: inherit; */
    background-attachment: local !important;
}

.bradcam_text {
    h3 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: 1.5;
        text-shadow: 0px 0px 9px #000;
    }
}

.header-area .main-header-area .main-menu ul li.active a {
    color: #ED1B1B;
}

label.error {
    color: #ED1B1B;
    font-size: 14px;
    text-transform: capitalize;
}

#scrollUp {
    bottom: 10px;
    right: 2%;
    left: unset;
    position: fixed;
    z-index: 99999999;
    background: rgba(246, 141, 46, .8);
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: table;
    text-align: center;
    padding: 6px;
    font-size: 24px;
}

.row.grid {
    height: 772.032px;

    .grid-item.cat4,
    .grid-item.cat2 {
        top: 403px;
    }
}



.justify-content-right {
    justify-content: right;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-left {
    justify-content: left;
}

.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

.btn-link {
    background-color: transparent;
    color: #000 !important;
    text-align: center;
    padding: 5px;

    i {
        padding-right: 0px;
    }
}

.flaot-right {
    float: right !important;
}

.flaot-left {
    float: left !important;
}

.thumb.banner_audio_thumb {
    img {
        width: 150px;
    }
}

.dashboard-nav {
    z-index: 999;
}

.scrolled {
    top: 0px !important;
}

.youtube_video_area .single_video .hover_elements .video {
    top: 32%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-section {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.footer-logo {
    width: 230px;
}

.owl-nav.disabled {
    display: none;
}

span.carousel-control-prev-icon,
span.carousel-control-next-icon {
    background-color: #081949;
    opacity: 1;
    padding: 15px;
}

.top-bar-menu-items .droptown-text button,
.top-bar-menu-items a {
    /* background-color:transparent; */
    /* border:none; */
    /* color:#fff; */
    font-size: 12px;
    line-height: 25px;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 4px 0px;
    padding: 5px 10px;
    font-weight: 600;
}

.top-bar-menu-items .droptown-text ul li a {
    color: #010101;
    transition: all .3s ease-in-out
}

.top-bar-menu-items .droptown-text button:focus,
.top-bar-menu-items .droptown-text button:hover,
.top-bar-menu-items .droptown-text ul li a:focus,
.top-bar-menu-items .droptown-text ul li a:hover,
.top-bar-menu-items a:focus,
.top-bar-menu-items a:hover {
    /* border:none; */
    box-shadow: none;
    /* color:#f6bb6d; */
}

.top-bar-menu-items .droptown-text ul li a:hover {
    background-color: #0189ff;
    /* color:#fff; */
}

.item-flex-align-center,
.item-flex-align-start,
.item-flex-center,
.item-flex-end,
.item-flex-space-around,
.item-flex-space-between,
.item-flex-start {
    display: flex;
    justify-content: start;
    padding: 4px 0;
}

.title-underline-cus2:after {
    /* left: 50%; */
    /* top: 115%; */
    transform: translate(0%, 0%);
}

.partners_carouser__pagination {
    display: block !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out !important;
    transform: translate(0, -25%);
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
}

table.cke_dialog_contents {
    margin-top: 50px !important;
}

.contact-section {
    padding: 20px 0;

    .contact-title {
        text-align: left;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.5;
        color: #1c2951;

    }

    /** start form style */

    .form-group {
        width: 100%;
        position: relative;
        border-bottom: 2px solid #adadad;
        margin-bottom: 37px;

        .form-control {
            background-color: #f6f6f654;
            border-radius: 0px !important;
            border: 0px solid #ccc;
            padding: 10px 15px;
            font-size: 14px;
            color: #000;
            outline: none;
            border: none;
        }

        .focus-input2 {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;

            &::before {
                content: "";
                display: block;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                height: 2px;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                background: rgba(219, 21, 99, 1);
                background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
                background: -o-linear-gradient(45deg, #d5007d, #e53935);
                background: -moz-linear-gradient(45deg, #d5007d, #e53935);
                background: linear-gradient(45deg, #d5007d, #e53935);
            }

            &::after {
                content: attr(data-placeholder);
                display: block;
                width: 100%;
                position: absolute;
                top: 0px;
                left: 0;
                font-family: Poppins-Regular;
                font-size: 13px;
                color: #999999;
                line-height: 1.2;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
            }
        }
    }

    /** end form style */

    /* .button-contactForm{
        background-color: #1c2951;
        color: #fff;
        border-radius: 0px;
        padding: 15px 10px 14px 10px;
        text-align: center;
        text-transform: uppercase;
        &:hover{
            background-color: #990b0b;
            color: #fff;
        }
    } */
    .media.contact-info {
        margin-bottom: 20px;

        .website_name {
            font-size: 26px;
            color: #1c2951;
            font-weight: 700;
        }

        i {
            font-size: 26px;
            color: #1c2951;
            margin-right: 15px;

            &:hover {
                color: #e9b11f;
            }
        }

        h3 {
            font-size: 26px;
            font-weight: 700;
            color: #1c2951;
        }

        p {
            font-size: 14px;
            color: #000;
        }
    }
}

.theme-btn {
    background-color: #1c2951;
    color: #fff;
    border-radius: 0px;
    padding: 15px 10px 14px 10px;
    text-align: center;
    text-transform: uppercase;

    &:hover {
        background-color: #990b0b;
        color: #fff;
    }
}

.theme-btn2 {
    background-color: #1c2951;
    color: #fff;
    border-radius: 0px;
    padding: 15px 10px 14px 10px;
    text-align: center;
    text-transform: uppercase;

    &:hover {
        background-color: #990b0b;
        color: #fff;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1f2b7b;
}

.nav-pills .nav-link {
    margin-bottom: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.p_star .placeholder {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 0;
}

b,
strong {
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #17244d;
}

p,
span,
div,
strong,
h1,
h2,
h3,
h4,
h5 {
    font-family: Inter, sans-serif !important;
    color: #17244d;
}

.breadcam_bg_2 {
    background: url(https://iwgc.lk/public/assets/frontend/img/banner/page-bg-area-img.jpg) no-repeat center center;
    background-size: cover;
    object-fit: fill;
    background-attachment: fixed;
    margin-top: 156px;
}

.sub_sub_menu {
    z-index: 99999999 !important;
    background: #fff !important;
    left: 160px !important;
    position: absolute !important;
    top: 5px !important;
}

.latest-items {
    padding-top: 95px;
    padding-bottom: 10px;
    text-align: center;
}

.p_star .placeholder {
    background-color: transparent !important;
}

.header-area .header-mid .menu-wrapper .main-menu ul {
    li {}

    li.active {
        a {
            color: #ED1B1B !important;
            font-weight: 600;
        }
    }
}


.header-right ul {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-right .dropdown {
    position: relative;
}

.header-right .dropdown-menu {
    /* display: none; */
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 1000;
    border: 1px solid #ccc;
    padding: 10px;
    min-width: 180px;
}

/* .header-right .dropdown:hover .dropdown-menu {
    display: block;
} */

.cart-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-area .header-mid .menu-wrapper .header-right ul.menu-customer-details {
    display: none !important;
}

.header-area .header-mid .menu-wrapper .header-right ul.menu-customer-details.show {
    display: grid !important;
    width: auto !important;
}

.header-area .header-mid .menu-wrapper .header-right ul.menu-cart-details {
    display: none !important;
}

.header-area .header-mid .menu-wrapper .header-right ul.menu-cart-details.show {
    display: grid !important;
    width: 260px;

    li {
        width: 235px;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
}

.nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    padding: 11px 19px 11px 18px;
    color: #140C40;
    line-height: 20px;
    border: 1px solid #EEE1E0;
    margin-bottom: 22px;
}

.header-area .header-top .header-info-left ul li.active a {
    color: #ff2020;
}

.genric-btn.primary,
.genric-btn.danger,
.genric-btn.info {
    padding: 0 12px 0 12px !important;
    text-align: center !important;
    display: block;
}

.section-bg2 {
    /* background: url(../../assets/frontend/img/banner/guitar-background.jpg); */
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                url('../../assets/frontend/img/banner/page_banner_bg.png');
    object-fit: fill;
    background-attachment: fixed;
    background-size: inherit;
    padding: 190px 0 150px 0;

    h2 {
        font-size: 44px;
        color: #17244d;
        text-shadow: 0px 0px 7px #ffffff;
    }
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    box-shadow: none;
    border-color: #e2e2e2 !important;
    border-style: solid !important;
    border-width: 1px !important;
    outline: 0 none;
}

.minicart-prd-action{
    width: 70px;
    a{
        border: 1px solid #d6641f;
    }
}

textarea {
    height: 120px !important;
}

.country_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 12px;

  padding-right: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}

.select2-container{
    .selection{
        .select2-selection--single{
            height: 40px;
            .select2-selection__rendered{
                height: 40px;
                align-content: center;
            }
            .select2-selection__clear{
                height: 40px;
                align-content: center;
            }
            .select2-selection__arrow{
                height: 40px;
                align-content: center;
            }
        }
    }
}


#loading_response {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: fixed;
    z-index: 99999999;
    text-align: center;
    align-content: space-between;
    /* left: 50%; */
    top: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
}

#loading_response:after {
    content: " ";
    display: inline-block;
    width: 180px;
    height: 180px;
    align-items: center;
    position: relative;
    margin: 15% 0;
    border-radius: 50%;
    border: 5px solid #cef;
    border-color: #cef transparent #cef transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

#loading_response .textloading {
    width: 100%;
    position: fixed;
    z-index: 999999999999;
    font-size: 35px;
    text-align: center;
    color: rgb(204 238 255 / 0.6);
    margin-top: 10%;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-close{
    background-color: rgb(255 255 255 / 0%);
    border: none;
    cursor: pointer;
    span{
        background-color: rgb(255, 255, 255);
        font-weight: 900;
        padding: 10px 15px;
        border: 1px solid #d6641f;
        border-radius: 30px;
        color: #d6641f;
    }
    &:hover{
        span{
            border: 1px solid #632b09;
            color: #632b09;
        }
    }
}