
body {
    font-family: 'DM Sans', sans-serif;
  }
body h1,h2,h3,h4,h5,h6 , a{
    color:#385D3B !important;
}
body{
    color: #0C8033;
}
.form-control{
    font-weight: 500 !important;
    font-size: 17px !important;
    border: 1px solid #0C8033!important;
}
.btn-confirm{
    background-color: #385D3B;
    border: 1px solid #385D3B;
    color:white;
}

.vertical-center{
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}


.logo{
    color: #46A960;
    font-family: "Rubik Mono One", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.logo_trail{
    color: #385d3d;
    font-family: "Rubik Mono One", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.logo_trail_event{
    color: white;
    font-family: "Rubik Mono One", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.text-lightdark{
    color: rgba(0, 0, 0, 0.6);
}
.mtop{
    margin-top: 4rem !important;
}

.cover_img{
    object-fit:cover;
}


.home_main{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/public/user/assets/images/home_main.jpg');

}

.carousal_height{
    height: 90vh !important;
}
.text-white{
    color: white !important;
}
.layer{
    position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(56, 93, 59, 0.90);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.logo-heading{
    vertical-align: bottom;
}
.btn-white{
    border-radius: 20px;
    color:#385D3B;
    padding:5px 15px;
}
.btn-white:hover{
    border-radius: 20px;
    background: none;
    border: 1px solid white;
    color: white;
    padding:5px 15px;
}
.btn-lighter{
    border-radius: 20px;
    padding:5px 15px;
    background: none;
    border: 1px solid white;
    color: white;
}
.btn-lighter:hover{
    border-radius: 20px;
    color:#385D3B;
    padding:5px 15px;
    background: white;
}
.c_card{
    position: relative;
    top: -7vh;
}
.card{
    border-radius: 20px !important;
}
.card_element{
    color: #385D3B;
    border-radius: 0px;
    border: none !important;
    border-bottom: 1px solid #385D3B !important;
}
.no_arrow{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}
.card > img{
    border-radius: 20px 20px 0px 0px !important;
}


.smaller{
    font-size:12px !important;
}
.round_select{
    text-align: center;
    border: none !important;
    border-radius: 20px;
    /* padding: 0px; */
    background: #d3d8d3;
    -webkit-appearance: none;
    appearance: none;
    border: none;



}


select {
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
  }

  .btn-greener{
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 30px;
    background: none;
    border: 1px solid #0C8033;
    color: #0C8033;
}

.btn-greener-sm{
    cursor: pointer;
    border-radius: 30px;
    padding: 5px 20px;
    background: none;
    border: 1px solid #0C8033;
    color: #0C8033;
}
.modal-delete{
    border: 1px solid green !important;
    border-radius: 30px !important;
}

.btn-reder{
    cursor: pointer;
    border-radius: 30px;
    padding: 5px 20px;
    background: none;
    border: 1px solid #e72828;
    color: #e72828;
}
.btn-reder:hover{
    cursor: pointer;
    border-radius: 30px;
    padding: 5px 20px;
    background: none;
    border: 1px solid #e72828;
    color: white;
    background-color: #0C8033;
}


.banner{
    margin: 8% 0%;
    background: #EEE1FF;
    height: 340px;
}

.banner_img{
    height: 400px;
    width: auto;
    position: absolute;
    top: -60px;
}
.btn-greened{
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 30px;
    background: #385D3B;
    border: 1px solid #0C8033;
    color: white;
}
.banner_content{
    position: relative;
    top: 100px;
}
.blog{
    color: #242565 !important;
}
.blog_image{
    border-radius: 20px;
}
.blog_text{
    color: black;
}
.grey_it{
    color: #A5A5A5;
}

/* footer css */
.footeres{
    background-color: #385D3B;
    ;
}
.social_list{
    list-style: none;
  padding: 0;
}
.social_list li{
    display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}
.event_li ul{
    list-style: none;
    padding: 0;
    color: white;
}
.event_li ul li{
    margin: 1vh 0vh;
}

.buttonIn {
    width: 400px;
    position: relative;
}

#enter {
    margin: 0px;
    padding: 0px;

    outline: none;
    height: 30px;
    padding: 30px;
    border-radius: 30px;
}

.subscribe {
    position: absolute;
    top: 8px;
    border-radius: 30px;
    right: 8px;
    width: 150px;
    z-index: 2;
    border: none;

    height: 47px;
    cursor: pointer;
    color: white;
    background-color: #385D3B;
    transform: translateX(0px);
}

.event_main{
    height: 30vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: linear-gradient(to right top, #385d3b, #336636, #2c7031, #237929, #16821f);
}
.event_hdg{
    font-weight: bolder;
    color: rgba(0,0,0,0.8) !important;
}
.event_main_show{
    height: 15vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: linear-gradient(to right top, #385d3b, #336636, #2c7031, #237929, #16821f);
}
.event_layer{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 20px;
    left: 0;
    /* background: rgba(56, 93, 59, 0.90); */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form_border{
    border: 1px solid rgba(12, 128, 51, 0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;

}
.event_form{
    border: 1px solid rgba(106, 106, 106, 0.45) !important;
    border-radius: 4px !important;
    background: #eff3f6;
}

.event_label{
    color:#385D3B;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {

    font-size: 1.25em;
    font-weight: 700;
    color: black;
    border: 1px solid rgba(12, 128, 51, 0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;

    background: #eff3f6;
    height: 200px;
    width: 100%;
}


.file_label{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-plus{
    color: #237929;
}

@media only screen and (max-width: 992px) {

    .banner{
        display: none;
    }
}


@media only screen and (min-width: 992px) {
    .banner_img{
    height: 308px;
    width: auto;
    position: absolute;
    left: 100px;

    }
    .banner{
        margin: 8% 0%;
        background: #EEE1FF;
        height: 250px;
    }
    .banner_content {
        position: relative;
        top: 32px;
    }
    .buttonIn {
        width: 354px;
        position: relative;
    }

}



  .imagePreview {

    width: 200px;
    height: 200px;
    background: #eff3f6;
    background-size: cover;
    background-position: center;
    font-size: 1.25em;
    font-weight: 700;
    color: black;
    border: 1px solid rgba(12, 128, 51, 0.6);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 20px;
    height: 200px;
    width: 100%;
  }

  #fileInputLabel {
    color: white;
    cursor: pointer;
}
.file_label{
    position: relative;
    top: 35%;
}

.document_label{
    display: flex;
    justify-content: center;
}
.document_icon{
    position: relative;
    top: 35%;
}

.emb_doc{
    border-radius: 18px !important;
    position: relative;
    z-index: 1;
}
.delete_doc{
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 30%;
}

.event_col{
    height: 100vh;
    background-color:  rgba(218, 220, 224, 0.3);
    border-radius: 5px;


}
.mc{
    color: #385D3B;;
}
.badge-orange {

    padding: 3px 8px 3px 8px;
    background-color: rgba(216, 105, 42, 0.7);
    color: white;
}
.badge-green {
    padding: 3px 8px 3px 8px;
    background-color: rgba(12, 128, 51, 0.7);
    color: white;
}
.badge-blue {
    padding: 3px 8px 3px 8px;
    background-color : rgba(12, 97, 176, 0.7);
    color: white;
}

.circle-blue {
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* Makes the element a perfect circle */
    background-color:rgba(12, 97, 176, 0.7); /* Sets the background color to blue */
  }

.circle-orange {
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* Makes the element a perfect circle */
    background-color:rgba(216, 105, 42, 0.7); /* Sets the background color to blue */
  }

.circle-green {
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* Makes the element a perfect circle */
    background-color:rgba(12, 128, 51, 0.7); /* Sets the background color to blue */
  }

  .btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd
    }

    .home_layer{
            position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;

    }

    .carousel-item {
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }


      .carousel-caption {
        bottom: 35%;
      }

      .carousel-caption h5 {
        color: White !important;
        font-size: 45px;
        font-weight: bolder;
        letter-spacing: 2px;
        margin-top: 25px;
      }

      .carousel-caption p {
        width: 75%;
        margin: auto;
        font-size: 18px;
        line-height: 1.9;
      }

      .dark-image {
        filter: brightness(50%);
      }

      .btn-lighter-home{
        font-size: 20px;
        border-radius: 35px;
        padding: 10px 40px;
        background: none;
        border: 1px solid white;
        color: white;
    }

    .btn-lighter-home:hover{
        font-size: 20px;
        border-radius: 35px;
        padding: 10px 40px;
        color:#385D3B;
        background: white;
    }

    .about_us{
        border-radius: 20px;
        width: 100%;
        height: auto;
    }
    .about_head{
        border-bottom: 1px solid #385D3B;
    }
    .main_para{
        padding: 2em;
        text-align: center;
        font-size: 17px;
    }

    .category_head{
        text-align: center;
    }
    .news_img{
        width: 100%;
        /*height: 50% !important;*/
    }



    .image-container {
        position: relative;
        display: inline-block;
      }

      .image-container img {
        border-radius: 10px;
        display: block;
        width: 100%;
        height: auto;
      }

      .image-container .image-text {
        position: absolute;
        top: 50px;
        border-radius: 0px 30px 30px 0px;
        left: 73px;
        padding: 9px;
        background: #385d3b;
        transform: translate(-50%, -60%);
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-about{
    font-size: 20px;
        border-radius: 35px;
        padding: 5px 30px;
        color:#385D3B;
        /* background: #385D3B; */
        border: 1px solid #385D3B;
}
.btn-about:hover{
    font-size: 20px;
        border-radius: 35px;
        padding: 5px 30px;
        color : white;
        background: #385D3B;
        border: 1px solid #385D3B;
}

.btn-normal{
    font-size: 12px;
    border-radius: 35px;
    padding: 5px 20px;
    color: #385D3B;
    /* background: #385D3B; */
    border: 1px solid #385D3B;
}
.btn-normal:hover{
    font-size: 12px;
        border-radius: 35px;
        padding: 5px 20px;
        color : white;
        background: #385D3B;
        border: 1px solid #385D3B;
}

a.btn-normal:hover {
  color: white;
}



.backgrounder{
    position: relative;
    background-image: url('/public/user/assets/images/slif.webp');
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;

}
.backgrounder-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}






.site-menu  > li  a{
    color: #fff  !important;
    font-weight: bold;


}
.site-menu_event  > li >  a >span{
    color: #fff  !important;
    padding: 10px 15px;
}
.site-menu_event  > li >  a >span:hover{
    border: 1px solid white;
    border-radius: 50px;
}

.no-border-span{
    border:none !important;
}
.obj_fit{
    object-fit:cover;
}

.owl_img{
    object-fit: cover;
    width: 130px !important;
    height: 130px;
    border-radius: 80px;
    border: 1px solid #0C8033;
}

.navbar-toggler-icon{
    padding-top:8px;
    color:white !important;
}

html {
    scroll-behavior: smooth;
  }


  @media (max-width: 1200px){
      .carousal_img{
        height:90vh;
    }
    .image-container .image-text {
        position: absolute;
        top: 50px;
        border-radius: 0px 30px 30px 0px;
        left: 73px;
        padding: 9px;
        background: #385d3b;
        transform: translate(-50%, -60%);
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 911px){
    .w-100{
        width: auto !important;
    }
}





@media (min-width: 769px) and (max-width: 992px) {
    .w-100{
        width: auto !important;
    }
    .image-container .image-text {
        position: absolute;
        top: 50px;
        border-radius: 0px 30px 30px 0px;
        left: 73px;
        padding: 9px;
        background: #385d3b;
        transform: translate(-50%, -60%);
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 768px){
    .site-menu_event  > li >  a >span{
        color:rgb(56, 93, 59) !important;
    padding: 10px 15px;
    }

    .abt_img{
        display:none;
    }
    .w-100{
        width: auto !important;
    }
    .image-container .image-text {
        position: absolute;
        top: 50px;
        border-radius: 0px 30px 30px 0px;
        left: 73px;
        padding: 9px;
        background: #385d3b;
        transform: translate(-50%, -60%);
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .btn-about{
        margin-bottom: 20px;
    }
    .news_img {
        width: auto;
        /*height: 70% !important;*/
    }
}

@media (max-width: 480px){
/*    .site_logo{*/
/*    height:50px !important;*/
/*}*/
    .logo{
    font-size: 20px;
    }
    .logo_trail_event{
        font-size: 20px;
    }
    .w-100{
        width: auto !important;
    }
    .image-container .image-text {
        position: absolute;
        top: 50px;
        border-radius: 0px 30px 30px 0px;
        left: 73px;
        padding: 9px;
        background: #385d3b;
        transform: translate(-50%, -60%);
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .btn-about{
        margin-bottom: 20px;
      }
}

/*rgb(56, 93, 59)*/
 .mob_dropdown{
        display:none;
    }

/*media query*/
@media only screen and (max-width: 576px){
       .site_logo{
    height:50px !important;
    }
    .web_dropdown{
        display:none;
    }
    .mob_dropdown{
        display:block;
    }
    
    .navbar-collapse{
        border-radius: 21px;
        background: white;
        text-align: center;
        opacity: 0.9;
    }
    .carousel-caption {
        bottom: 15%;
    }

}
@media only screen and (max-width: 320px){
 .logo{
    font-size: 17px;
    }
    .logo_trail_event{
        font-size: 17px;
    }

}

.nav_img{
    position: relative;
    top: -8px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.eve_shw_cr{
    height: 70vh;
}


.post-meta {
    font-size: .8rem;
}


.bio-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.bio-pic img {
    object-fit: cover;
    height: 50px;
    width: 100%;
    border-radius: 50%;

}
.date-read {
    color: #b4b4b4;
}

.img-fluided {
    height: 500px;
    width: 100%;
}
.vcard{
    position: relative;
    top:8px;
}



.sidebar-box {
    margin-bottom: 4em;
    font-size: 15px;
    width: 100%;
    float: left;
}

.bio img {
    object-fit: contain;
    width: 200px;
    border: 1px solid;
    height: 200px;
    border-radius: 50%;

}
.my_event_image{
    height: 100%;
    border-radius: 20px;
    width: 100%;
    /* border:1px solid #0C8033; */
}

.btn-linker{
    border-bottom: 1px solid #385D3B;
    background: no-repeat;
}

.heart_filled {
    color: red;
    font-size: 30px;

  }
  .heart {
    font-size: 30px;
    color: white;
  }

.liked-heart:before {
    content: "\e004";
    color: red;
}

.like_counter{
    position: relative;
    font-size: 12px;
    top: -6px;
    color: red;
}

.brd_img{
    border-radius: 5px;
}

#event_date{
        border-top: none !important;
        border-right: none  !important;
        border-left: none !important;
        border-bottom: 1px solid black;
        border-radius: 0px ;
      }
      #chat_content{
        overflow-y: scroll;
        height: 60vh;
      }
      #chat-content{
        overflow-y: scroll;
        height: 60vh;
      }


      #group_user_list{
        overflow-y: auto;
        height: 50vh;
      }

.loc{
    color:white !important;
}
.cat_clr{
    text-align:center;
    border-top: 0px;
    padding: 5px;
    color:white;
    border-radius: 8px 0px 8px 0px;
}




/*comment css*/
.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 50px 70px;
    border:1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-left: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

.form-group.fl_icon .icon {
    position: absolute;
    top: 1px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-comment{
    border-radius:5px;
    border: 1px solid #375d3b;
    background: white;
    color: #375d3b;
}
.btn-comment:hover{
        background: #375d3b;
    color: white;
}
}


