/* 12 feb 2025 20:37 */

:root {
  --primary: #ef4390;
  --primary2:#ea80b0;;
  --light: #F5F5F5;
  --dark: #353535;
}

.senkatech-header-mobile{
  padding: 5px;
  background: var(--primary);
}
.senkatech-header-mobile small{
  font-size: 11px;
  color: var(--light);
}
.senkatech-head-mid{
  margin-top: 6px;
  margin-bottom: 4px;
}
.btn-icon-xs{
  width: 25px;
  height: 25px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
}

.Believebg {
  background-color: var(--primary);
}

.Get:hover {
  background: #000;
  color: #fff;
}

.navr {
  border-radius: 100px 0 0 0;
}

.Get {
  background: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5px;
  color: var(--primary);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0px solid var(--primary);
  padding: .375rem .75rem;
  font-size: 16px;
  border-radius: 50px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 15px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.shadow-sm {
  box-shadow: 0 0 12px 24px rgba(0, 0, 0, 0.075) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #000;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}




.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navr {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
.Believebg {
	text-align: center;
}
}

@media (min-width: 410px) and (max-width: 550.98px) {
  .navr {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
.Believebg {
	text-align: center;
}
.dropdown-menu{
  display: grid!important;
}

.fnc-slide__inner{
  background-size: 100% 100%!important ;
  object-fit: cover;
  
}
.fnc-slide__content{
  width: 100%!important;
  height: 300px;
  padding: 0!important;
}
.fnc-slider{
  height: 40vh;
}
.fnc-nav__control{
  width: 75px;
  height: 28px;
  font-size: 11px;
}
#Counter{
  padding: 4%;
}


}

@media (min-width: 320px) and (max-width: 410px) {
  .navr {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
.Believebg {
	text-align: center;
}
.dropdown-item{
  max-width: 320px;
  overflow-x: scroll;
  
}


.fnc-slide__inner{
  background-size: 100% 100%!important ;
  background-position: center center;
  object-fit: cover;
  
}
.fnc-slide__content{
  
  padding: 0!important;
}
.fnc-slider{
  height: 24vh;
}
.fnc-nav__control{
  width: 75px;
  height: 28px;
  font-size: 11px;
}
#Counter{
  padding: 4%;
}
}

@media (min-width: 550.98px) and (max-width: 767.98px) {
  .navr {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
.Believebg {
	text-align: center;
}
.dropdown-item{
  overflow: scroll;
  
}
.fnc-slide__inner{
  background-size: 100% 100%!important ;
  object-fit: cover;
  
}
.fnc-slide__content{
  width: 100%!important;
  height: 100%!important;
  padding: 0!important;
}
.fnc-slider{
  height: 45vh;
}
.fnc-nav__control{
  width: 80px;
  height: 40px;
  font-size: 13px;
}
#Counter{
  padding: 4%;
}
.count-col h3 {
  font-size: 18px;
}

}

@media (min-width: 409px) and (max-width: 550px) {
.navr {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
.Believebg {
	text-align: center;
}
.dropdown-item{
  overflow: scroll;
  
}
.fnc-slide__inner{
  background-size: 100% 100%!important ;
  object-fit: cover;
  
}
.fnc-slide__content{
  width: 100%!important;
  height: 100%!important;
  padding: 0!important;
}
.fnc-slider{
  height: 22vh;
  width: 100%;
  object-fit: cover;
}
.fnc-nav__control{
  width: 75px;
  height: 28px;
  font-size: 11px;
}
#Counter{
  padding: 4%;
}
.count-col h3 {
  font-size: 18px;
}

}


@media (max-width: 1360px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    margin-right: 10px;
  }
}
@media (max-width: 1660px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    margin-right: 10px;
  }
  
}

@media (min-width: 1271px) and (max-width:1370px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: 13px;
    margin-right: 8px;
  }
  .fnc-slide__inner{
    background-size: 100% 100%!important ;
    object-fit: cover;
    
  }
  .fnc-slider{
    height: 70vh;
  }
}

@media (min-width: 1201px) and (max-width:1270px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: 13px;
    margin-right: 6px;
  }
  .navbar-nav a{
    padding: 0;
  }
  .fnc-slide__inner{
    background-size: 100% 100%!important ;
    object-fit: cover;
    
  }
  .fnc-slider{
    height: 70vh;
  }
}
.senkatech-button-donasi{
  padding: 23px;
}
.senkatech-button-donasi:hover{
  background: var(--primary2);
}
