.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
    background-color: #0b0f19;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active>.page-loading-inner {
    opacity: 1;
}

.page-loading-inner>span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
}

[data-bs-theme="dark"] .page-loading-inner>span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
    border-color: rgba(255, 255, 255, .4);
    border-right-color: transparent;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


a {
    text-decoration: none;

}

.emerging-theme {
    background-color: #cbcecf !important;
    color: #000000;
    font-weight: bold;
}

.notable-theme {
    background-color: #d2d7e4 !important;
    color: #000000;
    font-weight: bold;
}

.seasoned-theme {
    background-color: #e0daf7 !important;
    color: #000000;
    font-weight: bold;
}

.features-theme {
    background-color: #f1f1f1 !important;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

.bg-pricing {
    background: url('../img/bg-pricing.jpg');
}

.bg-pricing-2 {
    background: url('../img/bg-pricing.jpg');
    color: #000000;
}

.bg-pricing h2 {
    color: #fff;
}




.mt90 {
    margin-top: 80px;
}


:root {
    --background: #F5F7FA;
    --white: #fff;
    --grey: #434A54;
    --grey-light: #656D78;
    --border-radius: 4px;
}

@media screen and (min-width: 1300px) {}


@media screen and (min-width: 1900px) {}

.artsist-portfolio {
    height: 27rem;
    overflow: none;

}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity as needed */
}

.home-text-block .home-text {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: end;
}

@media only screen and (max-width: 800px) {
    .artsist-portfolio {
        overflow: auto;
        display: grid;
        place-items: center;
    }
}


.news-email {
    border: 1px solid red !important;
}

/* pricing table */
.pricing-table {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.pricing-table td {
    padding: 0px;
    border-left: 1px solid transparent;
}

.pricing-table .pricing-table-list td {
    padding: 10px 8px;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    background: #F9F9F9;
}

.pricing-table .pricing-table-list .glyphicon-ok {
    color: #68AF27;
}

.pricing-table .pricing-table-list .glyphicon-remove {
    color: #C22439;
}

.pricing-table .pricing-table-list td:first-child {
    font-weight: 600;
    text-align: left;
    border-left: 0px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) td {
    background: #F2F2F2;
}

.pricing-table .pricing-table-text h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 33px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #009AD7;
}

.pricing-table .pricing-table-text p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.pricing-table .pricing-table-item {
    color: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-head {
    padding: 10px 5px;
    text-align: center;
    background: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
    font-size: 11px;
    font-weight: 400;
}

.pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 15px 10px;
    text-align: center;
    background: #FFF;
    color: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 41px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-price p span {
    font-size: 12px;
    font-weight: 300;
}

.pricing-table .pricing-table-item .pricing-table-item-price>span {
    font-size: 12px;
    font-weight: 400;
    color: #009AD7
}

.pricing-table .pricing-table-item .pricing-table-item-purchase {
    padding: 10px 5px;
    background: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* eof pricing table */

.widget-block.footer .footer-information li a {
    font-size: 22px;
    cursor: default;
}

.list-unstyled strong {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.list-unstyled p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .banner-title {
        color: #fff;
        font-size: 25px;
        line-height: 32px;
        font-weight: bolder;
        margin-bottom: 10px;
    }

    .banner-subtitle {
        font-size: 12px;
        color: #fff;
        font-weight: lighter;
    }




}




.mt-top-0 {
    margin-top: -100px;
}

.join-btn {
    font-family: "Raleway";
}

.txt {
    font-size: 30px !important;
}

.error-message {
    margin-top: -16px;
}

.error-message2 {
    text-align: initial;
    margin-top: -20px;
}







*,
*:before,
*:after {
    box-sizing: border-box;
}




.pricing-plan {
    position: relative;
    padding: 40px 0;
    text-align: center;
    background-color: #F5F7FA;
    box-shadow: 0px 1px 2px 0px rgba(67, 74, 84, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.pricing-plan:hover {
    z-index: 1;
    transform: scale(1.04);
    transition: 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.pricing-plan:first-child .pricing-plan__price {
    color: #65C163;
}

.pricing-plan:first-child:before {
    background-image: linear-gradient(90deg, #BEDE2F 0%, #30C85F 100%);
}

.pricing-plan:nth-child(2) {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 2;
    transform: scale(1.07);

}



.pricing-plan:nth-child(2) .pricing-plan__price {
    color: #31A3D2;


}

.pricing-plan:nth-child(2):before {
    background-image: linear-gradient(90deg, #29C4CF 0%, #3A7BD5 100%);
}

.pricing-plan:nth-child(3) .pricing-plan__price {
    color: #31A3D2;
}

.pricing-plan:nth-child(3):before {
    background-image: linear-gradient(90deg, #BEDE2F 0%, #30C85F 100%);
}

.pricing-plan:last-child .pricing-plan__price {
    color: #794EB1;
}

.pricing-plan:last-child:before {
    background-image: linear-gradient(90deg, #3E6DCC 0%, #9014E8 100%);
}

.pricing-plan:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}


.pricing-plan--featured {
    z-index: 1;

    margin: -30px -20px;
    box-shadow: 0px 8px 25px 0px rgba(#434A54, 0.16);


}

.pricing-plan__name {
    margin-top: 30px;
}

.pricing-plan__name,
.pricing-plan__price {
    font-weight: 200;
}

.pricing-plan__name {
    font-size: 32px;
    margin: 0 0 25px 0;
}

.pricing-plan__price {
    font-size: 60px;
    margin: 0 0 5px 0;
}

.pricing-plan__disclosure {
    font-size: 12px;
    color: mix(#434A54, #fff, 50%);
}

.pricing-plan__feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 25px;
    line-height: 2.5;
    color: #656D78;
    ;
}

.bg-custome {
    background: url(../../../assets/website-assets/img/bg-p.jpg);
    background-position: cover;

    background-size: auto;

}


swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
    box-shadow: 10 10 10 #000;
}

swiper-slide h4 {
    position: relative;
    bottom: 50px;
    left: 20px;
    font-size: 22px;
    color: #fff;
}

swiper-slide img {

    display: block;
    width: 100%;

}

.bg-grdark {
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
}

.bg1 {
    background: url(../../../assets/website-assets/img/bg-p.jpg);
    background-position: cover;
    background-size: auto;
}

.bg2 {
    background: url(../../../assets/website-assets/img/bg-p.jpg);
    background-position: cover;
    background-size: auto;
}

.bg3 {
    background: url(../../../assets/website-assets/img/bg-p.jpg);
    background-position: cover;
    background-size: auto;
}





.widget,
.post-info {
    margin-bottom: 60px;
}

.widget {
    font-size: 14px;
}

.widget h5 {
    text-transform: uppercase;
}

.textwidget a {
    text-decoration: none;
    color: #A0A0A0;
    line-height: 25px;
}

::placeholder {
    font-size: 18px;
}

.input-group input {
    height: 50px;
    width: 90%;
    background-color: transparent;
    border: none;
    outline: 0px;
}


.Newsletter {
    height: 50px;
    width: 100%;
    background-color: transparent;
    outline: 0px;
    border: 0px;
}

.Newsletter1 input {
    border: 1px solid rgb(102, 101, 101);
}

.Newsletter1 label {
    text-transform: uppercase;
    font-weight: 600;
}


.text-footer p {
    font-size: 13px;
}

.menu-footer {
    background-color: transparent;

}

.menu a {
    text-decoration: none;
}

.menu-footer ul li {
    display: inline;
}

.menu-footer1 {
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.menu a {
    color: #A0A0A0;
}

.socials-table tr td a i {
    font-size: 30px;
}

.socials-table tr {
    gap: 30px;
    display: flex;
    line-height: 50px;
}

@media (max-width: 767px) {
    .menu-footer ul {
        display: flex;
        flex-direction: column;
    }

    .menu-footer ul li {
        display: block;
    }

    .menu-footer1 {
        display: flex;
        justify-content: center;
    }

    .custom {
        display: flex;
        justify-content: center;
    }
}



/* icon-logo  */

.textfont h1 {

    color: #414040;
}

.textfont p {

    color: #A0A0A0;
}

.textfont .card {
    border: none;
}

.container .textfont {
    display: flex;
    justify-content: center;
}



.minhcard {
    min-height: 90px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* *--------------------------------* */



/* Example CSS for the swiper-container */
.mySwiper {
    width: 100%;
    height: 100%;
}

/* Style for the swiper-slide */
.swiper-slides {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Custom shadow for images */
.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.minhpara {
    min-height: 90px;
}

.mt-5 {
    margin-top: 0px !important
}

/* gellery css */
.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}


.modalscale {
    transform: scale(0);
    opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
    transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.lightbox-enabled:hover {
    transform: scale(1.1)
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn,
#close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;

    font-size: 50px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}


.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}


.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

.f-16 {font-size: 18px;}

.accordion-header {font-size: 18px; font-weight:bold;}
.accordion-body {font-size: 18px;}
