/* popup */

/* Wedding Popup Form */
#karma footer .col {
    padding-left: 0;
    padding-right: 0;
}

.btn-register-top{
    font-weight: 600;
}

.btn-register-top.active{
    background-color: #ffffff !important;
    color: #0083bf !important;
    font-weight: 600 !important;
}
.popup_twopalms_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.85) !important;
    overflow-y: auto !important;
    animation-duration: 400ms !important;
    animation-iteration-count: 1 !important;
    animation-fill-mode: both !important;
    animation-name: showmodal !important;
  }
  
  .fixbody {
    overflow: hidden;
  }
  
  .popup_twopalms_form_close{
      color: #755d3b;
      font-size: 35px;
      position: absolute;
      top: 14px;
      right: 12px;
      padding: 4px 9px;
      height: 25px;
      width: 25px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(https://storage.karmagroup.com/assets/karmagroup.com/2025/02/close-white.png);
      cursor: pointer;
  }
  
  .popup_twopalms_form_wrapper {
  
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0px;
    display: block;
    padding: 40px 0 0;
    flex-direction: row;
    justify-content: center;
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
  
  .popup_twopalms_form_wrapper .iti{
    width: 100%;
  }
  
  .topwedding{
    margin-top: 25px;
    margin-bottom: 20px;
  }
  
  .popup_twopalms_form_content{
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background: rgb(255, 255, 255);
    position: relative;
    /* max-height: 100%; */
    /* display: flex; */
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
    animation-duration: 400ms;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: topbounch;
    width: 100%;
    padding: 45px 75px 35px;
    max-width: 770px;
    overflow: auto;
    background-color: #0083bf;
    
    box-shadow: rgb(255 255 255 / 3%) 0px 8px 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transform: translateY(0);
    transition: transform .25s;
    visibility: visible;
    opacity: 1;
    max-height: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .popup_twopalms_form_content form .wpcf7-spinner {
    position: absolute;
  }
  
  .popup_twopalms_form_content form input[type='text'].wpcf7-not-valid, 
  .popup_twopalms_form_content form input[type='email'].wpcf7-not-valid,
  .popup_twopalms_form_content form input[type='tel'].wpcf7-not-valid {
    border-bottom: 1px solid #dc3232;
  }
  
  .popup_twopalms_form_content .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  
  .popup_twopalms_form_content form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .popup_twopalms_form_content form input[type='submit'] {
    background-color: #54BBBF;
    width: 100%;
    border: 2px solid #54BBBF;
    margin: 25px 0;
    font-size: 1.9rem;
    padding: 10px 0 13px;
    transition: all 0.25s;
    color: #ffffff;
  }
  
  .popup_twopalms_form_title{
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .popup_twopalms_form_subtitle{
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .popup_twopalms_form_content form input[type='text'], 
  .popup_twopalms_form_content form input[type='email'],
  .popup_twopalms_form_content form input[type='tel']{
    background: transparent;
    border: 0;
    /* border-bottom: 1px solid #ffffff; */
    width: 100%;
    text-align: center;
    padding: 15px;
    outline: 0;
    font-size: 1.1rem;
    background: #ffffff;
  }
  
  @keyframes topbounch {
    0% {
      opacity: 0;
      transform: translate(0px, 100%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes showmodal {
    0% {
      opactiy: 0;
    }
    100% {
      opacity: 0.6;
    }
  }
  
  /* EOF Wedding Popup Form */
  

/* eof popup */


.header-nav__section .btn-white-solid{
    display: none;
}
.body__wrapper .inner{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    max-width: 100% !important;
}
.artist-makers__section, .reservations__section, .carousel-item>.carousel-image, .preloader__section, .hero-banner__section {
    height: 100vh;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-center{
    display: block;
    margin: 0 auto;
}
.body__wrapper .inner h3{
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.mouse__wrapper{
    visibility: visible;
    position: relative;
    margin-top: 60px;
}
.bottom_space{
    margin-bottom: 25px;
}
#bio__section{
    padding: 40px 0 100px;
}
#bio__section .wrapcontent{
    padding: 0;
}
#bio__section .wrapcontent .wrapdetail{
    padding: 0 15px;
    max-width: 673px;
    margin: 0 auto;
}

#bio__section .chef__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#bio__section p{
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}

#bio__section .chef{
    
}
#video .carousel-item__video{
    height: 698px;
}
#bio__section p strong{
    font-weight: 700;
    font-size: 30px;
}
#bio__section img.logor{
    margin: 60px auto 40px;
}
#bio__section .wraptimer{
    padding: 0;
}
#bio__section .wraptimer #timer{
    border: 1px solid #0083BF;
    padding: 20px 0 10px;
    margin: 0 40px;
    vertical-align: middle;
    display: grid;
    grid-template-columns: 24% 1% 24% 1% 24% 1% 24%;
}
#bio__section .wraptimer #timer .box h4{
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    padding: 0;
}
#bio__section .wraptimer #timer .box h5{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    margin-top: 25px;
}
#bio__section .wraptimer #timer .box label{
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 23px;
    color: #0083BF;
    text-transform: uppercase;
}
#bio__section .wrapbtn{
    margin-top: 34px;
    display: block;
}
#bio__section .wrapbtn .fas{
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 14px;
    font-size: 10px;
    margin-left: 10px;
}
.linkcenter{
    width: 220px;
    display: block;
    margin: 0 auto;
    padding: 13px !important;
    font-weight: 600;
}
.linkcenter2{
    width: 220px;
    display: block;
    /* margin: 0 auto; */
    margin: 0 0 0 90px;
    padding: 13px !important;
    font-weight: 600;
}
#profile{
    padding: 170px 0 100px;
    background: url(../../../assets/images/bg_dj.jpg) no-repeat center center;background-size:cover;
}
#profile .social{
    margin: 30px 0 40px;
}
#profile h1{
    font-size: 70px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 43px;
}
#profile img{
    margin-bottom: 0;
}
#profile img.profileicon{
    margin: 40px auto 0;
}
#profile p{
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}
#profile p strong{
    font-weight: 700;
    font-size: 33px;
    color: #ffffff;
}
#profile .wrapbtn{
    margin-top: 34px;
}
#profile .wrapbtn .fas{
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 14px;
    font-size: 10px;
    margin-left: 10px;
}
.section_events_reservations{
    background: linear-gradient(45deg, rgba(215, 244, 190, 1) 20%, rgba(54, 144, 255, 1) 100%);
    padding: 60px 0;
    margin-top: -10px;
}
.section_events_reservations h2{
    font-size: 43px;
    font-weight: 700;
    color: #0083BF;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}
.section_events_reservations p{
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}
.section_events_reservations p strong{
    font-weight: 700;
}
.section_events_reservations .wrapbtn{
    margin: 20px 0 65px;
}
.section_events_reservations .wrapbtn .fas{
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 14px;
    font-size: 10px;
    margin-left: 10px;
}
.section_events_reservations .pcustom p{
    color: #575757;
    font-size: 18px;
}
.section_events_reservations .socialmedia{
    text-align: center;
    margin-top: 60px;
    padding: 0;
}
.section_events_reservations .socialmedia li{
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
}
.section_events_reservations .socialmedia li a{
    display: block;
    margin:0 20px;
}
.section_events{
    margin-top: 30px;
    margin-bottom: 70px;
}
.event_grid_item_wrap{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.event_grid_item_wrap::before{
    content: " ";
    display: block;
}
.event_grid_item_wrap img{
    width: 100%;
    opacity: 0.7;
}
.event_grid_item_title_wrap{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    z-index: 2;
}
#basefooter{
    padding: 40px 0;
}
#basefooter h3{
    font-size: 18px;
    color: #8d7249;
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase;
}
#basefooter ul{
    padding: 0;
    margin: 0;
}
#basefooter ul li a{
    color: #ffffff;
    text-decoration: none;
}
#basefooter ul li{
    width: 200px;
}
#basefooter ul li a:hover{
    color: #bdbdbd;
}
#basefooter form input[type=text],
#basefooter form input[type=email]{
    border: 0;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background: #363636;
    color: #fff;
    -webkit-appearance: none;
}
#basefooter form input[type=submit]{
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#basefooter .lower_footer p{
    color: #9f9f9f;
    font-size: 14px;
    width: 100%;
}
#basefooter .lower_footer .space{
    border-top: 1px solid #514646;
    margin-top: 30px;
}
#basefooter .appkarma{
    display: flex;
}
#basefooter .appkarma .appkarma__title {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
    width: 62%;
    text-align: center;
}
#basefooter .appkarma .appkarma__icon{
    display: grid;
    grid-template-columns: 50% 50%;
}
#basefooter .appkarma .appkarma__icon a{
    display: block;
}
#basefooter .appkarma .appkarma__icon a img{
   width: 100px;
   margin: 0 5px;
}
#basefooter .social_icons_group .icon-sm {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    background-color: #ffffff40;
    border-radius: 50px;
    text-align: center;
    margin: auto 5px;
    position: relative;
    color: #191919;
    line-height: 39px;
}
#feed img{
    width: 100%;
}


.img-logo{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bio__section p.detail_small{
    font-size: 16px;
    line-height: 27px;
}

.content_profile{
    max-width: 664px;
    margin: 70px auto;
}

.menuImages_slider {
    padding-top: 19%;
    padding-bottom: 16px;
    padding-left: 80px;
    padding-right: 0;
}

.menuImages_item::after {
    content: "";
    display: block;
    padding-bottom: 119%;

}

.menuImages_item{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

section#video {
    background-color: #000;
}

@media screen and (max-width: 1440px) {
    #bio__section .wrapcontent{
        padding: 0;
    }
    #bio__section p strong{
        font-weight: 700;
        font-size: 22px;
    }
    #bio__section p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .section_events_reservations h2{
        font-size: 38px;
    }
    .event_grid_item_wrap{
        max-width: 310px;
    }
}
@media screen and (max-width: 991px) {
    #bio__section p strong {
        font-weight: 700;
        font-size: 27px;
    }
    .body__wrapper .inner h3 {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
    }
    .popup_twopalms_form_content{
        width: 93%;
        padding: 40px 50px 30px;
    }
    .popup_twopalms_form_title{
        font-size: 1.6rem;
    }
    .popup_twopalms_form_content form input[type=text], 
    .popup_twopalms_form_content form input[type=email], 
    .popup_twopalms_form_content form input[type=tel]{
        font-size: 1rem;
    }
    .event_grid_item_title_wrap h3{
        font-size: 1.5em;
    }
    .section_events{
        margin-top: 0;
    }
    .event_grid_item_wrap{
        /* margin-top: 0; */
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .menuImages_slider{
        padding: 15px;
    }
		.m-margin-top-zero{
			margin-top: 0 !important;
		}
    .linkcenter2{
        margin: 0 auto;
    }
    .menuImages_item::after {
        padding-bottom: 108%;
    }
    #video .carousel-item__video{
        height: auto;
    }
    #bio__section .wraptimer #timer{
        grid-template-columns: 49% 1% 49%;
    }
    .section_events_reservations .socialmedia li a {
        display: block;
        margin: 0 8px;
    }
    .small_hide{
        display: none;
    }
    .small_show{
        display: block !important;
    }
    .mouse__wrapper {
        bottom: 5px;
    }
    #bio__section .wraptimer #timer{
        padding: 20px 10px;
    }
    .body__wrapper .inner h3{
        font-size: 27px;
        line-height: 1.3em;
    }
    #profile h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .section_events_reservations h2{
        font-size: 22px;
        line-height: 1.3em;
    }
    #basefooter{
        padding: 40px 0 100px;
    }
    #bio__section {
        padding: 50px 0;
    }
    #bio__section p {
        font-size: 17px;
        line-height: 1.75em;
    }
    #bio__section p strong{
        font-size: 24px;
    }
    #profile p {
        font-size: 17px;
        line-height: 1.75em;
    }
    .section_events_reservations p{
        font-size: 17px;
        line-height: 1.75em;
    }
    #profile p strong{
        font-size: 24px;
    }
    #bio__section img.logor {
        margin: 0 auto 35px;
        max-width: 200px;
    }
    .section_events_reservations{
        padding: 60px 0 40px;
    }
    .mouse__wrapper{
        position: relative;
        margin-top: 30px;
    }
    #profile{
        padding: 60px 0;
        background: url(../../../assets/images/bg_dj.jpg) no-repeat 35%;
        background-size:cover;
    }
    #profile img.title{
        width: 280px;
    }
    .section_events_reservations .wrapbtn {
        margin: 25px 0;
    }
    .section_events_reservations .socialmedia {
        text-align: center;
        margin-top: 25px;
        padding: 0;
    }
    .body__wrapper .inner{
        bottom: 0;
    }
    .hero-banner__section {
        background-image: url(../../../assets/images/banner_1.jpg) !important;
    }

    .img-logo {
        width: 100%;
        max-width: 250px;
    }
    .content_profile {
        margin: 30px auto;
    }
    .event_grid_item_title_wrap br{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .popup_twopalms_form_content{
        width: 93%;
        padding: 40px 25px 30px;
    }
}


@media screen and (max-width: 480px) {
    .header-nav__section .btn-primary, .header-nav__section .btn-karmabeach, .mouse__wrapperX, a.carousel-control-prev, a.carousel-control-next {
        display: block;
    }
    .header-nav__section .btn-white-solid {
        display: none;
    }
    .ig_header{
        display: none !important;
    }
    .mouse__wrapper {
        position: relative;
        margin-top: 10px;
    }
    .body__wrapper .inner h3 {
        font-size: 27px;
        line-height: normal;
    }
    .hero-banner__section {
        background-image: url(../../../assets/images/banner_1.jpg) !important;
    }
}