.bi {
    fill: currentColor;
}

.btn-bd-primary {
    --bs-btn-font-weight: 600;
}

@media (max-width: 1024px) {
    #cover-fullscreen {
        display: none;
    }
    .caption-cover{
        margin-top: -100px;
    }
}
@media (min-width: 1025px) {
    .main-container  {
        background-image: none !important;
        background-repeat: no-repeat !important;
    }
}
.main-container {
    overflow: hidden;
    height:75vh;
    background-position: center -160px !important;
    background: #0265CB;
}



.main-payment {
    background-color: #0265CB;
    height: 100vh;
    overflow: hidden;
}


.gambar-cover-container {
    position: relative;
    height: 70vw;
    width: 70vw;
    border-radius: 5vw;
    max-height: 40.5rem;
    max-width: 40.5rem;
}

.gambar-cover {
    height: 100%;
    width: 100%;
}
.tombol-utama {
    background-color: #c9c61e;
    color: white;
}

.warna-utama {
    background-color: #0265CB;
    color: rgb(245, 245, 245);
}
.text-utama{
    color: #0265CB !important;    
}
.form-signin {
    max-width: 300px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.judul-section {

    color: #0265CB;
}

.icon-service {
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    color: #0265CB;
    border-color: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.card-service {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    transition: transform 1s ease, color 0.1s ease;
    height: 350px;
    max-height: 350px;
    position: relative;
    box-shadow: 0 0 4px 0 #0265CB;
    height: 298px;
}

.card-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0265CB, #0a7ae9);
    opacity: 0;
    color: white;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.card-service:hover {
    background: linear-gradient(180deg, #0265CB, #013f7e);
    transform: scale(1.1);
    color: white;
}

.card-service:hover .btn-service {
    background: white;
    color: #0265CB;
}

.btn-service {
    background: #6c757d;
    color: white;
}

.card-service:hover::after {
    opacity: 1;
    animation: gradientChange 2s ease-out forwards;
}

@keyframes gradientChange {
    to {
        opacity: 0;
    }
}

.sevice-container {

    background-color: #f5f5f5;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

header {
    padding-bottom: 50px; 
     background-color: #055bb1;
}
.cover-container {
    max-width: 42em;
}

.navbar {
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: #055bb1;
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.15)
}

.map-container {
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
}

.map-container iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}

.image-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dc3545;
    border: none;
    color: #fff;
}





.active{
color:white;
}

/* /////////////////////////////// OUR PRODUCT ////////////////////////// */
.filters-by-category ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; 
}
.filters-by-category ul li {
display: block;
margin-right: 4px;
margin-bottom: 10px; 
}
@media (max-width: 767px) {
.filters-by-category ul li {
    min-width: calc(50% - 8px); } 
}
@media (max-width: 575px) {
.filters-by-category ul li {
width: 100%; }
}
.filters-by-category ul a {
    display: block;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 21px;
    color: #444;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s; 
    transition: transform 1s ease;
}

@media (max-width: 767px) {
.filters-by-category ul a {
    font-size: 15px;
    line-height: 15px; } 
}
.filters-by-category ul a.selected {
background-color: #0265CB;
color: white;
}
  
body:not(.touch) .filters-by-category ul a:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #0265CB, #044381);
    transform: scale(1.1);
    color: white;
}


.gallery-smiles .gallery-item {
    position: relative;
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    overflow: hidden; 
    text-decoration: none;
}
@media (max-width: 767px) {
    .gallery-smiles .gallery-item {
    width: calc(50% - 15px); } 
}
@media (max-width: 575px) {
    .gallery-smiles .gallery-item {
    width: 100%;
    margin-bottom: 15px; } 
}
.gallery-smiles .gallery-item img {
    width: 100%; 
}
.gallery-smiles .gallery-item:hover .gallery-caption {
    transform: translateY(0);
    opacity: 1; 
}


.gallery-item:hover .hover {
    opacity: 1; 
}
.gallery-item:hover .hover .view {
    transform: scale(1); 
}

.gallery-specialist .gallery-item {
position: relative;
float: left;
width: calc(33.333% - 20px);
margin-bottom: 15px; 
}
.gallery-specialist .gallery-item img {
    width: 100%; 
}
@media (max-width: 767px) {
    .gallery-specialist .gallery-item {
    width: calc(50% - 15px); } 
}
@media (max-width: 575px) {
    .gallery-specialist .gallery-item {
    width: 100%;
    margin-bottom: 15px; } 
}
  

.gallery-specialist .gallery-item:hover .hover {
opacity: 1; 
}
.gallery-specialist .gallery-item:hover .hover .view {
    transform: scale(1); 
}

.product-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 583.5px;
    max-height: 583.5px;
    padding: 0 15px;
    box-shadow: 0 0 4px 0 #0265CB;
    overflow: hidden;
    transition: transform 1s ease, color 0.1s ease;
    text-decoration: none;
}



.product-box:hover .product-box-name a,
.product-box:hover .product-box-text ,
.product-box:hover .product-box-position ,
.product-box::after {
    text-decoration: none;
    color: white !important;
}

.product-box:hover  {
    background: linear-gradient(180deg, #0265CB, #0958a7);
    text-decoration: none;
    transform: scale(1.1);
}


.product-box:hover .btn-service {
    background: white;
    color: #0265CB;
}

@media (max-width: 1023px) {
.product-box {
padding: 0 10px; } 
}
.product-box > * {
margin-bottom: 0; 
}
.product-box > *:not(:first-child) {
margin-top: 16px; 
}
.product-box-photo {
position: relative;
overflow: hidden;
transition: 0.35s;
background: transparent;
margin-left: -15px;
margin-right: -15px; 
padding: 15px;
}
.product-box-photo:after {
content: '';
position: absolute;
width: 100%;
height: 120%;
top: 50%;
left: 50%;
/* transform: translate(-50%, -50%); */
z-index: 1;
background: transparent;
/* border-radius: 50%; */
/* box-shadow: inset 0 0 0 30px #49b0c1; */
opacity: 0;
transition: opacity 0 ease 0;
pointer-events: none; 
}

.product-box:hover .product-box-photo:after {
opacity: .2;
transition: opacity 0.5s ease 0.2s; 
}

.product-box-photo + .product-box-name {
    text-decoration: none;

    margin-top: 30px; 
}

.product-box-style2 .product-box-photo:after {
    display: none; 
}
.product-box-style2 .product-box-photo {
overflow: hidden; 
}
.product-box-style2 .product-box-photo img {
-webkit-transition: transform 0.5s ease 0s;
-o-transition: transform 0.5s ease 0s;
transition: -webkit-transform 0.5s ease 0s;
transition: transform 0.5s ease 0s;
transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
image-rendering: optimizeQuality;
vertical-align: middle;
max-width: 100%; 
}
.product-box-style2:hover .product-box-photo {
border-radius: 0; 
}
.product-box-style2:hover .product-box-photo img {
-webkit-transition: transform 0.6s ease 0.05s;
-o-transition: transform 0.6s ease 0.05s;
transition: -webkit-transform 0.6s ease 0.05s;
transition: transform 0.6s ease 0.05s;
transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
-webkit-transform: scale(1.1) rotate(0.0001deg);
-ms-transform: scale(1.1) rotate(0.0001deg);
transform: scale(1.1) rotate(0.0001deg); 
}

.product-box-photo + .product-box-name {
    margin-top: 30px; 
}
  .product-box-name + .product-box-position {
    margin-top: 16px; 
}
  .product-box-name {
    text-decoration: none;
    line-height: 1em; 
}

 .product-box-name a{    
    color: #0265CB;
    text-decoration: none;
}
.product-box-style2 .product-box-name {
    margin-bottom: 14px; 
}
  .product-box-style2 .product-box-position {
    font-size: 15px; 
}
  .product-box-style2 .product-box-name + .product-box-position {
    margin-top: 10px; 
}

.gallery-wrap {
    position: relative;
    min-height: 50vh;
}
.gallery-wrap.loaded .loading-content {
    opacity: 0;
    pointer-events: none; 
}
.gallery-wrap .twentytwenty-container img:first-child {
    position: relative !important;
    z-index: 0; 
}
    
.gallery-wrap .twentytwenty-container img:last-child {
z-index: 1; 
}

.gallery-wrap .twentytwenty-container {
    height: auto !important; 
}
body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden; 
}

@media (min-width: 1024px) {
    .cd-schedule.animation-completed .event-modal .close,
    .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
      /* 	the .animation-completed class is added when the modal animation is completed
          the .content-loaded class is added when the modal content has been loaded (using ajax) */
      opacity: 1;
      transition: opacity .2s; }
  
    .cd-schedule.modal-is-open .body-bg {
      opacity: 1;
      transition: transform .4s;
      transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1); } 
}


.product-box-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 30px; }
    @media (max-width: 1023px) {
      .product-box-bottom {
        padding: 10px 0 20px; } }
  

 /*////////////////////////////////////////////////////////////// TESTIMONIAL \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

 #testimonial {
    overflow: hidden; 
}

 @media (max-width: 720px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .carousel {
        margin-bottom: 20px; 
    }

    .carousel-inner {
        overflow: visible !important;

    }
    .carousel-item.active {
        display: block !important; 
    }

    
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.nama-testi{
    color: #0265CB;
}
        .testimonial-warp {
            transition: transform 1s ease, color 0.1s ease;
        }
        
        
        .testimonial-warp:hover {
            transform: scale(1.1);
        }
 /*////////////////////////////////////////////////////////////// OUR PROFILE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

 
 #profile {
    margin-top: 20px;
}

.icon-profile {
    background-color: rgb(255, 255, 255);
   
    width: 100px;
    height: 80%;
    color: #0265CB;
    box-shadow: 0 0 4px 0 #0265CB;
}

.gambar-profil{
    
    box-shadow: 1px 0 8px 0 #0265CB;
}
.gambar-profil:hover{
    opacity: 0.8;
}

 /*////////////////////////////////////////////////////////////// OUR Gallery \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*////////////////////////////////////////////////////////////// OUR Gallery \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.gallery-container {
    background-color: #f5f5f5;
}

.gallery-warp {
    transition: transform 1s ease, color 0.1s ease;
    position: relative;
}

.gallery-warp:hover {
    transform: scale(1.1);
}
.gallery-wrap .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.gallery-warp .card-img-overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%; 
    background: linear-gradient(to bottom, rgba(2, 101, 203, 0), rgba(2, 101, 203, 1));
    z-index: 1;
}


.gallery-warp:hover .card-img-overlay,
.gallery-warp:hover .text-content {
    background-color: rgba(2, 101, 203, 0.5); 
}
.text-content{
    position: absolute;
    z-index: 2;
    transform: translate(-3%, -95%);
}
.gambar-gallery{
    height: 300px;
    width: 100%;
}


.modal-body-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 40px;
}

.modal-body-gallery img {
    max-width: 100%;
    max-height: 100%;
}
.modal-content-gallery {
    background-color:  rgb(2, 101, 203, 0.8);
}
.btn-close-modal-gallery {
    position: absolute;
    top: 10px;
    right: 0; 
    color: #0265CB; ;
    background-color:white;
    margin: 20px; 
    margin-bottom: 5px;
}

.btn-close-modal-gallery:hover {
    position: absolute;
    color: white;
    background-color: #0f4780;
}

.text-modal-caption-gallery{
    margin: 35px;
}

#gallery {
    overflow: hidden; 
} 



@media (max-width: 720px) {
    .carousel-inner-gallery .caraousel-gallery>div {
        display: none;
    }

    .carousel-inner-gallery .caraousel-gallery>div:first-child {
        display: block;
    }
    .carousel {
        margin-bottom: 20px; 
    }

    .carousel-inner-gallery {
        overflow: visible !important;
        

    }
    .caraousel-gallery.active {
        display: block !important; 
    }

    
}



 /*////////////////////////////////////////////////////////////// OUR PROFILE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
 .detail-container {
    /* overflow: hidden; */
    height: 35vh;
    width: 100%;
    background-color: #0265CB;
}

/* 
.gambar-cover-container-detail {
    position: relative;
    height:80vw;
    width:80vw;
    border-radius: 5vw;
    max-height: 45.5rem;
    max-width: 45.5rem;
}

.gambar-cover-detail {
    height: 150vw;
    max-height:80rem;
}

.gambar-detail{
    height: 400px; 
    width:600px;
}
@media (max-width: 720px) {
    .carousel{
        
    height: 200px !important; 
    }
     .gambar-detail{
    height: 200px; 
    width:600px;
    position: relative;
} 

}
*/
/*////////////////////////////////////////////////////////////// UPDATE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

 
#update {
    margin-top: 20px;
}


.update-warp {
    transition: transform 1s ease, color 0.1s ease;
    border-color:  #0265CB;
}

.gambar-update{    
    transition: transform 1s ease, color 0.1s ease;
}


.update-warp:hover .gambar-update {
    filter: grayscale(100%);
}

.update-warp:hover  {
    transform: scale(1.1);
    color: white;
    background-color: #0265CB;
}


/*////////////////////////////////////////////////////////////// FOOTER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.partner-warp {
    transition: transform 1s ease, color 0.1s ease;
}


.partner-warp:hover {
    transform: scale(1.1);
}
/*////////////////////////////////////////////////////////////// FOOTER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.footer {
    color: white;
    background-color: #0265CB;
    padding: 20px;
    margin-top: 40px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.img-feed {
    max-width: 100%;
    height: 240px;
}