/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
html, body{
    overflow-x: hidden;
}

/*------ headings ----*/

.headings span{
    font-size: 64px !important;
    line-height: 74px !important;
}
.sticky{
    background-color: #fff !important;
}

/*--- banner slider ----*/

.banner-slider .swiper-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    width: 60% !important;
    right: 30px;
    left: auto !important;
    height: 1px !important;
}
.banner-slider .swiper-pagination-progressbar-fill{
    height: 4px !important;
}
.banner-slider .swiper-pagination-progressbar {
    background: #9900ff44 !important;
}

.banner-slider{
    position: relative;
}
.banner-slider::after {
    position: absolute;
    content: "";
    background-color: #00D0FF;
    height: 113px;
    width: 83px;
    left: -25px;
    top: 17px;
}
.banner-slider::before{
    position: absolute;
    content: "";
    background-color: #00D0FF;
    height: 113px;
    width: 215px;
    right: 25px;
    bottom: 10px;
}

/*----- About-Us-Section ----*/

.baout-sec .about-img{
    position: relative;
}

.baout-sec .about-img::after{
    content: "";
    position: absolute;
    background-color: #00D0FF;
    height: 211px;
    width: 200px;
    left: -20px;
    top: 20px;
    z-index: -1;
}
.baout-sec .about-img::before{
    content: "";
    position: absolute;
    background-color: #00D0FF;
    height: 113px;
    width: 298px;
    right: 20px;
    bottom: -20px;
    z-index: -1;
}

.about-edi .edi-img{
    position: relative;
}

.about-edi .edi-img::after{
    content: "";
    position: absolute;
    background-color: #00D0FF;
    height: 113px;
    width: 298px;
    left: 20px;
    top: -20px;
    z-index: -1;
}

.about-edi .edi-img::before{
    content: "";
    position: absolute;
    background-color: #00D0FF;
    height: 113px;
    width: 298px;
    right: 20px;
    bottom: -20px;
    z-index: -1;
}

/*---- Testimonial section ---*/

.testimonial-loop .swiper-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    width: 40% !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    height: 1px !important;
}

.testimonial-loop .swiper-pagination-progressbar-fill{
    height: 4px !important;
    background: #fff !important;
}

.testimonial-loop .swiper-pagination-progressbar {
    background: #ffffff51 !important;
}

/*---- Subcription Scetion -----*/

.subcription-section .row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 38px 30px;
    background-color: #D6BEFA !important;
}

.subcription-section .package-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
}

.subcription-section .row .col-md-3 {
    width: 27%;
}

.subcription-section .package-wrap h3{
     text-align: left;
     font-weight: 400;
    font-size: 32px !important;
    line-height: 37px !important;
    margin-bottom: 10px !important;
    color: #000;
}
.subcription-section .package-wrap p{
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

.subcription-section .package-wrap .membership-des{
    font-size: 16px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    margin-bottom: 16px;
}
.subcription-section .amount bdi{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #9900ff;
}
.price-wrap{
    margin-bottom: 25px;
}
.subcription-section .subscription-details{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181059;
}

.subcription-section .second-wrap{
    display: flex;
    flex-direction: column;
}

.subcription-section .sub-btn{
    background: linear-gradient(270deg, #ff00e6 0%, #9900ff 71%);
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.subcription-section .sub-btn:hover{
    background: linear-gradient(270deg, #9900ff 0%, #ff00e6 71%);
    padding: 15px 20px;
    color: #ffffff;
}

.subcription-section .row .col-md-3:nth-child(2){
    padding: 36px 27px;
    background: linear-gradient(317.56deg, #ff00e6 -4%, #9900ff 45.55%);
    box-shadow: 6px 12px 32px rgba(0, 0, 0, 0.12);
    /* transform: translateY(-90px); */
    margin-top: -90px;
}

.subcription-section .row .col-md-3:nth-child(2) h3 {
   color: #fff;
}

.subcription-section .col-md-3:nth-child(2) p{
    color: #ffffff;
}

.subcription-section .col-md-3:nth-child(2) .sub-btn{
    background: #fff;
    padding: 15px 20px;
    color: #9900ff;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.subcription-section .col-md-3:nth-child(2) .sub-btn:hover{
    color: #ff00e6;
}

.subcription-section .col-md-3:nth-child(2) .amount bdi{
    color: #fff;
}

.subcription-section .col-md-3:nth-child(2) .subscription-details{
    color: #fff;
}

.subcription-section .col-md-3:nth-child(2){
    width: 32%;
}

.subcription-section .col-md-3:nth-child(2) .subcription-section .package-wrap {
    min-height: 500px;
}


/*----- Exhivition Page ---*/

.gradient-btn .elementor-button{
    background: -webkit-linear-gradient(#ff00e6, #9900ff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.gradient-btn .elementor-button:hover{
    background: -webkit-linear-gradient(#9900ff, #ff00e6) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/*--- Aplly Now form ----*/

.apply-form label, legend{
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000000 !important;
    margin-bottom: 11px !important;
    font-weight: 500 !important;
}

.apply-form .gfield_required{
    display: none !important;
}

.apply-form textarea{
    height: 100px !important;
    background-color: #fff !important;
    padding-left: 30px !important;
    padding-top: 16px !important;
    border: 0 !important;
    outline: none !important;
    resize: none;
    border-radius: 0 !important;
    font-size: 16px !important;
}
.apply-form input[type=text], .apply-form input[type=email], .apply-form input[type=tel]{
    height: 58px !important;
    background-color: #fff !important;
    padding-left: 30px !important;
    border: 0 !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
}
.apply-form .gfield_html{
    font-family: Alegreya Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-top: 25px !important;
    color: #000 !important;
}

.apply-form .gform_footer {
    justify-content: center;
    padding-top: 25px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.apply-form input[type=submit]{
    background: linear-gradient(270deg, #ff00e6 10%, #9900ff 62%);
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 15px 50px !important;
    transition: 0.5s ease-in-out;
    outline: none !important;
}

.apply-form input[type=submit]:hover{
    background: linear-gradient(270deg, #9900ff 10%, #ff00e6 62%);
}

.apply-form .gfield_list{
    position: relative;
}
.apply-form .gfield_list .gfield_list_icons{
    position: absolute;
    right: -25px;
    bottom: -24px;
}
.apply-form .add_list_item{
    position: relative;
}
.apply-form .gfield_list_icons::after {
    position: absolute;
    content: "Add Link";
    top: -5px;
    left: -53px;
    color: #000;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}
.apply-form .gfield_list_icons::before {
    position: absolute;
    content: "";
    width: 73px;
    height: 1px;
    background-color: #000;
    left: -54px;
    bottom: -4px;
}

.apply-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}

.apply-form .gform_validation_error #validation_message_1_4{
    margin-top: 40px !important;
}
.apply-form .gform_confirmation_message{
    text-align: center !important;
}



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height: 30px;
}
.woocommerce form.cart {
    margin-top: 25px;
}
.single.single-product div.content-area {
    margin-top: 125px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 0 0 6px !important; 
}
.woocommerce form.cart .quantity .qty {
    height: 54px;
    border-radius: 0px;
    font-size: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-image: linear-gradient(230deg, #FF00E6 0%, var(--e-global-color-accent) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
}
/*---- Artist-listing ----*/

.artist-container{
    display: flex !important;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    column-gap: 31px;
    row-gap: 46px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.artist-container .list-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 31%;
}
.artist-container .list-wrapper img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.artist-container .list-wrapper h4{
    font-family: Baskerville;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    padding: 10px 0;
    margin: 0 !important;
    color: #000;
}
.artist-container .list-wrapper p{
    text-align: center;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
}

.artist-container .art-btn{
    background: -webkit-linear-gradient(#ff00e6, #9900ff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    border-bottom: 2px solid #9900ff;
    transition: 0.5 ease-in-out;
}
.artist-container .art-btn:hover{
    background: -webkit-linear-gradient(#9900ff, #ff00e6) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border-bottom: 2px solid #ff00e6;
}


/*--- Light boxes ---*/

.elementor-slideshow__footer {
    display: none !important;
}

/*---- Check Out ---*/

.check-out-details .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #9900ff !important;
}
.check-out-details .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #D6BEFA;
    color: #fff !important;
}
.check-out-details .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: none !important;
    
}

/*---- Woo Commerce buttons ----*/

.woocommerce-form input{
    border: 1px solid #D6BEFA !important;
}

.woo-com-account .woocommerce-Button, .button{
    color: #fff !important;
    background: linear-gradient(270deg, #FF00E4 3%, #9900ff 87%) !important;
    padding: 17px 35px !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-weight: 700 !important;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
}
.woo-com-account .button:hover{
    background: linear-gradient(270deg, #9900ff 3%, #FF00E4 87%) !important;
}
.woo-com-account .woocommerce-Button:hover{
    background: linear-gradient(270deg, #9900ff 3%, #FF00E4 87%) !important;
}

.woo-com-account .woocommerce-info {
    border-top-color: #9900ff !important;
}
.woo-com-account .woocommerce-info::before {
    color: #9900ff !important;
}
.woo-com-account h2{
    font-size: 40px !important;
    line-height: 47px !important;
}

.woo-com-account .woocommerce-form label{
    font-family: Alegreya Sans !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000 !important;
}

.woo-com-account .woocommerce-orders-table__cell-order-actions{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.woo-com-account .woocommerce-orders-table__cell-order-number a{
    color: #9900ff !important;
}

.woocommerce-order .woocommerce-notice{
 color: #000 !important;
 padding-bottom: 10px !important;
}
.woocommerce-order  h2{
    font-size: 35px !important;
    line-height: 46px !important;
    color: #000 !important;
    padding-bottom: 15PX !important;
}
.woocommerce-order .woocommerce-order-overview{
    padding: 0 !important;
}
.woocommerce-order address{
    padding: 20PX !important;
    border: 1px solid #D6BEFA !important;
    border-radius: 0 !important;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    gap: 15px !important;
}

.woocommerce-order .woocommerce-order-overview {
    padding: 0 !important;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px !important;
}

.shop_table td, th{
    padding: 10px !important;
    border-top: 1px solid #D6BEFA !important;
    background-color: #fff !important;
}
.product-name a{
    color: #9900ff !important;
}

/* 16.9.25 */
.row-new {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -12px;
    align-items: center;
}
.col-new {
    /* width: 50%; */
    padding: 0px 12px;
}
.col-one{
width: 31%;
}
.col-two{
width: 53%;
}
.col-three{
width: 16%;
}
.inr-new-img img{
width: 100%;
}
.content-new {
    padding: 0px 30px;
    border: 1px solid #0000003B;
    border-top: none;
    border-bottom: none;
}
.grad-btn {
    background-color: #FF00E600;
    /* fill: var( --e-global-color-secondary ); */
    color: var( --e-global-color-secondary ) !important;
    border:2px solid var( --e-global-color-secondary );
    border-radius: 0px;
    padding: 14px 27px 14px 27px;
    font-family: "Alegreya Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.05em;
    display: inline-block;
}
.grad-btn:hover {
    background-color: transparent;
    color: var( --e-global-color-primary ) !important;
    background-image: linear-gradient(90deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);
}
 
.date-para {
    color: #000;
    margin-bottom: 17px !important;
    font-size: 30px;
}
.date-para span{
    font-weight: 700;
    display: inline-block;
}
.content-new h4 {
    margin-top: 0;
    color: #000;
    font-size: 32px !important;
    line-height: 1.4em !important;
}
/* 16.9.25 */
/*---- Responsiveness ----*/


@media(max-width: 1366px){
    .headings span{
        font-size: 50px !important;
        line-height: 55px !important;
    }
        /* 16.9.25 */
.content-new h4 { 
    font-size: 30px !important; 
}

            /* 16.9.25 */
}
@media(max-width: 1199px){
    /* 16.9.25 */
.date-para { 
    font-size: 26px;
}
.col-two {
    width: 50%;
}
.col-three {
    width: 19%;
}
.content-new {
    padding: 0px 20px; 
}
  /* 16.9.25 */
}
@media(max-width: 1024px){

    .headings span{
        font-size: 40px !important;
        line-height: 45px !important;
    }
.gform_wrapper.gravity-theme .gfield_list_group {
        border: 0 !important;
        padding: 0 !important;
    }
.gform_wrapper.gravity-theme .gfield_list_icons {
    padding: 0 !important;
    background: transparent !important;
}
.apply-form .gfield_list .gfield_list_icons {
    right: -26px;
    bottom: -22px;
}

.artist-container .list-wrapper{
    width: 48%;
    justify-content: space-between;
}
.artist-container .list-wrapper h4{
    font-size: 30px;
    line-height: 40px;
}

/*--- Subcription section ---*/

.subcription-section .package-wrap p {
    font-size: 15px;
    line-height: 23px;
}

.subcription-section .package-wrap h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}
.subcription-section .package-wrap {
    min-height: 455px;
}
.subcription-section .row .col-md-3 {
    width: 30%;
}
.subcription-section .row {
    padding: 30px 15px;
}
.subcription-section .row .col-md-3 {
    width: 32%;
}
.subcription-section .row .col-md-3:nth-child(2) {
    padding: 25px 20px;
}
.woo-com-account .register{
    height: 775px !important;
}
  /* 16.9.25 */
.content-new h4 { 
    font-size: 25px !important; 
}
  /* 16.9.25 */
}
@media(max-width: 991px){
  /* 16.9.25 */
  .col-two {
    width: 48%;
}
.date-para {
    font-size: 22px;
    margin-bottom: 7px !important;
}
.col-three {
    width: 21%;
}
  .content-new h2{
    font-size: 28px !important;        line-height: 1.2em;
  }

.grad-btn { 
    padding: 10px 19px 10px 19px; 
    font-size: 16px; 
}
    /* 16.9.25 */
}
@media(max-width: 767px){

    .headings span {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .subcription-section .row .col-md-3:nth-child(2) {
        margin-top: 0;
    }
    .subcription-section .row{
        gap: 30px;
    }
    .subcription-section .row .col-md-3 {
        width: 100%;
    }
    .subcription-section .package-wrap {
        min-height: 420px;
    }

    .banner-slider::after {
        height: 113px;
        width: 26px;
        left: -9px;
    }
    .banner-slider::before {
        height: 37px;
        width: 130px;
        right: 25px;
        bottom: 20px;
    }
    .baout-sec .about-img::before {
        height: 113px;
        width: 154px;
        bottom: -16px;
    }

    .about-edi .edi-img::after {
        width: 160px;
        left: 10px;
        top: -17px;
    }
    .about-edi .edi-img::before {
        width: 160px;
        right: 20px;
        bottom: -17px;
    }

    .apply-form .gfield_list .gfield_list_icons {
        right: -6px;
        bottom: -22px;
    }
    .artist-container{
        row-gap: 30px;
    }
    .artist-container .list-wrapper{
        width: 100%;
        justify-content: space-between;
    }
    .apply-form input[type=submit] {
        padding: 10px 40px !important;
    }

    /*--- Woo-Commerce Chnages ---*/

    .woo-com-account .u-columns h2 {
        font-size: 30px !important;
        line-height: 34px !important;
        margin: 0 !important;
    }
    .woo-com-account .login{
        height: unset !important;
    }
    .woo-com-account .register{
        height: unset !important;
    }
    .woo-com-account .woocommerce-Button, .button{
        padding: 17px 28px !important;
        font-size: 13px !important;
    }
    .woo-com-account .woocommerce-form{
        padding: 10px !important;
    }
    .woo-com-account .woocommerce-form label {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .apply-form textarea{
        padding-left: 20px !important;
        padding-top: 10px !important;
    }
    .apply-form input[type=text], .apply-form input[type=email], .apply-form input[type=tel]{
        padding-left: 20px !important;
    }

    .woocommerce-order .woocommerce-order-overview {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .woocommerce ul.order_details li {
        border-right: 0px dashed #cfc8d8 !important;
    }

    .woo-com-account h2{
        font-size: 25px !important;
        line-height: 36px !important;
    }
    .woocommerce-order h2 {
        font-size: 25px !important;
        line-height: 36px !important;
        padding-top: 15px;
    }
    
    /* 16.9.25 */
 
.col-new {
    width: 100%; 
    margin-bottom: 20px;
}
.row-new { 
    margin-bottom: -20px;
}
.content-new {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
    border: none;
    padding: 0;
}
.text-small{
    text-align: center;
}
    /* 16.9.25 */
}

@media(max-width: 640px){
    .apply-form .gfield_list .gfield_list_icons {
        right: 14px;
        bottom: -11px;
    }


    .apply-form textarea {
        padding-left: 10px !important;
    }

    .apply-form .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 5px !important;
    }

    .apply-form label, legend {
        font-size: 17px !important;
        line-height: 26px !important;
        color: #000000 !important;
        margin-bottom: 7px !important;
    }

    .woo-com-account .login{
        height: unset !important;
    }
}