/* import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');


/* base */
html, body{
  background-color: #fff !important;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}
#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E2550;
  animation: 2s ease-out infinite;

}
#load img{
  animation: opcT 2s infinite ease;
}
#load i{
  font-size: 50px !important;
}
.page-content {
  background-color: #fff;
  height: 100vh;
}
.active>.page-link, .page-link.active {
  background-color: #EDEDED !important;
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #3331 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
}
.page-link{
  padding: 0 !important;
  min-width: 0px !important ;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.pagination-flat{
  display: flex;
  align-items: center;
}
.paginate_button.previous{
  margin-right: 10px !important;
}
.paginate_button.next{
  margin-left: 10px !important;
}


/* font */
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs35{font-size: 35px;}
.fs40{font-size: 40px;}
.fs70{font-size: 70px;}
.text-titles{
  line-height: 70px;
}
.text-header{
  font-family: 'Young Serif', serif;
}
.text-gray{
  color: #676767 !important;
}
.text-gray2{
  color: #434343 !important;
}
.text-header-flag{
  border-left: 3px solid #E92C7C;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.underline-flag{
  border-bottom: 2px solid #E92C7C;
  padding: 3px 0;
}
.text-smooth{
  color: #eee;
}
.lh-small{
  line-height: 14px;
}
.lh-normal{
  line-height: 24px;
}


/* button */
.btn-linear-success{
  background: transparent !important;
  color: #fff !important;
  font-weight: 700;
  border-width: 0 !important;
  border: 2px solid #fff !important;
}
.btn-success{
  background-color: #02887D !important;
  border-color: #02887D !important ;
}
.btn-hover-success{
  background-color: #02887D !important;
  border-color: #02887D !important ;
  color: #fff !important;
}
.btn-hover-success:hover{
  background-color: #E92C7C !important;
  border-color: #E92C7C !important ;
}
.btn-linear-green{
  background: linear-gradient(94.56deg, #02B5A7 0%, #015B54 124.86%);
  border-color: transparent;
  color: #fff !important;
}
.btn-linear-dark-green{
  background: linear-gradient(80deg, #02B5A7 -0%, #015B54 124.86%);
  background-color: #E6F8F7 !important;
  border-color: transparent;
  color: #fff !important;
}
.btn-linear-smooth-green{
  background-color: #E6F8F7 !important;
  border-color: transparent;
  color: #02B5A7 !important;
}

/* content */
.vh100{
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.gradient{
  background: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mask-logo{
  margin-left: -110px;
  margin-top: -5px;
}
.banner-part{
  background: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -100px;
  height: 70vh;
  display: flex;
  align-items: center;
}
.c-bottom-right{
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.h30{height: 30px; width: 30px; object-fit: contain;}
.h50{height: 50px; width: 100%;}
.h100{height: 100px; width: 100%;}
.h150{height: 150px; width: 100%;}
.h200{height: 195px; width: 100%;}
.h250{height: 260px; width: 100%;}
.h300{height: 300px; width: 100%;}

/* sidebar */
.sidebar{
  background-color: #fff !important;
  height: 100vh;
  overflow-y: auto;
}
.sidebar-light .nav-link{
  color: #333 !important;
  background: transparent !important;
  padding: 10px !important;
  margin: 0;
  border-bottom: none !important;
}
.sidebar-light .nav-link.active{
  color: #fff !important;
  background: #02887D !important;
  margin: 0;
}
.sidebar-light .nav-link.active i{
  color: #fff !important;
}
.sidebar-light .nav-link i{
  font-size: 20px !important;
  margin-right: 10px;
}
.sidebar-light .nav-link{
  align-items: center !important;
}
.nav-group-sub {
  background: whitesmoke !important;
}
.nav-group-sub a.nav-link{
  padding-left: 40px !important;
}
.sidebar a:hover{
  color: #02B5A7 !important;
}

/* header */
.logos_img{
  width: 90px;
  object-fit: contain;
}
a.nav-link {
  border-bottom: 2px solid transparent;
  padding: 0px 8px !important;
  font-size: 13px;
  margin: 0 10px;
}
a.nav-link.active{
  font-weight: 600;
  color: #02B5A7;
  border-bottom: 2px solid #02B5A7;
}
a.nav-link:hover{
  transition: .3s ease-in-out;
  background-color: #fff;
  border-bottom: 2px solid #02B5A7;
}

/* footer */
.footer{
  background-color: #EDEDED;
  color: #434343;
}
.icon{
  background-color: #D9D9D9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upcoming-event{
  position: relative;
}
.upcoming-event img{
  border-radius: 6px;
  object-fit: cover;
}
.overlay{
  position: absolute;
  top: 0; left: 0; 
  width: 100%;
  height: 100%;   
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -48.37%, #000000 100%);
}
.fade.active{
  animation: opcTin 1s forwards ease;
}

/* animated */
@keyframes opcT {
  0%{
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px); /* Adjust this value for the desired float effect */
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* animated */
@keyframes opcTin {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes linearGreen {
  0%{
    background-position:0px; 
  }
  100% {
    background-position:120px; 
  }
}

/* landing */
.header-brand::last-word{
  color: red;
}
.carousel-header .carousel-indicators{
  bottom: -50px;
}
.carousel-header .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.carousel-header .carousel-indicators [data-bs-target].active{
  background-color: #222222;
}

.carousel-item img, .carousel-item, .carousel, .carousel-inner{
  border-radius: 10px;
  /* width: 100% !important; */
}
/* 
.carousel-item img{
  height: 350px !important;
  width: 100% !important;
  object-fit: cover !important;
} */

.banner-member{
  background: linear-gradient(91.25deg, #02B5A7 25.74%, #015B54 105.73%);
  position: relative;
}
.round-left{
  position: absolute;
  top: 0%;
  left: -50%;
  height: 100px;
  transform: rotate(180deg);
}
.round-right{
  position: absolute;
  bottom: 0%;
  right: -50%;
  height: 100px;
}
.round-left-sm{
  position: absolute;
  top: 0%;
  left: -50%;
  height: 90px;
  transform: rotate(180deg);
}
.round-right-sm{
  position: absolute;
  bottom: 0%;
  right: -50%;
  height: 90px;
}
.event-card img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bg-galery{
  background: url('../images/galery.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-galery{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
}
.z-index{
  z-index: 99 !important;
}
/* profile */
.bg-blur{
  background: url('../images/blur.svg');
  background-position: center;
  background-size: cover;
}
.bg-blur-all{
  background: url('../images/blurall.svg');
  background-position: center;
  background-size: cover;
}
.bg-blur-1{
  background: url('../images/blur1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.bg-blur-2{
  background: url('../images/blur2.svg');
  background-position: center;
}
.img-member{
  width: 100%;
  height: 170px;
  border-radius: 8px;
  object-fit: cover;
}
.filter{
  height: fit-content;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
-webkit-box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
-moz-box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
}
.filter::after{
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
  -webkit-box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
  -moz-box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
}
.filter-list{
  height: 300px;
  overflow-y: auto;
}
.nav-link-filter , .nav-link-media{
  padding: 3px 0 !important;
  cursor: pointer;
}
.nav-link-filter:last-child , .nav-link-media:last-child{
  padding: 3px 0 50px !important;
  cursor: pointer;
}
.nav-link-filter.active , .nav-link-media.active{
  color: #02B5A7 !important;
  font-weight: 600;
}

/* update */
.update-banner-image{
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.d-cover{
  object-fit: cover;
}

/* pagination */
.btn-pagination{
  width: 30px;
  height: 30px;
  font-size: 11px;
  border-radius: 6px;
  border-color: transparent !important;
  background-color: transparent !important;
}
.btn-pagination.active{
  background-color: #E6F8F7 !important;
  color: #02B5A7 !important;
  font-weight: 700;
}

/* badge */
.badge-type{
  background-color: #E6F8F7;
  color: #02B5A7;
  font-size: 10px;
  border-radius: 1px;
  padding: 1px 3px;
  display: flex;
  width: fit-content;
}
.img-overlay{
  filter: brightness(50%) saturate(120%) contrast(110%);
}

.breadcrumbs{
  padding: 10px 0;
}
.breadcrumbs ul{
  font-size: 13px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar{
  width: 100%;
}
.breadcrumbs ul li{
  color: #8E8E8E;
}
.breadcrumbs ul li:last-child{
  color: #111111;
}
.breadcrumbs ul li:first-child:before{
  content: "";
  margin: 0;
}
.breadcrumbs ul li::before{
  content: "/";
  margin: 0 5px;
}

label{
  font-size: 11px !important;
  font-weight: 700;
  color: #343434;
}
textarea:focus, input:focus, select:focus, .ck-focused{   
  border-color: rgba(213, 232, 209, 0.8) !important;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 3px rgba(161, 169, 159, 0.6) !important;
  outline: 0 none !important;
}
.previewImage{
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin: 10px 0;
}
.galeri-tumb{
  height: 60px;
  width: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.galeri-card{
  box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  -webkit-box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  -moz-box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  border: none;
  border-radius: 8px !important;
}
.galeri-card:hover{
  box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
  -webkit-box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
  -moz-box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
}
input.disabled,select.disabled,textarea.disabled{
  background-color: whitesmoke !important;
}
.avatar-tumb{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.img-list{
  position: relative;
}
.img-list-delete{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.login-card{
  border-radius: 12px !important;
  box-shadow: 0px 4px 20px 0px #3331 !important;
}
.login-section{
  background: rgb(255,255,255);
  background: linear-gradient(241deg, rgba(255,255,255,1) 0%, rgba(204,246,255,1) 50%, rgba(255,255,255,1) 100%);
  height: 100vh;
}

@media (max-width: 700px){
  .pt-head{
    padding-top: 100px;
  }
  .banner-part{
    height: fit-content;
    margin-bottom: 30px;
  }
  .fs70{font-size: 50px;}
  a.nav-link{
    padding: 10px 0 !important;
    margin: 0 !important;
  }
  .fs17{font-size: 13px;}
  
  .btn-mobile{
    font-size: 10px !important;
  }

}

.hovers-transation{
  transition: .5s ease-in-out;
  transform: scale(1);
}
.hovers-transation:hover{
  transform: scale(1.03);
}
.img-previews{
  height: 400px;
  width: 100%;
  object-fit: contain;
  background-color: #ccc;
}
.btn-abs{
  margin-left: -50px;
}
.d-overflow-y{
  overflow-y: scroll;
}

.owl-carousel .owl-stage-outer {
  padding: 30px 1px !important;
}
.owl-carousel .card-img-top {
  height: 100px !important;
  width: 100px !important;
}

.anim{
  opacity: 0;
}
.anim.visible
{
  animation: opcTin 1s forwards ease;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.list_media_img{
  height: 460px;
  width: 300px;
  object-fit: cover;
}
.address-form p {
  margin-bottom: 0 !important;
}


.banner-home-img{
  width: 600px !important;
  height: 300px !important;
  object-fit: cover !important;
}

@media (max-width: 600px) {
  .banner-home-img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important;
  }
}

.banner-slider-img{
  width: 720px !important;
  height: 300px !important;
  object-fit: cover !important;
}

@media (max-width: 800px) {
  .banner-slider-img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important;
  }
}