/*
 * Kraf
 * Wunik theme [https://wunik.id]
 * Copyright (c) 2023
 */


/* Font */
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Base */

:root {
    --theme-1: #f8f7ff;
    --theme-2: #301348;
    --theme-3: #888;
    --theme-4: #fff;
    --theme-5: #e9ebe7;
    --theme-6: #efefef;
    --theme-7: #f8f9fa;
    --theme-8: #c114b6;
    --theme-9: #201f1f;
    --theme-10:#fdf2ff;
    --theme-11:#9a32ef;
    --theme-12:#f94dee;
    --mark-success: #7ac142;
    --mark-failed: #c14242;
    --bright: #bbb;
    --contrast: #333;
    --contrast-dark: #444;
    --dark-main: #212529;
    --font-theme-1: 'Rowdies', cursive;
    --font-theme-2: 'Poppins', sans-serif;


}

body {
    font-family: var(--font-theme-2);
    font-size: .875rem;
    color: var(--contrast);
    font-weight: 300;
    overflow-x: hidden;
    font-weight: 300;
    line-height: 1.625em;
}

.btn,
.form-control,
.form-select,
.input-group-text,
.dropdown-menu {
    font-size: .875rem;
}


.btn-outline-primary {
    background-color: transparent;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: var(--theme-8);
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
    width: fit-content;
    border: 1px solid var(--theme-8);
    letter-spacing: 2px;
    font-family: var(--font-theme-2);
    font-weight: 600;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: var(--theme-8);
    border-color: var(--theme-8);
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-8);
    border-color: var(--theme-8);
}




.btn-primary {
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
    width: fit-content;
    border:none;
    letter-spacing: 2px;
    font-family: var(--font-theme-2);
    font-weight: 600;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

    

.btn-secondary {
   background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
   padding: 14px 35px;
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: #000;
   border-radius: 5px;
   display: block;
   width: fit-content;
   border:none;
   letter-spacing: 2px;
   font-family: var(--font-theme-2);
   font-weight: 600;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-position: right center; /* change the direction of the change here */
    color: #000;
    text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-position: right center; /* change the direction of the change here */
    color: #000;
    text-decoration: none;
}



.table {
    color: var(--contrast);
}


hr,
.table td,
.table th,
.list-group-item {
    border-color: rgba(0, 0, 0, .075);
}

a {
    font-family: var(--font-theme-1);
    font-weight: 500;
    color: var(--theme-2);
    position: relative;
    z-index: 20;
}

a:hover,
a:focus {
    color: var(--theme-8);
    text-decoration: none;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-theme-1);
    font-weight: 300;
    line-height: 1.184em;
}

p {
    line-height: 1.8rem;
}



/* Layout */

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

footer {
    margin-top: auto;
    background-color:var(--theme-9);
}


/* Custom */


.sidebar>* {
    background-color: rgba(0, 0, 0, .025);
}

.sidebar>*>article:first-child {
    margin-top: 0 !important;
}

.sidebar>*>article:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .sidebar:last-child>*:last-child {
        margin-top: 0 !important;
    }
    .sidebar:first-child>*:last-child {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 575px) {
    .content .sidebar>* {
        background-color: transparent;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .sidebar>.p-xl-5 {
        padding: 2rem !important;
    }
}

@media (max-width: 575px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}


/* Hover */

a,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}


/* Focus */

:focus {
    outline: 0;
}

a:-webkit-any-link:focus {
    outline-offset: 0;
}

button:focus {
    outline: 0;
}

.btn:focus,
.btn.active:focus,
.btn:active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.btn-close:focus,
.page-link:focus,
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

[class^="form-"]:focus,
[class^="form-"].is-valid:focus,
.was-validated [class^="form-"]:valid:focus,
[class^="form-"].is-invalid:focus,
.was-validated [class^="form-"]:invalid:focus,
[class^="custom-"]:focus,
[class^="custom-"].is-valid:focus,
.was-validated [class^="custom-"]:valid:focus,
[class^="custom-"].is-invalid:focus,
.was-validated [class^="custom-"]:invalid:focus {
    outline: 0;
    box-shadow: none;
}

[type="checkbox"],
[type="radio"],
[type="radio"]+label {
    cursor: pointer;
}


/*.form-control:focus {
        border-color: var(--theme-2);
    }*/

.border,
.border.focus {
    transition: border-color .25s ease;
}

.border.focus {
    border-color: #80bdff !important;
}


/* Color */

.bg-gradient {
    background-image: linear-gradient(to right top, #1f54cd, #614fd5, #8f46d7, #b835d4, #de0dcc);
}

.bg-theme-1 {
    background-color: var(--theme-1);
}

.bg-theme-2 {
    background-color: var(--theme-2);
}

.bg-theme-3 {
    background-color: var(--theme-3);
}

.bg-theme-8 {
    background-color: var(--theme-8);
}


.text-theme-1 {
    color: var(--theme-1);
}

.text-theme-2 {
    color: var(--theme-2);
}

.text-theme-3 {
    color: var(--theme-3);
}

.badge-theme {
    color: var(--white);
    background-color: var(--theme-1);
}

.color-inherit {
    color: inherit;
}

.text-adaptive {
    color: var(--contrast) !important;
}

.bg-adaptive {
    background-color: var(--white);
}

.section-title h2 {
  overflow: hidden;
}

.section-title h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #d813ce;
  text-align: left;
}

.section-title-white h2 {
  overflow: hidden;
}

.section-title-white h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #fff;
  text-align: left;
}

.bg-purple {
  background-color: var(--theme-8);

}


/* Font */

.font-theme-1 {
    font-family: var(--font-theme-1);
}

.fs-1 {
    font-size: calc(1.5rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.4rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: .75rem !important;
}


/* Cursor */

.cursor-pointer {
    cursor: pointer;
}


/* Position */

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 11;
}

.index-3 {
    z-index: 111;
}

.index-4 {
    z-index: 1111;
}

.index-5 {
    z-index: 11111;
}

.index-n1 {
    z-index: -1;
}

.index-n2 {
    z-index: -11;
}

.index-n3 {
    z-index: -111;
}

.index-n4 {
    z-index: -1111;
}

.index-n5 {
    z-index: -11111;
}


/* Opacity */

.opacity {
    opacity: 1;
}

.opacity-0 {
    opacity: .0;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}


/* Image */

.obj-fit-cover {
    object-fit: cover;
    object-position: center;
}

.obj-fit-contain {
    object-fit: contain;
}


/* Shadow */

.shadow {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}

.shadow-theme {
    box-shadow: 0 10px 15px -3px rgba(249, 85, 192, .2), 0 4px 6px -2px rgba(249, 85, 192, .1) !important;
}


/* Border */

.rounded-1 {
    border-radius: .25rem !important;
}

.rounded-2 {
    border-radius: .5rem !important;
}

.rounded-3 {
    border-radius: .75rem !important;
}

.rounded-4 {
    border-radius: 3rem !important;
}

/* Dimension */

.w-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}

.h-fit-content {
    height: -moz-fit-content;
    height: fit-content;
}

.vh-50 {
    height: 50vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.mx-w-35 {
    max-width: 35%;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50%;
    }
}


/* Spacing */

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.25;
}

.lh-3 {
    line-height: 1.5;
}

.lh-4 {
    line-height: 2;
}

.ws-init {
    white-space: initial;
}

.ws-nowrap {
    white-space: nowrap;
}

p:last-child {
    margin-bottom: 0;
}

/* Pagin */

    .page-item {
        border: none !important;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .page-link {
        color: var(--theme-8);
        font-weight: 700;
        border: none !important;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
        border-radius: 3rem;
    }
    .page-link:hover {
        color: var(--theme-1);
        background-color: var(--theme-8);
    }
    .page-item.active .page-link {
        background-color: var(--theme-8) !important;
        color: var(--theme-1);
    }

    .page-item.disabled .page-link {
        opacity: .5;
        color: var(--theme-8);
    }

    .page-item:last-child .page-link {
        border-radius: 3rem !important;
        border-radius: 3rem !important;
    }

/* Custom Form*/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.3em + 0.75rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--theme-8);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #c114b6;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff;
}

.form-control:focus {
    color: var(--theme-3);
    background: #fff;
    border: 1px solid #c114b6;
    outline: 0;
    box-shadow: transparent;
}

.top-icon:hover {
    fill:var(--theme-4);
}

.top-icon-border:hover {
    stroke:var(--theme-4);
}





/* Multilevel Dropdown*/

.dropdown-item {
    color: var(--theme-2);
    text-decoration: none;
    background-color: transparent;
    font-weight: 100;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--theme-8);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-8);
    text-decoration: none;
    background-color: transparent;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .submenu.dropdown-menu li {
    padding-left: 1rem;
    }

    .submenu.dropdown-menu li a {
    font-weight: 100;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: transparent;
    }
    .dropdown-menu>li:hover>.submenu {
        display: contents;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    ul.submenu.dropdown-menu {
        border: 0;
        padding-left: 15px;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
}

.nav-link {
    font-family: var(--font-theme-1);
    font-weight: 100;
    color: var(--theme-2);
    z-index: 20;
}

.nav-link:hover {
    color:var(--theme-8)!important;
    border-radius: 5px;
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar-collapse {
    flex-grow: 0 !important;

    }




/* Main Slider*/

.slide {
    position: relative;
}

.slide .slide-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide-img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide-img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide-content-headings {
    text-align: center;
    color: #FFF;
}

.slide .slide-content-headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}

.slide .slide-content-headings .animated {
    transition: all 0.5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* Slider Home Gallery*/

/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider .slick-arrow.slick-prev {
    left: 20px;
    /*background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat;*/
}

.slider .slick-arrow.slick-next {
    right: 20px;
    /*  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;*/
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'bootstrap-icons';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\F284';
}

.slick-next:before {
    content: '\F285';
}

.slider .slick-dots li button:before {
    opacity: 1 !important;
    color: transparent !important;
}

@media (min-width: 992px) {
    .slider,
    .slide {
        height: 80vh;
    }
}

.portfolio-slider {
    margin: auto;
    /*display: flex;*/
    /*   flex-flow: row wrap; */
}

.portfolio-slider .slick-prev {
    left: -25px;
    z-index: 100;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
}

.portfolio-slider .slick-next {
    right: -25px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
}


/* [1] The container */

.img-hover-zoom {
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}


/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
    transition: transform .3s ease;
}


/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.card-tag a {
    color: var(--theme-3);
    font-weight: 500 !important;
}

.card .date-news {
    position: absolute;
    bottom: 0;
    right: -2px;
    background-color: #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    z-index: 22;
    background-color: #ab3bd5;
    padding: 5px 10px;
    align-items: center;
    color: #fff;
    border-top-left-radius: 0.3rem;
}

.card .date-news span {
    width: 23px;
    padding: 2px 4px 2px 4px;
}

.card .date-news span.year {
    border-right: none;
}

.gallery-responsive .slick-dots li button:before {
    color: #fff;
}


/*Testimonial*/

.quotes h3 {
    margin: 0 0 26px;
    line-height: 1.706em;
    color: #80827e;
    font-style: italic;
    font-family: var(--font-theme-2);
    font-weight: 400;
}

.quotes p {
    font-weight: 700;
    line-height: normal;
}

.quotes small {
    display: block;
    font-weight: 400;
}

.quotes .slick-next:before,
.quotes .slick-prev:before {
    color: var(--theme-1) !important;
}

.quotes .quotes-text {
    margin: 0 200px 0 200px;
}

.quotes .slick-prev {
    left: -50px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
}

.quotes .slick-next {
    right: -50px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
}

@media (max-width: 768px) {
    .quotes .quotes-text {
        margin: 0 20px 0 20px;
    }

    .quotes .slick-dots {
    position: absolute;
    bottom: -50px;
    }

}


/* Radio */

.btn-radio {
    position: relative;
}

.btn-radio:not(:last-child) {
    margin-bottom: .75rem;
}

.btn-radio label {
    display: block;
    padding: .5rem .75rem .5rem 2rem;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .25s ease;
}

.btn-radio label:after,
.btn-radio label:before {
    content: '';
    position: absolute;
    left: 0rem;
    top: .65rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .25rem;
    background-color: var(--theme-8);
}

.btn-radio label:before {
    width: 0;
    height: 0;
    z-index: 2;
    overflow: hidden;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.3 13.2" fill="rgb(255,255,255)"><path d="M14.7.8l-.4-.4a1.7 1.7 0 0 0-2.3.1L5.2 8.2 3 6.4a1.7 1.7 0 0 0-2.3.1L.4 7a1.7 1.7 0 0 0 .1 2.3l3.8 3.5a1.7 1.7 0 0 0 2.4-.1L15 3.1a1.7 1.7 0 0 0-.2-2.3z"/></svg>');
}

.btn-radio input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}

.btn-radio input[type="radio"]:checked+label {
    /*color: var(--white);
        background-color: var(--theme-1);*/
    transition: all .25s ease;
}

.btn-radio input[type="radio"]:checked+label:before {
    width: 1.3rem;
    height: 1.3rem;
}

.btn-radio input[type="radio"]:disabled+label,
.btn-radio input[type="radio"][readonly]+label {
    opacity: .5;
}

.poll-percentage {
    height: 1.25rem;
}

#language .modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer*/

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    list-style: none;
    line-height: 2rem;
}

footer ul li a {
    color: var(--theme-3);
    font-weight: normal;
}

footer p {
    color: var(--theme-3);
}

.footer-widget span {
    color: var(--theme-3);
}


/* Statistic - Footer*/

#statistic {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 3rem;
    text-align: left;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    height: auto !important;
    padding: .5rem 1.3rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 12px;
}

@media (min-width: 768px) {
    #statistic {
        right: 0;
        left: -90%;
    }
}

#statistic.show {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2000;
}

#statistic ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#statistic li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: .5rem 0;
}

#statistic li:last-child {
    border-bottom: none;
}

a[data-target="#statistic"]:hover,
a[data-target="#statistic"][aria-expanded=true] {
    opacity: 1;
}

#statistic .badge {
    padding: 1em 1em;
    font-size: 80%;
    line-height: normal;
    font-weight: normal;
}

#statistic .badge-primary {
    color: #fff;
    background-color: var(--theme-8);
}







    .gallery-main img {
        width: 100%;
    }
    @media (min-width: 768px) {
        /*.gallery-main {
            width: calc(100% - 1rem - 93px);
        }*/
        .gallery-main img {
            height: 350px;
        }
        .gallery-side {
            position: absolute;
            right: 0;
            width: 112px;
        }
        .gallery-side img {
            width: 93px !important;
            height: 93px !important;
            object-fit: cover;
            border: 2px solid var(--white);
        }
        .gallery-thumbnail img {
            width: calc(100% - 1rem) !important;
            height: 120px !important;
            object-fit: cover;
        }
        .gallery-side > .slick-list {
            height: 100% !important;
        }
    }
    @media (min-width: 992px) {
        /*.gallery-main {
            width: calc(100% - 1rem - 98.5px);
        }*/
        .gallery-main img {
            height: 365px;
        }
        .gallery-side img {
            width: 98.5px !important;
            height: 98.5px !important;
        }
        .gallery-thumbnail img {
            height: 100px !important;
        }
    }
    @media (min-width: 1200px) {
        /*.gallery-main {
            width: calc(100% - 1rem - 95.5px);
        }*/
        .gallery-main img {
            height: 470px;
        }
        .gallery-side img {
            width: 95.5px !important;
            height: 95.5px !important;
        }
    }
    @media (min-width: 1400px) {
        .gallery-main img {
            height: 583px;
        }
    }
    @media (max-width: 767px) {
        .gallery-side img {
            height: 50vh;
            object-fit: cover;
        }

      .gallery-top .slick-dots {
            position: absolute;
            width: calc(100% - 2rem);
            margin: 0 1rem;
            top: 0;
       }

        .gallery-top .slick-next {
           right: 34px;
        }

        .gallery-top .slick-prev{
           left: 22px;
           z-index: 2000;
        }

         .gallery-bottom .slick-dots {
            position: absolute;
            width: calc(100% - 2rem);
            margin: 0 1rem;
            bottom:-30px;
       }

        .gallery-bottom .slick-next {
           position: absolute;
           right: 15px;
           z-index: 1000;
        }

        .gallery-bottom .slick-prev{
           position: absolute;
           left: 5px;
           z-index: 1000;
        }
    }

    .accordion .bg-adaptive {
        background-color: rgba(0,0,0,.025);
    }
    .accordion .btn[aria-expanded="true"] {
        color: var(--white);
        background-color: var(--theme-1);
    }

    @media (max-width: 767px) {
        .thumblist .grid-item {
            background: var(--theme-7);
            border-radius: 0.5rem;
            padding: 1rem;
            margin: 1rem;
        }
    }

    input.captcha {
        width: 160px;
    }

    .location iframe {
        width: 100%;
        height: 250px;
        border-radius: .5rem;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    }
    @media (min-width: 992px) {
        .location iframe {
            height: 400px;
        }
    }

    .statistic .dropdown-menu {
        background-color: var(--white);
    }

    .btn-list-link.ml-n2>.btn:first-child {
        margin-left: .5rem;
    }

    @media (min-width: 768px) {
        [data-title="testimonial"] .thumblist > *:after {
            content: '';
            width: 100px;
            height: 100px;
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -2.15rem;
            margin-left: -1rem;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z"/></svg>');
            opacity: .05;
        }
        .dark [data-title="testimonial"] .thumblist > *:after {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z"/></svg>');
        }
    }

    .thumblist-image .overflow-hidden img,
    .thumblist-image .overflow-hidden:hover img {
        transition: all .25s ease;
    }
    .thumblist-image .overflow-hidden:hover img {
        transform: scale(1.4);
    }


    input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/*Unsubscribe*/

.mark-animation {
     transform: scale(1.25);
}
 @media (min-width: 768px) {
     .mark-animation {
         transform: scale(2);
    }
}
 .mark-animation svg {
     width: 56px;
     height: 56px;
     border-radius: 50%;
     display: inline-block;
     stroke-width: 2;
     stroke: #fff;
     stroke-miterlimit: 10;
}
 .mark-animation circle {
     stroke-dasharray: 166;
     stroke-dashoffset: 166;
     stroke-width: 0;
     stroke-miterlimit: 10;
     fill: none;
     animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
 .mark-animation path {
     transform-origin: 50% 50%;
     stroke-dasharray: 48;
     stroke-dashoffset: 48;
     animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
 @keyframes stroke {
     100% {
         stroke-dashoffset: 0;
    }
}
 @keyframes scale {
     0%, 100% {
         transform: none;
    }
     50% {
         transform: scale3d(1.1, 1.1, 1);
    }
}
 @keyframes success {
     100% {
         box-shadow: inset 0px 0px 0px 30px var(--mark-success);
    }
}
 @keyframes failed {
     100% {
         box-shadow: inset 0px 0px 0px 30px var(--mark-failed);
    }
}
 .check-mark-animation {
     box-shadow: inset 0px 0px 0px var(--mark-success);
     animation: success .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
 .check-mark-animation circle {
     stroke: var(--mark-success);
}
 .cross-mark-animation {
     box-shadow: inset 0px 0px 0px var(--mark-failed);
     animation: failed .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
 .cross-mark-animation circle {
     stroke: var(--mark-failed);
}
 

/*tambahan*/

.google-map iframe {
  max-width: 100%;
}


.related-news-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
 }


@media (max-width: 992px)  {

    .card .date-news {
        padding: 4px 4px;
    }
}



@media (max-width: 996px) {
.header-one .navbar-brand img {
    width: 85vw;
    height: auto;
}

.header-right {
    margin-top: 10px;
}

}

.social-top span a {
    color: #fff;
}

.social-top span a:hover {
    opacity: 0.7;
}


.lang-top span a {
    color: #fff;
}

.lang-top span a:hover {
    opacity: 0.7;
}


.textwidget a {
    color: #fff;
    font-weight: 200!important;
}

.textwidget a:hover {
    opacity: 0.8;
}



.home-newsletter-btn {
    width: 100%;
}

@media (max-width: 996px) {
    .home-newsletter-btn {
        width: fit-content;
    }
}


.navbar-toggler {
    padding: 0.99rem 0.75rem;
}


.sticky-btn {
    position: sticky;
    top: 10px;
}


.primary-custom {
    letter-spacing: 0;
    padding: 10px 15px;
}


.description img{

    max-width: 100%; 
    height: auto !important;

}

.google-map iframe {
     max-width: 100%; 
}

.recent-post img {
    height: 101px;
}

.page-card img {
    height: 200px;
}

.news-card img {
    height: 200px;
}

.gallery-search img {
    height: 150px;
}


@media (max-width: 996px) {
    .recent-post img {
        height: 400px;
    }

    .page-card img {
        height: 400px;
    }

    .news-card img {
        height: 400px;
    }

}