@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.smajik_bg{
    background: url('../images/img-1.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 15px;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
}
.smajik_banner{
    position: relative;
}
.smajik_banner img{
    width: 100%;
    border-radius: 10px;
}
.smajik_banner h4{
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.smajik_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.smajik_list ul li{
    margin: 0;
    padding: 10px 0px;
    border-bottom: 3px solid rgba(255, 133, 90, 0);
}
.smajik_list ul li.active{
    border-bottom: 3px solid rgba(255, 133, 90, 1);
}
.smajik_list ul li a{
    text-decoration: none;
    color: rgba(255, 133, 90, 0.6);
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: bold;

}
.smajik_list ul li.active a{
    color: rgba(255, 133, 90, 1);   
}
.card_detail{
    padding: 40px 0px 20px 0px;
}
.card_detail:last-child{
    margin-bottom: 80px;
}
.user_card_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.user_card_list ul li{
    margin: 0;
    padding: 0;
}
.user_card_list ul li img.user_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.user_card_list ul li.user_name{
    padding-left: 10px;
    flex-grow: 1;
    padding-right: 5px;
}
.user_card_list ul li h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    word-break: break-word;
}
.user_card_list ul li h5{
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}
.user_card_list ul li a{
    text-decoration: none;
    color: #092545;
    font-size: 12px;
    border: 1px solid #FFA383;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    font-weight: 600;
    width: 130px;
}
.user_card_list ul li a img{
    width: 15px;
    margin-right: 5px;
}
.user_image_list{
    padding: 20px 0px 0px 0px;
}
.user_image_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user_image_list ul li{
    margin: 0;
    padding: 5px 5px 0px 0px;
    width: 48%;
    flex: auto;
}
.user_image_list ul li a img{
    width: 100%;
    border-radius: 10px;
    min-height: 170px;
}
.card_detail p{
    font-size: 14px;
    color: #092545;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0px;
}
.share_card{
    padding-top: 20px;
}
.share_card ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.share_card ul li{
    margin: 0;
    padding: 0px 20px 0px 0px;
}
.share_card ul li a{
    text-decoration: none;
    font-family: 'HK Grotesk';
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.share_card ul li a img{
    width: 20px;
    margin-right: 5px;
}
.share_card ul li h6{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: bold;
    font-family: 'HK Grotesk';
    text-transform: uppercase;
}
.overlay_div{
    position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.overlay_div h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: #fff;
    font-size: 46px;
}
.upload_main{
    padding: 40px 0px;
    text-align: center;
    max-width: 200px;
    margin: 0px auto;
}
.upload_div{
    position: relative;
    border: 2px solid rgba(255, 163, 131, 0.5);
    border-radius: 20px;
    overflow: hidden;
}
.upload_div input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.upload_div h4{
    display: flex;
    align-items: center;
    /* border: 2px solid rgba(255, 163, 131, 0.5); */
    padding: 10px;
    /* border-radius: 20px; */
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.upload_div h4 img{
    width: 20px;
    margin-right: 5px;
}
.upload_main h6{
    padding: 10px 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}
.desc_detail h5{
    color: #FF855A;
    font-size: 16px;
    font-weight: bold;
}
.desc_detail textarea{
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    outline: none;
    resize: none;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}
.desc_detail textarea::placeholder{
    font-weight: 400;
}
.next_btn{
    padding: 30px 0px 150px 0px;
}
.next_btn a{
    text-decoration: none;
    color: #fff;
    background: #FF855A;
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    font-size: 18px;
}
.next_btn button{
    text-decoration: none;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #FF855A;
    width: 100%;
    outline: none;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    border: none;
}
.activity_bg{
    background: url('../images/strip.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 30px 0px;
}
.activity_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.activity_list ul li{
    margin: 0;
    padding: 0;
}
.activity_list ul li.upload_head{
    flex-grow: 1;
}
.activity_list ul li h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.profile_img{
    padding: 30px 0px;
}
.profile_img ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.profile_img ul li{
    margin: 0;
    padding: 0px 20px 0px 0px;
}
.profile_img ul li a img.user_profile_img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.upload_div2{
    padding: 0px 20px;
}
.user_form_detail{
    padding-bottom: 0px;
    position: relative;
    margin-top: 20px;
}
.user_form_detail label{
    font-size: 18px;
    color: #FF855A;
    font-weight: 600;
    display: block;
}
.filte_btn{
    background: none;
    border: none;
    outline: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 1;
}
.filte_btn img{
    width: 40px;
}
.user_form_detail input{
    width: 100%;
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.user_form_detail input:focus{
    border-bottom: 2px solid #FF855A;
}
.user_form_detail input::placeholder{
    font-weight: 500;
}
.user_form_detail select{
    width: 100%;
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('../images/arrow_down.svg') no-repeat right;
}
.user_form_detail select:focus{
    border-bottom: 2px solid #FF855A;
}
span.otp_span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);
    font-size: 20px;
    font-weight: 600;
}
.or_head{
    padding: 0px 0px 20px 0px;
}
.or_head h5{
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
}
.event_bg{
    background: url('../images/img-5.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 10px 0px;
}
.event_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.event_list ul li{
    padding: 10px 0px;
}
.event_list ul li h5{
    color: #FF855A;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.event_list ul li h5 img{
    width: 50px;
    margin-right: 10px;
}
.event_list ul li h3{
    color:#954012;
    font-size: 36px;
    text-transform: uppercase;
}
.popupslide_bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: -2px;
    background: #fff;
}
.popup_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0px auto;
}
.popup_image img{
    width: 80%;
    border-radius: 10px;
    margin: 0px auto 90px auto;
}
span.cross_icon{
    position: absolute;
    right: 4%;
    top: 2%;
    z-index: 99;
}
.popup_image .slick-prev:before, .popup_image .slick-next:before{
    color: transparent;
}
.popup_image .slick-prev{
    bottom: 0% !important;
    left: 40%;
    transform: translate(-50%, 0%);
    width: 65px;
    height: 65px;
    top: auto;
    z-index: 9;
}
.popup_image .slick-next{
    bottom: 0% !important;
    right: 22%;
    transform: translate(-50%, 0%);
    width: 65px;
    height: 65px;
    top: auto;
}
.popup_image .slick-disabled{
    opacity: 0.25;
}
.loader_bg{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader_img img{
    width: 60px;
    animation: loader linear 0.8s infinite;
}
@keyframes loader{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.popup_image h6{
    /* position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%); */
    font-size: 14px;
    font-weight: bold;
    font-family: 'HK Grotesk';
    margin-top: -80px;
    text-align: center;
}
.success_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.success_content{
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 20px;
    border-radius: 10px;
}
.success_content img{
    margin-left: auto;
    display: block;
}
.success_content h5{
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-top: 20px;
    font-weight: 600;
}
.next_btn_suucess a{
    width: 80%;
}
.crop_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.crop_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px;
    min-height: 200px;
    max-height: 500px;
}
.crop_content .cropper-modal{
    background: transparent;
}
.crop_content .cropper-container{
    width: 100% !important;
}
button.crop_btn{
    background: #FF855A;
    color: #fff;
    border: none;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
button.cros_btn{
    background: #FF855A;
    border: none;
    position: absolute;
    top: -2%;
    right: -2%;
    border-radius: 50%;
    padding: 5px 5px 0px 5px;
}
button.cros_btn img{
    width: 20px;
}

 .success_bg {
    display: none;
  }

  .error_p {
      color: red;
  }

 .img_padding{
      padding: 0px 5px;
  }
  .img_padding img{
      /* /* min-height: 200px; */
      max-height: 500px;
  }
  .popup_fixed_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.popup_bg{
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    width: 90%;
}
.popup_bg h4.share_popup_h4{
    position: relative;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}
.popup_bg h4.share_popup_h4 a img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
ul.social_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
ul.social_list li{
    margin: 0;
    padding: 0px 20px;
}
ul.social_list li:nth-child(2){
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
ul.social_list li a{
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 16px;
}
ul.social_list li a img{
    display: block;
    margin: 10px auto;
    width: 40px;
}

@media only screen and (max-width: 360px) {
    .img_padding img {
        max-height: 350px;
    }
    span.cross_icon {
        top: 5%;
    }
  }
  .select_cat{
    width: 100px;
    padding: 3px 5px;
    margin-left: auto;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
    color: #092545;
    border: 1px solid #092545;
    outline: none;
  }
  .tag_cat_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .tag_vat_pad{
    padding: 0px 5px 5px 0px;
  }
  .tag_vat_pad h6{
    background: rgba(9, 37, 69, 0.1);
    color: #092545;
    min-width: 40px;
    padding: 0px 5px;
    border-radius: 4px;
    font-family: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  .filterbg{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .filter_contert{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    width: 80%;
  }
  .next_btn2 {
    padding-bottom: 30px;
  }
  .next_btn_submit{
    padding-bottom: 30px;
  }
  .filter_head{
    text-align: center;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
  }
  .closefilter_popup{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -40%);
  }